/* Acumin Variable Concept */
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/fonts/fonnts.com-AcuminPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/fonts/fonnts.com-AcuminPro-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/fonts/fonnts.com-AcuminPro-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/fonts/fonnts.com-AcuminPro-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/fonts/fonnts.com-AcuminPro-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-display: swap;
}

/* Myriad Pro */
@font-face {
  font-family: "Myriad Pro";
  src: url("../../fonts/MyriadPro-Regular_0.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

/* Montserrat Medium */
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
body {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  font-family: "Acumin Variable Concept", sans-serif;
}

/* Primary color */
:root {
  --primary-color: #73a8a7;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.sec-pad {
  padding: 40px 0px;
}
.abt-pad {
  padding: 150px 0px;
}
p {
  /* font-size: 18px; */
  font-weight: 300;
  /* font-size: 28px; */
  /* font-size: 1.1rem; */
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  line-height: 1.3;
}
/* Header */
header {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 50px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  backdrop-filter: none;
}

header .logo {
  font-size: 40px;
  font-weight: bold;
  margin-right: 50px;
}
header .logo .logo-img {
  width: 190px;
}

header nav {
  display: flex;
  gap: 35px;
  padding-top: 50px;
  padding-bottom: 25px;
  align-items: center;
}

header nav a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 19px;
  padding: 0px 20px;
}
header nav a:hover {
  color: var(--primary-color);
}

/* Slider */
.slider-carousel .item {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

/* Slide background image */
.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* min-height: 600px; */
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 8s ease-in-out; /* slow zoom effect */
  z-index: 1;
  object-position: top;
}

/* Zoom only for active slide */
.slider-carousel .owl-item.active .slide-bg {
  transform: scale(1.1);
}

/* Slider text */
.slider-content {
  position: absolute; /* exact position */
  top: 45%;
  left: 20%;
  transform: translateY(30px);
  opacity: 0;
  z-index: 2;
  transition: opacity 1.5s ease, transform 1.5s ease; /* slower fade-up */
  width: 55%;
}

.slider-carousel .owl-item.active .slider-content {
  opacity: 1;
  transform: translateY(0);
}

/* Text styling */
.slider-content h2 {
  font-size: 65px;
  margin: 0 0 15px;
  line-height: 1.1;
  color: #5e5e5e;
  font-weight: 200;
  /* letter-spacing: .1rem; */
  /* text-transform: capitalize; */
}
.slider-content h2 span {
  color: var(--primary-color);
}

.slider-content p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  color: #264a4a;
}

/* Owl Dots near the text */
.slider-carousel .owl-dots {
  position: absolute;
  top: 60%;
  left: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}

.slider-carousel .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 50%;
  display: block;
  transition: background 0.3s;
}

.slider-carousel .owl-dot.active span {
  background: var(--primary-color) !important;
}
.bg-section {
  background-image: url(../../img/bg-3.png);
  min-height: 500px;
  margin-top: -200px;
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  width: 100%;
  display: none;
}

/* Waves at bottom */
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.abt-img img {
  /* border-radius: 20px; */
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.abt-des p {
  
}
.btn-primary-white {
  padding: 3px 20px;
  background: white;
  border-radius: 0px 18px;
  color: #5e5e5e;
  text-decoration: none;
  /* font-weight: 00; */
  letter-spacing: 1.4px;
}
.btn-primary-white:hover {
  border: 1px solid white !important;
  color: white !important;
  background: var(--primary-color) !important;
}
.wdu-img img {
  object-fit: cover;
  aspect-ratio: 3/4;
  width: 100%;
  /* border-radius: 20px; */
  border-radius: 25px;
}
.wdu-des {
  /* border-radius: 20px; */
  border-radius: 25px;
  background-color: #e7f7f6;
}
.wdu-des p {
  color: #508182;
  
  margin-bottom: 0;
}
.wdu-des h3 {
  color: #508182;
  font-weight: 300;
}
.sec-title h2 {
  color: white;
  font-weight: 300;
  font-size: 40px;
}
.btn-sqr-white {
  background-color: white;
  padding: 15px 25px;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 600;
  gap: 10px;
}
.btn-sqr-white:hover {
  background-color: transparent;
  border: 1px solid white;
  color: white !important;
}
.btn-sqr-dark {
  background-color: var(--primary-color);
  padding: 15px 25px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  gap: 10px;
}
.btn-sqr-dark:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}
.circle-arrow i {
  font-size: 9px;
  border: 2px solid;
  /* padding: 3px; */
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;

  font-weight: 900;
}

