@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* font-family: "Playfair Display", serif; */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: "Poppins", sans-serif; */

:root{
     --theme-color : #0F0F0F;
     --text-warning : #F3B6A6;
     --text-danger : #F0B7A4;
     --text-primary : #a04d29;

}
span{
  font-family: "Playfair Display", serif !important;
}
.text-primary{
  color: var(--text-primary) !important;
}
.btn-primary{
  background-color: var(--text-primary) !important;
}
.bg-primary{
  background-color: var(--text-primary) !important;
}
.small-icons{
  color: #F2CFC8;
}
.btn-outline-body{
  border: 1.5px solid #E6A89C;
color: #E6A89C;
background: transparent;
/* Hover:
background: #E6A89C;
color: #FFFFFF; */
}

.text-danger{
  color: var(--text-danger) !important;
}
.bg-danger{
  background-color: var(--text-danger) !important;

}
.btn-danger{
background-color: var(--text-danger) !important;
}
.btn-warning{
     background-color: var(--text-warning) !important;
}
.text-warning{
     color: var(--text-warning) !important;
}
.bg-warning{
     background-color: var(--text-warning) !important;
}
/* body{
     background-color: var(--theme-color) !important;
     color: #CFCFCF;
} */

p, li, a{
  /* color:#CFCFCF; */
  /* color: #4A3F3A; */
  color: #7c7572 !important;
  /* font-size:15px; */
  /* line-height:1.8; */
}
/* h1,h2,h3,h4,h5,h6{
  color:#FFFFFF;
  font-weight:600;
  letter-spacing:0.5px;
} */
.highlight{
  color:#F3B6A6;
}
body h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  /*color: #ffffff;*/
  font-weight: 600;
  letter-spacing: 0.5px;
}
body p, span, li, body a{
  font-family:'Poppins', sans-serif;
  font-weight:400;
  /* line-height:1.8; */
}
/* button, .btn{
  font-family:'Poppins', sans-serif;
  font-weight:500;
  letter-spacing:0.5px;
} */

/* .btn-primary:hover{
  background:#FFFFFF;
  color:#0F0F0F;
} */
.section-alt{
  background:#1A1A1A;
}
/* .navbar{
  background:rgba(15,15,15,0.9);
} */

body{
  background-color: #FFF7F4;
}
body p{
    text-align: justify;
}
.btn-outline-warning {
     color: var(--text-warning);
}

/* .navbar a:hover{
  color:#F3B6A6;
} */
.navbar{
  border-bottom: 1px solid #ffe0d896;
}


.btn-outline{
   outline : 1px solid #a04d29;
  outline-offset: 3px;
}

