.d-flex.flex-column.align-items-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.star-rating {
  display: flex;
  margin-top: 0.5rem;
}
.star-rating label {
  margin-left: 5px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.return-para {
  color: #79767d;
  font-size: 21px;
  font-weight: 300;
  line-height: 33px;
  margin-top: 13px;
}
.wrapper {
  background: var(--white);
  padding: 2rem;
  /* max-width: 576px; */
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #171431;;
}
.wrapper h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1px;
  color: #1e1e1e;
}
.rating-othr {
  display: flex;
  justify-content: left;
  align-items: center;
  grid-gap: 0.5rem;
  font-size: 2rem;
  color: var(--yellow);
  margin-bottom: 2rem;
}
.rating-othr .star {
  cursor: pointer;
}
.rating-othr .star.active {
  opacity: 0;
  animation: animate 0.5s calc(var(--i) * 0.1s) ease-in-out forwards;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.rating-othr .star:hover {
  transform: scale(1.1);
}
textarea {
  width: 100%;
  background: #f2f1f2;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  margin-bottom: 0.5rem;
}
.btn-group {
  grid-gap: 0.5rem;
  align-items: center;
}
.btn-group .btn {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
}
.btn-group .btn.submit {
  background: #171431;
  color: var(--white);
}
.btn-group .btn.submit:hover {
  background: var(--blue-d-1);
}
.btn-group .btn.cancel {
  background: var(--white);
  color: var(--blue);
}
.btn-group .btn.cancel:hover {
  background: var(--light);
}
.form-othr-hdg {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
}
.about-hdg {
  color: #1e1e1e;
  font-weight: 500;
  font-family: "Epilogue", sans-serif;
  margin-top: 20px;
}
.about-para {
  font-size: 19px;
  color: #1e1e1e;
  text-align: center;
}
@media (max-width: 991px) {
  .about-para {
    font-size: 16px;
    text-align: center;
  }
}
.main-hdg-about {
  color: #1d1d1d;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  font-family: "Epilogue", sans-serif;
}
.para-about-mission {
  color: #434145;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
}
.about-content {
  border: 2px solid #1e1e1e;
  border-radius: 31px;
  /* padding: 61px 65px; */
}
.about-content-hdg {
  color: #1d1d1d;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 14px;
  font-family: "Epilogue", sans-serif;
}
.contact-colour-hdg {
  color: #1e1e1e;
}
.contact-hdg-h1 {
  font-size: 20px;
    color: #171431;
    font-weight: 400;
    margin-bottom: 4px;
    font-family: "Epilogue", sans-serif;
}
.form-input-othr {
  background: #fff;
  width: 100%;
  padding: 10px !important;
  border-radius: 10px;
  border-color: #171431 !important;
  border: none;
  margin-bottom: 8px;
  font-size: 13px;
  color: #1e1e1e;
  font-family: "Epilogue", sans-serif;
}
.contact-submit {
  width: auto;
  padding: 0 50px;
  border-radius: 50px;
  margin-top: 15px;
}
.wishlist-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.wishlist-details {
  display: flex;
  align-items: center;
}
.wishlist-details img {
  margin-right: 10px;
  height: 100px;
  width: 100px;
}
.wishlist-info {
  display: flex;
  flex-direction: column;
}
.wishlist-actions {
  display: flex;
  align-items: center;
  background: #1e1e1e;
  padding: 10px 10px 8px 20px;
  border-radius: 50px;
  color: #fff;
  margin: 18px;
}
.wishlist-add {
  color: #fff;
  padding: 5px 10px;
}
.wishlist-hdg-h6 {
  color: #79767d;
}
.blog-hdg {
  color: #000;
  font-size: 36px;
  line-height: 36.9px;
}
.share-blogs {
  font-size: 16px;
  color: #1e1e1e;
  padding: 6px;
  font-weight: 600;
  margin-right: 8px;
}
.shubhangi-name {
  font-size: 20px;
}

/* Container fills background */
.full-bg-banner > .container {
 max-width: 100% !important;
  height: 100%;
}

/* Desktop (default) */
.full-bg-banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
}

.bnr-hdg {
  animation: fadeInLeft 1s ease-in-out;
}

.bnr-hdg-h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 10px;
}

.bnr-hdg-h2 {
  font-size: 1rem;
  margin-bottom: 15px;
}

.bnr-para {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 20px;
  color: white;
  max-width: 90%;
}


/* Tablets and below */
@media (max-width: 991px) {
  .full-bg-banner {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 20px;
    min-height: 80vh;
  }

  .bnr-hdg-h1 {
    font-size: 2.2rem;
  }

  .bnr-hdg-h2 {
    font-size: 1.6rem;
  }

  .bnr-para {
    font-size: 1rem;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
  .full-bg-banner {
    padding: 85px 20px;
    min-height: 70vh;
  }

  .bnr-hdg-h1 {
    font-size: 1.8rem;
  }

  .bnr-hdg-h2 {
    font-size: 0.8rem;
  }

  .bnr-para {
    font-size: 0.95rem;
  }
}


.cat-contents {
  bottom: -9% !important;
}

.suggest-card::before {
  display: none;
}

.category-wrapper {
  position: relative;
}

.category-slider {
  position: relative;
  overflow: visible;
}

.category-wrapper .categoryExploreBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: white;
  padding: 2px 20px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: bolder;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.category-wrapper .category-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24%;
  background: #171431;
  padding: 8px 0;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-wrapper:hover .category-footer {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.category-wrapper:hover .categoryExploreBtn {
  opacity: 1;
  visibility: visible;
}

.category-wrapper:hover .category-footer h4 {
  margin-top: -65px !important;
}

@media (max-width: 991px) {
  .bnr-hdg {
    padding-top: 0px;
    top: 32px;
    text-align: center;
  }

  .section-btn-25 {
    text-align: center;
    display: block;
    margin-top: 25px;
    justify-content: center;
  }
}

/* SERVICES SECTION */

.services-section {
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
  
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.cat-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  position: relative;
}

.cat-heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #171431 0%, #710e5e 100%);
  border-radius: 2px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #171431 0%, #710e5e 100%);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.images-container {
  text-align: center;
  margin-bottom: 25px;
}

.service-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #f8f9fa;
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-card:hover .service-image {   
  transform: scale(1.1);
}

.service-content {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.3;
}

.service-desc {
  color: #000;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 20px;
  flex: 1;
}

.enquire-btn {
  display: inline-block;
  background: #171431;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8rem;
  align-self: center;
}

.enquire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(209, 158, 243, 0.4);
  background: #710e5e;
  color:white
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-image {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 60px 15px;
  }

  .cat-heading {
    font-size: 2rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-card {
    padding: 25px;
  }

  .service-image {
    width: 90px;
    height: 90px;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .service-desc {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .services-section {
    padding: 40px 10px;
  }

  .cat-heading {
    font-size: 1.8rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-card {
    padding: 25px;
  }

  .service-image {
    width: 80px;
    height: 80px;
  }

  .enquire-btn {
    padding: 10px 20px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .service-card {
    padding: 15px;
  }

  .service-image {
    width: 140px;
    height: 140px;
  }

  .service-title {
    font-size: 1.3rem;
  }

  .service-desc {
    font-size: 0.9rem;
  }
}

