.background-image {
  background:
    url(https://source.unsplash.com/E8Ufcyxz514/2400x1823) center / cover no-repeat fixed;
}

.section-title_ {
  position: relative;
  padding-left: 60px;
  font-size: 30px;
  font-weight: 600;
}

.section-title_::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  right: 1px;
  width: 45px;
  height: 3px;
  background: #265eb8;
}

.about_us div:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #396db4;
  margin-right: 10px;
}

.about_us div {
  line-height: 30px;
  font-size: .7rem;
}

.about_us b {
  font-style: normal;
  font-size: .9rem;
  color: #606060;
}

/* Gallery */
.gallery_container {
  display: grid;
  place-content: center;
}

.gallery {
  --s: 200px;
  /* control the size */
  --g: 8px;
  /* control the gap */

  display: grid;
  grid: auto-flow var(--s) / repeat(2, var(--s));
  gap: var(--g);
}

.gallery>img {
  width: 100%;
  aspect-ratio: 1;
  cursor: pointer;
  filter: grayscale();
  z-index: 0;
  transition: 0.25s, z-index 0s 0.25s;
}

.gallery>img:hover {
  width: calc(200% + var(--g));
  filter: grayscale(0);
  z-index: 1;
  --_c: 50%;
  transition: 0.4s, z-index 0s;
}

.gallery>img:nth-child(1) {
  clip-path: circle(var(--_c, 55% at 70% 70%));
  place-self: start;
}

.gallery>img:nth-child(2) {
  clip-path: circle(var(--_c, 55% at 30% 70%));
  place-self: start end;
}

.gallery>img:nth-child(3) {
  clip-path: circle(var(--_c, 55% at 70% 30%));
  place-self: end start;
}

.gallery>img:nth-child(4) {
  clip-path: circle(var(--_c, 55% at 30% 30%));
  place-self: end;
}

/* Change background color on hover for tab navigation links */
.tabbable-nav li a:hover {
  background-color: #6A3442 ;
  color: #ffffff;
}

/* Change background color of active tab link */
.tabbable-nav li.active a {
  background-color: #6A3442  !important;
}

.tab-icon {
  font-size: 20px;
  padding-right: 10px;
}

.content-icon {
  font-size: 20px;
  border-radius: 50%;
  padding: 3px;
}

/* whatsapp */

#whatsapp {
  width: 50px;
  height: 50px;
  background: #24ec49;
  line-height: 62px;
  position: fixed;
  left: 15px;
  text-align: center;
  cursor: pointer;
  z-index: 99999;
  -webkit-border-radius: 4%;
  -moz-border-radius: 4%;
  -ms-border-radius: 4%;
  -o-border-radius: 4%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#whatsapp.init {
  bottom: -100px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#whatsapp.show {
  bottom: 15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#whatsapp:hover {
  background: #24ec4995;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#whatsapp span {
  font-size: 22pt;
  font-weight: 300;
  color: #fff;
}

/* whatsapp end */

/* Service Pages Changes */
.service-list {
  font-size: medium;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

.footer {
  margin-top: 100px;
  position: relative;
  width: 100%;
  background: #008080;
  min-height: 100px;
  /* padding: 20px 50px; */
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.6rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.menu__link.actived_ {
  color: #ec8c24 !important;
  text-decoration: n;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1.2rem;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../images/wave_green.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

/* testimony */
.content-center {
  display: grid;
  place-items: center;
  text-align: center;
  height: 100%;
  /* Ensure the container takes up the full height */
}

/* Service Offers */
.service-gallery-container {
  display: grid;
  place-content: center;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%; */
}

.service-gallery {
  --s: 200px;
  /* control the size */
  --g: 8px;
  /* control the gap */

  display: grid;
  grid: auto-flow var(--s)/repeat(2, var(--s));
  gap: var(--g);
}

.service-gallery>img {
  width: 100%;
  aspect-ratio: 1;
  cursor: pointer;
  /* filter: grayscale(); */
  z-index: 0;
  transition: .25s, z-index 0s .25s;
}

.service-gallery>img:hover {
  width: calc(200% + var(--g));
  filter: grayscale(0);
  z-index: 1;
  --_c: 50%;
  transition: .4s, z-index 0s;
}

.service-gallery>img:nth-child(1) {
  clip-path: circle(var(--_c, 55% at 70% 70%));
  place-self: start;
}

.service-gallery>img:nth-child(2) {
  clip-path: circle(var(--_c, 55% at 30% 70%));
  place-self: start end;
}

.service-gallery>img:nth-child(3) {
  clip-path: circle(var(--_c, 55% at 70% 30%));
  place-self: end start;
}

.service-gallery>img:nth-child(4) {
  clip-path: circle(var(--_c, 55% at 30% 30%));
  place-self: end;
}

.benefits-container {
  font: 1em/1.618 Inter, sans-serif;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 30px;

  color: #224;
}

.card-holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  top: 35px;
  justify-content: center;
}

.card {
  background-color: #B9D9EB;
  width: 300px;
  min-height: 200px;
  display: flex;
  flex-direction: column;

  max-width: 500px;
  height: auto;
  padding: 25px;

  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;

  backdrop-filter: blur(15px);

  margin: 1cap 10px;
}

.card-header {
  font-size: large;
  font-weight: bolder;
  font-style: normal;
}

.card-footer {
  font-size: 0.65em;
  color: #446;
}

@media (max-width: 420px) {
  .service-gallery {
    --s: 150px;
  }
}

/* FAQS Styles */

.panel-title>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.panel-title>a.collapsed:before {
  float: right !important;
  content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none;
}

.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 10px 11px 5px 3px rgb(4 4 4 / 5%);
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #00bcd4;
  text-align: center;
  color: #fff;
}

.faqs-container {
  height: 55vh;
  overflow-x: scroll;
}

/* Optional: Add some styling for the scrollbar */
.faqs-container::-webkit-scrollbar {
  width: 0;
}

.logo-font{
  font-size: x-small;
    margin: 0;
}

.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.service_card {
  margin: 30px auto;
  width: 200px;
  height: 200px;
  border-radius: 40px;
box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.service_card .card_image {
  width: inherit;
  height: inherit;
}

.service_card .card_icon {
  font-size: 50px;
  color: black;
  text-align: center;
}

.service_card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.service_card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
}

.service_card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


/*
.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/

.mission, .vision{
  
}

.service-card{
  margin: 10px auto;
  box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
  border-radius: 6px;
  height: 100%;
  transition: 0.3s;
  padding: 10px;
}
.service-card:hover {
box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
}
.service-card-title{
  text-align: center;
  color: #333;
  font-weight: bold;
}
.service-card-text{
      font-weight: 500;
color: #66686b;
}
.service-card-image{
  text-align: center;
  margin: 5vh 0;
}
.service-card-text{
  text-align: center;
}

.service-title-heading{
  font-size: 3em;
  text-align: center;
  margin: 4%;
  font-weight: bold;

}

@media (max-width: 680px) {
  .service-card{
    margin: 15px 20px;
    box-shadow: 0px 2px 4px 0 rgba(0.2,0.5,0.9,0.2);
    border-radius: 6px;
    height: 100%;
    transition: 0.3s;
    padding: 10px;
  }
  .popup-content{
    width: 285px !important;
    display: table-cell;
  }
}