body {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  overflow-x: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.bg-mint {
  background-color: #85c3a9 !important;
}

.bg-coral {
  background-color: #f27c6e !important;
}

.bg-slate {
  background-color: #79869c !important;
  color: white !important;
}

.bg-dark-custom {
  background-color: #1c1c1c;
}

.text-gray-light {
  color: #a0a0a0;
}

.text-light-gray {
  color: #b0b0b0;
}

.sticky-top {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  z-index: 1030;
}

.logo-text {
  letter-spacing: -0.5px;
}

.search-form {
  max-width: 400px;
  width: 100%;
}

.search-form input {
  background-color: #f4f3ef !important;
}

.blog-banner-img {
  height: 250px;
}

.nav-link {
  font-weight: 500;
  font-size: 0.95rem;
  color: #444;
}

.dropdown-menu.show {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.nav-link.active,
.nav-link:hover {
  color: #000;
}

.nav-link.active {
  font-weight: 800;
}

.nav-link-dark.active,
.nav-link-dark:hover {
  color: #fff;
}

.navbar-toggler {
  outline: none;
  box-shadow: none !important;
}

.navbar-toggler .close-icon {
  display: none;
}

.navbar-toggler:not(.collapsed) .menu-icon {
  display: none;
}

.navbar-toggler:not(.collapsed) .close-icon {
  display: inline-block;
}

#mobileSearchForm {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1050;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.hero-image {
  height: 65vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.p-responsive {
  padding: 0px;
}

.hero-title {
  font-size: clamp(1.8rem, 4vw + 1rem, 3.5rem);
}

.carousel-caption {
  bottom: 0;
  top: 0;
  left: 10%;
  text-align: left;
}

.hover-zoom {
  overflow: hidden;
  transition: box-shadow 1s ease-in-out;
}

.hover-zoom img {
  transition:
    transform 3s,
    filter 1s ease-in-out;
  transform-origin: 50% 65%;
}

.hover-zoom:hover img {
  filter: brightness(100%);
  transform: scale(1.15);
}

.just-validate-error-label {
  padding-left: 4px;
  margin-top: 5px;
  font-size: 0.875rem;
}

.just-validate-error-label::before {
  content: "\eca1";
  font-family: "remixicon";
  margin-right: 4px;
}

.text-justify {
  text-align: justify;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-indicators {
  margin-bottom: 2rem !important;
  margin-left: 10.5% !important;
}

.custom-indicators button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  margin: 0 4px !important;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.custom-indicators button.active {
  background-color: #fff !important;
}

.slider-controls {
  position: absolute;
  bottom: 4%;
  right: 10%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.slider-btn {
  color: white;
  border-radius: 0;
  padding: 15px 25px;
  font-size: 1.2rem;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

.topic-tag {
  background-color: #f4f5f7;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: 0.2s;
}

.topic-tag:hover {
  background-color: #e2e4e8;
  color: #000;
}

.newsletter-section {
  background-color: #ffeae3;
}

.newsletter-section::after {
  content: "💡";
  font-size: 8rem;
  position: absolute;
  right: 15%;
  top: 10%;
  opacity: 0.8;
}

.newsletter-section::before {
  content: "📝";
  font-size: 6rem;
  position: absolute;
  right: 28%;
  bottom: 8%;
  opacity: 0.8;
}

.link-list li {
  margin-bottom: 12px;
}

.link-list a:hover {
  color: #fff;
}

.footer-tag {
  background-color: #2a2a2a;
  color: #aaa;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.3s;
}

.footer-tag:hover,
.footer-tag.active {
  background-color: #111;
  color: #fff;
}

.nav-border {
  border-radius: 0px;
  border-left: none !important;
  border-top: 2px solid rgba(0, 0, 0, 0.9) !important;
}

.nav-item-dark {
  background-color: #1c1c1c;
  border-radius: 50px;
  padding: 0px 10px;
}

.r-margin-top {
  margin-top: 0.5rem !important;
}

.container {
  padding: 0px 3rem !important;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.overflowText-r-2,
.overflowText-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.overflowText-r-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: black !important;
}

.r-h1 {
  font-size: 1.8rem;
}

.r-m {
  margin-top: 3rem;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #f4f3ef !important;
}

.accordion-button:focus {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.link-primary {
  text-decoration: underline !important;
  color: #0177a2 !important;
}

.link-primary:hover {
  color: #045876 !important;
}

blockquote {
  border-left: 8px solid rgb(20, 19, 19) !important;
  padding-left: 13px !important;
}

.schedule_badge {
  position: absolute;
  background: white;
  padding: 1px 3px;
  margin-top: 18px;
  margin-left: 3px;
  border-bottom-left-radius: 7px;
}
.r-iframe-height {
  height: 435px;
}
.sticky-admin-bars {
  position: sticky;
  height: max-content;
}
.r-sticky-top {
  top: 85px;
}
::-webkit-scrollbar {
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #fcfcfc;
}

::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #bbb #fcfcfc;
  line-height: 1.5;
}

strong.dropCap {
  float: left;
  width: min-content;
  font-size: 400%;
  line-height: 80%;
  padding: 7px 7px 0px 0px;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: white;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
  }

  .nav-border {
    border-top: none !important;
    border-left: 2px solid rgba(0, 0, 0, 0.9) !important;
  }

  .carousel-caption {
    left: 5% !important;
  }

  .slider-controls {
    right: 9px;
    bottom: 9px;
  }

  .custom-indicators {
    margin-bottom: 1rem !important;
    margin-left: 7% !important;
  }

  .p-responsive {
    padding: 0px 10px;
  }

  .border-end {
    border-right: none !important;
  }

  .border-top {
    border-top: none !important;
  }

  .magic-title {
    font-size: 1.25rem !important;
  }

  .r-margin-top {
    margin-top: 3.5rem !important;
  }

  .container {
    padding: 0rem 1rem !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .overflowText-2 {
    -webkit-line-clamp: 2;
  }

  .overflowText-r-2 {
    -webkit-line-clamp: 3;
  }

  .overflowText-r-3 {
    -webkit-line-clamp: 4;
  }

  .r-h1 {
    font-size: 1.4rem;
  }

  .r-m {
    margin-top: 2rem;
  }
  .r-iframe-height {
    height: 203px;
  }
  .sticky-admin-bars {
    position: sticky;
    height: max-content;
  }
  .no-sticky-md {
    position: absolute !important;
    height: auto !important;
    z-index: 20000 !important;
  }
  .top-0 {
    top: 0px !important;
  }
}

@media (max-width: 768px) {
  .hero-image {
    min-height: 400px;
    height: 55vh;
  }

  .carousel-caption {
    padding-bottom: 4rem !important;
  }

  .slider-btn {
    padding: 10px 18px;
    font-size: 1rem;
  }

  .newsletter-section::after,
  .newsletter-section::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .newsletter-form {
    flex-direction: column;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .newsletter-form input {
    background-color: #fff !important;
    padding: 12px !important;
    border-radius: 8px;
  }

  .newsletter-form button {
    width: 100%;
  }
}
