* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #d4a574;
    --secondary-color: #1a1a1a;
    --text-light: #ffffff;
    --text-dark: #333333;
    --bg-dark: #0a0a0a;
    --bg-light: #f5f5f5;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    background: var(--bg-dark);
}

html {
    scroll-behavior: smooth;
    background: var(--bg-dark);
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    z-index: 1000;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    backdrop-filter: blur(10px);
}

.navbar-hero {
    background: transparent;
    backdrop-filter: none;
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.navbar-hero.navbar-scrolled {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
}

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

.logo a {
    display: block;
    line-height: 0;
}

.logo-image {
    height: 184px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-image:hover {
    transform: scale(1.05);
}

.logo-main {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-light);
    letter-spacing: 2px;
}

.logo-sub {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    letter-spacing: 3px;
}

.nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav-links a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--primary-color);
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: var(--bg-dark);
    margin-bottom: 0;
}

.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    background-size: cover;
    background-position: center;
}

.hero-slide:nth-child(1) {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/projects/residential/res-3-shinad.jpg');
}

.hero-slide:nth-child(2) {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/projects/commercial/vavas-changankulagara-com-3.jpg');
}

.hero-slide:nth-child(3) {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/projects/religious/puthutheruvu-juma-masjid-rel-04.jpg');
}

.hero-slide:nth-child(4) {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/projects/institutional/markaz-al-munavara-public-school-inst-05.jpg');
}

.hero-slide:nth-child(5) {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('images/projects/public/alankar-convention-centre-pub-02.jpg');
}

.hero-slide.active {
    opacity: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 60px;
    color: var(--text-light);
}

.hero-label {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--text-light);
    font-weight: 500;
}

.hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 800px;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: var(--text-light);
    font-weight: 400;
    display: block;
    opacity: 0.9;
}

.hero-btn {
    padding: 16px 36px;
    background: var(--text-light);
    color: var(--secondary-color);
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.hero-btn:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-2px);
}

/* Projects Section with Card Stacking */
.projects-section {
    position: relative;
    min-height: 500vh; /* 5 cards × 100vh = 1 scroll per card stack */
    background: var(--bg-dark);
    margin-top: 0;
    padding-top: 0;
}

.project-card {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.project-card[data-index="0"] {
    background-image: url('images/projects/residential/res-3-shinad.jpg');
}

.project-card[data-index="1"] {
    background-image: url('images/projects/commercial/vavas-changankulagara-com-3.jpg');
}

.project-card[data-index="2"] {
    background-image: url('images/projects/religious/puthutheruvu-juma-masjid-rel-04.jpg');
}

.project-card[data-index="3"] {
    background-image: url('images/projects/institutional/markaz-al-munavara-public-school-inst-05.jpg');
}

.project-card[data-index="4"] {
    background-image: url('images/projects/public/alankar-convention-centre-pub-02.jpg');
}

.project-card[data-index="5"] {
    background-image: url('images/interior/formal-living-int-05.jpg');
}

.project-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--text-light);
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}

.project-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.project-location {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 32px;
    color: var(--primary-color);
}

.project-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-secondary,
.btn-primary {
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-transform: capitalize;
}

.btn-secondary {
    background: transparent;
    border: 2px solid var(--text-light);
    color: var(--text-light);
}

.btn-secondary:hover {
    background: var(--text-light);
    color: var(--secondary-color);
}

.btn-primary {
    background: var(--text-light);
    color: var(--secondary-color);
}

.btn-primary:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

/* About Section */
.about-section {
    background: var(--bg-dark);
    color: var(--text-light);
    padding: 120px 60px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
    align-items: center;
}

.about-label {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
}

.about-title {
    font-size: 56px;
    font-weight: 700;
    margin: 20px 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.btn-about {
    padding: 14px 32px;
    background: var(--text-light);
    color: var(--secondary-color);
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.btn-about:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

.about-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    transition: transform 0.3s ease;
    filter: grayscale(100%);
}

.about-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, transparent 100%);
    padding: 40px 30px 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.about-image:hover .about-image-overlay {
    opacity: 1;
    transform: translateY(0);
}

.about-image:hover img {
    transform: scale(1.05);
}

