.elementor-33 .elementor-element.elementor-element-50e9d83{--display:flex;--min-height:400px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.5;}.elementor-33 .elementor-element.elementor-element-50e9d83:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-50e9d83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor6 );}.elementor-33 .elementor-element.elementor-element-50e9d83::before, .elementor-33 .elementor-element.elementor-element-50e9d83 > .elementor-background-video-container::before, .elementor-33 .elementor-element.elementor-element-50e9d83 > .e-con-inner > .elementor-background-video-container::before, .elementor-33 .elementor-element.elementor-element-50e9d83 > .elementor-background-slideshow::before, .elementor-33 .elementor-element.elementor-element-50e9d83 > .e-con-inner > .elementor-background-slideshow::before, .elementor-33 .elementor-element.elementor-element-50e9d83 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://teknr10.thestackly.site/wp-content/uploads/2026/07/pexels-ranamatloob567-34377945-scaled.jpg");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-33 .elementor-element.elementor-element-0c81a20 .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:60px;font-weight:800;color:#C76B3C;}.elementor-33 .elementor-element.elementor-element-462a91d{--display:flex;}.elementor-33 .elementor-element.elementor-element-42be1e8{--display:flex;}body.elementor-page-33:not(.elementor-motion-effects-element-type-background), body.elementor-page-33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d6874dc );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-33 .elementor-element.elementor-element-50e9d83{--min-height:350px;}.elementor-33 .elementor-element.elementor-element-0c81a20 .elementor-heading-title{font-size:55px;}}@media(max-width:767px){.elementor-33 .elementor-element.elementor-element-50e9d83{--min-height:300px;}.elementor-33 .elementor-element.elementor-element-0c81a20{text-align:center;}.elementor-33 .elementor-element.elementor-element-0c81a20 .elementor-heading-title{font-size:45px;}}/* Start custom CSS for html, class: .elementor-element-4e54e10 *//*=========================================
Contact Information Section
=========================================*/

.contact-info-section{
    padding:80px 50px 0;
    background:#FCFAF7;
}

.contact-info-container{
    max-width:1400px;
    margin:0 auto;
}

/*=========================================
Heading
=========================================*/

.contact-info-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.contact-info-tag{
    display:block;
    color:#C76B3C;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.contact-info-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    margin:18px 0 28px;
}

.contact-info-divider span{
    width:110px;
    height:1px;
    background:#E7DDD4;
}

.contact-info-divider i{
    color:#E5B56B;
    font-size:11px;
}

.contact-info-heading h2{
    margin-bottom:20px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:46px;
    font-weight:700;
    line-height:1.25;
}

.contact-info-heading p{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:17px;
    line-height:1.8;
}

/*=========================================
Grid
=========================================*/

.contact-info-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/*=========================================
Cards
=========================================*/

.contact-card{
    position:relative;
    background:#FFFFFF;
    border:1px solid #E7DDD4;
    border-radius:22px;
    padding:45px 30px;
    text-align:center;
    transition:.4s;
    overflow:hidden;
}

.contact-card:hover{
    transform:translateY(-10px);
    border-color:#C76B3C;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

/*=========================================
Top Accent
=========================================*/

.contact-card::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:4px;
    background:#C76B3C;
    transition:.35s;
}

.contact-card:hover::before{
    width:100%;
}

/*=========================================
Icon
=========================================*/

.contact-card-icon{
    width:85px;
    height:85px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#F7F2ED;
    border:2px solid #EFE6DD;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.35s;
}

.contact-card-icon i{
    color:#C76B3C;
    font-size:32px;
    transition:.35s;
}

.contact-card:hover .contact-card-icon{
    background:#C76B3C;
    border-color:#C76B3C;
    transform:rotate(10deg);
}

.contact-card:hover .contact-card-icon i{
    color:#FFFFFF;
}

/*=========================================
Content
=========================================*/

.contact-card h3{
    margin-bottom:18px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:26px;
    font-weight:600;
}

.contact-card p{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:16px;
    line-height:1.8;
}
/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

.contact-info-section{
    padding:50px 30px 0;
}

.contact-info-heading{
    margin-bottom:55px;
}

.contact-info-heading h2{
    font-size:38px;
}

