
 * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}

 body {
    -webkit-font-smoothing: antialiased; 
    -moz-font-smoothing: antialiased; 
    -o-font-smoothing: antialiased;
  }

  @font-face {
  font-family: "Lora Variablefont Wght";  
  font-display: swap;
}
  @font-face {
  font-family: "Shipporiantique";  
  font-display: swap;
}
  @font-face {
  font-family: "Opensans Variablefont Wdth Wght";  
  font-display: swap;
}
.nav-image{
  max-width: 220px;
}
.navbar_dropdwn-toggle .dropdown-chevron {
    transform: rotate(0deg);
  }
    .navbar_dropdwn-toggle.w--open .dropdown-chevron {
    transform: rotate(-180deg);
  }
  .splide,
  .splide__track {
    overflow: visible;
  }

/* Cart Icons Style Start*/
.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.cart-icon-img {
    width: 24px;     /* adjust based on your UI */
    height: auto;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    display: none;              /* hidden when count = 0 */
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Cart Icons Style End*/

.faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.icon-wrap {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.plus-icon {
  display: flex;
}
.minus-icon {
  display: none;
}
.faq_answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq_answer.open {
  opacity: 1;
}

[data-faq-answer] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
[data-faq-answer].open {
  opacity: 1;
}
[data-arrow] {
  transition: transform 0.3s ease;
}

/* Ensure all elements inherit the color from its parent */
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-nav-brand,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}
/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}
/* These classes are never overwritten */
.hide {
  display: none !important;
}
/* Remove default Webflow chevron from form select */
select{
  -webkit-appearance:none;
}
@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
.margin-0 {
  margin: 0rem !important;
}
.padding-0 {
  padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
/* Apply "..." at 100% width */
.truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; 
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}


 .color-scheme-1 {
/*All sections should point to Color Scheme 1*/
  }
  .color-scheme-2 {
    --color-scheme-1--text: var(--color-scheme-2--text);
    --color-scheme-1--background: var(--color-scheme-2--background);
    --color-scheme-1--foreground: var(--color-scheme-2--foreground);
    --color-scheme-1--border: var(--color-scheme-2--border);
    --color-scheme-1--accent: var(--color-scheme-2--accent);
  }
  .color-scheme-3 {
    --color-scheme-1--text: var(--color-scheme-3--text);
    --color-scheme-1--background: var(--color-scheme-3--background);
    --color-scheme-1--foreground: var(--color-scheme-3--foreground);
    --color-scheme-1--border: var(--color-scheme-3--border);
    --color-scheme-1--accent: var(--color-scheme-3--accent);
  }
  .color-scheme-4 {
    --color-scheme-1--text: var(--color-scheme-4--text);
    --color-scheme-1--background: var(--color-scheme-4--background);
    --color-scheme-1--foreground: var(--color-scheme-4--foreground);
    --color-scheme-1--border: var(--color-scheme-4--border);
    --color-scheme-1--accent: var(--color-scheme-4--accent);
  }
  .color-scheme-5 {
    --color-scheme-1--text: var(--color-scheme-5--text);
    --color-scheme-1--background: var(--color-scheme-5--background);
    --color-scheme-1--foreground: var(--color-scheme-5--foreground);
    --color-scheme-1--border: var(--color-scheme-5--border);
    --color-scheme-1--accent: var(--color-scheme-5--accent);
  }
  .color-scheme-6 {
    --color-scheme-1--text: var(--color-scheme-6--text);
    --color-scheme-1--background: var(--color-scheme-6--background);
    --color-scheme-1--foreground: var(--color-scheme-6--foreground);
    --color-scheme-1--border: var(--color-scheme-6--border);
    --color-scheme-1--accent: var(--color-scheme-6--accent);
  }
  .color-scheme-7 {
    --color-scheme-1--text: var(--color-scheme-7--text);
    --color-scheme-1--background: var(--color-scheme-7--background);
    --color-scheme-1--foreground: var(--color-scheme-7--foreground);
    --color-scheme-1--border: var(--color-scheme-7--border);
    --color-scheme-1--accent: var(--color-scheme-7--accent);
  }
  .color-scheme-8 {
    --color-scheme-1--text: var(--color-scheme-8--text);
    --color-scheme-1--background: var(--color-scheme-8--background);
    --color-scheme-1--foreground: var(--color-scheme-8--foreground);
    --color-scheme-1--border: var(--color-scheme-8--border);
    --color-scheme-1--accent: var(--color-scheme-8--accent);
  }
  .color-scheme-9 {
    --color-scheme-1--text: var(--color-scheme-9--text);
    --color-scheme-1--background: var(--color-scheme-9--background);
    --color-scheme-1--foreground: var(--color-scheme-9--foreground);
    --color-scheme-1--border: var(--color-scheme-9--border);
    --color-scheme-1--accent: var(--color-scheme-9--accent);
  }
  .color-scheme-10 {
    --color-scheme-1--text: var(--color-scheme-10--text);
    --color-scheme-1--background: var(--color-scheme-10--background);
    --color-scheme-1--foreground: var(--color-scheme-10--foreground);
    --color-scheme-1--border: var(--color-scheme-10--border);
    --color-scheme-1--accent: var(--color-scheme-10--accent);
  }
/* Inherit slider dot colors */
.w-slider-dot {
  background-color: var(--color-scheme-1--text);
  opacity: 0.20;
}
.w-slider-dot.w-active {
  background-color: var(--color-scheme-1--text);
  opacity: 1;
}
/* Override .w-slider-nav-invert styles */
.w-slider-nav-invert .w-slider-dot {
  background-color: var(--color-scheme-1--text) !important;
  opacity: 0.20 !important;
}
.w-slider-nav-invert .w-slider-dot.w-active {
  background-color: var(--color-scheme-1--text) !important;
  opacity: 1 !important;
}

