/* Navbar styling */
.pfont{
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
    color: rgb(65, 64, 64);
    
}
h2{
    font-family: "Cormorant", serif;
    font-weight: 700;
}
h1{
  font-family: 'Swis', sans-serif;
  font-weight: 600;
  font-size: 100px;
  padding-left: 90px;
  color: rgb(168, 29, 26)!important;

}
.sub{
  padding-left: 100px;
  font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(168, 29, 26);
}
.active{
  color: rgb(244, 167, 172)!important;
}

.navbar {
    background-color: rgb(0, 0, 0); /* Light background for navbar */
    /* padding: 10px 0 */
    margin-top: 40px;
    /* position: absolute; */
  
}
.navbar-collapse{
    height: 50px;
}
.Home{
    color: rgb(228, 206, 169)!important;
}
/* Logo circle styling */
.logo-circle {
    width: 140px; /* Adjust size as needed */
    height: 140px; /* Adjust size as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: white; /* Optional: background color for circle */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: shadow effect */
   
}

.logo-circle img {
    width: 130px; /* Fit logo inside the circle */
    height: auto;
    display: block;
    position: relative;
}

/* Navigation links styling */
.nav-link {
    font-size: 16px;
    margin: 20px;
    color: rgb(228, 206, 169);
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}


.nav-link:hover {
    color: #ffffff; /* Optional: hover color */
    text-decoration: none;
}
.custom-modal {
  animation: slideInLeft 0.3s ease-in-out forwards;
  transform: translateX(-100%);
  background-color: #f8f9fa;
  height: 100%;
}

@keyframes slideInLeft {
  from {
      transform: translateX(-100%);
  }
  to {
      transform: translateX(0);
  }
}

.nav-link1 {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
}

.nav-link1:hover {
  background-color: #eaeaea;
  text-decoration: none;
}

/* Adjust toggler for responsive view */
.navbar-toggler {
    margin-right: auto;
}
.bannerimg{
    /* margin-top: -110px; */
    height: 610px;
}
.carousel {
    position: relative;
    width: 100%;
    height: 610px; /* Adjust height as needed */
    overflow: hidden;
  }
  
  .carousel-slide {
    position: absolute;
    width: 100%;
    height: 610px!important;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1);
    transition: opacity 2s ease, transform 15s ease;
  }
  
  .carousel-slide.active {
    opacity: 1;
    transform: scale(1.1); /* Slow zoom effect */
  }
  /* Text Overlay Styling */
.carousel-text1 {
    position: absolute;
    top: 30%;
    left: 25%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
   
   
    padding: 10px 20px;
    
}

.glowup{
    font-size: 120px;
    background: -webkit-linear-gradient( rgb(255, 0, 0), rgb(128, 53, 62));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cormorant", serif;
    font-weight: 800;

}
  .pcolor{
    color: rgb(129, 59, 71);
  }
  .carousel-text2{
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translateX(-50%);
    color: rgb(228, 206, 169);;
    font-size: 70px;
    
     font-family: "Cormorant", serif;
     font-weight: 800;
  }
  .aboutbg{
    background-color: rgb(255, 255, 255);
   
  }
 .abouttext{
    color: rgb(194, 133, 101);
    font-size: 30px;
    font-family: "Cormorant", serif;
    font-weight: 800;
    z-index: 2;
 }

  .bottomleave{
    /* position: absolute; */
    z-index: 2;
   
  }
  .abouticon{
    border-radius: 100%;
    background-color: rgb(241, 150, 150);
  }
  .margin{
    margin-top: 100px;
  }


  .button {
    border-radius: 4px;
    background-color: rgb(244, 167, 172);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
  }
  .servicesbg{
    background-color: rgb(249, 243, 240);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .stext{
    font-size: 20px;
    font-family: "Cormorant", serif;
    color: rgb(194, 133, 101);
  }


  .body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    
}

  .c1 {
   
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    /* padding: 100px 50px; */
}

.c1 .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    max-width: 100%;
    height: 300px;
    background: white;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.c1 .card:hover {
    height: 200px;
}

