    <style>
        .mySlides {display:none;}
        /* ===================== FLOATING WHATSAPP + CALL BUTTONS ===================== */
        .float-buttons {
            position: fixed;
            bottom: 28px;
            right: 26px;
            z-index: 1050;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 18px;
        }
        .float-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            color: #fff;
            text-decoration: none;
            position: relative;
            isolation: isolate;
            box-shadow: 0 8px 22px rgba(0,0,0,0.22);
            transition: transform 0.25s cubic-bezier(.34,1.56,.64,1), box-shadow 0.25s ease;
            animation: floatBob 3.2s ease-in-out infinite;
        }
        .float-btn.wa-btn {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        }
        .float-btn.call-btn {
            background: linear-gradient(135deg, #4facfe 0%, #007bff 100%);
            animation-delay: 0.4s;
        }
        /* pulsing ring aura */
        .float-btn::before,
        .float-btn::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 50%;
            z-index: -1;
            background: inherit;
            opacity: 0.55;
            animation: floatPulse 2.2s ease-out infinite;
        }
        .float-btn::after {
            animation-delay: 1.1s;
        }
        .float-btn:hover {
            transform: scale(1.12) rotate(-4deg);
            box-shadow: 0 14px 30px rgba(0,0,0,0.32);
            color: #fff;
        }
        .float-btn i {
            pointer-events: none;
            filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
        }
        /* little notification badge */
        .float-btn .ping-dot {
            position: absolute;
            top: 2px;
            right: 2px;
            width: 12px;
            height: 12px;
            background: #ff4757;
            border: 2px solid #fff;
            border-radius: 50%;
            animation: dotBlink 1.6s ease-in-out infinite;
        }
        /* tooltip effect */
        .float-btn span.tooltip-text {
            visibility: hidden;
            background-color: #1f2a3a;
            color: #fff;
            text-align: center;
            border-radius: 30px;
            padding: 6px 14px;
            font-size: 13px;
            font-weight: 500;
            position: absolute;
            right: 74px;
            top: 50%;
            transform: translateY(-50%) translateX(8px);
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.25s ease, transform 0.25s ease;
            pointer-events: none;
            font-family: 'Poppins', sans-serif;
            letter-spacing: 0.3px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }
        .float-btn span.tooltip-text::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent transparent #1f2a3a;
        }
        .float-btn:hover span.tooltip-text {
            visibility: visible;
            opacity: 1;
            transform: translateY(-50%) translateX(0);
        }
        @keyframes floatBob {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }
        .float-btn:hover { animation-play-state: paused; }
        @keyframes floatPulse {
            0% { transform: scale(1); opacity: 0.5; }
            100% { transform: scale(1.9); opacity: 0; }
        }
        @keyframes dotBlink {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.4; transform: scale(0.8); }
        }
        /* responsive small devices */
        @media (max-width: 576px) {
            .float-buttons {
                bottom: 18px;
                right: 16px;
                gap: 14px;
            }
            .float-btn {
                width: 50px;
                height: 50px;
                font-size: 22px;
            }
            .float-btn span.tooltip-text {
                font-size: 11px;
                right: 62px;
                padding: 5px 11px;
            }
        }
        /* header top whatsapp inline enhancement */
        .header-top-list .wa-quick-link {
            background: #25D366;
            color: white;
            border-radius: 30px;
            padding: 4px 12px;
            margin-left: 12px;
            font-size: 13px;
            font-weight: 500;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
        }
        .header-top-list .wa-quick-link i {
            font-size: 14px;
        }
        .header-top-list .wa-quick-link:hover {
            background: #128C7E;
            color: white;
        }
        .phone-call-link {
            font-weight: 500;
        }
        .footer-contact a.phone-link {
            color: #f0f0f0;
            text-decoration: none;
        }
        .footer-contact a.phone-link:hover {
            color: #25D366;
            text-decoration: underline;
        }
        /* minor fix */
        .blog-item .theme-btn {
            margin-left: 2%;
            margin-bottom: 15px;
        }

        /* ===================== TESTIMONIAL SECTION ===================== */
        .testimonial-section {
            background: #faf7f0;
            padding:44px 0 41px;
        }
        .testimonial-carousel .owl-stage-outer {
            padding: 10px 4px 30px;
        }
        .testimonial-item {
            background: #fff;
            border-radius: 14px;
            padding: 40px 32px 32px;
            margin: 6px 4px;
            box-shadow: 0 8px 30px rgba(20, 20, 20, 0.07);
            border: 1px solid #f0ece4;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .testimonial-quote-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, goldenrod, #f3cf6f);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            box-shadow: 0 8px 18px rgba(218, 165, 32, 0.35);
            margin-bottom: 18px;
        }
        .testimonial-stars {
            color: goldenrod;
            font-size: 14px;
            margin-bottom: 14px;
            letter-spacing: 2px;
        }
        .testimonial-text {
            color: #5c5c5c;
            font-size: 15px;
            line-height: 1.8;
            flex-grow: 1;
            margin-bottom: 24px;
        }
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 14px;
            padding-top: 18px;
            border-top: 1px solid #f0ece4;
        }
        .testimonial-author img {
            width: 52px;
            height: 52px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #f3cf6f;
        }
        .testimonial-author h6 {
            margin: 0;
            font-size: 15px;
            font-weight: 600;
            color: #1f2a3a;
        }
        .testimonial-author span {
            font-size: 12.5px;
            color: #8a8a8a;
        }
        .testimonial-carousel .owl-dots {
            text-align: center;
            margin-top: 10px;
        }
        .testimonial-carousel .owl-dots .owl-dot span {
            width: 9px;
            height: 9px;
            margin: 0 4px;
            background: #e6dfce;
            border-radius: 50%;
            display: inline-block;
            transition: all .3s ease;
        }
        .testimonial-carousel .owl-dots .owl-dot.active span {
            background: goldenrod;
            width: 22px;
            border-radius: 6px;
        }
        .testimonial-carousel .owl-nav {
            text-align: center;
            margin-top: 6px;
        }
        .testimonial-carousel .owl-nav button.owl-prev,
        .testimonial-carousel .owl-nav button.owl-next {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #fff !important;
            color: goldenrod !important;
            border: 1px solid #f0ece4 !important;
            margin: 0 6px;
            font-size: 14px;
            box-shadow: 0 6px 14px rgba(20,20,20,0.08);
            transition: all .3s ease;
        }
        .testimonial-carousel .owl-nav button.owl-prev:hover,
        .testimonial-carousel .owl-nav button.owl-next:hover {
            background: goldenrod !important;
            color: #fff !important;
        }

        /* ===================== WHAT WE DO SECTION ===================== */
        .wwd-section {
            background: #fff;
            padding: 90px 0 70px;
        }
        .wwd-card {
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(20, 20, 20, 0.07);
            border: 1px solid #f0ece4;
            transition: transform .3s ease, box-shadow .3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .wwd-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 40px rgba(20, 20, 20, 0.14);
        }
        .wwd-icon {
            width:61px;
            height:61px;
            border-radius: 50%;
            background: linear-gradient(135deg, goldenrod, #f3cf6f);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: #fff;
            margin:0px auto 18px;
            box-shadow: 0 8px 18px rgba(218, 165, 32, 0.4);
            border: 4px solid #fff;
        }
        .wwd-card-body {
            padding: 0 26px 26px;
            text-align: center;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }
        .wwd-card-img {
            position: relative;
            height: 190px;
            overflow: hidden;
        }
        .wwd-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .5s ease;
        }
        .wwd-card:hover .wwd-card-img img {
            transform: scale(1.08);
        }
        .wwd-card-img::after {
            content: "";
            position: absolute;
            left: 0; right: 0; bottom: 0;
            height: 5px;
            background: linear-gradient(90deg, goldenrod, #f3cf6f);
        }

        /* owl carousel overrides for What We Do slider */
        .wwd-carousel .owl-stage-outer { padding: 10px 4px 30px; }
        .wwd-carousel .owl-item { display: flex; }
        .wwd-carousel .owl-item > div { width: 100%; }
        .wwd-carousel .owl-nav {
            position: absolute;
            top: -78px;
            right: 4px;
            display: flex;
            gap: 10px;
        }
        .wwd-carousel .owl-nav button.owl-prev,
        .wwd-carousel .owl-nav button.owl-next {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #fff !important;
            border: 1.5px solid goldenrod !important;
            color: goldenrod !important;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .25s ease;
        }
        .wwd-carousel .owl-nav button.owl-prev:hover,
        .wwd-carousel .owl-nav button.owl-next:hover {
            background: goldenrod !important;
            color: #fff !important;
        }
        .wwd-carousel .owl-dots {
            text-align: center;
            margin-top: 8px;
        }
        .wwd-carousel .owl-dots .owl-dot span {
            width: 9px;
            height: 9px;
            margin: 0 4px;
            background: #e6dcc4;
            display: block;
            border-radius: 50%;
            transition: .25s ease;
        }
        .wwd-carousel .owl-dots .owl-dot.active span,
        .wwd-carousel .owl-dots .owl-dot:hover span {
            background: goldenrod;
            width: 22px;
            border-radius: 6px;
        }
        @media (max-width: 767px) {
            .wwd-carousel .owl-nav { position: static; justify-content: center; margin-bottom: 16px; }
        }
        .wwd-card-body h4 {
            font-size: 20px;
            font-weight: 700;
            color: #1f1f1f;
            margin-bottom: 10px;
        }
        .wwd-card-body p.wwd-short {
            color: #6b6b6b;
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 0;
        }
        .wwd-more-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height .45s ease, margin-top .45s ease, opacity .35s ease;
            opacity: 0;
        }
        .wwd-more-content.open {
            max-height: 260px;
            margin-top: 12px;
            opacity: 1;
        }
        .wwd-more-content p {
            color: #7a7a7a;
            font-size: 14.5px;
            line-height: 1.7;
            text-align: left;
            border-top: 1px dashed #e6e0d2;
            padding-top: 12px;
        }
        .wwd-btn-row {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-top: 20px;
            flex-wrap: wrap;
        }
        .wwd-btn-row .theme-btn {
            font-size: 13.5px;
            padding: 10px 18px;
        }
        .wwd-readmore-btn {
            background: transparent;
            border: 1.5px solid goldenrod;
            color: goldenrod;
            border-radius: 30px;
            padding: 10px 18px;
            font-size: 13.5px;
            font-weight: 600;
            cursor: pointer;
            transition: .25s ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .wwd-readmore-btn:hover {
            background: goldenrod;
            color: #fff;
        }
        .wwd-readmore-btn i {
            transition: transform .35s ease;
        }
        .wwd-readmore-btn.open i {
            transform: rotate(180deg);
        }

        /* ===================== WHY CHOOSE US SECTION ===================== */
        .why-section {
            background: #f5f7fa;
            padding: 90px 0;
        }
        .why-item {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            background: #fff;
            border-radius: 12px;
            padding: 26px 22px;
            height: 100%;
            box-shadow: 0 6px 20px rgba(0,0,0,0.05);
            transition: transform .3s ease, box-shadow .3s ease;
        }
        .why-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 30px rgba(0,0,0,0.1);
        }
        .why-icon {
            min-width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #fff6e0;
            color: goldenrod;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex-shrink: 0;
        }
        .why-item h5 {
            font-size: 17px;
            font-weight: 700;
            color: #1f1f1f;
            margin-bottom: 6px;
        }
        .why-item p {
            font-size: 14.5px;
            color: #6b6b6b;
            margin-bottom: 0;
            line-height: 1.65;
        }
        .why-img-wrap {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
        }
        .why-img-wrap img {
            width: 100%;
            border-radius: 14px;
        }
        .why-badge {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background: #fff;
            border-radius: 12px;
            padding: 16px 22px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            text-align: center;
        }
        .why-badge h3 {
            color: goldenrod;
            font-weight: 800;
            margin: 0;
            font-size: 30px;
        }
        .why-badge span {
            font-size: 13px;
            color: #555;
            font-weight: 600;
        }

        /* ===================== CTA SECTION ===================== */
        .cta-section {
            position: relative;
            background: linear-gradient(120deg, #1f1a12 0%, #3a2c12 55%, goldenrod 160%);
            padding: 70px 0;
            overflow: hidden;
        }
        .cta-section::before {
            content: "";
            position: absolute;
            top: -60px;
            right: -60px;
            width: 260px;
            height: 260px;
            background: rgba(255,255,255,0.06);
            border-radius: 50%;
        }
        .cta-section::after {
            content: "";
            position: absolute;
            bottom: -80px;
            left: -40px;
            width: 220px;
            height: 220px;
            background: rgba(255,255,255,0.05);
            border-radius: 50%;
        }
        .cta-content {
            position: relative;
            z-index: 2;
        }
        .cta-content h5 {
            color: #f3cf6f;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .cta-content h2 {
            color: #fff;
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 14px;
        }
        .cta-content p {
            color: #e8e0cf;
            font-size: 15.5px;
            margin-bottom: 0;
        }
        .cta-btn-wrap {
            position: relative;
            z-index: 2;
            display: flex;
            gap: 14px;
            justify-content: flex-end;
            flex-wrap: wrap;
        }
        .cta-btn-wrap .theme-btn {
            padding: 14px 26px;
        }
        .cta-btn-outline {
            background: transparent;
            border: 1.5px solid #fff;
            color: #fff;
            border-radius: 30px;
            padding: 13px 26px;
            font-size: 14.5px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: .25s ease;
        }
        .cta-btn-outline:hover {
            background: #fff;
            color: #1f1a12;
        }
        @media (max-width: 767px) {
            .cta-btn-wrap { justify-content: flex-start; margin-top: 20px; }
        }

        /* ===================== GALLERY SECTION ===================== */
        .gallery-section {
            background: #fff;
            padding: 90px 0 70px;
        }
        .gallery-item {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            display: block;
            margin-bottom: 24px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        }
        .gallery-item img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            display: block;
            transition: transform .5s ease;
        }
        .gallery-item:hover img {
            transform: scale(1.1);
        }
        .gallery-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(20,15,5,0.78) 100%);
            display: flex;
            align-items: flex-end;
            padding: 18px 20px;
            opacity: 0;
            transition: opacity .35s ease;
        }
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        .gallery-overlay-inner {
            color: #fff;
        }
        .gallery-overlay-inner h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 2px;
        }
        .gallery-overlay-inner span {
            font-size: 12.5px;
            color: #f3cf6f;
        }
        .gallery-zoom-icon {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: rgba(255,255,255,0.9);
            color: goldenrod;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            opacity: 0;
            transform: translateY(-8px);
            transition: .35s ease;
        }
        .gallery-item:hover .gallery-zoom-icon {
            opacity: 1;
            transform: translateY(0);
        }

        /* ===================== CONTACT / ENQUIRY SECTION ===================== */
        .contact-section {
            background: #f5f7fa;
            padding: 90px 0;
        }
        .contact-info-card {
            background: #fff;
            border-radius: 14px;
            padding: 32px 28px;
            height: 100%;
            box-shadow: 0 8px 26px rgba(0,0,0,0.06);
        }
        .contact-info-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 26px;
        }
        .contact-info-item:last-child { margin-bottom: 0; }
        .contact-info-icon {
            min-width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, goldenrod, #f3cf6f);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 19px;
            flex-shrink: 0;
        }
        .contact-info-item h6 {
            font-size: 14.5px;
            font-weight: 700;
            color: #1f1f1f;
            margin-bottom: 4px;
            text-transform: uppercase;
            letter-spacing: .4px;
        }
        .contact-info-item p, .contact-info-item a {
            font-size: 14.5px;
            color: #666;
            margin-bottom: 0;
            text-decoration: none;
            line-height: 1.6;
        }
        .contact-info-item a:hover { color: goldenrod; }
        .contact-social {
            display: flex;
            gap: 10px;
            margin-top: 28px;
        }
        .contact-social a {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #f5f2ea;
            color: goldenrod;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            transition: .25s ease;
        }
        .contact-social a:hover {
            background: goldenrod;
            color: #fff;
        }
        .enquiry-form-wrap {
            background: #fff;
            border-radius: 14px;
            padding: 36px 34px;
            height: 100%;
            box-shadow: 0 8px 26px rgba(0,0,0,0.06);
        }
        .enquiry-form-wrap h4 {
            font-weight: 700;
            margin-bottom: 6px;
        }
        .enquiry-form-wrap p.sub {
            color: #777;
            font-size: 14.5px;
            margin-bottom: 26px;
        }
        .enquiry-form .form-group {
            margin-bottom: 18px;
        }
        .enquiry-form label {
            font-size: 13px;
            font-weight: 600;
            color: #333;
            margin-bottom: 6px;
            display: block;
        }
        .enquiry-form .form-control,
        .enquiry-form select.form-control {
            width: 100%;
            border: 1.5px solid #e7e2d6;
            border-radius: 8px;
            padding: 12px 14px;
            font-size: 14.5px;
            color: #333;
            background: #fbfaf7;
            transition: .2s ease;
        }
        .enquiry-form .form-control:focus {
            outline: none;
            border-color: goldenrod;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(218,165,32,0.12);
        }
        .enquiry-form textarea.form-control {
            resize: vertical;
            min-height: 110px;
        }
        .enquiry-form .submit-btn {
            border: none;
            width: 100%;
            justify-content: center;
        }
        .enquiry-success {
            display: none;
            align-items: center;
            gap: 10px;
            background: #eafaf0;
            color: #1e8a4c;
            border: 1px solid #bfe9cf;
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 14px;
            margin-bottom: 18px;
        }
        .enquiry-success.show { display: flex; }
        .contact-map {
            border-radius: 14px;
            overflow: hidden;
            margin-top: 24px;
            box-shadow: 0 8px 26px rgba(0,0,0,0.06);
        }
        .contact-map iframe {
            width: 100%;
            height: 280px;
            border: 0;
            display: block;
        }
    </style>