.mega-menu-wrap {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.nav-dd-wrap {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
}

.auto-tab-link .tab-para-wrap {
height: 0px;
opacity: 0;
}
.auto-tab-link.w--current .tab-para-wrap {
height: auto;
opacity: 1;
}
.auto-tab-link .tab-link-progress {
width: 0px;
opacity: 0;
}
.auto-tab-link.w--current .tab-link-progress {
width: 6px;
opacity: 1;
}
.auto-tab-link .tab-icon-wrapper {
background-color: white;
color: #141414;
}
.auto-tab-link.w--current .tab-icon-wrapper {
background-color: #141414;
color: white;
}

.mega-menu-wrap {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.nav-dd-wrap {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
}

.auto-tab-link .tab-para-wrap {
height: 0px;
opacity: 0;
}
.auto-tab-link.w--current .tab-para-wrap {
height: auto;
opacity: 1;
}
.auto-tab-link .tab-link-progress {
width: 0px;
opacity: 0;
}
.auto-tab-link.w--current .tab-link-progress {
width: 6px;
opacity: 1;
}
.auto-tab-link .tab-icon-wrapper {
background-color: white;
color: #141414;
}
.auto-tab-link.w--current .tab-icon-wrapper {
background-color: #141414;
color: white;
}


.custom-font-sizs{
  font-size: 25px!important;
}
.faq_answer .margin-bottom p{
   margin-bottom: 15px;
}

.nav-buttons-container {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Ensure logout button matches your design */
.button.w-variant-b22b0982-e281-f4c5-fd1f-0ae48dd565cc {
    background: transparent;
    border: 1px solid #e0e0e0;
    color: #333;
}

.button.w-variant-b22b0982-e281-f4c5-fd1f-0ae48dd565cc:hover {
    background: #f5f5f5;
}

/* Add CSS transitions */
.blog33_item {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

.blog33_item.fade-out {
  opacity: 0;
  transform: translateY(10px);
}

.blog33_item.fade-in {
  opacity: 0;
  transform: translateY(10px);
}

.collection-list {
  position: relative;
  min-height: 400px;
}

.filter-pill {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
 
}

.filter-pill {
  flex-shrink: 0;   /* 🔥 THIS FIXES EVERYTHING */
  white-space: nowrap;
}


.filter-pill:not(.active):hover {
  color: #141414;;
  background-color: #e5f0ff;
  transform: translateY(-2px);
}

/* Loading animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog33_item.animate {
  animation: fadeInUp 0.5s ease forwards;
}




/* 3-Column Grid */
.rating-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

/* Rating Boxes */
.rating-box {
  background: #fff;
  border-radius: 16px;
  width: 300px;
  min-height: 150px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease;
}

/* Hover effect */
.rating-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

/* Score text */
.rating-score {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.rating-star {
  width: 18px;
  margin-left: 6px;
  vertical-align: middle;
}

.rating-logo-wrap {
  margin-top: 10px;
}

.rating-logo {
  max-height: 42px;
  object-fit: contain;
}

/* Equal size Responsive */
@media (max-width: 991px) {
  .rating-box {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .rating-box {
    width: 100%;
  }
}

/* Fade-up animation */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}



.video-thumbnail {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Play button */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent white;
}

/* iframe positioning */
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}


/* Loader overlay */
.video-loader {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border-radius: 20px;
}

/* Spinner */
.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255,255,255,.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Thumbnail fade */
.video-thumbnail {
  transition: opacity 0.4s ease;
  z-index: 2;
}

/* iframe hidden until ready */
.video-wrap iframe {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.video-right-content .testimonial-swiper .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  flex-shrink: 0;
}







/* Horizontal scroll enabled */
/* ===== FILTER SCROLL CONTAINER ===== */
/* 🔥 FIX CENTERED FLEX ISSUE */


/* Allow scroll container to use full width */
.filters-scroll-mask {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
   position: relative;
}

/* Real scroll area */
.filters-wrap {
  display: flex;
  justify-content: flex-start !important; /* 🔥 KEY FIX */
  align-items: center;

  width: 100%;
  max-width: 100%;

  overflow-x: auto;
  overflow-y: hidden;

  flex-wrap: nowrap;
  white-space: nowrap;

  position: relative;

  padding: 10px 48px;
  box-sizing: border-box;
}
.filters-arrow{
   position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;

  background: #141414;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.filters-arrow.left { left: 6px; }
.filters-arrow.right { right: 6px; }

@media (max-width: 767px) {
  .filters-arrow { display: none; }
}
/* Pills must never shrink */
.filter-pill {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Hide scrollbar */
.filters-wrap::-webkit-scrollbar {
  display: none;
}



.filters-wrap {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}


/* ===============================
   No Product Found – Empty State
================================ */

.no-product-state {
  display: none;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-product-card {
  max-width: 520px;
  background: #ffffff;
  border-radius: 20px;
  padding: 48px 36px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  animation: fadeUp 0.5s ease forwards;
}

.no-product-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f1f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-product-icon img {
  width: 42px;
  opacity: 0.7;
}

.no-product-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #141414;
}

.no-product-card p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 28px;
}

.no-product-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .no-product-card {
    padding: 36px 24px;
  }
}


  /* Navigation Search */
        .nav-search-container {
            position: relative;
            display: flex;
            align-items: center;
            background: white!important;
            border-radius: 50px;
            border: 2px solid #e2e8f0;
            transition: all 0.3s ease;
            overflow: hidden;
        }
        
        .nav-search-container:focus-within {
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }
        
        .search-field.is-nav {
            flex: 1;
            border: none;
            padding: 12px 20px;
            font-size: 14px;
            background: transparent!important;;
            outline: none;
            color: #333;
            width: 100%;
        }
        
        .nav-search-btn {
            background: #667eea;
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 5px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }
        
        .nav-search-btn:hover {
            background: #5a67d8;
            transform: scale(1.05);
        }
        
        .nav-search-btn i {
            font-size: 16px;
        }
        
        /* Suggestions Container */
        .nav-search-suggestions {
            position: absolute;
            top: calc(100% + 10px);
            left: 0;
            right: 0;
            background: white!important;
            border-radius: 15px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
            z-index: 1000;
            display: none;
            max-height: 400px;
            border: 1px solid #e2e8f0;
            animation: navFadeIn 0.2s ease-out;
            flex-direction: column;
        }
        
        @keyframes navFadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* Content Area */
        .nav-suggestions-content {
            flex: 1;
            overflow-y: auto;
            max-height: 340px;
            padding: 5px 0;
        }
        
        /* Suggestion Items */
        .nav-suggestion-item {
            padding: 12px 20px;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
            color: #333;
            display: flex;
            align-items: center;
            transition: all 0.2s ease;
            gap: 12px;
        }
        
        .nav-suggestion-item:last-child {
            border-bottom: none;
        }
        
        .nav-suggestion-item:hover,
        .nav-suggestion-item.active {
            background: #f0f4ff!important;
        }
        
        .nav-suggestion-item i {
            color: #667eea;
            font-size: 14px;
            width: 18px;
            text-align: center;
        }
        
        .nav-suggestion-content {
            flex: 1;
        }
        
        .nav-suggestion-text {
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 2px;
            line-height: 1.4;
        }
        
        .nav-suggestion-text .nav-highlight {
            background: #fff9c4;
            padding: 0 2px;
            border-radius: 3px;
            font-weight: 600;
        }
        
        .nav-suggestion-category {
            font-size: 11px;
            color: #718096;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        /* No suggestions */
        .nav-no-suggestions {
            padding: 30px 20px;
            text-align: center;
            color: #718096;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        
        .nav-no-suggestions i {
            font-size: 24px;
            color: #cbd5e0;
        }
        
        /* Fixed hint at bottom */
        .nav-suggestion-hint {
            flex-shrink: 0;
            background: #f7fafc!important;
            color: #718096;
            font-size: 11px;
            border-top: 1px solid #e2e8f0;
            display: flex;
            justify-content: space-between;
            padding: 10px 20px;
            z-index: 2;
        }
        
        .nav-suggestion-hint kbd {
            background: #e2e8f0!important;
            padding: 2px 6px;
            border-radius: 4px;
            font-family: monospace;
            font-size: 10px;
            margin: 0 2px;
            border: 1px solid #cbd5e0;
        }
        
        /* Shimmer Effect */
        .nav-suggestion-shimmer {
            padding: 10px 20px;
            animation: navShimmerFadeIn 0.3s ease;
        }
        
        .nav-shimmer-row {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .nav-shimmer-row:last-child {
            border-bottom: none;
        }
        
        .nav-shimmer-icon {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%)!important;
            background-size: 400% 100%;
            animation: navShimmer 1.5s infinite ease-in-out;
        }
        
        .nav-shimmer-content {
            flex: 1;
        }
        
        .nav-shimmer-line {
            height: 12px;
            margin-bottom: 5px;
            border-radius: 6px;
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%)!important;
            background-size: 400% 100%;
            animation: navShimmer 1.5s infinite ease-in-out;
        }
        
        .nav-shimmer-line-1 {
            width: 70%;
        }
        
        .nav-shimmer-line-2 {
            width: 40%;
            margin-bottom: 0;
        }
        
        @keyframes navShimmer {
            0% { background-position: 100% 50%; }
            100% { background-position: -100% 50%; }
        }
        
        @keyframes navShimmerFadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* Scrollbar */
        .nav-suggestions-content::-webkit-scrollbar {
            width: 4px;
        }
        
        .nav-suggestions-content::-webkit-scrollbar-track {
            background: #f1f1f1!important;
            border-radius: 2px;
        }
        
        .nav-suggestions-content::-webkit-scrollbar-thumb {
            background: #c1c1c1!important;
            border-radius: 2px;
        }
        
        .nav-suggestions-content::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8!important;
        }
        
        /* Mobile */
        @media (max-width: 1024px) {
            .nav-search-suggestions {
                position: fixed;
                top: 60px;
                left: 20px;
                right: 20px;
                max-height: 60vh;
                z-index: 9999;
            }
            
            .nav-suggestions-content {
                max-height: calc(60vh - 60px);
            }
        }
        
        @media (max-width: 768px) {
            .nav-search-suggestions {
                left: 10px;
                right: 10px;
            }
            
            .nav-suggestion-hint {
                display: none;
            }
        }
        
        /* Dark Mode */
       

.hamburgaer-cart-wrapper{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 50px;
}        


.mob-cart{
  display: none;
}

   @media (max-width: 992px) {
            
.mob-cart{
  display: block;
}
.web-cart{
  display: none;
}
        }
        

/* ===== PHONE FIELD FIX ===== */

.phone-field-group {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Country code (Select2) */
.phone-field-group .select2-container {
  width: 150px !important;
}

.phone-field-group .select2-selection {
  height: 44px !important;
  border-radius: 12px !important;
  background-color: #f5f5f5 !important;
  border: 1px solid transparent !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 10px !important;
}

.phone-field-group .select2-selection__rendered {
  line-height: 44px !important;
  padding-left: 6px !important;
  font-size: 14px;
}

.phone-field-group .select2-selection__arrow {
  height: 44px !important;
}

/* Phone input */
.phone-input {
  height: 44px;
  border-radius: 12px;
  background-color: #f5f5f5;
}

/* Remove weird focus border */
.select2-container--default
.select2-selection--single:focus {
  outline: none !important;
}

/* Dropdown flag alignment */
.select2-results__option {
  display: flex;
  align-items: center;
  gap: 8px;
}        



.global-alert {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.global-alert-box {
  background: #fff;
  padding: 20px 24px;
  border-radius: 8px;
  text-align: center;
  max-width: 320px;
  width: 90%;
}

.global-alert-box p {
  margin-bottom: 16px;
  font-size: 15px;
}

.global-alert-box button {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  cursor: pointer;
}

.coming-soon-loader {
    width: 48px;
    height: 48px;
    border: 4px solid #dbe6ff;
    border-top: 4px solid #2563eb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}



/* ===============================
   PROFESSIONAL PMP CARD BORDER
================================ */

.pmp-animated-card {
  position: relative;
  border-radius: 18px;
  padding: 26px;
  background: #fff;
  overflow: hidden;
  z-index: 0;

  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: transform .35s ease, box-shadow .35s ease;
}

/* subtle animated outline */
.pmp-animated-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;

  background: linear-gradient(
    120deg,
    #428dff,
    #fcbd49,
    #34d399,
    #ffa23e,
    #428dff
  );
  background-size: 300% 300%;
  animation: borderFlow 12s ease infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  z-index: -1;
  opacity: 0.85;
}

/* hover = lift only (no crazy effects) */
.pmp-animated-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.14);
}

/* gentle glow on hover */
.pmp-animated-card:hover::before {
  opacity: 1;
}

/* calm animation */
@keyframes borderFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.pmp-animated-card.blue::before {
  background: linear-gradient(120deg, #428dff, #a0c4f8, #428dff);
}

.pmp-animated-card.orange::before {
  background: linear-gradient(120deg, #ffa23e, #fcbd49, #ffa23e);
}

.pmp-animated-card.green::before {
  background: linear-gradient(120deg, #34d399, #a7f3d0, #34d399);
}

/* Video testimonial styles */
.video-testimonial {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}

.testimonial-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.testimonial-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Play button styles */
.play-btn {
    position: absolute;
    top: 42%;
    left: 42%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.3s ease;
    pointer-events: none; /* Allows click through to thumbnail */
}

.play-circle {
    fill: white;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

/* Hover effects */
.video-testimonial:hover .testimonial-thumbnail img {
    transform: scale(1.05);
}

.video-testimonial:hover .play-circle {
    opacity: 1;
}

.video-testimonial:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Video Modal Styles */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: background 0.3s ease;
}

.video-modal.active {
    display: flex;
    background: rgba(0, 0, 0, 0.9);
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-modal.active .video-modal-content {
    transform: translateY(0);
    opacity: 1;
}

.video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Close Button Styles */
.video-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 28px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    line-height: 1;
}

.video-close:hover {
    background: rgba(0, 0, 0, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

.video-frame-wrap {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-frame-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .video-modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .video-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .video-modal-content {
        width: 100%;
        margin: 10px;
        border-radius: 8px;
    }
    
    .video-close {
        top: 8px;
        right: 8px;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

/* ===== Course Card Professional Upgrade ===== */

.blog33_item {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e9eef5;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* subtle top glow line */
.blog33_item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(66,141,255,0.15), transparent 40%);
  opacity: 0;
  transition: opacity .3s ease;
}

/* hover effect */
.blog33_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  border-color: #d6e6ff;
}

.blog33_item:hover::before {
  opacity: 1;
}

/* image polish */
.blog33_image-wrapper {
  border-radius: 14px;
  overflow: hidden;
}

.blog33_image {
  transition: transform .5s ease;
}

.blog33_item:hover .blog33_image {
  transform: scale(1.06);
}

/* title hover color */
.blog33_item h3 {
  transition: color .25s ease;
}

.blog33_item:hover h3 {
  color: #428dff;
}

/* info row spacing polish */
.info-flex.home {
  padding-top: 6px;
  border-top: 1px dashed #edf2f7;
}

/* button hover enhancement */
.blog33_item .secondary-button {
  transition: all .25s ease;
}

.blog33_item:hover .secondary-button {
  background: #428dff;
  color: #fff;
  box-shadow: 0 6px 16px rgba(66,141,255,0.35);
}
/* ===== WHY BOX — HOVER ONLY EFFECT ===== */

.why-box {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* lift + shadow on hover */
.why-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

/* icon color highlight only */
.why-box .why-icon {
  transition: transform .25s ease, color .25s ease;
}

.why-box:hover .why-icon {
  transform: scale(1.08);
  color: #428dff;
}

/* heading slight color change */
.why-box h3 {
  transition: color .25s ease;
}

.why-box:hover h3 {
  color: #428dff;
}
/* ===== PROCESS STEPS — HOVER ONLY EFFECT ===== */

.process-box {
  transition: transform .25s ease, box-shadow .25s ease;
}

/* lift + shadow */
.process-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

/* number badge micro-animation */
.process-number {
  transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.process-box:hover .process-number {
  transform: scale(1.08);
  background-color: #428dff;
  color: #fff;
}

/* title hover color */
.process-box h4 {
  transition: color .25s ease;
}

.process-box:hover h4 {
  color: #428dff;
}
/* ===== AWARDS TILE — TRANSITION ONLY (NO SHADOW) ===== */

.award-flex {
  transition: transform .28s ease, opacity .28s ease;
}

/* small smooth lift */
.award-flex:hover {
  transform: translateY(-4px) scale(1.02);
}

/* logo smooth zoom */
.award-img {
  transition: transform .35s ease;
}

.award-flex:hover .award-img {
  transform: scale(1.06);
}

/* heading smooth color fade */
.award-flex h3 {
  transition: color .25s ease;
}

.award-flex:hover h3 {
  color: #428dff;
}



/* =====================================
   FILTER SCROLL – PERFECT ARROWS
===================================== */

.filters-scroll-mask {
  position: relative;
  overflow: hidden;
}

/* Base arrow */
.filters-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;              /* default color */
  color: #fff;                   /* arrow color */
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: 
    opacity 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
  z-index: 10;
}

/* Positions */
.filters-arrow.left {
  left: 8px;
}

.filters-arrow.right {
  right: 8px;
}

/* Show arrows on hover */
.filters-scroll-mask:hover .filters-arrow {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Hover color change */
.filters-arrow:hover {
  background: #428dff;  /* brand blue */
}

/* Small slide animation */
.filters-scroll-mask:hover .filters-arrow.left {
  transform: translateY(-50%) translateX(-2px);
}

.filters-scroll-mask:hover .filters-arrow.right {
  transform: translateY(-50%) translateX(2px);
}
/* =========================================
   CENTER FILTER PILLS WHEN NO SCROLL
========================================= */

/* Default: center pills */
.filters-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

/* Hide scrollbar */
.filters-wrap::-webkit-scrollbar {
  display: none;
}

/* If content overflows → align left */
.filters-scroll-mask:has(.filters-wrap::-webkit-scrollbar-thumb),
.filters-wrap:has(button:nth-child(12)) {
  justify-content: flex-start;
}

/* Arrows hidden by default */
.filters-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Show arrows ONLY when scrolling is possible */
.filters-scroll-mask:has(.filters-wrap::-webkit-scrollbar-thumb):hover .filters-arrow,
.filters-wrap:has(button:nth-child(12)) ~ .filters-arrow {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}



/* PAGE PRELOADER */
#page-preloader {
  position: fixed;
  inset: 0;

  /* ✅ white with transparency */
  background: rgba(255, 255, 255, 0.75);

  /* ✅ blur the page behind */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Spinner */
.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid #2563eb;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Spinner animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



.section_thankyou {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;   
}

.thankyou-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 3.5rem 2.5rem;
  text-align: center;
}

.thankyou-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #5495f2, #a0c4f8);
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
}

.checkmark {
  width: 80px;
  height: 80px;
  stroke: #ffffff;
  stroke-width: 4;
  stroke-miterlimit: 10;
  border-radius: 50%;
  background: linear-gradient(45deg, #5495f2, #a0c4f8);
  padding: 12px;
  box-sizing: border-box;
  animation: scaleIn 0.4s ease-out forwards;
}

.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke: rgba(255,255,255,0.6);
  animation: drawCircle 0.6s ease-out forwards;
}

.checkmark-check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: drawCheck 0.35s ease-out forwards;
  animation-delay: 0.6s;
}

/* Animations */
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.thankyou-actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

/* ----------------------------
   Button Spinner
----------------------------- */
.form-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-btn .btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: none;
  animation: spin 0.8s linear infinite;
}

.form-btn.loading .btn-spinner {
  display: inline-block;
}
.btn-spinner
.form-btn.loading .btn-text {
  opacity: 0.85;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


/* Stack phone input + error vertically */
.form-field {
  display: flex;
  flex-direction: column;
}

/* Existing flex row */
.phone-field-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Error message */
.field-error-message {
  margin-top: 6px;
  font-size: 12px;
  color: #ff4444;
  line-height: 1.4;
}
.form-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.banner-card-customize {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center!important;
  align-items: center;
  display: flex;
  text-align: center!important;
}


.yt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.prep-card-wrap {
    position: relative;
}




/* ===== VIDEO TESTIMONIAL SLIDER FIX ===== */

/* Ensure container clips extra slides */
.is-video-testimonials {
    overflow: hidden !important;
}

/* Wrapper should align properly */
.is-video-testimonials .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Force proper slide width (desktop = 3 slides) */
.is-video-testimonials .swiper-slide {
    width: calc((100% - 48px) / 3) !important;
    flex-shrink: 0;
}

/* Tablet = 2 slides */
@media (max-width: 991px) {
    .is-video-testimonials .swiper-slide {
        width: calc((100% - 24px) / 2) !important;
    }
}

/* Mobile = 1 slide */
@media (max-width: 600px) {
    .is-video-testimonials .swiper-slide {
        width: 100% !important;
    }
}

/* Card styling */
.video-testimonial {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

/* Thumbnail sizing */
.story-video img {
    width: 100%;
   
}



/* Prevent container overflow from webflow wrappers */
.swiper_slider-wrapper {
    overflow: hidden;
}

/* Make arrows align center */
.swiper-button-wrapper {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* Ensure arrows clickable above slides */
.swiper-button {
    z-index: 5;
}

#suitable-footer-text {
    font-size: 18px;      /* increase size */
    font-weight: 600;     /* semi-bold */
    line-height: 1.6;
}

/* stabilize splide while scrolling */
.splide__track {
  transform: translate3d(0,0,0);
  will-change: transform;
  backface-visibility: hidden;
}

/* prevent slide width recalculation */
.logos .splide__slide {
  flex: 0 0 auto;
}

/* force same logo size */
.marquee-logo {
  height: 80px!important;
  width: auto;
  object-fit: contain;
}
.marquee-logo-lg{
   height: 120px!important;
  width: auto;
  object-fit: contain;
}
/* ===== SECTION WRAPPER ===== */
.pmp-fit-section{
  background:#f7f8fb;
}

/* layout */
.pmp-fit-wrap{
  display:flex;
  gap:80px;
  align-items:center;
}

/* ===== LEFT SIDE ===== */
.pmp-fit-left{
  flex:1.5;
  padding-right:40px;
}

/* tag */
.pmp-tag{
  background:#e7efff;
  color:#3b82f6;
  padding:8px 16px;
  border-radius:40px;
  font-size:13px;
  font-weight:600;
  display:inline-block;
  margin-bottom:20px;
}




/* paragraph */
.pmp-fit-left p{
  margin-top:14px;
  margin-bottom:32px;
  font-size:18px;
  max-width:620px;
}

/* ===== PILLS ===== */
.pmp-pills{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.pill{
  padding:12px 22px;
  border-radius:40px;
  background:#eef2f9;
  border:1px solid #dbe4f3;
  font-size:15px;
  transition:all .25s ease;
}

.pill:hover{
  background:#3b82f6;
  color:#fff;
  border-color:#3b82f6;
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(59,130,246,.25);
}

/* ===== RIGHT SIDE ===== */
.pmp-fit-right{
  flex:.75;
  display:flex;
  justify-content:flex-end;
}

/* image container */
.pmp-img{
  position:relative;
  max-width:380px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.08);
}

.pmp-img img{
  width:100%;
  display:block;
}

/* ===== BADGES ===== */
.badge{
  position:absolute;
  background:#fff;
  padding:14px 20px;
  border-radius:16px;
  box-shadow:0 20px 45px rgba(0,0,0,.12);
  font-size:14px;
  line-height:1.2;
}

.badge strong{
  display:block;
  color:#3b82f6;
  font-size:18px;
  margin-bottom:2px;
}

.badge.top{
  top:18px;
  right:18px;
}

.badge.bottom{
  bottom:18px;
  left:18px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){
  .pmp-fit-left .heading-style-h2{
    font-size:40px;
  }
}

@media(max-width:992px){

  .pmp-fit-wrap{
    flex-direction:column;
    text-align:center;
    gap:50px;
  }

  .pmp-fit-left{
    padding-right:0;
  }

  .pmp-fit-right{
    justify-content:center;
  }

  .pmp-img{
    margin:auto;
  }

  .pmp-pills{
    justify-content:center;
  }

  .pmp-fit-left p{
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:600px){

  .pmp-fit-left .heading-style-h2{
    font-size:32px;
  }

  .pill{
    padding:10px 16px;
    font-size:14px;
  }

  .badge{
    padding:10px 14px;
    font-size:13px;
  }

  .badge strong{
    font-size:16px;
  }
}





.leader-image-wrap{
  position:relative;
  display:inline-block;
}

.leader-img{
  border-radius:18px;
  display:block;
}

/* ===== CLEAN WHITE CARD ===== */
.leader-glass{
  position:absolute;
  left:28px;
  bottom:28px;

  padding:20px 24px;
  border-radius:16px;

  background:#fff;
  border:1px solid #e6ecf5;
  box-shadow:0 18px 40px rgba(0,0,0,.08);

  max-width:340px;
  width:100%;
}

/* name */
.leader-glass h4{
  margin:0 0 4px;
  font-size:22px;
  font-weight:600;
  color:#428dff; /* theme blue */
}

/* title */
.leader-glass p{
  margin:0;
  font-size:15px;
  color:#111; /* black text */
}

/* subtitle */
.leader-glass span{
  display:block;
  font-size:14px;
  color:#6f6f6f; /* grey small text */
  margin-top:3px;
}

/* ===== MOBILE ===== */
@media(max-width:768px){

  .leader-glass{
    left:16px;
    bottom:16px;
    padding:16px 18px;
    max-width:260px;
  }

  .leader-glass h4{font-size:18px;}
  .leader-glass p{font-size:13px;}
  .leader-glass span{font-size:12px;}
}


.feature-box-2{
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-box-2:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.mentor_box{
  position: relative;
}
.mentor_details{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background-color: #ffffff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;

  /* 🔥 bottom-only light shadow */
  box-shadow: 0 18px 22px -14px rgba(0,0,0,0.18);
}




.alt-top{
   top: 100px;
}
.mentor_details h4{
  color: var(--_primitives---neutrals--dark-grey);
  font-size: 18px;
  margin-bottom: 8px;
}
.mentor_box .mentor-logo{
  text-align: center;
  margin-top: 15px;
}
.mentor_box .mentor-title h4 span{
  display: block;
}
.mentor_box .mentor-logo img{
  max-width: 80px;
  min-width: 80px;

}


/* ===== TABLET FIX (<=1024px) ===== */
@media (max-width:1024px){

  .mentor-grid{
    grid-template-columns:repeat(2,1fr);
    gap:32px;
  }

  .mentor_box{
    height:auto;              /* 🔥 remove fixed height */
    padding-bottom:40px;      /* keeps curve space */
  }

  .mentor-img{
    position:relative;
    height:auto;
    object-fit:cover;
  }

  .mentor_details{
    position:relative;        /* 🔥 stop absolute positioning */
    top:auto;
    left:auto;
    transform:none;
    width:85%;
    margin:0 auto -60px auto; /* pull card into image */
    z-index:2;
  }

}
@media (max-width:600px){

  .mentor-grid{
    grid-template-columns:1fr;
  }

  .mentor-img{
    height:340px;
  }

  .mentor_details{
    width:90%;
    margin:0 auto -50px auto;
  }

}
/* ===== iPad FIX (768px – 1024px) ===== */
@media (min-width:768px) and (max-width:1024px){

  /* reduce container padding */
  .padding-global{
    padding-left:24px;
    padding-right:24px;
  }

  /* 2 clean columns */
  .mentor-grid{
    grid-template-columns:repeat(2,1fr);
    gap:40px;
    max-width:720px;
    margin:auto;
  }

  /* give cards real width */
  .mentor_box{
    height:560px;
  }

  /* image taller again */
  .mentor-img{
    height:520px;
  }

  /* white box balanced */
  .mentor_details{
    width:80%;
    top:30px;
  }

}
button[disabled]{
  opacity:0.5;
  cursor:not-allowed;
}

button:not([disabled]){
  opacity:1 !important;
  cursor:pointer;
}

.marquee-logo{
    height:120px;
    width:auto;
    object-fit:contain;
    display:block;
}

.splide__track{
    transform: translateZ(0);
    will-change: transform;
}

/* Matching the "Who This Course Is For" pill style */
.package_companies-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.package_companies-list-item {
    background-color: #f5f7fa;
    border: 1px solid #e1e5ea;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.package_companies-list-item:hover {
    background-color: #edf2f9;
    border-color: #cbd5e0;
}

/* Dark mode / blue accent variant */
.package_companies-list-item.blue-accent {
    background-color: #eef4ff;
    border-color: #c7d9ff;
    color: #194a7a;
    font-weight: 600;
}

.btn__disabled {
  opacity: 0.6;
  pointer-events: none;
}




    .achievement-section {
        background: linear-gradient(145deg, #ffffff 0%, #f9fcff 100%);
        font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        border-top: 1px solid #ecf3fa;
        border-bottom: 1px solid #ecf3fa;
    }

    .badge-achievement {
        display: inline-block;
        background: #e0edff;
        color: #1e4e8c;
        font-size: 0.9rem;
        font-weight: 600;
        padding: 0.4rem 1.4rem;
        border-radius: 40px;
        letter-spacing: 0.3px;
        margin-bottom: 1rem;
        border: 1px solid rgba(37, 99, 235, 0.15);
    }

    .achievement-main-heading {
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .achievement-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        margin-top: 1rem;
    }

    .achievement-card {
        background: white;
        border-radius: 36px;
        padding: 2.2rem 1.5rem 1.8rem 1.5rem;
        box-shadow: 0 18px 35px -12px rgba(0,35,75,0.08), 0 2px 6px rgba(0,0,0,0.01);
        transition: all 0.25s ease;
        border: 1px solid #eef4fa;
        display: flex;
        flex-direction: column;
    }

    .achievement-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 45px -12px rgba(37,99,235,0.15);
        border-color: #c7d9ff;
    }

    .achievement-icon-wrapper {
        width: 70px;
        height: 70px;
        background: #edf4ff;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.8rem;
        border: 1px solid #dae6ff;
    }

    .achievement-icon-wrapper svg {
        width: 36px;
        height: 36px;
        stroke: #2563eb;
        stroke-width: 1.8;
    }

    .achievement-card-title {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.3;
        color: #0b2a4f;
        margin-bottom: 0.75rem;
    }

    .achievement-card-desc {
        color: #3c506b;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.8rem;
        flex: 1;
    }

    .achievement-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: auto;
    }

    .stat-badge {
        background: #f1f7ff;
        border-radius: 40px;
        padding: 0.3rem 1rem;
        font-size: 0.85rem;
        font-weight: 500;
        color: #1e4e8c;
        border: 1px solid #d2e2ff;
        line-height: 1.4;
        white-space: nowrap;
    }

    @media (max-width: 1024px) {
        .achievement-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
        .achievement-grid { grid-template-columns: 1fr; }
        .achievement-card { padding: 2rem 1.2rem; }
        .stat-badge { white-space: normal; }
    }
    .text-align-center { text-align: center; }
    .align-center { margin-left: auto; margin-right: auto; }
    .max-width-large { max-width: 800px; }


/* Upcoming Webinars */

.opt2 .grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 20px; }

.opt2 .img-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 460px;
  grid-row: span 2;
}
.opt2 .img-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.opt2 .img-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,15,20,0.82) 0%, transparent 55%);
}
.opt2 .img-card .ic-content { position: absolute; bottom: 28px; left: 28px; right: 28px; z-index: 2; }
.opt2 .img-card .ic-content h3 { font-size: 22px; font-weight: 800; color: white; line-height: 1.2; margin-bottom: 8px; }
.opt2 .img-card .ic-content p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; margin-bottom: 16px; }
.opt2 .img-card .ic-content a { display: inline-flex; align-items: center; gap: 8px; background: white; color: #0D0F14; font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 50px; text-decoration: none; transition: background 0.2s; }
.opt2 .img-card .ic-content a:hover { background: #EBF2FF; color: #5495f2; }
.opt2 .ic-live { position: absolute; top: 20px; left: 20px; z-index: 2; background: rgba(255,255,255,0.12); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 6px 14px; font-size: 11px; font-weight: 700; color: white; display: flex; align-items: center; gap: 7px; text-transform: uppercase; letter-spacing: 0.08em; }
.ic-dot { width: 7px; height: 7px; border-radius: 50%; background: #22C55E; animation: pulse 2s infinite; }

.opt2 .info-card {
  background: #F5F7FF;
  border: 1px solid #DDEAFF;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.opt2 .info-card:hover { border-color: #5495f2; box-shadow: 0 8px 24px rgba(44,110,236,0.1); }
.opt2 .info-card .ic-icon { width: 44px; height: 44px; border-radius: 12px; background: #5495f2; display: grid; place-items: center; margin-bottom: 16px; }
.opt2 .info-card .ic-icon svg { width: 20px; height: 20px; stroke: white; stroke-width: 2; fill: none; }
.opt2 .info-card h4 { font-size: 16px; font-weight: 700; color: #0D0F14; margin-bottom: 6px; }
.opt2 .info-card p { font-size: 14px; color: #6B7280; line-height: 1.55; }

.opt2 .pdu-card {
  background: var(--_primitives---brand--yellow);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.opt2 .pdu-card .big { font-size: 52px; font-weight: 700; color: #141414; line-height: 1; display: block; }
.opt2 .pdu-card .sub { font-size: 13px; font-weight: 700; color: #141414; margin-top: 6px; display: block; }
.opt2 .pdu-card p { font-size: 14px; color:#141414; margin-top: 8px; line-height: 1.5; }

.opt2 .cta-card {
  background: #0D0F14;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.opt2 .cta-card h4 { font-size: 18px; font-weight: 800; color: white; line-height: 1.2; }
.opt2 .cta-card a { display: inline-flex; align-items: center; gap: 8px; background: #5495f2; color: white; font-size: 13px; font-weight: 700; padding: 11px 20px; border-radius: 50px; text-decoration: none; width: fit-content; margin-top: 20px; transition: background 0.2s; }
.opt2 .cta-card a:hover { background: #1A55D4; }
.opt2 .cta-card a svg { width: 13px; height: 13px; stroke: white; stroke-width: 2.5; fill: none; }


/* ── keyframes: all prefixed ehs- so they never clash ── */
@keyframes ehs-goLeft  { from { transform: translateX(0);     } to { transform: translateX(-50%); } }
@keyframes ehs-goRight { from { transform: translateX(-50%);  } to { transform: translateX(0);    } }
@keyframes ehs-pulse   {
  0%, 100% { box-shadow: 0 0 0 0   rgba(34,197,94,0);    }
  50%       { box-shadow: 0 0 0 4px rgba(34,197,94,0.22); }
}

/* ════════════════════════════════════════════════════════
   ALL RULES scoped to #ehs-trusted — nothing leaks out
════════════════════════════════════════════════════════ */
/* ════════════════════════════════════════════════════════
   ALL RULES scoped to #ehs-trusted
════════════════════════════════════════════════════════ */
#ehs-trusted,
#ehs-trusted *,
#ehs-trusted *::before,
#ehs-trusted *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#ehs-trusted {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* ── TOP BANNER ── */
#ehs-trusted .ehs-top {
  background: #428dff;
  padding: 52px 64px 48px;
  display: flex;
  align-items: flex-end;
  gap: 80px;
  position: relative;
  overflow: hidden;
}

#ehs-trusted .ehs-top::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
}

#ehs-trusted .ehs-top::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 100% at 20% 0%, rgba(255,255,255,0.07) 0%, transparent 60%);
}

#ehs-trusted .ehs-top-left {
  flex: 1;
  position: relative;
  z-index: 1;
  max-width: 560px;
}

#ehs-trusted .ehs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 50px;
  padding: 5px 15px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  margin-bottom: 22px;
  text-decoration: none;
}

#ehs-trusted .ehs-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 6px rgba(34,197,94,0.75);
  animation: ehs-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

#ehs-trusted .ehs-top-left h2 {
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.022em;
  color: #ffffff;
  margin-bottom: 12px;
}

#ehs-trusted .ehs-top-left h2 span {
  color: #fcbd49;
}

#ehs-trusted .ehs-top-left p {
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255,255,255,0.6);
  font-weight: 400;
}

#ehs-trusted .ehs-top-right {
  flex-shrink: 0;
  min-width: 220px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#ehs-trusted .ehs-stat {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
#ehs-trusted .ehs-stat:last-of-type {
  border-bottom: none;
  margin-bottom: 28px;
}

#ehs-trusted .ehs-stat-l {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.01em;
}

#ehs-trusted .ehs-stat-n {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  color: #fcbd49;
  letter-spacing: -0.02em;
  line-height: 1;
}

#ehs-trusted .ehs-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  padding: 13px 22px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #428dff;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.18s;
  line-height: 1;
}
#ehs-trusted .ehs-cta:hover {
  background: #e9f2ff;
  transform: translateY(-2px);
  color: #428dff;
  text-decoration: none;
}
#ehs-trusted .ehs-cta svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* ── BOTTOM: scroll rows ── */
#ehs-trusted .ehs-bottom {
  background: #f7f8fa;
  overflow: hidden;
  position: relative;
}

/* left fade */
#ehs-trusted .ehs-bottom::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; width: 160px;
  background: linear-gradient(90deg, #f7f8fa, transparent);
  z-index: 5;
  pointer-events: none;
}
/* right fade */
#ehs-trusted .ehs-bottom::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; width: 160px;
  background: linear-gradient(270deg, #f7f8fa, transparent);
  z-index: 5;
  pointer-events: none;
}

#ehs-trusted .ehs-track {
  overflow: hidden;
  padding: 28px 0;
  border-bottom: 1px solid #e2e5ea;
}
#ehs-trusted .ehs-track:first-child {
  border-top: 1px solid #e2e5ea;
}

#ehs-trusted .ehs-strip {
  display: flex;
  width: max-content;
  align-items: center;
}
#ehs-trusted .ehs-strip:hover {
  animation-play-state: paused;
}

