.elementor-820 .elementor-element.elementor-element-89bfe7b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-820 .elementor-element.elementor-element-1472c90{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-820 .elementor-element.elementor-element-aa80aea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-820 .elementor-element.elementor-element-bc9d9b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-820 .elementor-element.elementor-element-d4616f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-820 .elementor-element.elementor-element-6b8a800{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-820 .elementor-element.elementor-element-192d2af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-820 .elementor-element.elementor-element-701384e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1472c90 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            overflow-x: hidden;
            background: #0a0e1a;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .hero-section {
            min-height: 90vh;
            background: radial-gradient(ellipse at top, #1a1f35 0%, #0a0e1a 50%);
            position: relative;
            padding: 0 24px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        /* Premium gradient mesh background */
        .bg-mesh {
            position: absolute;
            inset: 0;
            opacity: 0.4;
            background: 
                radial-gradient(circle at 20% 30%, rgba(251, 191, 36, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 60%, rgba(59, 130, 246, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 50% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
            filter: blur(80px);
        }

        .noise-overlay {
            position: absolute;
            inset: 0;
            opacity: 0.03;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
        }

        /* Top Navigation Bar */
        .top-nav {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            padding: 20px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }

        .logo {
            display: none;
        }

        .phone-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.04);
            backdrop-filter: blur(12px);
            padding: 10px 18px;
            border-radius: 12px;
            text-decoration: none;
            color: #f8fafc;
            font-weight: 600;
            font-size: 14px;
            border: 1px solid rgba(255, 255, 255, 0.06);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .phone-link:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(251, 191, 36, 0.3);
            transform: translateY(-1px);
        }

        .phone-icon {
            font-size: 16px;
        }

        /* Hero Content Container */
        .hero-content {
            max-width: 1080px;
            margin: auto;
            text-align: center;
            position: relative;
            z-index: 10;
            padding: 140px 20px 80px;
        }

        /* Badge above heading */
        .top-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(251, 191, 36, 0.05) 100%);
            border: 1px solid rgba(251, 191, 36, 0.2);
            padding: 8px 16px;
            border-radius: 100px;
            margin-bottom: 24px;
            font-size: 13px;
            font-weight: 600;
            color: #fbbf24;
            letter-spacing: 0.3px;
            animation: fadeInDown 0.6s ease 0.1s both;
        }

        .top-badge::before {
            content: "✨";
            font-size: 14px;
        }

        /* Main Heading - Figma Style */
        .main-heading {
            font-size: clamp(30px, 6vw, 68px);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 20px;
            letter-spacing: -1px;
            animation: fadeInUp 0.7s ease 0.2s both;
        }

        .heading-line {
            display: block;
            background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .heading-highlight {
            display: block;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #fb923c 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
        }

        /* Decorative underline */
        .heading-highlight::after {
            content: '';
            position: absolute;
            bottom: -9px;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            height: 3px;
            background: linear-gradient(90deg, transparent, #fbbf24, transparent);
            opacity: 0.5;
            border-radius: 2px;
        }

        /* Sub Heading */
        .sub-heading {
            font-size: clamp(17px, 2.5vw, 21px);
            color: #94a3b8;
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 640px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 400;
            animation: fadeInUp 0.7s ease 0.3s both;
        }

        /* CTA Buttons - Premium Design */
        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 64px;
            animation: fadeInUp 0.7s ease 0.4s both;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 15px 28px;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            border-radius: 14px;
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden;
            min-width: 220px;
        }

        /* Primary Button */
        .call-btn {
            background: #F79A1B;
            color: white;
            border: none;
            box-shadow: 
                0 1px 2px rgba(0, 0, 0, 0.3),
                0 8px 24px rgba(16, 185, 129, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        .call-btn::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, #059669 0%, #047857 100%);
            opacity: 0;
            transition: opacity 0.3s;
        }

        .call-btn:hover::before {
            opacity: 1;
        }

        .call-btn:hover {
            transform: translateY(-2px);
            box-shadow: 
                0 2px 4px rgba(0, 0, 0, 0.3),
                0 12px 32px rgba(16, 185, 129, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        .call-btn:active {
            transform: translateY(0);
        }

        /* Secondary Button */
        .whatsapp-btn {
            background: rgba(255, 255, 255, 0.04);
            color: #f8fafc;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
        }

        .whatsapp-btn:hover {
            background: rgba(37, 211, 102, 0.12);
            border-color: rgba(37, 211, 102, 0.3);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(37, 211, 102, 0.15);
        }

        .btn-content {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .btn-icon {
            font-size: 18px;
        }

        /* USP Badges - Figma Premium Style */
        .usp-container {
            animation: fadeInUp 0.7s ease 0.5s both;
        }

        .usp-label {
            font-size: 12px;
            font-weight: 600;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 16px;
        }

        .usp-badges {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            max-width: 920px;
            margin: 0 auto;
        }

        .badge {
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 12px;
            padding: 12px 18px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 
                0 1px 2px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }

        .badge:hover {
            background: rgba(255, 255, 255, 0.06);
            border-color: rgba(251, 191, 36, 0.15);
            transform: translateY(-2px);
            box-shadow: 
                0 4px 12px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
        }

        .badge-icon {
            font-size: 16px;
            filter: grayscale(0.2);
        }

        .badge-text {
            color: #cbd5e1;
            font-size: 14px;
            font-weight: 500;
            white-space: nowrap;
        }

        /* Smooth Animations */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-15px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-content {
                padding: 120px 16px 60px;
            }

            .top-nav {
                padding: 16px 20px;
            }

            .logo {
                font-size: 18px;
            }

            .phone-link {
                padding: 8px 14px;
                font-size: 13px;
            }

            .main-heading {
                letter-spacing: -1.5px;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 10px;
                width: 100%;
            }

            .cta-btn {
                width: 100%;
                min-width: unset;
            }

            .usp-badges {
                gap: 8px;
                justify-content: center
                ;
                overflow-x: auto;
                overflow-y: hidden;
                padding-bottom: 8px;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }

            .usp-badges::-webkit-scrollbar {
                display: none;
            }

            .badge {
                flex-shrink: 0;
                padding: 10px 16px;
            }

            .badge-text {
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .heading-highlight::after {
                width: 90%;
            }
        }

        /* High DPI screens optimization */
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            body {
                -webkit-font-smoothing: subpixel-antialiased;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-777d556 */.reviews-section {
  background: #F4F6FA;
  padding: 80px 20px;
  font-family: 'Nunito', sans-serif;
  overflow: hidden;
}

.rv-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Heading */
.rv-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}
.rv-eyebrow-line {
  width: 32px; height: 2px;
  background: #F7A712;
  border-radius: 2px;
}
.rv-eyebrow-text {
  font-family: 'Sora', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F7A712;
}

.rv-heading {
  font-family: 'Sora', sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  color: #101625;
  text-align: center;
  margin-bottom: 8px;
}
.rv-heading span { color: #F7A712; }

.rv-sub {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #7A869E;
  margin-bottom: 52px;
}

/* Cards grid */
.rv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Card */
.rv-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 26px;
  border: 1.5px solid #E8EDF5;
  box-shadow: 0 4px 20px rgba(16,22,37,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(16,22,37,0.11);
  border-color: #F7A712;
}

/* Quote mark */
.rv-card::before {
  content: '"';
  position: absolute;
  top: 18px; right: 22px;
  font-size: 64px;
  line-height: 1;
  color: rgba(247,167,18,0.12);
  font-family: Georgia, serif;
  font-weight: 700;
}

/* Stars */
.rv-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}
.star {
  font-size: 15px;
  line-height: 1;
}
.star.full  { color: #F7A712; }
.star.half  { color: #F7A712; opacity: 0.55; }
.star.empty { color: #DDE3EF; }

.rv-rating-num {
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #F7A712;
  margin-left: 6px;
}

/* Review text */
.rv-text {
  font-size: 14px;
  font-weight: 500;
  color: #3D4A62;
  line-height: 1.75;
  flex: 1;
}

/* Reviewer */
.rv-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #F0F3F9;
}

.rv-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #101625;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #F7A712;
  flex-shrink: 0;
}

.rv-name {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #101625;
}
.rv-verified {
  font-size: 11px;
  font-weight: 600;
  color: #25D366;
  display: flex;
  align-items: center;
  gap: 3px;
}

/* 5th card spans */
.rv-card.wide {
  grid-column: span 1;
}

/* Bottom row center */
.rv-grid-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 22px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Trust bar */
.rv-trustbar {
  margin-top: 48px;
  background: #101625;
  border-radius: 14px;
  padding: 20px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.rv-trustbar .t-stars {
  display: flex; gap: 3px;
}
.rv-trustbar .t-stars span { font-size: 18px; color: #F7A712; }
.rv-trustbar p {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.rv-trustbar p span { color: #F7A712; }

@media (max-width: 860px) {
  .rv-grid { grid-template-columns: repeat(2, 1fr); }
  .rv-grid-bottom { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
}
@media (max-width: 560px) {
  .rv-grid, .rv-grid-bottom { grid-template-columns: 1fr; }
  .rv-container { padding: 0 18px; }
  .rv-trustbar { padding: 18px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60384d8 *//* RESET - force override any parent styles */
.cw-cta__section,
.cw-cta__section * {
  box-sizing: border-box !important;
}

.cw-cta__section {
  background-color: #101625 !important;
  background-image: none !important;
  padding: 72px 20px !important;
  text-align: center !important;
  font-family: 'Nunito', sans-serif !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.cw-cta__section::before {
  content: '' !important;
  position: absolute !important;
  top: -80px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 500px !important;
  height: 260px !important;
  background: radial-gradient(ellipse, rgba(247,167,18,0.13) 0%, transparent 70%) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.cw-cta__inner {
  max-width: 640px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
}

/* Badge */
.cw-cta__badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(247,167,18,0.12) !important;
  border: 1.5px solid rgba(247,167,18,0.35) !important;
  border-radius: 40px !important;
  padding: 7px 18px !important;
  margin-bottom: 22px !important;
}

.cw-cta__badge-dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #F7A712 !important;
  flex-shrink: 0 !important;
  animation: cwctablink 1.6s ease-in-out infinite !important;
}

@keyframes cwctablink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}

.cw-cta__badge-text {
  font-family: 'Sora', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #F7A712 !important;
}

/* Heading */
.cw-cta__heading {
  font-family: 'Sora', sans-serif !important;
  font-size: clamp(24px, 5vw, 42px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
}

.cw-cta__heading-accent {
  color: #F7A712 !important;
  display: inline !important;
}

/* Message */
.cw-cta__msg {
  font-family: 'Nunito', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6B7A95 !important;
  line-height: 1.75 !important;
  margin: 0 0 38px 0 !important;
  padding: 0 !important;
}

/* Buttons wrapper */
.cw-cta__buttons {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 380px !important;
  margin: 0 auto !important;
}

/* Call button */
.cw-cta__btn-call {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: #F7A712 !important;
  color: #101625 !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.4px !important;
  text-decoration: none !important;
  padding: 16px 28px !important;
  border-radius: 12px !important;
  border: 2px solid #F7A712 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s !important;
  -webkit-appearance: none !important;
}
.cw-cta__btn-call:hover {
  background: #e09610 !important;
  border-color: #e09610 !important;
  box-shadow: 0 8px 28px rgba(247,167,18,0.4) !important;
  transform: translateY(-2px) !important;
}
.cw-cta__btn-call svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}

/* WhatsApp button */
.cw-cta__btn-wa {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: transparent !important;
  color: #ffffff !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.4px !important;
  text-decoration: none !important;
  padding: 16px 28px !important;
  border-radius: 12px !important;
  border: 2px solid rgba(255,255,255,0.2) !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s !important;
  -webkit-appearance: none !important;
}
.cw-cta__btn-wa:hover {
  background: rgba(37,211,102,0.10) !important;
  border-color: #25D366 !important;
  color: #25D366 !important;
  box-shadow: 0 8px 28px rgba(37,211,102,0.2) !important;
}
.cw-cta__btn-wa svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}

/* Bottom note */
.cw-cta__note {
  margin: 24px 0 0 0 !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #3D4F6A !important;
  padding: 0 !important;
}

/* Desktop: side by side buttons */
@media (min-width: 520px) {
  .cw-cta__buttons {
    flex-direction: row !important;
    max-width: 560px !important;
  }
  .cw-cta__btn-call,
  .cw-cta__btn-wa {
    width: auto !important;
    flex: 1 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcb9791 */.cw-footer__wrap {
  background: #ffffff !important;
  border-top: 4px solid #F7A712 !important;
  font-family: 'DM Sans', sans-serif !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.cw-footer__inner {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 56px 36px 30px !important;
  box-sizing: border-box !important;
}

/* ── TOP ROW ── */
.cw-footer__top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 60px !important;
  flex-wrap: wrap !important;
  padding-bottom: 36px !important;
  border-bottom: 1px solid #EEF1F7 !important;
}

/* ── BRAND ── */
.cw-footer__brand {}

.cw-footer__logo {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #101625 !important;
  letter-spacing: -1px !important;
  line-height: 1 !important;
  margin-bottom: 5px !important;
  display: block !important;
}
.cw-footer__logo span { color: #F7A712 !important; }

.cw-footer__service-tag {
  display: inline-block !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #9AAABB !important;
  margin-bottom: 20px !important;
}

.cw-footer__brand-note {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #6B7A95 !important;
  line-height: 1.7 !important;
  max-width: 230px !important;
  margin-bottom: 20px !important;
}

/* 24x7 pill */
.cw-footer__pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #F4F6FA !important;
  border: 1px solid #E2E8F2 !important;
  border-radius: 40px !important;
  padding: 7px 14px !important;
}
.cw-footer__pill-dot {
  width: 7px !important; height: 7px !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  flex-shrink: 0 !important;
  animation: cw-ft-pulse 1.8s ease-in-out infinite !important;
}
@keyframes cw-ft-pulse {
  0%,100%{ opacity:1; } 50%{ opacity:0.25; }
}
.cw-footer__pill span {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #3D4A62 !important;
  letter-spacing: 0.3px !important;
}

/* ── CONTACT LIST ── */
.cw-footer__contacts {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.cw-footer__contact-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #F7A712 !important;
  margin-bottom: 4px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #EEF1F7 !important;
}

.cw-footer__contact-item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.cw-footer__c-icon {
  width: 38px !important; height: 38px !important;
  border-radius: 10px !important;
  background: #F4F6FA !important;
  border: 1px solid #E8ECF5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  flex-shrink: 0 !important;
}

.cw-footer__c-text {}

.cw-footer__c-label {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #B0BACA !important;
  display: block !important;
  margin-bottom: 2px !important;
}

.cw-footer__c-value {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #101625 !important;
  text-decoration: none !important;
  display: block !important;
  transition: color 0.2s !important;
  line-height: 1.3 !important;
}
.cw-footer__c-value:hover { color: #F7A712 !important; }

/* ── BOTTOM BAR ── */
.cw-footer__bottom {
  padding-top: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.cw-footer__copy {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  color: #B0BACA !important;
}
.cw-footer__copy strong {
  color: #F7A712 !important;
  font-weight: 600 !important;
}

.cw-footer__tagline-bottom {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: #B0BACA !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 680px) {
  .cw-footer__top { flex-direction: column !important; gap: 32px !important; }
  .cw-footer__inner { padding: 40px 20px 24px !important; }
  .cw-footer__bottom { flex-direction: column !important; align-items: flex-start !important; }
  .cw-footer__brand-note { max-width: 100% !important; }/* End custom CSS */