@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/******HEADER & NAV*****/
    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      background-color: #f8f9ff;
    }
.socials-icnn {
    display: flex;
    gap: 12px;
}
.socials-icnn a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}
.socials-icnn a i {
    font-size: 20px !important;
    color: #ffffff !important;
    transition: color 0.3s ease;
    margin: 0 !important;
    padding: 0 !important;
}
.socials-icnn a:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.8) !important;
}
.socials-icnn a:hover i.fa-facebook-f {
    color: #1877f2 !important;
}
.socials-icnn a:hover i.fa-x-twitter,
.socials-icnn a:hover i.fa-twitter {
    color: #ffffff !important;
}
.socials-icnn a:hover i.fa-instagram {
    color: #e4405f !important;
}
.socials-icnn a:hover i.fa-linkedin {
    color: #0a66c2 !important;
}
.socials-icnn a:hover i.fa-youtube {
    color: #ff0000 !important;
}
@media (max-width: 576px) {
    .socials-icnn a {
        width: 36px;
        height: 36px;
    }
    .socials-icnn a i {
        font-size: 18px !important;
    }
}
    .top-nav {
      font-size: 16px;
    }
    .top-nav a, .top-nav span, .top-nav div {
      font-weight: 800 !important;
    }
    .currency-box {
      padding: 6px 16px;
      background: #fff;
      border: 1px solid #D5D5D5;
      border-radius: 12px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .currency-box img {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      object-fit: cover;
    }
    .client-login {
      background: #34A4F5;
      border-radius: 16px;
      color: #fff;
      padding: 6px 18px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      text-decoration: none;
    }
    .client-login:hover {
      background: #2390db;
      color: #fff;
    }
    .main-nav {
      box-shadow: 0 1px 4px rgba(0,0,0,0.1);
      background: rgba(255, 255, 255, 0.8) !important;
      backdrop-filter: blur(12px) !important;
      -webkit-backdrop-filter: blur(12px) !important;
      padding-top: 13px !important;
      padding-bottom: 13px !important;
      transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    }
    .main-nav .container-fluid {
      max-width: 1440px;
      margin: 0 auto;
      width: 100%;
      padding-left: 24px;
      padding-right: 24px;
    }
    .main-nav .navbar-brand {
      font-size: 30px;
      font-weight: 600;
      font-style: italic;
      padding-top: 0;
      padding-bottom: 0;
    }
    .main-nav .nav-link {
      font-size: 18px;
      color: #000;
      display: flex;
      align-items: center;
      gap: 4px;
      font-weight: 800 !important;
      padding-top: 6px !important;
      padding-bottom: 6px !important;
      white-space: nowrap;
    }
    .main-nav .nav-link:hover {
      color: #34A4F5;
    }
    .dropdown-toggle::after {
      display: none; /* remove bootstrap default caret */
    }
    .nav-arrow {
      font-size: 14px;
    }
    .navbar-brand img {
      height: 48px;
      width: auto;
      display: block;
      margin-left: 15px;
    }
    @media (min-width: 1200px) and (max-width: 1380px) {
      .main-nav {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
      }
      .main-nav .nav-link {
        font-size: 15px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
      }
      .navbar-brand img {
        height: 40px !important;
        margin-left: 15px !important;
      }
      .client-login {
        padding: 6px 12px !important;
        font-size: 14px !important;
      }
    }
    .top-nav .nav-link:hover {
      color: #34A4F5!important;
    }
    .navbar-nav .nav-link.active {
      color: #34A4F5 !important;
    }
    .nav-top a.nav-link.active {
      color: #34a4f5!important;
    }

    /* Hover Dropdown on Desktop */
    @media (min-width: 1200px) {
      .main-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
    }

    /* Custom Dropdown Styling */
    .main-nav .dropdown-menu {
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      padding: 8px 0;
      min-width: 200px;
      background-color: #ffffff;
    }
    
    .main-nav .dropdown-item {
      font-size: 16px !important;
      color: #334155 !important;
      padding: 8px 20px !important;
      font-weight: 800 !important;
      transition: all 0.2s ease;
      display: block;
      width: auto;
      margin: 4px 8px;
      border-radius: 50px; /* Oval shape */
      clear: both;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
    }
    
    .main-nav .dropdown-item:hover,
    .main-nav .dropdown-item.active {
      background-color: #34A4F5 !important; /* Sky blue background */
      color: #ffffff !important; /* White text for premium contrast */
      padding-left: 24px !important; /* Subtle shift animation */
    }

    .main-nav .dropdown-toggle::after {
      display: none !important;
    }

    .main-nav .dropdown-menu.clicked-closed {
      display: none !important;
    }

    .main-nav .dropdown-toggle .nav-arrow {
      margin-left: 4px;
      font-size: 11px;
      transition: transform 0.2s ease;
      vertical-align: middle;
    }

    .main-nav .nav-item.dropdown:hover .dropdown-toggle .nav-arrow {
      transform: rotate(180deg);
    }

    .client-login {
      background: #34A4F5;
      border-radius: 16px;
      color: #fff;
      padding: 6px 18px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      text-decoration: none;
      width: fit-content;
    }

    .client-login:hover {
      background: #2390db;
      color: #fff;
    }

    @media (max-width: 1199px) {
      .main-nav .navbar-nav {
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: flex-start !important;
      }
      .main-nav .nav-item {
        margin-top: 6px;
        margin-bottom: 6px;
        width: 100%;
      }
      .main-nav .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 15px;
        background-color: transparent;
      }
      .main-nav .dropdown-item {
        padding: 8px 12px !important;
      }
    }