.contact-info-heading p{
    font-size:16px;
}

.contact-info-divider span{
    width:80px;
}

.contact-info-grid{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.contact-card{
    padding:40px 25px;
}

.contact-card-icon{
    width:75px;
    height:75px;
}

.contact-card-icon i{
    font-size:28px;
}

.contact-card h3{
    font-size:22px;
}

.contact-card p{
    font-size:15px;
}

}


/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

.contact-info-section{
    padding:30px 10px 0;
}

.contact-info-heading{
    margin-bottom:45px;
}

.contact-info-tag{
    font-size:13px;
    letter-spacing:2px;
}

.contact-info-divider{
    gap:10px;
    margin:15px 0 20px;
}

.contact-info-divider span{
    width:45px;
}

.contact-info-divider i{
    font-size:10px;
}

.contact-info-heading h2{
    font-size:30px;
    line-height:1.3;
}

.contact-info-heading p{
    font-size:15px;
    line-height:1.8;
}

.contact-info-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.contact-card{
    padding:30px 20px;
    border-radius:18px;
}

.contact-card:hover{
    transform:translateY(-5px);
}

.contact-card-icon{
    width:65px;
    height:65px;
    margin-bottom:18px;
}

.contact-card-icon i{
    font-size:24px;
}

.contact-card h3{
    font-size:20px;
    margin-bottom:12px;
}

.contact-card p{
    font-size:14px;
    line-height:1.7;
}

}


/*=========================================
Small Mobile
=========================================*/

@media (max-width:480px){

.contact-card{
    padding:25px 18px;
}

.contact-card-icon{
    width:58px;
    height:58px;
}

.contact-card-icon i{
    font-size:22px;
}

.contact-card h3{
    font-size:18px;
}

.contact-card p{
    font-size:13px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30e6f75 */.contact-form-section{
    padding:80px 50px 40px 50px;
    background:#FCFAF7;
}

.contact-form-container{
    max-width:1400px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:60px;
    align-items:center;
}

.contact-image{
    position:relative;
    overflow:hidden;
    border-radius:24px;
}

.contact-image img{
    width:100%;
    height:760px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.contact-image:hover img{
    transform:scale(1.06);
}

.contact-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.35),
        rgba(0,0,0,.08),
        rgba(0,0,0,0)
    );
}

.contact-floating-card{
    position:absolute;
    left:30px;
    right:30px;
    bottom:30px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(12px);
    border-radius:20px;
    padding:22px;
    display:flex;
    align-items:center;
    gap:18px;
    z-index:2;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.floating-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#C76B3C;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.floating-icon i{
    color:#FFFFFF;
    font-size:28px;
}

.contact-floating-card h3{
    margin-bottom:8px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:24px;
    font-weight:600;
}

.contact-floating-card p{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:15px;
    line-height:1.7;
}

.contact-form-box{
    background:#FFFFFF;
    border:1px solid #E7DDD4;
    border-radius:24px;
    padding:55px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.contact-tag{
    display:block;
    color:#C76B3C;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.contact-divider{
    display:flex;
    align-items:center;
    gap:14px;
    margin:18px 0 28px;
}

.contact-divider span{
    width:90px;
    height:1px;
    background:#E7DDD4;
}

.contact-divider i{
    color:#E5B56B;
    font-size:11px;
}

.contact-form-box h2{
    margin-bottom:18px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:44px;
    font-weight:700;
    line-height:1.25;
}

.contact-form-box>p{
    margin-bottom:35px;
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:17px;
    line-height:1.8;
}
.contact-form{
    width:100%;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-bottom:22px;
}

.form-group{
    position:relative;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:18px 22px;
    border:1px solid #E7DDD4;
    border-radius:14px;
    background:#FCFAF7;
    color:#1E1E1E;
    font-family:"Inter",sans-serif;
    font-size:16px;
    font-weight:500;
    outline:none;
    transition:.35s;
}

.form-group textarea{
    min-height:180px;
    resize:none;
    margin-bottom:30px;
}

.form-group input::placeholder,
.form-group textarea::placeholder{
    color:#8B8B8B;
    font-weight:400;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color:#C76B3C;
    background:#FFFFFF;
    box-shadow:0 0 0 4px rgba(199,107,60,.10);
}

.contact-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:18px 36px;
    border:none;
    border-radius:12px;
    background:#C76B3C;
    color:#FFFFFF;
    font-family:"Inter",sans-serif;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.35s;
}

