        /* Inter Tight Font - Self Hosted */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fixmy.shop/assets/inter-tight-v9-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  src: url('https://fixmy.shop/assets/inter-tight-v9-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://fixmy.shop/assets/inter-tight-v9-latin_latin-ext-600.woff2') format('woff2');
}


.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-black: #121212;
            --lime-green: #CDF301;
            --light-lime: #A5F200;
            --gray-text: #666;
            --light-gray: #999999;
            --border-gray: #EEEEEE;
            --bg-gray: #F3F3F3;
            --white: #FFFFFF;
            --pink-accent: #FF008C;
            --gradient-bg: linear-gradient(90deg, #EAF1FF 0%, #FFF2E7 33%, #FFEDFA 67%, #EFE7FF 100%);
        }

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: var(--primary-black);
            background: var(--white);
            overflow-x: hidden;
        }
        img {
  max-width: 100%;
  height: auto;
}
.avatars {
    width: 111px;
    height: 34px;
    display: inline-block;
}

.avatars img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wabtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  /* Reserve space to prevent shift */
  width: 50px;
  height: 50px;
}

.wabtn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

        /* Banner */
        .top-banner {
            background: var(--lime-green);
            padding: 10px 0px;
            text-align: center;
            font-size: 11.5px;
            font-weight: 600;
            position: relative;
        }

        /* Navigation */
        .navbar {
            background: var(--white);
            padding: 24px 0;
            border-bottom: 1px solid var(--border-gray);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .nav-container {
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 20px;
            font-weight: 600;
            text-decoration: none;
            color: var(--primary-black);
            font-family: "Inter Tight", sans-serif;
        }

        .logo span.italic {
            font-family: 'Times New Roman', serif;
            font-style: italic;
            color: var(--light-gray);
            font-weight: 400;
        }

        .nav-links {
            display: flex;
            gap: 4px;
            list-style: none;
            align-items: center;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--primary-black);
            font-size: 14px;
            font-weight: 500;
            padding: 8px 16px;
            transition: all 0.3s ease;
        }

        .nav-links a:hover {
            background: var(--bg-gray);
            border-radius: 6px;
        }

        .nav-buttons {
            display: flex;
            gap: 12px;
            justify-content: right;
            min-width: 308px;
        }

        .btn {
            padding: 8px 24px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            border: none;
        }

        .btn-outline {
            background: var(--white);
            color: var(--primary-black);
            border: 1px solid var(--primary-black);
        }

        .btn-outline:hover {
            background: var(--primary-black);
            color: var(--white);
        }

        .btn-primary {
            background: var(--primary-black);
            color: var(--white);
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .btn-large {
            padding: 12px 24px;
            font-size: 15px;
            font-weight: 500;
        }
        .btn-large:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(255,255,255,0.2);
        }

        /* Hero Section */
        .hero {
            padding: 100px 20px 80px;
            text-align: center;
            max-width: 1240px;
            margin: 0 auto;
        }

        .hero-subtitle {
                width: fit-content;
    padding: 10px 20px;
    margin: 0 auto 12px;
    background: #cef3038a;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-black);
        }

        .hero-title {
            font-family: "DM Sans", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
            font-size: clamp(2rem, 5vw, 4.9rem);
            font-weight: 600;
            line-height: 1.15;
            margin: 0px auto 24px auto;
            max-width: 700px;
            letter-spacing: -1px;
        }

        .hero-description {
            font-size: 20px;
            color: var(--gray-text);
            font-weight: 400;
            line-height: 1.6;
            max-width: 640px;
            margin: 0 auto 36px;
        }

        .hero-description .underline {
            text-decoration: underline;
            cursor: pointer;
            color: var(--gray-text) !important;
        }

        .hero-buttons {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-bottom: 30px;
        }

        .trust-badges {
    margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-top: 30px;
        }
        .trust-text a {
            color: #999 !important;
        }
        .badges_logos {
            max-height: 160px;
            margin: 0 auto 20px auto;
        }

        .avatars {
            display: flex;
            margin-right: 8px;
        }

        .avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #e0e0e0;
            border: 2px solid var(--white);
            margin-left: -8px;
        }

        .avatar:first-child {
            margin-left: 0;
        }

        .trust-text {
            font-size: 12px;
            color: var(--primary-black);
            line-height: 1.4;
            text-align: center !important;
        }

        /* Hero Image Section */
        .hero-image-section {
            background: #fff;
            padding: 0 20px 60px;
            position: relative;
        }

        .hero-image-container {
        }

        .hero-laptop {
            overflow: hidden;
            width: 100%;
            max-width: 1310px;
            height: auto;
            margin: 0 auto;
            display: block;
            border-radius: 24px;
            -shadow: 0 30px 60px rgba(0,0,0,0.15);
            background: #F4F3F1;
        }
        .hero-audit {
            width: 100%;
            max-width: 1140px;
            height: auto;
            margin: 0 auto;
            display: block;
            border-radius: 12px;
        }
        .hero-audit img {
            box-shadow: 0 30px 60px rgba(0,0,0,0.15);
            border-radius: 12px;
        }
        .features-strip {
            max-width: 980px;
            margin: 10px auto 0;
            padding: 30px;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .check-icon {
            width: 18px;
            height: 18px;
            background: var(--primary-black);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border: 1px solid var(--primary-black);
        }

        .why-section .check-icon::after {
            content: '✗' !important;
            color: var(--white);
            font-size: 20px !important;
        }
        .why-section .check-icon {border: 0px !important;}
        .check-icon::after {
            content: '✓';
            color: var(--white);
            font-size: 16px !important;
        }

        .feature-item span {
            font-size: 16px;
            font-weight: 500;
        }

        /* Process Section */
        .process-section {
            padding: 0px 20px 120px;
        }

        .section-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 50px;
            font-family: "Inter Tight", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
        }
        .section-header p {
            font-family: 'Inter', sans-serif !important;
        }

        .section-subtitle {
            font-size: 16px;
            color: var(--gray-text);
            font-weight: 500;
            margin-bottom: 12px;
        }

        .section-title {
            font-size: clamp(1.5rem, 4vw, 3.4rem);
            font-weight: 600;
            line-height: 1.1;
            font-family: "DM Sans", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
        }

        .section-title .italic {
            font-family: 'Times New Roman', serif;
            font-style: italic;
        }

        .process-steps {
            display: flex;
            max-width: 1280px;
            margin: 0 auto;
            column-gap: 24px;
        }

        .process-step {
            transition: all 250ms ease-in-out;
            background: var(--white);
            border-radius: 16px;
            display: flex;
            row-gap: 32px;
            align-items: center;
            margin-bottom: 24px;
            flex-direction: column;
            text-align: center;
            flex: 1 1 0px;
        }

        .step-image {
            width: 100%;
            height: 300px;
            background: #F4F3F1;
            border-radius: 12px;
            flex-shrink: 0;
            object-fit: cover;
            background-position: center center;
        }
        .step-image1 {background-image: url('https://fixmy.shop/assets/howto-1a.png'); background-size: cover;}
        .step-image2 {background-image: url('https://fixmy.shop/assets/howto-2.png'); background-size: cover;}
        .step-image3 {background-image: url('https://fixmy.shop/assets/howto-3a.png'); background-size: cover;}

        .step-number {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 8px;
        }

        .step-title {
            font-family: "DM Sans";
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .step-description {
            font-size: 15px;
            color: var(--gray-text);
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .step-time {
            font-family: 'Times New Roman', serif;
            font-style: italic;
            font-size: 14px;
            color: #3F3F3F;
            padding-top: 12px;
            border-top: 1px solid var(--border-gray);
        }

        /* Why Section */
        .why-section {
            padding: 80px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
         .why-section p {
                font-size: 24px;
    color: var(--primary-black);
    margin-bottom: 20px;
}

        .points-list {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin: 24px 0px;
        }

        .point-item {
            display: flex;
            align-items: baseline;
            gap: 8px;
            margin: 0px;
        }

        .point-item .check-icon {
            width: 20px;
            height: 20px;
            background: transparent;
        }

        .point-item .check-icon::after {
            color: var(--primary-black);
        }

        .point-text {
            font-size: 18px;
            color: var(--primary-black);
        }

        /* CTA Banner */
        #cta {
            background: linear-gradient(180deg, var(--white) 0%, #F4F3F1 100%);
            padding-bottom: 100px !important;
            z-index: 9999 !important;
            position: relative;
        }
        .cta-banner {
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
            max-width: 560px;
            margin: 0px auto;
            padding: 0px;
            border-radius: 24px;
        }

        .cta-banner-content {
            background: var(--lime-green);
            padding: 20px;
            border-radius: 24px 24px 0 0;
            text-align: center;
        }

        .cta-banner-text {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.25;
        }

        /* What Changes Section */
        .changes-section {
            max-width: 1440px;
            margin: 0 auto;
            padding: 50px 64px;
            background: var(--white);
            border-radius: 0 0 24px 24px;
            display: flex;
            gap: 60px;
            align-items: center;
        }

        .changes-content {
            flex: 1;
        }

        .changes-image {
            width: 500px;
            height: auto;
            border-radius: 12px;
        }

        /* Testimonials */
        .testimonials-section {
            padding: 130px 20px 100px;
            margin: 0 auto;
        }
.testimonials-section h2.section-title {
    padding: 0 50px;
}
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 16px;
            margin-top: 48px;
        }

        .testimonial-card {
            width: 360px;
    margin-right: 20px;
    background: #F8F7F5;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #F8F8F8;
    display: flex;
    flex-direction: column-reverse; /* This reverses the order */
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0; /* Remove bottom margin */
    margin-top: 15px; /* Add top margin instead */
}

.testimonial-avatar {
    display: none !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F8F8F8;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.testimonial-role {
    font-size: 12px;
    color: #888;
}

.quote-mark {
    width: 44px;
    height: 44px;
    background: #F8F8F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pink-accent);
    font-family: 'Times New Roman', serif;
    font-size: 44px;
    font-weight: 500;
    position: absolute; /* Position at top */
    top: 24px;
    right: 24px;
}

.testimonial-text {
    max-width: 90%;
    font-size: 14px;
    line-height: 1.5;
    color: #0F1113;
    position: relative; /* Create positioning context */
}

/* If you need the card to have positioning context for the quote */
.testimonial-card {
    background: #F6F6F6;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #F8F8F8;
    display: flex;
    flex-direction: column-reverse;
    align-self: flex-start;
    position: relative; /* For absolute positioning of quote */
}

        /* FAQ Section */
        .faq-section {
            padding: 40px 20px 160px;
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-list {
            margin-top: 44px;
        }

        .faq-item {
            padding: 20px 16px;
            border-top: 1px solid #DDE1E6;
            cursor: pointer;
            transition: all 250ms ease-out;
        }

        .faq-item:last-child {
            border-bottom: 1px solid #DDE1E6;
        }

        .faq-item:hover {
            background: #F4F3F1;
        }

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

        .faq-title {
            font-size: 18px;
            font-weight: 600;
            color: #121619;
        }

        .faq-arrow {
            width: 18px;
            height: 18px;
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .faq-answer {
            font-size: 16px;
            color: #121619;
            line-height: 1.5;
            margin-top: 8px;
            display: none;
        }

        .faq-item.active .faq-answer {
            display: block;
            transition: all 250ms ease-out;
        }

        .faq-item.active .faq-arrow {
            transform: rotate(180deg);
        }

        /* Team Section */
        .team-section {
            background: var(--primary-black);
            border-radius: 24px 24px 0px 0px;
            padding: 120px 20%;
            margin: 0px auto !important;
            text-align: center;
            color: var(--white);
        }
        .hero-iframe {
    margin: 0 auto;
    width: 1130px;
    aspect-ratio: 16 / 9;
    bottom:0px;
    position: absolute;
    left: 50%;
    margin-left: -565px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

        .team-title {
            font-size: clamp(1.5rem, 4vw, 3.4rem);
            font-weight: 500;
            font-family: "DM Sans", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
            max-width: 700px;
            margin:0 auto 16px;
            line-height: 1.2;
        }

        .team-subtitle {
            font-size: 16px;
            line-height: 1.75;
            max-width: 700px;
            margin:0 auto 42px;
            font-weight: 400 !important;
        }

        .team-subtitle .highlight {
            color: var(--light-lime);
            font-weight: 500;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin-bottom: 70px;
        }
.team-grid a {
	color:#fff;
	text-decoration:none !important;
	transition: all 150ms ease-out;
}
.team-grid a:hover {
	transform: scale(0.98);
    transition: all 150ms ease-out;
}
.team-member {
  position: relative;
  background: rgba(0, 0, 0, 1);
  border-radius: 24px;
  padding: 42px 42px 42px;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: auto !important;
align-content: center;
background: linear-gradient(150deg,rgba(20, 20, 20, 1) 0%, rgba(0, 0, 0, 1) 100%);
}


/* ============================================
   LOGO SLIDER (CSS ONLY)
   ============================================ */

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: var(--spacing-lg) 0;
}

.logo-slider::before,
.logo-slider::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, var(--color-bg-1), transparent);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, var(--color-bg-1), transparent);
}

.logo-slider-track {
  display: flex;
  gap: var(--spacing-2xl);
  animation: scroll-logos 30s linear infinite;
  width: max-content;
}

.logo-slider-track:hover {
  animation-play-state: paused;
}

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

.logo-slider-item {
  flex-shrink: 0;
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-placeholder {
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-2);
  border-radius: var(--radius-8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-weight-semi-bold);
  color: var(--color-dark-48);
}


        .member-image {
            width: 230px;
            height: 200px;
            border-radius: 12px;
            background: #333;
            margin: 0px auto 32px;
            position: relative;
            overflow: hidden;
        }

        .member-info {
            padding: 0 14px 12px;
        }

        .member-name {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .member-role {
            font-size: 12px;
            color: #777;
            margin-bottom: 16px;
        }

        .member-bio {
            font-size: 14px;
            color: var(--light-gray);
            line-height: 1.7;
        }

        .team-cta {
            margin-top: 70px;
        }

        .btn-lime {
            background: var(--light-lime);
            color: var(--primary-black);
            padding: 16px 44px;
            font-size: 20px;
            font-weight: 600;
        }

        /* Gallery Section */
        .gallery-section {
            padding: 100px 20px;
            background: linear-gradient(180deg, var(--white) 0%, var(--bg-gray) 100%);
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            max-width: 1100px;
            margin: 42px auto 0;
        }

        .gallery-item {
            text-align: center;
            margin-right: 20px;
            background: #F4F3F1;
            border-radius: 16px;
            padding-top:42px;
        }

        .gallery-image {
            padding: 24px 34px 0px 34px;
            height: 460px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

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

        .brand-logo {
            height: 28px;
            margin-bottom: 16px;
        }

        .brand-name {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .brand-stats {
            font-size: 13px;
            color: #3F3F3F;
            line-height: 1.6;
            max-width: 360px;
            margin:0 auto;
            color: var(--gray-text);
            font-weight: 400;
        }

        /* Footer */
        .footer {
            background: var(--primary-black);
            color: #71717A;
            padding: 24px;
            text-align: center;
            border-top: 1px solid #71717A;
        }

        .footer-content {
            font-size: 14px;
            max-width: 1120px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

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

        .social-link {
            width: 24px;
            height: 24px;
            border-radius: 6px;
        }
        .social-link img:hover {
            transition: all 250ms ease-in-out;
            opacity: 0.7;
        }

        /* Mobile Menu Styles */
        .nav-links.active {
            display: flex !important;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: var(--white);
            flex-direction: column;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            z-index: 999;
        }
            
        /* Mobile Responsive */
        @media (max-width: 768px) {
            
                    .hero-iframe {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1 / 1 !important;
    bottom:0px !important;
    position: absolute;
    left: 0% !important;
    margin-left: none !important;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
            
            @keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
            
            
            .gallery-item {
    max-width: 350px;}
    .gallery-image {
    padding: 24px 10px 0px 10px;
                height: auto;
    }
    .testimonial-card {
    width: 260px;
    margin-right: 10px;}
            .step-title {
                margin-bottom: 4px;
            }
            .team-member {aspect-ratio:auto;padding: 42px 20px 42px;}
            .hero-laptop {
    aspect-ratio: 1 / 1 !important;}
            .badges_logos {
    max-width: 70% !important;
    height: auto !important;}
            .testimonials-section h2.section-title {
    padding: 0px 20px !IMPORTANT;
}
.testimonials-section {
    padding: 80px 0px 40px !important;
}
.faq-title {
    font-size: 15px !important;}
    .team-title {
    font-size: 32px !important;
    line-height: 1.3 !important;}
    .btn-lime {
    background: var(--light-lime);
    color: var(--primary-black);
    padding: 16px 14px !important;
    width: 100% !important;
    font-size: 17px !important;
    }
    .gallery-section {
    padding: 60px 20px !important;}
    .member-image {
    width: auto;
        height: 170px ! IMPORTANT;
        aspect-ratio: 1 / 1;}
            .hero-subtitle {
    font-size: 14px !important;
}
.hero {
    padding: 50px 20px 60px !important;}
    .features-strip {
    padding: 20px 0px !important;
    gap: 8px;
}
.process-section {
    padding: 30px 20px 50px ! IMPORTANT;
}
.section-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
}
.hero-image-section {
    padding: 0 20px 0px;}
    .slider-container p {
    text-align: center;
    font-size: 18px;
}
.why-section {
    padding: 50px 20px 20px !important;}
        
            .nav-links {
                display: none;
            }

            .nav-links.active {
                display: flex !important;
            }

            .nav-links li {
                width: 100%;
            }

            .nav-links a {
                display: block;
                padding: 12px 16px;
                width: 100%;
            }

            .hero-title {
                font-size: 44px;
                padding: 0px 30px !important;
        line-height: 1.1;
            }

            .hero-description {
                font-size: 16px;
            }

            .hero-buttons {
                flex-direction: row;
                gap: 8px;
            }
            .hero-buttons a {
                width: 45%;
}
section#cta {
    padding: 0 20px;
}
section#cta .changes-content {
    padding: 0 20px;
}
section#cta .section-title {text-align:center;}
.point-text {
    font-size: 14px;}
            .process-step {
                flex-direction: column;
                gap: 16px;
            }

            .step-image {
                width: 100%;
            }

            .step-content {
                padding-right: 0;
            }

            .changes-section {
                flex-direction: column;
                padding: 30px 0px;
                gap: 20px;
            }
            .process-steps {
    flex-direction: column;
            }

            .changes-image {
                width: 100%;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
            }

            .team-section {
                padding: 50px 20px;
                margin: 10px auto;
            }

            .team-grid {
                grid-template-columns: 1fr;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
            }

            .footer-content {
                flex-direction: column;
                gap: 20px;
            }
        }

        /* Hamburger Menu */
.mobile-menu-toggle {
    /* Reset button default styles */
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    
    /* Your existing styles */
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

/* Focus styles for accessibility */
.mobile-menu-toggle:focus {
    outline: 2px solid #0066cc;
    outline-offset: 4px;
    border-radius: 4px;
}

.mobile-menu-toggle:focus:not(:focus-visible) {
    outline: none;
}

.mobile-menu-toggle:hover {
    opacity: 0.7;
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--primary-black);
    transition: all 0.3s ease;
    display: block;
}

.mobile-menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }
    .nav-buttons {
        display: none;
    }
}

.changes-section {
    display: flex;
    gap: 40px;
    align-items: center;
}

.changes-content {
}

.slider-container {
    flex: 0 0 50%;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.slider-container input[type="radio"] {
    display: none;
}

.slides {
    position: relative;
    width: 100%;
    aspect-ratio: 1523 / 1556;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none;
    cursor: pointer;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Show active slides and enable clicking */
#slide1:checked ~ .slides .slide:nth-child(1),
#slide2:checked ~ .slides .slide:nth-child(2),
#slide3:checked ~ .slides .slide:nth-child(3),
#slide4:checked ~ .slides .slide:nth-child(4) {
    opacity: 1;
    pointer-events: auto;
}

/* Dots navigation */
.dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot:hover {
    background: #999;
}

/* Active dot */
#slide1:checked ~ .dots label[for="slide1"],
#slide2:checked ~ .dots label[for="slide2"],
#slide3:checked ~ .dots label[for="slide3"],
#slide4:checked ~ .dots label[for="slide4"] {
    background: #333;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .changes-section {
        flex-direction: column;
    }
    
    .changes-content,
    .slider-container {
        flex: 0 0 100%;
        width: 100%;
    }
    /* Touch swipe support on mobile */
    .slides {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .slides::-webkit-scrollbar {
        display: none;
    }
    
    .slide {
        position: relative;
        flex: 0 0 100%;
        scroll-snap-align: start;
        opacity: 1;
        pointer-events: auto;
    }
    
}

.home-slider {width: 100% !important;overflow: visible !important;border-radius: 12px !important;}
.home-slides {aspect-ratio: 2026 / 1140 !important;}


