*, *::before, *::after {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-focus-ring-color: transparent !important;
    outline: none !important;
}
*:focus {
    outline: none !important;
    box-shadow: none !important;
}
a, button, input, textarea, select, [role="button"], i {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

html, body{width:100%;overflow-x:hidden;font-family:'Montserrat',sans-serif;background:#fff;color:#000;-webkit-overflow-scrolling:touch}

.top-bar{background:#ffd600;padding:0 30px;display:flex;justify-content:space-between;align-items:center;height:85px;position:fixed;top:0;left:0;right:0;z-index:1000;margin:0;border:none;outline:none;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.top-bar-left{display:flex;align-items:center;gap:15px;max-width:50%}
.top-bar-left a{display:flex;align-items:center;height:100%}
.top-bar-left img{height:68px;width:auto;max-width:180px;object-fit:contain;filter:brightness(0);display:block;transition:all 0.3s}

.header-search-container{display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;padding:2px 8px;border-radius:4px;width:200px;margin-left:15px}
.header-search-container input{border:none;outline:none;font-family:'Montserrat',sans-serif;font-size:0.8rem;width:100%;padding:4px}
.header-search-container button{background:none;border:none;cursor:pointer;color:#444;padding:4px}
.header-search-container button:hover{color:#0066cc}

.top-bar-right{display:flex;align-items:center;gap:15px}
.top-bar-right nav ul{list-style:none;display:flex;gap:0;align-items:center}
.top-bar-right nav ul li a{text-decoration:none;color:#000;font-weight:600;font-size:.75rem;padding:20px 10px;display:block;text-transform:uppercase;letter-spacing:1px;transition:opacity .3s}
.top-bar-right nav ul li a:hover{opacity:.5}
.phone-section{display:flex;align-items:center;gap:6px;text-decoration:none}
.phone-section i{font-size:.85rem;color:#000}
.phone-section span{font-weight:600;font-size:.78rem;color:#000;letter-spacing:0.5px}
.hamburger{display:none;flex-direction:column;cursor:pointer;gap:6px;z-index:1001}
.hamburger span{width:26px;height:2.5px;background:#000;transition:all .3s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}

.mobile-search-wrapper{display:none;padding:10px 20px;border-bottom:1px solid rgba(0,0,0,0.1)}

.carousel-container {
    margin-top: 85px !important;
    position: relative;
    width: 100%;
    padding-top: 43.75%;
    overflow: hidden;
    background: #000;
    border: none;
    outline: none;
}
@media(max-width: 768px) {
    .carousel-container {
        margin-top: 70px !important;
        padding-top: 56.25%;
    }
}
.carousel-track{position:absolute;top:0;left:0;width:100%;height:100%}
.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s}
.carousel-slide.active{opacity:1}
.carousel-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.carousel-slide.slide-blurred img{filter:blur(3px);transform:scale(1.02)}
.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;padding-left:8%}
.carousel-text{max-width:550px;padding-right:20px}
.carousel-text h2{font-weight:700;font-size:3.2rem;line-height:1.15;margin-bottom:18px}
.carousel-text p{font-weight:300;font-size:1rem;line-height:1.7;margin-bottom:30px;max-width:420px}
.carousel-btn{display:inline-block;text-decoration:none;font-weight:300;font-size:.75rem;text-transform:uppercase;letter-spacing:3px;padding:14px 35px;border:1px solid;transition:all .3s;background:transparent;cursor:pointer}
.slide-dark .carousel-text h2,.slide-dark .carousel-text p{color:#000}
.slide-dark .carousel-btn{color:#000;border-color:#000}
.slide-dark .carousel-btn:hover{background:#000;color:#fff}
.slide-light .carousel-text h2,.slide-light .carousel-text p{color:#fff}
.slide-light .carousel-btn{color:#fff;border-color:#fff}
.slide-light .carousel-btn:hover{background:#fff;color:#000}
.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;font-size:2rem;cursor:pointer;z-index:10;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:opacity .3s;opacity:.5}
.carousel-arrow:hover{opacity:1}
.carousel-arrow-left{left:25px}
.carousel-arrow-right{right:25px}
.carousel-arrow.arrow-dark{color:#000}
.carousel-arrow.arrow-light{color:#fff}
.carousel-dots{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}
.carousel-dot{width:10px;height:10px;border:1px solid #fff;background:transparent;cursor:pointer;transition:all .3s;padding:0}
.carousel-dot.active{background:#fff}
.carousel-dot.dot-dark{border-color:#000}
.carousel-dot.dot-dark.active{background:#000}

.welcome-section{padding:80px 20px 40px;background:#fff;max-width:1000px;margin:0 auto;text-align:center}
.welcome-section h2{font-weight:700;font-size:2.8rem;color:#000;margin-bottom:25px}
.welcome-long{font-weight:300;font-size:.95rem;color:#444;line-height:2;max-width:850px;margin:0 auto}
.welcome-short{display:none;font-weight:300;font-size:.9rem;color:#444;line-height:1.8;max-width:600px;margin:0 auto}

.home-projects-section {
    padding: 60px 20px;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}
.home-projects-title {
    text-align: center;
    margin-bottom: 40px;
}
.home-projects-title h2 {
    font-weight: 700;
    font-size: 2.3rem;
    color: #000;
    margin-bottom: 10px;
}
.home-projects-title p {
    font-weight: 300;
    font-size:.95rem;
    color: #555;
    letter-spacing: 1px;
}
.home-projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media(min-width: 640px) {
    .home-projects-grid.cols-2 { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin: 0 auto; }
    .home-projects-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
}
.home-projects-loader {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    font-size: 1rem;
    color: #666;
}

.project-card-badge {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    width: fit-content !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    line-height: 1.2 !important;
}

.explore-section{padding:40px 0;background:#fff;overflow:hidden}
.explore-title{text-align:center;margin-bottom:30px}
.explore-title h2{font-weight:700;font-size:2.3rem;color:#000;margin-bottom:10px}
.explore-title p{font-weight:300;font-size:.95rem;color:#555;letter-spacing:1px}
.trains-container{position:relative}
.train-wrapper{overflow:hidden;height:180px;margin-bottom:8px}
.train-track{display:flex;gap:8px;height:100%}
.train-track img{width:180px;height:180px;object-fit:cover;flex-shrink:0;display:block}
.train-right{animation:scrollRight 40s linear infinite}
.train-left{animation:scrollLeft 40s linear infinite}
@keyframes scrollRight{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes scrollLeft{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}

.explore-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    pointer-events: auto;
}
.explore-blur-bg {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 16px 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.explore-now-btn {
    background: #ffd600;
    color: #000;
    border: none;
    padding: 12px 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}
.explore-now-btn:hover {
    background: #000;
    color: #fff;
}

.testimonials-section{padding:60px 20px;background:#fafafa}
.testimonials-title{text-align:center;margin-bottom:40px}
.testimonials-title h2{font-weight:700;font-size:1.8rem;color:#000;margin-bottom:8px}
.testimonials-title p{font-weight:300;font-size:.85rem;color:#555}
.testimonials-carousel{position:relative;max-width:700px;margin:0 auto;overflow:hidden}
.testimonials-track{display:flex;transition:transform .6s ease}
.testimonial-card{min-width:100%;padding:30px 35px;background:#fff;border:1px solid #eee}
.testimonial-top{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}
.testimonial-info h4{font-weight:600;font-size:.9rem;color:#000;margin-bottom:2px}
.testimonial-info span{font-weight:300;font-size:.72rem;color:#888;letter-spacing:1px}
.testimonial-stars{margin-bottom:14px;color:#ffd600;font-size:.75rem;letter-spacing:2px}
.testimonial-text{font-weight:300;font-size:.82rem;color:#444;line-height:1.85;font-style:italic}
.testimonial-text::before{content:'\201C';font-size:1.5rem;font-weight:700;color:#ffd600;line-height:0;vertical-align:-.35em;margin-right:4px}
.testimonial-text::after{content:'\201D';font-size:1.5rem;font-weight:700;color:#ffd600;line-height:0;vertical-align:-.35em;margin-left:4px}
.testimonial-nav{display:flex;justify-content:center;gap:10px;margin-top:22px}
.testimonial-nav-btn{width:9px;height:9px;border:1px solid #000;background:transparent;cursor:pointer;padding:0;transition:all .3s}
.testimonial-nav-btn.active{background:#000}
.testimonials-arrows{display:flex;justify-content:center;gap:15px;margin-top:15px}
.testimonial-arrow{background:none;border:1px solid #000;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:.8rem;color:#000}
.testimonial-arrow:hover{background:#000;color:#fff}

.industrial-news-section{padding:80px 20px;background:#fff;border-top:1px solid #f0f0f0}
.news-header{text-align:center;margin-bottom:50px}
.news-header h2{font-size:2.4rem;font-weight:800;color:#000;margin-bottom:10px}
.news-header p{font-size:0.95rem;color:#666;font-weight:300}
.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}
.news-card{border:1px solid #eee;background:#fff;overflow:hidden;border-radius:4px;transition:transform 0.3s}
.news-card:hover{transform:translateY(-5px)}
.news-img{width:100%;height:220px;object-fit:cover}
.news-content{padding:25px}
.news-meta{font-size:0.75rem;color:#888;margin-bottom:12px;display:flex;align-items:center;gap:15px;border-bottom:1px solid #f5f5f5;padding-bottom:10px}
.news-meta span{display:flex;align-items:center;gap:6px}
.news-meta i{color:#0066cc}
.news-content h3{font-size:1.2rem;font-weight:700;margin-bottom:12px;line-height:1.4;color:#000}
.news-content p{font-size:0.85rem;color:#555;line-height:1.6;font-weight:300;margin-bottom:15px}

.dynamic-page{display:none;margin-top:85px;padding:80px 20px;background:#fff;animation:fadeInPage 0.4s ease-out}
@keyframes fadeInPage{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

.services-wrapper{max-width:1200px;margin:0 auto}
.services-intro-title{text-align:center;margin-bottom:60px}
.services-intro-title h2{font-size:2.5rem;font-weight:800;color:#000;margin-bottom:15px}
.services-intro-title p{font-size:1rem;color:#666;max-width:800px;margin:0 auto;line-height:1.7;font-weight:300}

.services-scrolling-block{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:80px}
.services-scrolling-block.reverse{direction:rtl}
.services-scrolling-block.reverse .scrolling-desc{direction:ltr}
.scrolling-img-container img{width:100%;height:380px;object-fit:cover;box-shadow:0 12px 32px rgba(0,0,0,0.08);border-radius:4px}
.scrolling-desc h3{font-size:1.8rem;font-weight:700;margin-bottom:20px;color:#000;border-left:4px solid #ffd600;padding-left:15px}
.scrolling-desc p{font-size:0.95rem;line-height:1.8;color:#444;font-weight:300;margin-bottom:20px}
.scrolling-bullet-list{list-style:none}
.scrolling-bullet-list li{font-size:0.9rem;line-height:1.7;margin-bottom:12px;color:#333;font-weight:400;display:flex;align-items:center;gap:10px}
.scrolling-bullet-list li i{color:#0066cc}

.gold-benefits-panel{background:#fafafa;border:1px solid #eee;padding:60px 40px;margin:80px 0}
.gold-title-section{text-align:center;margin-bottom:45px}
.gold-title-section h3{font-size:2.2rem;font-weight:800;color:#000;margin-bottom:12px}
.gold-title-section p{font-size:0.95rem;color:#555;font-weight:300}
.gold-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.gold-card{background:#fff;border:1px solid #eaeaea;padding:40px;position:relative}
.gold-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#ffd600}
.gold-card h4{font-size:1.15rem;font-weight:700;margin-bottom:18px;color:#000}
.gold-card ul{list-style:none}
.gold-card ul li{font-size:0.88rem;color:#444;margin-bottom:14px;line-height:1.6;font-weight:400;display:flex;align-items:flex-start;gap:12px}
.gold-card ul li i{color:#0066cc;margin-top:3px;font-size:0.85rem}

.about-wrapper{max-width:1200px;margin:0 auto}
.about-main-title{text-align:center;margin-bottom:60px}
.about-main-title h2{font-size:2.5rem;font-weight:800;color:#000;margin-bottom:15px}
.about-main-title p{font-size:1rem;color:#555;font-weight:300;max-width:800px;margin:0 auto}

.about-visionary-row{display:grid;grid-template-columns:1.1fr 0.9fr;gap:40px;align-items:center;margin-bottom:80px}
.about-visionary-text h3{font-size:1.8rem;font-weight:700;margin-bottom:20px}
.about-visionary-text p{font-size:0.95rem;line-height:1.8;color:#444;font-weight:300;margin-bottom:20px}
.about-triple-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.triple-img-card{height:250px;width:100%;object-fit:cover;box-shadow:0 8px 20px rgba(0,0,0,0.05);border:1px solid #eee}

.about-polished-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px 0;
}
@media(max-width: 768px) {
    .about-polished-grid {
        grid-template-columns: 1fr;
    }
}
.about-choose-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border-top: 4px solid #ffd600;
}
.about-choose-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-choose-card ul {
    list-style: none;
}
.about-choose-card ul li {
    font-size: 0.92rem;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-choose-card ul li i {
    color: #0066cc;
    font-size: 1.1rem;
}

.about-compliance-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border-top: 4px solid #0066cc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-compliance-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-compliance-card p {
    font-size: 0.92rem;
    line-height: 1.8;
    color: #444;
    font-weight: 300;
}

.about-capital-box-polished {
    background: #111;
    color: #fff;
    padding: 60px 40px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    max-width: 950px;
    margin: 60px auto 0;
}
.about-capital-box-polished h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffd600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.about-capital-box-polished p {
    font-size: 1rem;
    line-height: 1.8;
    color: #ccc;
    font-weight: 300;
    margin-bottom: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.promise-call-btn {
    display: inline-block;
    text-decoration: none !important;
    background: #ffd600;
    color: #000 !important;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 30px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: 'Montserrat', sans-serif !important;
}
.promise-call-btn:hover {
    background: #fff;
    color: #000 !important;
}

.about-interactive-timeline{margin-bottom:80px}
.timeline-header{text-align:center;margin-bottom:45px}
.timeline-header h3{font-size:1.8rem;font-weight:700}
.timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.timeline-box{background:#fafafa;padding:30px;border-left:3px solid #0066cc}
.timeline-box h4{font-size:1.1rem;font-weight:700;margin-bottom:10px}
.timeline-box p{font-size:0.85rem;line-height:1.6;color:#555;font-weight:300}

.about-social-address-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;background:#fafafa;padding:50px;border:1px solid #eee;margin-bottom:80px}
.about-address-column h4{font-size:1.3rem;font-weight:700;margin-bottom:15px}
.about-address-column blockquote{font-size:0.9rem;line-height:1.8;color:#444;font-style:normal;font-weight:300}
.about-socials-column h4{font-size:1.3rem;font-weight:700;margin-bottom:15px}
.social-buttons-stack{display:flex;flex-direction:column;gap:12px}
.social-action-btn{display:flex;align-items:center;gap:12px;text-decoration:none;color:#000;font-weight:500;font-size:0.9rem;padding:14px 20px;border:1px solid #ccc;transition:all 0.3s;width:100%;max-width:320px}
.social-action-btn.wa-btn{border-color:#25d366;color:#25d366}
.social-action-btn.wa-btn:hover{background:#25d366;color:#fff}
.social-action-btn.fb-btn{border-color:#1877f2;color:#1877f2}
.social-action-btn.fb-btn:hover{background:#1877f2;color:#fff}
.social-action-btn.yt-btn{border-color:#ff0000;color:#ff0000}
.social-action-btn.yt-btn:hover{background:#ff0000;color:#fff}

.projects-wrapper{max-width:1200px;margin:0 auto}
.projects-header{text-align:center;margin-bottom:40px}
.projects-header h2{font-size:2.5rem;font-weight:800;margin-bottom:10px}
.projects-header p{font-size:0.95rem;color:#666;font-weight:300}

.projects-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}
.project-tab-btn{background:none;border:1px solid #ddd;padding:10px 24px;font-family:'Montserrat',sans-serif;font-weight:600;font-size:0.8rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all 0.3s}
.project-tab-btn.active, .project-tab-btn:hover{background:#000;color:#fff;border-color:#000}

.projects-grid-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}
.project-item-card{border:1px solid #eee;background:#fff;overflow:hidden;border-radius:4px;display:flex;flex-direction:column}
.project-item-card img{width:100%;height:220px;object-fit:cover}
.project-card-body{padding:25px;flex:1;display:flex;flex-direction:column;justify-content:space-between}
.project-card-body h3{font-size:1.15rem;font-weight:700;margin-bottom:8px;color:#000}
.project-card-body p{font-size:0.82rem;color:#666;line-height:1.6;font-weight:300;margin-bottom:15px}
.project-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f2f2f2;padding-top:15px}
.project-card-price{font-weight:700;font-size:0.95rem;color:#000}
.project-card-btn{background:#ffd600;color:#000;border:none;padding:8px 18px;font-family:'Montserrat',sans-serif;font-weight:600;font-size:0.75rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all 0.3s}
.project-card-btn:hover{background:#000;color:#fff}

.gallery-wrapper{max-width:1200px;margin:0 auto}
.gallery-header{text-align:center;margin-bottom:45px}
.gallery-header h2{font-size:2.3rem;font-weight:800;margin-bottom:10px}
.gallery-header p{font-size:0.95rem;color:#666;font-weight:300}

.gallery-grid-1to1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.gallery-tile {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #eee;
    background: #f9f9f9;
    position: relative;
}
.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.gallery-tile:hover img {
    transform: scale(1.05);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 20px;
}
.modal-overlay.open {
    display: flex;
    opacity: 1;
}
.detailed-window {
    background: #fff;
    width: 95%;
    max-width: 1200px;
    height: 90%;
    max-height: 850px;
    position: relative;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}
.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2.2rem;
    cursor: pointer;
    z-index: 50;
    color: #fff;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.modal-close-btn:hover {
    color: #ffd600;
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
}

.modal-share-btn {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 50;
    color: #fff;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.modal-share-btn:hover {
    color: #ffd600;
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
}

.detailed-header-container {
    width: 100%;
    height: 450px;
    position: relative;
    background: #000;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .detailed-header-container {
        height: 280px;
    }
}
.detailed-header-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detailed-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 70%, transparent 100%);
    padding: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .detailed-banner-overlay {
        padding: 20px;
    }
}

.anarock-grid-container {
    display: grid;
    grid-template-columns: 2.1fr 0.9fr;
    gap: 40px;
    padding: 40px;
}
@media (max-width: 900px) {
    .anarock-grid-container {
        grid-template-columns: 1fr;
        padding: 25px;
        gap: 30px;
    }
}
.anarock-left-column {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.anarock-right-column {
    position: relative;
}
.anarock-sticky-card {
    position: sticky;
    top: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.anarock-section-title {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 4px solid #ffd600;
    padding-left: 12px;
    margin-bottom: 20px;
    color: #000;
}

.amenities-anarock-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
}
.amenity-anarock-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px 10px;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.amenity-anarock-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.amenity-anarock-card i {
    font-size: 1.8rem;
    color: #0066cc;
}
.amenity-anarock-card span {
    font-size: 0.78rem;
    font-weight: 600;
    color: #333;
}

.sidebar-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    cursor: pointer;
}
.sidebar-phone-btn {
    background: #0066cc;
    color: #fff !important;
}
.sidebar-phone-btn:hover {
    background: #0052a3;
}
.sidebar-wa-btn {
    background: #ffd600;
    color: #000 !important;
}
.sidebar-wa-btn:hover {
    background: #000;
    color: #fff !important;
}

.detailed-banner-overlay h2 {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-top: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
@media (max-width: 768px) {
    .detailed-banner-overlay h2 {
        font-size: 1.5rem;
    }
}
.detailed-banner-overlay p {
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.95;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.modal-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.modal-row:last-child {
    border-bottom: none;
}
.modal-row.reverse {
    flex-direction: row-reverse;
}
.modal-text-col {
    flex: 1.2;
}
.modal-text-p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
    font-weight: 400;
}
.modal-img-col {
    flex: 0.8;
    width: 100%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.modal-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .modal-row, .modal-row.reverse {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .modal-img-col {
        height: 200px;
        width: 100%;
    }
}

.modal-where-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: center;
    margin-top: 15px;
}
.modal-where-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.modal-where-title {
    font-size: 0.95rem;
    color: #111;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}
.modal-where-title i {
    color: #0066cc;
}
.modal-where-desc {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    font-weight: 300;
}
.modal-where-map-container {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.06);
}
.modal-where-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
@media (max-width: 768px) {
    .modal-where-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .modal-where-map-container {
        height: 180px;
    }
}

.sidebar-price-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sidebar-price-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #888;
}
.sidebar-price-val {
    font-size: 1.6rem;
    font-weight: 900;
    color: #111;
}
.sidebar-meta-list {
    border-top: 1px solid #eee;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: #555;
}
.sidebar-meta-val {
    color: #111;
    font-weight: 700;
}
.sidebar-meta-val.text-success {
    color: #2e7d32;
}
.sidebar-cta-container {
    border-top: 1px solid #eee;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 768px) {
    .modal-overlay {
        padding: 10px;
    }
    .detailed-window {
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }
    .modal-close-btn {
        top: 15px;
        right: 15px;
        width: 38px;
        height: 38px;
        font-size: 1.6rem;
    }
    .modal-share-btn {
        top: 15px;
        left: 15px;
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
    #partnerModal .modal-content, #affiliateModal .modal-content, #inquiryModal .modal-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 20px;
        overflow-y: auto;
    }
    #declineModal .modal-content {
        width: 100%;
        height: auto !important;
        border-radius: 12px;
        padding: 25px;
        margin: auto;
    }
    .anarock-grid-container {
        padding: 20px 15px;
        gap: 25px;
    }
    .anarock-sticky-card {
        position: relative;
        top: 0;
        padding: 20px;
    }
    .anarock-section-title {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .gold-benefits-panel {
        padding: 40px 20px !important;
        text-align: center !important;
        margin: 50px 0 !important;
    }
    .gold-title-section {
        margin-bottom: 30px !important;
    }
    .gold-title-section h3 {
        font-size: 1.6rem !important;
    }
    .gold-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .gold-card {
        padding: 30px 20px !important;
        text-align: left !important;
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }
    .gold-card h4 {
        text-align: center !important;
        margin-bottom: 15px !important;
    }
}

.search-results-wrapper{max-width:1100px;margin:0 auto}
.search-results-header{margin-bottom:40px;border-bottom:1px solid #eee;padding-bottom:15px}
.search-results-header h2{font-size:2rem;font-weight:800}
.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}

.global-footer{border-top:1px solid #eee;font-family:'Montserrat',sans-serif}
.footer-split{display:flex;width:100%}
.footer-left{flex:1.2;background:#ffffff;padding:60px 40px;display:flex;flex-direction:column;justify-content:center}

.footer-logo{height:85px;width:auto;align-self:flex-start;margin-bottom:25px;object-fit:contain}
.footer-about-text{font-size:0.85rem;line-height:1.8;color:#0066cc;font-weight:500;max-width:480px}
.footer-right{flex:1.8;background:#111;padding:60px 40px;display:flex;gap:50px}
.footer-column{flex:1}
.footer-column h4{color:#ffd600;font-size:0.95rem;font-weight:700;margin-bottom:25px;text-transform:uppercase;letter-spacing:2px}
.footer-column ul{list-style:none}
.footer-column ul li{margin-bottom:14px}
.footer-column ul li a{color:#bbb;text-decoration:none;font-size:0.85rem;font-weight:400;transition:color 0.3s}
.footer-column ul li a:hover{color:#ffd600}
.footer-contact-item{color:#ccc;font-size:0.85rem;margin-bottom:15px;display:flex;align-items:flex-start;gap:10px;line-height:1.6}
.footer-contact-item i{color:#ffd600;font-size:0.9rem;margin-top:3px}
.footer-social-icons{display:flex;gap:15px;margin-top:25px}
.footer-social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#222;border:1px solid #333;border-radius:50%;color:#ffd600;transition:all 0.3s;text-decoration:none}
.footer-social-icons a:hover{background:#0066cc;color:#fff;border-color:#0066cc}
.footer-bottom{background:#0a0a0a;color:#666;text-align:center;padding:25px;font-size:0.75rem;border-top:1px solid #1a1a1a}

.fab-btn{position:fixed;bottom:30px;right:30px;width:58px;height:58px;border-radius:50%;background:#0066cc;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2000;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:background .3s}
.fab-btn:hover{background:#0052a3}
.fab-btn i{font-size:1.5rem;color:#fff}

.chatbot-widget{position:fixed;bottom:100px;right:30px;width:370px;height:520px;background:#fff;border:1px solid #ddd;z-index:2001;display:none;flex-direction:column;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.15);border-radius:8px}
.chatbot-widget.open{display:flex}
.chatbot-header{background:#0066cc;padding:8px 14px;display:flex;justify-content:space-between;align-items:center}
.chatbot-header span{font-weight:600;font-size:.85rem;color:#fff;letter-spacing:1px}
.chatbot-close{background:none;border:none;color:#fff;font-size:1.1rem;cursor:pointer;padding:3px}
.chatbot-body{flex:1;overflow:hidden}
.chatbot-body iframe{width:100%;height:100%;border:none}

.blank-space{height:15vh;background:#fff}

@media(max-width:1150px){
    .top-bar-right nav ul li a{padding:20px 6px;font-size:.7rem}
    .header-search-container{width:160px}
}
@media(max-width:1024px){
    .header-search-container{display:none}
    .mobile-search-wrapper{display:block}
    .top-bar{padding:0 20px}
}
@media(max-width:900px){
    .carousel-text h2{font-size:2.2rem}
    .carousel-text p{font-size:.9rem}
    .welcome-section h2{font-size:2.2rem}
    .services-scrolling-block, .services-scrolling-block.reverse{grid-template-columns:1fr;gap:30px;direction:ltr}
    .about-visionary-row{grid-template-columns:1fr;gap:30px}
    .about-social-address-split{grid-template-columns:1fr;gap:30px}
}
@media(max-width:768px){
    .top-bar{padding:0 15px;height:70px}
    .top-bar-left img{height:52px;max-width:130px}
    .top-bar-right nav{position:fixed;top:70px;left:0;right:0;background:#ffd600;padding:15px 0;transform:translateY(-120%);transition:transform .4s;z-index:999}
    .top-bar-right nav.active{transform:translateY(0)}
    .top-bar-right nav ul{flex-direction:column}
    .top-bar-right nav ul li a{padding:14px 20px;text-align:center}
    .hamburger{display:flex}
    .carousel-container{margin-top:70px;padding-top:56%}
    .carousel-text h2{font-size:1.5rem}
    .carousel-text p{font-size:.8rem;max-width:280px}
    .carousel-btn{font-size:.65rem;padding:10px 22px}
    .carousel-overlay{padding-left:5%}
    .carousel-arrow{font-size:1.3rem;width:35px;height:35px}
    .carousel-arrow-left{left:10px}
    .carousel-arrow-right{right:10px}
    .welcome-section{padding:50px 25px}
    .welcome-section h2{font-size:1.8rem}
    .welcome-long{display:none}
    .welcome-short{display:block}
    .testimonial-card{padding:20px 18px}
    .testimonials-section{padding:40px 20px}
    .chatbot-widget{width:calc(100vw - 30px);right:15px;bottom:95px;height:450px}
    .fab-btn{width:52px;height:52px;bottom:22px;right:18px}
    .dynamic-page{margin-top:70px;padding:50px 20px}
    .footer-split{flex-direction:column}
    .footer-left{padding:40px 25px}
    .footer-right{flex-direction:column;padding:40px 25px;gap:30px}
    .scrolling-img-container img{height:250px}
    .about-triple-showcase{grid-template-columns:1fr}
}
@media(max-width:480px){
    .carousel-container{padding-top:65%}
    .carousel-text h2{font-size:1.15rem;margin-bottom:8px}
    .carousel-text p{font-size:.68rem;margin-bottom:15px;max-width:220px;line-height:1.5}
    .carousel-btn{font-size:.58rem;padding:8px 18px;letter-spacing:2px}
    .phone-section span{display:none}
    .welcome-section h2{font-size:1.4rem}
}

.dashboard-btn {
    background: #000;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.3s;
    margin-right: 5px;
}
.dashboard-btn:hover {
    opacity: 0.8;
}
@media (max-width: 640px) {
    .dashboard-btn {
        padding: 5px 8px !important;
        font-size: 0.55rem !important;
    }
}
@media (max-width: 580px) {
    .db-btn-text {
        display: none;
    }
    .dashboard-btn {
        padding: 6px 8px !important;
    }
}

#detailCtaReferral {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 0.72rem !important;
    padding: 12px 10px !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
}
