/* ========================================
   Summit Dhol Team - Landing Page Styles
   ======================================== */

/* CSS Variables */
:root {
    --primary-dark: #2d0a0a;
    --primary-navy: #4a1010;
    --gold: #d4a84b;
    --gold-light: #e8c77b;
    --gold-dark: #b8923e;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --text-dark: #1a1a1a;
    --text-light: #666666;
    --gradient-dark: linear-gradient(135deg, #2d0a0a 0%, #4a1010 50%, #2d0a0a 100%);
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.15);
    --shadow-gold: 0 4px 20px rgba(212, 168, 75, 0.3);
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1,
h2,
h3 {
    font-family: 'Cinzel', serif;
    font-weight: 800;
}

/* Section Title */
.section-title {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title.light {
    color: var(--white);
}

/* ========================================
   Navigation Header
   ======================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--primary-dark);
    transition: all 0.3s ease;
    padding: 15px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.header.scrolled {
    background: var(--primary-dark);
    padding: 10px 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.header-logo-img {
    height: 55px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.nav-menu {
    display: flex;
    gap: 35px;
}

.nav-link {
    color: var(--white);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: var(--gold);
}

.nav-link:hover::after {
    width: 100%;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--white);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ========================================
   Hero Section
   ======================================== */
.hero {
    min-height: 100vh;
    background: var(--gradient-dark);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 40px;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: url('images/hero-bg.jpg') right center/cover no-repeat;
    opacity: 1;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, var(--primary-dark) 0%, var(--primary-dark) 60%, transparent 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.logo-icon {
    width: 60px;
    height: 60px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary-dark);
    box-shadow: var(--shadow-gold);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-summit {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--white);
    letter-spacing: 4px;
}

.logo-dhol {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 6px;
}

/* Hero Title */
.hero-title {
    margin-bottom: 20px;
}

.title-line {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.title-line.gold {
    color: var(--gold);
}

.hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    max-width: 450px;
}

/* Buttons */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: var(--gold);
    color: var(--primary-dark);
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-gold);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 168, 75, 0.4);
}

.btn-primary i {
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(5px);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: var(--primary-dark);
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-secondary:hover {
    background: var(--primary-navy);
    transform: translateY(-2px);
}

/* Rating */
.rating {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

.stars {
    display: flex;
    gap: 3px;
    color: var(--gold);
}

/* Hero Wave */
.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 100px;
}

/* ========================================
   Services Section
   ======================================== */
.services {
    padding: 80px 0;
    background: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-medium);
}

.service-image {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.1);
}

.service-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(45, 10, 10, 0.3), transparent);
    pointer-events: none;
}

.service-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-card p {
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.learn-more {
    font-size: 0.85rem;
    color: var(--primary-dark);
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}

.learn-more:hover {
    color: var(--gold-dark);
}

/* ========================================
   Why Choose Us Section
   ======================================== */
.why-us {
    padding: 100px 0 150px;
    background: linear-gradient(180deg, var(--white) 0%, #f8f4e8 100%);
    position: relative;
    overflow: hidden;
}

.why-us-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/decorative-pattern.png') center/cover no-repeat;
    opacity: 0.05;
    pointer-events: none;
}

.why-us-content {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.why-us-image {
    flex: 1;
    position: relative;
}

.why-us-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: var(--shadow-medium);
}

.why-us-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--gold);
    border-radius: 20px;
    z-index: -1;
}

.why-us-text {
    flex: 1;
}

