/* Start custom CSS for html, class: .elementor-element-da1946d *//*=========================================
 MAHENDRA REAL ESTATES HEADER
 FINAL PART 1
=========================================*/

/*=========================
 Reset
=========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fff;
    overflow-x:hidden;
    padding-top:85px;
}

/*=========================
 Header
=========================*/

.mre-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#ffffff;
    border-bottom:1px solid rgba(0,0,0,.08);
    z-index:9999;
    transition:.35s ease;
}

.mre-header.scrolled{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/*=========================
 Container
=========================*/

.mre-container{

    max-width:1280px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:10px 22px;

}

/*=========================
 Logo
=========================*/

.mre-logo a{

    display:flex;

    align-items:center;

    gap:14px;

    text-decoration:none;

}

.mre-logo img{

    width:68px;

    height:auto;

    display:block;

}

.logo-text{

    display:flex;

    flex-direction:column;

    justify-content:center;

    line-height:1.1;

}

.logo-text h2{

    margin:0;

    font-size:30px;

    font-weight:700;

    color:#0A2E5C;

    letter-spacing:.5px;

}

.logo-text h3{

    margin:3px 0;

    font-size:15px;

    color:#D4AF37;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.logo-text span{

    font-size:11px;

    color:#777;

    font-style:italic;

}

/*=========================
 Navigation
=========================*/

.mre-nav ul{

    display:flex;

    align-items:center;

    gap:28px;

    list-style:none;

}

.mre-nav ul li{

    position:relative;

}

.mre-nav ul li a{

    display:block;

    text-decoration:none;

    color:#183153;

    font-size:15px;

    font-weight:600;

    padding:8px 0;

    transition:.3s;

}

.mre-nav ul li a:hover{

    color:#0B8F49;

}

/*=========================
 Dropdown
=========================*/

.dropdown{

    position:absolute;

    top:58px;

    left:0;

    width:270px;

    background:#fff;

    border-radius:14px;

    padding:12px 0;

    box-shadow:0 15px 45px rgba(0,0,0,.12);

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:999;

}

.has-dropdown:hover .dropdown{

    top:50px;

    opacity:1;

    visibility:visible;

}

.dropdown li{

    display:block;

}

.dropdown li a{

    display:block;

    padding:13px 20px;

    color:#333;

    font-size:14px;

    font-weight:500;

}

.dropdown li a:hover{

    background:#F5F8FB;

    color:#0B8F49;

    padding-left:28px;

}
/*=========================================
 MAHENDRA REAL ESTATES HEADER
 FINAL PART 2
=========================================*/

/*=========================
 Action Buttons
=========================*/

.mre-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.call-btn,
.wa-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 22px;
    border-radius:50px;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s ease;
}

.call-btn{
    background:#0A2E5C;
    color:#fff;
}

.call-btn:hover{
    background:#082446;
    transform:translateY(-2px);
}

.wa-btn{
    background:#25D366;
    color:#fff;
}

.wa-btn:hover{
    background:#1EBE5D;
    transform:translateY(-2px);
}

/*=========================
 Mobile Menu Icon
=========================*/

.mre-menu-toggle{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}

.mre-menu-toggle span{
    width:30px;
    height:3px;
    background:#0A2E5C;
    border-radius:10px;
    transition:.3s;
}

/*=========================
 Tablet & Mobile
=========================*/

@media(max-width:991px){

.mre-container{
    padding:10px 16px;
}

.mre-logo img{
    width:52px;
}

/* ✅ Company Name Mobileలో కూడా కనిపిస్తుంది */

.logo-text{
    display:flex;
}

.logo-text h2{
    font-size:18px;
}

.logo-text h3{
    font-size:10px;
    letter-spacing:1px;
}

.logo-text span{
    display:none;
}

.mre-menu-toggle{
    display:flex;
}

.mre-actions{
    display:none;
}

.mre-nav{
    position:absolute;
    top:76px;
    left:0;
    width:100%;
    background:#fff;
    display:none;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    padding:15px 0;
}

.mre-nav.active{
    display:block;
}

.mre-nav ul{
    flex-direction:column;
    gap:0;
}

.mre-nav ul li{
    width:100%;
}

.mre-nav ul li a{
    padding:15px 25px;
    border-bottom:1px solid #f3f3f3;
}

.dropdown{
    position:static;
    width:100%;
    display:none;
    opacity:1;
    visibility:visible;
    box-shadow:none;
    border-radius:0;
    padding:0;
}

.has-dropdown.active .dropdown{
    display:block;
}

.dropdown li a{
    background:#fafafa;
    padding-left:45px;
}

body{
    padding-top:76px;
}

}