.about-image-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.about-image-overlay p {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 300;
    color: var(--primary-color);
    letter-spacing: 0.5px;
}

.about-image-secondary {
    max-width: 1200px;
    margin: 60px auto;
    height: 600px;
    overflow: hidden;
    border-radius: 8px;
}

.about-image-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    filter: grayscale(100%);
}

.about-image-secondary:hover img {
    transform: scale(1.05);
}

.about-description-full {
    max-width: 1200px;
    margin: 0 auto 80px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

/* Projects Showcase with Auto-scroll */
.projects-showcase-section {
    background: var(--bg-dark);
    padding: 80px 0;
}

.showcase-section {
    margin: 80px 0;
}

.showcase-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: var(--text-light);
}

.projects-showcase {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    padding: 40px 0;
    scroll-behavior: smooth;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

.projects-showcase:active {
    cursor: grabbing;
}

/* Custom scrollbar styling */
.projects-showcase::-webkit-scrollbar {
    height: 8px;
}

.projects-showcase::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.projects-showcase::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.projects-showcase::-webkit-scrollbar-thumb:hover {
    background: #c89860;
}

.showcase-track {
    display: flex;
    gap: 30px;
    animation: scroll 15s linear infinite;
    will-change: transform;
}

.showcase-track-reverse {
    animation: scrollReverse 15s linear infinite;
}

/* Pause animation on hover or when scrolling */
.projects-showcase:hover .showcase-track,
.projects-showcase.scrolling .showcase-track {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollReverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.showcase-content {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 60px;
    text-align: center;
}

.showcase-content p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

.showcase-item {
    flex: 0 0 350px;
    height: 450px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.showcase-item:hover {
    transform: scale(1.05);
}

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

.showcase-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    color: var(--text-light);
}

.showcase-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.showcase-info p {
    font-size: 14px;
    color: var(--primary-color);
}

/* Stats Section */
.stats-section {
    background: var(--bg-dark);
    padding: 80px 60px;
    position: relative;
}

.stats-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.stat-item {
    text-align: center;
    padding: 40px 20px;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
}

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    color: var(--primary-color);
    opacity: 0.9;
}

.stat-icon svg {
    width: 100%;
    height: 100%;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    white-space: nowrap;
}

.stat-value {
    display: inline-block;
    text-align: center;
    font-variant-numeric: tabular-nums;
    min-width: 2.5em;
    width: 2.5em;
}

.stat-symbol {
    color: var(--primary-color);
    margin-left: 4px;
    display: inline-block;
}

.stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
}

/* Stat Icon Animations */
/* Home Icon Animation */
.stat-home:hover .smoke {
    opacity: 1;
    animation: smokeRise 2s ease-in-out infinite;
}

.stat-home:hover .smoke1 {
    animation-delay: 0s;
}

.stat-home:hover .smoke2 {
    animation-delay: 0.3s;
}

.stat-home:hover .smoke3 {
    animation-delay: 0.6s;
}

