@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #fafafa;
}
/* Theme Colors */
:root {
  --primary-color: #ff681e;
  --secondary-color: #024397;
  --light-color: #ffffff;
  --bs-primary-rgb: #ff681e;
}
html {
  overflow-x: clip;
}

[data-animate],
[data-stagger-children] {
  overflow: clip;
  contain: paint;
}

[data-stagger-children] > .stagger-item,
.fadeIn {
  overflow: clip;
}
.bg-orange {
  background-color: var(--primary-color);
}
.nav-link {
  color: var(--secondary-color);
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
}
.bg-secondary {
  background-color: #ff915c !important;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff681e;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
  width: 5px;
}

.bg-light {
  background-color: #fff !important;
}
.text-orange {
  color: var(--primary-color);
}
.btn-orange {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.btn-orange:hover {
  border: 1px solid var(--primary-color);
}
.text-secondary {
  --bs-text-opacity: 1;
  color: #024397 !important;
}
.bg-primary {
  background-color: #024397 !important;
}
.bg-primary-fent {
  background-color: var(--primary-light) !important;
}
/* btnv1 */
.btnv1 {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: var(--secondary-color);
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}

.btnv1:hover::before {
  transform: scaleX(1);
}

.btnv1-content {
  position: relative;
  z-index: 1;
}

.btnv1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: var(--primary-color);
  transition: all 0.475s;
}

/* end btnv1 */

