@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg") format("svg");
}

@font-face {
  font-family: "Rubik";
  src: url('../fonts/rubik-regular-webfont.eot');
  src: url('../fonts/rubik-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
       url('../fonts/rubik-regular-webfont.woff') format('woff'),
       url('../fonts/rubik-regular-webfont.ttf') format('truetype'),
       url('../fonts/rubik-regular-webfont.svg#rubikregular') format('svg');
  font-weight: 400;
  font-style: normal;

}


@font-face {
  font-family: "Rubik";
  src: url('../fonts/rubik-bold-webfont.eot');
  src: url('../fonts/rubik-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/rubik-bold-webfont.woff2') format('woff2'),
       url('../fonts/rubik-bold-webfont.woff') format('woff'),
       url('../fonts/rubik-bold-webfont.ttf') format('truetype'),
       url('../fonts/rubik-bold-webfont.svg#rubikbold') format('svg');
  font-weight: 700;
  font-style: normal;

}


@font-face {
  font-family: "Rubik";
  src: url('../fonts/rubik-medium-webfont.eot');
  src: url('../fonts/rubik-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/rubik-medium-webfont.woff2') format('woff2'),
       url('../fonts/rubik-medium-webfont.woff') format('woff'),
       url('../fonts/rubik-medium-webfont.ttf') format('truetype'),
       url('../fonts/rubik-medium-webfont.svg#rubikmedium') format('svg');
  font-weight: 600;
  font-style: normal;

}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/fa-v4compatibility.woff2") format("woff2"),
       url("../fonts/fa-v4compatibility.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

:root {
  /* --custom-dark-blue: #06065e; */
  --custom-dark-blue: #170d30;
  --custom-orange: #fbbf24;
  --custom-orange-hover: #e59400;
  --pure-orange: #ff7d33;
  --white: #ffffff;
  --blue-color: #633cb6;
  --black-color: #1e293b;
  --gray-color: #858585;
  --text-color: #475569;
}

* {
  padding: 0;
  margin: 0;
}


*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html {
  font-family: "Montserrat";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
  font-family: "Rubik";
  font-size: 1rem;
  color: #1e293b;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  color: #475569;
}
@-ms-viewport {
  width: device-width;
}

img, video {
  max-width: 100%;
  height: auto;
}
ul, li{
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat";
}

/* Extra Small */
.text-xs {
    font-size: 0.75rem; /* 12px */
    line-height: 1rem;  /* 16px */
}

/* Small */
.text-sm {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}

/* Medium */
.text-md {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
}

/* Large */
.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

/* Extra Large */
.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

td{
  color: #475569;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #475569;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a {
  text-decoration: none;
  color: #633cb6;
}

img {
  vertical-align: middle;
  border-style: none;
}

.text-green-600{
  color: #16a34a;
}

.text-yellow-600{
  color: #ca8a04;
}

.text-orange-600{
  color: #ea580c;
}

.text-orange-700{
  color: #c2410c;
}

.text-gray-900{
  color: #111827;
}

.text-green-700{
  color: #15803d;
}

.text-blue-950{
  color: #172554;
}

.text-indigo-900{
  color: #312e81;
}

.text-indigo-950{
  color: #1e1b4b;
}

.text-amber-400{
  color: #fbbf24;
}

.text-sky-500{
  color: #0ea5e9;
}

.text-red-400{
  color: #f87171;
}

.text-red-800{
  
}

/* .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} */

.faq_scroll::-webkit-scrollbar {
  width: 0.5rem
}

.faq_scroll::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  background-color: var(--white);
  box-shadow: inset 0 0 6px white;
}

.faq_scroll::-webkit-scrollbar-thumb {
  background-color: var(--blue-color);
  border-radius: 0.5rem;
}


.faq_scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--blue-color);
  border-radius: 0.5rem;
}
/* @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
} */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


:focus,
:active{
  /* border: 0 !important; */
  outline: none !important;
  /* animation: blinkBorder 0.5s infinite; */
}

