/* Add here all your CSS customizations */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
 
 {
    width: 100%;
    padding-right: var(--bs-gutter-x, .5rem) !important;
    padding-left: var(--bs-gutter-x, .0rem)!important;
    margin-right: auto;
    margin-left: auto;
}




 


.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    background-color: #007bff; /* Blue background color */
    color: #fff; /* White text color */
    border-radius: 5px; /* Optional: Add rounded corners */
}

.card-body {
    padding: 32px;
    padding: 1rem;
}


.pt-1 {
    padding-top: 3.25rem !important;
}

#header .header-body {
    display: flex;
    flex-direction: column;
    /* background: #FFF; */
    transition: min-height 0.3s ease;
    width: 100%;
    /* border-top: 3px solid #EDEDED; */
    /* border-bottom: 1px solid transparent; */
    z-index: 1001;
}


.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}

.gallery-carousel .owl-prev,
.gallery-carousel .owl-next {
  position: absolute;
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-carousel .owl-prev {
  left: -10px;
}

.gallery-carousel .owl-next {
  right: -10px;
}

.gallery-carousel .owl-prev span,
.gallery-carousel .owl-next span {
  font-size: 24px;
  line-height: 1;
}

@media(max-width: 575px){
  .gallery-carousel .owl-prev { left: 0; }
  .gallery-carousel .owl-next { right: 0; }
}



html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active, html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus {
    border-right-color: #1c5fa8;
    background-color: #1c5fa8 !important;
    color: #ffff;
    padding-left: 10px !important;
}

html body .tabs-secondary .nav-tabs li .nav-link.active, html.dark body .tabs-secondary .nav-tabs li .nav-link.active, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-secondary .nav-tabs li .nav-link.active:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-secondary .nav-tabs li .nav-link.active:focus, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus
 
 {
    border-top-color: #e36159;
    color: #fff;
    background-color: #e36159;
}





/* -------- Footer Base -------- */
#footer {
  font-size: 15px;
  line-height: 1.6;
}

#footer .footer-ribbon span {
  font-size: 14px;
}

/* Column spacing + alignment */
#footer .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Contact icons alignment */
#footer .list-icons li i {
  font-size: 16px;
}

/* Make WhatsApp number wrap nicely */
#footer .text-8 {
  line-height: 1.3;
  word-break: break-word;
}

/* -------- Mobile (≤ 575px) -------- */
@media (max-width: 575px) {

  #footer {
    text-align: center;
  }

  /* Stack sections vertically */
  #footer .row.py-5 {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
  }

  #footer .row > [class*="col-"] {
    margin-bottom: 25px;
  }

  /* Center contact list */
  #footer .list-icons {
    padding-left: 0;
  }

  #footer .list-icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer .list-icons li p {
    text-align: center;
  }

  /* Reduce heading size */
  #footer h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* Inputs full width */
  #footer .contact-form .form-control {
    font-size: 14px;
  }

  /* Submit button full width */
  #footer .contact-form input[type="submit"] {
    width: 100%;
  }

  /* Copyright */
  .footer-copyright p {
    font-size: 12px;
  }
}

/* -------- Tablets (576px – 991px) -------- */
@media (min-width: 576px) and (max-width: 991px) {

  #footer {
    text-align: left;
  }

  #footer .row > [class*="col-"] {
    margin-bottom: 25px;
  }

  #footer h5 {
    font-size: 17px;
  }

  .footer-copyright p {
    font-size: 13px;
  }
}

/* -------- Large Screens (≥ 992px) -------- */
@media (min-width: 992px) {

  #footer h5 {
    font-size: 18px;
  }

  #footer .contact-form .form-control {
    font-size: 15px;
  }
}
