
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Inter", serif; */
    /* font-family: "popins", sans-serif; */

}


   


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0 !important;
    padding: 0;
}

/* p {
    font-family: var(--popins);
} */

li {
    list-style: none;
}

a {
    text-decoration: none;
}


html {
    font-size: 20px;
}

body {
    font-size: 100%;
    background-image: url(../img/Dialysis-BGDialysis-BG.png) ;

}

:root {
    --prmary-col:#768586;
    --second-col:#135961;
    --para-col:#1e1e1e;
    --black: #4d5051;
    --lightcolor: #f1f8fa;
    --btncolor: #7db0b1;
    --headline-font: 45px;
    --grant: linear-gradient(0deg, rgb(243, 180, 44, 1) 0%, rgb(227, 60, 52, 1) 100%);
    --grd:linear-gradient(0deg, rgb(243, 180, 44, 1) 0%, rgb(227, 60, 52, 1) 100%);
    --white-col:#fff;
}

.heade1{
    width: 100%;
    height: auto;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4;
    margin-top: 30px;
    border-radius: 45px;
    background-color: rgb(255 255 255 / 75%);
}
header {
    position: absolute;
    width: 100%;
    z-index: 999;
}
/* .head{
    height: 144px;
} */
    


.heade.sticky {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0;
  }
.navbar-expand-lg .navbar-collapse{
    justify-content: center !important;
}
.logo img {
    width: 130px;
    height: auto;
}
/* .navbar{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
} */
.navbar-light .navbar-nav .nav-link{
    /* font-family: "Khand", Sans-serif !important; */
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--para-col) !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    font-weight: 500 !important;
    /* font-family: "Cinzel", serif !important; */
    font-family: "Inter", serif !important;
}
.rg-no p{
    /* font-family: "Khand", Sans-serif ; */
    font-size: 75% ;
    font-weight: 500 ;
    text-transform: uppercase ;
    color: var(--text-color);
}



#primary li {
    position: relative;
  }
  #primary li a {
    /* text-decoration: none; */
    /* padding: 5px 0; */
    /* font-family: "Khand", Sans-serif ; */
    /* font-size: 80%; */
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(   #204a63 100%); */
    /* background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out; */
  }
  #primary li a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -0px;
    z-index: 0;
    position: absolute;
    background: var(--second-col);
    transition: all 0.3s ease-in-out;
  }
  #primary li a:hover {
    background-position: 0%;
  }
  #primary li a:hover:before {
    width: 100%;
  }

  .btn-don {
    background: transparent;
    color: var(--prmary-col);
    border: 2px solid var(--prmary-col);
    font-size: 16px;
    font-weight: 500;
    font-family: "Cinzel", serif;
    padding: 0.85em 0.75em;
    /* margin: 1rem; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer; /* Add pointer cursor for button hover */
    border-radius: 30px;
  }
  
  .btn-don:hover {
    color: var(--prmary-col);
  }
  
  .btn-don::after {
    content: "";
    background: #ecf0f1; /* Light background color */
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
    transition: all 0.6s ease; /* Initial transition for scale */
  }
  
  .btn-don:hover::after {
    transform: scale(1, 1); /* Expand the background on hover */
    transition: all 0.6s ease-out; /* Smooth scale on hover */
  }
  .btn-don:hover{
    background: var(--second-col);
    color: var(--prmary-col);
  }

/* Show dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;

}
.dropdown-menu{
    background-color: var(--second-col) !important;
}
.dropdown-item{
    font-family: "Montserrat", sans-serif !important;
    font-size: 80% !important;
    color: var(--white-col) !important;
}
 
/* .dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
} */







.ban{
    width: 100%;
    height: auto;

}
/* .ban-sec{
    width: 100%;
    height: 90vh;
    background-image: url(../image/ban-mg\ \(2\).jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 22px;
} */
.ban-sec {
  position: relative;
  width: 100%;
  height: 100vh;
  /* background-image: url(../image/ban-mg\ \(2\).jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  overflow: hidden; /* Ensure overlay doesn't spill out */
}

.ban-sec::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay, adjust opacity as needed */
  z-index: 1;
  border-radius: 22px;
}