/*=========================
 Small Mobile
=========================*/

@media(max-width:480px){

.mre-logo img{
    width:45px;
}

.logo-text h2{
    font-size:15px;
}

.logo-text h3{
    font-size:9px;
}

}

/*=========================
 Active Menu
=========================*/

.mre-nav ul li a.active{
    color:#0B8F49;
}

.mre-nav ul li a.active::after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:#0B8F49;
    margin-top:5px;
    border-radius:20px;
}

/*=========================
 Header Animation
=========================*/

.mre-header{
    animation:headerFade .5s ease;
}

@keyframes headerFade{

0%{
    opacity:0;
    transform:translateY(-100%);
}

100%{
    opacity:1;
    transform:translateY(0);
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-085208a *//*==================================================
  HERO SECTION - FINAL CSS (PART 1)
==================================================*/

/* Hero Section */

.hero-section{
    position:relative;
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:url("https://svdigitalads.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-9-2026-11_57_22-AM.png") center center/cover no-repeat;
}

/* Dark Overlay */

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        120deg,
        rgba(6,24,52,.90) 0%,
        rgba(6,24,52,.72) 45%,
        rgba(6,24,52,.45) 100%
    );
    z-index:1;
}

/* Container */

.hero-container{
    position:relative;
    z-index:2;
    max-width:1280px;
    width:100%;
    margin:auto;
    padding:120px 25px 80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:70px;
}

/* Left Content */

.hero-content{
    flex:1;
    color:#fff;
}

/* Welcome Tag */

.hero-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.15);
    padding:12px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:24px;
    color:#fff;
}

/* Heading */

.hero-content h1{
    font-size:64px;
    font-weight:800;
    line-height:1.08;
    color:#fff;
    margin-bottom:28px;
    text-shadow:0 6px 24px rgba(0,0,0,.45);
}

/* Description */

.hero-description,
.hero-content p{
    font-size:20px;
    line-height:1.9;
    color:rgba(255,255,255,.92);
    max-width:620px;
    margin-bottom:38px;
}

/* Features */

.hero-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:40px;
}

/* Feature Card */

.feature-box,
.hero-features div{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(15px);
    padding:16px 20px;
    border-radius:14px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    transition:.35s ease;
}

.feature-box:hover,
.hero-features div:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,.18);
}
/*==================================================
 HERO SECTION - FINAL CSS (PART 2)
==================================================*/

/*=========================
 Hero Buttons
=========================*/

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.hero-call,
.hero-whatsapp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 34px;
    border-radius:50px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.35s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.20);
}

.hero-call{
    background:#D4AF37;
    color:#111;
}

.hero-call:hover{
    background:#E6C24A;
    transform:translateY(-3px);
}

.hero-whatsapp{
    background:#25D366;
    color:#fff;
}

.hero-whatsapp:hover{
    background:#1EBE5D;
    transform:translateY(-3px);
}

/*=========================
 Lead Form
=========================*/

.hero-form{
    width:430px;
    background:#ffffff;
    border-radius:22px;
    padding:40px;
    box-shadow:0 25px 60px rgba(0,0,0,.22);
}

.hero-form h2,
.hero-form h3{
    font-size:30px;
    color:#0A2E5C;
    margin-bottom:12px;
    font-weight:700;
}

.hero-form p{
    color:#666;
    font-size:15px;
    line-height:1.7;
    margin-bottom:25px;
}

/*=========================
 Form Fields
=========================*/

.hero-form input:not([type="checkbox"]),
.hero-form select,
.hero-form textarea{
    width:100%;
    min-height:54px;
    padding:15px 18px;
    margin-bottom:18px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    font-size:15px;
    outline:none;
    transition:.3s ease;
}

.hero-form textarea{
    min-height:120px;
    resize:none;
}

.hero-form input:focus,
.hero-form select:focus,
.hero-form textarea:focus{
    border-color:#0A2E5C;
    box-shadow:0 0 0 3px rgba(10,46,92,.10);
}

/*=========================
 Privacy
=========================*/

.privacy-check{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    color:#555;
    margin-bottom:22px;
}