/* ── KEY FIX: animate exactly -50% so the duplicate lines up perfectly ── */
#ehs-trusted .ehs-strip-1 {
  animation: ehs-goLeft 30s linear infinite;
}
#ehs-trusted .ehs-strip-2 {
  animation: ehs-goRight 36s linear infinite;
}

@keyframes ehs-goLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes ehs-goRight {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@keyframes ehs-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}

#ehs-trusted .ehs-nm {
  flex-shrink: 0;
  padding: 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #bec4cc;
  white-space: nowrap;
  border-right: 1px solid #dde0e5;
  line-height: 1;
  cursor: default;
  user-select: none;
  transition: color 0.22s;
  display: inline-flex;
  align-items: center;
}

#ehs-trusted .ehs-nm.ehs-on {
  font-weight: 700;
  color: #141414;
}

#ehs-trusted .ehs-nm:hover {
  color: #428dff !important;
  font-weight: 700 !important;
}

#ehs-trusted .marquee-logo {
  height: 36px;
  width: auto;
  display: block;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  #ehs-trusted .ehs-top {
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    padding: 44px 32px 40px;
  }
  #ehs-trusted .ehs-top-right {
    width: 100%;
  }
}
@media (max-width: 540px) {
  #ehs-trusted .ehs-nm {
    padding: 0 28px;
    font-size: 16px;
  }
  #ehs-trusted .ehs-top {
    padding: 40px 24px 36px;
  }
}

 /* ══════════════════════════════════════
       WEBINAR POPUP — Professional Redesign
    ══════════════════════════════════════ */

    .webinar-popup {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(10, 15, 30, 0.72);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 20px;
    }

    .webinar-popup.active {
      display: flex;
    }

    /* Modal box */
    .webinar-popup-box {
      background: #ffffff;
      border-radius: 20px !important;
      overflow: hidden !important;
      width: 100%;
      max-width: 480px;
      box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
      animation: popIn 0.25s ease;
    }

    @keyframes popIn {
      from { opacity: 0; transform: scale(0.96) translateY(10px); }
      to   { opacity: 1; transform: scale(1) translateY(0); }
    }

    /* ── Header ── */
    .popup-header {
      background: linear-gradient(135deg, #0d2040 0%, #1a3a6b 100%);
      padding: 32px 32px 28px;
      border-radius: 20px 20px 0 0 !important;
      position: relative;
    }

    .popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  background: rgba(255,255,255,0.12) !important;
  color: #ffffff !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.popup-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

    .popup-close:hover {
      background: rgba(255,255,255,0.22);
      color: #fff;
    }

    .popup-live-tag {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(255,255,255,0.1);
      border: 0.5px solid rgba(255,255,255,0.2);
      border-radius: 20px;
      padding: 5px 11px;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.82);
      margin-bottom: 14px;
    }

    .live-dot {
      width: 7px; height: 7px;
      background: #4ade80;
      border-radius: 50%;
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0.35; }
    }

    .popup-title {
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      font-weight: 600;
      color: #ffffff;
      line-height: 1.2;
      margin-bottom: 8px;
    }

    .popup-subtitle {
      font-size: 13.5px;
      color: rgba(255,255,255,0.6);
      line-height: 1.5;
    }

    /* ── Body ── */
    .popup-body {
      padding: 26px 32px 32px;
    }

    /* Session chip */
    .session-chip {
      display: flex;
      align-items: center;
      gap: 9px;
      background: #f4f6fb;
      border: 0.5px solid #d8dff0;
      border-radius: 9px;
      padding: 9px 14px;
      font-size: 12.5px;
      color: #5a657a;
      margin-bottom: 22px;
    }

    .session-chip-icon {
      width: 16px; height: 16px;
      border: 1.5px solid #185FA5;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 8px;
      font-weight: 700;
      color: #185FA5;
      flex-shrink: 0;
    }

    /* Form fields */
    .field {
      margin-bottom: 14px;
    }

    .field label {
      display: block;
      font-size: 11px;
      font-weight: 600;
      color: #8a93a6;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-bottom: 5px;
    }

    .field input,
    .field select {
      width: 100%;
      padding: 10px 14px;
      border: 1px solid #dde3ee;
      border-radius: 9px;
      font-size: 14px;
      font-family: 'DM Sans', sans-serif;
      color: #1a2235;
      background: #ffffff;
      outline: none;
      transition: border-color 0.15s, box-shadow 0.15s;
      appearance: none;
      -webkit-appearance: none;
    }

    .field input::placeholder {
      color: #b0b8c9;
    }

    .field input:focus,
    .field select:focus {
      border-color: #185FA5;
      box-shadow: 0 0 0 3px rgba(24, 95, 165, 0.1);
    }

    .field select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a93a6' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      padding-right: 32px;
      cursor: pointer;
    }

    /* Phone row */
    .phone-row {
      display: grid;
      grid-template-columns: 130px 1fr;
      gap: 10px;
    }

    /* Checkboxes */
    .checks {
      margin: 18px 0 22px;
      display: flex;
      flex-direction: column;
      gap: 11px;
    }

    .check-row {
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      user-select: none;
    }

    .check-row input[type="checkbox"] {
      width: 16px;
      height: 16px;
      accent-color: #185FA5;
      cursor: pointer;
      flex-shrink: 0;
      border-radius: 4px;
    }

    .check-row span {
      font-size: 13px;
      color: #5a657a;
      line-height: 1.4;
    }

    .check-row a {
      color: #185FA5;
      text-decoration: none;
    }

    .check-row a:hover {
      text-decoration: underline;
    }

    /* Submit button */
    .register-btn {
      width: 100%;
      padding: 14px;
      background: #0d2040;
      color: #ffffff;
      border: none;
      border-radius: 11px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
    }

    .register-btn:hover {
      background: #1a3a6b;
      transform: translateY(-1px);
    }

    .register-btn:active {
      transform: translateY(0);
    }

    /* Footer note */
    .popup-footer-note {
      text-align: center;
      font-size: 11.5px;
      color: #b0b8c9;
      margin-top: 12px;
    }

  

    .open-webinar-popup {
      padding: 14px 28px;
      background: #0d2040;
      color: #fff;
      border: none;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s;
    }

    .open-webinar-popup:hover {
      background: #1a3a6b;
    }


    /* Fix Select2 inside popup */