.ban-sec > * {
  position: relative;
  z-index: 2; /* Ensure content stays above the overlay */
}
.img-mg{
    width: 100%;
    height: auto;
}
.ban-txt{
    /* position: absolute;
    bottom: 8%;
    left: 7%; */
    margin-top: 16rem;
}
.ban-txt1{
    /* position: absolute;
    bottom: 8%;
    left: 7%; */
    margin-top: 16rem;
}
.ban-txt-btn{
  border: 1px solid var(--lightcolor);
  /* border: 1px solid var(--para-col); */
  color: var(--para-col);
  padding: 10px 28px;
  border-radius: 30px;
  font-size: 85%;
  font-weight: 500;
  font-family: "Cinzel", serif;
  color: var(--white-col);
  background-color: transparent;
  margin-top: 30px;
}
.ban-txt-btn:hover{
  background-color: var(--black);
}
.sub-title{
    font-size: 85%;
    color: var(--white-col);
    font-family: "Cinzel", serif;
}
.title{
    font-size: 47px;
    line-height: 69px;
    color: var(--white-col);
    font-weight: 600;
    font-family: "Playfair", serif;
    
}
h1.title.jhu {
    font-size: 74px;
}

.title span{
    color: var(--white-col);
    font-family: "Cinzel", serif;
    font-size: 55px;
   
}
.para{
    font-size: 80%;
    color: var(--para-col);
    font-weight: 400;
    font-family: "Inter", serif;
}
.free{
    font-size: 70px;
    font-weight: 600;
}

.ban .owl-carousel .owl-nav button.owl-prev {

    position: absolute;
    top: 40%;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--second-col) !important;
    border-radius: 50%;
    color: var(--white-col) !important;
  }
.ban .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 40%;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--second-col) !important;
    border-radius: 50%;
    color: var(--white-col) !important;
  }

  .head-sec-card{
    width: 100%;
    height: auto;
    padding: 26px;
    background-color: var(--white-col);
    border-radius: 50px 50px 0px 0px;
    /* margin-top: -5rem; */
    z-index: 9;
    position: relative;
    margin-top: -2rem;
  }

  /* counter */

  .dashboard {
    display: flex;
    gap: 20px;
    margin-top: 23rem;
}
.counter-section {
    background: transparent;
    padding: 10px;
    text-align: left;

}

.counter-section h4{
    font-size: 110%;
    color: var(--white-col);
}
.counter-section h3{
    font-size: 150%;
    color: var(--white-col);
}

.mid{
  width: 100%;
  height: auto;
  margin-top: 40px;
}


.sub-head{
  font-size: 85%;
  color: var(--para-col);
  font-family: "Cinzel", serif;
  font-weight: 500;
  padding-bottom: 10px;
}
.heading{
  font-size: 55px;
  line-height: 58px;
  color: var(--para-col);
  font-weight: 600;
  font-family: "Playfair", serif;
  
}

.mid-ojo {
  position: relative;
}

.mid-sec1 {
  position: sticky;
  top: 20px;
  z-index: 10; 
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  height: 750px;
  overflow-y: scroll;
}

.mid-sec {
  width: 100%;
  overflow-y: hidden; 
}

.mid-sec-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); 
  gap: 20px;
}




/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
.mid-sec1::-webkit-scrollbar {
  width: 8px; /* Keep a small width for smooth scrolling */
  background: transparent; /* Make background transparent */
}

/* Hide scrollbar thumb (scroll indicator) */
.mid-sec1::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Hide scrollbar for Firefox */
.mid-sec1 {
  scrollbar-width: none;
}

/* Hide scrollbar for IE and Edge */
.mid-sec1 {
  -ms-overflow-style: none;
}
.mg-ojo{
  height: 400px !important;
}
.jrb{
  font-family: "Inter", serif !important;
}




.mid1{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.mid1-card{
  width: 100%;
  height: auto;
  border-radius: 16px;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.mid1-card:hover{
  box-shadow: 0px 15px 20px 0px #00000012;
}
.cont-ent {
  background: #fff; /* Ensure it has a background */
  border-radius:  0 0 16px 16px; /* Optional rounded corners */
  transition: box-shadow 0.3s ease-in-out; /* Smooth effect */
  border: 1px solid #ECECEC;
  background: #fff;
}
.mid1-card:hover .cont-ent {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); /* Correct shadow */
  border: none;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-container img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease-in-out;
}

/* Initially hide the icon */
.icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: rgba(0, 0, 0, 0.6); */
  color: white;
  padding: 15px;
  font-size: 24px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Show the icon only when the mid-card area is hovered */
.mid1-card:hover .icon-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
}