.c1 .card .img-box {
    position: absolute;
    top: 20px;
    left: 23px;
    width: 300px;
    height: 220px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.c1 .card:hover .img-box {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.c1 .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    justify-content: center;
}

.c1 .card .content {
    position: absolute;
    top: 252px;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.c1 .card:hover .content {
    top: 130px;
    height: 250px;
    
}

.c1 .card .content h2 {
    font-size: 2.0rem;
    font-weight: 800;
    color: var(--clr);
   
}

.c1 .card .content p {
    color: #333;
}

.c1 .card .content a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    background: var(--clr);
    color: white;
    font-weight: 500;
}

.c1 .card .content a:hover {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .c1 .card {
        width: 230px;
        border-radius: 15px;
    }

    .c1 .card .img-box {
        width: 185px;
        border-radius: 10px;
    }

    .c1 .card .content p {
        font-size: 0.8rem;
    }

    .c1 .card .content a {
        font-size: 0.9rem;
    }
}

/* counter */
.counter-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin: 20px 0;
  }
  .th-counterup {
    flex: 1 1 calc(25% - 20px);
    text-align: center;
    background: rgb(248, 242, 239);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .th-counterup img {
    max-width: 50px;
    margin-bottom: 10px;
  }
  .counter {
    font-size: 2em;
    font-weight: bold;
    margin: 10px 0;
  }
  @media (max-width: 768px) {
    .th-counterup {
      flex: 1 1 calc(50% - 20px);
    }
  }
  @media (max-width: 480px) {
    .th-counterup {
      flex: 1 1 100%;
    }
  }
.counterbg{
    background-image: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
}  

.choose-about {
    /* display: -webkit-box; */
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex
; */
    /* -webkit-box-pack: start; */
    /* -webkit-justify-content: flex-start; */
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    max-width: 516px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.box-title{
    font-size: 25px;
    font-family: "Cormorant", serif;
    font-weight: bolder;
}
.text-secondary{
    color: #6e6e6e!important;
    font-size: 16px;
}
.contactbg{
    background-image: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px;
}
.contact{
    font-size: 45px;
}
.form {
    background-color: #f4e8e1;
    padding: 50px;}
    
.form-group{
    padding-bottom: 20px;
   
}
.form-control{
    padding: 15px;
}
.submit{
    width: 200px;
    padding: 12px;
    margin-top: 20px;
    background-color: rgb(194, 133, 101);
    color: white;
    font-weight: bold;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease; /* Smooth transition for zoom and background color */

}


/* Smooth zoom effect on hover */
.submit:hover {
    transform: scale(1.1); /* Slight zoom effect */
    background-color: rgb(140, 34, 46); /* Darker background color on hover */
}

/* Smooth zoom effect on focus */
.submit:focus {
    transform: scale(1.1); /* Slight zoom effect */
    outline: none; /* Remove default outline */
}

@media screen and (min-width:1200px) {
    .cform{
        margin-top: -200px;
    }
}
/* testimonial */
.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
    overflow: hidden;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    border-radius: 30px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .append-buttons {
    text-align: center;
    margin-top: 20px;
  }

  .append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  
  .testimonalbg{
    background-color: rgb(36, 26, 17);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px;
  }
  .slidertext{
    padding: 50px!important;
  }
 
  /* footer */
  .footerbg{
    background-color: rgb(250, 212, 212);
  }
  .icon{
    margin: 0;
    padding: 0;
    display: flex;
  }
  .icon li{
    list-style: none;
    margin: 0 5px;
  }
  .icon li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 30px;
    color: #000;
    transition: .5s;
   
  }
  .icon li a:hover{
    color: #fff;
    background-color: rgb(140, 34, 46);
    transform: scale(1);
  }
 
  .icon li a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: .5s cubic-bezier(.95,.32,.37,1.31);
  }
  .icon li a:hover:before{
    transform: scale(1);
  }
  .icon li:nth-child(1) a:hover:before{
    background: #3b5999;
  }
  .icon li:nth-child(2) a:hover:before{
    background: #55ee7b;
  }
  .icon li:nth-child(3) a:hover:before{
    background: #dd4b39;
  }
  .icon li:nth-child(4) a:hover:before{
    background: #e4405f;
  }
  .icon li:nth-child(5) a:hover:before{
    background: #e4405f;
  }

  .footerlink{
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
  }
  .footerlink:hover{
    letter-spacing: 2px;
    cursor: pointer;
    color: rgb(140, 34, 46);
   font-weight: bold;
  }
  h3{
    font-family: "Cormorant", serif;
    font-weight: bold;
  }
  .cdetails{
    font-weight: bold;
  }
 
  .ficon{
    /* background-color:rgb(140, 34, 46) ; */
    color: rgb(140, 34, 46);
    
    padding: 5px;
  }
  li{
    list-style-type: none;
  }
  p{
    font-family: "Roboto", serif;
  }
  .style3{
    padding: 10px;
  }
  .padding{
    padding: 40px;
  }
  .contact-item {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start; /* Align text to the left */
    gap: 5px; /* Adds space between icon and text */
  }
  
  
  
  .contact-item span {
    font-size: 1rem; /* Adjust the font size */
    color: #000000; /* Text color */
    line-height: 1.5; /* Add spacing between lines for better readability */
  }
  
  /* Media Query for Smaller Screens */
  @media (max-width: 576px) {
    .contact-item i {
      font-size: 1.2rem; /* Reduce icon size */
    }
  
    .contact-item span {
      font-size: 0.9rem; /* Reduce text size */
    }
  }
  .copyright{
    padding: 18px;
    background-color: rgb(202, 84, 97);
    color: white;
    font-size: 17px;
  }

  /* about page */
  .aboutpagebg{
    background-image: url(../images/aboutbanner.jpeg);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 200px 0px;
  }
  @media screen and (max-width:600px) {
    .aboutpagebg{
      background-image: url(../images/aboutbanner.jpeg);
      background-repeat: repeat;
      background-size: 100% 100%;
      padding: 80px 0px;
      margin-top: 70px;
    }
    .sub{
      padding-left: 30px;
      font-family: "Roboto", serif;
        font-weight: 400;
        font-size: 10px;
    }
    h1{
      font-family: "Cormorant", serif;
      font-weight: 700;
      font-size: 40px;
      padding-left: 30px;
      padding-top: 100px;
    }

  }
  .booknow{
    
    background-image: url(../images/booknow.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
  }
  .booknow-content{
    font-size: 45px;
    
  }
  .booknow-subcontent{
    font-family: 'Allura', cursive;
    font-size: 45px;
    color: rgb(163, 53, 66);
    
  }
  .whowe{
   
  }
  /* services page */
  .servicepagebg{
    background-image: url(../images/servicesbanner.jpg);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 200px 0px;
  }
  @media screen and (max-width:600px) {
    .servicepagebg{
      background-image: url(../images/servicesbanner.jpg);
      background-repeat: repeat;
      background-size: 100% 100%;
      padding: 100px 0px;
      margin-top: 70px;
    }
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block; /* Show the dropdown */
    opacity: 1; /* Ensure visibility */
    visibility: visible;
}

.dropdown-menu {
    display: none; /* Hide by default */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out; /* Smooth transition */
}
/* gallery */
/* Main CSS */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.gallerypagebg{
  background-image: url(../images/naiart.jpg);
  background-repeat: repeat;
  background-size: 100% 100%;
  padding: 170px 0px;
  color: rgb(223, 167, 149)!important;
}
@media screen and (max-width:600px) {
  .gallerypagebg{
    background-image: url(../images/naiart.jpg);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
    margin-top: 50px;
    color: rgb(223, 167, 149)!important;
  }
}
.text-gallery{
  color: rgb(223, 167, 149)!important;
}
.sub1{
  padding-left: 100px;
  font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 20px;
  color: rgb(223, 167, 149)!important;
}
/* contact */
.contactpagebg{
  background-image: url(../images/contactbanner\ \(1\).jpg);
  background-repeat: repeat;
  background-size: 100% 100%;
  padding: 170px 0px;
  
}
@media screen and (max-width:600px) {
  .contactpagebg{
    background-image: url(../images/contactbanner\ \(1\).jpg);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 100px 0px;
    margin-top: 50px;
    
  }
}
/* nailpage */
.nailpagebg{
  background-image: url(../images/nailspagebanner.jpg);
  background-repeat: repeat;
  background-size: 100% 100%;
  padding: 170px 0px;
}
@media screen and (max-width:600px) {
  .nailpagebg{
    background-image: url(../images/nailspagebanner.jpg);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 80px 0px;
    margin-top: 80px;
  }
}
/* skin */
.skinpagebg{
  background-image: url(../images/skinbanner.jpg);
  background-repeat: repeat;
  background-size: 100% 100%;
  padding: 170px 0px;
  color: rgb(245, 209, 197)!important;
}
@media screen and (max-width:600px) {
  .skinpagebg{
    background-image: url(../images/skinbanner.jpg);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 80px 0px;
    margin-top: 70px;
    color: rgb(245, 209, 197)!important;
  }
}
.text-gallery1{
  color: rgb(245, 209, 197)!important;
}
.reviewpagebg{
  background-image: url(../images/reviewbanner.jpg);
  background-repeat: repeat;
  background-size: 100% 100%;
  padding: 200px 0px;
  color: rgb(48, 48, 48)!important;
}
@media screen and (max-width:600px) {
  .reviewpagebg{
    background-image: url(../images/reviewbanner.jpg);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 80px 0px;
    margin-top: 70px;
    color: rgb(53, 53, 53)!important;
  }
}
.text-gallery2{
color: #2b2b2b;
font-size: 80px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    animation: blink 1s infinite;
    cursor: pointer;

}
/* Call Icon */
.call-icon {
  position: fixed;
  bottom: 90px; /* 20px (whatsapp) + 60px (button height) + 10px (gap) */
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #34b7f1; /* Light blue for call */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
  animation: blink 1s infinite;
}

.call-icon img {
  width: 30px;
  height: 30px;
}

.call-icon:hover {
  animation: none;
  transform: scale(1.1);
}