@keyframes smokeRise {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

/* Smiley Icon Animation */
.stat-smiley .smile-normal,
.stat-smiley .smile-happy {
    transition: opacity 0.4s ease;
}

.stat-smiley:hover .smile-normal {
    opacity: 0;
}

.stat-smiley:hover .smile-happy {
    opacity: 1;
}

/* Bulb Icon Animation */
.stat-bulb:hover .bulb-glow,
.stat-bulb:hover .filament {
    animation: bulbBlink 1s ease-in-out infinite;
}

.stat-bulb:hover .ray {
    opacity: 1;
    animation: rayBlink 1s ease-in-out infinite;
}

@keyframes bulbBlink {
    0%, 100% {
        opacity: 1;
        filter: brightness(1);
    }
    50% {
        opacity: 0.4;
        filter: brightness(2);
    }
}

@keyframes rayBlink {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

/* Clock Icon Animation */
.stat-clock .hour-hand,
.stat-clock .minute-hand {
    transform-origin: 50px 50px;
    transition: transform 0.1s ease;
}

.stat-clock:hover .hour-hand {
    animation: rotateHourHand 2s linear;
}

.stat-clock:hover .minute-hand {
    animation: rotateMinuteHand 2s linear;
}

@keyframes rotateHourHand {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateMinuteHand {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Mobile Touch Hover Effects */
/* Duplicate all hover effects for touch devices */
.stat-home.touch-hover .smoke {
    opacity: 1;
    animation: smokeRise 2s ease-in-out infinite;
}

.stat-home.touch-hover .smoke1 {
    animation-delay: 0s;
}

.stat-home.touch-hover .smoke2 {
    animation-delay: 0.3s;
}

.stat-home.touch-hover .smoke3 {
    animation-delay: 0.6s;
}

.stat-smiley.touch-hover .smile-normal {
    opacity: 0;
}

.stat-smiley.touch-hover .smile-happy {
    opacity: 1;
}

.stat-bulb.touch-hover .bulb-glow,
.stat-bulb.touch-hover .filament {
    animation: bulbBlink 1s ease-in-out infinite;
}

.stat-bulb.touch-hover .ray {
    opacity: 1;
    animation: rayBlink 1s ease-in-out infinite;
}

.stat-clock.touch-hover .hour-hand {
    animation: rotateHourHand 2s linear;
}

.stat-clock.touch-hover .minute-hand {
    animation: rotateMinuteHand 2s linear;
}

.showcase-item.touch-hover {
    transform: scale(1.05);
}

.service-image.touch-hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.service-icon-item.touch-hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-5px);
}

.team-member.touch-hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.team-member.touch-hover .team-member-image img {
    transform: scale(1.1);
}

/* Services Section */
.services-section {
    background: var(--bg-dark);
    color: var(--text-light);
    padding: 120px 60px;
}

.services-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 80px;
}

.services-label {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 500;
}

.services-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: var(--text-light);
}

.services-intro {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 900px;
    margin: 0 auto;
}

.services-list {
    max-width: 1400px;
    margin: 0 auto 80px;
}

.service-item {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-item > * {
    flex: 1;
}

.service-item-reverse {
    flex-direction: row-reverse;
}

.service-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 4px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.5s ease;
    filter: grayscale(100%);
}

.service-image:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Adjust specific service images */
.service-item:nth-child(5) .service-image img {
    object-position: center 30%;
}

.service-content {
    padding: 0 20px;
}

.service-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 24px;
    line-height: 1.3;
}

.service-description {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.75);
}

/* Additional Services with Icons */
.services-icon-grid {
    max-width: 1400px;
    margin: 100px auto 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.service-icon-item {
    text-align: center;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
    transition: all 0.4s ease;
}

.service-icon-item:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-5px);
}

.service-icon-large {
    width: 100px;
    height: 100px;
    margin: 0 auto 40px;
    color: var(--primary-color);
}

.service-icon-large svg {
    width: 100%;
    height: 100%;
}

.service-icon-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.service-icon-description {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.75);
    max-width: 600px;
    margin: 0 auto;
}

/* Why Choose Us */
.why-choose-us {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.why-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    color: var(--text-light);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    transition: transform 0.3s ease;
}

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

.why-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.why-icon svg {
    width: 100%;
    height: 100%;
}

.why-item p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Team Section */
.team-section {
    background: var(--bg-dark);
    color: var(--text-light);
    padding: 120px 60px;
}

.team-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

.team-label {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
}

.team-title {
    font-size: 56px;
    font-weight: 700;
    margin: 16px 0 32px;
    letter-spacing: 2px;
}

.team-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-member {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.team-member-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: grayscale(100%);
    object-position: center center;
}

/* Adjust specific team member image positions */
.team-member:nth-child(3) .team-member-image img {
    object-position: center 20%;
}

.team-member:nth-child(4) .team-member-image img {
    object-position: center 20%;
}

.team-member:nth-child(6) .team-member-image img {
    object-position: center 20%;
}

.team-member:nth-child(7) .team-member-image img {
    object-position: center -5%;
}

.team-member:nth-child(8) .team-member-image img {
    object-position: center -5%;
}

.team-member:hover .team-member-image img {
    transform: scale(1.1);
}

.team-member-info {
    padding: 30px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.team-member-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--primary-color);
    letter-spacing: 0.5px;
}