/******HEADER & NAV*****/

/******FOOTER******/
.footer-links a {
    color: #6F6C90;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
    line-height: 25px;
    letter-spacing: 0.5px;
}
.color-custm {
    color: #908989 !important;
}
.footer-links a:hover {
    color: #34A4F5;
}
.footer {
    font-family: 'Plus Jakarta Sans';
    border-top: 1px solid #d7d7d7;
}
.footer span {
    font-size: 1.1rem;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: 0.5px;
}
  /******FOOTER******/
   .cart-btn-menu {
    border: 1.5px solid #34A4F5;
    background: #34a4f5;
    color: #fff;
    padding: 6px 9px;
    border-radius: 14px;
    font-size: 16px;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .d-show-mob-menu {
        display: block !important;
    }

    .d-none-mob-menu {
        display: none;
    }
}
.hr-line-custom {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid!important;
    opacity: .25;
}
.l-spacing-cmn {
    letter-spacing: 0.5px;
}
/*footer second theme dark/...............*/
.footer-dark-second {
    display: block !important;
    background-color: #0c1b3a !important; /* Dark blue fallback color */
    background-image: url('../../images/dark-footer-theme.webp') !important;
    background-size: 100% 100%;
}
.footer-dark-second .col-lg-2 span.fw-bold {
    color: #34A4F5 !important;
}
.footer-links-dark a {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
    line-height: 25px;
    letter-spacing: 0.5px;
    display: inline-block;
}
.footer-links-dark a:hover {
    color: #34A4F5 !important;
    transform: translateX(6px);
}
.footer-links-dark a.d-flex {
    display: flex !important;
}
.footer-links-dark a.d-flex:hover {
    transform: translateX(4px);
}

.footer a.text-primary {
    transition: color 0.2s ease, opacity 0.2s ease;
}
.footer a.text-primary:hover {
    color: #2390db !important;
    opacity: 0.8;
}


/* Sticky/Fixed Header for Desktop and Tablet views, normal for Mobile (under 768px) */
@media (min-width: 768px) {
    .nav-top {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        background-color: rgba(255, 255, 255, 0.8) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
        transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    }
    .nav-top .main-nav {
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    body {
        padding-top: 74px !important; /* Push main content down to match exact fixed header height */
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    body {
        padding-top: 60px !important; /* Scaled down header height for 1200-1380px screens */
    }
}

/* ==========================================
   REQUEST A CALLBACK POPUP MODAL (REDESIGNED)
   ========================================== */
.callback-modal .modal-dialog {
    max-width: 600px;
}

.callback-modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 32px 32px 24px 32px;
}

.callback-modal-header {
    background: transparent;
    padding: 0 0 20px 0;
    border-bottom: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.callback-header-icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #2563eb;
    font-size: 22px;
}

.callback-modal-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
    line-height: 1.2;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.callback-modal-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
    font-weight: 500;
}

.callback-btn-close {
    background-color: transparent;
    border-radius: 50%;
    padding: 8px;
    opacity: 0.6;
    transition: all 0.25s ease;
    margin: -4px -4px 0 0 !important;
}

.callback-btn-close:hover {
    background-color: #f1f5f9;
    opacity: 1;
    transform: rotate(90deg);
}

.callback-modal-body {
    padding: 0;
    background-color: #ffffff;
}

.callback-notice-banner {
    display: flex;
    align-items: center;
    background-color: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 13.5px;
    color: #1e40af;
    margin-bottom: 24px;
    line-height: 1.4;
    font-weight: 500;
}