@keyframes blinkBorder {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: var(--pure-orange);
  }
  100% {
    border-color: transparent;
  }
}

.pricing-tab .tabs-container .nav-tabs .nav-link:hover{
  animation: blinkBorder 0.5s infinite;
}



.bg-custom_dark_blue {
  background-color: var(--custom-dark-blue);
}

.btn-custom_orange {
  background-color: var(--custom-orange);
}

.btn-custom_orange:hover {
  background-color: var(--custom-orange-hover);
}

.hover-custom_orange:hover {
  color: var(--custom-orange);
}

.white {
  color: var(--white);
}

.chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--white); /
}



.custm-shadow {
  box-shadow: 0px 4px 6px -2px rgba(223, 223, 223, 0.5);
}

/* ===== BREADCRUMB ===== */
.breadcrumbs_box {
  margin-top: 92px;
  background: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: 0 2px 16px rgba(13, 27, 62, 0.07);
  position: relative;
  overflow: hidden;
}

/* Decorative dot grid on the right */
.breadcrumbs_box::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  background-image: radial-gradient(circle, rgba(255,125,51,0.12) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
}

.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 1;
}

/* Remove "You are here" label */
.breadcrumbs::before {
  display: none;
}

.custom-breadcrumb {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 0;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 0;
}

/* Home link — pill chip style */
.breadcrumb-feature {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: "Rubik", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.4rem;
  padding: 0.3rem 0.75rem;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

/* Home icon via Font Awesome */
.breadcrumb-feature::before {
  content: '\f015';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.65rem;
  color: #94a3b8;
  transition: color 0.18s;
}

.breadcrumb-feature:hover {
  background: #ff7d33;
  color: #ffffff;
  border-color: #ff7d33;
}

.breadcrumb-feature:hover::before {
  color: #ffffff;
}

/* Separator — chevron arrow */
.breadcrumb-item + .breadcrumb-item::before {
  content: '›';
  font-family: "Rubik", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #cbd5e1;
  margin: 0 0.5rem;
  line-height: 1;
}

/* Active / current page — dark navy pill */
.breadcrumb-current {
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.breadcrumb-item.active {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  color: #ffffff;
  background: #0D1B3E;
  border: 1px solid #0D1B3E;
  border-radius: 0.4rem;
  padding: 0.3rem 0.85rem;
}

li.breadcrumb-item a:hover {
  color: #fff;
}


/* Side Icon section Start  */

.icon-container {
  position: fixed;
  right: .5rem;
  bottom: 45%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 11;
  
}
.icon-container .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 15%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border: 1px solid #606060;
}

.icon-container .icon img {
  width: 30px;
  height: 30px;
}


.icon-container .icon:hover {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.3s ease;
  background-color: #ff7d33;
}


i {
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal !important;
}

.arrowBtn{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pure-orange);
}

.arrowBtn span{
  text-decoration: underline;
}

.arrowBtn:hover i {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: translateX(0.5rem);
}


.arrowBtn i {
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 11px;
  font-weight: 400;
}

/* Side Icon section end  */
.socialIcons{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
}
.socialIcons a{
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.875rem;
  line-height: 2.25rem;
  background-color: var(--white);
  border-top-left-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: relative;
  color: var(--white);
}

.socialIcons a:hover{
  background-color: var(--pure-orange);
  color: var(--white);
}

.socialIcons a:hover .socialText{
  opacity: 1;
  right: 3.5rem;
}
.socialIcons a:hover i{
  color: var(--white);
}
.socialIcons .socialText{
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.125rem 0.5rem;
  background-color: var(--pure-orange);
  border-radius: 0.25rem;
  position: absolute;
  right: 0px;
  opacity: 0;
}
.supportIcon i{
  font-weight: 600;
  color: var(--black-color);
}

.socialIcons i{
  color: var(--black-color);
}

.features_Wrapper, .support_wrapper, .intro-section, .about-hero, .terms_wrapper{
  padding-top: 2.5rem;
}