.light-blue {
  background-color: #f2f9ff;
}
.light-orange {
  color: #ffbb99;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.hero-bg {
  background: url(../image/hero/hero-bg.webp);
  background-size: cover;
  background-position: center;
}
.light-orange-bg {
  background-color: #fbede7;
}
/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
  font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
  font-weight: 500 !important;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn-light {
  background: #fff;
  color: #024397;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}
a.btn-white.active {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
a.btn-white {
  width: 15rem;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid var(--primary-color) !important;
}
a.btn-white:hover {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
a.btn-white-credit {
  width: 15rem;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid white !important;
}
a.btn-white-credit.active {
  color: var(--secondary-color) !important;
  background-color: white !important;
  border: 1px solid white !important;
}
a.btn-white-credit:hover {
  color: var(--secondary-color) !important;
  background-color: white !important;
  border: 1px solid white !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

.card {
  --bs-card-bg: transparent !important;
}
/* end */

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--primary-color);
}
.numer-btn {
  background-color: inherit;
  color: #ffff !important;
  padding: 3px 10px;
  border-radius: 50%;
}
/* accordion */
.accordion {
  width: 100%;
  max-width: 600px;
  margin: auto;
  border-radius: 10px;
}

/* Accordion Item */
.accordion-item {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Active State */
.accordion-item.active {
  border-radius: 10px;
  border: 1px solid #ff6600;
}

.accordion-item {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 10px;
}
.accordion-header span {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.accordion-item.active .accordion-header span {
  color: var(--primary-color); /* Orange Text */
}
.accordion-item.active .accordion-header {
  padding: 10px 20px;
}
.accordion-item.active .accordion-header i {
  color: #fff;
  width: 40px !important;
  height: 40px !important;
  font-size: small;
  transform: rotate(90deg);
  background-color: var(--primary-color);
  transition: transform 0.3s ease;
}
/* Non-Active Accordion */
.accordion-item .accordion-header i {
  color: var(--primary-color);
  width: 40px !important;
  transition: transform 0.3s ease;
  height: 40px !important;
  text-align: center;
  font-size: small;
  align-content: center;
  border-radius: 50px;
  box-shadow: 1px 0px 4px 0px #adadad6b;
}
.accordion-header i {
  margin-left: 10px;
}
span.badge {
  flex: 0;
}
/* Accordion Body */
.accordion-body {
  display: none;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.accordion-item.active .accordion-body {
  display: block;
}

/* accordion 2 */
.custom-accordion .accordion-item.active .accordion-header span {
  background-color: var(--primary-color) !important;
  color: white;
}
.custom-accordion .accordion-item.active .accordion-header {
  background-color: #ffe5d8 !important;
  border-radius: 0px;
}
.custom-accordion .accordion-item.active button.accordion-button {
  background-color: #ffe5d8 !important;
  color: var(--primary-color) !important;
}
.custom-accordion .accordion-item.active .accordion-body {
  background-color: #ffe5d8 !important;
}
.custom-accordion .accordion-header {
  padding: 7px 10px !important;
}
/* end */
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ffddcc;
  color: var(--primary-color);
}
#v-pills-profile-tab,
#v-pills-messages-tab,
#v-pills-settings-tab,
#v-pills-home-tab {
  color: var(--primary-color);
}
button#v-pills-profile-tab,
#v-pills-home-tab,
#v-pills-messages-tab,
#v-pills-settings-tab {
  text-align: left;
}

.industry {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  padding: 1px;
}

.industry span.label {
  font-size: 16px;
  z-index: 1;
  font-weight: 500;
  background: #fafafa;
  color: black;
  margin-right: 10px;
  flex-shrink: 0;
}

.marquee-container {
  display: flex;
  flex-grow: 1;
  position: relative;
}

.industry-item {
  margin-right: 3px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-container {
  animation: marquee 15s linear infinite;
}

/* logo slider */
.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-color: #f1f3ff;
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px 0px;
  animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(80%);
  }

  100% {
    transform: translateX(-20%);
  }
}

.slider-items img {
  width: 100%;
  height: 30px;
  object-fit: contain;
  margin: 20px;
}
/* end */

.btn-outline-primary {
  --bs-btn-color: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary-color);
  --bs-gradient: none;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary-color);
  --bs-btn-disabled-border-color: var(--primary-color);
}
a.nav-link.active {
  color: var(--primary-color);
}
.nav-link:focus,
.nav-link:hover {
  color: var(--primary-color);
}
.li-flash-icon {
  list-style-image: url("../image/icons/bolt.webp");
}
.hov-blue:hover {
  background-color: #01295c;
}
.hov-orange:hover {
  background-color: #fbede7;
  border-radius: 1rem;
}
.hov-orange:hover h4 {
  color: var(--primary-color);
}
.bg-light-orange {
  background-color: #fff1ea;
}
.w-15 {
  width: 15% !important;
}
.w-10{
  width: 10% !important;
}
.ms-18 {
  margin-left: 18rem;
}
.mega-icon {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
}
span.float-end.btn-close.click {
  pointer-events: none;
}
.form-width {
  width: 75%;
}
.border-orange {
  border: 1px solid #ffbb99;
}
.mt-n4 {
  margin-top: -3rem;
}
@media screen and (max-width: 1349px) {
  .nav-tabs .nav-link {
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width: 1199px) {
  .nav-tabs .nav-link {
    font-size: 0.7rem !important;
  }
}

@media screen and (max-width: 991px) {
  .nav-tabs .nav-link {
    font-size: 0.8rem !important;
  }
  .mt-n4 {
    margin-top: -2rem;
  }
  .form-width {
    width: 100% !important;
  }
  .hero {
    height: auto !important;
  }
  .mob-hero {
    margin-right: -36px;
  }
  .mega-icon {
    box-shadow: none !important;
  }
}

@media screen and (max-width: 767px) {
  .nav-tabs .nav-link {
    font-size: 1rem !important;
  }
  button#v-pills-profile-tab l,
  button#v-pills-home-tab l,
  button#v-pills-messages-tab l,
  button#v-pills-settings-tab l {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .mob-hero {
    margin-right: -22px !important;
  }
  .hero {
    height: auto !important;
  }
  .nav-tabs .nav-link {
    font-size: 0.9rem !important;
    text-align: center !important;
  }
  .mega-icon {
    width: 25%;
  }
}