.hero-section{
    background:
      linear-gradient(135deg, rgba(255,255,255,0.35), rgba(255,255,255,0)),
      linear-gradient(120deg, #efd5ca, #e6bdb0);
}
.hero-section h2{
    font-size : 65px;
}

.about-section h2 , .why-choose-us-section h2 , .services-section h2, .instagram-section h2, .pricing-section h2, .enquiry-section h2, .contact-section h2, .inner-service-section h2, .team-section h2, .gallery-section h2 , .pricing-plan-section h2, .makeup-by-dev-section h2, .portfolio-dev-section h2, .makeup-by-team-section h2 , .dev-pricing-section h2, .cta-makeup-by-dev h2{
  font-family: "Playfair Display", serif !important;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;

}
.text-body{
  /* color: #2B2B2B !important; */
  color: #4F4F4F !important;
  
}

.heading span{
    font-family: "Playfair Display", serif !important;
  font-size: 40px !important;
  font-weight: 700; 
}
span{
  font-family: "Poppins", sans-serif !important;
}
/* #a04d29 */
/* h1{font-size:42px;}
h2{font-size:32px;}
h3{font-size:24px;}
p{font-size:15px;} */
.highlight-text {
  background: linear-gradient(
    to right, 
    #a67c52 0%, 
    #d4af37 50%, 
    #a67c52 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 700;
  /* Adds a subtle "pop" from the background */
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
}
.why-icon{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1e4d4;
  margin: auto;
}

.owl-carousel .owl-nav button.owl-next{
position: absolute;
right: 0;
top: -50px;
height: 40px;
width: 40px;
background-color: var(--text-primary);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
box-shadow: 0 8px 20px rgba(160, 77, 41, 0.25);
outline: 1px solid var(--text-primary);
outline-offset: 3px;

}
.owl-carousel .owl-nav button.owl-prev{
position: absolute;
right: 50px;
top: -50px;
height: 40px;
width: 40px;
background-color: var(--text-primary);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
box-shadow: 0px 3px 11px 1px rgba(160, 77, 41, 0.25);
outline: 1px solid var(--text-primary);
outline-offset: 3px;

}
.owl-nav span{
  color: white;
  font-size: 25px;
  
}





/* Base Card Styling */
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px; /* Subtle rounded corners */
    /* transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
    transition: 0.7s ease;
    cursor: pointer;
}

.service-card img {
    transition: 0.7s ease;
}

/* Gradient Overlay for Text Readability */
.title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%; /* High enough to cover text area */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
/* Typography */
.title-overlay h4 {
    color: #fff;
    font-family: 'Playfair Display', serif; /* Or your chosen serif font */
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin: 0 0 5px 0;
    /* text-transform: uppercase; */
}
.title-overlay p {
    color: #d9bfad; /* Subtle bronze/cream color */
    /* font-size: 0.9rem; */
    margin: 0;
    opacity: 0.9;
    transition: all 0.4s ease;
}

.service-card:hover img {
    transform: scale(1.1);
}


.service-card:hover {
    transform: translateY(-10px);
   
}


.service-card:hover .title-overlay p {
    opacity: 1;
    color: #ffffff;
}
footer{
  background-color:  #f1e4d4;
}
.quick-links-i i{
  font-size: 12px;
}
.social-links a{
  border: 1px solid var(--text-primary);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
border-radius: 5px;
}
.footer-container{
  border-bottom: 1px solid lightgray;
}

.pricing-section-vector{
  position: absolute;
  bottom: 0;
  right: 0;
}
.why-icon:hover{
transform: rotate();
}
.why-choose-us-section .col-lg-4:hover{
  transform: translateY(-5px);
}
.why-choose-us-section .col-lg-4{
  transition: 0.5s ease;
}
.whatsapp-icon{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
@media only screen and (max-width : 576px){
.mobile-view-home-left {
    background: #e6bdb0;
    border-radius: 20px;
    margin-top: -20px;
    padding : 20px;
}
.hero-section h2{
    font-size : 32px;
}
}
@media only screen and (max-width : 768px){
    .mobile-view-home-left {
    background: #e6bdb0;
    border-radius: 20px;
    margin-top: -20px;
    padding : 20px;
}
  .about-section h2 , .why-choose-us-section h2 , .services-section h2, .instagram-section h2, .pricing-section h2, .team-section h2 , .gallery-section h2 , .enquiry-section h2, .contact-section h2 , .pricing-plan-section h2{
  font-family: "Playfair Display", serif !important;
  font-size: 30px!important;
  font-weight: 700;
  letter-spacing: 0.05em;

}
.inner-banner-text span, .inner-banner-text a, .inner-banner-text i{
    font-size : 12px !important;
}
.heading span{
    font-size : 30px !important;
}
.inner-banner-text h2{
    font-size : 15px;
}
}

.pricing-section::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../media/banners/price-bg.avif") center center / cover no-repeat;
  opacity: .1;
  z-index: -1;
  background-color: #fff1ef;
  padding: 20px;
}

.pricing-flower{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.2;
  
}
.pricing-flower-2{
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0.2;
  
}
.web-line p{
  font-size: 15px !important;

}

.insta-card::before{
  content: "";
  position: absolute;
 opacity: 0;
  transition: 0.7s ease;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* High enough to cover text area */

    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    background: linear-gradient(
  180deg,
  rgba(255, 230, 220, 0.35) 0%,
  rgba(255, 190, 170, 0.6) 55%,
  rgba(255, 150, 130, 0.9) 100%
); */
background: linear-gradient(
  to bottom,
  rgba(255, 200, 180, 0.7),  /* upar */
  rgba(255, 140, 120, 0.8)  /* niche */
);
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px; */
    /* box-sizing: border-box;
    text-align: center; */
}


.insta-card:hover::before{
  opacity: 1;
}
.insta-card{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.7s ease
}
.insta-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;

}
.insta-card:hover .insta-icon{
  opacity: 1;

}
.modal-body{
  background: url("../media/images/moda-body-bg.png") center center / cover no-repeat;
}
.modal-content {
    border: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px); /* Halka glass effect */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); /* Deep professional shadow */
    overflow: hidden;
}