.privacy-check input{
    margin-top:4px;
}

.privacy-check a{
    color:#0A2E5C;
    font-weight:600;
    text-decoration:none;
}

.privacy-check a:hover{
    color:#0B8F49;
}

/*=========================
 Submit Button
=========================*/

.hero-submit,
.hero-form button{
    width:100%;
    border:none;
    background:#0A2E5C;
    color:#fff;
    padding:17px;
    border-radius:12px;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.35s ease;
}

.hero-submit:hover,
.hero-form button:hover{
    background:#082446;
    transform:translateY(-2px);
}

/*=========================
 Responsive
=========================*/

@media(max-width:991px){

.hero-container{
    flex-direction:column;
    text-align:center;
    gap:45px;
    padding:100px 20px 70px;
}

.hero-content h1{
    font-size:42px;
}

.hero-content p{
    margin:0 auto 35px;
    font-size:18px;
}

.hero-features{
    grid-template-columns:1fr;
}

.hero-buttons{
    justify-content:center;
}

.hero-form{
    width:100%;
    max-width:500px;
}

}

@media(max-width:576px){

.hero-container{
    padding:90px 18px 50px;
}

.hero-tag{
    font-size:12px;
    padding:10px 18px;
}

.hero-content h1{
    font-size:34px;
}

.hero-content p{
    font-size:16px;
    line-height:1.7;
}

.hero-buttons{
    flex-direction:column;
}

.hero-call,
.hero-whatsapp{
    width:100%;
}

.hero-form{
    padding:25px;
}

.hero-form h2,
.hero-form h3{
    font-size:24px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6da5b6b *//*==============================
ABOUT SECTION
==============================*/

.about-section{
    padding:100px 20px;
    background:#f8fafc;
}

.about-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* Image */

.about-image{
    flex:1;
}

.about-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
    transition:.4s;
}

.about-image img:hover{
    transform:scale(1.03);
}

/* Content */

.about-content{
    flex:1;
}

.section-tag{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.about-content h2{
    font-size:42px;
    color:#0A2E5C;
    line-height:1.3;
    margin-bottom:20px;
}

.about-content p{
    color:#555;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

/* Features */

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:35px;
}

.feature-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.feature-box:hover{
    transform:translateY(-8px);
}

.feature-box h3{
    font-size:32px;
    color:#2E7D32;
    margin-bottom:8px;
}

.feature-box p{
    margin:0;
    color:#444;
    font-size:15px;
}

/* Button */

.about-btn{
    display:inline-block;
    padding:15px 35px;
    background:#0A2E5C;
    color:#fff;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#2E7D32;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

.about-container{
    flex-direction:column;
}

.about-content{
    text-align:center;
}

.about-content h2{
    font-size:34px;
}

.about-features{
    grid-template-columns:1fr 1fr;
}

}

@media(max-width:576px){

.about-section{
    padding:70px 20px;
}

.about-content h2{
    font-size:28px;
}

.about-content p{
    font-size:16px;
}

.about-features{
    grid-template-columns:1fr;
}

.about-btn{
    width:100%;
    text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c058c7 *//*=========================================
FEATURED VENTURES
==========================================*/

.ventures-section{
    padding:100px 20px;
    background:#f7f9fc;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    color:#0A2E5C;
    margin:15px 0;
    font-weight:700;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

/* Grid */

.ventures-grid{
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */

.venture-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:all .35s ease;
}

.venture-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* Image */

.venture-image{
    position:relative;
    overflow:hidden;
}

.venture-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
    transition:transform .5s ease;
}

.venture-card:hover .venture-image img{
    transform:scale(1.08);
}

/* Tag */

.venture-tag{
    position:absolute;
    top:15px;
    left:15px;
    background:#D4AF37;
    color:#111;
    padding:8px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
}

/* Content */

.venture-content{
    padding:25px;
}

.venture-content h3{
    color:#0A2E5C;
    font-size:24px;
    margin-bottom:10px;
}

.location{
    color:#666;
    margin-bottom:18px;
    font-size:15px;
}

/* Price */

.price{
    font-size:28px;
    font-weight:700;
    color:#2E7D32;
    margin-bottom:20px;
}

.price span{
    font-size:15px;
    color:#777;
    font-weight:500;
}

/* List */

.venture-content ul{
    list-style:none;
    margin:0;
    padding:0;
}

.venture-content ul li{
    padding:10px 0;
    border-bottom:1px solid #eee;
    color:#555;
    font-size:15px;
}

.venture-content ul li:last-child{
    border-bottom:none;
}

/* Button */

.venture-btn{
    display:block;
    margin-top:25px;
    text-align:center;
    text-decoration:none;
    background:#0A2E5C;
    color:#fff;
    padding:14px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.venture-btn:hover{
    background:#2E7D32;
    color:#fff;
}

/* Responsive */

@media(max-width:1024px){

.ventures-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.ventures-section{
    padding:70px 20px;
}

.section-title h2{
    font-size:32px;
}

.ventures-grid{
    grid-template-columns:1fr;
}

.venture-image img{
    height:220px;
}

.venture-content{
    padding:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06e6301 *//*=========================================
WHY CHOOSE US
=========================================*/

.why-section{
    padding:100px 20px;
    background:#f8fafc;
}

.why-heading{
    max-width:750px;
    margin:auto;
    text-align:center;
    margin-bottom:60px;
}

.why-heading span{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.why-heading h2{
    font-size:42px;
    color:#0A2E5C;
    margin-bottom:15px;
}

.why-heading p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.why-grid{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.why-card{
    background:#fff;
    padding:35px 30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-top:4px solid transparent;
}

.why-card:hover{
    transform:translateY(-10px);
    border-color:#2E7D32;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.why-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#0A2E5C;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    color:#fff;
    transition:.3s;
}

.why-card:hover .why-icon{
    background:#2E7D32;
    transform:rotate(8deg) scale(1.08);
}

.why-card h3{
    font-size:24px;
    color:#0A2E5C;
    margin-bottom:12px;
}

.why-card p{
    color:#666;
    font-size:15px;
    line-height:1.8;
}

/* Responsive */

@media(max-width:1024px){

.why-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.why-section{
    padding:70px 20px;
}

.why-heading h2{
    font-size:32px;
}

.why-heading p{
    font-size:16px;
}

.why-grid{
    grid-template-columns:1fr;
}

.why-card{
    padding:30px 25px;
}

.why-icon{
    width:70px;
    height:70px;
    font-size:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-024a0d2 *//*=========================================
AMENITIES SECTION
=========================================*/

.amenities-section{
    padding:100px 20px;
    background:#ffffff;
}

.amenities-section .section-title{
    max-width:750px;
    margin:0 auto 60px;
    text-align:center;
}

.amenities-section .section-title span{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.amenities-section .section-title h2{
    font-size:42px;
    color:#0A2E5C;
    margin-bottom:15px;
}

.amenities-section .section-title p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* Grid */

.amenities-grid{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* Card */

.amenity-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid #f1f1f1;
}

.amenity-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    border-color:#2E7D32;
}

/* Icon */

.amenity-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    background:#0A2E5C;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    transition:.35s;
}

.amenity-card:hover .amenity-icon{
    background:#2E7D32;
    transform:rotate(10deg) scale(1.1);
}

/* Title */

.amenity-card h3{
    font-size:22px;
    color:#0A2E5C;
    margin-bottom:12px;
}

/* Text */

.amenity-card p{
    color:#666;
    font-size:15px;
    line-height:1.8;
}

/* Responsive */

@media(max-width:1024px){

.amenities-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.amenities-section{
    padding:70px 20px;
}

.amenities-section .section-title h2{
    font-size:32px;
}

.amenities-grid{
    grid-template-columns:1fr;
}

.amenity-card{
    padding:30px 20px;
}

.amenity-icon{
    width:70px;
    height:70px;
    font-size:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0eacf4 *//*=========================================
 PREMIUM GALLERY SECTION
=========================================*/

.gallery-section{
    padding:100px 20px;
    background:#f8fafc;
}

.gallery-heading{
    max-width:750px;
    margin:0 auto 60px;
    text-align:center;
}

.gallery-heading span{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.gallery-heading h2{
    font-size:42px;
    color:#0A2E5C;
    margin-bottom:15px;
    font-weight:700;
}

.gallery-heading p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* Gallery Grid */

.gallery-grid{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

/* Gallery Item */

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s ease;
}

.gallery-item:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.18);
}

/* Image */

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
    transition:.6s ease;
}

.gallery-item:hover img{
    transform:scale(1.12);
}

/* Overlay */

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(10,46,92,.10),
        rgba(10,46,92,.90)
    );
    display:flex;
    align-items:flex-end;
    justify-content:center;
    opacity:0;
    transition:.4s ease;
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay h3{
    color:#fff;
    font-size:22px;
    font-weight:600;
    margin-bottom:25px;
    text-align:center;
    transform:translateY(30px);
    transition:.4s ease;
}

.gallery-item:hover .gallery-overlay h3{
    transform:translateY(0);
}

/* Optional Shine Effect */

.gallery-item::before{
    content:"";
    position:absolute;
    top:-120%;
    left:-50%;
    width:40%;
    height:250%;
    background:rgba(255,255,255,.25);
    transform:rotate(25deg);
    transition:.7s;
    z-index:2;
}

.gallery-item:hover::before{
    left:130%;
}

/* Responsive */

@media(max-width:1024px){

.gallery-grid{
grid-template-columns:repeat(2,1fr);
}

.gallery-item img{
height:250px;
}

}

@media(max-width:768px){

.gallery-section{
padding:70px 20px;
}

.gallery-heading h2{
font-size:32px;
}

.gallery-heading p{
font-size:16px;
}

.gallery-grid{
grid-template-columns:1fr;
}

.gallery-item img{
height:230px;
}

.gallery-overlay h3{
font-size:20px;
}

}
/*==============================
Gallery Lightbox
==============================*/

#galleryLightbox{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.92);
display:flex;
align-items:center;
justify-content:center;
opacity:0;
visibility:hidden;
transition:.3s;
z-index:999999;

}

#galleryLightbox.active{

opacity:1;
visibility:visible;

}

#galleryPreview{

max-width:90%;
max-height:90%;
border-radius:12px;
box-shadow:0 20px 50px rgba(0,0,0,.35);

}

#closeGallery{

position:absolute;
top:30px;
right:40px;
font-size:45px;
color:#fff;
cursor:pointer;
font-weight:bold;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f72ac47 *//*=========================================
 CUSTOMER TESTIMONIALS SECTION
=========================================*/

.testimonial-section{
    padding:100px 20px;
    background:#ffffff;
}

.testimonial-section .section-title{
    max-width:750px;
    margin:0 auto 60px;
    text-align:center;
}

.testimonial-section .section-title span{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.testimonial-section .section-title h2{
    font-size:42px;
    color:#0A2E5C;
    margin-bottom:15px;
    font-weight:700;
}

.testimonial-section .section-title p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* Container */

.testimonial-container{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */

.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* Quote */

.testimonial-card::before{

content:"❝";

position:absolute;
top:15px;
right:20px;
font-size:70px;
color:#0A2E5C15;

}

/* Profile */

.testimonial-profile{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.testimonial-profile img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #0A2E5C;
}

.testimonial-profile h3{
    font-size:20px;
    color:#0A2E5C;
    margin-bottom:5px;
}

.testimonial-profile span{
    color:#777;
    font-size:14px;
}

/* Rating */

.testimonial-rating{
    color:#FFD700;
    font-size:22px;
    margin-bottom:18px;
}

/* Review */

.testimonial-card p{
    color:#555;
    font-size:16px;
    line-height:1.8;
}

/* Responsive */

@media(max-width:1024px){

.testimonial-container{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.testimonial-section{
padding:70px 20px;
}

.testimonial-section .section-title h2{
font-size:32px;
}

.testimonial-container{
grid-template-columns:1fr;
}

.testimonial-card{
padding:25px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5285586 *//*=========================================
BOOK FREE SITE VISIT / CONTACT SECTION
=========================================*/

.contact-section{
    padding:100px 20px;
    background:#f8fafc;
}

.contact-container{
    max-width:1250px;
    margin:auto;
    display:flex;
    gap:50px;
    align-items:center;
}

/* Left Side */

.contact-info{
    flex:1;
}

.contact-tag{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.contact-info h2{
    font-size:42px;
    color:#0A2E5C;
    margin-bottom:20px;
    line-height:1.3;
}

.contact-info p{
    color:#666;
    font-size:17px;
    line-height:1.8;
    margin-bottom:35px;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    padding:20px;
    margin-bottom:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.contact-box:hover{
    transform:translateY(-5px);
}

.contact-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#0A2E5C;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.contact-box h4{
    color:#0A2E5C;
    margin-bottom:6px;
}

.contact-box a{
    text-decoration:none;
    color:#2E7D32;
    font-weight:600;
}

.contact-box p{
    margin:0;
    color:#666;
    font-size:15px;
}

/* Form */

.contact-form{
    flex:1;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.10);
}

.contact-form form{
    display:flex;
    flex-direction:column;
}

.contact-form input,
.contact-form select,
.contact-form textarea{

    width:100%;
    padding:15px 18px;
    margin-bottom:18px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:15px;
    outline:none;
    transition:.3s;

}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{

    border-color:#0A2E5C;

}

.contact-form textarea{

    resize:none;

}

.agree{

    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    margin-bottom:20px;
    color:#555;

}

.agree input{

    margin-top:4px;

}

.agree a{

    color:#0A2E5C;
    font-weight:600;
    text-decoration:none;

}

.contact-form button{

    width:100%;
    padding:16px;
    background:#0A2E5C;
    color:#fff;
    border:none;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.35s;

}

.contact-form button:hover{

    background:#2E7D32;
    transform:translateY(-3px);

}

/* Responsive */

@media(max-width:991px){

.contact-container{

flex-direction:column;

}

.contact-info{

text-align:center;

}

.contact-info h2{

font-size:34px;

}

.contact-form{

width:100%;

}

}

@media(max-width:576px){

.contact-section{

padding:70px 20px;

}

.contact-info h2{

font-size:28px;

}

.contact-info p{

font-size:16px;

}

.contact-form{

padding:25px;

}

.contact-box{

flex-direction:column;
text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1afa5f0 *//*=========================================
 FAQ SECTION
=========================================*/

.faq-section{
    padding:100px 20px;
    background:#f8fafc;
}

.faq-heading{
    max-width:800px;
    margin:0 auto 60px;
    text-align:center;
}

.faq-heading span{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.faq-heading h2{
    font-size:42px;
    color:#0A2E5C;
    margin-bottom:15px;
    font-weight:700;
}

.faq-heading p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* FAQ Container */

.faq-container{
    max-width:900px;
    margin:auto;
}

/* FAQ Item */

.faq-item{
    background:#fff;
    border-radius:15px;
    margin-bottom:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.faq-item:hover{
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* Question */

.faq-question{
    width:100%;
    padding:22px 25px;
    border:none;
    outline:none;
    cursor:pointer;
    background:#fff;
    color:#0A2E5C;
    font-size:18px;
    font-weight:600;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:.3s;
}

.faq-question:hover{
    background:#f5f8fc;
}

.faq-question span{
    font-size:28px;
    color:#2E7D32;
    transition:.35s;
}

/* Answer */

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
    background:#fafafa;
}

.faq-answer p{
    padding:0 25px 22px;
    color:#555;
    line-height:1.8;
    font-size:16px;
}

/* Active */

.faq-item.active .faq-question{
    background:#0A2E5C;
    color:#fff;
}

.faq-item.active .faq-question span{
    color:#FFD700;
    transform:rotate(45deg);
}

.faq-item.active .faq-answer{
    max-height:300px;
}

/* Responsive */

@media(max-width:768px){

.faq-section{
    padding:70px 20px;
}

.faq-heading h2{
    font-size:32px;
}

.faq-heading p{
    font-size:16px;
}

.faq-question{
    font-size:16px;
    padding:18px;
}

.faq-answer p{
    padding:0 18px 18px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3b9c7b *//*=========================================
 GOOGLE MAP SECTION
=========================================*/

.map-section{
    padding:100px 20px;
    background:#f8fafc;
}

.map-heading{
    max-width:800px;
    margin:0 auto 60px;
    text-align:center;
}

.map-heading span{

    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;

}

.map-heading h2{

    font-size:42px;
    color:#0A2E5C;
    font-weight:700;
    margin-bottom:18px;

}

.map-heading p{

    color:#666;
    font-size:17px;
    line-height:1.8;

}

/*=========================
Container
=========================*/

.map-container{

    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:35px;
    align-items:start;

}

/*=========================
Google Map
=========================*/

.map-frame{

    overflow:hidden;
    border-radius:20px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.10);
    transition:.4s;

}

.map-frame:hover{

    transform:translateY(-8px);
    box-shadow:0 30px 70px rgba(0,0,0,.16);

}

.map-frame iframe{

    width:100%;
    height:550px;
    border:none;
    display:block;

}

/*=========================
Right Cards
=========================*/

.map-info{

    display:flex;
    flex-direction:column;
    gap:22px;

}

.info-box{

    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    padding:25px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;

}

.info-box:hover{

    transform:translateY(-8px);
    box-shadow:0 22px 50px rgba(0,0,0,.15);

}

.info-icon{

    width:65px;
    height:65px;
    background:#0A2E5C;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
    transition:.35s;

}

.info-box:hover .info-icon{

    background:#2E7D32;
    transform:rotate(10deg) scale(1.08);

}

.info-box h3{

    color:#0A2E5C;
    font-size:20px;
    margin-bottom:8px;

}

.info-box p{

    color:#666;
    line-height:1.8;
    font-size:15px;
    margin:0;

}

.info-box a{

    color:#2E7D32;
    font-weight:600;
    text-decoration:none;

}

.info-box a:hover{

    color:#0A2E5C;

}

/*=========================
Responsive
=========================*/

@media(max-width:1024px){

.map-container{

grid-template-columns:1fr;

}

.map-frame iframe{

height:450px;

}

}

@media(max-width:768px){

.map-section{

padding:70px 20px;

}

.map-heading h2{

font-size:32px;

}

.map-heading p{

font-size:16px;

}

.map-frame iframe{

height:320px;

}

.info-box{

padding:20px;

}

.info-icon{

width:55px;
height:55px;
font-size:24px;

}

.info-box h3{

font-size:18px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d82667a *//*=========================================
 PRIVACY POLICY SECTION
=========================================*/

.privacy-section{
    padding:100px 20px;
    background:#f8fafc;
}

.privacy-container{
    max-width:1200px;
    margin:auto;
}

/* Heading */

.privacy-heading{
    text-align:center;
    margin-bottom:60px;
}

.privacy-heading span{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.privacy-heading h2{
    font-size:42px;
    color:#0A2E5C;
    font-weight:700;
    margin-bottom:15px;
}

.privacy-heading p{
    max-width:800px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* Content */

.privacy-content{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

/* Box */

.privacy-box{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-left:5px solid #0A2E5C;
}

.privacy-box:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 50px rgba(0,0,0,.15);
    border-left-color:#2E7D32;
}

.privacy-box h3{
    color:#0A2E5C;
    font-size:22px;
    margin-bottom:15px;
}

.privacy-box p{
    color:#555;
    line-height:1.9;
    font-size:16px;
    margin:0;
}

.privacy-box strong{
    color:#2E7D32;
}

/* Responsive */

@media(max-width:991px){

.privacy-content{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.privacy-section{
padding:70px 20px;
}

.privacy-heading h2{
font-size:32px;
}

.privacy-heading p{
font-size:16px;
}

.privacy-box{
padding:25px;
}

.privacy-box h3{
font-size:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10cce13 *//*=========================================
 TERMS & CONDITIONS SECTION
=========================================*/

.terms-section{
    padding:100px 20px;
    background:#ffffff;
}

.terms-container{
    max-width:1200px;
    margin:auto;
}

/* Heading */

.terms-heading{
    text-align:center;
    margin-bottom:60px;
}

.terms-heading span{
    display:inline-block;
    background:#0A2E5C;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.terms-heading h2{
    font-size:42px;
    color:#0A2E5C;
    font-weight:700;
    margin-bottom:15px;
}

.terms-heading p{
    max-width:800px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* Content */

.terms-content{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

/* Box */

.terms-box{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s ease;
    border-left:5px solid #0A2E5C;
}

.terms-box:hover{
    transform:translateY(-8px);
    border-left-color:#2E7D32;
    box-shadow:0 22px 50px rgba(0,0,0,.15);
}

.terms-box h3{
    color:#0A2E5C;
    font-size:22px;
    margin-bottom:15px;
}

.terms-box p{
    color:#555;
    font-size:16px;
    line-height:1.9;
    margin:0;
}

.terms-box strong{
    color:#2E7D32;
}

/* Responsive */

@media(max-width:991px){

.terms-content{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.terms-section{
padding:70px 20px;
}

.terms-heading h2{
font-size:32px;
}

.terms-heading p{
font-size:16px;
}

.terms-box{
padding:25px;
}

.terms-box h3{
font-size:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-084533f *//*=========================================
 PREMIUM FOOTER
=========================================*/

.footer-section{
    background:#081F3F;
    color:#ffffff;
    padding:80px 20px 0;
}

.footer-container{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:40px;
}

/* Logo */

.footer-logo{
    width:180px;
    margin-bottom:20px;
}

.footer-box p{
    color:#cfd8dc;
    line-height:1.9;
    font-size:15px;
}

/* Headings */

.footer-box h3{
    font-size:22px;
    margin-bottom:25px;
    color:#ffffff;
    position:relative;
}

.footer-box h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:50px;
    height:3px;
    background:#2E7D32;
    border-radius:10px;
}

/* Links */

.footer-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-box ul li{
    margin-bottom:14px;
    color:#cfd8dc;
}

.footer-box ul li a{
    color:#cfd8dc;
    text-decoration:none;
    transition:.3s;
}

.footer-box ul li a:hover{
    color:#2E7D32;
    padding-left:6px;
}

/* Social Icons */

.footer-social{
    margin-top:25px;
    display:flex;
    gap:15px;
}

.footer-social a{
    width:45px;
    height:45px;
    background:#0A2E5C;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    text-decoration:none;
    transition:.35s;
}

.footer-social a:hover{
    background:#2E7D32;
    transform:translateY(-5px);
}

/* Bottom */

.footer-bottom{
    margin-top:60px;
    border-top:1px solid rgba(255,255,255,.1);
    padding:25px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.footer-bottom p{
    color:#cfd8dc;
    margin:0;
    font-size:15px;
}

.footer-bottom strong{
    color:#2E7D32;
}

/* Responsive */

@media(max-width:1024px){

.footer-container{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.footer-section{
padding:60px 20px 0;
}

.footer-container{
grid-template-columns:1fr;
text-align:center;
}

.footer-box h3::after{
left:50%;
transform:translateX(-50%);
}

.footer-social{
justify-content:center;
}

.footer-bottom{
flex-direction:column;
text-align:center;
}

.footer-logo{
margin:0 auto 20px;
display:block;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fd6c68 *//*=========================================
 THANK YOU POPUP
=========================================*/

.thank-popup{

    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.75);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999999;

    opacity:0;
    visibility:hidden;

    transition:.35s ease;

}

.thank-popup.active{

    opacity:1;
    visibility:visible;

}

/*=========================
Popup Box
=========================*/

.thank-popup-content{

    width:90%;
    max-width:480px;

    background:#ffffff;

    border-radius:20px;

    padding:45px 35px;

    text-align:center;

    box-shadow:0 30px 80px rgba(0,0,0,.25);

    transform:scale(.8);

    transition:.35s ease;

}

.thank-popup.active .thank-popup-content{

    transform:scale(1);

}

/*=========================
Success Icon
=========================*/

.thank-icon{

    width:90px;
    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#2E7D32;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:42px;

    animation:popupPulse 1.5s infinite;

}

@keyframes popupPulse{

0%{
transform:scale(1);
}

50%{
transform:scale(1.08);
}

100%{
transform:scale(1);
}

}

/*=========================
Heading
=========================*/

.thank-popup-content h2{

    color:#0A2E5C;

    font-size:34px;

    margin-bottom:15px;

}

/*=========================
Text
=========================*/

.thank-popup-content p{

    color:#666;

    font-size:17px;

    line-height:1.8;

    margin-bottom:30px;

}

/*=========================
Buttons
=========================*/

.thank-buttons{

    display:flex;

    justify-content:center;

    gap:15px;

    margin-bottom:25px;

}

.popup-call,
.popup-whatsapp{

    flex:1;

    padding:14px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.popup-call{

    background:#0A2E5C;

    color:#fff;

}

.popup-call:hover{

    background:#072042;

}

.popup-whatsapp{

    background:#25D366;

    color:#fff;

}

.popup-whatsapp:hover{

    background:#1EBE5D;

}

/*=========================
Close Button
=========================*/

#closePopup{

    background:#f2f2f2;

    border:none;

    padding:12px 35px;

    border-radius:50px;

    cursor:pointer;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}

#closePopup:hover{

    background:#0A2E5C;

    color:#fff;

}

/*=========================
Responsive
=========================*/

@media(max-width:768px){

.thank-popup-content{

padding:35px 25px;

}

.thank-popup-content h2{

font-size:28px;

}

.thank-popup-content p{

font-size:15px;

}

.thank-buttons{

flex-direction:column;

}

.popup-call,
.popup-whatsapp{

width:100%;

}

}/* End custom CSS */