/* top nav section css */
.top-nav {
    background-color: #FFF;
    padding: 25px 100px 25px 100px !important;
}

.navbar {
    background-color: #FFF;
    /* padding: 15px 40px; */
}

.navbar-brand img {
    width: 50%;
}

.contact-info {
    color: #000;
    font-weight: bold;
}

.contact-info i {
    color: #3a1c2c;
    margin-right: 5px;
}

.booking-btn {
    background-color: #3a1c2c;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}

.booking-btn:hover {
    background-color: #bc9faf;
    color: black;
}

/* hero section css */

.backlayer {
    background: url('../img/Signature-Matte.webp') no-repeat center center/cover; /* Replace with actual image URL */
    height: auto;
    position: relative;
}
.overlay {
    background: rgba(0, 0, 0, 0.6);
    /* background: rgba(187,157,174,0.3); */
    height: auto;
    display: flex;
    align-items: center;
    padding: 50px;
    position: relative;
}
.content {
    color: white;
    /* max-width: 500px; */
    padding: 3rem;
    
}
.content h1{
    font-weight: 800;
    line-height: 4rem;
}
.content p{
    font-weight: 600;
    line-height: 2rem;
}
.btn-warning{
    background-color: #3a1c2c!important;
    color: #FFF!important;
    border: none!important;
}
.btn-warning:hover{
    background-color: #bc9faf!important;
    color: #000!important;
}

.cta-btn {
    background-color: #3a1c2c;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}
.cta-btn:hover {
    background-color: #bc9faf;
    color: black;
}
.form-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /* max-width: 500px; */
}
input:focus, select:focus{
    border: solid #bc9faf!important;
    box-shadow: 0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15)!important;
    border-radius: 0px!important;
    color: rgba(0, 0, 0, 0.7);
    outline: none!important;
}
input{
    color: #3F3F3F;
    border: none!important;
    border-radius: 0px!important;
    border-bottom: 1px solid #000!important;
}
label{
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

/* counter section css */

.counter-section {
    text-align: center;
    padding: 50px 0;
}
.counter-box {
    font-size: 3rem;
    font-weight: 900;
    color: #3a1c2c;
}
.counter-text {
    font-size: 1.0rem;
    color: #333;
    font-weight: 600;
}
.divider {
    width: 1px;
    height: 50px;
    background-color: #333;
    margin: auto;
}

/* about section css */

.about-container{
    background-color: #bc9faf;
}
.about-container h1{
    font-weight: 800;
    font-size: 2.5rem;
}
.about-container p{
    font-weight: 400;
    line-height: 1.8rem;
}


/* product categories section css */

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.section-title span {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
    color: #3a1c2c;
}

.product-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background: #fff;
    background: url('../img/product-background.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-card:hover {
    transform: scale(1.03);
}

.product-card img {
    width: 100%;
    height: auto;
}

.product-info {
    padding: 20px;
    /* text-align: center; */
}

.product-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.product-description {
    font-size: 1rem;
    color: #666;
}
.request-call-btn{
    background-color: #3a1c2c;
    color: #FFF;
    font-weight: lighter;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
}

/* why choose section css */

.why-choose-section {
    padding: 50px 0;
    background-color: #bc9faf;
}

.title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.2rem;
    color: #666;
}

.divider {
    border-top: 2px dashed #999;
    text-align: center;
    margin: 20px 0;
}

.divider i {
    background: #eaeaea;
    padding: 0 15px;
    font-size: 20px;
    color: #fbc02d;
}

.feature-box {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.feature-box i {
    background-color: #3a1c2c;
    color: #FFF;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 10px;
}

.feature-box p {
    margin: 0;
    font-size: 1rem;
}

.highlight {
    font-weight: bold;
    line-height: 2.8rem;
    font-size: 18px;
    font-weight: 600;
}

.booking-button {
    background-color: #3a1c2c;
    color: #FFF;
    font-size: 1rem;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    transition: 0.3s;
    text-decoration: none;
}

.booking-button:hover {
    background-color: #4B4B4B;
    color: #FFFFFF;
}

.image-section img {
    width: 100%;
    border-radius: 10px;
}

.experience-box {
    background-color: #3a1c2c;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 32px;
    margin-top: 14px;
    /* border-radius: 5px; */
    width: 227px;
}

.sub-image {
    /* width: 120px; */
    /* border-radius: 5px; */
    position: absolute;
    bottom: -172px;
    right: 80px;
    border: 15px solid #EBEBEB;
}

.image-container {
    position: relative;
}

/* testimonial section css */

/* Custom Styling */
.testimonial-section {
    padding: 50px 0;
}

.testimonial-heading {
    font-weight: bold;
    font-size: 2.5rem;
    color: #000;
}

.testimonial-subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #3a1c2c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-quote {
    font-style: italic;
    color: #333;
}

.testimonial-author {
    font-weight: bold;
    margin-top: 10px;
}

.testimonial-role {
    font-size: 14px;
    color: #666;
}