.why-us-text h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.features-list {
    list-style: none;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    font-size: 1.1rem;
    color: var(--text-dark);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list i {
    font-size: 1.5rem;
    color: var(--gold);
}

/* Why Us Wave */
.why-us-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.why-us-wave svg {
    display: block;
    width: 100%;
    height: 120px;
}

/* ========================================
   Testimonials Section
   ======================================== */
.testimonials {
    padding: 100px 0;
    background: var(--primary-dark);
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(212, 168, 75, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Testimonial Infinite Carousel */
.testimonial-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    padding: 20px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.testimonial-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.testimonial-carousel {
    display: flex;
    gap: 25px;
    animation: scrollTestimonials 35s linear infinite;
    width: max-content;
}

.testimonial-carousel:hover {
    animation-play-state: paused;
}

/* Pause animation when touched on mobile */
.testimonial-carousel.touched {
    animation: none;
}

@keyframes scrollTestimonials {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial-card {
    flex-shrink: 0;
    width: 350px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(212, 168, 75, 0.2);
}

.testimonial-image {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--gold);
}

.testimonial-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.7;
}

.client-info {
    font-size: 0.9rem;
}

.client-info strong {
    color: var(--gold);
    display: block;
    margin-bottom: 3px;
}

.client-info span {
    color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   Video Reels Section
   ======================================== */
.video-reels {
    padding: 80px 0;
    background: var(--white);
    overflow: hidden;
}

.reels-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.reels-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.reels-carousel {
    display: flex;
    gap: 20px;
    animation: scrollReels 40s linear infinite;
    width: max-content;
}

.reels-carousel:hover {
    animation-play-state: paused;
}

/* Pause animation when touched on mobile */
.reels-carousel.touched {
    animation: none;
}

@keyframes scrollReels {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.reel-item {
    flex-shrink: 0;
    width: 220px;
    height: 390px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: var(--primary-dark);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reel-item:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(45, 10, 10, 0.4);
}

.reel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video Controls Styling */
.reel-item video::-webkit-media-controls-panel {
    background: linear-gradient(to top, rgba(45, 10, 10, 0.9) 0%, transparent 100%);
}

.reel-item video::-webkit-media-controls {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reel-item:hover video::-webkit-media-controls {
    opacity: 1;
}

.reel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 10, 10, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: none;
}

.reel-item:hover .reel-overlay,
.reel-item.playing .reel-overlay {
    opacity: 0;
    pointer-events: none;
}

.reel-overlay i {
    font-size: 3rem;
    color: var(--white);
    opacity: 0.9;
    transition: all 0.3s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Unmute Button */
.unmute-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(45, 10, 10, 0.8);
    border: 2px solid var(--gold);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
}

.reel-item:hover .unmute-btn,
.reel-item.playing .unmute-btn {
    opacity: 1;
}

.unmute-btn:hover {
    background: var(--gold);
    color: var(--primary-dark);
}

.unmute-btn i {
    font-size: 1rem;
}

.unmute-btn.unmuted {
    background: var(--gold);
    color: var(--primary-dark);
}

/* Play/Pause Button */
.play-pause-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(45, 10, 10, 0.8);
    border: 2px solid var(--gold);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
}

.reel-item:hover .play-pause-btn,
.reel-item.playing .play-pause-btn {
    opacity: 1;
}

.play-pause-btn:hover {
    background: var(--gold);
    color: var(--primary-dark);
}

.play-pause-btn i {
    font-size: 1rem;
}

.play-pause-btn.playing {
    background: var(--gold);
    color: var(--primary-dark);
}

/* ========================================
   Contact Section
   ======================================== */
.contact {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--light-gray) 0%, #e8e4d8 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/contact-bg.png') center/cover no-repeat;
    opacity: 0.03;
    pointer-events: none;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Form Row - unified styling */
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: stretch;
}

.form-row input,
.form-row select {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    background: var(--white);
    transition: all 0.3s ease;
    min-height: 52px;
    box-sizing: border-box;
}

.form-row input[type="date"] {
    color: var(--text-dark);
    cursor: pointer;
}

.form-row input:focus,
.form-row select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(212, 168, 75, 0.2);
}

.form-row input::placeholder {
    color: var(--text-light);
}

.contact-form .btn-primary {
    width: auto;
    margin-top: 10px;
}

.decorative-star {
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-size: 5rem;
    color: var(--gold);
    opacity: 0.3;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

/* ========================================
   Footer
   ======================================== */
.footer {
    background: var(--primary-dark);
    padding: 40px 0 20px;
    color: var(--white);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-left p {
    font-size: 0.85rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-left i {
    color: var(--gold);
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--gold);
    transform: translateY(-3px);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.footer-logo-img {
    height: 70px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .fa-heart {
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.webmaharaj-link {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.webmaharaj-link:hover {
    color: var(--gold-light);
    text-decoration: underline;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .hero-content {
        max-width: 500px;
    }

    .title-line {
        font-size: 2.2rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-us-content {
        flex-direction: column;
        text-align: center;
    }

    .why-us-image::before {
        display: none;
    }

    .reel-item {
        width: 180px;
        height: 320px;
    }
}

@media (max-width: 768px) {

    /* Mobile Navigation */
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 300px;
        height: 100vh;
        background: var(--primary-dark);
        flex-direction: column;
        padding: 80px 30px 30px;
        gap: 20px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-link {
        font-size: 1.1rem;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Hero Mobile */
    .hero {
        padding: 100px 20px 60px;
        text-align: center;
        align-items: center;
        min-height: 70vh;
    }

    .hero::before {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        opacity: 0.8;
        background-position: center top;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.3) 100%);
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.3) 100%);
    }

    .hero-overlay {
        width: 100%;
        background: linear-gradient(to top, var(--primary-dark) 0%, rgba(45, 10, 10, 0.7) 40%, transparent 100%);
    }

    .hero-content {
        max-width: 100%;
        padding-top: 20px;
    }

    .logo {
        justify-content: center;
    }

    .title-line {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        margin: 0 auto 30px;
    }

    .rating {
        justify-content: center;
        flex-wrap: wrap;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    /* Fix features list alignment on mobile */
    .features-list li {
        align-items: flex-start;
        text-align: left;
    }

    .features-list i {
        flex-shrink: 0;
        margin-top: 3px;
    }

    .why-us-text {
        text-align: left;
    }

    .why-us-text h2 {
        text-align: center;
    }

    .testimonial-carousel-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 20px 15px;
    }

    .testimonial-carousel {
        animation: scrollTestimonials 35s linear infinite;
    }

    /* Stop animation when touched */
    .testimonial-carousel.touched {
        animation: none;
    }

    .testimonial-card {
        width: 280px;
        padding: 20px;
        scroll-snap-align: center;
    }

    .testimonial-content p {
        font-size: 0.85rem;
    }

    .testimonial-image {
        width: 55px;
        height: 55px;
    }

    .reels-carousel-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 10px 15px;
    }

    .reels-carousel {
        animation: scrollReels 40s linear infinite;
        gap: 15px;
    }

    /* Stop animation when touched */
    .reels-carousel.touched {
        animation: none;
    }

    .reel-item {
        width: 200px;
        height: 350px;
        scroll-snap-align: center;
    }

    .reel-overlay {
        opacity: 0 !important;
    }

    .play-pause-btn,
    .unmute-btn {
        opacity: 1;
    }

    .form-row {
        flex-direction: column;
    }

    .form-row input,
    .form-row select {
        width: 100%;
        min-height: 50px;
        font-size: 16px;
        /* Prevents iOS zoom on focus */
    }

    .form-row input[type="date"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: var(--text-black);
        background-color: var(--white);
        min-height: 50px;
        padding: 15px 20px;
    }

    .form-row input[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 1;
        cursor: pointer;
    }

    /* Placeholder text for date input */
    .form-row input[type="date"]:not(:focus):not(:valid) {
        color: var(--text-light);
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-left p {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .title-line {
        font-size: 1.4rem;
    }

    .logo-summit {
        font-size: 1.3rem;
    }

    .logo-dhol {
        font-size: 0.8rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .reel-item {
        width: 140px;
        height: 250px;
    }

    .decorative-star {
        display: none;
    }

    .btn-primary {
        padding: 12px 25px;
        font-size: 0.85rem;
    }
}