.image-shape {
  width: 355px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.image-shape img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Top-right overlay */
.top-right-cut {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: var(--primary-color);
  /* clip-path: polygon(0 0, 100% 0, 100% -10%, 110% 0, 110% 100%, 100% 110%, 0 110%, -10% 100%, -10% 0); */
  pointer-events: none;
  border-bottom-left-radius: 20px;
}
.top-right-cut::before {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 -20px 0 0 var(--primary-color);
  top: 0;
  right: 100%;
  border-top-right-radius: 20px;
}
.top-right-cut::after {
  bottom: -40px;
  left: calc(100% - 20px);

  border-top-right-radius: 20px;
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 -20px 0 0 var(--primary-color);
  z-index: 0;
}
.wcu .top-right-cut::after {
  /* bottom: -40px;
  left: calc(100% - 20px); */
  bottom: -40px;
  left: calc(100% - 32px);
  border-top-right-radius: 20px;
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 -20px 0 0 var(--primary-color);
  z-index: 0;
}
.abt-des.top-right-cut::after {
  /* bottom: -40px;
  left: calc(100% - 20px); */
  bottom: -40px;
  left: calc(100% - 32px);
  border-top-right-radius: 20px;
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 -20px 0 0 var(--primary-color);
  z-index: 0;
}
.top-right-cut-white::before {
  box-shadow: 0 -20px 0 0 white;
}
.top-right-cut-white::after {
  box-shadow: 0 -20px 0 0 white;
}

/* Bottom-right overlay */
.bottom-right-cut {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: var(--primary-color);
  border-top-left-radius: 20px;
  /* pointer-events: none; */
}
.bottom-right-cut-white {
  background-color: white;
}
.cop-title {
  color: var(--primary-color) !important;
  font-size: 15px !important;
}
/* Corner shaping */
.bottom-right-cut::before {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 var(--primary-color); /* downward shadow */
  bottom: 0;
  right: 100%;
  border-bottom-right-radius: 20px;
}

.bottom-right-cut-white::before {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 white; /* downward shadow */
  bottom: 0;
  right: 100%;
  border-bottom-right-radius: 20px;
}

.bottom-right-cut::after {
  top: -40px;
  left: calc(100% - 20px);
  border-bottom-right-radius: 20px;
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 var(--primary-color);
  z-index: 0;
}

.bottom-right-cut-white::after {
  top: -40px;
  left: calc(100% - 20px);
  border-bottom-right-radius: 20px;
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 white;
  z-index: 0;
}

/* Arrow inside the cut */
.bottom-right-cut .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* center it */
  background: white; /* white circle background */
  border-radius: 50%; /* make it circular */
  /* padding: 15px;              */
  display: flex; /* center image inside */
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

/* Arrow inside the cut */
.bottom-right-cut-white .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* center it */
  background: #508182; /* white circle background */
  border-radius: 50%; /* make it circular */
  /* padding: 15px;              */
  display: flex; /* center image inside */
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.bottom-right-cut .arrow img {
  max-width: 30px; /* fix typo: '30pxx' → '30px' */
  height: auto;
  display: block;
}

.bottom-right-cut-white .arrow img {
  max-width: 30px; /* fix typo: '30pxx' → '30px' */
  height: auto;
  display: block;
  filter: brightness(200);
}

/* card slider */
.custom-card {
  background: #508182;
  padding: 40px;
  margin: 10px;
  color: #fff;
  border-radius: 20px;
  /* text-align: center; */
  font-size: 20px;
}
.services .custom-card {
  padding: 30px;
  min-height: 520px;
}

/* Center dots below the carousel */
.custom-carousel .owl-dots {
  text-align: center;
  margin-top: 20px; /* space below cards */
  position: relative;
}

/* Customize individual dot */
.custom-carousel .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #508182 !important; /* inactive dot color */
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active dot */
.custom-carousel .owl-dot.active {
  background-color: #4dc7a0 !important; /* active dot color */
  transform: scale(1.3);
}

.card-title {
  width: 70%;
}
.card-title h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

.card-des {
  padding-top: 70px;
}
.custom-card .circle-arrow i {
  font-size: 12px;
  border: 3px solid;
  padding: 3px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}
.custom-card .circle-arrow i:hover {
  color: white;
}
.ser-p p {
  font-size: 1.1rem;
}
footer .footer-title {
  color: #508182;
  font-size: 25px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
}

.footer-info p {
  color: var(--primary-color);
  /* font-family: "Myriad Pro"; */
  font-size: 17px;
}
.footer-info p:hover {
  color: #508182;
}
.footer-info svg {
  color: #508182;
}
.footer-info svg:hover {
  color: #508182;
}
.footer-info p:hover svg {
  color: #508182;
}

.footer-link a {
  display: block;
  color: var(--primary-color);
  text-decoration: none;
  line-height: 2.6rem;
  font-size: 18px;
  /* font-family: "Myriad Pro"; */
}
.footer-link a:hover {
  color: #508182;
}
.footer-form input {
  padding: 15px;
  color: black;
  border: none;
  background-color: #a9d2d2;
  text-align: center;
  font-weight: normal;
  width: 75%;
  /* font-family: "Myriad Pro"; */
}
.footer-form .btn-sqr-white {
  width: 75%;
}
.social-link {
  gap: 45px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 35px;
}
.social-link a {
  background-color: #508182;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.social-link a:hover {
  border: 1px solid #508182;
  background-color: transparent;
}
.social-link a i {
  color: #a9d2d2;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20px;
  height: 20px;
}
.services-detail-content img {
  object-fit: cover;
  aspect-ratio: 4/2;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.services-detail-content h2 {
  margin-bottom: 20px;
}

.services-detail-content p {
  
  margin-bottom: 20px;
}
.services-quick-link {
  /* background: rgba(80, 128, 130, 0.95);
    backdrop-filter: blur(8px); */
  border: 1px solid var(--primary-color, #73a8a7);
  border-radius: 20px;
  padding: 30px;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); */
  /* transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; */
}

/* .services-quick-link:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
} */

.services-quick-link h3 {
  color: #5e5e5e;
  font-size: 28px;
  /* font-weight: 500; */
  margin-bottom: 25px;
  text-align: left;
}

.services-quick-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-quick-link ul li {
  margin-bottom: 15px;
  background-color: whitesmoke;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-quick-link ul li a {
  color: #5e5e5e;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.services-quick-link ul li .active {
  color: var(--primary-color);
}

.services-quick-link ul li a:hover {
  color: #508182;
  text-decoration: none;
}

/* .services-quick-link ul li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #508182;
    transition: width 0.3s ease-in-out;
} */

/* .services-quick-link ul li:hover::after {
    width: 100%;
} */

@media (max-width: 768px) {
  .services-quick-link h3 {
    font-size: 20px;
  }

  .services-quick-link ul li a {
    font-size: 16px;
  }

  .services-quick-link {
    padding: 15px;
  }
}
@media (max-width: 1500px) {
  .page-bg .bg-section {
    margin-top: -200px;
  }
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 400px;
    margin-top: -250px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 1400px) {
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 400px;
    margin-top: -250px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 1300px) {
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 400px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
  .page-bg .bg-section {
    min-height: 300px !important;
    margin-top: -100px;
  }
}
@media (max-width: 1200px) {
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 350px;
    margin-top: -250px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
  p{
    font-size: 1.17rem;
  }
  header nav a {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 300px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
  header nav {
  display: flex;
  gap: 25px;}
}
@media (max-width: 999px) {
  .ft-pad{
    padding: 0px 20px;
  }
  .sec-pad {
  padding: 20px 0px;
}
  .banner {
    position: relative;
    width: 100%;
    height: 300px !important  ;
  }
  .ser-p p {
    font-size: 1rem;
  }
  .cop-title {
    color: var(--primary-color);
    font-size: 13px;
  }
  .row-col {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
  }
  .row-col a {
    width: 50% !important;
  }
  .container {
    padding: 0px 20px;
  }
  .slider-carousel .owl-dot span {
    width: 8px !important;
    height: 8px !important;
  }

  .slider-carousel .owl-dots {
    left: 2%;
    gap: 8px;
  }
  .image-shape img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    aspect-ratio: 4/3;
  }
  .social-link a {
    background-color: #508182;
    padding: 5px;
  }

  .social-link a i {
    color: #a9d2d2;
    font-size: 12px;
  }

  .social-link {
    gap: 25px;
  }

  .sec-title h2 {
    color: white;
    /* font-weight: 600; */
    font-size: 28px;
    margin-bottom: 20px;
  }
  .footer-form input {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-form .btn-sqr-white {
    width: 100%;
  }
  .footer-link {
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .slider-content h2 {
    font-size: 45px;
  }
  .footer-link a {
    display: block;
    color: var(--primary-color);
    text-decoration: none;
    line-height: 1.6rem;
    font-size: 16px;
  }
  .slider-carousel .item {
    height: 55vh;
    position: relative;
    overflow: hidden;
  }
  .footer-info p {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 250px;
    margin-top: -150px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
  .slider-content {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 100%;
  }

  .wdu-img {
    margin-top: 20px;
  }
  .wdu-img .top-right-cut::after {
    bottom: -40px;
    left: calc(100% - 32px) !important;
  }
  .wdu-des {
    background-color: transparent;
  }
  .what-set-apart .wdu-des p {
    color: white;
  }
  .what-set-apart .wdu-des h3 {
    color: white;
  }
  header nav {
    display: flex;
    gap: 5px;
  }
   .abt-pad {
      padding: 0px 0px;
      position: relative;
      z-index:1;
    }
     .abt-img img {
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }
  header nav a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 10px;}
  header {
  position: absolute;
  top: 30px;}
  
}
@media (max-width: 700px) {
  .banner-content {
    position: absolute;
    top: 65% !important;
  }
  .page-bg .bg-section {
    min-height: 130px !important;
    margin-top: -100px !important;
  }
  .banner-content h2 {
    font-size: 35px !important;
  }
  .slider-content h2 {
    font-size: 35px;
    padding-right: 50px;
  }
  .image-shape img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    aspect-ratio: 1;
  }
  .wcu img {
    height: 300px !important;
  }
  .wcu {
    width: 255px !important;
  }
  .services .image-shape img {
    aspect-ratio: 4/3;
  }
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 180px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
  .slider-content {
    position: absolute;
    top: 40%;
    left: 10%;
  }
  .slider-carousel .owl-dots {
    position: absolute;
    top: 50%;
  }
  .abt-pad {
    padding: 0px 0px;
    position: relative;
    z-index: 1;
  }
  .abt-img img {
    margin-top: -90px;
    position: relative;
    z-index: 1;
  }
}
.about-section{
  padding: 100px 0px;
}



@media (max-width: 500px) {
  .about-section .image-shape{
  width: auto !important;
}

 .about-section .image-shape img{
  
  aspect-ratio: 4/3;
}
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 130px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 396px) {
  .slider-content h2 {
    font-size: 32px;
    padding-right: 30px;
  }
}

/* existing top curve */
.line-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 282px;
  height: 24px;
  border-top: 3px solid var(--primary-color);
  border-right: 3px solid var(--primary-color);
  border-top-right-radius: 170px;
}

/* existing after curve + horizontal */
.line-container::after {
  content: "";
  position: absolute;
  left: 280px;
  top: 20px;
  width: 734px;
  height: 24px;
  border-bottom: 3px solid var(--primary-color);
  border-bottom-left-radius: 170px;
  border-left: 3px solid var(--primary-color);
}

/* new bottom border full span */
.line-container .bottom-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1014px;
  /* 282 + 534 */
  height: 2px;
  background: var(--primary-color);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-left: auto;
  z-index: 1100;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #333;
  margin: 4px 0;
}
.bc-nav a {
  font-size: 18px;
  color: #5e5e5e;
  text-decoration: none;
  font-weight: 500;
  z-index: 9;
}

.bc-nav .active p {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.bc-nav .active p span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.bc-nav a:hover {
  color: var(--primary-color);
  font-weight: 600;
}
.bc-nav span {
  color: #5e5e5e;
  font-weight: 500;
}

.banner {
  position: relative;
  width: 100%;
  height: 400px; /* adjust height as needed */
  overflow: hidden;
}

.banner-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: 75%; /* vertically center */
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 99;
}

.banner-content .container {
  text-align: left; /* align inside container */
}

.banner-content h2 {
  font-size: 55px;
  margin: 0 0 15px;
  line-height: 1.1;
  color: #5e5e5e;
  font-weight: 200;
  letter-spacing: 0.1rem;
  /* text-transform: capitalize; */
}
.vision-section .image-shape img {
  aspect-ratio: 1;
}
.mission-section .image-shape img {
  aspect-ratio: 1;
}
.about-section .custom-card {
  padding: 25px;
}
.testimonials-section .card-des p {
  font-size: 1.1rem;
  max-width: 80%;
}
.page-bg .bg-section {
  min-height: 400px;
}

/* Styles for Facilities page */
.facilities-intro {
  background: linear-gradient(135deg, var(--primary-color), #508182);
  color: white;
  text-align: center;
  padding: 80px 0;
}
.facilities-intro h2 {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 20px;
}
.facilities-intro p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}
.facility-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(10px); */
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out,
    border-color 0.4s ease-in-out;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-color: var(--primary-color);
}
.facility-card:hover {
  transform: translateY(-15px) scale(1.02);
  /* box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2); */
  /* border-color: var(--primary-color); */
}
.services-detail .facility-card {
  box-shadow: none;
  backdrop-filter: 0;
  border: 1px solid var(--primary-color);
  transition: none;
  height: auto;

  /* max-height: 300px; */
  margin-top: 40px;
}
.services-detail .facility-card:hover {
  transform: none;
}
.facility-icon {
  font-size: 45px;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.facility-card h3 {
  color: #508182;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 23px;
}
.facility-card p {
  color: #5e5e5e;
  font-size: 18px;
}
.cta-section {
  background: var(--primary-color);
  color: white;
  text-align: center;
  padding: 80px 0;
}
.cta-section h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 20px;
}
.cta-section .btn-sqr-white {
  font-size: 20px;
  padding: 20px 40px;
}
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .facilities-intro h2 {
    font-size: 40px;
  }
  .facilities-intro p {
    font-size: 18px;
  }
}
@media (min-width: 2200px) {
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 800px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover !important;
  }
}
@media (min-width: 2000px) {
  .page-bg .bg-section {
    min-height: 600px;
  }

  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 700px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover !important;
  }
  .line-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 682px;
    height: 24px;
    border-top: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    border-top-right-radius: 170px;
  }
  .line-container::after {
    content: "";
    position: absolute;
    left: 679px;
    top: 20px;
    width: 710px;
    height: 24px;
    border-bottom: 3px solid var(--primary-color);
    border-bottom-left-radius: 170px;
    border-left: 3px solid var(--primary-color);
  }
  .line-container .bottom-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1391px;
    height: 2px;
    background: var(--primary-color);
  }
  /* header .logo .logo-img {
  width: 350px;
} */
  /* header nav a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 25px;
    padding: 0px 50px;
  } */

  .banner-content {
    position: absolute;
    top: 80%;
  }

  .banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }

  .header-div {
    padding-left: 400px !important;
  }
  .slider-content {
    position: absolute;
    top: 45%;
    left: 30%;
  }
  .slider-carousel .owl-dots {
    position: absolute;
    top: 60%;
    left: 20%;
  }
}
@media (min-width: 1800px) and (max-width: 2000px) {
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 600px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover !important;
  }

  .banner {
    position: relative;
    width: 100%;
    height: 500px !important;
    overflow: hidden;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .slider-content {
    position: absolute;
    top: 45%;
    left: 23% !important;
  }
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .page-bg .bg-section {
    min-height: 450px;
  }

  .banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .banner-content {
    position: absolute;
    top: 85% !important;
  }
  .container {
    max-width: 1500px;
  }
  .bg-section {
    background-image: url(../../img/bg-3.png);
    min-height: 500px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover !important;
  }
  .line-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* width: 382px; */
    width: 552px;
    height: 24px;
    border-top: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    border-top-right-radius: 170px;
  }
  .line-container::after {
    content: "";
    position: absolute;
    /* left: 379px; */
    left: 549px;
    top: 20px;
    width: 741px;
    height: 24px;
    border-bottom: 3px solid var(--primary-color);
    border-bottom-left-radius: 170px;
    border-left: 3px solid var(--primary-color);
  }
  .line-container .bottom-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1292px;
    height: 2px;
    background: var(--primary-color);
  }
  .header-div {
    padding-left: 300px !important;
  }
  .slider-content {
    position: absolute;
    top: 45%;
    left: 26%;
  }
  .slider-carousel .owl-dots {
    position: absolute;
    top: 60%;
    left: 20%;
  }
}