.team-member-info p {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/* Responsive Design for Team Grid */
@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .team-member-image {
        height: 350px;
    }
}

/* Contact Section */
.contact-section {
    background: var(--bg-dark);
    color: var(--text-light);
    padding: 120px 60px 0;
}

.contact-header {
    margin-bottom: 60px;
}

.contact-label {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
}

.contact-title {
    font-size: 56px;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    margin-bottom: 100px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.info-group h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: var(--text-light);
}

.info-group p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.map-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    padding: 12px 20px;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    background: rgba(212, 165, 116, 0.1);
}

.map-link:hover {
    color: var(--text-light);
    border-color: var(--text-light);
    background: rgba(212, 165, 116, 0.2);
    transform: translateY(-2px);
}

.map-link svg {
    display: block;
    margin-bottom: 8px;
}

.map-text {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--text-light);
}

.form-group input,
.form-group textarea {
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.08);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.btn-submit {
    padding: 16px 36px;
    background: var(--text-light);
    color: var(--secondary-color);
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    width: 100%;
}

.btn-submit:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

/* Footer */
.footer {
    background: var(--bg-dark);
    padding: 80px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 80px;
}

.footer-brand h3 {
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.footer-brand p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
}

.newsletter {
    display: flex;
    gap: 0;
}

.newsletter input {
    flex: 1;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    font-size: 14px;
    border-radius: 4px 0 0 4px;
}

.newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter button {
    padding: 14px 28px;
    background: var(--text-light);
    color: var(--secondary-color);
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 4px 4px 0;
}

.newsletter button:hover {
    background: var(--primary-color);
    color: var(--text-light);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-column h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: var(--primary-color);
}

.footer-column p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
}

