:root {
  --careold-font: "Montserrat", sans-serif;
  --careold-heading-font: "Montserrat", sans-serif;
  --careold-special-font: "Montserrat", sans-serif;
  --careold-text: #827e76;
  --careold-text-rgb: 130, 126, 118;
  --careold-text-dark: #a89d8a;
  --careold-text-dark-rgb: 168, 157, 138;
  --careold-text-gray: #89868d;
  --careold-text-gray-rgb: 137, 134, 141;
  --careold-base: #89be66;
  --careold-base-rgb: 248, 206, 117;
  --careold-primary: #abe6d7;
  --careold-primary-rgb: 171, 230, 215;
  --careold-gray: #f1fcf9;
  --careold-gray-rgb: 241, 252, 249;
  --careold-gray2: #f7f3ea;
  --careold-gray2-rgb: 247, 243, 234;
  --careold-white: #fff;
  --careold-white-rgb: 255, 255, 255;
  --careold-black: #20342f !important;
  --careold-black-rgb: 14, 11, 6;
  /* --careold-black2: #89be66; */
  --careold-black2: #19715a !important;
  --careold-black2-rgb: 64, 95, 88;
  --careold-black3: #000;
  --careold-black3-rgb: 0, 0, 0;
  --careold-border-color: #e5e3e0;
  --careold-border-color-rgb: 229, 227, 224;
  --careold-letter-space: 0.1em;
  --careold-letter-space-xl: 0.2em;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url(../fonts/lufga/LufgaRegular.ttf);
}

/* Custom CSS File */
.footer-widget__text{
  color: white;
}
.footer-widget__links li{
  padding-left: 0;
}
.footer-widget__links li a{
  color: white;
}
.footer-widget__links li::after{
  content: '';
}
.footer-widget__title{
  margin-bottom: 24px;
}
.scroll-to-top.show {
  background: white;
  padding: 0 15px;
}
.team-one {
  padding: 120px 0 120px;
}
.team-card__content{
  padding: 30px;
  text-align: center;
}
.blog-card{
  background-color: #f1fcf9;
}
.blog-card__date{
  bottom: 18px;
  left: 18px;
}
.feature-one__item__text {
  font-size: 17px;
}
.sec-title__title {
  line-height: 48px;
  margin-top: 12px;
}
.about-one__content__text {
  margin: 0 0 5px;
}
body{
  color: #404040;
}
.why-choose-one__item__text {
  font-size: 17px;
}


/* SERVICES MEGA MENU TABS STYLES START */
.tab {
  float: left;
  /* border: 1px solid #ccc; */
  background-color: #f1fcf9;
  background-color: rgba(183,204,224,12%);
  width: 230px;
  height: auto;
  border-radius: 0px;
  overflow: hidden;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}
.tab button:hover {
  background-color: #f1f1f1;
}
.tab button.active {
  background-color: #8abe66;
  color: white;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  padding-left: 30px;
  width: calc(100% - 230px);
  border-left: none;
  height: auto;
  display: none;
}
.home-showcase__inner {
  padding: 30px;
  border-radius: 20px;
  display: flex;
  min-height: 500px;
}
.tablinks i{
  float: right;
  margin-top: 7px;
}
.wrapper-service-content{
  display: flex;
  flex-wrap: wrap;
}
.content-area{
  flex: 0 0 auto;
  width: calc(100% - 250px);
}
.image-area{
  flex: 0 0 auto;
  width: 250px;
  padding-left: 15px;
}
.image-area img{
  width: 100%;
  /* height: 300px; */
  height: calc(100% - 70px);
  object-fit: cover;
  border-radius: 20px;
  margin-top: 70px;
}
.ul-servic-links{
  list-style: none;
  padding-left: 0;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none;
}
.ul-servic-links li a{
  color: black;
}
.serviceList_title {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 6px;
}
.serviceList_title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.serviceList_title a:hover {
  background-size: 100% 1px;
}
.serviceList_title_a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
  margin-bottom: 10px;
}
.serviceList_title_a:hover {
  background-size: 100% 1px;
}
.title-service-megamenu{
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--careold-base);
}
.wrap-service-list p{
  line-height: 20px;
}
.tab-content-service-title{
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 0;
}
.content-area p{
  margin-bottom: 10px;
}
.wrap-service-list p{
  margin-bottom: 20px;
}
.service-tagline{
  line-height: 20px;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}

/* SERVICES MEGA MENU TABS STYLES END */

