

/* Apply Roboto to everything except footer */
body {
    font-family: "Roboto Slab", serif !important;
}


/* Footer should keep its own font */
footer, footer * {
    font-family: inherit !important;
}





/* ===========================
   HOME PAGE 
=========================== */

/* HERO SECTION */
/* ---------------- HERO SECTION ---------------- */
/* .hero-section {
    background-color: #4a1f0f;       
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
} */


/* .hero-section {
    background-color: #4a1f0f;
    padding: 70px 0 90px; 
} */


.hero-section {
    background-color: #4a1f0f;
    padding: 20px 0 0;   
}



/* LEFT CONTENT */
/* .hero-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    
}

.hero-text {
    font-size: 18px;
    opacity: 0.85;
    max-width: 450px;
} */


.hero-title {
    font-size: 52px;       /* larger like screenshot */
    font-weight: 600;
    line-height: 1.15;
}

.hero-text {
    font-size: 18px;
    opacity: 0.9;
    max-width: 430px;
    margin-top: 20px;
}
.landpage {
    display: flex;
    justify-content: center;
    align-items: flex-end;   /* align model image to bottom */
    height: 100%;
}
.contact-info-section {
    padding: 20px 0 !important;
}





.hero-btn {
    background: #ffffff;
    color:#DF9B39;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #f3a933;
    color: #fff;
}

/* RIGHT IMAGE */
/* .hero-image {
    width: 820px;
    max-width: 80%;
    object-fit: contain;
    height:900px;
} */

/* .hero-image {
    width: 100%;
    max-width: 650px;  
    height: auto;      
    object-fit: contain;
} */

.hero-image {
    width: 100%;
    max-width: 700px;        /* Larger like regenique */
    height: auto;
    object-fit: contain;
    margin-top: 140px;        
}






/* OPTIONAL DECORATIVE LEAVES */
/* .hero-section::before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 50px;
    width: 180px;
    height: 180px;
    background: url('../images/leaf-left.png') no-repeat center/contain;
    opacity: 0.2;
} */

.hero-section::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 80px;
    width: 160px;
    height: 160px;
    background: url('../images/leaf-right.png') no-repeat center/contain;
    opacity: 0.2;
}


@media (max-width: 768px) {

    /* SHOW image nicely on mobile */
    .hero-image {
        display: block !important;
        width: 100%;
        max-width: 280px;
        margin: 20px auto 0;
        object-fit: contain;
    }

    .landpage {
        text-align: center;
    }

    /* Better hero spacing on mobile */
    .hero-section {
        padding: 120px 20px 50px;
        text-align: center;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero-text {
        font-size: 15px;
        margin: 15px auto;
        max-width: 90%;
    }

    .hero-btn {
        padding: 10px 25px;
        font-size: 15px;
    }
}


html, body {
    overflow-x: hidden;  /* Prevent horizontal scroll everywhere */
}





.info-box {
    border-radius: 15px;
    transition: all 0.3s ease;
}
.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.contact-info-section h4 {
    font-size: 22px;
    font-weight: 700;
}




.beauty-highlight {
  background: linear-gradient(135deg, #fdfdfd, #f7f9ff);
}

.highlight-img-wrapper {
  position: relative;
}

.highlight-img-wrapper img {
  border-radius: 18px;
}

.highlight-badge {
  position: absolute;
  bottom: -15px;
  left: 20px;
  background: white;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  border: 1px solid #e3e6f0;
}

.beauty-highlight ul li i {
  font-size: 20px;
}

.btn-primary {
  background-color: #DF9B39;
  border-color: #DF9B39;
}

.btn-primary:hover {
  background-color: #DF9B39;
  border-color:#DF9B39;
}

/* .btn-outline-primary:hover {
  background-color:#DF9B39;
  color: white;
} */

.btn-outline-primary {
    color: #DF9B39 !important;
    border-color: #DF9B39 !important;
}

.btn-outline-primary:hover {
    background-color: #DF9B39 !important;
    border-color: #DF9B39 !important;
    color: #fff !important;
}











.whychoose{
  color:#DF9B39;  
  
}

.small-li{
    font-size: 18px !important;
}





/* ABOUT SECTION */
.about-img {
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.about-list li {
    margin-bottom: 8px;
    font-weight: 500;
}


/* about2 */

.about2{
    background:#ffffff;
}

.about2content{
    color: #080200;; 
    line-height:1.3;
}

.paraabout2{
    color: #4a1f0f; 
    line-height:1.7;
}

.para2about2{
    color:#4a1f0f; 
}

.about2knowmore{
    background:#4a1f0f;
    color:#fff; 
    border-radius:30px;
}

.about2knowmore:hover{
    background:#DF9B39;
}




.icon1{
    font-size:22px; 
    color:#4a1f0f;
}

.icon2{
    font-size:22px; color:#4a1f0f;
}


.about2image1{
    border-radius:20px;
     width:85%;

}

.about2image2{
    
    width:45%;
    bottom:-25px;
    right:20px;
    border-radius:20px;
    border:5px solid #ffffff;
}









/* SERVICES SECTION */
.service-card {
  background: #fff;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.service-img {
  height: 250px;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.15);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.25));
}

