.font-montserrat {
  font-family: 'Montserrat', sans-serif !important;

}

.oswald {
  font-family: Oswald, sans-serif !important;
}

.inherit-flex {
  flex: inherit;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif !important;
}

body,
p,
li,
input {
  font-family: "Open Sans", sans-serif !important;
}

.navbar,
.sidebar-title,
nav,
header {
  font-family: Oswald, sans-serif !important;
}


h3.heading-bg {
  padding: 9px 13px;
}

#training-support li::marker {
  font-size: 12px !important;
}


h3.heading-bg:before {
  max-width: 60px;
  max-height: 60px;
  left: 0px;
  top: 0px !important;
}

input::placeholder {
  color: #646361 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}


[x-cloak] {
  display: none !important;
}

.header-width {
  max-width: 1228px !important;
}

nav a {
  font-weight: 400;
  margin-left: 0px !important;
}

header {
  font-size: 15px !important;
}

header span {
  font-size: 15px !important;
}

.main-contain-nav {
  width: 100%;
  max-width: 909px;
}

.header-btns a {
  font-weight: 500;
}

.lang-list a {
  font-size: 15px;
  font-weight: 500;
  font-family: Oswald, sans-serif !important;
  padding: 10px !important;

}

.browse-category-list li a span {
  line-height: 28px;
}

.browse-category-list li a:hover svg path:not([fill="none"]) {
  fill: none !important;
}

.browse-category-list li a:hover svg path[fill="none"] {
  fill: white !important;
}

.browse-category-list li a:hover svg path[fill="#6EC2FA"] {
  fill: white !important;
}


.browse-category-list li a:hover svg path[stroke] {
  stroke: white !important;
}

.browse-category-list li a:hover svg path:not([stroke]) {
  stroke: none !important;
}

.franchise-rankings-list li a:hover svg path:not([fill="none"]) {
  fill: none !important;
}

.franchise-rankings-list li a:hover svg path[fill="none"] {
  fill: white !important;
}

.franchise-rankings-list li a:hover svg path[fill="#F7C76B"] {
  fill: white !important;
}


.franchise-rankings-list li a:hover svg path[stroke] {
  stroke: white !important;
}

.franchise-rankings-list li a:hover svg path:not([stroke]) {
  stroke: none !important;
}

.main-hero {
  background-image: url(./assets/images/Hero-bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.heading-bg:before {
  position: absolute;
  width: 100px;
  height: 100px;
  content: "";
  background-color: #DA56F7;
  bottom: 0px;
  left: -16px;
  z-index: -1;
}


#vs-volume {
    --pos: 60%;               /* define the variable (can be updated in JS) */
}

#vs-volume::-webkit-slider-runnable-track {
    background-image: linear-gradient(#6EC2FA, #6EC2FA);
    background-position: 0 0;                /* left top */
    background-size: var(--pos, 60%) 100%;   /* width height */
    background-repeat: no-repeat;
    background-color: #FFFFFF33;
    border-radius: 0;
    height: 4px;
}

/* Hide thumb on WebKit */
#vs-volume::-webkit-slider-thumb {
  display: none;
}


.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

h2#franchise-rankings-title:before {
  background: #F7C76B;
}

svg.star.cursor-pointer {
  outline: none;
}

section#franchise-rankings:before {
  left: 0px !important;
}

.call-to-action {
  background-image: url(./assets/images/2022-franchise.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 63%;
  position: relative;
}

.reply-form h3.heading-bg:before {
  background-color: #F7C76B !important;
  height: 48px !important;
  width: 48px !important;
}

.reply-form h3.heading-bg {
  padding: 0px 13px !important;
}

.call-to-action:before {
  background-color: #1D0F2099;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(118deg, #6EC2FA 15px, #6EC2FA 70px, transparent 70px, transparent 128px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.news-item:hover .img-overlay {
  opacity: 1;
}

.news-item:hover .news-btn {
  border: 2px solid #6EC2FA;
  background-color: #6EC2FA;
  color: white;
  width: 89px;
  justify-content: center;
}

.diagonal-bar {
  background: repeating-linear-gradient(-47.25deg,
      #6EC2FA,
      #6EC2FA 11.91px,
      #000 11.91px,
      #000 13.91px,
      #1103B0 13.91px,
      #1103B0 31.96px,
      #000 31.96px,
      #000 33.96px,
      #FF1B6D 33.96px,
      #FF1B6D 39.22px,
      #000 39.22px,
      #000 41.22px);
  height: 8px;
}

.img-overlay-blog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(114deg, #f0f0f000 36px, #f0f0f000 70px, #FFFFFFB2 70px, #FFFFFFB2 128px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.news-item:hover .img-overlay-blog {
  opacity: 0.5;
}



span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6EC2FA !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #6EC2FA;
  height: 12px;
  width: 12px;
}

.swiper-pagination {
  position: inherit !important;
}

.filter-input::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21%2021L16.65%2016.65M19%2011C19%2015.4183%2015.4183%2019%2011%2019C6.58172%2019%203%2015.4183%203%2011C3%206.58172%206.58172%203%2011%203C15.4183%203%2019%206.58172%2019%2011Z%22%20stroke%3D%22%23646361%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  right: 1rem;
  /* or adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  max-height: 24px;
  background-color: #ededed;
  z-index: 2;
}

a.uppercase.inline-block.bg-white.text-\[\#6EC2FA\].px-\[60px\].py-\[18px\].transition.oswald.text-center.md\:max-w-fit.hover\:text-\[\#DA56F7\].w-full.border.border-\[\#ededed\] {
  max-height: 60px;
}


/* CSS custom properties for percentages */
#doubleRange {
  --min: 0;
  /* start percent */
  --max: 10;
  /* end percent */
}