.offcanvas-header .btn-close{
  padding: 1rem;        /* mobile pe easy tap */
}
.inner-banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
 /* Page Banner Refinement */
  .pageBanner {
    position: relative;
    color: #fff;
    text-align: left;
    background-overlay: rgba(0,0,0,0.4); /* Dark overlay for readability */
  }
  .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
  }
  .breadcrumb-item a, .breadcrumb-item.active {
    color: #fff !important;
    font-weight: 500;
  }

  /* Contact Container Styling */
  .contact-container {
    background: #fdfaf8; /* Subtle warm background */
  }

  /* Glassmorphism Card for Form */
  .form-wrapper {
      background : white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid #f1e1d9;
  }



  .info-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #a04d29; /* Your theme copper color */
    margin-bottom: 20px;
  }

  /* Modern Form Controls */
  .contact-container .form-control, .contact-container .form-select {
    border-radius: 8px;
    padding: 14px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
  }

  .contact-container .form-control:focus {
    background-color: #fff;
    border-color: #a04d29;
    box-shadow: 0 0 0 0.2rem rgba(160, 77, 41, 0.1);
  }

  .btn-submit {
    background: #a04d29;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: transform 0.3s ease;
    border: none;
    width: 100%;
  }

  .btn-submit:hover {
    background: #863d1f;
    transform: translateY(-2px);
    color: #fff;
  }

  /* Decorative Abstract Background */
  .bg-accent {
    position: absolute;
    top: 10%;
    right: -5%;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
  }
  .studio-showcase {
            height: 500px;
            background: #e0e0e0; /* Replace with your studio image URL */
            background-image: url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=1000&q=80');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            color: #fff;
            position: relative;
        }
        .studio-overlay {
            position: absolute;
            bottom: 30px;
            left: 30px;
            background: rgba(0,0,0,0.8);
            padding: 20px;
            max-width: 300px;
        }
        .pricing-bg {
    background-color: #FFF7F4; /* Light Peach Background */
    padding: 100px 0;
  }

  /* Pricing Card */
  .price-card {
    background: #ffffff;
    border: 1px solid #f1e1d9;
    border-radius: 30px;
    padding: 50px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
    z-index: 1;
  }

  .price-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(160, 77, 41, 0.1);
    border-color: #a04d29;
  }

  /* Popular/Featured Card Highlight */
  .price-card.featured {
    background: #2b2b2b; /* Aapka light black shade */
    color: #fff;
    border: none;
    transform: scale(1.05);
  }

  .price-card.featured .price-title { color: #f0b7a4; }
  .price-card.featured .amount { color: #fff; }
  .price-card.featured .feature-list li { border-bottom-color: rgba(255,255,255,0.1); }
  .price-card.featured .btn-price { background: #a04d29; color: #fff; border: none; }

  /* Typography */
  .price-title {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 700;
    color: #a04d29;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .amount {
    font-size: 48px;
    font-weight: 800;
    color: #2b2b2b;
    margin-bottom: 30px;
  }

  .amount span {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6;
  }

  /* Features List */
  .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
  }

  .feature-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f1e1d9;
    font-size: 15px;
    display: flex;
    align-items: center;
  }

  .feature-list li i {
    color: #a04d29;
    margin-right: 12px;
    font-size: 18px;
  }

  /* Button */
  .btn-price {
    display: block;
    width: 100%;
    padding: 15px;
    border: 2px solid #a04d29;
    border-radius: 50px;
    color: #a04d29;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
  }

  .btn-price:hover {
    background: #a04d29;
    color: #fff !important;
  }

  /* Popular Tag */
  .popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #a04d29;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
  }

