
        .about-section {
            padding: 100px 0 50px;
            background-color: #ffffff;
            font-family: 'Josefin Sans', sans-serif;
        }

        .brand-title {
            font-size: 3.5rem;
            font-weight: 700;
            letter-spacing: 2px;
            line-height: 1.1;
            margin: 20px 0;
        }

        .lead-text {
            font-size: 1.2rem;
            font-weight: 400;
            color: #000;
            margin-bottom: 20px;
        }

        /* Vernacular Section Styling */
        .style-label {
            font-size: 0.9rem;
            letter-spacing: 4px;
            color: #888;
            margin-bottom: 5px;
        }

        .style-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
            border-bottom: 2px solid #000;
            display: inline-block;
            padding-bottom: 5px;
        }

        /* Image Frame Effect */
        .about-image-frame {
            position: relative;
            padding: 20px;
            border: 1px solid #eee;
        }

        .about-image-frame img {
            filter: grayscale(100%);
            transition: 0.5s ease;
        }

        .about-image-frame:hover img {
            filter: grayscale(0%);
        }

        .experience-tag {
            position: absolute;
            bottom: -20px;
            left: -20px;
            background: #000;
            color: #fff;
            padding: 20px;
            text-align: center;
            border-radius: 4px;
        }

        /* Clean Marquee Styling */
        .marquee-wrapper {
            overflow: hidden;
            background: #f9f9f9;
            padding: 20px 0;
            border-top: 1px solid #eee;
            white-space: nowrap;
        }

        .marquee-content {
            display: inline-block;
            animation: marquee 20s linear infinite;
        }

        .marquee-content span {
            font-size: 1.5rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #ddd;
            /* Ghost text look */
        }

        @keyframes marquee {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        /* Mobile Responsive */
        @media (max-width: 991px) {
            .brand-title {
                font-size: 2.5rem;
            }

            .about-image-frame {
                margin-top: 50px;
            }
        }

        /* Mirror the badge to the right side for the left-aligned image */
        .style-badge-left {
            position: absolute;
            bottom: -20px;
            right: -20px;
            /* Aligned to the right of the left image */
            background: #000;
            color: #fff;
            padding: 20px;
            text-align: center;
            border-radius: 4px;
            z-index: 5;
        }

        .neo-description {
            font-size: 1.15rem;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #000;
        }

        /* Ensure the titles look consistent with the previous section */
        .style-title {
            font-family: 'Josefin Sans', sans-serif;
            font-size: 2.2rem;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 20px;
            border-bottom: 2px solid #000;
            display: inline-block;
        }

        /* Mobile ordering fix: ensure text stays above image on phones */
        @media (max-width: 991px) {
            .order-2 {
                order: 2 !important;
            }

            .order-1 {
                order: 1 !important;
            }

            .style-badge-left {
                right: 10px;
                bottom: 10px;
            }
        }

        /* Styling for the descriptions to match Josefin Sans */
        .style-description {
            font-size: 1.15rem;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #000;
            font-weight: 400;
        }

        /* Badge for the right-aligned image */
        .style-badge-right {
            position: absolute;
            bottom: -20px;
            left: -20px;
            background: #000;
            color: #fff;
            padding: 20px;
            text-align: center;
            border-radius: 4px;
            z-index: 5;
            font-family: 'Josefin Sans', sans-serif;
        }

        /* Badge for the left-aligned image */
        .style-badge-left {
            position: absolute;
            bottom: -20px;
            right: -20px;
            background: #000;
            color: #fff;
            padding: 20px;
            text-align: center;
            border-radius: 4px;
            z-index: 5;
            font-family: 'Josefin Sans', sans-serif;
        }

        /* General section spacing */
        .style-detail-section {
            padding: 60px 0;
            background-color: #ffffff;
        }

        /* Title underline effect */
        .style-title {
            font-family: 'Josefin Sans', sans-serif;
            font-size: 2.2rem;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 25px;
            border-bottom: 2px solid #000;
            display: inline-block;
            padding-bottom: 5px;
        }

        /* Brand Section */
        .about-brand-section {
            padding: 100px 0;
            background: #fff;
        }

        .brand-title {
            font-size: 3.5rem;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }

        /* Styles Section */
        .styles-gallery-section {
            padding: 10px 0 0;
            background: #f9f9f9;
            /* Light contrast background */
        }

        .style-label {
            letter-spacing: 5px;
            color: #888;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .style-image-frame {
            position: relative;
            overflow: hidden;
            box-shadow: 20px 20px 0px #000;
            /* Architectural block shadow */
            margin-bottom: 30px;
        }

        .style-tag {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #000;
            color: #fff;
            padding: 5px 15px;
            font-size: 0.8rem;
            letter-spacing: 2px;
        }

        .style-text-box h3 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .mb-100 {
            margin-bottom: 100px;
        }

        /* Marquee stays as the "floor" of the section */
        .marquee-wrapper {
            background: #000;
            padding: 15px 0;
        }

        .marquee-content span {
            color: #333;
            /* Dark ghost text on black background */
            font-weight: 700;
            text-transform: uppercase;
        }

        .about-brand-compact {
            padding: 60px 0;
            /* Reduced padding for a tighter look */
            background-color: #ffffff;
            font-family: 'Josefin Sans', sans-serif;
            border-bottom: 1px solid #f0f0f0;
        }

        .brand-subtitle {
            font-size: 0.8rem;
            letter-spacing: 6px;
            color: #999;
            margin-bottom: 10px;
        }

        .brand-title-main {
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            font-weight: 700;
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        /* Text alignment for the two columns */
        .brand-text-left {
            font-size: 1.1rem;
            line-height: 1.6;
            border-right: 1px solid #000;
            /* Subtle vertical divider */
            padding-right: 25px;
            text-align: right;
            font-weight: 400;
        }

        .brand-text-right {
            font-size: 1.1rem;
            line-height: 1.6;
            padding-left: 10px;
            text-align: left;
            font-weight: 300;
            color: #444;
        }

        /* Mobile: Stack them back to center and remove the side border */
        @media (max-width: 991px) {

            .brand-text-left,
            .brand-text-right {
                text-align: center;
                border-right: none;
                padding: 0;
                margin-bottom: 15px;
            }

            .about-brand-compact {
                padding: 40px 20px;
            }
        }

        /* Container for the image to match the frame style */
        .about-image-frame {
            position: relative;
            max-width: 480px;
            /* Constrains the width for a premium look */
            margin: 0 auto;
        }

        .about-image-frame img {
            width: 100%;
            height: 400px;
            /* Consistent height for all style sections */
            object-fit: cover;
            display: block;
            box-shadow: 15px 15px 0px #000;
            /* Matching architectural shadow */
            transition: transform 0.5s ease;
        }

        /* The Left-aligned Badge */
        .style-badge-left {
            position: absolute;
            bottom: -15px;
            right: -15px;
            background: #000;
            color: #fff;
            padding: 15px 20px;
            text-align: center;
            font-family: 'Josefin Sans', sans-serif;
            z-index: 5;
        }

        .style-badge-left span {
            font-size: 0.7rem;
            display: block;
            letter-spacing: 2px;
        }

        .style-badge-left strong {
            font-size: 1.2rem;
            font-weight: 700;
        }

        /* Styling the Tag (Vernacular label over image) */
        .style-tag {
            position: absolute;
            top: 20px;
            left: 20px;
            background: rgba(255, 255, 255, 0.9);
            color: #000;
            padding: 5px 15px;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 2px;
            z-index: 5;
        }

        /* Text alignment adjustments */
        .style-text-box {
            padding-left: 0px;
        }

        .style-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 15px;
            border-bottom: 2px solid #000;
            display: inline-block;
            padding-bottom: 5px;
        }

        .approach-section-list {
            position: relative;
            padding: 10px 0;
            font-family: 'Josefin Sans', sans-serif;
            background-color: #fff;
            overflow: hidden;
        }

        /* Background image restricted to this section only */
        .approach-overlay-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .approach-overlay-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.08;
            /* Very subtle background */
            filter: grayscale(100%);
        }

        .approach-intro {
            position: relative;
            z-index: 1;
            margin-bottom: 60px;
        }

        .main-title {
            font-size: 3rem;
            font-weight: 700;
            letter-spacing: 3px;
            margin-bottom: 20px;
        }

        .points-wrapper {
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
            /* This creates the vertical line connecting points */
            border-left: 1px solid #ddd;
            padding-left: 40px;
        }

        .approach-point {
            position: relative;
            margin-bottom: 40px;
        }

        .point-marker {
            position: absolute;
            left: -53px;
            /* Centers the marker on the vertical line */
            top: 0;
            width: 25px;
            height: 25px;
            background: #000;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7rem;
            font-weight: 700;
        }

        .point-content p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #333;
            margin: 0;
            font-weight: 300;
        }

        .point-content strong {
            font-weight: 600;
            color: #000;
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .points-wrapper {
                margin-left: 30px;
                padding-left: 25px;
            }

            .point-marker {
                left: -43px;
            }

            .main-title {
                font-size: 2rem;
            }
        }