.notice-bolt-icon {
    width: 24px;
    height: 24px;
    background-color: #2563eb;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 12px;
    flex-shrink: 0;
}

.text-primary-blue {
    color: #1657ff;
    font-weight: 800;
}

.callback-field-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
    display: block;
}

.label-optional {
    color: #64748b;
    font-weight: 500;
    font-size: 13px;
    margin-left: 2px;
}

.input-with-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-with-icon-wrapper .input-icon {
    position: absolute;
    left: 16px;
    color: #64748b;
    font-size: 15px;
    pointer-events: none;
    z-index: 2;
    transition: color 0.2s ease;
}

.callback-field-input {
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 11px 16px 11px 44px;
    font-size: 14px;
    color: #0f172a;
    font-weight: 500;
    transition: all 0.2s ease;
    background-color: #ffffff;
    width: 100%;
}

.callback-field-input:hover {
    border-color: #94a3b8;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.03);
}

.callback-field-input:focus {
    background-color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    outline: none;
}

.input-with-icon-wrapper:focus-within .input-icon {
    color: #2563eb;
}

.callback-phone-group {
    display: flex;
    width: 100%;
    transition: all 0.2s ease;
}

.callback-country-code-box {
    background-color: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.callback-country-code-box .country-arrow {
    font-size: 10px;
    color: #64748b;
    margin-left: 2px;
}

.phone-input-right {
    border-radius: 0 12px 12px 0 !important;
    padding-left: 16px !important;
}

.callback-phone-group:hover .callback-country-code-box,
.callback-phone-group:hover .phone-input-right {
    border-color: #94a3b8;
}

.callback-modal-footer {
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px solid #f1f5f9;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-bottom: none;
}

.callback-btn-cancel {
    background-color: #ffffff;
    color: #334155;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 11px 24px;
    font-size: 14.5px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.callback-btn-cancel:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
}

.callback-btn-submit {
    background: #1657ff;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 11px 28px;
    font-size: 14.5px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(22, 87, 255, 0.25);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.callback-btn-submit:hover {
    background: #0045e6;
    box-shadow: 0 6px 20px rgba(22, 87, 255, 0.35);
    transform: translateY(-2px);
    color: #ffffff;
}

.callback-security-note {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.callback-security-note i {
    color: #2563eb;
    font-size: 13px;
}

/* Success View Styling */
.callback-success-body {
    padding: 24px 12px;
}

.callback-success-icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: #dcfce7;
    color: #16a34a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 10px 20px -5px rgba(22, 163, 74, 0.2);
}

.callback-success-icon-wrapper i {
    font-size: 36px;
}

.callback-success-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

.callback-success-sub {
    font-size: 14.5px;
    color: #64748b;
    margin-bottom: 16px;
    font-weight: 500;
}

.callback-office-hours-notice {
    font-size: 13.5px;
    border-radius: 12px;
    padding: 12px 16px;
    text-align: left;
    line-height: 1.5;
}

.callback-office-hours-notice.during-hours {
    background-color: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    color: #166534;
}

.callback-office-hours-notice.after-hours {
    background-color: #fffbeb;
    border: 1.5px solid #fef3c7;
    color: #92400e;
}

.callback-summary-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
}

.callback-summary-card .summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
}

.callback-summary-card .summary-label {
    color: #64748b;
    font-weight: 600;
}

.callback-summary-card .summary-value {
    color: #0f172a;
    font-weight: 700;
}

.callback-btn-close-modal {
    background-color: #1657ff;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(22, 87, 255, 0.25);
}

.callback-btn-close-modal:hover {
    background-color: #0045e6;
    box-shadow: 0 6px 20px rgba(22, 87, 255, 0.35);
    transform: translateY(-1px);
}

/* ==========================================
   FLOATING WHATSAPP CTA BUTTON
   ========================================== */
.floating-whatsapp-cta {
    position: fixed;
    bottom: 16px;
    left: 16px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    background-color: #25D366;
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none !important;
}

.floating-whatsapp-cta svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
    transition: transform 0.3s ease;
}

.floating-whatsapp-cta:hover {
    background-color: #20ba5a;
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.6), 0 4px 10px rgba(0, 0, 0, 0.18);
}

.floating-whatsapp-cta:hover svg {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .floating-whatsapp-cta {
        bottom: 12px;
        left: 12px;
        width: 52px;
        height: 52px;
    }
    .floating-whatsapp-cta svg {
        width: 28px;
        height: 28px;
    }
}