/* Slight zoom effect on image */
.mid1-card:hover img {
  transform: scale(1.05);
}


.sub-txt{
  font-size: 100%;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: "Cinzel", serif;
}
.address{
  font-size: 85%;
    font-weight: 400;
    line-height: 22.4px;
    color: #5C5E61;
    margin-bottom: 13px;
    font-family: "Inter", serif;
}
.description {
  display: flex;
  align-items: center;
  column-gap: 16px;
  row-gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 16px;
  font-family: "Inter", serif;
}
.property-information {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #969799;
}
.property-information span {
  color: #2C2E33;
}
.btn1{
  border: 1px solid var(--para-col);
    color: var(--theme-primary-color);
    padding: 8px 28px;
    border-radius: 10px;
    font-size: 85%;
    font-weight: 500;
    font-family: "Cinzel", serif;

}

.mid2{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.mid2-card{
  width: 100%;
  height: auto;
  background-color: var(--lightcolor);
  padding: 12px 10px 12px 10px;
  border-radius: 16px;
  transition: 0.3s;
}
.wrap-icon-inner {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-primary-color);
  box-shadow: 0px 8px 18px 0px var(--theme-primary-rgba);
  border-radius: 16px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  transition: 0.3s;
}
.mid2-card .wrap-icon-inner svg {
  transition: transform 0.3s ease-in-out;
}
/* Hover Effects */
.mid2-card:hover {
  background: #f2695c; /* Change card background on hover */
}

.mid2-card:hover .sub-txt,
.mid2-card:hover .para {
  color: #fff; /* Change text color on hover */
}

.mid2-card:hover .wrap-icon-inner svg {
  transform: scaleX(-1); /* Flip horizontally */
  /* If you want vertical flip: transform: scaleY(-1); */
  /* If you want both: transform: scale(-1, -1); */
}


.gray{
  color: rgb(128, 130, 133);
}
.mid3{
  width: 100%;
  height: auto;
  background-image: url(../image/67adaa0eb08629ekjkk-pkpkp.avif);
  background-repeat: no-repeat;
  background-size: cover;
  /* border-radius: 22px; */
  padding-top: 80px;
  padding-bottom: 120px;
  margin-top: 80px;
}
.main-heading-bold{
  font-size: 60px;
  line-height: 70px;
  color: var(--white-col);
  font-weight: 600;
  font-family: "Cinzel", serif;
  text-align: center;
}

