:root {
  --primary-color: #6b8493 !important;
  --secondary-color: #54697f !important;
}

body {
  --body-font-color: #000000 !important;
  font-size: 17px !important;
}

/* .without-banner-hero {
  min-height: 30vh !important;
  background: #234982 !important;
} */

#subheader .de-overlay {
  background: linear-gradient(180deg, #1111114d, rgb(0 0 0 / 15%)) !important;
}

.sw-overlay {
  background: linear-gradient(180deg, #1111114d, rgb(0 0 0 / 15%)) !important;
}

#content p a {
  color: #0056b3;
  text-decoration: underline;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 2px !important;
  font-weight: bold;
}

#content p a.btn-main {
  color: #ffffff !important;
}

.logo-main {
  width: 180px;
  filter: invert(1) brightness(5) saturate(0);
  margin: 10px 0px;
}

.logo-scroll,
.logo-mobile {
  width: 180px;
  margin: 10px 0px;
}

.logo-scroll {
  filter: brightness(0.5);
}

#mainmenu > li {
  margin-right: 28px !important;
}

#mainmenu li a {
  font-size: 12.5px !important;
}

@media only screen and (max-width: 992px) {
  .header-col-mid #mainmenu {
    top: 150px !important;
  }
}

/* Styles for Sub-Menus */
.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  /* Align sub-menu to the right of the parent item */
  top: 55px;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

li:hover > .sub-menu {
  display: block;
  /* Show sub-menu on hover */
}

/* Style for Links */
.sub-menu li a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #f9f9f9;
}

.sub-menu li a:hover {
  background-color: #ececec;
}

@media (min-width: 991px) {
  .head-menu {
    background-image: url(https://cdn-icons-png.flaticon.com/512/32/32213.png) !important;
    background-position: 13em 15px !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
  }

  #mainmenu li ul ul:not(.ul-list) {
    margin-left: 199px !important;
  }

  #mainmenu li ul {
    width: 250px;
  }
}

@media (max-width: 991px) {
  header.header-mobile #mainmenu li > ul > li > span {
    filter: invert(1);
  }
}

#content p a,
#content li a {
  text-decoration: underline;
}

h2 {
  font-size: 36px !important;
}

.btn-main {
  text-decoration: none !important;
}

.inner-page-banner {
  object-position: 50% 100% !important;
}
.inner-page-banner-bottom {
  object-position: 50% 0% !important;
}

header #mainmenu li li a:hover {
  color: #ffffff !important;
}

#subheader {
  min-height: 50vh;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #subheader {
    padding: 220px 0 220px 0 !important;
    min-height: 100vh !important;
  }
}

.swiper-slide-active .slider-title,
h2.slider-title {
  letter-spacing: normal !important;
}

#subheader h1 {
  margin: 20px 0px !important;
}

.sw-text-wrapper h2 {
  /*  font-size: 3.5rem !important; */
  font-weight: 900 !important;
}

.sw-text-wrapper h3 {
  /*  font-size: 2rem !important; */
  font-weight: 900 !important;
}

#contact_form textarea {
  height: 151px !important;
}

.shadow-custom {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Make columns equal height */
.equal-row {
  display: flex;
  flex-wrap: wrap;
}

.equal-row > [class*="col-"] {
  display: flex;
  margin-bottom: 20px;
}

.equal-row .rounded-20px {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.equal-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.equal-cards p {
  font-size: 14px !important;
}

@media (min-width: 991px) {
  .custom-caption-direction {
    top: 27% !important;
  }
}

@media (max-width: 768px) {
  .responsive-slider {
    min-height: 50vh !important;
  }
}

@media (max-width: 500px) {
  .slider-title {
    font-size: 25px !important;
  }

  .slider-teaser {
    font-size: 16px !important;
  }
  .custom-caption-direction {
    top: 75% !important;
  }
}

.accordion-header .accordion-button {
  font-weight: bold !important;
}





.accordion-button {
    background: #ffffff !important;
    font-weight: bold !important;
    padding: 18px 20px !important;
    font-size: 1.05rem !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #f7f9fc !important;
    color: #003974 !important; /* Bootstrap Primary */
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1) !important;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(40%) sepia(30%) saturate(600%) hue-rotate(180deg) !important;
    transition: transform 0.3s ease !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}

.accordion-body {
    background: #ffffff !important;
    padding: 20px !important;
    border-top: 1px solid #eee !important;
    color: #000000 !important;
}

/* Smooth collapse animation */
.accordion-collapse {
    transition: all 0.35s ease !important;
}