#minValue {
  margin-left: 3%;
  top: 52px;
  font-size: 16px;
  color: #060107;
  font-family: "Open Sans", sans-serif !important;
}

#maxValue {
  margin-left: -2%;
  top: 52px;
  font-size: 16px;
  color: #060107;
  font-family: "Open Sans", sans-serif !important;
}

/* Base track */
#doubleRange::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 0.5rem;
  /* 8px */
  top: 50%;
  transform: translateY(-50%);
  background: #EDEDED;
  border-radius: 9999px;
  pointer-events: none;
}

/* Filled range between thumbs */
#doubleRange::after {
  content: "";
  position: absolute;
  height: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: calc(var(--min) * 1%);
  right: calc((100 - var(--max)) * 1%);
  background: #6EC2FA;
  border-radius: 9999px;
  pointer-events: none;
}

/* Common thumb styling, centered vertically via top+transform */
#doubleRange input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #6EC2FA;
  border-radius: 9999px;
  cursor: pointer;
  position: relative;
  top: -2px;
  pointer-events: auto;
  z-index: 2;

}

#doubleRange input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #6EC2FA;
  border-radius: 9999px;
  cursor: pointer;
  position: relative;
  top: -2px;
  pointer-events: auto;
  z-index: 2;

}

#doubleRange input[type="range"]::-ms-thumb {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #6EC2FA;
  border-radius: 9999px;
  cursor: pointer;
  position: relative;
  top: -2px;
  pointer-events: auto;
  z-index: 2;
}

/* Hide default track so our pseudo-elements show */
#doubleRange input[type="range"] {
  -webkit-appearance: none;
  background: transparent;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion.open .accordion-content {
  max-height: 240px;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion.open .accordion-icon {
  transform: rotate(45deg);
  /* turns + into × (minus shape) */
}


.countrydropdown.open .selectArrow {
  transform: translateY(-50%) rotate(180deg);
}

.sidebar-radio:checked+span svg {
  opacity: 1;
}



.tab-btn.active {
  color: #060107;
  border-bottom: 1px solid #6EC2FA;
}

.tab-content.all .items-list .item {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #EDEDED;
}


.tab-content.featured .items-list .item {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #EDEDED;
}

#franchisePanel li a:hover svg path:not([fill="none"]) {
  fill: none !important;
}

#franchisePanel li a:hover svg path[fill="none"] {
  fill: white !important;
}

#franchisePanel li a:hover svg path[fill="#ffffff50"] {
  fill: white !important;
}


#franchisePanel li a:hover svg path[stroke] {
  stroke: white !important;
}

#franchisePanel li a:hover svg path:not([stroke]) {
  stroke: none !important;
}


button.page-btn.active {
  color: #4EC4FF !important;
}


button.page-btn:hover {
  color: #4EC4FF !important;
}


button.page-btn.disabled {
  cursor: pointer !important;
  ;
}


.detail-card h4 {
  color: white !important;
}

.single-blog-related-articles h3.heading-bg:before {

  background-color: #6EC2FA !important;

}

.tag {
  display: inline-flex;
  align-items: center;
  background-color: #e2e8f0;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.iti__flag {
  background-image: none !important;
  /* sprite off */
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  /* clean circle edge */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.iti__flag img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  pointer-events: none !important;
  display: block !important;
  border-radius: 50%;
}

.tag-remove {
  margin-left: 0.5rem;
  cursor: pointer;
}

.success-message {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgb(0 0 0 / 0%) !important;
}

.iti__selected-dial-code {
  color: #646361 !important;
}