.service-link {
  color: #7a3e2a;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.service-link:hover {
  color: #c07a60;
}

/* CONTACT SECTION */
#contact input,
#contact textarea {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #bbb;
}

#contact button {
    border-radius: 30px;
    font-weight: 600;
}

#contact button:hover {
    background: #4a1f0f;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero {
        height: 70vh;
    }
    .hero-title {
        font-size: 2.2rem;
    }
}





/* Heart of Posh End */

.heartback{
    background:#fff7f1;
}



.poshendheart{

    background:#f2e8e2; 
    border-left:6px solid #3c2b23; 
    color:#5b463d;
}

.heartabout{
    background:#3c2b23; 
    color:#fff; 
    border-radius:30px;
}


.heartabout:hover{
  
    background: #DF9B39;
}






/* Section backgrounds */
.contact-bg {
    background: #f7f7f7;
}

.services-bg {
    background: #faf7f5;
}

/* Highlight badge */
.highlight-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

/* About2 images */
.about2image2 {
    top: 55%;
    left: 50%;
    transform: translate(-20%, -50%);
}

/* Circle image */
.circle-img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
}

/* Heart section title */
.heart-title {
    color: #3c2b23;
}

/* Service title */
.service-title {
    color: #DF9B39;
}

.service-title2 {
    color: #DF9B39;
}

/* About2 color part */


/* About2 icon colors */
.icon1, .icon2 {
    color: #c59b72;
}



/* Heart back section */
.heartback {
    background: #f5f0eb;
}






























/* Header */

 /* body { font-family: 'Poppins', sans-serif; } */

        .navbar {
            background:#6e4c3f;
            box-shadow: 0 2px 12px rgba(0,0,0,0.05);
        }
        .navbar-brand {
            font-weight: 700;
            color: #00A8A8 !important;
        }
        .nav-link {
            font-weight: 500;
            color: #ffffff !important;
        }
        .nav-link:hover {
            color:#DF9B39 !important;
        }


.site-logo {
    height: 50px;
    width: auto;
    transition: 0.3s ease-in-out;
}

.navbar.scrolled .site-logo {
    height: 40px;
}

.nav-link.active {
    color:#DF9B39 !important;
    font-weight: 700;
    /* border-bottom: 2px solid #ff416c; */
}

    .btn-appointment {
    background-color: #DF9B39; /* Brand color */
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-appointment:hover {
    background-color: #4a1f0f; /* Darker hover */
    color: #fff;
    text-decoration: none;
}













/* ABOUT US PAGE Styles */

/* ABOUT PAGE BANNER */


.about-hero {
    background: #4a1f0f;
    padding: 110px 0;
}

/* Image styling */
.about-image-wrapper {
    position: relative;
    display: inline-block;
}

.about-image {
    width: 350px;
    max-width: 100%;
    margin-top:50px;
    /* border-radius: 20px; */
    background: transparent !important;
    /* box-shadow: 0px 10px 30px rgba(0,0,0,0.25); */
    animation: fadeIn 1s ease-in-out;
    
    
 
}





/* Soft Fade Animation */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}





/* Mobile adjustments */
@media (max-width: 768px) {
    .about-hero {
        padding-top: 40px; /* smaller top padding so heading is visible */
        padding-bottom: 40px;
    }

    .about-hero h1 {
        font-size: 1.8rem;
        line-height: 1.3;
        text-align: center;
        padding-top: 70px;
    }

    .about-hero p {
        text-align: center;
    }
}







.about-hero-section h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 4.2;
}

.about-hero-section p {
    font-size: 20px;
    opacity: 0.9;
}

.our-story img {
    width: 100%;
    border-radius: 20px;
}

.our-story ul li {
    margin-bottom: 8px;
    font-weight: 500;
}

.whychoose {
    color: #DF9B39;
}

.aboutwhychoose{
    background:#faf7f5;
}



.feature-box {
    background: #fff;
    transition: all 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.team-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.book-appointment {
    text-align: center;
}

.book-appointment .btn {
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 30px;
    transition: 0.3s;
}

.book-appointment .btn:hover {
    background: #fff;
    color: #DF9B39;
}


    .skin‑journey {
  background-color: #fafafa;  /* light background; change as needed */
}

.journey-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #4a1f0f;  /* adapt to your theme color */
  margin-bottom: 40px;
}

.step-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.step-number {
  font-size: 3rem;
  font-weight: bold;
  color: #DF9B39; /* accent color matching your theme */
  margin-bottom: 15px;
}

.step-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.step-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}


