/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #2563eb;
    --secondary: #0ea5e9;
    --accent: #f59e0b;
    --dark: #1f2937;
    --light: #f8fafc;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --blue-50: #eff6ff;
    --blue-100: #dbeafe;
    --indigo-50: #eef2ff;
    --indigo-100: #e0e7ff;
    --purple-50: #faf5ff;
    --purple-100: #f3e8ff;
    --purple-500: #8b5cf6;
    --green-500: #10b981;
    --pink-500: #ec4899;
    --yellow-400: #fbbf24;
    --yellow-600: #d97706;
    --white: #ffffff;
    --transparent: transparent;
    --font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
         .gallerySection {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .galleryContainer {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 1400px;
    }
    .galleryContainer h2 {
      margin-top: 2rem;
    }
    .galleryContainer p {
      font-size: 20px;
      color: #333;
      transform: translateX(350%);
    }
    .gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 60px 20px;
      max-width: 1400px;
      margin: auto;
    }
    @media(max-width:600px){
        .gallery{
            padding: 20px 0px;
        }
    }
    .card {
      width: 180px;
      height: 250px;
      background-size: cover;
      background-position: center;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(255, 255, 255, 0.169);
      transition: all 0.4s ease;
      cursor: pointer;
      opacity: 0.85;
      border: 1.5px solid rgb(43, 43, 43);
    }
    .card:hover {
      transform: scale(1.2);
      z-index: 999;
      opacity: 1;
      box-shadow: 0 20px 50px rgba(255, 255, 255, 0.2);
    }
    .card:nth-child(odd) {
      transform: rotate(-5deg) translateY(10px);
    }
    .card:nth-child(even) {
      transform: rotate(4deg) translateY(-10px);
    }
    .card:nth-child(3n) {
      transform: rotate(-2deg) translateX(5px);
    }
    .card:nth-child(5n) {
      transform: rotate(6deg) translateY(15px);
    }

        
        .hero-container {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            margin-top: 40px;

        }
        .bannerImage{
                width: 100%;
                max-width: 300px;
            }
        .hero-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        
        @media (min-width: 993px) {
            .hero-card {
                flex-direction: row;
                min-height: 500px;
            }
        }
        @media (max-width:993px){
            .hero-visual{
                display: none;
            }
            .hero-visual img{
                display: none;
            }
            .bannerImage{
                margin: 0 auto;
            }
        .bannerCta{
             margin: 0 auto;
        }
            
        }
        
        .hero-content {
            padding: 40px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .LinkNav{
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            z-index: 10000;
        }
        .navLinks{
            
            background-color: white;
                        width: 50px;
                        padding: 6px;
            height: 50px;
            border-radius: 50%;
            margin-top: 10px;
            border: 1px solid #333;
        }
        .LinkNav img{
            width: 38px;
            height: 38px;
        }
        .imgLink img{
                        margin: auto;
                        width: 30px;
            height: 30px;
        }
        .phoneA img{
            width: 32px;
            height: 32px;
        }
        .phoneA{
            padding: 9px;
        }
        .navLinks:hover{
            border: 1px solid #9900ff;
        }
        .navLinks:hover img{
                filter: brightness(1.2) saturate(5);
    transition: filter 0.3s ease;
        }

@media(max-width:768px){
     .LinkNav{
            bottom: 80px;
            right: 20px;
        }
}
        .hero-visual {
            flex: 1;
        
            display: flex;
            align-items: flex-end;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        .iconsDmCheckbox{
            width: 15px;
            margin-right: 10px;
            /* Green color filter for checkmark icons */
            filter: brightness(0) saturate(100%) invert(69%) sepia(56%) saturate(2618%) hue-rotate(133deg) brightness(90%) contrast(80%);
            transition: all 0.3s ease;
        }
        
        /* Hover effect for checkmark icons */
        .iconsDmCheckbox:hover {
            transform: scale(1.1);
            filter: brightness(0) saturate(100%) invert(69%) sepia(56%) saturate(2618%) hue-rotate(133deg) brightness(110%) contrast(90%);
        }
        .iconsDmCards{
            width: 25px;
            stroke: #0ea5e9;
            fill: #0ea5e9;
        }
        .hero-visual img{
            width: 100%;
            object-fit: cover;
            height: 100%;
        }
        .hero-visual::before {
            content: '';
            position: absolute;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            top: -50px;
            right: -50px;
        }
        
        .hero-visual::after {
            content: '';
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            bottom: -50px;
            left: -50px;
        }
        
        .visual-content {
            text-align: center;
            color: white;
            z-index: 1;
            max-width: 400px;
        }
        
        .visual-content i {
            font-size: 80px;
            margin-bottom: 20px;
            display: block;
        }
        
        .visual-content h3 {
            font-size: 24px;
            margin-bottom: 15px;
        }
        
        .visual-content p {
            font-size: 16px;
            opacity: 0.9;
        }
        
        .tag {
            display: inline-block;
            background: #4a6ee0;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        h1 {
            font-size: 36px;
            line-height: 1.2;
            margin-bottom: 15px;
            color: #1a2a6c;
        }
        
        .belowbuttonSpam{
             color: #e04a7a;
               
        }
        

        h2 {
            font-size: 22px;
            color: #e04a7a;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .description {
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 30px;
            color: #555;
        }
        
        .benefits {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 30px;
        }
        
        .benefit-item {
            display: flex;
            align-items: center;
            background: #f5f7ff;
            padding: 10px 15px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 500;
        }
        
        .benefit-item i {
            color: #4a6ee0;
            margin-right: 8px;
        }
        
        .cta-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        
        .btn {
            padding: 15px 30px;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 16px;
        }
        
        .btn-primary {
            background: #4a6ee0;
            color: white;
            flex: 1;
            min-width: 200px;
        }
        
        .btn-primary:hover {
            background: #3a5ec0;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(74, 110, 224, 0.4);
        }
        
        .btn-secondary {
            background: transparent;
            color: #4a6ee0;
            border: 2px solid #4a6ee0;
            flex: 1;
            min-width: 200px;
        }
        
        .btn-secondary:hover {
            background: #4a6ee0;
            color: white;
            transform: translateY(-2px);
        }
        
        .btn i {
            margin-right: 8px;
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 28px;
            }
            
            h2 {
                font-size: 20px;
            }
            
            .description {
                font-size: 16px;
            }
            
            .hero-content {
                padding: 30px 20px;
            }
            
            .btn {
                padding: 12px 20px;
                font-size: 14px;
            }
        }
body {
    font-family: var(--font-family-base);
    background-color: var(--white);
    color: var(--dark);
    line-height: 1.6;
}

/* Container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-2xl {
    max-width: 28rem;
}

.max-w-3xl {
    max-width: 48rem;
}

/* Spacing */
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-3 {
    padding: 0.75rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.space-x-4 > * + * {
    margin-left: 1rem;
}

.space-x-8 > * + * {
    margin-left: 2rem;
}

/* Background Colors */
.bg-white {
    background-color: var(--white);
}

.bg-gray-50 {
    background-color: var(--gray-50);
}

.bg-gray-100 {
    background-color: var(--gray-100);
}

.bg-blue-100 {
    background-color: var(--blue-100);
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--blue-50), var(--indigo-50));
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--blue-50), var(--indigo-50), var(--purple-50));
}