.our-mission-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Default: Hidden & Positioned Off-screen */
.titile-wrap {
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Individual Directions */
.titile-wrap._01 {
  transform: translateX(100px); /* Move from right */
  padding-left: 140px;
}

.titile-wrap._02 {
  transform: translateX(-100px); /* Move from left */
  padding-right: 315px;
}

.titile-wrap._03 {
  transform: translateX(100px); /* Move from right */
  padding-left: 100px;
}

/* When in View, Reset Position & Show */
.our-mission-container.in-view .titile-wrap {
  opacity: 1;
  transform: translateX(0);
}
.mid3-sec{
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 50px 50px 0px 0px;
  background-color: #fafafa;
  margin-top: -2.5rem;
  position: relative;
}
.exp{
  margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.nae{
  margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.web{
  margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475569;
}
.qut{
  width: 32px !important;
  height: 32px;
}
.rating-img-wrap {
  display: flex;
  margin-top: 10px;
}
.rating-img{
  width: 20px !important;
}
.nhbhnb{
  width: 50% !important;
  height: auto;
  margin: auto;
  display: block;
}

/* testi */

.wrap {
  width: 100%;
  overflow: hidden;
  margin: 0px !important;
}

/* #vertical-carousel1 {
  transform: rotate3d(0, 0, 1, 90deg);
  padding: 0px !important;
  margin: 0px !important;
}

#vertical-carousel1 .item {
  transform: rotate3d(0, 0, 1, -90deg);
  padding: 0px !important;
  margin: 0px !important;
} */
.img-fluid-nw{
  width: 100% !important;
  height: 100% !important;
}
.jzku{
  height: 495px !important;
  object-fit: cover;
}



.mid4{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.mid4-sec {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../image/ojok.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden; /* Prevents overlay from overflowing */
}
.cnt-wrp{
  padding-top: 40px;
}

/* Overlay Effect */
.mid4-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  border-radius: 22px;
}

/* Ensure content stays above the overlay */
.mid4-sec > * {
  position: relative;
  z-index: 2;
}
.nhb{
  font-size: 55px;
}
.btn2{
  width: 150px;
  background-color: #131313;
    color: var(--white-col);
    text-align: center;
    cursor: pointer;
    border: 2px solid #0000;
    border-radius: 3rem;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    font-size: 1rem;
    transition: border .2s, border-color .2s, transform .2s, border .2s, background-color .2s;
    display: block;
    margin: auto

;
}
a.btn2 {
  color: #fff;
}
.count {
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: bold;
}
.para.pro{

    font-size: 150%;
    color: var(--white-col);
    font-family: "Cinzel", serif;

}
.mid5{
  width: 100%;
  height: auto;
  margin-top: 80px;

}

.ul-cnt li{
  color: var(--para-col);
  font-size: 90%;
  position: relative;
  font-weight: 500;
  padding-top: 10px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Poppins", sans-serif;
  display: flex;
      gap: 15px;
      margin-bottom: 8px;
}
.nhuh{
  padding-top: 15px;
}
.icn-o {
  width: 45px;
  height: 45px;
  background-color: var(--para-col);
  color: var(--white-col);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Optional: Makes it circular */
}

.icn-o i {
  font-size: 18px; /* Adjust icon size */
}


/* foot-sec */


.foot-sec-new{
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../image/64a9e99efb7bf4cdf7bdc282_pexels-pixabay-276724.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; /* Ensure overlay doesn't spill out */
  margin-top: 100px;
  padding-bottom: 60px;
}

.foot-sec-new::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay, adjust opacity as needed */
  z-index: 1;
  border-radius: 22px;
}

.foot-sec-new > * {
  position: relative;
  z-index: 2; /* Ensure content stays above the overlay */
}

.foot-sec-card{
  width: 100%;
  height: auto;
  background-color: var(--white-col);
  border-radius: 0px 0px 50px 50px;
  padding: 30px;
  margin-bottom: 60px;
}

/* Button Base Animation on Load */
.movingButton {
  animation: slideInUp 1s ease forwards, floatY 3s ease-in-out 1s infinite;
  opacity: 0;
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: var(--black);
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  margin-top: 40px;
}

/* Hover Effect */
.movingButton:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  color: var(--white-col);
}

/* Position Fix */
.btf-get {
  position: relative;
  top: 72px;
}

/* Keyframes for Entrance */
@keyframes slideInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* Keyframes for Floating Motion */
@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}




footer{
    width: 100%;
    height: auto;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--lightcolor);
    border-radius: 30px;
}