.contact-btn i{
    transition:.35s;
}

.contact-btn:hover{
    background:#A85A30;
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(199,107,60,.28);
}

.contact-btn:hover i{
    transform:translateX(6px);
}

.contact-form-box{
    position:relative;
    overflow:hidden;
}

.contact-form-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:0;
    background:#C76B3C;
    transition:.45s;
}

.contact-form-box:hover::before{
    height:100%;
}

.contact-form-box:hover{
    border-color:#C76B3C;
}


.contact-image,
.contact-form-box,
.form-group input,
.form-group textarea,
.contact-btn{
    transition:.35s ease;
}

@media (max-width:991px){

.contact-form-section{
    padding:50px 30px 30px 30px;
}

.contact-form-container{
    grid-template-columns:1fr;
    gap:45px;
}

.contact-image img{
    height:550px;
}

.contact-floating-card{
    left:20px;
    right:20px;
    bottom:20px;
    padding:20px;
}

.floating-icon{
    width:65px;
    height:65px;
}

.floating-icon i{
    font-size:24px;
}

.contact-floating-card h3{
    font-size:22px;
}

.contact-floating-card p{
    font-size:15px;
}

.contact-form-box{
    padding:40px;
}

.contact-form-box h2{
    font-size:38px;
}

.contact-form-box>p{
    font-size:16px;
    margin-bottom:30px;
}

.form-grid{
    gap:18px;
}

.form-group input,
.form-group textarea{
    padding:16px 18px;
    font-size:15px;
}

.contact-btn{
    padding:16px 32px;
}

}

@media (max-width:767px){

.contact-form-section{
    padding:30px 10px 20px 10px;
}

.contact-form-container{
    gap:35px;
}

.contact-image{
    border-radius:18px;
}

.contact-image img{
    height:450px;
}

.contact-floating-card{
    left:15px;
    right:15px;
    bottom:15px;
    padding:15px;
    gap:12px;
    border-radius:14px;
}

.floating-icon{
    width:55px;
    height:55px;
}

.floating-icon i{
    font-size:20px;
}

.contact-floating-card h3{
    font-size:18px;
    margin-bottom:5px;
}

.contact-floating-card p{
    font-size:13px;
    line-height:1.6;
}

.contact-form-box{
    padding:25px 20px;
    border-radius:18px;
}

.contact-tag{
    font-size:13px;
    letter-spacing:2px;
}

.contact-divider{
    gap:10px;
    margin:15px 0 20px;
}

.contact-divider span{
    width:45px;
}

.contact-divider i{
    font-size:10px;
}

.contact-form-box h2{
    font-size:30px;
    line-height:1.3;
}

.contact-form-box>p{
    font-size:15px;
    line-height:1.8;
    margin-bottom:25px;
}

.form-grid{
    grid-template-columns:1fr;
    gap:15px;
    margin-bottom:15px;
}

.form-group input,
.form-group textarea{
    padding:15px 16px;
    font-size:15px;
    border-radius:12px;
}

.form-group textarea{
    min-height:150px;
    margin-bottom:20px;
}

.contact-btn{
    width:100%;
    padding:16px;
    font-size:15px;
}

.contact-btn:hover{
    transform:none;
}

}

@media (max-width:480px){

.contact-image img{
    height:300px;
}

.contact-floating-card{
    position:relative;
    left:0;
    right:0;
    bottom:0;
    margin-top:15px;
}

.contact-form-box{
    padding:20px 16px;
}

.contact-form-box h2{
    font-size:26px;
}

.contact-form-box>p{
    font-size:14px;
}

.floating-icon{
    width:50px;
    height:50px;
}

.floating-icon i{
    font-size:18px;
}

.contact-floating-card h3{
    font-size:16px;
}

.contact-floating-card p{
    font-size:12px;
}

.form-group input,
.form-group textarea{
    font-size:14px;
}

.contact-btn{
    font-size:14px;
}

}/* End custom CSS */