/********** Template CSS **********/

:root {
  --bs-font-sans-serif: 'Inter', sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
  font-family: 'Inter', sans-serif !important;
}

/* Logo sizing */
.site-logo { height: 90px; width: auto; display: block; }
.site-logo-mobile { height: 50px; width: auto; display: block; }

/* Optional: ensure logos don’t stretch inside flex containers */
.navbar-brand img, .d-inline-flex > img { max-width: 100%; }

html {
  scroll-behavior: smooth;
}

.back-to-top {
	
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/* === Scroll to Top Button Custom Style === */
.back-to-top {
  background-color: #ffc107 !important; /* Yellow */
  border: none;
  border-radius: 0; /* Start square */
  border-top-right-radius: 20px; /* Brand style */
  transition: all 0.2s ease;
}

.back-to-top:hover {
  background-color: #194d80 !important; /* Primary blue on hover */
  color: #fff !important;
  border-radius: 0; /* Revert to square */
}

/* === Form Submit Button Custom Style === */
button[type="submit"],
.btn-submit {
  background-color: #ffc107 !important; /* Yellow */
  color: #000000 !important; /* Blue text looks nice */
  border: none;
  border-radius: 0;
  border-top-right-radius: 35px; /* Brand corner */
  transition: all 0.2s ease;
}

button[type="submit"]:hover,
.btn-submit:hover {
  background-color: #194d80 !important; /* Blue on hover */
  color: #fff !important; /* White text */
  border-radius: 0; /* Back to square */
}

.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
	border-radius: 0;
  	border-top-right-radius: 25px;
	
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

/* Navbar Color Refinements */
.navbar {
  background-color: #194d80 !important; /* strong blue */
}

.navbar .navbar-nav .nav-link {
  color: #ffffff !important;           /* pure white text */
  font-weight: 600;
  padding: 20px 0;
  transition: color 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #f9c80e !important;           /* gold accent on hover/active */
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.4);
}

.navbar-toggler-icon {
  filter: brightness(10); /* make the hamburger icon white */
}

/* Optional: button in navbar (like “Get a Quote”) */
.navbar .btn-primary {
  background-color: #194d80 !important;
  border-color: #f9c80e !important;
  border: 2px solid;
  color: #ffffff !important;
  font-weight: 600;
	border-radius: 0;
	border-top-right-radius: 25px;
	transition: all 0.3s ease;
}

.navbar .btn-primary:hover {
  background-color: #f9c80e !important;
  border-color: #f9c80e !important;
  color: #194d80 !important;
  border-radius: 0;
	border-top-right-radius: 0px;
}


.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-caption p {
  max-width: 70%;  /* adjust to your liking */
  margin-right: 0;
  margin-left: 0;
  word-wrap: break-word;
	line-height: 1.5;
}

.carousel .carousel-caption .display-1 {
  font-size: 4rem !important; /* smaller headline */
  line-height: 1.3;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }
    
    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

@media (max-width: 992px) {
  .carousel .carousel-caption .display-1 {
    font-size: 2.5rem;
  }
  .carousel .carousel-caption {
    max-width: 90%;
    padding-left: 5rem;
  }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 4px solid var(--bs-yellow);
	border-radius: 0;
	border-top-right-radius: 75px;
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}

/* === About Section Highlight Box === */
.about-highlight {
  border-color: #ffc107 !important; /* Yellow border */
  border-radius: 0;
  border-top-right-radius: 50px; /* Brand corner */
}

/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
	min-height: 650px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.feature .col-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Service ***/

.service .service-item {
    position: relative;
    margin-top: 45px;
	height: 90%;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
	display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px; /* adjust */
}

.service .service-text {
    flex-grow: 1;
}

.service .service-item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
	transition: all 0.3s ease;
}

.service .row {
  row-gap: 3rem; /* adjust 2rem, 3rem, etc. */
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s ease;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
	transform: translateY(-8px);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}

/*** Appoinment ***/
.appoinment {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-2.jpg) left center no-repeat;
    background-size: cover;
	min-height: 650px;
    padding-top: 4rem !important;
    padding-bottom: 9rem !important;
    display: flex;
    align-items: center;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/

.footer {
    background-color: #212529;
    color: var(--bs-secondary);
}
	