.instagram-banner-slider {
    padding: 20px 0;
}

.instagram-banner-items .banner-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1; /* Ensures all images are same sized squares */
    background: #000;
}

.instagram-banner-items .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, opacity 0.4s ease;
}

/* Professional Hover Effect */
.instagram-banner-items:hover .banner-image img {
    transform: scale(1.1);
    opacity: 0.7;
}

.instagram-banner-items .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: 2;
}

.instagram-banner-items:hover .icon {
    transform: translate(-50%, -50%) scale(1);
}

.instagram-banner-items .icon:hover {
    background: #111;
    color: #fff;
}


        /* Core Team Styling */
        .team-box-items {
            background: #fff;
            border: 1px solid #eee;
            transition: all 0.4s ease;
            height: 100%;
        }

        .team-image {
            overflow: hidden;
            aspect-ratio: 1 / 1.1;
            /* Keeps all portraits the same size */
        }

        .team-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(20%);
            /* Soft architectural mood */
            transition: 0.5s;
        }

        .team-box-items:hover .team-image img {
            filter: grayscale(0%);
            transform: scale(1.05);
        }

        .team-content {
            padding: 30px 20px;
            text-align: left;
        }

        .team-name a {
            font-size: 1.4rem;
            font-weight: 800;
            color: #000;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 15px;
            display: block;
        }

        .designation {
            font-size: 0.8rem;
            font-weight: 700;
            color: #000;
            letter-spacing: 2px;
            margin-bottom: 12px;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }

        /* The Architectural Accent Line */
        .designation::after {
            content: '';
            position: absolute;
            left: 100px;
            bottom: 0;
            width: 60px;
            height: 2px;
            background: #000;
        }

        .education p {
            font-size: 0.75rem;
            line-height: 1.6;
            color: #666;
            margin: 5px 0 0 0;
            letter-spacing: 0.3px;
        }

        .education p span {
            font-weight: 700;
            color: #000;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .team-content {
                padding: 20px 15px;
            }

            .team-name a {
                font-size: 1.1rem;
            }
        }
  