    html {
        scroll-behavior: smooth;
    }

    /* BASE STYLES */
    body {
        background: radial-gradient(circle at top left, #1a1a1d, #18181b);
        color: #e5e7eb;
        font-family: 'Gilroy-Regular', 'Hind', sans-serif;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
        animation: fadeIn 1.2s ease-in-out;
    }

    /* KEYFRAMES */
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
    }
    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-4px); }
    }
    @keyframes pulseGlow {
        0%, 100% { box-shadow: 0 0 12px rgba(99,102,241,0.5); }
        50% { box-shadow: 0 0 30px rgba(99,102,241,0.8); }
    }
    @keyframes gradientShift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
    @keyframes shimmer {
        0% { background-position: -200px 0; }
        100% { background-position: 200px 0; }
    }

    /* HEADINGS */
    h1, h2, h3, h4, h5, h6 {
        color: #fff;
        font-family: 'Gilroy-Bold', 'Hind', sans-serif;
        margin-bottom: 10px;
        font-weight: 800;
        animation: fadeIn 1s ease-in-out;
    }
    h1 { font-size: 3rem; }
    h2 { font-size: 2.2rem; }
    h3 { font-size: 1.6rem; }
    h4, h5, h6 { font-size: 1.3rem; }

    p {
        color: #b3b3bc;
        margin-bottom: 14px;
        animation: fadeIn 1.2s ease-in-out;
    }

    a {
        color: #a5b4fc;
        text-decoration: none;
        transition: color 0.2s, transform 0.3s ease;
    }
    a:hover {
        color: #818cf8;
        transform: translateY(-2px) scale(1.03);
    }

    /* BUTTONS */
    .primary__button, .purchase-btn {
        background: linear-gradient(270deg, #6366f1, #4f46e5, #818cf8);
        background-size: 300% 300%;
        color: #fff;
        border-radius: 50px;
        padding: 16px 40px;
        font-size: 1.1rem;
        font-weight: 700;
        border: none;
        backdrop-filter: blur(4px);
        box-shadow: 0 4px 14px rgba(99,102,241,0.15);
        display: inline-block;
        animation: gradientShift 6s ease infinite, float 3s ease-in-out infinite;
        transition: transform 0.3s ease;
    }
    .primary__button:hover, .purchase-btn:hover {
        animation: gradientShift 3s ease infinite, pulseGlow 2s infinite;
        transform: scale(1.06);
    }

    /* HEADER */
    .header-area {
        background: rgba(24,24,27,0.8);
        backdrop-filter: blur(6px);
        padding: 12px 0;
        border-bottom: 1px solid rgba(99,102,241,0.2);
    }
    .main-menu {
        display: flex;
        gap: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-menu li a {
        color: #a5b4fc;
        font-size: 16px;
        font-weight: 500;
        padding: 6px 12px;
        border-radius: 8px;
        transition: background 0.3s, transform 0.3s ease;
    }
    .main-menu li a.active,
    .main-menu li a:hover {
        color: #fff;
        background: rgba(99,102,241,0.1);
        transform: translateY(-2px);
    }

    /* LOGOS & IMAGES */
    .logo img,
    .footer-area-logo img,
    .special-services-image,
    .footer-area-shape img {
        width: 72px;
        height: 72px;
        object-fit: contain;
        display: inline-block;
        animation: float 4s ease-in-out infinite;
    }

    /* SECTION SPACING */
    .bannerArea, .special-services, .about-info, .callto-action, .price-area, .testimonial-area, .newsletter-area, .footer-area {
        padding: 60px 0;
    }

    /* SECTION TITLES */
    .section-title {
        margin-bottom: 24px;
    }
    .section-title h2 {
        font-size: 2.2rem;
        font-weight: 800;
        color: #fff;
        margin-bottom: 8px;
    }
    .section-title p {
        color: #a1a1aa;
        font-size: 1rem;
    }

    /* CARDS */
    .special-services-item, .price-box,  .callto-action, .footer-area {
        background: rgba(35,35,42,0.8);
        backdrop-filter: blur(8px);
        border-radius: 16px;
        padding: 50px 50px;
        text-align: center;
        box-shadow: 0 8px 30px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        animation: fadeIn 1s ease-in-out;
    }
    .special-services-item:hover, .price-box:hover,  .footer-area:hover, .callto-action:hover {
        box-shadow: 0 12px 40px rgba(99,102,241,0.25);
        transform: translateY(-6px) scale(1.03);
    }

    /* ABOUT INFO */
    .about-info-project {
        gap: 20px;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .about-info-project h3 {
        font-size: 1.3rem;
        color: #6366f1;
    }
    .about-info-project p {
        font-size: 1rem;
        color: #a1a1aa;
    }
    .about-info-project ul {
        padding-left: 0;
    }
    .about-info-project ul li {
        display: inline-block;
        color: #ffd700;
        font-size: 1rem;
        margin-right: 2px;
    }
/* PRICING SECTION */
.price-box {
    background: #1f1f23;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.3);
}

.price-title h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.price-body ul {
    padding-left: 0;
    margin: 1.5rem 0;
}

.price-body ul li {
    color: #d1d5db;
    font-size: 1rem;
    list-style: none;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(113, 108, 108, 0.05);
}

.price-body ul li:last-child {
    border-bottom: none;
}

.price-link h3 {
    color: #6366f1;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.price-link p {
    color: #9ca3af;
    font-size: 0.95rem;
}

/* SECTION TITLE */
.section-title h2 {
    color: #fff;
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.section-title p {
    color: #a1a1aa;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}



    .client-name h6 {
        font-size: 1.1rem;
        color: #fff;
    }
    .client-name span {
        font-size: 1rem;
        color: #a1a1aa;
    }

    /* NEWSLETTER FORM */
    .newsletter-area-form {
        background: rgba(35,35,42,0.8);
        backdrop-filter: blur(8px);
        padding: 40px 30px;
        border-radius: 16px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    }

    .newsletter-area-form .form-group {
        margin-bottom: 20px;
    }

    .newsletter-area-form input,
    .newsletter-area-form textarea {
        width: 100%;
        padding: 14px 18px;
        font-size: 1rem;
        color: #fff;
        background: rgba(31,31,37,0.8);
        background-size: 400px 100%;
        border: 1px solid rgba(99,102,241,0.15);
        border-radius: 12px;
        outline: none;
        transition: all 0.3s ease;
        font-family: 'Gilroy-Regular', 'Hind', sans-serif;
    }

    .newsletter-area-form input::placeholder,
    .newsletter-area-form textarea::placeholder {
        color: #888;
    }

    .newsletter-area-form input:focus,
    .newsletter-area-form textarea:focus {
        border-color: #6366f1;
        box-shadow: 0 0 8px rgba(99,102,241,0.4);
    }

    .newsletter-area-form textarea {
        resize: vertical;
        min-height: 120px;
    }

    .newsletter-area-form .primary__button {
        width: 100%;
        padding: 14px 20px;
        font-size: 1.1rem;
        border-radius: 50px;
    }

    /* FOOTER */
    .footer-area {
        border-radius: 16px;
        color: #a1a1aa;
        padding: 40px 20px;
    }
    .footer-area-links a {
        border: 1px solid #6366f1;
        color: #6366f1;
        border-radius: 50%;
        height: 32px;
        width: 32px;
        line-height: 32px;
        text-align: center;
        margin-right: 6px;
        background: rgba(35,35,42,0.8);
        font-size: 0.9rem;
        display: inline-block;
        animation: float 4s ease-in-out infinite;
    }
    .footer-area-links a:hover {
        background: #6366f1;
        color: #fff;
        animation: pulseGlow 1.5s infinite;
    }
    .footer-area-lists ul {
        padding-left: 0;
    }
    .footer-area-lists ul li {
        list-style: none;
    }
    .footer-area-lists ul li a {
        color: #a1a1aa;
        font-size: 0.95rem;
        line-height: 24px;
    }
    .copyright {
        background: rgba(24,24,27,0.85);
        color: #a5b4fc;
        padding: 10px 0;
        text-align: center;
        font-size: 0.9rem;
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
        .bannerArea, .special-services, .about-info, .callto-action, .price-area, .testimonial-area, .newsletter-area, .footer-area {
            padding: 40px 0;
        }
        .section-title h2 { font-size: 1.8rem; }
    }
    @media (max-width: 767px) {
        .header-area {
            position: sticky;
            top: 0; 
            z-index: 1000;
              }
        .main-menu {   display: none; }
        .main-menu li { margin-bottom: 8px; }
        .logo img, .footer-area-logo img, .special-services-image, .testimonial-item img, .footer-area-shape img { width: 36px; height: 36px; }
        h1 { font-size: 2.2rem; }
        h2 { font-size: 1.8rem; }
            .main-menu {
                display: none; /* Hide the button on mobile */
        }        
    }
    @media (max-width: 575px) {
        .bannerArea, .special-services, .about-info, .callto-action, .price-area, .testimonial-area, .newsletter-area, .footer-area {
            padding: 30px 0;
        }
        .logo img, .footer-area-logo img, .special-services-image, .testimonial-item img, .footer-area-shape img { width: 28px; height: 28px; }
        .primary__button, .purchase-btn { padding: 12px 28px; font-size: 1rem; }
    }

    /* Animation helpers */
    .animate-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.2s ease-out;
    will-change: transform, opacity;
    }
    .animate-in.visible {
    opacity: 1;
    transform: none;
    }
    .fade-up { transform: translateY(40px); }
    .fade-up.visible { transform: translateY(0); }
    .fade-down { transform: translateY(-40px); }
    .fade-down.visible { transform: translateY(0); }
    .fade-left { transform: translateX(-40px); }
    .fade-left.visible { transform: translateX(0); }
    .fade-right { transform: translateX(40px); }
    .fade-right.visible { transform: translateX(0); }
    .zoom-in { transform: scale(0.8); }
    .zoom-in.visible { transform: scale(1); }


    /* GUARANTEE SECTION */
.guarantee-area {
    padding: 50px 0;
}
.guarantee-box {
    background: rgba(35,35,42,0.9);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    animation: fadeIn 1s ease-in-out;
}
.guarantee-box h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 14px;
}
.guarantee-box p {
    color: #b3b3bc;
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.guarantee-box span, .guarantee-box strong {
    color: #6366f1;
    font-weight: 700;
}
.guarantee-points {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.guarantee-points li {
    color: #a1a1aa;
    font-size: 1rem;
    margin: 6px 0;
}
.guarantee-note {
    color: #a5b4fc;
    font-style: italic;
    font-size: 0.95rem;
}
.guarantee-box:hover {
    box-shadow: 0 12px 40px rgba(99,102,241,0.25);
    transform: translateY(-4px);
    transition: all 0.3s ease;
}
/* ========= Card ========= */
.form-card {
  background: rgba(35,35,42,0.8);
  padding: 30px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* ========= Inputs ========= */
.form-input {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 1rem;
  margin-bottom: 15px;
  transition: box-shadow .3s ease;
}
.form-input:focus {
  box-shadow: 0 0 10px rgba(99,102,241,0.6);
}

/* ========= Labels ========= */
.form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #a5b4fc;
}

/* ========= Choice Groups ========= */
.checkbox-group,
.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Hide the real controls but keep them accessible */
.checkbox-group input[type="checkbox"],
.radio-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* The visible "frame button" */
.checkbox-group label,
.radio-group label {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #e5e7eb;
  cursor: pointer;
  user-select: none;
  transition: background .2s ease, box-shadow .2s ease, border-color .2s ease, transform .05s ease;
}

.checkbox-group label:hover,
.radio-group label:hover {
  background: rgba(99,102,241,0.18);
}

.checkbox-group label:active,
.radio-group label:active {
  transform: scale(0.98);
}

/* ========= PERSISTENT SELECTED STATE ========= */
/* Pattern A: input BEFORE label */
.checkbox-group input[type="checkbox"]:checked + label,
.radio-group   input[type="radio"]:checked + label {
  background: rgba(99,102,241,0.45);
  border-color: rgba(99,102,241,0.8);
  box-shadow: 0 0 10px rgba(99,102,241,0.6);
  color: #fff;
  font-weight: 700;
}

/* Pattern B: input INSIDE label (works via :has) */
.checkbox-group label:has(input[type="checkbox"]:checked),
.radio-group   label:has(input[type="radio"]:checked) {
  background: rgba(99,102,241,0.45);
  border-color: rgba(99,102,241,0.8);
  box-shadow: 0 0 10px rgba(99,102,241,0.6);
  color: #fff;
  font-weight: 700;
}

/* Keyboard focus ring (for both patterns) */
.checkbox-group input[type="checkbox"]:focus-visible + label,
.radio-group   input[type="radio"]:focus-visible + label,
.checkbox-group label:has(input[type="checkbox"]:focus-visible),
.radio-group   label:has(input[type="radio"]:focus-visible) {
  outline: 2px solid rgba(99,102,241,0.9);
  outline-offset: 2px;
}
.testimonial-item {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    overflow: hidden; /* Ensure the image doesn't overflow */
}

.testimonial-item img {
    object-fit: cover; /* Ensures the images don't get distorted */
    max-height: 500px; /* Set the max height to 30px */
    width: auto; /* Maintain aspect ratio */
}


/* Mobile-specific tweak */
@media (max-width: 768px) {
  .testimonial-item img {
  width: 100%;        /* Fill container width */
  height: auto;       /* Keep aspect ratio */}
}
/* Blog Section Styles */
.blog-area {
    background: rgba(24,24,27,0.8);
    padding: 60px 0;
    color: #e5e7eb;
}

.blog-area .section-title h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.blog-area .section-title p {
    color: #a1a1aa;
    font-size: 1rem;
}

.blog-item {
    background: rgba(35,35,42,0.8);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    animation: fadeIn 1s ease-in-out;
}

.blog-item:hover {
    box-shadow: 0 12px 40px rgba(99,102,241,0.25);
    transform: translateY(-6px) scale(1.03);
}

.blog-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-item h5 {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 700;
}

.blog-item .read-more {
    display: inline-block;
    margin-top: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #818cf8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-item .read-more:hover {
    color: #6366f1;
}