.copyright {
    background: #212529 !important;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}
	
/* ===== Footer quick links (FINAL OVERRIDE) ===== */
.footer a.footer-link,
.footer a.footer-link:link,
.footer a.footer-link:visited {
  color: var(--bs-secondary) !important;   /* footer gray */
  display: block !important;               /* stack vertically */
  text-align: left !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 0.65rem 0;
  line-height: 1.2;
}

.footer a.footer-link:hover,
.footer a.footer-link:focus {
  color: #194d80 !important;               /* your blue hover */
  text-decoration: none !important;
}
	
/* ==============================
   Simple, reliable header carousel
   ============================== */

#header-carousel .carousel-item {
  position: relative;
}

#header-carousel .carousel-img {
  width: 100%;
  height: 75vh;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

/* Overlay that always fits the image */
#header-carousel .carousel-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2rem;
  background: rgba(0,0,0,0.35);
  text-align: left;
}

/* Text container width controls wrap (without affecting headline container) */
#header-carousel .carousel-copy {
  max-width: 900px;
}

#header-carousel .carousel-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 3.25rem;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
}

#header-carousel .carousel-text {
  color: rgba(255,255,255,0.92);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 65ch; /* wraps sooner */
  margin: 0;
}

/* Tablet */
@media (max-width: 992px) {
  #header-carousel .carousel-img {
    height: 60vh;
    min-height: 420px;
  }
  #header-carousel .carousel-title {
    font-size: 2.35rem;
  }
  #header-carousel .carousel-text {
    max-width: 42ch;
    font-size: 1rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #header-carousel .carousel-img {
    height: 56vh;
    min-height: 340px;
  }
  #header-carousel .carousel-caption {
    padding: 0 1.25rem;
    background: rgba(0,0,0,0.45);
  }
  #header-carousel .carousel-title {
    font-size: 1.95rem;
  }
  #header-carousel .carousel-text {
    max-width: 32ch;
    font-size: 0.95rem;
  }
}
	
/* =========================================================
   HEADER CAROUSEL — FINAL OVERRIDES (fix small screens)
   ========================================================= */

/* 1) Kill the template's left-side indicator rail behavior */
#header-carousel .carousel-indicators{
  position: absolute !important;
  left: 50% !important;
  top: auto !important;
  right: auto !important;
  bottom: 1rem !important;
  transform: translateX(-50%) !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
}

/* Make indicators into true dots */
#header-carousel .carousel-indicators [data-bs-target]{
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: 0 !important;

  background: rgba(255,255,255,0.55) !important;
  opacity: 1 !important;

  margin: 0 !important;
}

/* Active dot */
#header-carousel .carousel-indicators .active{
  background: rgba(255,255,255,1) !important;
}

/* 2) Image sizing: stable on mobile browsers */
#header-carousel .carousel-img{
  width: 100%;
  height: clamp(340px, 56svh, 520px) !important; /* smooth across devices */
  object-fit: cover;
  display: block;
}

#header-carousel .carousel-copy{
  max-width: min(900px, 92vw);
}

/* Headline + paragraph tuning */
#header-carousel .carousel-title{
  font-size: clamp(1.7rem, 4.8vw, 3.0rem);
  line-height: 1.1;
  margin: 0 0 0.6rem 0;
}

#header-carousel .carousel-text{
  font-size: clamp(0.95rem, 2.6vw, 1.05rem);
  line-height: 1.5;
  max-width: 45ch; /* wraps sooner */
}

/* 4) On very small screens: hide dots completely (optional but clean) */
@media (max-width: 420px){
  #header-carousel .carousel-indicators{
    display: none !important;
  }

  #header-carousel .carousel-text{
    max-width: 34ch;
  }
}

/* ===== Carousel: keep cover, but keep bottom-right content visible ===== */
#header-carousel .carousel-img{
  object-position: 100% 100% !important; /* pushes view toward bottom-right */
}

/* extra nudge on small screens */
@media (max-width: 576px){
  #header-carousel .carousel-img{
    object-position: 100% 100% !important;
  }
}

/* =========================================================
   HEADER CAROUSEL — final positioning + taller + full overlay
   (paste at VERY BOTTOM of style-v3.css)
   ========================================================= */

/* Make carousel taller (desktop/tablet) */
#header-carousel .carousel-item {
  height: 82vh;
  min-height: 640px;
  position: relative;
  overflow: hidden;
}