.foot-head {
    font-size: 115%;
    padding-bottom: 20px;
    font-family: "Inter", serif;
    color: var(--para-col);
  }
  
  .footer-contact-item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
  }
  
  .footer-contact-item:last-child {
    margin-bottom: 0;
  }
  
  .footer-contact-item .icon-box {
    margin-right: 20px;
  }
  
  .footer-contact-item .icon-box i {
    max-width: 30px;
    color: var(--para-col);
  }
  
  .footer-contact-content a {
    color: var(--black);
    font-size: 95%;
    font-weight: 400;
    font-family: "Inter", serif;
  }
  
  .footer-contact-content a:hover {
    color: var(--black);
  }
  
  .footer-contact-content p {
    color: var(--black);
    font-size: 85%;
    font-weight: 400;
    font-family: "Inter", serif;
  }
  
  /* .foot ul {
    padding-left: 30px;
  } */
  
  .foot ul li {
    display: flex;
    padding-bottom: 10px;
  
  
  }
  
  .foot ul li a {
    color: var(--black);
    font-size: 90%;
    font-family: "Inter", serif;
    font-weight: 400;
  }
  .foot ul li a:hover{
    color: var(--para-col);
  }
  
  .ul.icon {
    padding: 0px;
  }
  
  ul.icon li {
    display: inline-block;
  
    margin-right: 10px;
    margin-top: 20px;
  }
  
  ul.icon li a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: var(--para-col);
    line-height: 40px;
    color: var(--white-col);
    text-align: center;
    display: block;
    font-family: "Inter", serif;
  }
  
  ul.icon li a:hover {
    background-color: var(--black);
    color: var(--white-col);
  }
  
  ul.icon li i {
    text-align: center;
  }
  
  /* .foot ul li a:hover {
    color: var(--black);
  } */
  .se-col{
    color: var(--black);
  }
  .form-sec{
    background-color: var(--black);
    border-radius: 25px;
  }
  .form-label{
    color: #fff;
    font-size: 90%;
  }
  .btn1-sub{
    border: 1px solid var(--para-col);
    color: var(--para-col);
    padding: 6px 28px;
    border-radius: 10px;
    font-size: 85%;
    font-weight: 500;
    font-family: "Cinzel", serif;
  }
  .form-control{
    background-color: transparent;
    font-size: 16px;
  }
  .footer-bottom {
    text-align: right;
    font-size: 100%;
    color: var(--primary-color);
    font-weight: 500;
    font-family: "Inter", serif;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
  }
  .footer-bottom p{
    padding-top: 20px;
    text-align: center;
  }


  /*  */

