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

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background-color: #ffffff;
            overflow-x: hidden;
        }

        /* Add this to your  section or main CSS file */
        .header-buttons .btn-primary:hover {
            background: #000 !important;
            color: #fff !important;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            transform: translateY(-2px);
        }

        .hero-section {
            /* reduce excessive vertical whitespace so content sits closer together */
            min-height: 70vh;
            display: flex;
            align-items: center;
            padding: 40px 20px;
            background: linear-gradient(135deg, #eee5e0 0%, #eee5e0 100%);
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
            padding: 0 20px;
        }

        .hero-content {
            margin-top: 3rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .hero-left {
            padding-right: 20px;
        }

        .hero-left h1 {
            font-size: 64px;
            font-weight: 700;
            line-height: 1.2;
            color: #1a1a1a;
            margin-bottom: 24px;
            letter-spacing: -0.02em;
        }

        .hero-left p {
            font-size: 20px;
            line-height: 1.6;
            color: #4a4a4a;
            margin-bottom: 36px;
            max-width: 540px;
        }

        /* Responsive overrides to ensure Tailwind-based hero scales on small screens */
        @media (max-width: 768px) {
            .hero-left h1 {
                font-size: 32px !important;
                line-height: 1.2 !important;
                margin-bottom: 12px !important;
                margin-top: 30px !important;
                text-align: center !important;
                padding: 0 10px !important;
            }

            .hero-left p {
                font-size: 18px !important;
                line-height: 1.5 !important;
                margin-bottom: 16px !important;
                text-align: center !important;
                max-width: 100% !important;
                padding: 0 15px !important;
            }

            .hero-content {
                grid-template-columns: 1fr !important;
                gap: 0px !important;
                text-align: center !important;
                /* push content below fixed header on small screens (reduced) */
                margin-top: 0px !important;
                padding-top: 0px !important;
                margin-bottom: 0 !important;
            }

            .hero-left {
                padding: 0 !important;
                text-align: center !important;
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
            }

            /* center the hero buttons on small screens */
            .hero-left .hero-buttons {
                justify-content: center !important;
                display: flex !important;
                flex-wrap: wrap !important;
                gap: 8px !important;
                margin: 0 auto !important;
            }
            
            /* Reduce spacing between button sections on mobile */
            .hero-buttons.mt-6 {
                margin-top: 1rem !important;
            }
            
            .hero-buttons.mt-4 {
                margin-top: 0.75rem !important;
            }
            
            .hero-buttons.mt-3 {
                margin-top: 0.25rem !important;
            }

            /* Make the right image behave on small screens */
            .w-full.max-w-lg {
                max-width: 90% !important;
                margin: 0 auto !important;
            }
        }
        
        @media (max-width: 640px) {
            .hero-left h1 {
                font-size: 28px !important;
                line-height: 1.15 !important;
                /* margin-top: 50px !important; */
            }
            
            .hero-left p {
                font-size: 16px !important;
                padding: 0 10px !important;
            }
            
            .hero-buttons {
                flex-direction: column !important;
                align-items: center !important;
                gap: 8px !important;
            }
            
            .btn-large {
                min-width: 200px !important;
                text-align: center !important;
            }
            
            /* Tighter spacing for very small screens */
            .hero-buttons.mt-4 {
                margin-top: 0.5rem !important;
            }
            
            .hero-buttons.mt-3 {
                margin-top: 0.125rem !important;
            }
            
            /* Reduce Google Reviews image size on small screens */
            .hero-buttons img {
                height: 40px !important;
            }
            
            /* Reduce bottom spacing on mobile */
            section.py-8 {
                padding-bottom: 1rem !important;
            }
            
            section.py-2 {
                padding-top: 0.5rem !important;
                padding-bottom: 0.5rem !important;
            }
        }

        .hero-buttons {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

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

        .btn-black {
            background: rgba(255, 255, 255, 0.95);
            color: #1a1a1a;
            backdrop-filter: blur(20px);
            border-radius: 12px;

        }

        .btn-black:hover {
            background-color: #1f1f1f;
            transform: translateY(-2px);
        }

        .btn-primary {
            background-color: #2383E2;
            color: #ffffff;
            box-shadow: 0 2px 8px rgba(35, 131, 226, 0.2);
        }

        .btn-primary:hover {

            transform: translateY(-2px);
        }

        .cta-button {
            display: inline-block;
            padding: 14px 32px;
            background-color: #2383E2;
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            border-radius: 6px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(35, 131, 226, 0.2);
        }

        .cta-button:hover {
            background-color: #1a6ec4;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(35, 131, 226, 0.3);
        }

        .cta-button:active {
            transform: translateY(0);
        }

        .hero-right {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 20px;
        }

        .hero-image {
            width: 100%;
            max-width: 650px;
            height: auto;
            object-fit: contain;
            animation: fadeInUp 0.8s ease-out;
        }

        

        .pagination-dots {
            display: flex;
            gap: 12px;
            margin-top: 40px;
        }

        .dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #d1d1d1;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background-color: #2383E2;
            width: 32px;
            border-radius: 5px;
        }

        .dot:hover {
            background-color: #a0a0a0;
        }

        /* Tablet Styles */
        @media (max-width: 1024px) {
            .hero-content {
                gap: 50px;
            }

            .hero-left h1 {
                font-size: 52px;
            }

            .hero-left p {
                font-size: 18px;
            }

            .hero-image {
                max-width: 500px;
            }
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .hero-section {
                padding: 80px 20px 40px;
                min-height: 100vh !important;
            }

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

            .hero-left {
                padding-right: 0;
                text-align: center;
            }

            .hero-left h1 {
                font-size: 42px;
            }

            .hero-left p {
                font-size: 17px;
                margin-left: auto;
                margin-right: auto;
            }

            .hero-buttons {
                justify-content: center;
            }

            .hero-right {
                padding-left: 0;
                order: -1;
            }

            .hero-right div {
                text-align: center;
            }

            .hero-right img {
                width: 100%;
                max-width: 100%;
            }

            .hero-image {
                max-width: 100%;
            }

            .pagination-dots {
                justify-content: center;
            }

            .btn-large {
                width: 100%;
                max-width: 280px;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .hero-section {
                padding: 80px 16px 30px;
            }

            .hero-left h1 {
                font-size: 32px;
            }

            .hero-left p {
                font-size: 16px;
                margin-bottom: 28px;
            }

            .btn-large {
                padding: 12px 28px;
                font-size: 15px;
                width: 100%;
                max-width: 100%;
            }

            .pagination-dots {
                margin-top: 30px;
            }
        }


        /*Compare with wealth empires*/
        .wealth-empires-section {
            padding: 80px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .resources-label {
            color: #a855f7;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 16px;
        }

        .main-heading {
            font-size: 48px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .description {
            color: #6b7280;
            font-size: 18px;
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto;
        }

        .description span {
            display: block;
        }

        .cards-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            margin-top: 60px;
        }

        .card {
            background-color: #f9fafb;
            border-radius: 16px;
            padding: 60px 40px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        .card-title {
            font-size: 28px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 16px;
        }

        .card-subtitle {
            color: #6b7280;
            font-size: 16px;
            margin-bottom: 32px;
            line-height: 1.5;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 14px 32px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
        }

        .btn-primary {
            background-color: #000000;
            color: #ffffff;
        }

        .btn-primary:hover {
            background-color: #1f1f1f;
            transform: translateX(2px);
        }

        .btn-secondary {
            background-color: transparent;
            color: #000000;
            border: 2px solid #e5e7eb;
        }

        .btn-secondary:hover {
            border-color: #000000;
            transform: translateX(2px);
        }

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

        .btn:hover .arrow {
            transform: translateX(3px);
        }

        @media (max-width: 968px) {
            .main-heading {
                font-size: 40px;
            }

            .cards-container {
                gap: 30px;
            }

            .card {
                padding: 50px 30px;
            }
        }

        @media (max-width: 768px) {
            .wealth-empires-section {
                padding: 60px 20px;
            }

            .section-header {
                margin-bottom: 40px;
            }

            .main-heading {
                font-size: 36px;
            }

            .description {
                font-size: 16px;
            }

            .cards-container {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .card {
                padding: 40px 30px;
            }

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

            .card-subtitle {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .wealth-empires-section {
                padding: 40px 16px;
            }

            .main-heading {
                font-size: 28px;
            }

            .description {
                font-size: 15px;
            }

            .card {
                padding: 32px 24px;
            }

            .card-title {
                font-size: 22px;
            }

            .btn {
                padding: 12px 24px;
                font-size: 15px;
                width: 100%;
            }
        }

        .material-symbols-outlined {
            font-variation-settings:
                'FILL' 0,
                'wght' 400,
                'GRAD' 0,
                'opsz' 40
        }

        /* GST Section Responsive */
        .gst-section {
            background: #ffffff;
            padding: 0px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 20px;
        }

        .section-title h2 {
            font-size: 2.8rem;
            margin-bottom: 16px;
            margin-top: 50px;
            color: #1a1a1a;
            font-weight: 700;
        }

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

        .section-cta {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin: 40px 0 60px 0;
            flex-wrap: wrap;
        }

        .section-cta a {
            padding: 14px 32px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            padding: 0 20px;
        }

        .service-card {
            background: linear-gradient(135deg, #d9dcf0, rgb(131, 195, 211));
            border-radius: 20px;
            padding: 36px;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            min-height: 280px;
            display: flex;
            flex-direction: column;
        }

        .service-card h3 {
            font-size: 1.4rem;
            margin-bottom: 14px;
            color: #1a1a1a;
            font-weight: 700;
        }

        .service-card p {
            color: #5a5a5a;
            line-height: 1.6;
            margin-bottom: auto;
            font-size: 0.95rem;
        }

        .service-card a {
            color: #8B7355;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 20px;
            font-size: 0.95rem;
        }

        @media (max-width: 1024px) {
            .service-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .section-title h2 {
                font-size: 2rem;
                margin-top: 30px;
            }

            .section-title p {
                font-size: 1rem;
                padding: 0 20px;
            }

            .section-cta {
                flex-direction: column;
                align-items: center;
                gap: 12px;
                margin: 30px 0 40px 0;
            }

            .section-cta a {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }

            .service-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .service-card {
                padding: 28px;
                min-height: auto;
            }

            .service-card h3 {
                font-size: 1.2rem;
            }

            .service-card p {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .section-title h2 {
                font-size: 1.6rem;
            }

            .section-title p {
                font-size: 0.9rem;
            }

            .section-cta a {
                padding: 12px 24px;
                font-size: 15px;
            }

            .service-card {
                padding: 24px;
            }
        }

        /* Perks Grid Responsive */
        .perks-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        @media (max-width: 968px) {
            .perks-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

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

        @media (max-width: 768px) {
            .perks-grid h2 {
                font-size: 2rem !important;
            }

            .perks-grid p {
                font-size: 1rem !important;
            }
        }

        @media (max-width: 480px) {
            .perks-grid h2 {
                font-size: 1.6rem !important;
            }

            .perks-grid>div:first-child {
                padding-left: 0 !important;
            }
        }

        /* FAQ Responsive */
        @media (max-width: 768px) {
            section[style*="padding: 80px 0"] {
                padding: 60px 20px !important;
            }

            section h2 {
                font-size: 2rem !important;
            }

            section div[style*="padding: 24px 28px"] {
                padding: 20px !important;
            }

            section h3 {
                font-size: 1rem !important;
            }
        }

        @media (max-width: 480px) {
            section h2 {
                font-size: 1.6rem !important;
            }

            section div[style*="padding: 24px 28px"] {
                padding: 16px !important;
            }
        }

        /* CTA Section Responsive */
        @media (max-width: 768px) {
            section[style*="margin: 0 50px"] {
                margin: 0 20px !important;
                padding: 40px 20px !important;
            }

            .hero-grid {
                grid-template-columns: 1fr !important;
                gap: 30px !important;
            }

            .hero-grid>div:first-child {
                padding-left: 0 !important;
                text-align: center;
            }

            .hero-grid h2 {
                font-size: 2.2rem !important;
            }

            .hero-grid p {
                font-size: 1rem !important;
            }

            .hero-grid div[style*="display: flex"] {
                flex-direction: column;
                align-items: center;
            }

            .hero-grid div[style*="display: flex"] a {
                width: 100%;
                max-width: 280px;
                justify-content: center;
            }

            .hero-grid>div:last-child {
                margin-left: 0 !important;
                width: 100% !important;
                height: 300px !important;
            }

            .hero-grid img {
                width: 300px !important;
                height: 270px !important;
            }
        }

        @media (max-width: 480px) {
            section[style*="margin: 0 50px"] {
                margin: 0 16px !important;
                padding: 30px 16px !important;
            }

            .hero-grid h2 {
                font-size: 1.8rem !important;
            }

            .hero-grid div[style*="display: flex"] a {
                padding: 12px 24px !important;
                font-size: 15px !important;
            }

            .hero-grid>div:last-child {
                height: 250px !important;
            }

            .hero-grid img {
                width: 250px !important;
                height: 220px !important;
            }
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-15px);
            }
        }

        @keyframes pulse {

            0%,
            100% {
                transform: scale(1);
                opacity: 0.7;
            }

            50% {
                transform: scale(1.1);
                opacity: 0.4;
            }
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        section a[href*="wealthempires.in/contact"]:hover {
            transform: translateY(-2px) !important;
        }

        /* section a[href*="wealthempires.in/contact"]:hover span {
            transform: translateX(5px) !important;
        } */

        /* section a[href*="contact.html"]:hover {
            background: rgb(255, 255, 255) !important;

            transform: translateY(-1px) !important;
        } */

        @media (max-width: 480px) {
            .footer-container {
                padding: 40px 0 0;
            }

            /* Footer Header Small Mobile */
            .footer-header {
                padding: 0 16px 20px;
            }

            .footer-header-content {
                gap: 16px;
            }

            .footer-logo {
                height: 65px;
            }

            .contact-section {
                gap: 4px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .support-email,
            .phone-link {
                font-size: 13px;
                color: #2563eb !important;
                text-decoration: none !important;
                display: block !important;
                text-align: center !important;
                line-height: 1.4 !important;
            }
            
            .phone-link {
                margin-top: 4px !important;
                font-weight: 600 !important;
                padding: 2px 0 !important;
            }
            
            .contact-section a {
                visibility: visible !important;
                opacity: 1 !important;
                z-index: 10 !important;
            }

            /* Footer Content Small Mobile */
            .footer-content {
                grid-template-columns: 1fr;
                padding: 30px 16px;
                gap: 24px;
            }

            .footer-heading {
                font-size: 14px;
                margin-bottom: 14px;
            }

            .footer-heading-secondary {
                margin-top: 24px;
            }

            .footer-list li {
                margin-bottom: 9px;
            }

            .footer-list li a {
                font-size: 12px;
            }

            /* Footer Bottom Small Mobile */
            .footer-bottom {
                padding: 20px 16px;
            }

            .footer-bottom-content {
                gap: 16px;
            }

            .footer-links {
                gap: 10px;
            }

            .footer-links a {
                font-size: 11px;
            }

            .footer-right {
                gap: 16px;
            }

            .copyright {
                font-size: 11px;
            }

            .social-links {
                gap: 12px;
            }

            .social-icon {
                width: 32px;
                height: 32px;
                font-size: 14px;
            }
        }

        /* ============================================
           EXTRA SMALL MOBILE (max-width: 360px)
           ============================================ */
        @media (max-width: 360px) {
            .footer-header {
                padding: 0 12px 18px;
            }

            .footer-logo {
                height: 60px;
            }

            .footer-content {
                padding: 24px 12px;
                gap: 20px;
            }

            .footer-heading {
                font-size: 13px;
            }

            .footer-list li a {
                font-size: 11px;
            }

            .footer-bottom {
                padding: 18px 12px;
            }

            .social-icon {
                width: 30px;
                height: 30px;
                font-size: 13px;
            }
        }

        /* ============================================
           LANDSCAPE MOBILE ORIENTATION
           ============================================ */
        @media (max-width: 768px) and (orientation: landscape) {
            .footer-content {
                grid-template-columns: repeat(3, 1fr);
                padding: 30px 20px;
            }

            .footer-heading-secondary {
                margin-top: 20px;
            }
        }

        /* ============================================
           TABLET LANDSCAPE (768px - 1024px)
           ============================================ */
        @media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
            .footer-content {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        /* ============================================
           TOUCH DEVICE OPTIMIZATIONS
           ============================================ */
        @media (hover: none) and (pointer: coarse) {

            /* Larger touch targets for mobile */
            .footer-list li a {
                padding: 4px 0;
                min-height: 32px;
                display: flex;
                align-items: center;
            }

            .social-icon {
                min-width: 44px;
                min-height: 44px;
            }

            .footer-links a {
                padding: 4px 0;
            }

            /* Remove hover effects on touch devices */
            .footer-list li a:hover::after {
                width: 0;
            }

            /* Active states for touch feedback */
            .footer-list li a:active {
                color: #2383E2;
                background: rgba(35, 131, 226, 0.1);
                padding-left: 8px;
                padding-right: 8px;
                margin-left: -8px;
                border-radius: 4px;
            }

            .social-icon:active {
                transform: scale(0.95);
            }

            .footer-links a:active {
                color: #ffffff;
            }
        }

        /* ============================================
           ACCESSIBILITY IMPROVEMENTS
           ============================================ */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }

        /* High contrast mode support */
        @media (prefers-contrast: high) {
            .footer-container {
                border-top: 2px solid #ffffff;
            }

            .footer-list li a,
            .footer-links a {
                color: #ffffff;
            }

            .social-icon {
                border: 2px solid #ffffff;
            }
        }

        /* Wealth Empires card background scaling */
        .we-card-bg img {
            /* Fill the card fully in both dimensions so there are no side bars */
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            transition: transform 0.45s ease, filter 0.45s ease;
        }

        /* Card sizing & content centering to match reference */
        .we-hero-card {
            min-height: 420px; /* increase card height to create the tall hero look */
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .we-hero-card .card-content {
            text-align: left;
            color: #ffffff;
            width: 100%;
            max-width: 760px;
            padding: 24px;
            /* Position content at bottom of card */
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

        @media (min-width: 1024px) {
            .we-hero-card { min-height: 450px;}
        }

        /* CTA hero responsive tweaks */
        .cta-hero-section .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            align-items: center;
        }
        .cta-hero-section{
            margin-left: 11rem !important;
            margin-right: 11rem !important;
        }

        @media (max-width: 768px) {
            .cta-hero-section {
                background-position: center !important;
                background-size: cover !important;
                padding: 20px !important;
                margin: 0 16px !important;
                border-radius: 16px !important;
                min-height: 350px !important;
                display: flex !important;
                align-items: flex-end !important;
            }

            .cta-hero-section .hero-grid {
                display: block !important;
                width: 100% !important;
            }

            .cta-hero-section .hero-grid > div:first-child {
                background: transparent !important;
                padding: 20px !important;
                border-radius: 12px !important;
                text-align: center !important;
            }

            .cta-hero-section h2 {
                color: white !important;
                font-size: 1.8rem !important;
                margin-bottom: 16px !important;
                text-align: center !important;
                text-shadow: 2px 2px 4px rgba(0,0,0,0.8) !important;
                font-weight: 700 !important;
            }

            .cta-hero-section div[style*="display: flex"] {
                flex-direction: column !important;
                gap: 10px !important;
                align-items: center !important;
            }

            .cta-hero-section a {
                width: 100% !important;
                max-width: 250px !important;
                text-align: center !important;
                justify-content: center !important;
                padding: 12px 20px !important;
                font-size: 14px !important;
                display: block !important;
                border-radius: 0px !important;
                text-decoration: none !important;
            }

            /* Enhanced button visibility without dark background */
            /* .cta-hero-section a[href*="crm"] {
                background: #000 !important;
                color: white !important;
                border: 2px solid #000 !important;
                box-shadow: 0 4px 15px rgba(0,0,0,0.4) !important;
            } */

            /* .cta-hero-section a[href*="contact"] {
                background: rgba(255, 255, 255, 0.95) !important;
                color: #000 !important;
                border: 2px solid rgba(255, 255, 255, 0.95) !important;
                box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
                backdrop-filter: blur(10px) !important;
            } */
        }

        /* Smaller CTA for the hero card */
        .we-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px !important; /* reduce size */
            font-size: 15px !important;
            max-width: 280px !important;
            width: auto !important;
        }

        @media (max-width: 767px) {
            .we-hero-card { min-height: 380px; }
            .we-hero-card .card-content { padding: 16px; }
        }

        /* Service card professional styles */
        .service-card {
            border-color: #e9e6f2 !important;
            padding: 22px !important;
            border-radius: 16px !important;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
            background: #fff;
        }
        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(16,24,40,0.08);
        }
        .service-accent {
            height: 6px;
            width: 72px;
            margin-bottom: 14px;
            border-radius: 6px;
            display: block;
        }
        .service-title { color: #0d3d3d; margin-bottom: 8px; font-weight:700; }
        .service-desc { color: #475569; margin-bottom: 14px; }
        .service-cta {
            display: inline-flex; align-items: center; gap: 8px;
            padding: 8px 14px; border-radius: 12px; background: #d8dbf0; /* requested light button color */
            color: #0d3d3d; text-decoration: none; box-shadow: 0 8px 20px rgba(13,61,61,0.06);
            transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
            font-weight:600;
        }
        .service-cta:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(13,61,61,0.08); background-color: #cfd3e6; }

        /* Ensure CTA links inside .service-card use dark text on the light background */
        .service-card a.service-cta { color: #0d3d3d; }

        @media (max-width: 640px) {
            .service-card { padding: 16px !important; }
            .service-accent { width: 56px; }
            .service-title { font-size: 1.125rem; }
            .service-cta { padding: 8px 12px; }
        }

    
        /* Keep content from horizontally overflowing on small screens */
        @media (max-width: 900px) {
            .container { padding: 0 18px; }
        }

        @media (max-width: 768px) {
            body { overflow-x: hidden; }
            .container { padding: 0 16px; max-width: 100%; }
            .hero-section { padding: 80px 16px 40px 16px; }
            .hero-content { grid-template-columns: 1fr; gap: 28px; }
            .hero-left h1 { font-size: 34px; text-align: center; }
            .hero-left p { font-size: 16px; text-align: center; max-width: 100%; }

            /* Make partners stack cleanly and reduce large paddings */
            .partners-grid { grid-template-columns: 1fr !important; gap: 18px; }
            .partner-card { padding: 18px; min-height: unset; display: flex; flex-direction: row; align-items: center; text-align: left; }
            .partner-logo { width: 80px; height: 80px; min-width: 80px; margin-right: 14px; }
            .partner-info { text-align: left; }

            /* Product cards and CTA spacing */
            .products-section { padding: 40px 16px; grid-template-columns: 1fr; }
            .cards-grid { grid-template-columns: 1fr; }
            .cta-hero-section { margin: 20px; border-radius: 14px; }
        }

        @media (max-width: 480px) {
            /* Stack partner card content and center text on very small screens */
            .partner-card { flex-direction: column; text-align: center; gap: 12px; padding: 16px; }
            .partner-logo { width: 72px; height: 72px; margin: 0 auto; min-width: 72px; }
            .partner-info { text-align: center; }

            /* Compact CTA styles without altering colors */
            /* override inline margin on the CTA element and tighten spacing */
            .cta-hero-section { margin: 12px !important; border-radius: 10px !important; }
            .cta-wrap { padding: 16px !important; gap:12px !important; }
            .cta-title { font-size: 22px !important; line-height: 1.05 !important; }
            .cta-badge { padding:6px 12px !important; font-size:12px !important; }
            .cta-actions { gap:12px !important; }
            .btn-pri, .btn-outline { width:100% !important; max-width:420px !important; padding:10px 18px !important; font-size:16px !important; }

            .hero-left h1 { font-size: 28px; }
            .hero-left p { font-size: 15px; }
        }
    
                        .btn-demo.btn-large {
                            color: #000000;
                            text-decoration: none;
                            }

                            .btn-demo.btn-large:hover {
                            color: #000000;           /* keep white on hover */
                            }

    
        @media (max-width: 768px) {
            .margin-fix{
                margin-top: -4.5rem !important;
            }
        }
     
                    .testimonial-hero-section {
                        /* margin: 24px 24px 8px 24px; */
                        /* padding: 60px 0; */
                        background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
                        }

                        .containers-testimonial {
                        max-width: 1400px;
                        margin: 0 auto;
                        padding: 0 20px;
                        }

                        .testimonial-header {
                        position: relative;
                        margin-bottom: 60px;
                        }

                        .awards-container {
                        position: absolute;
                        top: 0;
                        right: 0;
                        display: flex;
                        gap: 20px;
                        flex-wrap: wrap;
                        z-index: 5;
                        transform: translate(-4rem);
                        }

                        .award-badge {
                        text-align: center;
                        background: none;
                        border: none;
                        padding: 0;
                        }

                        .award-badge img {
                        width: 70px;
                        height: auto;
                        object-fit: contain;
                        border-radius: 12px;
                        }

                        .testimonial-title {
                        font-size: 3.5rem;
                        font-weight: 600;
                        margin: 0 0 40px 0;
                        line-height: 1.1;
                        text-align: left;
                        transform: translate(4rem);
                        }

                        .testimonial-title .purple {
                        color: #7851A9;
                        }

                        /* Tablet */
                        @media (max-width: 992px) {
                        .testimonial-hero-section {
                            margin: 24px 16px 8px 16px;
                            padding: 40px 0;

                        }

                        .testimonial-title {
                            font-size: 2.4rem;
                            transform: translate(0rem);
                        }

                        .awards-container {
                            gap: 12px;
                            transform: translate(0rem);

                        }

                        .award-badge img {
                            width: 60px;
                        }
                        }

                        /* Mobile */
                        @media (max-width: 768px) {
                        .testimonial-title{
                            margin-bottom: 0px;
                        }
                        .testimonial-hero-section {
                            /* margin: 16px 12px 0 12px; */
                            padding: 32px 0;
                        }

                        .testimonial-header {
                            margin-bottom: 32px;
                        }

                        .testimonial-title {
                            font-size: 2rem;
                            text-align: center;
                        }

                        .awards-container {
                            position: static;
                            justify-content: center;
                            margin-bottom: 16px;
                        }
                        }

                        /* Small mobile */
                        @media (max-width: 480px) {
                        .testimonial-title {
                            font-size: 1.7rem;
                        }

                        .award-badge img {
                            width: 52px;
                        }
                        }

    
    .testimonial-hero-section {
            width: 100%;
            overflow: hidden;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .testimonial-grid {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: nowrap;
        }

        /* Base card */
        .customer-card {
            width: 260px;
            background: #fff;
            border-radius: 22px;
            overflow: hidden;
            cursor: pointer;
            transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 15px rgba(0,0,0,0.12);
            position: relative;
        }

        /* Expanded card */
/* Expanded card with transformable background image */
.customer-card.active {
    position: relative;
    width: 650px;
    overflow: hidden;
    background:
        linear-gradient(to bottom, rgb(255, 255, 255), #7951a94d)


}

.customer-card.active::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('img/pops.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 300px;

    transform: translateY(3rem);
    transform: translate(-14rem);
    transition: transform 0.35s ease;

    z-index: 0; 
}

.customer-card.active .card-expanded-layout,
.customer-card.active img,
.customer-card.active .right-content {
    position: relative;
    z-index: 1; 
}




        /* Expanded layout */
        .card-expanded-layout {
            display: flex;
            align-items: center;
            gap: 30px;
            height: 300px;
        }

        /* Image */
        .person-img {
            width: 250px;
            height: 300px;
            object-fit: cover;
            border-radius: 20px 0 0 20px;
            flex-shrink: 0;
        }

        /* Right side content */
        .right-content {
            flex: 1;
            padding: 20px 30px 20px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-width: 0;
            overflow: hidden;
            width: 350px;
        }

        /* Star */
        .star {
            font-size: 20px;
            color: #ff3366;
            margin-bottom: 10px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(15px);
            transition: none;
        }

        .customer-card.active .star {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            transition: opacity 0.35s ease 0.45s, transform 0.35s ease 0.45s, visibility 0s 0.45s;
        }

        .testimonial-text {
            font-size: 17px;
            line-height: 1.5;
            color: #333;
            margin-bottom: 20px;
            white-space: normal;
            opacity: 0;
            visibility: hidden;
            transform: translateY(15px);
            transition: none;
            pointer-events: none;
        }

        .customer-card.active .testimonial-text {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            transition: opacity 0.35s ease 0.45s, transform 0.35s ease 0.45s, visibility 0s 0.45s;
            pointer-events: auto;
        }

        /* Author */
        .author {
            opacity: 0;
            visibility: hidden;
            transform: translateY(15px);
            transition: none;
        }

        .customer-card.active .author {
            opacity: 1;
            
            visibility: visible;
            transform: translateY(0);
            transition: opacity 0.35s ease 0.45s, transform 0.35s ease 0.45s, visibility 0s 0.45s;
        }

        .author h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0;
        }

        .author p {
            margin: 3px 0 0 0;
            color: #596579;
        }

        /* Shift effects */
        .shift-left {
            transform: translateX(-100px);
        }

        .shift-right {
            transform: translateX(100px);
        }
        .containers-testiminial,
.containers-testimonial {
    padding: 0 12px;
}


        @media (max-width: 768px) {

            .testimonial-hero-section{
                margin-top: -2rem;
            }
            .testimonial-grid{
                margin-top: -1rem;
            }
            .containers-testiminial,
            .containers-testimonial {
                padding: 0 16px;
                transform: translate(-1rem);
            }
            .testimonial-grid {
                flex-direction: column;
                gap: 25px;
                align-items: center;
                transform: translate(-1rem);
            }

            .customer-card {
                width: 100%;
                max-width: 100%;
                transition: none;
            }

            .customer-card.active {
                width: 100%;
            }

            .card-expanded-layout {
                flex-direction: column;
                text-align: center;
                gap: 20px;
                height: auto;
                width: 100%;
            }

            .person-img {
                width: 100%;
                height: 260px;
                border-radius: 20px 20px 0 0;
            }

            .star {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
                transition: none;
            }

            .author {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
                transition: none;
            }

            .testimonial-text {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
                padding: 0 10px;
                text-align: center;
                pointer-events: auto;
                transition: none;
            }

            .right-content {
                padding: 20px;
                width: 100%;
            }

            .shift-left, .shift-right {
                transform: none;
            }
        }

        @media (min-width: 769px) and (max-width: 1024px) {
            .customer-card {
                width: 200px;
            }

            .customer-card.active {
                width: 500px;
            }

            .person-img {
                width: 200px;
                height: 250px;
            }

            .card-expanded-layout {
                height: 250px;
            }

            .right-content {
                padding-right: 15px;
                width: 270px;
            }

            .testimonial-text {
                font-size: 15px;
            }
        }

        @media (min-width: 1400px) {
            .customer-card.active {
                width: 700px;
            }

            .person-img {
                width: 280px;
                height: 330px;
            }

            .card-expanded-layout {
                height: 330px;
            }

            .right-content {
                width: 380px;
            }

            .testimonial-text {
                font-size: 18px;
            }
            
        }
        
        /* Disable clicking on cards for mobile */
        @media (max-width: 768px) {
            .customer-card {
                background:
                    linear-gradient(to bottom, rgb(255, 255, 255), #7951a94d) !important;
                
            }
            
            
        }
        @media (max-width: 768px) {
        .customer-card,
        .customer-card * {
            pointer-events: none !important;
            }
        }


        /* --- FIX: Prevent horizontal overflow --- */
body, html,
.testimonial-hero-section,
.containers-testiminial,
.containers-testimonial,
.container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Allow cards to wrap so no horizontal scrolling occurs */
.testimonial-grid {
    flex-wrap: wrap !important;
}

/* Prevent shift animation from pushing cards out of screen */
.shift-left,
.shift-right {
    transform: translateX(0) !important;
}

/* Ensure expanded card never exceeds screen width */
.customer-card.active {
    max-width: 100% !important;
}

/* Fix image pushing width */
.person-img {
    max-width: 100% !important;
}

/* Prevent nested sections from creating extra width */
.testimonial-hero-section section {
    width: 100% !important;
    overflow: hidden !important;
}

/* Reduce width of inactive cards when one is active */
.customer-card:not(.active) {
    width: 180px;
    transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1200px) {
    .customer-card:not(.active) {
        width: 160px;
    }
}
@media (max-width: 768px) {
    .customer-card:not(.active) {
        width: 60% !important;
    }
}
@media (max-width: 425px) {
    .customer-card:not(.active) {
        width: 85% !important;
    }
}



        /* .card-expanded-layout {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 300px;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.customer-card.active .card-expanded-layout {
    opacity: 1;
} */
    
            .cta-wrap { max-width:1200px; margin:0 auto; padding:44px 16px; display:flex; flex-direction:column; align-items:center; text-align:center; gap:22px; }
            .cta-badge { background: #666; color: rgba(255,255,255,0.92); padding:8px 18px; border-radius:999px; font-weight:700; letter-spacing:1px; font-size:14px; }
            .cta-title { font-size:48px; line-height:0.80; margin:0; font-weight:700; font-family: Questrial, system-ui, -apple-system, 'Segoe UI', Roboto, Arial; }
            .cta-sub { max-width:920px; color: rgba(255,255,255,0.78); font-size:18px; margin:0; }
            .cta-actions { display:flex; gap:18px; margin-top:6px; }
           
            .btn-outline { background:transparent; color: rgba(255,255,255,0.92); padding:12px 30px;border:2px solid #fff; text-decoration:none; font-weight:700; }
            .btn-outline:hover{ transform: translateY(-2px); border-color:#fff; background: rgba(255, 255, 255, 0) !important;}
            .btn-pri { background:#fff; color: #000; padding:12px 30px;border:2px solid #fff; text-decoration:none; font-weight:700; }
            .btn-pri:hover{ transform: translateY(-2px); border-color:#fff; }

            @media (max-width: 900px) {
                .cta-wrap { padding:44px 28px; }
                .cta-title { font-size:40px; }
                .cta-sub { font-size:16px; }
            }
            @media (max-width: 480px) {
                .cta-wrap { padding:28px 18px; }
                .cta-title { font-size:26px; }
                .cta-actions { flex-direction:column; width:100%; }
                .btn-pri, .btn-outline { width:100%; max-width:420px; }
            }

        .mail-support{
            
            padding-left: 1rem;
            border-left: #1a6ec4 1px solid;
        }
        @media (max-width: 768px) {
            /* Stack header items vertically */
            .footer-header-content {
                flex-direction: column;
                gap: 20px;
            }
            .mail-support{
            
                padding-left: 0rem;
                border-left: #1a6ec4 0px solid;
            }

            .header-divider {
                display: none;
            }

            /* Perfect accordion-style footer content */
            .footer-content {
                flex-direction: column;
                padding: 0 20px;
                gap: 0;
            }

            .footer-column {
                margin-bottom: 0;
                border-bottom: 1px solid #f0f0f0;
            }

            .footer-column:last-child {
                border-bottom: none;
            }

            /* Dropdown header styling - matches reference */
            .footer-column h3 {
                margin: 0;
                padding: 18px 0;
                font-size: 16px;
                font-weight: 500;
                color: #333;
                cursor: pointer;
                position: relative;
                display: flex;
                justify-content: space-between;
                align-items: center;
                background: #fff;
                transition: all 0.3s ease;
                text-align: left;
            }

            .footer-column h3:hover {
                background: #f8f9fa;
            }

            /* Dropdown arrow */
            .footer-column h3::after {
                content: '▼';
                font-size: 12px;
                color: #999;
                transform: rotate(0deg);
                transition: transform 0.3s ease;
            }

            .footer-column h3.active::after {
                transform: rotate(180deg);
            }

            /* Dropdown content */
            .footer-column ul {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
                margin: 0;
                padding: 0;
                list-style: none;
                background: #fff;
            }

            .footer-column ul.active {
                max-height: 500px;
                padding: 0 0 20px 0;
            }

            .footer-column ul li {
                margin: 0;
                padding: 8px 0;
            }

            .footer-column ul li a {
                color: #666;
                text-decoration: none;
                font-size: 14px;
                display: block;
                transition: color 0.2s ease;
                text-align: left;
            }

            .footer-column ul li a:hover {
                color: #2563eb;
            }

            /* Hide secondary headings (Templates, Partnership, Quick links) on mobile */
            .footer-column h3[style*="margin-top"] {
                display: none;
            }

            /* Stack bottom links and social media vertically */
            .footer-bottom-content {
                flex-direction: column-reverse;
                gap: 20px;
                text-align: center;
            }

            .footer-links {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

            .footer-links span {
                display: none;
            }

            .footer-right {
                flex-direction: column;
                gap: 15px;
            }
        }

            .header-divider {
                display: flex;
                flex-direction: row;
                gap: 20px;
            }

            /* Tablet */
            @media (max-width: 768px) {
                .header-divider {
                    flex-direction: column;
                    gap: 12px;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                }
            }

            /* Mobile */
            @media (max-width: 480px) {
                .header-divider {
                    gap: 8px;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                }
            }


  /* Base Footer Styles */
  #seo-footer {
    background: white;
    color: black;
    padding: 60px 40px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
  }

  .seo-container { max-width: 1200px; margin: auto; }
  .seo-title { color: #0d3d3d; font-size: 2.2em; font-weight: bold; margin-bottom: 25px; }
  .seo-heading { color: #0d3d3d; font-size: 1.9em; font-weight: bold; margin-bottom: 18px; }
  .seo-card-title { color: #0d3d3d; font-weight: bold; margin-bottom: 10px; }

  .seo-text { color: black; font-size: 1.1em; margin-bottom: 18px; }

  .seo-section { margin-bottom: 50px; }

  .seo-list { padding-left: 20px; margin-bottom: 16px; }
  .seo-list li { margin-bottom: 8px; color: black; }

  .seo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }

  .seo-card {
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #0d3d3d;
    border-radius: 4px;
  }

  .seo-ending {
    margin-top: 25px;
    color: black;
    font-size: 1.15em;
    font-style: italic;
  }

  /* Responsive Breakpoints */
  @media (max-width: 768px) {
    #seo-footer { padding: 40px 20px; }
    .seo-title { font-size: 1.8em !important; }
    .seo-heading { font-size: 1.6em; }
    .seo-text { font-size: 1em; }
    .seo-grid { grid-template-columns: 1fr; }
  }

  @media (max-width: 480px) {
    #seo-footer { padding: 30px 15px; }
    .seo-title { font-size: 1.5em !important; }
    .seo-heading { font-size: 1.4em; }
  }

        