span.iti__country-name {
  color: #646361 !important;
}

.iti__arrow {
  display: none;
}

:root {
  --tab-blue: #6ec2fa;
  --tab-dark: #1D0F20;
}

/* smooth transitions */
.my-account .tab-btn {
  transition: background-color .2s, color .2s, box-shadow .2s;
}

.my-account .tab-btn svg,
.tab-btn svg path {
  transition: color .2s, stroke .2s, fill .2s;
}



/* INACTIVE hover: blue bg + white text/icon */
.my-account .tab-btn:not([aria-selected="true"]):hover {
  background-color: var(--tab-blue);
  color: #fff;
}

.my-account .tab-btn:not([aria-selected="true"]):hover svg {
  color: #fff;
}

.my-account .tab-btn:not([aria-selected="true"]):hover svg path {
  stroke: #fff;
}

/* ACTIVE look: transparent bg, dark text, ONLY icon blue */
.my-account .tab-btn[aria-selected="true"] {
  background-color: transparent;
  color: var(--tab-dark);
}

.my-account .tab-btn[aria-selected="true"] svg {
  color: var(--tab-blue);
}

.my-account .tab-btn[aria-selected="true"] svg path {
  stroke: var(--tab-blue);
}

.log-out:hover svg path {
  stroke: white !important;
}

@media (max-width: 767px) {

  .accordion {
    margin: 20px;
  }

  .accordion.open .accordion-content {
    max-height: 600px;
  }

  h2#franchise-rankings-title:before {
    background: #DA56F7 !important;
  }

  .tab-content.all .items-list .item {
    gap: 0px !important;
  }


  .tab-content.all .items-list .item {
    flex-wrap: wrap;
  }

  .tab-content.featured .items-list .item {
    gap: 0px !important;
  }


  .tab-content.featured .items-list .item {
    flex-wrap: wrap;
  }

  header {
    font-size: 18px !important;
  }

  header span {
    font-size: 18px !important;
  }

  div#mobile-menu body {
    overflow: hidden !important;
  }

  .header-btns a {
    font-weight: 500;
    font-size: 15px !important;
  }

  footer nav {
    width: 100%;
  }

  #tblReqBody tr {
    display: grid;
  }

  #tblTrBody tr {
    display: grid;
  }

  #tblFrBody tr {
    display: grid;
  }

  .heading-bg:before {
    width: 52px;
    height: 52px;
    top: -2px;
    left: 0px;
  }


  .franchise-rankings-list li a {
    padding: 22.89px;
  }

  .franchise-rankings-list li a .flex.flex-col.gap-6 svg {
    width: 38.62px;
    height: 38.62px;
  }

  .franchise-rankings-list li a .flex.flex-col.gap-6 h4 {
    font-size: 17.16px;
    line-height: 21.26px;
  }

  .franchise-rankings-list li a .flex.flex-col.gap-6 {
    gap: 17.16px;
  }

  .franchise-rankings-list li a span.text-sm.font-medium.uppercase.oswald.flex.gap-2.items-center {
    font-size: 10px;
    line-height: 15px;
  }

  .franchise-rankings-list li a span.text-sm.font-medium.uppercase.oswald.flex.gap-2.items-center svg {
    width: 17.16px;
    height: 17.16px;
  }

  .franchise-rankings-list li a {
    height: 100%;
  }
}

@media (max-width: 438px) {

  .main-hero h1 {
    font-size: 34px;
  }

}


@media (min-width: 1024px) {

  .sticky-first thead th:first-child,
  .sticky-first tbody td:first-child {
    position: sticky;
    left: 0;
    background: #fff
  }
}


.franchise-slider ul {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.franchise-slider li {
  flex: 0 0 100%;
  position: relative; /* no absolute */
  opacity: 1 !important; /* ensure always visible */
  transition: transform 0.5s ease-in-out;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.franchise-slider img,
.slider video {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}


footer {
    text-transform: uppercase !important;
}

footer a{
font-weight:400 !important;
}

footer span{
font-weight:400 !important;
}

details > summary::-webkit-details-marker {
  display: none !important;
}

details > summary::marker {
  content: "";
}

details > summary {
  list-style: none;
  -webkit-appearance: none;
}

@media (max-width: 368px) {
    .main-hero h1 {
        font-size: 30px !important;
    }
}

            /* Animation for the thank you message */
            @keyframes fadeIn {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }

                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            .animate-fade-in {
                animation: fadeIn 0.5s ease-out forwards;
            }

                        .sticky-menu a.active {
  background: #6EC2FA !important;
  color: white !important;
}

.survey_hidden{
  display: none !important;
}