/* Position the image container (needed to position the left and right arrows) */
.iner {
  position: relative;
  padding-top: 60px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  bottom: 0%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: red;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev{
  width: 45px;
  height: 45px;
  background: var(--para-col);
  line-height: 8px;
  border-radius: 50%;
  text-align: center;
  color: var(--white-col);
  font-weight: bold;
  font-size: 20px;
}
.next{
  width: 45px;
  height: 45px;
  background: var(--para-col);
  line-height: 8px;
  border-radius: 50%;
  text-align: center;
  color: var(--white-col);
  font-weight: bold;
  font-size: 20px;
  left: 12%;
}

/* Position the "next button" to the right */
/* .next {
  right: 0;
  border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: var(--prmary-col);
  color: var(--white-col);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.3;
}

.active,
.demo:hover {
  opacity: 1;
}

.grid-sec{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 10px;
  margin-top: 40px;

}
img.demo.cursor {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

/* contact us */


.about{
  width: 100%;
  height: auto;
  background-image:url(../image/64a9e97111a1b2d91c59f2fd_pexels-pixabay-280212.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 1;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  z-index: 2;
}
.about > * {
  position: relative;
  z-index: 3; /* content above overlay */
}
.cont{
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.cont .form-label{
  color: var(--black);
  font-size: 85%;
  font-weight: 500;
  font-family: "Inter", serif;
}
.cont .form-control{
  padding: .75rem .75rem !important;
  border: 1px solid var(--black) !important;
}
.form-control:focus{
  box-shadow: none !important;
}
.cont1{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.responsive-map{
  overflow: hidden;
  padding-bottom:40.25%;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }
  .cont1-sec{
    display: flex;
    justify-content: start;
  }
  .ic-n{
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--para-col);
    text-align: center;
    color: var(--white-col);
    border-radius: 50%;
    margin-right: 20px;
    font-size: 120%;
  }
  .cont1-sec:hover .ic-n{
    background-color: var(--black);
  }
  .nbb{
    text-decoration: none;
    font-size: 100%;
  }
  a.para.nbb:hover{
    color: var(--black);
  }
  a.para.nbb {
    margin-bottom: 0px;
}

.white{
  color: var(--white-col);
}
.nbhb{
  display: flex;
  margin: 0;
}
img.img-mg2{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* about page */

.abt{
  width: 100%;
  height: auto;
  margin-top: 40px;
  
}

.abt-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
 
}
.abt-mg1{
  width: 100%;
  height: 350px;
  border-radius: 12px;
  object-fit: cover;
}
.abt-mg{
  width: 100%;
  height: 250px;
  border-radius: 12px;
  object-fit: cover;
}
.abt-mg3{
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.abt-card{
    padding: 20px;
    border-left: 2px solid #f2695c;
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin-top: 40px;
}
.abt-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: "Inter", serif;
  color: var(--black);
}
.abt-card span {
  color: #62606c;
  font-style: italic;
  font-weight: 500;
  font-family: "Inter", serif;
}
.abt-card span b {
  font-weight: 500;
  color: #f2695c;
  font-family: "Inter", serif;
}

.abt-one{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.image-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%; /* Adjust width as needed */
  height: auto;
}

.image-box img {
  width: 100% !important;
  height: 410px !important;
  display: block;
}

.image-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* No overlay initially */
  transition: background 0.3s ease;
  z-index: 1;
}

.image-box:hover .overlay {
  background: rgba(0, 0, 0, 0.4); /* Dark overlay on hover */
}

.image-text {
  position: absolute;
  bottom: 45px;
  left: 10px;
  color: white;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 12px;
  border-radius: 5px;
  z-index: 2;
}
.abt-two{
  width: 100%;
  height: auto;
  margin-top: 80px;
  /* background-color: var(--black); */
  /* padding-top: 80px;
  padding-bottom: 80px; */
  position: relative;
}
.abt-two-card{
  background-color: var(--para-col);
  padding: 50px 25px 50px 25px;
  border-radius: 20px;
}
img.bg-kh-mg {
  position: absolute;
  bottom: 22px;
  right: 50px;
  transform: rotate(339deg); /* Rotate 15 degrees clockwise */
}
img.bg-kh-mg1 {
  position: absolute;
  top: 22px;
  left: 5px;
  transform: rotate(247deg); /* Rotate 15 degrees clockwise */
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--white-col);
  background-color: var(--black);
  border-radius: 3rem;
  padding: .5rem 1.3rem;
  margin: 0px 30px 0px 0px;
}
.nav-link:focus, .nav-link:hover{
  color: var(--white-col) !important;
}
.nav-link{
  color: var(--white-col) !important;
}





.about-mid4{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.ab-faq-lhs .card {
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(234, 238, 241);
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 10px;
}

.ab-faq-lhs .card-header {
  background: rgb(255, 255, 255);
  border: 0px;
  
}

.ab-faq-lhs .card-header a {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 20px;
  padding-right: 20px;
  display: block;
  text-decoration: none;
  font-family: "Cinzel", serif;
}

.ab-faq-lhs .card-header a::after {
  content: "-";
  position: absolute;
  font-size: 40px;
  color: rgb(30, 31, 48);
  font-weight: 200;
  right: 30px;
  top: 31px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  line-height: 31px;
  text-align: center;
  transition: all 0.4s ease 0s;
}

.ab-faq-lhs .card-header a.collapsed::after {
  content: "+";
}

.ab-faq-lhs .card-body p {
  margin: 0px;
  font-size: 15px;
  line-height: 26px;
  font-family: "Inter", serif;
}

.ab-faq-rhs {
  margin-left: 25px;
  position: relative;
}

.ab-faq-rhs::before {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.ab-faq-rhs img {
  width: 100%;
  border-radius: 5px;
}


.accordion-wrapper {
  height: auto;
  width: 100%;
}

.accordion-tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.accordion-tab {
  flex-grow: 1;
  border-right: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
  color: #888;
  writing-mode: vertical-rl;
  text-align: center;
  transform: rotate(180deg);
  min-width: 80px;
}

.accordion-tab.active {
  flex-grow: 2;
  color: #000;
  background: #fafafa;
  font-weight: bold;
  
}

.accordion-tab-content {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px 40px 0px;
  transform: rotate(180deg);
  writing-mode: horizontal-tb;
}

.accordion-tab.active .accordion-tab-content {
  display: flex;
}

.accordion-tab img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.accordion-tab.active img {
  transform: translateX(0);
  opacity: 1;
}

.accordion-tab h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Cinzel", serif;
  /* padding-top: 10px; */
}



/* social icon */


.social-icons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  background-color: var(--black);
  padding: 15px;
  border-radius: 12px 0px 0px 12px;
}

.social-icon {
  display: block;
  margin: 10px 0;
  color: #fff;
  font-size: 20px;
}

.social-icon:hover {
  color: var(--primary-color); 
}




/* For mobile screens */
@media (max-width: 767px) {
  .social-icons {
    top: auto;
    bottom: 0px;
    transform: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
    border-radius: 0px;
    padding: 12px;
    font-size: 20px;
}
.social-icon {
  display: block;
  margin: 0px 0;
  color: #fff;
  padding: 0px 12px 0px 12px; 
}
span.bord {
  border-left: 2px solid white !important;
}

}


/* whatsapp float icon */

.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebc59;
  transform: scale(1.05);
  color: var(--white-color);
}