.bg-white\/10 {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-white\/80 {
    background-color: rgba(255, 255, 255, 0.8);
}

/* Text Colors */
.text-white {
    color: var(--white);
}

.text-dark {
    color: var(--dark);
}

.text-gray-200 {
    color: var(--gray-200);
}

.text-gray-400 {
    color: var(--gray-400);
}

.text-gray-500 {
    color: var(--gray-500);
}

.text-gray-600 {
    color: var(--gray-600);
}

.text-gray-700 {
    color: var(--gray-700);
}

.text-gray-800 {
    color: var(--gray-800);
}

.text-primary {
    color: var(--primary);
}

.text-secondary {
    color: var(--secondary);
}

.text-accent {
    color: var(--accent);
}

.text-green-500 {
    color: var(--green-500);
}

.text-purple-500 {
    color: var(--purple-500);
}

.text-pink-500 {
    color: var(--pink-500);
}

.text-yellow-400 {
    color: var(--yellow-400);
}

/* Typography */
.text-sm {
    font-size: 0.875rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.text-4xl {
    font-size: 2.25rem;
}

.text-5xl {
    font-size: 3rem;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.leading-tight {
    line-height: 1.25;
}

.text-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

/* Layout */
.flex {
    display: flex;
}

.inline-block {
    display: inline-block;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

/* Positioning */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.top-0 {
    top: 0;
}

.top-4 {
    top: 1rem;
}

.top-20 {
    top: 5rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-20 {
    bottom: 5rem;
}

.bottom-8 {
    bottom: 2rem;
}

.left-0 {
    left: 0;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-20 {
    right: 5rem;
}

.z-10 {
    z-index: 10;
}

.z-100 {
    z-index: 100;
}

.z-2 {
    z-index: 2;
}

/* Sizing */
.w-full {
    width: 100%;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-200 {
    width: 200px;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-48 {
    height: 12rem;
}

.h-100 {
    height: 100px;
}

.max-h-100 {
    max-height: 100%;
}

.object-cover {
    object-fit: cover;
}

.object-contain {
    object-fit: contain;
}

/* Icon Sizing Classes */
.icon-xs {
    width: 0.75rem;
    height: 0.75rem;
}

.icon-sm {
    width: 1rem;
    height: 1rem;
}

.icon-md {
    width: 1.25rem;
    height: 1.25rem;
}

.icon-lg {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-xl {
    width: 2rem;
    height: 2rem;
}

.icon-2xl {
    width: 2.5rem;
    height: 2.5rem;
}

/* Inline icon styling for display inline with text */
.icon-inline {
    display: inline-block;
    vertical-align: middle;
}

/* Icon color utility classes */
.icon-primary {
    color: var(--primary);
    fill: var(--primary);
}

.icon-secondary {
    color: var(--secondary);
    fill: var(--secondary);
}

.icon-accent {
    color: var(--accent);
    fill: var(--accent);
}

.icon-gray {
    color: var(--gray-600);
    fill: var(--gray-600);
}

.icon-white {
    color: var(--white);
    fill: var(--white);
}

.icon-green {
    color: var(--green-500);
    fill: var(--green-500);
}

.icon-purple {
    color: var(--purple-500);
    fill: var(--purple-500);
}

.icon-pink {
    color: var(--pink-500);
    fill: var(--pink-500);
}

.icon-yellow {
    color: var(--yellow-400);
    fill: var(--yellow-400);
}

/* Borders */
.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-l-4 {
    border-left-width: 4px;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-white {
    border-color: var(--white);
}

.border-gray-100 {
    border-color: var(--gray-100);
}

.border-white\/20 {
    border-color: rgba(255, 255, 255, 0.2);
}

.border-primary {
    border-color: var(--primary);
}

.border-secondary {
    border-color: var(--secondary);
}

.border-accent {
    border-color: var(--accent);
}

.border-green-500 {
    border-color: var(--green-500);
}

.border-purple-500 {
    border-color: var(--purple-500);
}

.border-pink-500 {
    border-color: var(--pink-500);
}

/* Border Radius */
.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-b-xl {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

/* Shadows */
.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Hover Effects */
.hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:bg-yellow-600:hover {
    background-color: var(--yellow-600);
}

.hover\:bg-white\/10:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Transitions */
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

/* Transforms */
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group-hover\:scale-110:hover .group:hover {
    transform: scale(1.1);
}

.hover\:scale-105:hover {
    transform: scale(1.05);
}

.group-open\:rotate-180.group[open] {
    transform: rotate(180deg);
}

/* Overflow */
.overflow-hidden {
    overflow: hidden;
}

/* Cursor */
.cursor-pointer {
    cursor: pointer;
}

/* Backdrop */
.backdrop-blur-md {
    backdrop-filter: blur(12px);
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}

/* Responsive Design */
@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }
    
    .sm\:space-y-0 > * + * {
        margin-top: 0;
    }
    
    .sm\:space-x-4 > * + * {
        margin-left: 1rem;
    }
    
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:text-2xl {
        font-size: 1.5rem;
    }
    
    .md\:text-3xl {
        font-size: 1.875rem;
    }
    
    .md\:text-4xl {
        font-size: 2.25rem;
    }
    
    .md\:text-5xl {
        font-size: 3rem;
    }
    
    .md\:p-12 {
        padding: 3rem;
    }
    
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .md\:hidden {
        display: none;
    }
}

@media (min-width: 1024px) {
    .lg\:text-3xl {
        font-size: 1.875rem;
    }
    
    .lg\:text-5xl {
        font-size: 3rem;
    }
    
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    
    .lg\:mb-0 {
        margin-bottom: 0;
    }
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-4.0.3&ixid=M3wxMJA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .hero-section {
        background-position: 70% center;
    }
}

/* New Hero Banner Styles */
.hero-banner {
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(245, 158, 11, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-brand {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--gray-800);
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--gray-600);
    max-width: 28rem;
    margin-bottom: 2rem;
}

.hero-cta {
    background-color: var(--gray-800);
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}

.hero-cta:hover {
    background-color: var(--gray-700);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}

.hero-cta-note {
    font-size: 0.875rem;
    color: var(--gray-500);
    margin-top: 0.5rem;
}

.hero-image-container {
    position: relative;
}

.hero-image-wrapper {
    background: linear-gradient(135deg, #fed7aa 0%, #fef3c7 100%);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero-image {
    width: 100%;
    height: 24rem;
    object-fit: cover;
    object-position: center;
}

.hero-floating-element {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-laptop-icon {
    width: 4rem;
    height: 2.5rem;
    background-color: var(--gray-200);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-decorative-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
}

.hero-decorative-circle.top-right {
    top: -1rem;
    right: -1rem;
    width: 5rem;
    height: 5rem;
    background-color: var(--blue-100);
}

.hero-decorative-circle.bottom-left {
    bottom: -1.5rem;
    left: -1.5rem;
    width: 4rem;
    height: 4rem;
    background-color: #fed7aa;
}

/* Lead Form Section Enhancements */
.lead-form-hero {
    position: relative;
    z-index: 2;
}

.lead-form-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.lead-form-title {
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.lead-form-subtitle {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--accent);
}

.lead-form-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #e5e7eb;
    margin-bottom: 2rem;
}

.lead-form-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lead-form-button {
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lead-form-button.primary {
    background-color: var(--accent);
    color: white;
}

.lead-form-button.primary:hover {
    background-color: var(--yellow-600);
    transform: translateY(-2px);
}

.lead-form-button.secondary {
    border: 1px solid white;
    color: white;
    background: transparent;
}

.lead-form-button.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Responsive Design for Banner */
@media (min-width: 640px) {
    .lead-form-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .hero-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
    }
    
    .hero-content {
        padding-right: 2rem;
    }
    
    .hero-title {
        font-size: 3.75rem;
    }
}

@media (max-width: 1023px) {
    .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-description {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        padding: 3rem 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-image {
        height: 20rem;
    }
    
    .lead-form-container {
        padding: 1.5rem;
    }
    
    .lead-form-buttons {
        flex-direction: column;
    }
}

/* Feature Cards */
.feature-card {
    transition: all 0.3s ease;
    border-left: 4px solid;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Float Layout */
@media (min-width: 1024px) {
    .float-layout {
        display: grid;
        grid-template-columns: 0.4fr 0.6fr;
        gap: 2rem;
        align-items: start;
    }
    
    .float-image {
        position: sticky;
        top: 2rem;
    }
}

/* CTA Button */
.cta-button {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px rgba(245, 158, 11, 0.4);
}

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    animation: pulse 2s infinite;
}

/* Group Effects */
.group {
    position: relative;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.animate-scroll {
    animation: scroll 40s linear infinite;
}

.animate-scroll-reverse {
    animation: scroll-reverse 40s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll-reverse {
    0% {
        transform: translateX(calc(-250px * 7));
    }
    100% {
        transform: translateX(0);
    }
}

/* Company Logos */
.company-logo {
    flex: 0 0 auto;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: 0 1rem;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.company-logo:hover {
    transform: scale(1.05);
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.company-carousel, .ai-tools-carousel {
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
}

.company-carousel::before,
.company-carousel::after,
.ai-tools-carousel::before,
.ai-tools-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
}

.company-carousel::before,
.ai-tools-carousel::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.company-carousel::after,
.ai-tools-carousel::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
}

/* Location Marquee Styles */
.marquee-container {
    width: 100%;
    overflow: hidden;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin: 40px 0;
}

.marquee {
    display: flex;
    animation: marquee 30s linear infinite;
    white-space: nowrap;
}

.location-item {
    display: flex;
    align-items: center;
    margin: 0 25px;
}

.flower-dot {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    width: 16px;
    height: 16px;
    animation: bloom 4s infinite;
}

.flower-dot::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    border-radius: 50%;
    transform: scale(0.8);
    animation: pulse 2s infinite;
}

.flower-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #ff6b6b;
    border-radius: 50%;
}

.location-text {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 18px;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.location-header {
    text-align: center;
    margin-bottom: 25px;
    color: #2d3748;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.location-header::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #ff9a9e, #fad0c4, #a1c4fd);
    border-radius: 3px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes bloom {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
}

/* FAQ Styles */
.faq-item {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.6s ease forwards;
}

.faq-item:nth-child(1) { animation-delay: 0.1s; }
.faq-item:nth-child(2) { animation-delay: 0.2s; }
.faq-item:nth-child(3) { animation-delay: 0.3s; }
.faq-item:nth-child(4) { animation-delay: 0.4s; }
.faq-item:nth-child(5) { animation-delay: 0.5s; }
.faq-item:nth-child(6) { animation-delay: 0.6s; }
.faq-item:nth-child(7) { animation-delay: 0.7s; }
.faq-item:nth-child(8) { animation-delay: 0.8s; }

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.faq-item[open] {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.faq-item:hover {
    border-color: rgba(37, 99, 235, 0.2);
}

/* Popup Styles */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 20, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.belowbuttonSpam{
    
}
.popup.show {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    display: flex;
    height: fit-content;
    max-width: 900px;
    height: 500px;
    background: #111827;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.6);
    color: #fff;
    position: relative;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.popup.show .popup-content {
    transform: scale(1);
}

.popup-image {
    background: #1f2937;
}

.popup-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.popup-form {
    width: 400px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.popup-form h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #a855f7;
}

.popup-form p {
    margin-bottom: 20px;
    color: #d1d5db;
}

.popup-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    width: 100%;
}

.popup-form input,
.popup-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #374151;
    border-radius: 8px;
    background: #1f2937;
    color: #fff;
    transition: border-color 0.3s ease;
}

.popup-form input:focus,
.popup-form select:focus {
    border-color: #a855f7;
    outline: none;
}

.popup-form input::placeholder {
    color: #9ca3af;
}

.popup-form button {
    padding: 12px;
    background: linear-gradient(135deg, #7e22ce, #9333ea);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, background 0.3s;
}

.popup-form button:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #9333ea, #a855f7);
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.close:hover {
    transform: rotate(90deg);
}

/* Responsive for popup */
@media (max-width: 768px) {
    .popup-content {
        flex-direction: column;
        width: 90%;
        max-width: 400px;
        height: auto;
    }

    .popup-image {
        display: none;
    }

    .popup-form {
        width: 100%;
        padding: 20px;
    }
}

/* Additional responsive utilities */
@media (max-width: 768px) {
    .location-text {
        font-size: 16px;
    }
    
    .location-header {
        font-size: 20px;
    }
    
    .text-3xl {
        font-size: 1.5rem;
    }
    
    .text-4xl {
        font-size: 1.875rem;
    }
    
    .text-5xl {
        font-size: 2.25rem;
    }
}

@media (max-width: 640px) {
    .flex-col {
        flex-direction: column;
    }
    
    .space-y-4 > * + * {
        margin-top: 1rem;
    }
    
    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .py-16 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .py-20 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* Lead Form Section */
.lead-form-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.lead-form-container {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Icon Colors Based on Card Border Colors */
.iconsDmCards {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

/* Primary border card - Blue color */
.border-primary .iconsDmCards {
    filter: hue-rotate(210deg) saturate(1.5) brightness(0.8);
    /* Results in blue color matching --primary: #2563eb */
}

/* Secondary border card - Cyan/Light Blue color */
.border-secondary .iconsDmCards {
    filter: hue-rotate(180deg) saturate(1.3) brightness(0.9);
    /* Results in cyan color matching --secondary: #0ea5e9 */
}

/* Accent border card - Yellow/Orange color */
.border-accent .iconsDmCards {
    filter: hue-rotate(45deg) saturate(1.4) brightness(1.1);
    /* Results in yellow color matching --accent: #f59e0b */
}

/* Green border card - Green color */
.border-green-500 .iconsDmCards {
    filter: hue-rotate(120deg) saturate(1.2) brightness(0.85);
    /* Results in green color matching green-500: #10b981 */
}

/* Purple border card - Purple color */
.border-purple-500 .iconsDmCards {
    filter: hue-rotate(270deg) saturate(1.3) brightness(0.9);
    /* Results in purple color matching purple-500: #8b5cf6 */
}

/* Pink border card - Pink color */
.border-pink-500 .iconsDmCards {
    filter: hue-rotate(330deg) saturate(1.4) brightness(1);
    /* Results in pink color matching pink-500: #ec4899 */
}

/* Hover effects for better interactivity */
.feature-card:hover .iconsDmCards {
    transform: scale(1.1);
    filter: brightness(1.1) saturate(1.5);
}

/* Alternative approach using CSS custom properties for more precise colors */
.border-primary .iconsDmCards {
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(217deg) brightness(104%) contrast(97%);
}

.border-secondary .iconsDmCards {
    filter: brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(1259%) hue-rotate(177deg) brightness(91%) contrast(92%);
}

.border-accent .iconsDmCards {
    filter: brightness(0) saturate(100%) invert(75%) sepia(32%) saturate(1734%) hue-rotate(3deg) brightness(102%) contrast(97%);
}

.border-green-500 .iconsDmCards {
    filter: brightness(0) saturate(100%) invert(69%) sepia(56%) saturate(2618%) hue-rotate(133deg) brightness(90%) contrast(80%);
}

.border-purple-500 .iconsDmCards {
    filter: brightness(0) saturate(100%) invert(55%) sepia(73%) saturate(1537%) hue-rotate(240deg) brightness(102%) contrast(94%);
}

.border-pink-500 .iconsDmCards {
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(321deg) brightness(119%) contrast(94%);
}
@media (max-width:1024px){
 .displayNone{
    display: none;
 }   
}