.blog-card__image{
  border-radius: 20px;
  overflow: hidden;
}
.icon-phone{
  transform: translateX(-1);
}
.wrapper-faqs{
  background-color: rgba(183,204,224,15%);
  padding: 100px 0px;
}
.faq-page__sub-title{
  border-top: 0;
}
.faq-page__accordion .accrodion{
  border-radius: 20px !important;
}
.faq-page__accordion .accrodion-title{
  padding: 20px 30px;
}
.faq-page__accordion .accrodion-title__icon{
  right: -5px !important;
}
.blog-card__title{
  margin-bottom: 10px;
}
.blog-card__content p{
  margin-bottom: 20px;
  line-height: 24px;
}
.blog-card__image img{
  height: 220px;
  object-fit: cover;
}
.wrapper-our-team .team-card{
  border-radius: 20px;
  overflow: hidden;
}
.team-card__content{
  background: linear-gradient(45deg, #048796, #86b925);
  color: white;
  border-radius: 0;
}

.contact-one .google-map iframe {
  height: 440px;
  border-radius: 15px;
  overflow: hidden;
}
.contact-one__info__icon{
  background-color: var(--careold-base);
}
.page-header{
  margin-top: 90px;
}
.page-header__title{
  color: white;
}
.careold-breadcrumb li a{
  color: var(--careold-base);
}
.careold-breadcrumb li span{
  color: white;
}
.careold-breadcrumb li{
  border: 0;
}
.careold-breadcrumb li:not(:last-of-type)::after{
  color: white;
}
.wrap-content-about p{
  font-size: 18px;
}
.about-details-inner{
  position: relative;
  padding: 120px 0 20px;
}
.wrap-content-about{
  position: relative;
}
.about__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-position: top center;
  background-repeat: no-repeat;
  animation: movebounce3 4s linear infinite;
  /* z-index: 9; */
}
.wrapper-mission-vision{
  padding: 100px 0 70px;
  margin-top: 80px;
}
.wrapper-missoin-vision-inner h2{
  color: white !important;
  opacity: 1 !important;
  font-size: 32px !important;
}
.wrapper-missoin-vision-inner p{
  color: white !important;
  opacity: 1 !important;
  font-size: 18px !important;
}
.mission img,
.vision img{
  filter: brightness(0) invert(1);
  width: 70px;
  margin-bottom: 30px;
  opacity: 0.8;
}
.wrapper-team-main{
  margin: 100px 0;
}
.wrapper-team-main .item{
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}
/* .team-card__image {
  margin-top: 30px;
} */
.team-card__image img{
  border-radius: 0;
}
.team-card__content{
  margin-bottom: 0;
}


/* CUSTOM GALLERY STYLES START */

.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;

  @media (max-width: 580px) {
    grid-template-columns: 1fr;
  }

  .img-box {
    border: 3px solid #ffffff;
    position: relative;
  }

  .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .img-box:hover .caption {
    transform: translateY(-5px);
  }

  img {
    max-width: 100%;
    display: block;
    height: auto;
  }

  .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
  }

  .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-photo {
    grid-row: 1;
    grid-column: 1;
  }

  .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;

    &:nth-child(0) {
      grid-column: 1;
      grid-row: 1;
    }

    &:nth-child(1) {
      grid-column: 2;
      grid-row: 1;
    }

    &:nth-child(2) {
      grid-column: 1;
      grid-row: 2;
    }

    &:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
    }
  }
}


.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1280px) {

  .container {
    margin: 0 auto;
    width: 1250px;
  }
}
.main-photo.img-box img{
  height: calc(700px + 5px);
  width: 100%;
  object-fit: cover;
}
.sub .img-box img{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

/* CUSTOM GALLERY STYLES START */


.wrapper-services{
  padding: 80px 0;
}
.wrapper-service-detail{
  padding: 80px 0;
}
.img-service-thumb{
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-one__image img {
  border-radius: 35px;
}
.floating_icons_whatsapp {
  position: fixed;
  width: 70px;
  bottom: 165px;
  z-index: 100;
  right: 22px !important;
}
.floating_icons_whatsapp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.whstapp_float img {
  width: 70px !important;
}
.prima-logo{
  width: 180px;
}
.link-learn-more{
  background: linear-gradient(45deg, #048796, #86b925);
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 10px;
}
.link-learn-more i{
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
}
.link-learn-more:hover{
  text-decoration: underline !important;
}
.btn-download-brochure{
  background: linear-gradient(45deg, #048796, #86b925);
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 15px;
}
.btn-download-brochure:hover{
  text-decoration: underline;
}
.btn-download-brochure img{
  width: 20px;
  margin: 0 8px 4px 0;
}
.main-header__info {
  gap: 10px;
  margin-right: 20px;
}
.main-header__info a span{
  display: block;
    color: #3d4542;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.services-supporting-text {
  max-width: 820px;
  margin: 15px auto 0;
  line-height: 27px;
  font-size: 17px;
  font-weight: 500;
}
.section-styles-general{
  padding: 80px 0;
}
.section-dark-bg{
  background: linear-gradient(45deg, #048796, #86b925);
  color: white;
}
.features-ul {
  padding-left: 15px;
  
}
.features-ul li{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 26px;
}
.features-ul li span{
  margin-right: 10px;
}
.img-home-environment{
  border-radius: 20px;
}
.section-title-genrl{
  font-size: 40px;
  color: white;
}
.ul-general{
  list-style: none;
  padding-left: 0;
}
.ul-general li{
  font-size: 17px;
  font-weight: 400;
}
.ul-general li::before{
  content: "✅";
  margin-right: 10px;
  font-size: 18px;
}
.img-activity{
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: top;
}
.wrapper-section-activities {
  border: 5px solid #e4edf9;
  background: #f6faff;
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 30px;
}
.section-light-bg{
  background-color: rgba(183,204,224,15%);
}
.section-big-padding{
  padding: 30px;
}
.section-mb-30{
  margin-bottom: 30px;
}
.img-activity-auto-height{
  height: auto !important;
}
.img-meals{
  width: 100%;
  height: 500px !important;
  object-fit: cover !important;
  border-radius: 30px !important;
}
.bg-theme-color{
  background: linear-gradient(45deg, #048796, #86b925);
  color: white;
}
.main-footer__bottom{
  background: linear-gradient(45deg, #048796, #86b925);
  color: white !important;
}
.main-footer__copyright{
  color: white;
}
.services-page .service-one__item__content{
  background: #f0faf8;
}
.team-card__title a{
  color: white;
}

@media (max-width: 580px) {
  .main-photo.img-box img {
    height: calc(300px + 5px);
  }
  .sub .img-box img {
    height: 200px;
  }
}
.main-slider-one__title{
  text-shadow: 2px -2px 5px rgba(0, 0, 0, 0.2) !important;
}