.call-icon-container a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.call-icon-container a i {
  font-size: 20px;
  color: white;
}

.call-icon-container a:hover {
  background-color: black;
  transform: scale(1.1);
}

.custom-sec {
  padding: 110px 0 90px;
}

.theme-color {
  color: var(--tg-theme-primary);
}

.checkmark-list {
  list-style: none;
  padding-left: 0;
}

.checkmark-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.checkmark-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  /* color: #28a745; */
  font-size: 1.2em;
}
.custom-swiper-button {
  width: 40px;
  height: 40px;
  background-color: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-swiper-button:hover {
  background-color: var(--tg-theme-secondary);
}

.custom-swiper-button.swiper-button-next::after,
.custom-swiper-button.swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  top: 45% !important;
}

/* image-gallery */
.gallery_sec {
  width: 100%;
  padding: 80px 0;
}

.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}

.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%;
}

.gallery_sec a:hover img {
  opacity: 0.8;
}

.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}

.education-icon-box {
  font-size: 50px;
  line-height: 7px;
  height: 60px;
  width: auto;
  text-align: center;
  background-color: #fef6e6;
  color: #000;
  display: inline-block;
  margin-bottom: 9px;
  border-radius: 10px;
  padding: 5px;
}

.custom-ml {
  margin-left: 30px;
}

.life-member-area {
  padding: 150px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.life-member-area .member ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.life-member-area .member ul li {
  width: calc(20% - 20px);
}

.life-member-area .member-main {
  text-align: center;
}

.member-cer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 8px;
}

.member-cer img {
  height: 100%;
  object-fit: contain;
  max-width: 120px;
}

.life-member-area .card {
  background-color: #ffffff;
  border: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 146px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .life-member-area .member ul li {
    width: calc(50% - 20px);
  }

  .life-member-area .card {
    min-height: 194px;
  }
}

/* certifications */
.certifications_sec {
  width: 100%;
  padding: 80px 0;
}

.certifications img {
  width: 100%;
}

.certifications a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.certificationsc a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certifications img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.certifications a:hover img {
  position: relative;
  width: 100%;
}

.certifications a:hover img {
  opacity: 0.8;
}
.about__area-six .about__content-six .box-width {
  width: 94%;
}

.event-gallery img {
  width: 100%;
  height: 250px !important;
}

.breadcrumb__content .title {
  color: white;
}

.before-none::before {
  content: "";
}
.swiper-navigation-icon {
  width: 0;
}
.testimonial__bottom.home-9 .testimonial__img {
  width: 65px;
  /* height: 65px; */
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.testimonial__item-three.home-9 {
  padding: 24px;
  gap: 22px;
  border-radius: 12px;
  border: 1px solid gray;
}
.contact-map-home iframe {
  height: 250px !important;
  width: 100%;
}
.bg-main {
  background: var(--tg-theme-primary);
}
footer .nav-item a {
  border-right: 2px solid white;
  padding: 0;
  margin: 10px 0;
}
.social-links a {
  background: white;
  padding: 7px 15px;
  color: var(--tg-theme-primary);
  gap: 10px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease; /* smooth transition */
}

.social-links a:hover {
  background: var(--tg-theme-primary); /* opposite background */
  color: white; /* opposite text color */
}

.social-links {
  display: flex;
  gap: 10px;
}
.social-links a i {
  font-size: 18px;
}
.ft-logo {
  height: 50px;
  margin-right: 10px;
}
.bd-top-1 {
  border-top: 1px solid white;
}

/* social link fixed */
.social-right {
  left: auto;
  position: fixed;
  right: 1%;
  top: 23%;
  z-index: 11;
}

.social-right .list-wrap {
  flex-direction: row;
  gap: 12px;
}

.social-right .title {
  color: var(--tg-theme-primary);
  margin: 0;
}

.social-right .title::before {
  background: var(--tg-theme-primary);
  content: none;
}

.social-right .list-wrap li a {
  transform: rotate(0deg);
  border-radius: 50%;
  color: var(--light-color);
  width: 35px;
  height: 35px;
}

.banner-social {
  gap: 30px;
}

.social-right .list-wrap li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
}

.social-right .facebook-icon {
  background-color: #316ff6;
}

.social-right .twitter-icon {
  background-color: #000;
}

.social-right .instagram-icon {
  background-color: #df2b86;
}

.social-right .linkedin-icon {
  background-color: #007ebb;
}

.social-right .youtube-icon {
  background-color: #ff0000;
}

.scroll__top {
  right: 1%;
}

/* Whatsapp css */

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  right: 20px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 20px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 410px;
  right: 12px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 15px;
    opacity: 0.75;
  }
  75% {
    padding: 30px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .btn-whatsapp-pulse-border {
    top: auto;
    right: 1%;
    bottom: 7%;
    position: fixed;
  }
}

@media (max-width: 1200px) {
  .slider__single {
    min-height: 100% !important;
    padding: 150px 0;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .slider__single {
    min-height: 100% !important;
    padding: 150px 0;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .slider__single {
    min-height: 100% !important;
    padding: 90px 0;
  }
}

.bg-light-blue {
  background: #eff8ff;
}
.about__bg-1 {
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}
.faqs__area-six  .icon i {
  color: var(--tg-theme-primary);
}
.faqs__area-six .list-wrap .title {
  color: var(--tg-theme-primary);
}
.services__content-five p {
      font-size: 14px;
    line-height: 20px;
}
.services__icon-five {
  margin-bottom: 20px;
}
.offer-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 10px;
}

.service-offer:hover .offer-img {
  opacity: 1;
}
.offer-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  border-radius: 10px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.service-offer {
  position: relative;
}
.service-offer:hover .service-content p,
.service-offer:hover .service-content .title,
.service-offer:hover .service-content a {
  color: white;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.service-content {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.service-content h2 {
  font-size: 22px;
}

.btn-arrow::after {
  content: "\f10a";
  font-family: flaticon;
  font-weight: var(--tg-fw-bold);
  margin-left: 8px;
  font-size: 20px;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-arrow {
  display: flex;
  align-items: center;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.contact-form {
  border: 3px solid var(--tg-theme-primary);
}
.text-main {
  color: var(--tg-theme-primary);
}
.testimonial__item-three p {
  display: -webkit-box;
  -webkit-line-clamp: 12; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.5em * 12); 
  line-height: 1.5em; 
}