/* popup */


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex; /* Make it visible on load */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-content {
  background: #fafafa;
  width: 90%;
  max-width: 800px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

/* Image Side */
.popup-left {
  flex: 1;
  min-height: 100%;
}
.popup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Form Side */
.popup-right {
  flex: 1;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-right h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: Playfair, serif;
}

.popup-right label{
  color: var(--para-col);
  margin-bottom: 0.4rem;
  font-family: Playfair, serif;
  font-size: 20px;
}


.popup-right input,
.popup-right textarea {
  width: 100%;
  margin-bottom: 8px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid var(--black);
  border-radius: 6px;
}

.popup-right button {
  background-color: var(--para-col);
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.popup-right button:hover {
  background-color: var(--black);
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
  background-color: var(--black);
  width: 33px;
  height: 33px;
  line-height: 28px;
  border-radius: 50px;
  color: var(--white-col);
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .popup-content {
    flex-direction: column;
  }

  .popup-left,
  .popup-right {
    width: 100%;
  }

  .popup-left {
    height: 200px;
  }
}


/* gallery */


/* gallery */

.gall{
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.gall .nav{
  justify-content: center;
}
.gall .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: var(--white-color) !important;
}

.gall-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 25px;
  margin-top: 40px;
}
img.img-fluid.rounded.shadow-sm {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.gall .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--accent-color) !important;
  border: 1px solid var(--accent-color) !important;
  padding: .5rem 1rem;
  font-family: "Inter", serif;
  font-size: 100%;
  font-weight: 500;
}
.gall button {
  margin-right: 20px;
}
.gall .nav-link{
  color: var(--primary-color);
  font-family: "Inter", serif;
  font-size: 100%;
  font-weight: 500;
}
.gall .nav-link:focus, .nav-link:hover{
  color: var(--primary-color) !important;
}


/* project */
.project{
  margin-top: 40px;
}

.pro-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.pro-gr-sec{
  display: flex;
  align-items: center;
  justify-content: start;
}
.pro-gd-icn i{
  width: 45px;
  height: 45px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  margin-right: 20px;
  text-align: center;
 
}
.pro-gd-icn i{
  color: var(--para-col);
}
.pro-gd-txt p{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #8a8a8a;
  font-family: "Inter", serif;
}
.pro-gd-txt h6{
  font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--para-col);
    font-family: "Inter", serif;
}

.pro-mg{
  width: 100%;
  height: 550px !important;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.owl-main .item img {
  width: 100%;
  display: block;
}

.owl-thumbs {
  margin-top: 20px;
}

.owl-thumbs .item {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.owl-thumbs .item.active-thumb {
  opacity: 1;
  border: 2px solid #000;
  border-radius: 20px;
}

.owl-thumbs .item img {
  width: 100px;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;

}
.project .owl-carousel .owl-nav button.owl-prev {

  position: absolute;
  top: 40%;
  left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--black) !important;
  border-radius: 50%;
  color: var(--white-col) !important;
}
.project .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 40%;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--black) !important;
  border-radius: 50%;
  color: var(--white-col) !important;
}