/* Proper positioning for indicators */
.carousel {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    bottom: -30px!important; /* Adjusted to be below text */
    left: 0;
    right: 0;
    text-align: center;
}

.carousel-indicators [data-bs-target] {
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%;
    background-color: #333!important;
}

.carousel-indicators .active {
    background-color: #3a1c2c!important;
}

.testimonial-image {
    border-radius: 10px;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}


/* Fullscreen Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 75vh;
    background: url('../img/hero-background-img.webp') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

/* Overlay Effect */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/* Text Container */
.hero-content {
    position: relative;
    /* max-width: 800px; */
    padding: 50px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 900;
}

.hero-subtitle {
    font-size: 1rem;
    font-weight: 500;
}

/* Button Styles */
.btn-custom {
    background-color: #3a1c2c;
    color: #FFF;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 5px;
    margin: 10px;
    border: none;
    transition: 0.3s ease;
}

.btn-custom:hover {
    background-color: #bc9faf;
    color: #000;
}

/* Contact Section Styling */
.contact-section {
    background-color: #3a1c2c;
    color: white;
    padding: 20px 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item i {
    color: #FFF;
    font-size: 38px;
    margin-right: 15px;
}

.contact-text {
    font-size: 1rem;
}

.contact-text strong {
    font-weight: bold;
}

.divider {
    display: block;
    width: 2px;
    height: 50px;
    background-color: white;
    margin: auto;
}

/* Footer Styling */
.footer {
    background-color: #bc9faf;
    color: white;
    padding: 20px 0;
}

.footer-logo img {
    width: 150px;
}

.footer-text {
    font-size: 0.9rem;
    text-align: center;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 5px;
    color: #3a1c2c;
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-icons a:hover {
    background-color: #bc9faf;
    color: black;
}
.footer-text a{
    text-decoration: none;
    color: #3a1c2c;
    font-weight: 500;
}

/* responsive css code */
@media (max-width: 576px) {
    .top-nav {
        background-color: #FFF;
        padding: 1px 10px 10px 10px !important;
    }
    .navbar-brand img {
        /*padding-left: 122px;*/
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .booking-btn {
        margin-left: 40px;
    }
    .content {
        padding: 0;
        
    }
    .experience-box {
        width: 80%;
        padding: 1rem;
        font-size: 0.9rem;
    }

    .sub-image {
        width: 70px;
        bottom: -6%;
        right: 2%;
        border: 6px solid #EBEBEB;
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .experience-box {
        width: 60%; /* Adjust for tablets */
        padding: 1.5rem;
    }

    .sub-image {
        width: 90px; /* Smaller images for tablets */
        bottom: -10%;
        right: 8%;
    }
}

@media (max-width: 768px) {
    .experience-box {
        width: 70%; /* Adjust for mobile */
        padding: 1.2rem;
        text-align: center;
        margin: 10px auto; /* Center align */
    }

    .sub-image {
        width: 80px; /* Smaller images for small screens */
        bottom: -8%;
        right: 5%;
    }
    .testimonial-heading {
        font-size: 2rem;
    }

    .testimonial-quote {
        font-size: 1rem;
    }
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .btn-custom {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    .contact-container {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-item {
        justify-content: center;
    }

    .contact-divider {
        display: none;
    }
    .divider {
        display: none;
    }
    .footer-text {
        margin-top: 10px;
    }
    .social-icons {
        justify-content: center;
        margin-top: 10px;
    }
  
  .cta-btn {
    display: block;          /* stack vertically */
    width: 100%;             /* full width buttons */
    text-align: center;
    margin: 8px 0;           /* spacing between buttons */
  }

  .cta-btn + .cta-btn {
    margin-left: 0;          /* reset margin when stacked */
  }
}


.whatsapp-left {
  position: fixed;
  top: 85%;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  color: #fff;
  font-size: 40px; /* Adjust icon size */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-left:hover {
  transform: scale(1.1);
}




@media (max-width: 576px) {
  /* Logo fix */
  .navbar-brand {
    margin-right: auto;
  }
  .navbar-brand img {
    width: 50%;   /* keep logo small and visible */
    height: auto;
    display: block;     /* ensures it stays aligned left */
  }

  /* Remove auto push from contact block */
  .top-nav .ms-auto {
    margin-left: 0 !important;
  }

  /* Stack contact info + button neatly */
  .top-nav .ms-auto.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
    text-align: left;
  }

  /* Phone number */
  .top-nav .contact-info {
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
    color: #000;
  }

  /* Button alignment fix */
  .top-nav .booking-btn {
    display: block;       /* makes button fully left-aligned */
    font-size: 14px;
    padding: 4px 10px;
    margin: 0;            /* remove default inline spacing */
  }

  /* Small note under button */
  .top-nav span[style] {
    font-size: 9px !important;
    display: block;
    margin-top: -20px;
  }
  
  .cta-btn {
    display: block;          /* stack vertically */
    width: 100%;             /* full width buttons */
    text-align: center;
    margin: 8px 0;           /* spacing between buttons */
  }

  .cta-btn + .cta-btn {
    margin-left: 0;          /* reset margin when stacked */
  }
}
