.margintop {
  margin-top: 117px;
}

@media (max-width: 600px) and (min-width: 320px) {
  .margintop {
    margin-top: 50px;
  }
}


@media (max-width: 993px) and (min-width: 320px) {
  .bottom-padding-nav  {
   padding-bottom: 10px;
   margin-left: 10px;
   text-align: center;
  }
}


.headingtext {
  font-weight: bold;
}

.maincolor {
  color: #26ABA3;
}

.mintitlecolor {
  color: #F7AB1E;
  font-weight: 500;
}

.subtext {
  color: #626262;
  opacity: 0.7;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #26ABA3 !important;
}

/* button */
.credit {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.content {
  padding-top: 45px;
  padding-bottom: 20px;
}

.button_container {
  width: 176px;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 40px;
}

.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 30px;
}

.su_button_circle {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  z-index: 1;
}

.button_su_inner {
  display: inline-block;
  background: #F8B627;
  color: #F4F4F4;
  font-size: 23px;
  font-weight: 500;
  width: 150px;
  text-align: center;
  border-radius: 3px;
  transition: 400ms;
  text-decoration: none;
  padding: 7px;
  z-index: 2;
}

.button_text_container {
  position: relative;
  z-index: 50;
}

.explode-circle {
  animation: explode 0.5s forwards;
}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }

  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #26ABA3;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #26ABA3;
  }

  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(129, 80, 108, 0.6);
  }
}

/* navbar */
.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  color: rgb(39, 39, 39);
  transition: background-color 0.3s ease;
  border-radius: 0.375rem;
  font-weight: 500;
}

.navbar-nav {
  gap: 1rem;
}

.navbar-nav .nav-link:hover {
  background-color: #f0fdfa;
}

.nav-link.active {
  background-color: #f0fdfa;
  font-weight: bold;
  color: rgb(39, 39, 39) !important;
}

.navbar-brand {
  font-weight: bold;
  color: rgb(39, 39, 39);
}

.phone-icon {
  background-color: #20b2aa;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 0.5rem;
  margin-right: 0.5rem;
}

.navbar {
  color: rgb(39, 39, 39);
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #1A3129;
  box-shadow: 0px 3px 13px #7c7c7c;
  z-index: 100;
}

/* header */
.size {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  text-align: left;
}

.carousel-caption h1 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 767px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
  }
}

.carousel-caption p {
  font-size: 1.2rem;
}

.btn-custom {
  background-color: #00b3b3;
  color: white;
  padding: 12px 24px;
  font-size: 1.2rem;
  border-radius: 25px;
}

.btn-custom:hover {
  background-color: #00b3b3;
  color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #b3b3b3;
}

/* footer */
.footer {
  background-color: #26ABA3;
  padding-top: 30px;
  position: relative;
}

.footer h5 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer p {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.footer a:hover {
  padding-left: 5px;
  color: white;
}

.footer .icon {
  color: #00b3b3;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.nav-link {
  position: relative;
  display: inline-block;
}

.footer li {
  margin-bottom: 7px;
}

.copyright {
  border-top: solid 1px rgb(255, 255, 255);
  color: #fff;
  padding: 15px;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 3px;
}

.image-boxx img {
  width: 100%;
  border-radius: 50px 50px 50px 0 !important;
}

/* counter */
.stats-section {
  background-color: #26ABA3;
  color: white;
  padding: 67px 20px;
  text-align: center;
}

.stat {
  font-size: 24px;
}

.number {
  font-size: 40px;
  font-weight: bold;
}

/* why choose us */
.image-box {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 30px;
}

img.rounded-4 {
  border-radius: 0 50px 0 50px !important;
}

/* services  */
.services-section {
  padding-bottom: 60px;
}

.service-card {
  background-color: #fff;
  border: none;
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.read-more-link {
  display: inline-block;
  color: #00796b;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more-link i {
  transition: transform 0.3s ease;
}

.read-more-link:hover {
  color: #004d40;
}

.read-more-link:hover i {
  transform: translateX(5px);
}

.btn-teal {
  background-color: #009688;
  color: #fff;
  transition: background-color 0.3s ease;
}

/* call info section */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #26ABA3;
  outline: 0;
  box-shadow: 0 0 0 .25rem #26aba24d;
}

.support-section {
  text-align: center;
  padding: 60px 20px;
}

.support-section h2 {
  font-weight: 700;
  font-family: 'Georgia', serif;
  font-size: 2rem;
}

.support-section p {
  color: #f0ad4e;
  font-weight: bold;
}

.btn-call {
  background-color: #1cc3b2;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}

.btn-call:hover {
  background-color: #17a89d;
}

.support-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  animation: opacityPulse 2s ease-in-out infinite;
}

.support-icon {
  font-size: 1.8rem;
  color: #f0ad4e;
}

.popup {
  animation: fadeInAnimation 1s ease;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacityPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

/* client */
.custom-slider-container {
  width: 100%;
  position: relative;
}

.custom-slider-container i {
  height: 50px;
  width: 50px;
  background: #26ABA3;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 1.25rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
  z-index: 2;
}

.custom-slider-container i:first-child {
  left: -10px;
}

.custom-slider-container i:last-child {
  right: -10px;
}

.custom-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 2) - 16px);
  gap: 16px;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px;
}

.custom-slider::-webkit-scrollbar {
  display: none;
}

.custom-slider.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.custom-slider.dragging .custom-slide {
  cursor: grab;
  user-select: none;
}

.custom-slide {
  scroll-snap-align: start;
  list-style: none;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 100%;
}

.img {
  background: #26ABA3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
}

.custom-slide h2 {
  font-weight: bold;
  font-size: 1.56rem;
  margin: 20px 0 5px;
  color: #26ABA3;
}

.custom-slide p {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.custom-slide small {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #6a6d78;
  text-align: center;
  display: block;
}

@media screen and (max-width: 900px) {
  .custom-slider {
    grid-auto-columns: calc((100% / 2) - 12px);
  }
}

@media screen and (max-width: 600px) {
  .custom-slider {
    grid-auto-columns: 105%;
  }
}

/* contact */
.contact-form {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.form-control {
  border-radius: 5px;
  box-shadow: none;
}

.icon-circle {
  background-color: #f4a300;
  color: white;
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  height: 40px;
  width: 40px;
}

.icon-circle:hover {
  animation: flicker 0.4s linear infinite alternate;
}

@keyframes flicker {
  0% {
    transform: scale(1) rotate(0deg);
  }

  25% {
    transform: scale(1.1) rotate(2deg);
  }

  50% {
    transform: scale(0.9) rotate(-2deg);
  }

  75% {
    transform: scale(1.05) rotate(1deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

.new {
  width: 170px !important;
}

/* about */
.accordion-button::after {
  margin-left: auto;
}

.custom-section {
  background-color: #f0fdfb;
  /* Light mint background */
  padding: 50px 20px;
}

.accordion-item {
  background: white;
  border-radius: 5px;
  margin-bottom: 10px;
}

.accordion-button {
  font-weight: bold;
}

.img-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #26ABA3;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* success */
.card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  height: 100%;
}

.card .allimgsuccess {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

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

.card-overlay {
  position: absolute;
  top: 100;
  left: 25;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  padding: 13px;
  transition: transform 0.7s ease-in-out;
}

.card:hover .card-overlay {
  display: flex;
}

.card-overlay h5 {
  margin-bottom: 0.5rem;
}

.card-overlay p {
  margin: 0;
}