.elementor-376 .elementor-element.elementor-element-0ba0d46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-376 .elementor-element.elementor-element-0ba0d46:not(.elementor-motion-effects-element-type-background), .elementor-376 .elementor-element.elementor-element-0ba0d46 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-376 .elementor-element.elementor-element-44a02b5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;}.elementor-376 .elementor-element.elementor-element-f0496bb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-376 .elementor-element.elementor-element-f0496bb:not(.elementor-motion-effects-element-type-background), .elementor-376 .elementor-element.elementor-element-f0496bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-376 .elementor-element.elementor-element-7cab65a{--display:flex;}.elementor-376 .elementor-element.elementor-element-01ab091{--display:flex;}.elementor-376 .elementor-element.elementor-element-c3132fe{--display:flex;}.elementor-376 .elementor-element.elementor-element-7196d65{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;}@media(max-width:767px){.elementor-376 .elementor-element.elementor-element-0ba0d46{--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-f5548fa */.available-text {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .available-text {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .available-text {
        font-size: 36px;
    }

    .available-section {
        padding: 35px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8c0641 */.blog-card-link{
text-decoration:none;
display:inline-block;
color:inherit;
}

.blog-card{
width:420px;
border-radius:18px;
overflow:hidden;
background:#111;
box-shadow:0 20px 50px rgba(0,0,0,0.35);
font-family:"Inter",sans-serif;
transition:0.4s;
}

.blog-card:hover{
transform:translateY(-6px);
box-shadow:0 30px 60px rgba(0,0,0,0.45);
}

.card-image img{
width:100%;
display:block;
}

.card-content{
padding:30px;
background:#141414;
color:#fff;
}

.card-content h2{
color: white;
font-family:"Playfair Display",serif;
font-size:30px;
line-height:1.3;
margin-bottom:18px;
font-weight:500;
}

.card-content p{
font-size:16px;
line-height:1.7;
color:#cfcfcf;
margin-bottom:25px;
}

.meta{
display:flex;
justify-content:space-between;
font-size:14px;
color:#bdbdbd;
border-top:1px solid rgba(255,255,255,0.1);
padding-top:18px;
margin-bottom:22px;
}

.author{
display:flex;
align-items:center;
gap:8px;
}

.author img{
width:26px;
height:26px;
border-radius:50%;
object-fit:cover;
}

.read-more{
display:inline-flex;
gap:8px;
font-size:15px;
color:#fff;
}

.arrow{
transition:0.3s;
}

.blog-card:hover .arrow{
transform:translateX(6px);
}

.blog-card-link{
text-decoration:none !important;
display:inline-block;
color:inherit;
}

.blog-card-link:hover{
text-decoration:none !important;
color:inherit;
}

.blog-card-link:focus,
.blog-card-link:active{
text-decoration:none;
outline:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f23e52 */.social-fixed{
position:fixed;
right:30px;
top:50%;
transform:translateY(-50%);
display:flex;
flex-direction:column;
gap:20px;
z-index:9999;
}

.social-icon{
font-size:22px;
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:white;
transition:all .35s ease;
animation:floating 3s ease-in-out infinite;
}

/* floating animation */

@keyframes floating{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-8px);
}

100%{
transform:translateY(0px);
}

}

/* hover effect */

.social-icon:hover{

transform:scale(1.25) rotate(10deg);
box-shadow:0 8px 20px rgba(0,0,0,0.25);

}

/* brand colors */

.facebook{
color:#1877F2;
}

.instagram{
color:#E1306C;
}

.youtube{
color:#FF0000;
}

/* animation delay */

.facebook{
animation-delay:0s;
}

.instagram{
animation-delay:.3s;
}

.youtube{
animation-delay:.6s;
}/* End custom CSS */