* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    overflow-x: hidden;
    background: #fff;
}

.container-fluid {
    width: 100%;
    padding: 0 30px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Welcome Section */
.welcome-section {
    padding: 80px 0;
    text-align: center;
    background: #fff;
}

.welcome-subtitle {
    font-size: 0.9rem;
    color: #2a3a6a;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.welcome-title {
    font-size: 2.0rem;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.welcome-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.welcome-content p {
    font-size: 1.0rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.btn-read-more {
    display: inline-block;
    padding: 15px 50px;
    background: #fff;
    color: #444;
    border: 1.5px solid #666;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 30px;
    transition: all 0.3s;
    letter-spacing: 1px;
}

.btn-read-more:hover {
    background: #444;
    color: #fff;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 30px 0;
    background: #fdfdfd;
}

.section-title-box {
    text-align: center;
    margin-bottom: 25px;
}

.why-choose-us .welcome-subtitle {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.why-choose-us .welcome-title {
    font-size: 1.5rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
}

.why-card {
    background: #fff;
    padding: 15px 8px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.why-icon-box {
    margin-bottom: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8fb;
    border-radius: 50%;
}

.why-icon-box img {
    width: 28px;
    height: 28px;
    opacity: 0.8;
}

.why-card h3 {
    font-size: 0.85rem;
    color: #555;
    font-weight: 500;
    line-height: 1.4;
}

/* Banner Section */
.banner-section {
    width: 100%;
    margin-bottom: 40px;
}

.full-width-banner {
    width: 90%;
    max-width: 1100px;
    max-height: 320px;
    object-fit: cover;
    object-position: center 30%;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
}

/* Sustainability Section */
.sustainability-section {
    background-color: #f5f6ea;
    padding: 60px 0 0 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.sus-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sus-left {
    flex: 1.2;
    padding: 40px 40px 60px 0;
}

.sus-subtitle {
    color: #8b2621;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 700;
}

.sus-title {
    color: #444;
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.sus-left p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.btn-read-more-sus {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #666;
    color: #555;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.btn-read-more-sus:hover {
    background: #666;
    color: #fff;
}

.sus-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.sus-right img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Applications Section */
.applications-section {
    padding: 60px 0;
    background: #fff;
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #f0e0e0;
    border-left: 1px solid #f0e0e0;
    margin-top: 30px;
}

.app-card {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border-right: 1px solid #f0e0e0;
    border-bottom: 1px solid #f0e0e0;
    text-decoration: none;
    transition: all 0.3s;
    background: #fff;
}

.app-card:hover {
    background: #faf6f6;
}

.app-icon {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-icon img {
    max-width: 100%;
    max-height: 100%;
}

.app-card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    flex-grow: 1;
    margin: 0;
    color: #444;
}

.app-arrow {
    font-size: 1.5rem;
    color: #aaa;
    font-weight: 300;
    transition: color 0.3s;
}

.app-card:hover .app-arrow {
    color: #666;
}

/* Testimonials Section */
.testimonials-section {
    padding: 60px 0;
    background: #ececec;
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.testi-card {
    background: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    overflow: hidden;
}

.testi-content {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.testi-img-box {
    flex-shrink: 0;
    width: 120px;
}

.testi-img-box img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.testi-text-box p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testi-text-box h5 {
    font-size: 0.8rem;
    color: #d62828;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.quote-icon {
    position: absolute;
    bottom: -30px;
    right: 15px;
    font-size: 10rem;
    color: #f2f2f2;
    font-family: Georgia, serif;
    line-height: 1;
    z-index: 1;
    user-select: none;
}

/* Stats Section */
.stats-section {
    padding: 50px 0 80px 0;
    background: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-bracket {
    width: 50px;
    height: 12px;
    border: 1.5px solid #d5d5d5;
    border-bottom: none;
    margin-bottom: 25px;
}

.stat-item h3 {
    font-size: 2.8rem;
    color: #333;
    font-weight: 400;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.stat-item h3 sup {
    font-size: 1.5rem;
    font-weight: 400;
}

.stat-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    font-weight: 600;
}

/* Portfolio Section */
.portfolio-section {
    padding: 60px 0;
    background: #fdfdfd;
}

.cat-wrapper {
    margin-bottom: 50px;
}

.cat-wrapper:last-child {
    margin-bottom: 0;
}

.cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 5px;
}

.cat-header h3 {
    font-size: 1.1rem;
    color: #222;
    margin: 0;
    font-weight: 700;
}

.btn-see-all {
    display: inline-block;
    color: #444;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: color 0.3s;
}

.btn-see-all:hover {
    color: #000;
    text-decoration: underline;
}

.image-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    padding-bottom: 10px; /* Space for shadow/scroll */
}

.image-slider::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.image-slider img {
    flex: 0 0 280px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    scroll-snap-align: start;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Experience Section */
.experience-section {
    padding: 60px 0;
    background: #fff;
}

.exp-header {
    margin-bottom: 40px;
}

.exp-header h2 {
    font-size: 1.8rem;
    color: #111;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.header-line {
    width: 60px;
    height: 3px;
    background: #007bff;
}

.exp-flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.exp-left {
    flex: 1.5;
}

.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.mosaic-item {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.dark-box {
    background: #0d2840;
}

.dark-box h3 {
    font-size: 4rem;
    line-height: 1;
    margin: 0;
    font-weight: 300;
}

.dark-box span {
    font-size: 1.2rem;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.dark-box p {
    font-size: 1rem;
    letter-spacing: 2px;
    margin: 5px 0 0 0;
}

.light-dark-box {
    background: #3e3831; /* Use a color similar to the image overlay */
}

.light-dark-box h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.exp-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.exp-google {
    display: flex;
    align-items: center;
    gap: 15px;
}

.exp-google img {
    width: 50px;
}

.google-text strong {
    font-size: 1.2rem;
    color: #333;
}

.google-text span {
    font-size: 0.95rem;
    color: #888;
}

.stars {
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-top: 5px;
}

.exp-districts h3 {
    font-size: 1.3rem;
    color: #222;
    margin: 0 0 15px 0;
}

.exp-districts p {
    font-size: 0.9rem;
    color: #777;
    line-height: 1.8;
    margin: 0;
}

.exp-award {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.exp-award img {
    width: 70px;
    margin-bottom: 10px;
}

.exp-award p {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
    margin: 0;
}

/* CTA Banner Section */
.cta-banner-section {
    background: #f4f4f4;
    overflow: hidden;
    margin-top: 40px;
}

.cta-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-left {
    flex: 1.2;
    padding: 60px 40px 60px 0;
}

.cta-left h2 {
    font-size: 2.2rem;
    color: #222;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 15px 0;
    letter-spacing: -0.5px;
}

.cta-left p {
    font-size: 1.15rem;
    color: #555;
    margin: 0;
    font-weight: 400;
}

.cta-right {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
}

.cta-right img {
    max-height: 300px;
    width: auto;
    display: block;
    object-fit: contain;
    object-position: bottom;
    margin-top: auto;
}

/* Features Alt Section */
.features-alt {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}

.features-flex {
    display: flex;
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.features-left {
    flex: 1;
    background: #f8f8fb;
    padding: 40px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-left .section-title {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.2;
}

.features-grid-alt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.feat-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 10px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s;
}

.feat-item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.feat-icon img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
}

.feat-item span {
    font-size: 0.9rem;
    color: #444;
    font-weight: 600;
    line-height: 1.3;
    display: block;
}

.feat-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-explore {
    background: #e3262e;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    transition: background 0.3s;
}

.btn-explore:hover {
    background: #c11b22;
}

.features-right {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.feat-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Top Header */
.top-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 4px 0;
    font-size: 0.85rem;
    color: #444;
}

.top-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-select select {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    background: #fdfdfd;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-links {
    display: flex;
    list-style: none;
    gap: 20px;
}

.top-links li a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s;
}

.top-links li a:hover {
    color: #2a3a6a;
}

.btn-smart-view {
    background: #3a0000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.dial-info {
    font-weight: 700;
    color: #333;
}

/* Main Header */
.main-header {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 40px;
}

.logo {
    display: flex;
    align-items: center;
    line-height: 0;
}

.logo img {
    height: 110px;
    width: auto;
    display: block;
    margin: -10px 0; /* Pulls the header tight to the logo content */
}

/* Hamburger Menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1001;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #2a3a6a;
    transition: 0.3s;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
    align-items: center;
}

.main-nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s;
}

.main-nav ul li a:hover {
    color: #2a3a6a;
}

.mobile-home {
    display: none;
}

.home-icon-btn {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    height: 40px;
}

.home-icon-btn img {
    width: 22px;
    height: 22px;
    filter: brightness(0); /* Pure Black for maximum visibility */
}

.home-icon-btn:hover {
    transform: scale(1.1);
}

.home-icon-item {
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.search-nav img {
    width: 24px;
    height: 24px;
    opacity: 0.8;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
}

.hero-slider-container {
    position: relative;
    width: 100%;
}

.hero-slider {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.hero-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-caption {
    position: absolute;
    top: 45%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    max-width: 600px;
}

.slide-caption h1 {
    font-size: 4.5rem;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.slide-caption p {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 400;
}

.caption-bottom {
    margin-top: 60px;
}

.caption-bottom h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}

.caption-bottom h2 {
    font-size: 2.8rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

/* Thumbnails */
.hero-thumbnails-container {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 20;
}

.hero-thumbnails {
    display: flex;
    gap: 15px;
}

.thumb-item {
    width: 160px;
    height: 90px;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0.7;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item:hover, .thumb-item.active {
    opacity: 1;
    transform: scale(1.05);
    border-color: #2a3a6a;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    left: 0;
    top: 50%;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: 0 0;
    background: #25d366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0; 
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 2px 0 15px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: max-content;
}

.whatsapp-float span {
    display: block;
}

.whatsapp-float img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
    transform: rotate(90deg);
}

.whatsapp-float:hover {
    padding-top: 15px; 
    background: #20ba5a;
}

/* Responsive */
@media (max-width: 1200px) {
    .slide-caption h1 { font-size: 3.5rem; }
    .slide-caption { left: 5%; }
}

@media (max-width: 991px) {
    .hero-slider { height: 500px; }
    .hero-slide img { object-fit: cover; background: #fff; }
    .hero-thumbnails-container {
        position: relative;
        bottom: 0;
        right: 0;
        padding: 20px;
        background: #fff;
    }
    .hero-thumbnails {
        justify-content: center;
        flex-wrap: wrap;
    }
    .thumb-item { width: 120px; height: 70px; }
}

/* Trust & Service Section */
.trust-service-section {
    padding: 60px 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.trust-item {
    padding: 20px 40px;
    text-align: left;
    border-right: 1px solid #eee;
}

.trust-item:last-child {
    border-right: none;
}

.trust-icon {
    margin-bottom: 25px;
}

.trust-icon img {
    width: 45px;
    height: 45px;
    opacity: 0.6;
}

.trust-item h3 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.trust-item p {
    font-size: 0.95rem;
    color: #777;
    line-height: 1.5;
}

.trust-item p a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.trust-item p a:hover {
    text-decoration: underline;
}

/* Main Footer */
.main-footer {
    background: #444444;
    color: #fff;
    padding: 80px 0 30px 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-logo {
    height: 60px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}

.about-col p {
    font-size: 0.95rem;
    color: #cbd5e0;
    line-height: 1.7;
    margin-bottom: 25px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: all 0.3s;
}

.social-links a:hover {
    background: #007bff;
    transform: translateY(-3px);
}

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #007bff;
}

.footer-col ul {
    list-style: none;
}
    background: #0099db;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #cbd5e0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-info img {
    margin-top: 3px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #a0aec0;
}

@media (max-width: 768px) {
    .container-fluid { padding: 0 10px; }
    .top-header { display: none; }
    
    .logo img { height: 100px; }
    
    .menu-toggle { display: flex; }
    
    .menu-toggle.active .bar:nth-child(2) { opacity: 0; }
    .menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    .main-nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: 0.4s ease-in-out;
        z-index: 1000;
        padding: 100px 30px;
        overflow-y: auto;
    }

    .main-nav.active { right: 0; }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding: 0;
        align-items: flex-start;
    }

    .nav-item { 
        width: 100%; 
        border-bottom: 1px solid #eee;
    }
    
    .nav-item a { 
        font-size: 1.1rem; 
        padding: 20px 0; 
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333;
        font-weight: 700;
        text-decoration: none;
        outline: none; /* Remove any focus borders */
    }

    .nav-item a:focus, .nav-item a:active {
        background: transparent;
        outline: none;
    }

    .home-icon-item { border: none; padding: 0; }

    .hero-slider { height: auto; aspect-ratio: 16 / 9; }
    .hero-slide img { object-fit: cover; }
    
    .hero-thumbnails-container {
        padding: 10px 5px;
        background: #fff;
    }
    
    .hero-thumbnails {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 8px;
    }
    
    .thumb-item {
        width: 23%;
        height: 50px;
        border-width: 2px;
    }
    
    .why-choose-us { padding: 40px 0; }
    .section-title-center { font-size: 1.5rem; margin-bottom: 20px; }
    .why-grid { 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        gap: 15px; 
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
    }
    .why-card { min-width: 140px; padding: 15px 10px; }
    .why-icon-box { width: 50px; height: 50px; }
    .why-icon-box img { width: 30px; height: 30px; }
    .why-card h3 { font-size: 0.8rem; }
    
    .features-alt { padding: 20px 0; }
    .features-flex { flex-direction: row; min-height: auto; border-radius: 8px; }
    .features-left { flex: 1.8; padding: 15px 10px; }
    .features-left .section-title { font-size: 0.95rem; margin-bottom: 10px; font-weight: 700; }
    .features-grid-alt { grid-template-columns: repeat(2, 1fr); gap: 5px; }
    .feat-item { padding: 8px 4px; }
    .feat-icon img { width: 18px; height: 18px; margin-bottom: 4px; }
    .feat-item span { font-size: 0.65rem; line-height: 1.2; }
    .btn-read-more { padding: 8px 10px; font-size: 0.65rem; margin-top: 10px; border-width: 1px; }
    .features-right { flex: 1; height: auto; }
    
    .welcome-section { padding: 40px 0; }
    .welcome-title { font-size: 1.6rem; }
    .welcome-content p { font-size: 0.95rem; line-height: 1.5; }
    .welcome-content p:nth-child(2) { display: none; }
    
    .full-width-banner { width: 100%; max-height: 180px; }
    
    .sus-flex { flex-direction: column; }
    .sus-left { padding: 20px 20px 0 20px; text-align: center; }
    .sus-title { font-size: 1.6rem; }
    .sus-right { padding-top: 30px; width: 100%; }
    
    .app-grid { grid-template-columns: 1fr; }
    
    .testi-grid { grid-template-columns: 1fr; }
    .testi-content { flex-direction: column; align-items: center; text-align: center; }
    
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
    
    .image-slider img { flex: 0 0 240px; height: 180px; }
    
    .exp-flex { flex-direction: column; }
    .mosaic-grid { grid-template-columns: repeat(2, 1fr); }
    
    .header-left-icons { display: none; }
    .mobile-home { display: block; }
    
    .exp-award { flex-direction: row; align-items: center; justify-content: center; text-align: left; gap: 10px; width: 100%; padding: 0 10px; }
    .exp-award img { width: 50px; height: auto; flex-shrink: 0; }
    .exp-award p { font-size: 0.75rem; white-space: normal; line-height: 1.2; flex: 1; }
    
    .cta-flex { flex-direction: row; text-align: left; align-items: center; padding: 15px 10px; gap: 5px; }
    .cta-left { flex: 3.5; padding: 0 5px 0 0; }
    .cta-left h2 { font-size: 0.95rem; white-space: normal; line-height: 1.2; margin-bottom: 5px; font-weight: 800; }
    .cta-left p { font-size: 0.8rem; line-height: 1.3; margin: 0; }
    .cta-right { flex: 1.2; display: flex; justify-content: flex-end; align-items: center; }
    .cta-right img { max-height: 150px; width: auto; margin: 0; }
    
    .whatsapp-float span { display: none; }
    .whatsapp-float { padding: 15px; right: 20px; bottom: 80px; border-radius: 50%; }

    .trust-grid { grid-template-columns: 1fr; }
    .trust-item { border-right: none; border-bottom: 1px solid #eee; padding: 30px 20px; }
    .trust-item:last-child { border-bottom: none; }
    .trust-icon { margin-bottom: 15px; }

    .footer-top { grid-template-columns: 1fr; gap: 40px; }
    .footer-col h4 { margin-bottom: 20px; }
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #fdfdfd;
}

.faq-container {
    max-width: 900px;
    margin: 40px auto 0;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
}

.faq-question {
    padding: 22px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #fcfcfc;
}

.faq-icon {
    font-style: normal;
    font-size: 1.5rem;
    color: #777;
    transition: transform 0.3s;
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #fff;
}

.faq-item.active .faq-answer {
    padding: 0 30px 30px;
    max-height: 500px;
}

.faq-item.active {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.faq-answer p {
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .faq-section { padding: 60px 0; }
    .faq-question { padding: 18px 20px; font-size: 1rem; }
    .faq-answer { padding: 0 20px; }
    .faq-item.active .faq-answer { padding: 0 20px 20px; }
    
    .header-left-icons { display: none; }
    .mobile-home { display: block; }
    
    .exp-award { flex-direction: row; align-items: center; justify-content: center; text-align: left; gap: 10px; width: 100%; padding: 0 10px; }
    .exp-award img { width: 50px; height: auto; flex-shrink: 0; }
    .exp-award p { font-size: 0.75rem; white-space: normal; line-height: 1.2; flex: 1; }
    
    .cta-flex { flex-direction: row; text-align: left; align-items: center; padding: 15px 10px; gap: 5px; }
    .cta-left { flex: 3.5; padding: 0 5px 0 0; }
    .cta-left h2 { font-size: 0.95rem; white-space: normal; line-height: 1.2; margin-bottom: 5px; font-weight: 800; }
    .cta-left p { font-size: 0.8rem; line-height: 1.3; margin: 0; }
    .cta-right { flex: 1.2; display: flex; justify-content: flex-end; align-items: center; }
    .cta-right img { max-height: 150px; width: auto; margin: 0; }
    
    .whatsapp-float { padding: 8px 15px; left: 0; top: 50%; bottom: auto; font-size: 0.75rem; border-radius: 5px 5px 0 0; width: max-content; white-space: nowrap; display: inline-flex; }
    .whatsapp-float span { display: block; }
    .whatsapp-float img { width: 16px; height: 16px; transform: rotate(90deg); }

    .trust-grid { grid-template-columns: 1fr; }
    .trust-item { border-right: none; border-bottom: 1px solid #eee; padding: 30px 20px; }
    .trust-item:last-child { border-bottom: none; }
    .trust-icon { margin-bottom: 15px; }

    .footer-top { grid-template-columns: 1fr; gap: 40px; }
    .footer-col h4 { margin-bottom: 20px; }
}
/* Key Features Marquee */
.why-choose-us {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.features-slider {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.why-grid {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.why-card {
    flex: 0 0 180px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s;
}

.why-card:hover {
    transform: translateY(-5px);
}

.why-icon-box {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.why-icon-box img {
    width: 35px;
    height: 35px;
    opacity: 0.7;
}

.why-card h3 {
    font-size: 0.95rem;
    color: #444;
    font-weight: 600;
    line-height: 1.4;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Halfway because we duplicated the items */
}

/* Scroll Reveal Animations */
.reveal {
    position: relative;
    opacity: 0;
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
}

.fade-bottom { transform: translateY(50px); }
.fade-bottom.active { transform: translateY(0); }

.fade-left { transform: translateX(-50px); }
.fade-left.active { transform: translateX(0); }

.fade-right { transform: translateX(50px); }
.fade-right.active { transform: translateX(0); }

/* New Inline Menu Styles */
.header-left-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 20px;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.nav-link-inline {
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.nav-link-inline:hover, .nav-link-inline.active {
    color: #0099db;
}

.home-icon-btn img {
    filter: brightness(0) saturate(100%); /* Make home icon black to match text */
}

.logo-group {
    display: flex;
    align-items: center;
}

/* Navigation Visibility Controls */
.main-nav .nav-item {
    display: none; /* Hide standard nav items on desktop, they are in header-left-icons instead */
}

@media (max-width: 768px) {
    .header-left-icons { 
        display: none !important; 
    }
    .main-nav .nav-item {
        display: block; /* Show in mobile hamburger menu */
    }
}

/* Dropdown Menu Styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-toggle::after {
    content: '▾';
    font-size: 0.8rem;
    margin-left: 2px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    border-top: 2px solid #0099db;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background 0.3s, color 0.3s;
}

.dropdown-menu li a:hover {
    background: #f8f9fa;
    color: #0099db;
}

/* Mobile Dropdown Adjustments */
@media (max-width: 768px) {
    .dropdown {
        display: block;
        width: 100%;
    }
    .dropdown-menu {
        position: static;
        display: none !important; /* Force hidden */
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        background: #f9f9f9;
        width: 100%;
        border: none;
        left: auto !important;
        transform: none !important;
        max-height: 450px; /* Ensure long lists don't push content off screen */
        overflow-y: auto;
    }
    .dropdown.open > .dropdown-menu {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        max-height: 350px !important; /* Limit height for scrolling */
        overflow-y: auto !important; /* Enable internal scroll */
        padding: 10px 0 20px 20px !important;
    }
    .dropdown-menu li {
        border-bottom: 1px solid #f0f0f0;
    }
    .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .dropdown-menu li a {
        font-size: 1rem !important;
        padding: 15px 0 !important;
        color: #666 !important;
        font-weight: 500 !important;
        text-transform: none !important;
        border: none !important;
    }
    .dropdown-toggle::after {
        margin-left: 10px;
        transition: transform 0.3s;
    }
    .dropdown.open .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}
/* Product Grid Layout (as per screenshot) */
.product-showcase {
    padding: 60px 0;
    background: #fff;
}

.product-intro-title {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-intro-p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.showcase-card {
    position: relative;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

.showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.showcase-card:hover img {
    transform: scale(1.1);
}

.showcase-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.showcase-info h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.plus-icon {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    transition: background 0.3s;
}

.showcase-card:hover .plus-icon {
    background: #0099db;
}

@media (max-width: 992px) {
    .showcase-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .showcase-grid { grid-template-columns: 1fr; }
    .showcase-card { height: 250px; }
}

/* Product Detailed Info Section */
.product-details-content {
    padding: 60px 0;
    background: #fff;
}

.product-details-content h2 {
    font-size: 1.2rem;
    color: #333; /* Exact match with top intro title */
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-details-content h3 {
    font-size: 1.0rem;
    color: #333;
    margin: 30px 0 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-details-content p {
    font-size: 0.9rem;
    color: #666; /* Exact match with top intro paragraph */
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
}

/* Sustainability Page Styles */
.sustainability-hero {
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.sustainability-content {
    padding: 80px 0;
    background-color: #f6f8f0; /* Light cream/greenish from screenshot */
}

.sus-boxed-title {
    display: block;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sus-intro-text {
    max-width: 900px;
}

.sus-intro-text p {
    font-size: 1.0rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Two column layout for sustainability section */
.sus-two-col {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.sus-text-col {
    flex: 1.2;
}

.sus-image-col {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sus-image-col img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .sus-two-col {
        flex-direction: column;
    }
    .sus-image-col {
        width: 100%;
    }
}

/* Full width paragraphs below the image */
.sus-full-text {
    margin-top: 30px;
    width: 100%;
}

.sus-full-text p {
    font-size: 1.0rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

.pillars-section {
    padding: 60px 0 100px;
    background-color: #fff;
}

.pillars-title {
    font-size: 1.5rem;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pillars-intro {
    font-size: 1.0rem;
    color: #555;
    margin-bottom: 40px;
    max-width: 1000px;
}

.pillars-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pillar-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.pillar-card:hover {
    transform: translateY(-5px);
}

.pillar-number {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8rem;
    font-weight: 900;
    color: #f0f0f0;
    z-index: 1;
    line-height: 1;
}

.pillar-icon {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.pillar-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pillar-info {
    position: relative;
    z-index: 2;
    border-left: 1px solid #ddd;
    padding-left: 40px;
}

.pillar-info h4 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.pillar-info p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .pillar-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px;
    }
    .pillar-info {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    .pillar-number {
        font-size: 5rem;
        left: 10px;
    }
}

/* Cities Page Styles */
.cities-hero {
    background: #f9f9f9;
    padding: 80px 0;
    text-align: center;
}

.cities-hero h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}

.cities-hero p {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.cities-section {
    padding: 60px 0 100px;
}

.cities-dropdown {
    min-width: 600px !important;
    display: none; /* Ensure it starts hidden */
    grid-template-columns: repeat(3, 1fr);
    padding: 20px !important;
    gap: 10px;
}

.dropdown.open .cities-dropdown {
    display: grid !important;
}

.cities-dropdown li {
    margin: 0 !important;
}

.cities-dropdown li a {
    padding: 8px 15px !important;
    border-radius: 4px;
}

.cities-dropdown li a:hover {
    background-color: #f5f5f5 !important;
    color: #800000 !important;
}

@media (max-width: 768px) {
    .cities-dropdown {
        min-width: 100% !important;
        grid-template-columns: 1fr;
        display: none !important; /* Force hidden */
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        max-height: 400px;
        overflow-y: auto;
    }
    
    .dropdown.open > .cities-dropdown {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        max-height: 350px !important; /* Limit height for scrolling */
        overflow-y: auto !important; /* Enable internal scroll */
        padding: 10px 20px !important;
        left: auto !important;
        transform: none !important;
    }
}


.city-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.city-card:hover {
    border-color: #800000;
    color: #800000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* District Page Content Styles */
.district-content {
    padding: 80px 0;
}

.district-header {
    text-align: center;
    margin-bottom: 60px;
}

.district-header h1 {
    font-size: 1.8rem;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.district-intro p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Inspiration Mosaic Gallery */
.inspiration-section {
    padding: 40px 0;
    background: #fff;
}

.inspiration-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}

.inspiration-header h2 {
    font-size: 1.6rem;
    color: #333;
    font-weight: 700;
}

.view-all-link {
    color: #e3262e;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mosaic-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px; /* Reduced from 250px */
    gap: 15px;
}

.mosaic-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.mosaic-item:hover img {
    transform: scale(1.1);
}

.mosaic-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.mosaic-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.mosaic-item.tall {
    grid-row: span 2;
}

.district-long-content {
    padding: 60px 0;
}

.district-long-content p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Popular Interior Designs Section */
.interior-designs-section {
    padding: 60px 0;
    background: #fff;
}

.interior-designs-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.interior-designs-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 900px;
}

.interior-designs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.interior-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
    cursor: pointer;
}

.interior-card.large-card {
    grid-row: span 2;
    height: auto;
}

.interior-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.interior-card:hover img {
    transform: scale(1.06);
}

.interior-card-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(255,255,255,0.92);
    color: #222;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

@media (max-width: 768px) {
    .interior-designs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .interior-card.large-card {
        grid-row: span 1;
        height: 200px;
    }
    .interior-card { height: 180px; }
}

/* Standardized Footer Styles */
.main-footer { background: #333; color: #fff; padding: 60px 0 30px; }
.main-footer h4 { color: #fff; font-size: 1.2rem; margin-bottom: 25px; font-weight: 600; position: relative; padding-bottom: 10px; }
.main-footer h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: #007bff; }
.main-footer ul { list-style: none; padding: 0; }
.main-footer ul li { margin-bottom: 12px; }
.main-footer ul li a { color: #ccc !important; text-decoration: none; transition: color 0.3s; font-size: 0.95rem; }
.main-footer ul li a:hover { color: #fff !important; }
.footer-top { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 40px; }
.footer-logo { max-width: 150px; margin-bottom: 20px; }
.about-col p { color: #bbb; line-height: 1.6; font-size: 0.9rem; margin-bottom: 20px; }
.social-links a { display: inline-block; width: 36px; height: 36px; background: rgba(255,255,255,0.1); border-radius: 50%; text-align: center; line-height: 40px; margin-right: 10px; transition: background 0.3s; }
.social-links a:hover { background: #007bff; }
.social-links a img { width: 20px; vertical-align: middle; }
.contact-info li { display: flex; gap: 12px; align-items: flex-start; color: #ccc; font-size: 0.9rem; }
.contact-info img { width: 18px; margin-top: 2px; opacity: 0.8; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 25px; text-align: center; }
.footer-bottom p { color: #888; font-size: 0.85rem; }
@media (max-width: 992px) { .footer-top { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .footer-top { grid-template-columns: 1fr; } }
