:root {
    --primary-color: #005776 !important;
    --primary-color-rgb: 20, 35, 21 !important;
    --secondary-color: #cbd82f !important;
    --secondary-color-rgb: 103, 143, 213;
    --tertiary-color: #F4F7FB;
    --tertiary-color-rgb: 244, 247, 251;
}

* {
    --title-font-color: #004763 !important;
}

.btn-dark-text{
 color:#005776 !important;
}

.bg-color-blue{
    background-color: #005776 !important;
}

#subheader .de-overlay {
    background: linear-gradient(45deg, #1111114d, rgb(114 120 132 / 0%)) !important;
}

.sw-overlay{
    background: linear-gradient(45deg, #1111111a, rgb(114 120 132 / 0%)) !important;
}



.logo-main {
    width: 220px;
    /*    filter: invert(10) saturate(0) brightness(3.5); */
    margin: 10px 0px;

}


.logo-scroll {
    width: 220px;
    margin: 10px 0px;

}

.logo-mobile {
    width: 180px;
    margin: 10px 0px;

}

/* #menu-btn{
    color: black !important;
} */

/* header.header-mobile {
    background: #ffffff !important;
} */


#mainmenu>li {
    margin-right: 20px !important;
}

#mainmenu>li>a, #mainmenu li li a {
    font-size: 13px !important;
}
.header-btn{
    padding: 8px 10px !important;
}

@media only screen and (max-width: 992px) {
    .header-col-mid #mainmenu {
        top: 150px !important;
    }
}

@media only screen and (max-width: 425px) {
    .header-col-mid #mainmenu {
        top: 100px !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;
    }

}

@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-top {
    object-position: 50% 0% !important;
}



header #mainmenu li li a:hover {
    color: #ffffff !important;
}

/* @media (min-width:768px) {
    #subheader {
        padding: 220px 0 220px 0 !important;
        min-height: 80vh !important;
    }
} */
#subheader {
   min-height: 50vh;
   display: flex;
   align-items: center;
   background-color: #7da780 !important;
}

@media (min-width: 768px) {
    #subheader {
        padding: 220px 0 220px 0 !important;
        min-height: 100vh !important;
    }


}

.without-banner-page{

}

.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;
}

.equal-cards {
    min-height: 370px;
}

.equal-cards p {
    font-size: 16px !important;
}

#content p a, .accordion-item a {
    color: #0056b3 !important;
    text-decoration: underline;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px !important;
}

  /* Change active accordion button background to blue */
  .accordion-button:not(.collapsed) {
    color: #0077ff !important;
  }

  /* Optional: Change hover state */
  .accordion-button:hover {
    background-color: #e7f1ff; /* Light blue hover */
  }

  /* Optional: Change focus state (when tabbed to) */
  .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }


  @media (min-width:991px) {
    .custom-caption-direction{
        top: 27% !important;
    }
  }



.floating-mobile {
  display: none;
}

@media (max-width: 768px) {
  .floating-mobile {
    display: block !important;
    position: fixed;
    bottom: 0;   /* stick to bottom */
    left: 0;     /* align left */
    width: 100%; /* full width */
    z-index: 99999999999999;
    background: #fff; /* add background so text doesn't overlap */
    padding: 12px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1); /* nice lift effect */
    height: 190px;
  }
  body{
        padding-bottom: 190px !important;
  }
}

@media (max-wdith:425px) {
    .floating-mobile {
  height: 240px;
    }
     body{
        padding-bottom: 240px !important;
  }
}