.poshend-dream {
  background-color: #fff; 
  color: #4a1f0f; 
}

.dream-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;          /* spacing between images */
  justify-content: center;
  align-items: flex-start;
}

.dream-image {
  flex: 1 1 40%;      /* each image takes ~40% of row */
  max-width: 400px;   /* limit image width */
  overflow: hidden;
}

.dream-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.dream-image img:hover {
  transform: scale(1.05); /* subtle zoom on hover */
}

.dream-content {
  max-width: 700px;
  margin: 40px auto 0;
  text-align: center;
}

.dream-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.dream-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #555;
}

.dream-btn {
  padding: 12px 28px;
  background-color: #DF9B39;
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.dream-btn:hover {
  background-color: #c4892f;
}

/* Responsive: stack images vertically on small screens */
@media (max-width: 991px) {
  .dream-row {
    flex-direction: column;
    align-items: center;
  }
  .dream-image {
    flex: 1 1 80%;
    max-width: 300px;
  }
}



.our‑promise {
  background-color: #faf7f5;   /* light, soft background — adjust to match brand */
  color: #4a1f0f;
}

.promise-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #DF9B39;  /* brand accent color */
}

.promise-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.promise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.promise-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.promise-heading {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.promise-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}





















/* SERVICES HERO */
.service-hero {
    background: url('../images/services-hero.jpg') center/cover no-repeat;
    padding: 150px 0;
}

/* SERVICE CARD */
.service-card {
    border-radius: 12px;
    transition: 0.3s;
    background: #fff;
}
.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.service-img {
    height: 250px;
    object-fit: cover;
}














/* Service Page */


/* body { font-family: "Playwrite CZ", cursive; } */

.service-hero {
  background: #4a1f0f;
  padding: 80px 0;
}

.category-btn {
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff;
  color: #4a1f0f;
  border: 1px solid #e3d2c6;
  text-decoration: none;
  font-weight: 600;
}

.category-btn.active, .category-btn:hover {
  background: #4a1f0f;
  color: #fff;
}

.service-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: .25s;

    /* --- Added for equal card height --- */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.service-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Make content fill height equally */
.service-card .p-3 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-card p {
    flex-grow: 1;
}

/* Button always at the bottom */
.details-btn {
    color: #4a1f0f;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
}









/* Gallery page */

.gallery-card { 
    border-radius: 15px; 
    overflow: hidden; 
    transition: 0.3s; 
}
.gallery-card img, .gallery-card video { 
    width: 100%; 
    height: 220px; 
    object-fit: cover; 
    cursor: pointer;
    transition: transform 0.4s; 
}
.gallery-card:hover img, 
.gallery-card:hover video { 
    transform: scale(1.05); 
}
.gallery-card .card-body {
    height: 180px;
    overflow: hidden;
}
.gallery-card .card-body .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* FIXED HEIGHT for all modals */
.modal-body {
    height: 550px;              /* Set SAME height for all */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    /* Vertically center */
    text-align: center;
    overflow: hidden;           /* Prevent overflow */
}

/* Center the media */
#modalMedia img,
#modalMedia video {
    max-height: 450px;           /* Ensures uniform image/video size */
    width: auto;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Modal width */
.modal-dialog {
    max-width: 700px !important;
}



































/* Footer page */

   .footer-link {
        color: #fffefe;
        text-decoration: none;
        transition: 0.3s;
        display: block;
        margin-bottom: 8px;
   
    }
    .footer-link:hover {
        color: #fff;
        padding-left: 5px;
    }

    .footerlogo{
        height:60px;
    }

    /* Apply Roboto only to footer text */
footer, 
footer p,
footer a,
footer h5,
footer li,
footer .btn {
    font-family: "Roboto Slab", serif;
}

/* Keep icons unchanged */
footer i {
    font-family: "Font Awesome 6 Free" !important;
}

.footerback{
    background-color:  #4a1f0f;
}

.footercont{
    color: #fff;
}


/* whatsapp */
    .whatsapp-btn {
    position: fixed;
    bottom: 100px; /* adjust spacing from bottom */
    right: 30px;   /* adjust spacing from right */
    z-index: 999;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    color: #fff;
    text-decoration: none;
}

.whatsapp-btn i {
    pointer-events: none;
}


/* scrooll to top  */
    #scrollToTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    background-color: #DF9B39; /* Brand color */
    color: #fff;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: background 0.3s, transform 0.3s;
}

#scrollToTopBtn:hover {
    background-color: #4a1f0f; /* Darker hover */
    transform: translateY(-3px);
}




/* Blog page  */

.other-blog-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.other-blog-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.other-blog-list li:last-child {
  border-bottom: none;
}

.other-blog-list a {
  color: #007bff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  transition: 0.2s ease;
  text-decoration: underline !important;
}

.other-blog-list a:hover {
  text-decoration: underline !important;
  color: #0056b3;
  cursor: pointer;
}

