@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}
*{
  outline:none;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500; /* Bold */
  text-decoration: none;
  box-sizing: border-box;
}
 html, body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
.pad{
  padding: 0 12%;
  box-sizing: border-box!important;
}
  .subtitle{
    display: flex;
    align-items: center;
  }
  h3{
    color: var(--Style, #FEFFFF);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 55.6px;
    text-transform: capitalize;
  }
  .subtitle span{
color: var(--63-b-2-a-4, #3BAE9A);
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
padding: 0 8px;
  }
  .home-note{
    color: var(--Style, #FEFFFF);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
display: flex;
align-items: center;
margin-bottom: 12px;
  }
  .home-note img{
    padding: 0 8px;
  }
  h1{
    color: var(--Style, #FEFFFF);
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: 50px; /* 120.988% */
  }
  .hero-title{
color: var(--Style, #FEFFFF);
font-size: 52px;
font-style: normal;
font-weight: 100;
line-height: 98px;
  }
  .a-btn{
    display: flex;
    /* width: 267px; */
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: #3AAB9D;
    color: var(--Style, #FEFFFF);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.2px;
    text-transform: uppercase;
  }
  .a-btn:hover{
    background: #4b837c;
  }
.top-header{
  display: flex;
  justify-content: flex-end;
  background-color: #243535;
  padding-top:16px;
  padding-bottom: 16px;
 
}
.top-header div{
  display: flex;
  color:#FEFFFF;
  margin-left: 48px;
  align-items: center;
  
}
.top-header div img{
  margin-right: 4px;
  width: 20px;
}
.top-header p{
  font-size: 14px;
}



.navbar .logo {
  width: 100%;
  max-width: 140px;
}
.navbar .logo a {
  font-weight: 700;
  text-decoration: none;
  color: #0C524F;
  font-size: 19px;
}
.navbar .logo img {
  height: 105px;
  zoom: .7;
}
.navbar .nav-links {
  margin: 0;
  float: right;
  display: flex;
  align-items: center;
}
.navbar .nav-links .nav-item {
  position: relative;
  list-style: none;
  float: left;
}
.navbar .nav-links .nav-item .nav-link {
  padding: 10px 10px;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #0C524F;
  font-weight: 600;
}
.navbar .menu-show,
.menu-hide {
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.navbar .menu-show {
  margin: 0;
  float: right;
}
.navbar .nav-link:hover,
.menu-show:hover,
.menu-hide:hover {
  color: gray;
}
.navbar #menu-toggle {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
body{
  margin: 0;
  padding: 0;

}
.center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pulse{
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  margin-right: 24px;
  font-family: sans-serif;
  text-transform: uppercase;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer
}
.phone-puls{
  padding-top: 24px;
  display: flex;
  align-items: center;
}
.home-services h3{
  padding-top: 80px;
  max-width:1000px;
}
@keyframes animate-pulse{
  0%{
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7),  0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  80%{
      box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
  }
  
}
.phone-puls{
  position: relative;
}
canvas{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.hero-section h4{
    max-width: 580px;
    font-weight: 400;
    opacity: 0.8;
    font-size: 14px;
}
.hero-section{
  position: relative;
  margin-top: 130px;

}
.pattern{
  position: absolute;
  margin-top: 105px;
}
.hero-inner{
  color: white;
  background: no-repeat;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(./Images/Rectangle\ 6.png);
}
.hero-phone{
  font-size: 20px;
}
.pattern{
  width: 56%;
  right: -44%;
  padding-bottom: 4%;
  position: relative;
  opacity: 0.6;
}
.blik{
  position: absolute;
  width: 46%;
  top: 0;
}
.text-cont{
  position: absolute;
  top: 30%;
  left: 15%;
}
.home-about{
  margin: 0 auto;
  display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
padding-top:80px;
padding-bottom: 80px;
}
h2{
  color: var(--000000, #142826);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px; /* 115.217% */

}
h6{
  color: var(--000000, #142826);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
  opacity: 0.8;
  width: 73%;
  max-width: 800px;
}
.home-about-body{
  display: flex;
padding: 40px 0px;
align-items: flex-start;
gap: 24px;
}
.home-about-body div{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}
.home-about-body span{
    color: var(--5-a-5-a-5-a, #5A5A5A);
    max-width: 200px;
    white-space: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
}

.home-services .top{
background-image: url(./Images/home-service-bg.svg);
background-size: cover;
height: 521px;
}
.home-services .body{
  display: flex;
align-items: flex-start;
gap: 40px;
margin-top: -280px;
margin-bottom: 120px;
    align-items: stretch;
}
.home-services .cart {
background-color: white;
width: 33%;
border-radius: 6px;
background: #FFF;
position: relative;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}
.home-services .img-cont{
  position: relative;

}
.home-services .c-body{
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  
}
.home-services .c-body p{
  color: #757575;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */

}

.home-services  .c-body a:not(:last-child){
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    text-transform: capitalize;
    color: var(--000000, #142826);
    height: 60px;

}
.cart-arrow{
  display: flex;
  align-self: flex-end;
      position: absolute;
    bottom: 16px;
}
.home-services  .c-body a:hover{
color: #3AAB9D;
  cursor: pointer;
}
.home-services .img-cont.img-1{
 
  border-radius: 6px 6px 0px 0px;

}
.home-services .img-cont.img-2{
  background-image: url(./Images/cosm-bg.png);
}
.home-services .img-cont.img-3{
  background-image: url(./Images/x-ray.png);
}


.space-area {
  height:850px;
  background:#009a11;
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
  position: relative;
  background-image: url(./Images/number-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 12%;
  display: flex;
  text-align: center;
  color: #fff;
  align-items: flex-start;
  justify-content: space-between;
}
.count-area .inner {
  display:flex;
}

.count-digit {
text-align: center;
font-size: 39px;
font-style: normal;
font-weight: 800;
line-height: 39px; /* 100% */
}
.count-title {
color: var(--d-3-d-3-d-3, #D3D3D3);
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 141.667% */
}
.why-choose .a-row{
display: flex;
gap:40px;
margin-top: 80px;
align-items: center;
}
.why-choose{
  padding-top:80px;
  padding-bottom:80px;
}
.why-choose h2{
  text-align: center;
}
.why-choose .a-row .img{
  width: 50%;
  height: max-content;
  border-radius: 6px;

}
.why-choose .a-row .txt-cont{
  padding-left: 40px;
  display: flex;
    flex-direction: column;
    gap:16px;
    justify-content: center;
}
.why-choose .a-row .left{
    padding-left: 0px;
    padding-right: 40px;
}
.why-choose p{
opacity: .7;
}
.why-choose  h5{
  color: #000;
max-width: 660px;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 44px; /* 140% */
text-transform: capitalize;

}
.about-us  p{
  color: var(--000000, #142826);

font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 27px; /* 150% */
opacity: 0.8;
}
.about-us  p:first-child{
  margin-bottom: 16px;
}

.about-us .a-row{
display: flex;
gap:40px;
margin-top: 80px;
}
.about-us{
 
  padding-bottom: 120px;
}
.about-us h2{
  text-align: center;
}
.about-us .a-row .img{
  width: 50%;
  height: max-content;
  border-radius: 12px;

}
.about-us .a-row .txt-cont{
  padding-left: 40px;
  display: flex;
    flex-direction: column;
    gap:16px;
    justify-content: center;
}
.about-us  h5 {
  color: #000;
max-width: 660px;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 44px; /* 140% */
text-transform: capitalize;

}
.about-us  p{
  color: var(--000000, #142826);

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 27px; /* 150% */
opacity: 0.8;
}
.about-us  p:first-child{
  margin-bottom: 16px;
}
.about-us .subtitle{
  font-size: 14px;
}
.our-team{
  color: #000;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 44px; /* 140% */
text-transform: capitalize;
text-align: center;

}
.founders{
  background-color: #F3F3F3;
      display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}
.founders h5{
  margin-bottom:24px;
  font-size: 24px;

}
.founders img{
  width: 50% ;
  height: auto;
  border-radius: 12px;
}
.founders p{
  font-size: 16px;
  margin-top: 16px;
  max-width: 500px;
  text-align: center;
}
    .member-modal {
      display:none;
      position: fixed;
      top: 13%;
      left: 5%;
margin-top: 20px;
      background: white;
      border-radius: 20px;
      padding: 20px;
      z-index: 1000;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      position: fixed;       /* stays in viewport, not relative to parent */
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%); /* center both horizontally & vertically */
  
  width: 800px;          /* adjust size */
  max-width: 90%;        /* responsive */
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.3);
  z-index: 1000;  
  max-height: 80vh;
  overflow: scroll;
    }
.member-modal-cont{
  display: flex;
  width: 100%;
}
.member-modal-cont img{
  width: 100%;
  border-radius: 20px;
  margin-right: 40px;
}
    .overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 999;
    }

    .close-modal {
      margin-top: 10px;
      padding: 5px 10px;
    }
.team-members{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 80px;
}
.team-members .team-member,.team-members .team-memb {
  width: 25%;
}
.team-member div, .team-memb div {
 padding: 20px;
 gap: 20px;
align-items: center;
text-align: center;
}
  .member-img-cont{
    width: 40%;
  }
.team-member img,  .team-memb img {
  width: 100%;
  margin-right: 40px;
  border-radius: 12px;
}
.member-text{
  margin-left: 40px;
  padding-bottom: 24px;
  width: 70%;

}
.member-text  h3{
  color:black;
 font-size: 18px;
 line-height: 48px
}
.member-text  h4{
  color: #3BAE9A;
  text-transform: uppercase;
  font-size: 14px;

}
.member-text  h5{
  color: #142826;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #D3D3D3;
  margin-top: 25px;
  margin-bottom: 12px;

}

.member-text  h6{
 color:#3BAE9A;
   text-align: start;
   font-size: 14px;

}
.close-modal{
    position: absolute;
    right: 0;
    top: 0;
    scale: .8;
}
.member-text span{
  font-style: italic;
  font-size: 12px;
  color: #5A5A5A;
  display: block;
  margin-bottom:12px;
}
.team-member h3,  .team-memb h3{
 color:black;
 font-size: 14px;
 line-height: 48px;
     line-height: 1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 600;
}
.team-member p, .team-memb p {
   color: #3BAE9A;
 font-size: 14px;
 text-transform: capitalize;
}
.member-text p{
  color: #020202;
  font-size: 14px;
  font-weight: 400;

}
.member-text  span{
font-style: italic;
}



.ser-bg{
  width: 100%;
}
.ser-icon{
  position: absolute;
  bottom: 4px;
  left: 24px;
  width: 23%;
}
.home-services .img-cont{
  position: relative;
}
.insurance {
  display: flex;
  background: #EEFAFB;
gap:40px;
padding: 80px 12%;
}
.insurance h5{
    color: #000;
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34.2px;
    text-transform: capitalize;
    margin-bottom: 28px;
}
.insh-img{
width: 100%;
}
.insurance  span{
  color: var(--63-b-2-a-4, #3BAE9A);
font-family: Lato;
font-size: 38px;
font-style: normal;
font-weight: 600;
line-height: 53.2px;
text-transform: capitalize;
}
.insurance .img{
  width: 50%;
}
/* slider styles */
.sd_master_wrapper{
	position: relative;	
	max-width:900px;
	margin:0 auto;
	padding:0;
	border-radius:10px;
	z-index:9999;
}
.slick-slide{
height: inherit!important;
}
.testi{
  padding-top: 80px;
  padding-bottom: 80px;
align-items: center;
text-align: center;
}
.testi .subtitle{
  justify-content: center;
}
.testi h2{
  margin-bottom: 52px;
}
.sdtestBg3{
	height: 100%;
    width: 80%;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 10%;
    border-radius: 20px;
    
    box-shadow: 0px 0px 120px 0px rgba(38, 75, 71, 0.06);
	z-index:1;
}
.sdtestBg2{
	height: 100%;
    width: 90%;
    background: #fff;
    position: absolute;
    bottom: -22px;
    left: 5%;
    border-radius: 20px;
    box-shadow: 0px 0px 120px 0px rgba(38, 75, 71, 0.12);
	z-index:2;
}

.sd_scroll {
	height: auto;
    max-height: 180px;
    overflow: auto;
}
	
.slideshow {
    position: relative;
    min-height: 300px;
    height: auto;
    background: #fff;
    box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
    border-radius: 20px;
    background-image: url(./Images/“.svg), url(./Images/a“.svg);
    background-position: top 15px left 15px, bottom 40% right 15px;
    background-repeat: no-repeat;
    background-size: 80px, 80px;
	z-index:3;
}
button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9999;
    bottom: -80px;
    right: 160px;
    background: transparent;
    color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: 15px;
    width: 30px;
    padding: 0;
    background-image: url(./Images/arrow-left.svg);
    background-size: 100% 100%;
}
button.slick-next.slick-arrow {
    position: absolute;
    bottom: -82px;
    right: 85px;
    background: transparent;
    color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 19px;
    width: 63px;
    background-image: url(./Images/Arrowright.svg);
    background-size: 100% 100%;
}
.btn-white{
  display: flex;
height: 56px;
padding: 0px 40px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 200px;
background: #FFF;
color: #3AAB9D;
font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 53.2px;
    text-transform: uppercase;}

.pagingInfo {
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.sdCustomSliderHeadig {

  color: var(--5-a-5-a-5-a, #5A5A5A);
  text-align: center;
  /* 18 semibold */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.sdCustomSliderBtn{
    display: inline-block;
    text-decoration: none;
    font-family: montserrat;
    background: #E31C3A;
    color: #fff;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}
.sdAllContent{
	width:75%;
	margin:auto;
}
.thumbnail img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
}
.content{
	display:block !important;
	padding: 5px;
}
.SdClientName {
    text-align: center;
    color: #272D4E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
	margin-top: 15px;
}
.SdClientDesc {
  color: var(--63-b-2-a-4, #3BAE9A);
text-align: center;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
text-transform: capitalize;
}

.home-book{
  background-image: url(./Images/home-cont.png);
  background-size: cover;
  display: flex;
  margin-top: 80px;
padding-top: 60px;
padding-bottom: 60px;
justify-content: space-between;
align-items: center;

}
.home-book p{
  color: var(--Style, #FEFFFF);
/* 18 semibold */
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 23px; /* 150% */;
max-width: 580px;
opacity: 0.8;
}
.home-map{
  width:100%;
}
.contact-map{

  height:400px;
  margin-top: 48px;
}
.home-cont-txt .date-row{
display: flex;
padding: 12px 0px;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
    border-bottom: 1px solid #d8d8d847;
}
.home-cont-txt .cont-row {
display: flex;
margin-bottom: 16px;
gap: 24px;
align-items: center;
}
.home-cont-txt .cont-row span{
  color: #5A5A5A;
  margin-bottom: 8px;
  display: block;
}
.cont-row img{
  zoom:.7;
}
.home-cont-txt{
  width: 50%;
}
.home-cont-txt .cont-row p{
  font-weight: 600;
}
.home-cont-txt .date-row-cont {
  margin-bottom: 40px;
}
.cont-info .home-cont-txt{
  width: 100%;
}

.home-cont-txt h5{
  color: var(--000000, #142826);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.7px; /* 102.917% */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.cont-info .home-cont-txt h5{
color: white;
margin-top: 40px;
}
.home-contact{
  padding-top: 100px;
  padding-bottom: 100px;
}
#map-container {
  width: 100%;
  height: 400px;
}
.contact-map>div  {
  border-radius: 6px;
}
#map {
  height: 100%;
}

#language-select {
  padding: 5px;
}
#flag {
  width: 30px;
  height: 20px;
  margin-right: 5px;
}
.home-cont-txt{
  width: 100%;
}
.home-contact {
  display: flex;
  gap: 40px;
}
.full-header{
  position: fixed;
  z-index: 11111;
  width: 100%;
}
.contact-banner{
margin-top: 130px;
 background-image: linear-gradient(
182deg, #31585E -38.03%, rgba(10, 59, 47, 0.37) 100%), url(./Images/contactus.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto; 
}
.serv-banner{
  margin-top: 130px;
 background-image: linear-gradient(
182deg, #31585E -38.03%, rgba(10, 59, 47, 0.37) 100%), url(./Images/home-cont.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto; 

}
.about-banner{
  margin-top: 130px;
   background-image: linear-gradient(
  182deg, #31585E -38.03%, rgba(10, 59, 47, 0.37) 100%), url(./Images/թիմ.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto; 
  }
.contact-body{
  display: flex;
  padding-top: 60px;
  justify-content: space-between;
  gap:60px;
 
}
.contact-map{
  margin-bottom: 80px;
}
.cont-row{
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.cont-row div{
  margin-left: 12px;
  
}
.cont-row div p{
  font-size: 16px;
}
.cont-row div span{
  font-size: 14px;
  color: rgb(195, 195, 195);
}
.cont-info{
  background-color: #245056;
  padding: 40px 60px;
  width: 40%;
  color:white;

  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.cont-bg-phone img{
  position: absolute;
    top: -142px;
    right: -236px;
    zoom: .7;
}
.page-title{
  color: var(--ffffff, #FFF);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

}
.ser-sub-img-cont{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
.ser-sub-img-cont img{
  width: 50%;
  height: 250px;
  object-fit: cover;
  border-radius: 2px;
}

.page-desc{
  color: rgba(255, 255, 255, 0.80);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 25px; 
opacity: 0.8;
text-align:start;
max-width: 550px;
margin-bottom: 40px;
}

 .page-txt-cont{padding-top: 76px;
    padding-bottom: 110px;}
    .serv-banner .page-txt-cont{padding-top: 40px;
      padding-bottom: 40px;}
.page-txt-cont-about{
padding-top: 200px;
  padding-bottom: 340px;
}
.footer{
  background: #1F3F43;
  padding-bottom: 0px;
  padding-top: 50px;
  font-size: 12px;
}
.inner-footer{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.inner-footer div{
  display: flex;
  flex-direction: column;
 
}
.f-logo{
  width: 200px;
}
.footer h6{
  color: var(--ffffff, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 150% */
margin-bottom: 24px;
text-align: start;

}
.follow-us div{
  display: flex;
  flex-direction: row!important;
}
.follow-us a:not(:first-child){
margin-left: 16px;
}
.follow-us  h6{
  padding-left: 0;
}
.footer a{
color: var(--white-70, rgba(255, 255, 255, 0.70));
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
margin-bottom: 8px;
display: flex;
}
.footer p{
  color: var(--white-70, rgba(255, 255, 255, 0.70));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  max-width: 400px;
}

input, textarea {
  width: 100%;
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  width: 100%;
  padding: 10px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: #218838;
}

.error {
  color: red;
  font-size: 12px;
}

.success {
  color: green;
  text-align: center;
}
.tabs {
  display: flex;
  position: relative;
  margin: 40px auto 0;
  font-family: sans-serif;
}

.tab {

  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  color: #5A5A5A;
}
.tab:not(:last-child){
  margin-right: 24px;
}

.tab.active {
  color: #3BAE9A;
}
.active{
    color: #3BAE9A!important;
}
.tab.active {
border-bottom: 2px solid #3BAE9A;
  transition:all 0.3s ease;
}

.tab-contents {
  margin: 20px auto;
  font-family: sans-serif;
  font-size: 18px;
  text-align: center;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}
.serv-title{
  color: #142826;
  font-size: 36px;
  margin-top: 130px;
}
.serv-item{
  position: relative;
  width: 32%;
margin-bottom: 24px;

}
.serv-item img{
  width: 100%;

}
.serv-item .title{
position: absolute;
bottom:12px;
background: linear-gradient(180deg,rgba(255, 255, 255, 0)  0%,rgba(0, 0, 0, 1)  100%);
}
.serv-item .title h5{
  color: white;
}
.tab-pane.active{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
#languageSwitcher option{
width: 10px;
height: 10px;
display: flex;
}
.service-item-body{
display: flex;
padding-top: 40px;
padding-bottom: 60px;
}
.service-item-body h3{

}
.service-item-body a{
  color: #142826;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c0dad5;
  padding: 8px 16px;
  font-weight: 500;
}
.service-item-body  .active{
  display: block;
background: linear-gradient(90deg, rgba(7, 163, 152, 1) 0%, #9eccc4 100%);
}
.left-cont{
  padding-right: 15%;
  width: 80%;
}
.left-cont h3{
color: #142826!important;
font-size: 25px;
letter-spacing: 0.5;
font-weight: 600;
line-height: 40px;
}
.left-cont p{
color:#3f3f3f;
margin-bottom: 8px;
}
.right-item{
width: 30%;
}
.right-item .active{
color: white!important;
}
.form-group {
    margin-bottom: 15px;
}
input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.error {
    color: red;
    font-size: 14px;
    display: none;
}
#submit-btn {
    background:  #3AAB9D;;
    color: white;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    border-radius: 100px;

}
#success, #fail {
    display: none;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
}
#success {
    background: #d4edda;
    color: #155724;
}
#fail {
    background: #f8d7da;
    color: #721c24;
}



.galler h6{
  color:#3BAE9A;
}

.slider-container:not(:first-child){
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  cursor: ew-resize;
  margin-bottom: 62px;
}

.slider-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 20px;
}




.handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff5a;
  border: 2px solid #ffffff;
}


.gallery h3{
  color: black;
    font-size: 32px;
    text-align: start;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}
.slick-track{
  display: flex!important;
}
.slick-initialized .slick-slide {
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
}
.form-container{
  width: 60%;
}
.gallery h6{
   color:#3BAE9A;
}
.form-container h2{
 color:#3BAE9A;
 font-size: 18px;
}
.small-sec>p{
  margin-bottom: 2px;
}
.small-sec{
  margin-bottom: 24px;
}
.small-sec small{
  color: #3BAE9A;
  font-size: 18px;
  margin-top: 16px;
  display: block;
}
.sbtitle{
  font-weight: 700;
}
.dot-cont{
  display: flex;
}
.dot{
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #3BAE9A;
  margin-left: 32px;
}
.second-title{
  color:#3BAE9A!important;
  margin-top: 12px;
  margin-bottom:12px, !important;;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

/* NAVBAR BASE */
.navbar {
  width: 100%;
}

.nav-container {

  margin: 0 auto;
  padding: 0 12%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 55px;
}

/* ---------------------- NAV LINKS ---------------------- */
.nav {
  display: flex;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  color: #1d4b46;
  font-weight: 600;
}

/* Language dropdown inside menu */
#language-selector {
  display: flex;
  align-items: center;
}

#lang-options {
  position: absolute;
  top: 30px;
  left: -6px;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  z-index: 10;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: none !important;

}

/* ---------------------- MOBILE MENU ---------------------- */
#menu-toggle {
  display: none;
}

.menu-show,
.menu-hide {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #1d4b46;
}



.gallery-title {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

.grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 35px;
  padding: 0 5%;
}

.slider-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.before,
.after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after {
  clip-path: inset(0 50% 0 0);

}






.gall-txt p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.gall-txt h6 {
  font-weight: 600;
  text-align: start;
}
.gallery-cont{
  margin-top: 40px;
}
footer{
  color: #747474!important;
  margin-top: 40px;
}

.serv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);


  grid-auto-rows: 250px;
  gap: 48px;
  padding: 0 48px;
  max-width: 1600px;
  margin: 0 auto;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 260px; /* SAME HEIGHT for all cards */
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: scale(1.05);
}

.cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 18px;
  background: #154d46b5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}




/* Base card */
.card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}

/* Image styles */
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out, transform 0.35s ease;
}

/* Hover animation */
.card:hover img {
  opacity: 0.9;
  transform: scale(1.04);
}


/* Layout positioning */


@media (max-width: 1440px) {
  .nav-container {
    justify-content: space-between;
  }
#lang-options {

  background: #ffffff3b !important;
}
 .menu-hide {
color:#f1fffd91;
  }

  /* Hide normal nav */
  .nav {
    position: fixed;
    top: 0;
    display: flex;
    right: -100%;
    width: 30%;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background :#0c3d43;
    padding-top: 80px;
    z-index: 1111;
    transition: 0.4s;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
  }

  .nav-links {
    flex-direction: column;
    gap: 25px;
  }

  /* Show burger icon */
  .navbar .menu-show,
  .menu-hide {
    transition: 0.4s;
    font-size: 30px;
    cursor: pointer;
    display: block;
  }
  .navbar .nav-links .nav-item .nav-link {

    color: #deefed;
  
}
  /* When checkbox is checked → show nav */
  #menu-toggle:checked ~ .nav {
    right: 0;
  }

  /* Close button inside menu */
  .menu-hide {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 32px;
  }
}

/* Remove unexpected overflow from flex children */
.nav-container,
.nav,
.nav-links {
  min-width: 0;


}

@media (max-width: 1024px) {
  .serv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
.about-us h5{
  font-size: 22px;
}
.top-header.pad{
  padding: 10px 5%;
}
.insurance{
  margin: 60px 0;
}
.why-choose{
  margin-top: 60px;
}
.first-left-img{
  order: 2;
}
.text-cont {
  top:20%;
}
.about-us .subtitle {
    font-size: 12px;
}
.about-us p {

    font-size: 14px;
 
}
.about-us .a-row {
flex-direction:column;
align-items: center;
}
.about-us .a-row .txt-cont {
    padding-left: 0px;}
.about-us .a-row .img{
  width: 100%;
}

.founders h5 {
    margin-bottom: 20px;
    font-size: 20px;
}
.founders img{
width: 100%;
}
.member-modal {
  width: 90%;
}
.pad {
    padding: 24px 5%;
}
.founders{
    margin-top: 40px;
    padding: 40px 5%;
}
.team-members .team-member {
    width: 33%;
}
    .member-img-cont{
      width:100%;
    }

.member-modal-cont img {
    margin-right: 0px;
}

    .member-modal {

        height: 80vh;
        overflow: scroll;
    }
        .member-modal {
          width: 80%;
        }
        .close-modal {
    position: sticky;
    left: 100%;}
    .team-member img{
   margin-right: 0px;
    }
    .home-services .body {
      flex-direction: column;
    }
    .home-services .cart{
      width: 100%;
    }
    .why-choose .a-row{
      flex-direction: column;
    }
    .why-choose .a-row .txt-cont{
      padding-left: 0;
    }
    .contact-body{
      flex-direction: column;
    }
    .cont-info{
      width: 100%;
    }
    .form-container{
      width: 100%;
    }
    .inner-footer{
      flex-direction: column;
      align-items: center;
    }
    .footer div{
      text-align: center;
      margin-bottom: 20px;
      align-items: center;
    }
    .footer p{
      text-align: center;
      margin-bottom: 24px;
    }
    .footer h6{
      text-align: center;
      margin-bottom: 12px;
      width: 100%!important;
    }
    .form-container h2{
      text-align: center;
    }
    .page-title {
      text-align: center;
    }
    .follow-us div{
      justify-content: center;
    }
    .page-desc{
      max-width: 800px;
      text-align: center;
      width: 100%;
    }
    .cards-grid {
      grid-template-columns: 1fr 1fr ;
      grid-auto-rows: 200px;
      gap: 32px;
      padding: 24px;
    }

    .service-item-body{
      flex-direction: column;
    }
    .left-cont{
      width: 100%;
      padding-right: 0px!important;
    }
    .right-item{
      width: 100%;
      margin-top: 48px;
    }
    .left-cont h3{
      text-align: start;
      font-size: 24px;
      margin-bottom: 16px;
    }
    .service-item-body{
      padding-top: 32px;
    }
    .serv-banner .page-txt-cont .page-title {
      text-align: start;
    }

}

@media (min-width: 768px) {

  .sd_scroll {
    height: auto;
    overflow: auto;
	max-height:240px;
}

.thumbnail, .btnNtxt{
	width: 100% !important;
    display: block !important;
}


/* scroll bar */
/* total width */
.sd_scroll::-webkit-scrollbar {
    background-color:transparent;
    width:6px;
}

/* background of the scrollbar except button or resizer */
.sd_scroll::-webkit-scrollbar-track {
    background-color:transparent;
}
.sd_scroll::-webkit-scrollbar-track:hover {
    background-color:transparent;
}

/* scrollbar itself */
.sd_scroll::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    
}

}
@media (max-width: 767px) {
  .serv-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .navbar .menu-show,
  .menu-hide {
    display: block;
  }
  .top-header{
    justify-content: center;
  }
#lang-options {
    top: 30px;
    left: initial;
    width: 90%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 10;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(16, 4, 4, 0.3);
    border: none !important;}
    .lang-option{
      display: flex;
      justify-content: center;
      padding-bottom: 10px;

    }
  .top-header div
  {
    margin-left: 0;
  }
.home-about {
  padding-top: 40px;
    padding-bottom: 40px;
    gap: 12px;
    padding-right: 5%;
    padding-left: 5%;
}
.home-about-body {
    padding: 16px 0px;
}
h6{
  width: 90%;
}
h3 {
    color: var(--Style, #FEFFFF);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.6px;
    text-align: center;
    text-transform: capitalize;
}
.home-services h3 {
      padding-top: 40px;
}

.home-services .body {
    margin-top: -431px;}
    .home-services .c-body a:not(:last-child){
       height: 40px!important;
    }

  .top-header div:not(:first-child)
  {
    margin-left: 12px;
  }
  .home-services .body {

  }
  h2{
    font-size: 26px;
    line-height: 42px;
  }
  .subtitle {

  justify-content: center;
}
.why-choose p{
  text-align: center;
}
.why-choose h5{
  text-align: center;
}
  
.why-choose .a-row .txt-cont{
  padding-left: initial;
}
  .count-area {
    padding: 60px 5%;
  }
.why-choose{
  margin-top: 0;
}
.why-choose .a-row .img {
  width: 100%;
}
.insurance{
  padding: 60px 5%;
  margin: 0;
}
.insurance h5{
  font-size: 18px;
  line-height: 27.2px;
}
.why-choose .a-row{
  margin-top: 40px;
}
.home-book {
  flex-direction: column;
}
 .home-book .btn-white{
  margin-top: 24px;
}
.why-choose h5{
  font-size: 20px;
}
  .home-services .body{
    margin-bottom: 0;
  }
  .email-cont-top{
    display: none !important;
  }
  .navbar .nav-links {
         position: fixed;
         display: flex;
         flex-direction: column;
        width: 100%;
        height: 100vh;
        top: 0;
        left: -100%;
        padding: 50px 0;
        transition: 1s;
        background: #142826;
        z-index: 12;
  }
  .why-choose .a-row .left{
    padding-right: 0;
  }
  .home-contact{
    flex-direction: column;
  }
  .home-book p{
text-align: center;
  }
  .home-map{
    height: 500px;
  }
  .navbar .nav-links .nav-item {
    width: 100%;
  }
  .navbar .nav-links .nav-item .nav-link {
    padding: 15px;
    text-align: center;
    color: #deefed;
  }
  .navbar .menu-hide {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .navbar #menu-toggle:checked ~ .nav .nav-links {
    left: 0;
  }
  .navbar .has-dropdown ul {
    display: none;
  }
  #language-selector {
    justify-content: center;
  }
  .navbar .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 1px solid #0000001c;
    flex-direction: column;
  }
  .navbar .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #0000001c;
  }
  .navbar .nav-links .has-dropdown .dropdown-menu .nav-link {
    font-size: 13px;
  }

  .member-modal{

  align-items: center;
}
.member-modal-cont {
    display: flex;

    align-items: center;
        flex-direction: column;
}
.member-img-cont{
  width:65%;
}
.member-text{
  width: 100%;
  margin-left: 0;
}



      .team-members .team-member {
        width: 100%;
    }
    .nav-container{
      padding: 0 20px;
    }
    .top-header{
      padding: 0 20px;
    }
    h1{
      font-size: 32px;
          line-height: 34px;
          text-align: center;
    }
    .hero-title {
    color: var(--Style, #FEFFFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 100;
    line-height: 54px;
    text-align: center;
    
  }

    .text-cont {
    top: 6%;
width: 100%;
    padding: 40px;
    align-items: center;
    left: inherit;
}
.home-note{
  justify-content: center;
}

.hero-section h4 {
  text-align: center;
      max-width: initial;
}



}

   
  
  /* style for moblile */
  @media (max-width:576px){
   
  .sd_scroll {
      height: auto;
      overflow: auto;
    max-height:240px;
  }
  
  .thumbnail, .btnNtxt{
    width: 100% !important;
      display: block !important;
  }
  
  }
  /* scroll bar */
  /* total width */
  .sd_scroll::-webkit-scrollbar {
      background-color:transparent;
      width:6px;
  }
  
  /* background of the scrollbar except button or resizer */
  .sd_scroll::-webkit-scrollbar-track {
      background-color:transparent;
  }
  .sd_scroll::-webkit-scrollbar-track:hover {
      background-color:transparent;
  }
  
  /* scrollbar itself */
  .sd_scroll::-webkit-scrollbar-thumb {
      background-color:#babac0;
      border-radius:16px;
      
  }
  .sd_scroll::-webkit-scrollbar-thumb:hover {
      background-color:#a0a0a5;
  }