.project1{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.project-ojo {
  position: relative;
}

.project-sec1 {
  position: sticky;
  top: 20px;
  z-index: 10; 
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  height: 750px;
  overflow-y: scroll;
}

.project-sec {
  width: 100%;
  overflow-y: hidden; 
}
.pro-oj{
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin-top: 40px;
  border-radius: 20px;
}

.ga-pi-mg{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.project1-sec{
  padding-top: 30px;
}
.proper-card{
  width: 100%;
  height: auto;
  background-color: var(--black);
  padding: 30px 10px 30px 10px;
  margin-top: 30px;
  border-radius: 20px;
}
.white{
  color: var(--white-col) !important;
}
.proper-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 20px;
}
.pro-gd-icn1 i{
  width: 45px;
  height: 45px;
  line-height: 40px;
  border: 1px solid #787777;
  border-radius: 6px;
  margin-right: 20px;
  text-align: center;
 
}
.pro-gd-icn1 i{
  color: var(--white-col);
}
.feature-grd{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 10px;
  margin-top: 30px;
}
.mid-sec{
  overflow-x: hidden;
}
ul.checking li span i{
  color: var(--black);
}
ul.checking li{
  padding-bottom: 20px;
  display: flex;
}
.air{
  font-size: 70%;
    color: var(--para-col);
    font-weight: 500;
    font-family: "Inter", serif;
    padding: 5px;
}
.project1-sec .nav{
  justify-content: center !important;
}

.project1-sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--white-col) !important;
  background-color: var(--black);
  border-radius: 3rem;
  padding: .5rem 1.3rem;
  margin: 0px 30px 0px 0px;
  font-size: 100%;
  font-family: "Inter", serif;
}
.project1-sec .nav-link:focus, .nav-link:hover{
  color: var(--white-col) !important;
}
.project1-sec .nav-link{
  color: var(--para-col)  !important;
  border: 1px solid var(--black);
  border-radius: 3rem;
  margin: 0px 30px 0px 0px;
  padding: .5rem 1.3rem;
  font-size: 100%;
  font-family: "Inter", serif;
}
.bg-br{
  width: 100%;
  border: 1px solid var(--para-col);
  padding: 20px;
  border-radius:20px;
}
.xz{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.review-card{
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: var(--black);
  margin-top: 20px;
  border-radius: 20px;
}
.review-card1 {
  max-width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: "Inter", serif;
  margin: 20px auto;
  transition: transform 0.3s ease;
}
.review-card1:hover {
  transform: translateY(-5px);
}
.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.review-name {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
}
.review-date {
  font-size: 0.9rem;
  color: #888;
  margin: 2px 0 0;
}
.review-stars {
  font-size: 1.2rem;
  color: #ffc107;
  margin: 10px 0;
}
.review-text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-family: "Inter", serif;
}

.serv-card{
  width: 100%;
  height: auto;
  background-color: var(--black);
  padding: 20px 0px 20px 0px;
  border-radius: 20px;
}
.serv-card1{
  width: 100%;
  height: auto;
  background-color: var(--black);
  padding: 20px 0px 20px 0px;
  margin-top: 40px;
  border-radius: 20px;
}
.serv-crd-txt{
  display: flex;
  justify-content: start;
}
.ic-n1{
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: var(--white-col);
  text-align: center;
  color: var(--para-col);
  border-radius: 50%;
  margin-right: 20px;
  font-size: 80%;
}
.ser-mg1{
  width: 100%;
  height: 280px !important;
}
ul.serv-ul{
  padding: 0px;
}
ul.serv-ul li{
  text-decoration: none;
  list-style: none;
  font-size: 110%;
  color: var(--white-col);
  text-transform: capitalize;
  margin-bottom: 8px;
}
ul.serv-ul li i{
  color: var(--white-col);
  font-size: 100%;
  padding-right: 10px;
}
.ser-mg2{
  width: 100%;
  height: 350px !important;
}

.port-serv-ban2 .ab-faq-lhs .card{
  padding: 5px;
}
/* .bor{
  width: 100%;
  height: 2px;
  background-color: var(--white-col);
  margin-bottom: 30px;
} */

.cont-grd{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
  margin-top: 40px;
}
.ban1-mg{
  width: 45px;
  height: 45px;
  line-height: 42px;
  background-color: var(--para-col);
  color: var(--white-col);
  text-align: center;
  border-radius: 50%;
}
.ban1-mg i{
  font-size: 100%;
}
.ban1-mg1{
  padding-left: 10px;
}
.img-fluid-gd {
  width: 100%;
  height: 365px;
  object-fit: cover;
}

/* .under-construction {
  background-color: #f8f9fa;
  border: 2px dashed var(--black);
  border-radius: 12px;
} */

h5.sub-txt.jrb.pt-2{
  color: var(--para-col);
}