/* Slide-in nav */
@media (max-width: 768px) {
  p {
    font-size: 1rem;
    letter-spacing: 1.2px;
    line-height: 1.3;
  }

  .btn-primary-white {
    padding: 1px 20px;
    background: white;
    border-radius: 0px 18px;
    color: #5e5e5e;
    text-decoration: none;
    font-weight: 00;
    letter-spacing: 1.4px;
    font-size: 0.9rem;
  }
  .vision-section .image-shape img {
    aspect-ratio: 4/3;
  }
  .mission-section .image-shape img {
    aspect-ratio: 4/3;
  }
  .header-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px;
  }
  body {
    overflow-x: hidden;
  }

  header nav {
    position: fixed;
    top: -10px;
    left: 0;
    height: 100vh; /* full height */
    width: 300px;
    background: var(--primary-color);
    flex-direction: column;
    padding: 60px 20px 20px 20px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 99999999999999999999999999;

    /* Start offscreen */
    /* transform: translateX(100%); */
    opacity: 0;
    pointer-events: none; /* prevent clicks when hidden */

    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  /* Show menu smoothly */
  header nav.show {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto; /* enable clicks */
  }
  .about-section .image-shape img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    aspect-ratio: 4/3 !important;
  }

  header nav a {
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
    color: white;
    text-decoration: none;
    display: block;
    font-weight: 600;
    line-height: 0;
    border-bottom: 1px solid #f5f5f554;
    padding-bottom: 20px;
    margin: 0;
  }
  header nav a:hover {
    color: #5e5e5e;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-left: auto;
    z-index: 1100;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .hamburger span {
    height: 3px;
    width: 25px;
    background: #5e5e5e;
    margin: 4px 0;
  }
  /* Close button */
  .close-btn {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 15px;
    left: 20px;
    cursor: pointer;
  }
  /*  */
  header {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    backdrop-filter: none;
  }
  .line-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 49% !important;
    height: 20px !important;
    border-top: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    border-top-right-radius: 170px;
    display: none;
  }
  .line-container::after {
    content: "";
    position: absolute;
    left: 48.55% !important;
    top: 20px !important;
    width: 50%;
    height: 20px;
    border-bottom: 3px solid var(--primary-color);
    border-bottom-left-radius: 170px;
    border-left: 3px solid var(--primary-color);
    display: none;
  }

  .line-container .bottom-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* 282 + 534 */
    height: 2px;
    background: var(--primary-color);
    display: none;
  }
  .services .custom-card {
    padding: 20px;
    min-height: 420px;
  }
  header .logo .logo-img {
    width: 200px;
  }
  header .logo {
    font-size: 40px;
    font-weight: bold;
    margin-right: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  
  .wdu-img {
    margin-bottom: 20px;
  }
  .wdu-img .top-right-cut::after {
    bottom: -40px;
    left: calc(100% - 32px) !important;
  }
  .wdu-des {
    background-color: transparent;
  }
  .what-set-apart .wdu-des p {
    color: white !important;
    
    margin-bottom: 0;
  }
  .what-set-apart .wdu-des h3 {
    color: white;
    font-weight: 300;
  }
  .services .image-shape{
    width: auto !important;
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(50px); /* start slightly below */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.facility-card a {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
  .ft-continer {
    padding: 0px 120px;
  }
}

@media (min-width: 1600px) {
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1000px) and (max-width: 1450px) {
  .slider-content {
    position: absolute;
    top: 45%;
    left: 14%;
  }

  .slider-content h2 {
    font-size: 55px;
  }

  .slider-carousel .owl-dots {
    position: absolute;
    top: 60%;
    left: 7%;
  }
}