.team-section {
    background-color: #FFF7F4; /* Aapki website ka light background */
    padding: 100px 0;
  }

  /* Artist Card - Clean & Premium */
  .artist-card {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid rgba(160, 77, 41, 0.15); /* Subtle copper border */
    position: relative;
    height: 100%;
  }

  .artist-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(160, 77, 41, 0.12);
  }

  /* Image Area */
  .artist-img-box {
    height: 480px;
    overflow: hidden;
    position: relative;
  }

  .artist-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
  }

  .artist-card:hover .artist-img-box img {
    transform: scale(1.08);
  }

  /* Info Area */
  .artist-details {
    padding: 35px 25px;
    text-align: center;
  }

  .artist-role {
    color: #A04D29; /* Copper Color */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 12px;
  }

  .artist-name {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #2B2B2B; /* Light Black */
    margin-bottom: 15px;
  }

  .artist-bio {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  /* Insta Link Button */
  .insta-btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #2B2B2B;
    color: #fff !important;
    display: inline-block;
    transition: 0.3s;
  }

  .insta-btn:hover {
    background: #A04D29;
    transform: rotate(360deg);
  }
.inner-banner-text i{
    font-size : 12px;
    
}
.pricing-wrapper {
    display: flex;
    height: 80vh; /* Full screen feel */
    overflow: hidden;
    gap: 10px;
}

.price-strip {
    flex: 1; /* Sab equal dikhenge pehle */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
}

.price-strip:hover {
    flex: 2; /* Hover karne par size double ho jayega */
    background-color: #fff !important; /* Stand out karne ke liye */
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.features-hidden {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}

.price-strip:hover .features-hidden {
    opacity: 1;
    transform: translateY(0);
}
.price-row{
    /*gap: 12px;*/
}

.price-line{
    flex: 1;
    border-bottom: 1px dashed #c9a27d;
    opacity: .6;
    /*margin: 0 10px;*/
}

.dropdown-menu .dropdown-item:hover{
    background-color : var(--text-primary);
    color : white !important;
}
.dropdown-item{
 border-bottom : 1px solid #e4dcdc;
}
.dropdown-menu .dropdown-item:hover i{
    color : white !important;
}
.dropdown-item i{
    transition : 0.7s ease;
}
.border-end-home{
    border-right : 1px solid #e7bdbd;
}
.img-border{
    border: 1px solid #a04d29;
    border-radius: 5px;
    padding: 5px;
}
.package-box{
  background:#fff;
  border-radius:20px;
  padding:40px;
  position:relative;
  border : 2px dashed #a04d29;
}
.badge-premium{
  position:absolute;
  top:-15px;
  right:25px;
  background:var(--text-primary);
  color:#fff;
  padding:8px 18px;
  border-radius:30px;
}
.price{
  font-size:48px;
  color:#c59d5f;
  font-weight:700;
}
.package-box ul li{padding:6px 0;}
.testimonial-box{
  background:#fff;
  padding:30px;
  border-radius:16px;
}
.services-side-menu{
    position : sticky;
    top : 120px;
}
