  .carousel-item {
      height: 95vh;
      background-size: cover;
      background-position: center;
      position: relative;
      color: white;
    }

    .overlay-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding: 0 5%;
    }

    .slide-text-left {
      text-align: left;
    }

    .slide-text-right {
      text-align: right;
    }

    .slide-text-center {
      text-align: center;
    }

    .overlay-content h1 {
      font-size: 3rem;
      font-weight: bold;
      color: white;
    }

    .overlay-content p {
      font-size: 1.2rem;
      margin: 20px 0;
    }

    @media (max-width: 768px) {
      .overlay-content h1 {
        font-size: 2rem;
      }
    }

    .headerlogo img {
  height: 60px;
  margin-right: 15px;
}

.logo-text div:first-child {
  font-weight: bold;
  font-size: 18px;
}

.logo-text div:last-child {
  font-size: 14px;
}
.logo-text {
    margin-right: 80px;
}


@media (max-width: 767.98px) {
  img.img-fluid.bg-inmg {
    display: none;
  }
}

.align-items-center {
    align-items: center !important;
    justify-content: center;
}
.site-header-menu-inner.cmt-stickable-header.fixed-header {
    padding: 15px 0;
}
/*.cmt-widget_header {
    background-color: #000000;
}*/
.site-header-menu-inner.cmt-stickable-header {
        box-shadow: 0 1px 0px -1px rgba(0, 0, 0, 0.4) !important;
}


 /* Initial hidden state */
.fade-in-left {
    opacity: 0;
    transform: translateX(200px);
    transition: all 1s ease-in-out;
}

/* When in view */
.fade-in-left.in-view {
    opacity: 1;
    transform: translateX(0);
    background-color: #b366ca;
    padding: 6px !important;
}


/* Optional: Cursor blink for typing effect */
.typing-text::after {
    content: '';
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.social-icons.header {
    padding-left: 0px;
}
.row.why-box {
    background-color: #b366ca;
    padding: 0px;
}
.clent-box {
    padding: 60px;
}
h3.cmt-fid-title {
    font-weight: 500;
    font-size: 22px;
}
h4.cmt-fid-inner {
    margin: 12px 0 2px;
}
.icon-box.mx-auto.mb-3 {
    height: 60px;
    width: 60px;
    background-color: #b366ca;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.shadow-box {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /*border-radius: 8px;*/
    padding: 10px;
    background-color: #fff;
    transition: transform 0.3s ease;
}
.row.why-box.shadow-box1 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    /*padding: 10px;*/
    background-color: #b366ca;
    transition: transform 0.3s ease;
}

.shadow-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.featured-desc p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.featured-desc ul {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    list-style: none;
}

/* Fade from left */
.scroll-fade-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1s ease-out;
}

/* Fade from right */
.scroll-fade-right {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1s ease-out;
}

.scroll-visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@media (max-width: 576px) {
  .social-icons.header {
    padding-left: 28px;
    display: none;
  }
  .social-icons.header {
    padding-left: 0px;
    display: none;
}
}

@media (max-width: 768px) {
  .social-icons.header {
    padding-left: 34px;
    display: none;
  }
  .social-icons.header {
    padding-left: 0px;
    display: none;
}
}

img.img-fluid.ab-img {
    width: 100%;
    height: 600px;
}
@media (max-width: 576px) {
  img.img-fluid.ab-img {
    width: 100%;
    height: 400px;
 }
}

@media (max-width: 768px) {
  img.img-fluid.ab-img {
    width: 100%;
    height: 400px;
 }
}


 /* Add smooth transition and hover shadow */
  .contact-box {
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
  }
  
   .star-rating .fa {
      color: #ffc107; /* Google yellow */
      font-size: 16px;
      margin-right: 2px;
    }
    .rating-text {
      font-size: 1rem;
      color: #555;
      margin-left: 8px;
    }
    span.rating-text {
    color: white;
}
.card.p-4.text-center {
    background-color: #008b8b00 !important;
}
.card.p-3.text-center {
    background-color: #404040;
}