@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif !important;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  line-height: 1.5;
}
html .h1,
html .h2,
html .h3,
html .h4,
html .h5,
html .h6 {
  color: #242c38;
}
p,
span,
a,
button {
  color: #1f2a37;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.main-primary {
  background-color: #6a1b9a;
  color: #fff;
  border: 1px solid #6a1b9a !important;
  border-radius: 50px;
  transition: background-color 0.3s ease-in-out, background 0.3s ease-in-out,
    color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.main-primary:hover {
  color: #6a1b9a !important;
  background: transparent !important;
}
.main-outline-primary {
  transition: background-color 0.3s ease-in-out, background 0.3s ease-in-out,
    color 0.3s ease-in-out, border 0.3s ease-in-out;
  background-color: transparent !important;
  border: 1px solid #6a1b9a !important;
  color: #6a1b9a !important;
}
body .button.primary,
body .button.btn-outline-primary {
  transition: background-color 0.3s ease-in-out, background 0.3s ease-in-out,
    color 0.3s ease-in-out, border 0.3s ease-in-out;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.main-outline-primary:hover {
  background-color: #6a1b9a !important;
  border: 1px solid #6a1b9a !important;
  color: #ffffff !important;
}
body .button.primary,
body .button.btn-outline-primary:hover {
  background: linear-gradient(
    90deg,
    rgba(106, 27, 154, 0.9) 0%,
    rgba(106, 27, 154, 1) 50%
  ) !important;
  color: var(--themes-text-text-oncolor-primary) !important;
  border: 1px solid transparent !important;
}

body .button.primary:hover {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.esc-section,
.esc-pages-section {
  padding: 80px 0px;
  width: 100%;
}
.homepage-main-section .esc-section,
.homepage-main-section .esc-pages-section {
  padding: 50px 0px !important;
}
.esc-section .esc-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.subtitle,
.esc-section .esc-header h1,
.esc-section .esc-header h2,
.esc-section .esc-header h3,
.esc-section .esc-header h4,
.esc-section .esc-header h5 {
  color: #242c38;
  text-transform: capitalize;
  font-weight: bold !important;
}
.esc-section .esc-header h2 {
  font-size: 2rem;
}
.esc-section .esc-header .header-desc-lg {
  font-size: 2rem;
}
.esc-section .esc-header .header-desc-md {
  font-size: 1.5rem;
}
.esc-section .esc-header .header-desc-sm {
  font-size: 1.25rem;
}
.esc-section .esc-header .header-desc-xs {
  font-size: 1rem;
}
.esc-section .esc-header .header-desc-xxs {
  font-size: 0.875rem;
}
.subtitle {
  font-size: 20px;
}

@media (min-width: 1200px) {
  .esc-section .esc-header h1,
  .esc-section .esc-header h2,
  .esc-section .esc-header h3,
  .esc-section .esc-header h4,
  .esc-section .esc-header h5,
  .esc-section .esc-header h6,
  .esc-section .esc-header p {
    max-width: 75%;
  }
}
.main-white-card {
  background-color: #fff;
  border: 1px solid #bdc5d1;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}

.main-transparent-card {
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.main-transparent-card h5 {
  font-size: 1rem;
  font-weight: bold !important;
}
.header-link {
  color: #6a1b9a;
  border: 1px solid #bdc5d1;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  transition: border-color 0.3s ease-in-out;
}
.header-link:hover {
  border-color: #6a1b9a;
}

.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  height: auto !important;
  align-items: stretch;
}

.owl-carousel .card {
  display: flex;
  flex-direction: column;
  height: auto;
}

.zoom-image-wrapper {
  overflow: hidden;
  touch-action: none;
  position: relative;
  width: 100%;
  height: auto;
}

.panzoom-container {
  overflow: visible !important; /* Allow overflow so zoomed parts show */
  cursor: default !important;
  touch-action: none; /* Still prevent default touch actions */
}

.panzoom-container img {
  display: block;
  max-width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
  will-change: transform;
}

.zoom-image {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Webkit-based browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #6a1b9a;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #6a1b9a transparent;
}

.main-pages-header {
  min-height: 70vh;
  display: flex;
  flex-flow: column;
  padding-bottom: 3rem;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .main-pages-header {
    min-height: 50vh;
  }
}
.main-pages-header .pages-title {
}
.main-pages-header .pages-title .h2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .main-pages-header .pages-title .h2 {
    max-width: 75%;
  }
}
.bredcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  min-width: 12px;
  height: 100%;
  background-image: url("../images/icons/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 8px;
}
.bredcrumb-container .breadcrumb-link,
.bredcrumb-container .breadcrumb-item {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease-in-out;
  padding: 0;
  color: #fff;
}
.bredcrumb-container .breadcrumb-link *,
.bredcrumb-container .breadcrumb-item * {
  color: #fff;
}
.bredcrumb-container .breadcrumb-text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bredcrumb-container .breadcrumb-link:not(.active),
.bredcrumb-container .breadcrumb-item:not(.active) {
  color: #9ca7bb !important;
}

.bredcrumb-container .breadcrumb-link:hover,
.bredcrumb-container .breadcrumb-item:hover {
  color: #fff !important;
}
.nav-tabs-section .nav-tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-bottom: 2px;
  min-width: 100%;
}

.nav-tabs-section .nav-tabs {
  flex-wrap: nowrap !important;
  width: max-content;
  position: relative;
  min-width: 100%;
}

.nav-tabs-section .nav-tabs::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #6a1b9a;
  width: 100%;
  z-index: 0;
}

/* Optional: hide scrollbar in webkit browsers */
.nav-tabs-section .nav-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.nav-tabs-section .nav-tabs {
  white-space: nowrap; /* prevent wrapping */
  flex-wrap: nowrap !important; /* override Bootstrap wrap */
  gap: 1rem;
  justify-content: space-between;
  border: none;
}

.nav-tabs-section .nav-tabs .nav-item {
  white-space: nowrap;
  color: #1f2a37 !important;
}

.nav-tabs-section .nav-tabs-wrapper::-webkit-scrollbar {
  height: 6px;
}

.nav-tabs-section .nav-tabs-wrapper::-webkit-scrollbar-thumb {
  background-color: #6a1b9a;
  border-radius: 10px;
}

.nav-tabs-section .nav-tabs-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

/* Remove all other borders for cleaner look */
.nav-tabs-section .nav-tabs .nav-link {
  border: none;
  margin-bottom: -4px !important; /* Align with the border-bottom line */
  color: #1f2a37 !important;
  padding: 0.5rem 1rem;
  font-size: 1.5rem !important;
  transition: color 0.3s ease-in-out;
  font-weight: 500;
}

/* Active tab styling */
.nav-tabs-section .nav-tabs .nav-link.active {
  background-color: #6a1b9a;
  color: #fff !important; /* Optional: white text */
  border: none;
  border-top-left-radius: 1rem;

  border-top-right-radius: 1rem;
}
.nav-tabs-section .nav-tabs .nav-link:not(.active):hover {
  color: #6a1b9a !important; /* Optional: white text on hover */
}

.owl-carousel .owl-stage-outer {
  margin: 0px -1px;
}

.rounded-tabs-container {
  background-color: #fff;
  border-radius: 1.5rem !important;

  overflow: hidden;
}
.rounded-tabs-container .nav-item {
  margin: 0;
}
@media (max-width: 767.98px) {
  .rounded-tabs-container {
    /* border-radius: 0.5rem !important; */
  }
  .rounded-tabs-container .nav-item {
    width: 100%;
  }
}
.rounded-tabs-container .nav-link {
  border-radius: 0;
  font-weight: 500;
  color: #242c38;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  padding: 1rem;
  font-size: 1.125rem !important;
}

.rounded-tabs-container .nav-link.active {
  background-color: #6a1b9a;
  color: white;
}
.rounded-tabs-container .nav-link:not(.active):hover {
  color: #6a1b9a;
}

@media (min-width: 1200px) {
  .max-w-65 {
    max-width: 65%;
  }
  .max-w-75 {
    max-width: 75%;
  }
}
.btn,
.main-desc {
  font-size: 1.125rem;
}