/* Ensure image fills slide (cropped, cinematic) */
#header-carousel .carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Option B: protect bottom-right logo */
  object-position: 100% 100%;
  display: block;
}

/* FULL image overlay (this is the “original look”) */
#header-carousel .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.50); /* adjust darker/lighter here */
  z-index: 1;
}

/* Caption layer sits ABOVE overlay */
#header-carousel .carousel-caption {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: flex-start;      /* we’ll place it lower with padding-top */
  justify-content: flex-start;
  text-align: left;

  /* Move the text DOWN and LEFT */
  padding-top: clamp(15rem, 12vh, 10rem);
  padding-left: clamp(1.25rem, 6vw, 5rem);
  padding-right: clamp(1.25rem, 6vw, 5rem);
}

/* Title + paragraph sizing */
#header-carousel .carousel-title {
  margin: 0 0 .75rem 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 1.05;
}

#header-carousel .carousel-text {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.55;
  max-width: 60ch; /* wrap sooner */
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    height: 68vh;
    height: 68svh;   /* better on mobile browser chrome */
    min-height: 520px;
  }

  #header-carousel .carousel-caption {
    padding-top: 5rem;   /* moves text down */
    padding-left: 2rem;
    padding-right: 1rem;
  }

  #header-carousel .carousel-copy {
    max-width: 92vw;
    padding: 1rem 1.05rem;
  }

  #header-carousel .carousel-text {
    max-width: 40ch;
  }
}

@media (max-width: 420px) {
  #header-carousel .carousel-item {
    height: 72vh;
    height: 72svh;
    min-height: 540px;
  }

  #header-carousel .carousel-caption {
    padding-top: 4.25rem;
  }
}

/* =========================================================
   HEADER CAROUSEL — HARD OVERRIDE (DESKTOP + MOBILE)
   Put this at the VERY BOTTOM of style-v3.css
   ========================================================= */

/* 1) Give the slide a real height so there is NO gray gap */
#header-carousel .carousel-item{
  position: relative;
  height: clamp(520px, 78vh, 860px);
  background: #000; /* prevents any “empty” showing as gray */
  overflow: hidden;
}

/* 2) Force the image to fill the slide (no squatting, no gaps) */
#header-carousel .carousel-img{
  position: absolute !important; /* beats template rules */
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 3) Overlay covers the WHOLE image (no text box) */
#header-carousel .carousel-caption{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;

  /* move text DOWN + LEFT-ish */
  padding: 0rem 2rem 2rem 12rem;

  background: rgba(0,0,0,0.45) !important; /* whole-image overlay */
  text-align: left;

  /* IMPORTANT: don’t block clicks on arrows */
  pointer-events: none;
  z-index: 2;
}

/* allow text itself to be selectable/clickable if needed */
#header-carousel .carousel-copy{
  pointer-events: auto;
  max-width: 980px;
  background: transparent !important; /* kills the “box” look */
  padding: 0 !important;
  border-radius: 0 !important;
}

/* typography */
#header-carousel .carousel-title{
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(2.0rem, 4.2vw, 3.6rem);
  line-height: 1.08;
  margin: 0 0 0.9rem 0;
}

#header-carousel .carousel-text{
  color: rgba(255,255,255,0.92);
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  line-height: 1.55;
  max-width: 60ch; /* wrap sooner */
  margin: 0;
}

/* 4) Make sure arrows are ABOVE overlay and clickable on desktop */
#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next{
  z-index: 5;
}

/* 5) Dots centered at bottom (no thumbnail rail) */
#header-carousel .carousel-indicators{
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 1.2rem !important;
  transform: translateX(-50%) !important;

  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;

  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 6;
}

#header-carousel .carousel-indicators [data-bs-target]{
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: 0 !important;
  background: rgba(255,255,255,0.55) !important;
  opacity: 1 !important;
  margin: 0 !important;
}

#header-carousel .carousel-indicators .active{
  background: rgba(255,255,255,1) !important;
}

/* Mobile tweaks */
@media (max-width: 576px){
  #header-carousel .carousel-item{
    height: clamp(520px, 72svh, 760px);
  }

  #header-carousel .carousel-caption{
    padding: 5.5rem 1.25rem 4.5rem 3rem; /* down + side padding */
  }

  #header-carousel .carousel-text{
    max-width: 36ch;
  }
}

/* Mobile: force overlay to cover full image width */
@media (max-width: 576px) {
  #header-carousel .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
}
