@import url(font/stylesheet.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #f0f0f0;
}
/* colors */
:root {
  --white: #fff;
  --black: #504d4d;
  --subcolor: #222229;
  --primarycolor: #75ac25;
  --secondarycolor: #413d99;
  --subcolor2: #ffe587;
}
/* colors */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 30px;
}
.logo {
  width: 150px;
  height: auto;
}
.header {
  background-color: var(--white);
  width: 100%;
  transition: top 0.3s;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; /* Ensure the header stays on top of other content */
}
.sticky .logo {
  width: 100px;
  height: auto;
}
.navbar {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-nav {
  gap: 20px;
}
.nav-link {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--subcolor) !important ;
  cursor: pointer;
}
.primary-btn {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  background: var(--primarycolor);
  color: var(--white);
  width: 220px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.primary-btn:hover {
  background: var(--subcolor2);
  color: var(--black);
}
.secondary-btn:hover {
  background: var(--secondarycolor);
  color: var(--white);
}
/* banner */
.banner {
  position: relative;
}
.banner-text {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}
.banner-title {
  font-family: "Jomhuria";
  font-style: normal;
  font-weight: Regular;
  font-size: 80px;
  color: var(--white);
  line-height: 60px;
  margin-bottom: 60px !important;
  text-align: center;
}
.banner-subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}
.secondary-btn {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  background: var(--white);
  color: var(--secondarycolor);
  width: 220px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
}
/* about */
.margintop {
  margin: 100px 0px;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.title h1,
.title h2 {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  color: var(--subcolor);
}
.title h1 span,
.title h2 span {
  color: var(--primarycolor);
  position: relative;
  background-image: linear-gradient(
    to top,
    #ffe587,
    #ffe587,
    #ffffff00,
    #ffffff00
  );
  padding: 0px 10px;
  font-style: italic;
}

.para {
  font-family: "Inter";
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--black);
  margin-top: 25px;
  text-align: justify;
  line-height: 25px;
}
/* green box */
.green-box {
  width: 100%;
  height: 100%;
  background-color: #bbc3b0;
  padding: 50px 0px;
  margin-top: 75px;
  border-radius: 20px;    max-width: 1200px;
    margin: 50px auto auto;
}
.green-text {
  font-family: EB Garamond;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: var(--subcolor);
  text-align: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.green-text span {
  background-image: linear-gradient(
    to top,
    #a4bb83,
    #a4bb83,
    #ffffff00,
    #ffffff00
  );
  padding: 0px 10px;
  font-style: italic;
}
/* services */
.greenbg {
  background-color: #f6ffe9;
  padding: 50px 0px;
  margin: 75px 0px;
}
.service-cont {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.service-cont1 {
  position: relative;
}
.service-cont1 img {
  width: 100%;
  height: auto;
}
.service-text1 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  width: 90%;
  height: 80px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.service-cont2 {
  background: #76ac25b0;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  display: none;
}
.servicetext {
  font-family: EB Garamond;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: var(--white);
  text-align: center;
}
.servicepara {
  font-family: "Inter";
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--white);
}
.service-cont:hover .service-cont2 {
  display: flex;
  transition: all 0.5s ease;
}
.service-cont:hover .service-text1 {
  display: none;
}
.owl-theme .owl-nav {
  margin-top: 20px;
}
.owl-theme .owl-nav button img {
  width: 40px;
  height: auto;
  filter: brightness(0);
}
.owl-theme .owl-nav button:hover img {
  filter: brightness(1);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
/* awardstitle */
.awardstitle h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  color: var(--secondarycolor);
  text-transform: uppercase;
}
.awardstitle h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 25px;
  color: var(--black);
  margin-top: 15px;
}
.awardstitle h4 {
  font-family: Inter;
  font-style: italic;
  font-weight: Regular;
  font-size: 20px;
  color: var(--black);
}
/* call 2 */
.call2 {
  position: relative;
}
.call2-text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.call2-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.call2-title h2 {
  font-family: EB Garamond;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  color: #000;
  text-align: center;
}
.doctor-img {
  position: relative;
}
.playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* benefits */
.benefitsitem {
  padding: 20px;
  /* border-right: 1px dashed var(--primarycolor); */
}
.benefitsilder .owl-stage .owl-item {
  border-right: 1px dashed var(--primarycolor);
}
.benefitsilder .owl-stage .owl-item:last-child {
  border-right: none;
}
.benefitsimg {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: auto;
}
.benefitsitem h3 {
  font-family: EB Garamond;
  font-style: normal;
  font-weight: semibold;
  font-size: 22px;
  color: var(--secondarycolor);
  text-align: center;
  margin-top: 25px;
}
.benefitsitem p {
  margin-top: 25px;
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--black);
  text-align: center;
  display: none;
}
.arrpngs {
  width: 40px;
  height: auto;
  margin: 25px auto 0px;
}
.benefitsitem:hover .arrpngs {
  display: none !important;
}
.benefitsitem:hover p {
  display: block;
}
/* testimonial */
.testi-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.testi-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.testi-img img {
  width: 100px !important;
  height: auto !important;
}
.testicontainer {
  padding: 0px 20px;
}
.testi-text p {
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--black);
  display: none;
}
.testi-text h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: semibold;
  font-size: 20px;
  color: #adadad;
}
.testimonialsilder .center .testi-text p {
  display: block;
}
.testimonialsilder .center .testi-text h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: semibold;
  font-size: 18px;
  color: var(--secondarycolor);
}
.testimonialsilder .owl-stage {
  display: flex;
  align-items: center;
}
/* gallery */
.gallery1img {
  width: 150px;
  height: auto;
  display: block;
  margin: 0px 0px 0px auto;
}
.galleryflex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
/* accodition */
.accordion-item {
  border: none;
  margin-bottom: 5px;
  gap: 20px;
  background: transparent;
  border-left: 4px solid #d4e4bb;
  border-radius: 0px !important;
  padding-left: 10px;
}
.accordion-header {
  padding: 10px;
  cursor: pointer;
  font-family: EB Garamond;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: var(--secondarycolor);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-content {
  display: none;
  padding: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--black);
}