.footer-column strong {
    color: var(--text-light);
    display: block;
    margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .navbar {
        padding: 20px 40px;
    }

    .hero-content {
        padding: 0 40px;
    }

    .hero-title {
        font-size: 56px;
    }

    .hero-subtitle {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .about-content {
        gap: 40px;
    }

    .about-section {
        padding: 80px 40px;
    }

    .contact-section {
        padding: 80px 40px 0;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 20px 24px;
    }

    .logo-image {
        height: 61px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .hero-section {
        height: 70vh;
        min-height: 500px;
    }

    .hero-content {
        padding: 0 24px;
    }

    .hero-title {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .hero-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .hero-btn {
        padding: 12px 32px;
        font-size: 13px;
    }

    .project-card {
        margin: 40px 20px;
    }

    .project-title {
        font-size: 28px;
    }

    .project-location {
        font-size: 13px;
    }

    .btn-secondary,
    .btn-primary {
        padding: 10px 24px;
        font-size: 12px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-label {
        font-size: 12px;
    }

    .about-title {
        font-size: 36px;
        margin: 12px 0 20px;
    }

    .about-description {
        font-size: 15px;
    }

    .about-image {
        height: 400px;
    }

    .about-image-secondary {
        height: 400px;
        margin: 40px 24px;
    }

    .about-description-full {
        padding: 0 24px;
        font-size: 15px;
        margin-bottom: 60px;
    }

    .about-description-full p {
        margin-bottom: 20px;
    }

    .showcase-title {
        font-size: 28px;
        margin-bottom: 30px;
        padding: 0 24px;
    }

    .showcase-item {
        width: 280px;
        height: 350px;
    }

    .showcase-info h3 {
        font-size: 16px;
    }

    .showcase-info p {
        font-size: 12px;
    }

    .showcase-content {
        padding: 0 24px;
        font-size: 15px;
        margin: 40px auto;
    }

    .team-section {
        padding: 60px 24px;
    }

    .team-label {
        font-size: 12px;
    }

    .team-title {
        font-size: 36px;
        margin: 12px 0 24px;
    }

    .team-description {
        font-size: 15px;
    }

    .team-member-image {
        height: 350px;
    }

    .team-member-info h3 {
        font-size: 20px;
    }

    .team-member-info p {
        font-size: 14px;
    }

    .contact-label {
        font-size: 12px;
    }

    .contact-title {
        font-size: 36px;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .info-group h3 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .info-group p {
        font-size: 14px;
    }

    .map-link {
        margin-top: 12px;
        padding: 10px 16px;
    }

    .map-link svg {
        width: 50px;
        height: 50px;
    }

    .map-text {
        font-size: 13px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-group label {
        font-size: 12px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
        padding: 12px;
    }

    .btn-submit {
        padding: 14px;
        font-size: 13px;
    }

    .footer-brand h3 {
        font-size: 28px;
    }

    .footer-brand p {
        font-size: 14px;
    }

    .newsletter input {
        padding: 12px;
        font-size: 13px;
    }

    .newsletter button {
        padding: 12px 20px;
        font-size: 12px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-column h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .footer-column a,
    .footer-column p {
        font-size: 13px;
    }

    .about-section {
        padding: 60px 24px;
    }

    .contact-section {
        padding: 60px 24px 0;
    }

    .projects-showcase-section {
        padding: 60px 0;
    }
}

/* Mobile Landscape and Small Tablets (481px - 767px) */
@media (max-width: 767px) and (min-width: 481px) {
    .hero-title {
        font-size: 42px;
    }

    .showcase-item {
        width: 300px;
        height: 380px;
    }
}

/* Small Mobile (max 480px) */
@media (max-width: 480px) {
    .navbar {
        padding: 16px 20px;
    }

    .logo-image {
        height: 53px;
    }

    .nav-links {
        gap: 12px;
    }

    .nav-links a {
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    .hero-section {
        height: 60vh;
        min-height: 450px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .hero-btn {
        padding: 10px 28px;
        font-size: 12px;
    }

    .project-card {
        margin: 30px 16px;
    }

    .project-title {
        font-size: 24px;
    }

    .about-title,
    .team-title,
    .contact-title {
        font-size: 32px;
    }

    .showcase-title {
        font-size: 24px;
    }

    .showcase-item {
        width: 250px;
        height: 320px;
    }

    .showcase-info {
        padding: 16px;
    }

    .showcase-info h3 {
        font-size: 14px;
    }

    .showcase-info p {
        font-size: 11px;
    }

    .stats-section {
        padding: 60px 20px;
    }

    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
        padding: 0 16px;
        justify-items: center;
        align-items: start;
    }

    .stat-item {
        width: 100%;
        max-width: 160px;
        padding: 30px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 16px;
        flex-shrink: 0;
    }

    .stat-number {
        font-size: 48px;
        margin-bottom: 12px;
    }

    .stat-value {
        width: 2.2em;
        min-width: 2.2em;
    }

    .stat-symbol {
        margin-left: 3px;
    }

    .stat-label {
        font-size: 13px;
        text-align: center;
        line-height: 1.4;
    }

    .services-section {
        padding: 80px 24px;
    }

    .services-header {
        margin-bottom: 50px;
    }

    .services-title {
        font-size: 32px;
    }

    .services-intro {
        font-size: 15px;
    }

    .services-list {
        margin-bottom: 60px;
    }

    .service-item {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .service-item-reverse {
        flex-direction: column;
    }

    .service-image {
        height: 350px;
    }

    .service-content {
        padding: 0;
    }

    .service-title {
        font-size: 24px;
    }

    .service-description {
        font-size: 15px;
    }

    .services-icon-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin: 60px auto 60px;
    }

    .service-icon-item {
        padding: 50px 30px;
    }

    .service-icon-large {
        width: 70px;
        height: 70px;
        margin-bottom: 30px;
    }

    .service-icon-title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .service-icon-description {
        font-size: 15px;
    }

    .why-choose-us {
        padding-top: 50px;
    }

    .why-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .why-icon {
        width: 40px;
        height: 40px;
    }

    .why-item p {
        font-size: 14px;
    }

    .team-grid {
        padding: 0 16px;
    }

    .about-image-overlay h3 {
        font-size: 24px;
    }

    .about-image-overlay p {
        font-size: 16px;
    }

    .about-image-secondary {
        height: 350px;
        margin: 30px 16px;
    }
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.whatsapp-float.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.whatsapp-float:hover {
    background: #20BA5A;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    color: white;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
}
