            /*new*/
     
   .highlight-actions-inline a {
    cursor: pointer !important;
  }
.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Ensure card content stacks properly */
.service-card .card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* 🔑 Normalize heading height so paragraphs align */
.card-content h4 {
    min-height: 55px;   /* adjust if needed */
    margin-bottom: 12px;
}

/* Keep paragraphs aligned */
.service-card .card-content p {
    margin-top: 0;
}







/* ðŸ”’ HARD RESET â€“ SECTION ONLY */
            .cta-final,
            .cta-final * {
                box-sizing: border-box;
                max-width: 100%;
            }

            /* SECTION */
            .cta-final {
                width: 100%;
                padding: 60px 16px;
                background: #f6f8fc;
            }

            /* CONTAINER */
            .cta-final-container {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto;

                display: flex;
                gap: 50px;
                align-items: center;
            }

            /* CONTENT */
            .cta-final-content {
                flex: 1;
            }

            .cta-final-content h2 {
                font-size: 36px;
                line-height: 1.3;
                margin-bottom: 16px;
            }

            .cta-final-content p {
                font-size: 18px;
                color: #555;
                margin-bottom: 20px;
            }

            .cta-final-content ul {
                list-style: none;
                padding: 0;
                margin-bottom: 28px;
            }

            .cta-final-content li {
                font-size: 16px;
                margin-bottom: 10px;
            }

            /* ðŸ”¥ BUTTON â€“ FORCE RESPONSIVE */
            .cta-final-btn {
                display: flex !important;
                align-items: center;
                justify-content: center;

                width: 100% !important;
                max-width: 320px;

                padding: 16px 20px;

                background: #077cea;
                color: #fff;

                font-size: 16px;
                font-weight: 600;

                border-radius: 999px;
                text-decoration: none;

                white-space: normal !important;
                text-align: center;
            }

            /* IMAGE */
            .cta-final-image {
                flex: 1;
            }

            .cta-final-image img {
                width: 100%;
                height: auto;
                border-radius: 20px;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            }

            /* ================= RESPONSIVE ================= */

            /* TABLET */
            @media (max-width: 992px) {
                .cta-final-container {
                    flex-direction: column;
                    text-align: center;
                }

                .cta-final-btn {
                    margin: 0 auto;
                }
            }

            /* MOBILE â€“ FULL WIDTH BUTTON */
            @media (max-width: 576px) {
                .cta-final-content h2 {
                    font-size: 26px;
                }

                .cta-final-content p {
                    font-size: 16px;
                }

                .cta-final-btn {
                    width: 100% !important;
                    max-width: 100% !important;
                }
            }
  /* ================= HARD RESET (SECTION ONLY) ================= */
            .kv-cleaning-section,
            .kv-cleaning-section * {
                box-sizing: border-box;
                max-width: 100%;
            }

            /* ================= SECTION ================= */
            .kv-cleaning-section {
                width: 100%;
                padding: 60px 16px;
                background: linear-gradient(135deg, #0b3c5d, #06283d);
            }

            /* ================= CONTAINER ================= */
            .kv-cleaning-wrap {
                width: 100%;
                max-width: 920px;
                margin: 0 auto;
            }

            /* ================= TITLE ================= */
            .kv-title {
                font-size: 36px;
                line-height: 1.3;
                color: #ffffff;
                margin-bottom: 22px;
            }

            .kv-title span {
                color: #4fc3ff;
            }

            /* ================= TEXT ================= */
            .kv-text {
                font-size: 16.5px;
                line-height: 1.8;
                color: #e8f0f6;
                margin-bottom: 16px;
                text-align: justify;
            }
.kv-btn:hover{
                    color: #fff !important;

    
}
.cta-final-btn:hover{
                    color: #fff !important;

    
}
            /* ================= BUTTON (FORCED RESPONSIVE) ================= */
            .kv-btn {
                display: flex !important;
                align-items: center;
                justify-content: center;

                width: 100% !important;
                max-width: 320px;

                margin-top: 32px;
                padding: 16px 24px;

                background: #4fc3ff;
                color: #06283d;
                font-size: 16px;
                font-weight: 600;

                border-radius: 999px;
                text-decoration: none;
                text-align: center;

                white-space: normal !important;
            }

            /* ================= DESKTOP BUTTON ================= */
            @media (min-width: 768px) {
                .kv-btn {
                    width: auto !important;
                    max-width: fit-content;
                    padding: 16px 42px;
                }
            }

            /* ================= MOBILE TEXT ================= */
            @media (max-width: 480px) {
                .kv-title {
                    font-size: 24px;
                }

                .kv-text {
                    font-size: 15px;
                }
            }
            /* SECTION */
            .cute-cleaning {
                width: 100%;
                padding: 60px 16px;
                background: linear-gradient(180deg, #fdfbff, #f2f6ff);
            }

            /* CONTENT BOX */
            .cute-box {
                max-width: 820px;
                margin: 0 auto;
                padding: 40px 32px;
                background: #ffffff;
                border-radius: 22px;
                box-shadow: 0 20px 40px #0d56d6;
            }

            /* HEADING */
            .cute-cleaning h2 {
                font-size: 34px;
                line-height: 1.35;

                margin-bottom: 20px;
            }

            .cute-cleaning h2 span {
                color: #1f2b6c;
                /* cute pink */
            }

            /* TEXT */
            .cute-cleaning p {
                font-size: 16.5px;
                line-height: 1.8;
                color: #555;
                margin-bottom: 16px;
                text-align: justify;
            }

            /* RESPONSIVE */
            @media (max-width: 768px) {
                .cute-box {
                    padding: 30px 22px;
                }

                .cute-cleaning h2 {
                    font-size: 26px;
                }
            }

            @media (max-width: 480px) {
                .cute-cleaning {
                    padding: 55px 14px;
                }

                .cute-cleaning h2 {
                    font-size: 22px;
                }

                .cute-cleaning p {
                    font-size: 15px;
                }
            }
   /* SECTION */
            .kv-why-section {
                padding: 60px 16px;
                background: #f8fafc;
            }

            /* CONTAINER */
            .kv-container {
                max-width: 1200px;
                margin: 0 auto;
            }

            /* TITLE */
            .kv-title {
                text-align: center;
                font-size: 36px;
                line-height: 1.3;
                color: #1f2b6c;
                margin-bottom: 50px;
            }

            /* GRID â€“ 3 PER ROW */
            .kv-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 28px;
            }

            /* CARD */
            .kv-card {
                background: #ffffff;
                border-radius: 20px;
                padding: 32px 26px;

                display: flex;
                flex-direction: column;
                height: 100%;

                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }

            .kv-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 10px 20px #077cea;
            }

            /* ICON */
            .kv-icon {
                width: 64px;
                height: 64px;
                margin: 0 auto 20px;
                border-radius: 50%;
                background: #eaf2ff;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 28px;
            }

            /* CARD TITLE */
            .kv-card h3 {
                font-size: 18px;
                color: #1f2b6c;
                margin-bottom: 12px;
                text-align: center;
            }

            /* JUSTIFIED TEXT */
            .kv-card p {
                font-size: 15.5px;
                line-height: 1.7;
                color: #555;
                text-align: justify;
                flex-grow: 1;
            }

            /* ================= RESPONSIVE ================= */

            /* TABLET â€“ 2 PER ROW */
            @media (max-width: 992px) {
                .kv-grid {
                    grid-template-columns: repeat(2, 1fr);
                }

                .kv-title {
                    font-size: 30px;
                }
            }

            /* MOBILE â€“ 1 PER ROW */
            @media (max-width: 576px) {
                .kv-grid {
                    grid-template-columns: 1fr;
                }

                .kv-title {
                    font-size: 24px;
                }

                .kv-card {
                    padding: 26px 20px;
                }
            }
          .industry-cleaning {
                padding: 60px 16px;
                background: #f8fafc;
            }

            .industry-container {
                max-width: 1300px;
                margin: 0 auto;
            }

            .industry-title {
                text-align: center;
                font-size: 36px;
                color: #1f2b6c;
                margin-bottom: 20px;
            }

            .industry-intro {
                max-width: 900px;
                margin: 0 auto 50px;
                font-size: 17px;
                line-height: 1.8;
                color: #555;
                text-align: justify;
            }

            /* GRID */
            .industry-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 28px;
            }

            /* CARD */
            .industry-card {
                background: #ffffff;
                border-radius: 20px;
                padding: 32px 26px;

                display: flex;
                flex-direction: column;
                height: 100%;

                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            }

            /* ICON */
            .industry-icon {
                width: 64px;
                height: 64px;
                margin: 0 auto 18px;
                border-radius: 50%;
                background: #eaf2ff;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 28px;
            }

            /* TITLE */
            .industry-card h3 {
                text-align: center;
                font-size: 18px;
                color: #1f2b6c;
                margin-bottom: 12px;
            }

            /* TEXT */
            .industry-card p {
                font-size: 15.5px;
                line-height: 1.7;
                color: #555;
                text-align: justify;
                flex-grow: 1;
            }

            /* RESPONSIVE */
            @media (max-width: 992px) {
                .industry-grid {
                    grid-template-columns: repeat(2, 1fr);
                }

                .industry-title {
                    font-size: 30px;
                }
            }

            @media (max-width: 576px) {
                .industry-grid {
                    grid-template-columns: 1fr;
                }

                .industry-title {
                    font-size: 24px;
                }

                .industry-card {
                    padding: 26px 20px;
                }
            }
 .event-steps {
                padding: 20px 16px !important;
                background: #f8fafc;
            }

            .event-container {
                max-width: 1100px;
                margin: 0 auto;
            }

            /* TITLE */
            .event-title {
                text-align: center;
                font-size: 36px;
                color: #1f2b6c;
                margin-bottom: 16px;
            }

            .event-intro {
                max-width: 850px;
                margin: 0 auto 50px;
                font-size: 17px;
                line-height: 1.8;
                color: #555;
                text-align: justify;
            }

            /* GRID */
            .steps-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 28px;
            }

            /* CARD */
            .step-card {
                background: #ffffff;
                border-radius: 20px;
                padding: 34px 28px;
                text-align: center;
                display: flex;
                flex-direction: column;
                height: 100%;

                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            }

            /* STEP NUMBER */
            .step-number {
                width: 56px;
                height: 56px;
                margin-bottom: 20px;
                border-radius: 50%;
                background: #077cea;
                color: #fff;
                font-size: 20px;
                font-weight: 700;

                display: flex;
                align-items: center;
                justify-content: center;
            }

            /* CARD TITLE */
            .step-card h3 {
                font-size: 18px;
                color: #1f2b6c;
                margin-bottom: 12px;
            }

            /* CARD TEXT */
            .step-card p {
                font-size: 15.5px;
                line-height: 1.7;
                color: #555;
                text-align: justify;
                flex-grow: 1;
            }

            /* ================= RESPONSIVE ================= */

            /* TABLET â€“ 2 PER ROW */
            @media (max-width: 992px) {
                .steps-grid {
                    grid-template-columns: repeat(2, 1fr);
                }

                .event-title {
                    font-size: 30px;
                }
            }

            /* MOBILE â€“ 1 PER ROW */
            @media (max-width: 576px) {
                .steps-grid {
                    grid-template-columns: 1fr;
                }

                .event-title {
                    font-size: 24px;
                }

                .step-card {
                    padding: 26px 20px;
                }
            }

              /* SECTION */
            .big-map-section {
                padding: 60px 16px;
                background: #f8fafc;
            }

            /* LAYOUT */
            .big-map-wrapper {
                max-width: 1400px;
                margin: 0 auto;
                display: flex;
                gap: 40px;
                align-items: stretch;
            }

            /* CONTENT */
            .big-map-content {
                flex: 1;
            }

            .big-map-content h2 {
                font-size: 36px;
                line-height: 1.3;
                color: #1f2b6c;
                margin-bottom: 16px;
            }

            .big-map-content h4 {
                font-size: 18px;
                margin: 24px 0 12px;
                color: #1f2b6c;
            }

            .big-map-content p {
                font-size: 16.5px;
                line-height: 1.8;
                color: #555;
                text-align: justify;
                /* ðŸ”¥ justified text */
            }

            /* MAP WRAPPER â€“ FINAL FIX */
            .big-map {
                flex: 1;
                position: relative;
                height: 420px;
                /* desktop */
                min-height: 300px;
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            }

            /* INNER HOLDER */
            .big-map .map-inner {
                position: absolute;
                inset: 0;
            }

            /* IFRAME â€“ FORCE SIZE */
            .big-map iframe {
                position: absolute !important;
                inset: 0 !important;
                width: 100% !important;
                height: 100% !important;
                min-height: 300px !important;
                border: 0 !important;
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
            }

            /* ================= RESPONSIVE ================= */

            /* TABLET */
            @media (max-width: 992px) {
                .big-map-wrapper {
                    flex-direction: column;
                }

                .big-map {
                    height: 360px;
                    min-height: 320px;
                }

                .big-map-content h2 {
                    font-size: 30px;
                }
            }

            /* MOBILE */
            @media (max-width: 576px) {
                .big-map-section {
                    padding: 60px 14px;
                }

                .big-map {
                    height: 300px;
                    min-height: 280px;
                }

                .big-map-content h2 {
                    font-size: 24px;
                }

                .big-map-content p {
                    font-size: 15px;
                }
            }
             .faq-section {
                background: #f8fafc;
            }

            .faq-header {
                max-width: 900px;
                margin: 0 auto 40px;
                text-align: center;
            }

            .faq-header h2 {
                font-size: 34px;
                font-weight: 700;
                margin-bottom: 12px;
            }

            .faq-header p {
                font-size: 16px;
                color: #555;
                line-height: 1.7;
            }

            /* Accordion */
            .faq-accordion {
                max-width: 900px;
                margin: 0 auto;
            }

            .faq-item {
                background: #fff;
                border-radius: 14px;
                margin-bottom: 16px;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            }

            .faq-question {
                width: 100%;
                padding: 20px 24px;
                background: none;
                border: none;
                text-align: left;
                font-size: 17px;
                font-weight: 600;
                cursor: pointer;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .faq-icon {
                font-size: 22px;
                transition: transform .3s ease;
            }

            /* Answer */
            .faq-answer {
                max-height: 0;
                overflow: hidden;
                transition: max-height .35s ease;
            }

            .faq-answer p {
                padding: 0 24px 22px;
                color: #555;
                line-height: 1.7;
                font-size: 15px;
            }

            /* Active */
            .faq-item.active .faq-answer {
                max-height: 400px;
            }

            .faq-item.active .faq-icon {
                transform: rotate(45deg);
            }

            /* Responsive */
            @media (max-width: 575px) {
                .faq-header h2 {
                    font-size: 26px;
                }

                .faq-question {
                    font-size: 15px;
                }
            }

            .faq-item {
                cursor: pointer;
            }
            
            

            
            