.webinar-popup-box {
  overflow: visible !important; /* allow dropdown to escape */
}

/* Style Select2 to match your form fields */
.webinar-popup .select2-container {
  width: 100% !important;
}

.webinar-popup .select2-selection--single {
  height: 42px !important;
  border: 1px solid #dde3ee !important;
  border-radius: 9px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
}

.webinar-popup .select2-selection--single:focus,
.webinar-popup .select2-container--open .select2-selection--single {
  border-color: #185FA5 !important;
  box-shadow: 0 0 0 3px rgba(24, 95, 165, 0.1) !important;
  outline: none !important;
}

.webinar-popup .select2-selection__rendered {
  color: #1a2235 !important;
  font-size: 14px !important;
  line-height: 42px !important;
  padding: 0 !important;
}

.webinar-popup .select2-selection__arrow {
  height: 42px !important;
  top: 0 !important;
  right: 10px !important;
}

/* Dropdown list */
.select2-dropdown {
  border: 1px solid #dde3ee !important;
  border-radius: 9px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  overflow: hidden !important;
  font-size: 14px !important;
  z-index: 99999 !important;  /* must be above popup z-index */
}

.select2-results__option {
  padding: 9px 14px !important;
  color: #1a2235 !important;
}

.select2-results__option--highlighted {
  background: #e8f0fa !important;
  color: #185FA5 !important;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #dde3ee !important;
  border-radius: 6px !important;
  padding: 7px 10px !important;
  font-size: 13px !important;
  outline: none !important;
}


