
body, html {
    overflow-x: hidden;
    background-color: white;
}

:root{
  --gold: #d4af37;
}

.navbar{
  background: rgb(255, 255, 255)!important;
  /* backdrop-filter: blur(10px); */
}



.nav-link{
  color: #000000 !important;
  margin-left: 15px;
  position: relative;
  display: inline-block;
  transition: color .3s ease, transform .3s ease;
}

.nav-link::after{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  transition: width .4s ease;
}

.nav-link:hover{
  color: var(--gold) !important;
  transform: translateY(-2px);
}

.nav-link:hover::after{
  width: 120%;
}


.carousel-item {
    height: 600px;
    margin-top: 30px;
    padding-top: 30px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 380px;
                margin-bottom: 30px;

    }
}


@media (max-width: 576px) {
    .carousel-item {
        height: 250px;
        margin-bottom: 40px;
    }
}

.carousel-caption {
  margin-top: 10px;
    padding: 10px 10px;
    border-radius: 8px;
}

.carousel-fixed-content {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}


.btn-service:hover {
    background-color: #e6db43;
    color: black !important;
}





/* .carousel-item {
    height: 450px; 
    margin-top: 30px;
    padding-top: 30px;  
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

@media (max-width: 768px) {
    .carousel-item {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .carousel-item {
        height: 250px;
    }
}

.carousel-item {
    height: 600px; 
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    padding: 20px 30px;
    border-radius: 8px;
} */


 .whatsapp-float {
      position: fixed;
      bottom: 20px;   /* distance from bottom */
      right: 20px;    /* distance from right */
      width: 60px;
      height: 60px;
      background-color: #25d366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 6px rgba(0,0,0,0.3);
      z-index: 1000;
      transition: transform 0.2s;
      text-decoration: none;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
    }

    .whatsapp-float img {
      width: 35px;
      height: 35px;
    }



.section-title {
    position: relative;
    display: inline-block;   
    margin: 0 auto;          
    padding-bottom: 10px;
}

.section-title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #4a9c72;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}


.card-img-top:hover{
  transform: scale(1.05); 
    transition: transform 0.4s ease;

}
.big-img { width: 400px; }
.medium-img { width: 250px; }
.small-img { width: 150px; }

.big-img {
      width: 100%;
      height: auto;
    }
    .medium-img {
      width: 100%;
      height: auto;
    }
    .small-img {
      width: 100%;
      height: auto;
    }



.btn:hover{
  background-color: #c9a24d !important;
  color: var(--gold);
  transform: translateY(-2px);
  transform: scale(1.1);
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}


.gallery-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin-bottom: 1rem;
  transition: transform 0.3s;
}

.gallery-img:hover {
  transform: scale(1.05);
}
.service-card {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.service-card img {
    transition: transform 0.5s ease;
}

.service-card:hover img {
    transform: scale(1.15);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.75));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.4s ease;
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-title {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px black;
    margin-bottom: 10px;
}

.service-btn {
    padding: 6px 20px;
    border-radius: 30px;
    background: #ffffffd0;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease;
}

.service-btn:hover {
    background: #fff;
    transform: scale(1.1);
}




.carousel-caption div {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

#h1style {
  font-size: 3rem;
  line-height: 1.2;
    font-family: 'Dancing Script', cursive; font-size: 3rem;
color: #c9a24d;
}

@media (max-width: 992px) {
  #h1style { font-size: 2.2rem; }
  .carousel-caption div { padding: 15px; }
}

@media (max-width: 576px) {
  #h1style { font-size: 1.5rem; }
  .carousel-item {
    height: 500px; 
}
  .carousel-caption div { padding: 10px; }
  .carousel-caption p { font-size: 0.9rem; }
}









.testimonial-card {
  background: rgba(255, 255, 255, 0.05); /* frosted glass effect */
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
}

.star-rating i {
  color: #ffdd00; /* neon gold */
  text-shadow: 0 0 8px #ffdd00, 0 0 15px #ffd700;
  margin-right: 4px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.star-rating i:hover {
  transform: scale(1.2);
}

.testimonial-text {
  color: #f0f0f0;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6;
}

.testimonial-author .fw-bold {
  color: #ffffff;
  font-size: 1.1rem;
}

.testimonial-author .text-muted {
  color: #aaaaaa;
  font-size: 0.9rem;
}