.accordion-item.open .accordion-content {
  display: block;
}

.accordion-header::after {
  content: "+";
  float: right;
  font-family: EB Garamond;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  color: var(--secondarycolor);
}

.accordion-item.open .accordion-header::after {
  content: "\2212";
}
.accordion-item.open {
  border-left: 4px solid var(--primarycolor);
}
/* contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-grid h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.contact-grid a {
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--black);
  text-decoration: none;
  display: block;
}

.line {
  width: 100%;
  height: 1.5px;
  background-color: #4a4a4a;
  opacity: 0.4;
  margin: 20px 0px;
}
.calltext {
  font-family: EB Garamond;
  font-style: italic;
  font-weight: bold;
  font-size: 30px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
}
footer {
  background-color: var(--subcolor);
  padding: 50px 0px;
}
.grid3 {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  justify-content: space-between;
  gap: 100px;
  align-items: top;
}
.footertext {
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
}
.whiteimg {
  width: 150px;
  height: auto;
  display: block;
}
.footertext {
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
  display: block;
  margin-top: 25px;
}
.footertitle {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: var(--white);
  text-decoration: none;
  margin-top: 25px;
  position: relative;
  margin-left: 25px;
}
.footertitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 35px;
  background-color: var(--white);
  border-radius: 25px;
}
.footer-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
.footer-link div {
  text-decoration: none;
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 10px;
  cursor: pointer;
}
.footer-flex {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
.footer-flex a {
  text-decoration: none;
}
.footer-flex a img {
  width: auto;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-flex a:hover img {
  filter: brightness(1) invert(0);
}
.footcal {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footcal a {
  text-decoration: none;
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
  color: var(--white);
}
.footcal img {
  width: 30px;
  height: auto;
  object-fit: contain;
}
.nav-link.active {
  color: var(--primarycolor) !important;
  font-weight: bold;
}
.gallerygrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.form_control {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid #4a4a4a58;
  border-radius: 5px;
  font-size: 16px;
  font-family: inter;
  font-style: normal;
  font-weight: Regular;
  font-size: 16px;
}
.form_partion {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.form_control:hover,
.form_control:focus,
.form_control:focus-visible {
  border: 2px solid var(--primarycolor) !important;
  outline: none;
}
.form_btn {
  background-color: var(--primarycolor);
  color: var(--white);
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: Regular;
}

.nav_call_btn{
  background-color: #75ac25;
  padding: 15px;
  border-radius: 7px;
  color: white;
}
.nav_call_btn:hover{
  color: black;
  background-color: #ffe587;  
}
.nav_call_btn:hover img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(7494%) hue-rotate(15deg) brightness(99%) contrast(100%); 
}
.about_img_name h3{
  font-family: "EB Garamond";
  font-weight: 600;
}

.home_call_button{
  position: absolute;
  left: 8%;
  top: 50%;
  display: none ;
}

.home_page_form{
  width: 400px;
  position: absolute;
  top: 20%;
  right: 5%;
}

.home_page_form .form_control{
  font-size: 13px;
}

.home_page_form input{
  height: 35px;
}

.home_page_form h3{
  font-family: "EB Garamond";
  color: #75ac25;
  font-weight: 600;
}
/* #video-container {
  position: relative;
  cursor: pointer;
}
#video-container img {
  display: block;
}
#video-container video {
  position: relative;
  top: 0;
  left: 0;
  display: none;
  max-width: 100%;
  height: auto;
}

#video-container1 {
  position: relative;
  cursor: pointer;
}
#video-container1 img {
  display: block;
}
#video-container1 video {
  position: relative;
  top: 0;
  left: 0;
  display: none;
  max-width: 100%;
  height: auto;
} */