/* toast css */
.custom-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #1e5bb8;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  z-index: 9999;
}

.custom-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.custom-toast.error {
  background: #e74c3c;
}

.custom-toast.warning {
  background: #f39c12;
}

.custom-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #1e5bb8;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  z-index: 9999;
}

.custom-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.custom-toast.error {
  background: #e74c3c;
}

.custom-toast.warning {
  background: #f39c12;
}




/* ── TOP STATS STRIP ── */
.strip {
  display: flex; align-items: stretch;
  background: #FFFFFF; border-radius: 18px;
  border: 1.5px solid #E2EAF6; overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(24,85,212,0.05);
}
.strip-item {
  flex: 1; padding: 22px 28px; text-align: center;
  border-right: 1.5px solid #E2EAF6; position: relative;
}
.strip-item:last-child { border-right: none; }
.strip-item::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 40px; height: 2.5px; border-radius: 2px;
  background: #428dff;
  transition: transform 0.3s ease;
}
.strip-item:hover::after { transform: translateX(-50%) scaleX(1); }
.strip-num { font-size: 32px; font-weight: 700; color: #091528; letter-spacing: -0.04em; line-height: 1; }
.strip-num em { font-style: normal; font-size: 20px; color: #428dff; }
.strip-label { font-size: 14px; font-weight: 500; color: #101010; margin-top: 4px; letter-spacing: 0.04em; }

/* ── MAIN GRID ── */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

/* ── CARD ── */
.card {
  background: #FFFFFF; border-radius: 20px;
  border: 1.5px solid #E2EAF6;
  padding: 0; overflow: hidden;
  box-shadow: 0 1px 8px rgba(9,21,40,0.04);
  transition: transform 0.35s cubic-bezier(.22,.68,0,1.2), box-shadow 0.35s ease, border-color 0.25s;
  cursor: default;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(24,85,212,0.1); border-color: rgba(24,85,212,0.25); }

/* colored top bar */
.card-top-bar { height: 4px; background: #E2EAF6; transition: background 0.3s; }
.card:hover .card-top-bar { background: linear-gradient(90deg, #428dff, #F4A417); }
.card--gold:hover .card-top-bar { background: linear-gradient(90deg, #F4A417, #428dff); }
.card--featured .card-top-bar { background: #428dff; }

.card-inner { padding: 32px 28px; flex: 1; display: flex; flex-direction: column; }

/* icon */
.icon-ring {
  width: 50px; height: 50px; border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; flex-shrink: 0;
  background: #EEF3FF;
  transition: transform 0.35s cubic-bezier(.22,.68,0,1.3), background 0.25s;
}
.card:hover .icon-ring { transform: translateY(-3px) rotate(-6deg); background: #EEF3FF; }
.icon-ring.gold-ring { background: #FFF7E6; }
.icon-ring svg { width: 23px; height: 23px; }

/* quantity */
.card-qty { font-size: 38px; font-weight: 700; color: #091528; letter-spacing: -0.04em; line-height: 1; }
.card-qty .unit { font-size: 18px; color: #428dff; font-weight: 600; }
.card-qty-gold .unit { color: #F4A417; }

/* desc */
.card-desc { font-size: 16px; font-weight: 400; color: #8D8D8D; line-height: 1.6; margin-top: 10px; flex: 1; }

/* tag */
.card-tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: #101010; margin-bottom: 14px;
}

/* FEATURED CARD (full blue) */
.card--featured { background: #428dff; border-color: transparent; }
.card--featured:hover { box-shadow: 0 18px 44px rgba(24,85,212,0.3); border-color: transparent; }
.card--featured .card-top-bar { background: rgba(255,255,255,0.25); }
.card--featured:hover .card-top-bar { background: rgba(255,255,255,0.4); }
.card--featured .card-tag { color: rgba(28, 27, 27, 0.5); }
.card--featured .card-qty { color: #000000; }
.card--featured .unit { color: #F4A417 !important; }
.card--featured .card-desc { color: rgba(14, 13, 13, 0.6); }
.card--featured .icon-ring { background: rgba(255,255,255,0.15); }
.card--featured:hover .icon-ring { background: rgba(245, 243, 243, 0.22); }

/* LIVE badge */
.live-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.8);
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  padding: 4px 12px; border-radius: 100px; margin-top: 16px; align-self: flex-start;
}
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ADE80; animation: pulse 1.8s ease infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* BOTTOM FULL-WIDTH CARD */
.card--full {
  grid-column: span 3;
  flex-direction: row; align-items: center; gap: 0;
  background: #F6F9FF; border-color: rgba(24,85,212,0.12);
}
.card--full:hover { border-color: rgba(24,85,212,0.28); }
.card--full .card-top-bar { display: none; }
.card--full .card-inner { flex-direction: row; align-items: center; gap: 32px; padding: 28px 36px; }
.full-left { display: flex; align-items: center; gap: 20px; flex: 1; }
.full-icon { width: 56px; height: 56px; border-radius: 16px; background: #EEF3FF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.full-icon svg { width: 26px; height: 26px; }
.full-text {}
.full-label { font-size: 10px; font-weight: 700; color: #8696B5; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 5px; }
.full-title { font-size: 20px; font-weight: 700; color: #091528; letter-spacing: -0.02em; }
.full-sub { font-size: 13px; color: #435270; margin-top: 4px; }
.full-right { display: flex; gap: 12px; flex-shrink: 0; }
.full-pill {
  background: #FFFFFF; border: 1.5px solid #E2EAF6; border-radius: 14px;
  padding: 14px 20px; text-align: center; min-width: 90px;
  transition: border-color 0.25s, transform 0.25s;
}
.card--full:hover .full-pill { border-color: rgba(24,85,212,0.2); transform: translateY(-2px); }
.full-pill-num { font-size: 24px; font-weight: 700; color: #428dff; letter-spacing: -0.03em; }
.full-pill-lbl { font-size: 10px; font-weight: 600; color: #8696B5; margin-top: 2px; letter-spacing: 0.06em; }
.full-pill.gold .full-pill-num { color: #F4A417; }

/* CTA bar */
.cta-bar {
  margin-top: 40px; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  background: #FFFFFF; border-radius: 18px; padding: 24px 32px;
  border: 1.5px solid #E2EAF6; box-shadow: 0 2px 12px rgba(9,21,40,0.04);
}
.cta-left { display: flex; gap: 24px; flex-wrap: wrap; }
.cta-trust { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #435270; font-weight: 500; }
.cta-chk { width: 22px; height: 22px; border-radius: 50%; background: #EEF3FF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cta-chk svg { width: 12px; height: 12px; }
.cta-right { display: flex; gap: 10px; }
.btn-a { display: inline-flex; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600; padding: 13px 22px; border-radius: 100px; text-decoration: none; transition: all 0.2s; }
.btn-a.outline { color: #1855D4; border: 1.5px solid #E2EAF6; }
.btn-a.outline:hover { border-color: #1855D4; background: #EEF3FF; }
.btn-a.solid { background: #1855D4; color: #fff; box-shadow: 0 4px 16px rgba(24,85,212,0.28); }
.btn-a.solid:hover { background: #1855D4; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(24,85,212,0.36); }

@keyframes up { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
.header{animation:up .65s ease both}
.strip{animation:up .55s ease .08s both}
.card{animation:up .5s ease both}
.card:nth-child(1){animation-delay:.16s}.card:nth-child(2){animation-delay:.22s}.card:nth-child(3){animation-delay:.28s}
.card:nth-child(4){animation-delay:.34s}.card:nth-child(5){animation-delay:.40s}.card:nth-child(6){animation-delay:.46s}
.card:nth-child(7){animation-delay:.52s}.card:nth-child(8){animation-delay:.58s}.card:nth-child(9){animation-delay:.64s}
.card--full{animation-delay:.70s}
.cta-bar{animation:up .5s ease .76s both}

@media (max-width:900px){
  .grid{grid-template-columns:repeat(2,1fr)}
  .card--full{grid-column:span 2}
  .card--full .card-inner{flex-direction:column;align-items:flex-start;gap:20px}
}
@media (max-width:580px){
  .grid{grid-template-columns:1fr}
  .card--full{grid-column:span 1}
  .strip{flex-wrap:wrap}
  .strip-item{min-width:50%;border-right:none;border-bottom:1.5px solid #E2EAF6}
  .strip-item:last-child{border-bottom:none}
  .full-right{flex-wrap:wrap}
}




  /* ---- Carousel Layout ---- */
    /* ---- Carousel Layout ---- */
  .carousel-wrapper {
    position: relative;
    margin-top: 2rem;
    overflow: hidden; /* prevents cards bleeding outside wrapper */
  }
 
  .carousel-container {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 3rem;
  }
 
  .carousel-track {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
 
  /* ---- Project Cards ---- */
  .project-card {
    flex: 0 0 calc((100% - 4rem) / 3);
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f6;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
  }
 
  .project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
    border-color: #cbdff0;
  }
 
  .project-emoji {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 1.25rem;
    background: #f0f6fe;
    border-radius: 20px;
    padding: 12px;
    display: block;
    flex-shrink: 0;
  }
 
  .project-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: #0b2b44;
    line-height: 1.3;
    flex-shrink: 0;
  }
 
  .project-desc {
    font-size: 0.95rem;
    color: #2c3e50;
    line-height: 1.6;
    margin: 0 0 0.75rem;
  }
 
  .tools-used-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #005482;
    margin: 0 0 0.4rem;
  }
 
  .tools-list {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
  }
 
  /* ---- Navigation Buttons ---- */
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
 
  .carousel-btn:hover {
    background: #f0f6fe;
    border-color: #5495f2;
    color: #5495f2;
  }
 
  .prev-btn { left: 0.25rem; }
  .next-btn { right: 0.25rem; }
 
  /* ---- Dots ---- */
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 2rem;
  }
 
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.2s;
  }
 
  .dot.active {
    background: #5495f2;
    width: 24px;
    border-radius: 8px;
  }
 
  /* ---- Responsive ---- */
  @media (max-width: 1024px) {
    .project-card {
      flex: 0 0 calc((100% - 2rem) / 2);
    }
    .carousel-container {
      padding: 0 2.75rem;
    }
  }
 
  @media (max-width: 640px) {
    .project-card {
      flex: 0 0 100%;
    }
    .carousel-container {
      padding: 0 2.5rem;
    }
    .carousel-btn {
      width: 36px;
      height: 36px;
      font-size: 1.6rem;
    }
  }


  /* Loading state */
[data-enroll-btn].loading {
  pointer-events: none;
  opacity: 0.7;
}

/* Replace text visually */
[data-enroll-btn].loading::after {
  content: "Enroll.....";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
}

/* Hide original text */
[data-enroll-btn].loading > * {
  visibility: hidden;
}

/* Needed for positioning */
[data-enroll-btn] {
  position: relative;
}