body{
    background:#e1d9cb;
    font-family:'Inter', sans-serif;
    
}
/* .container{
width: 1280px;
    max-width: 1280px;
} */
/* Navbar */
.navbar-custom{
    /* background:#e6ded1; */
    border-radius:40px;
    padding:15px 30px;
}

/* Hero Section */
.hero-section{
    padding:80px 0;
}

.badge-custom{
    /* background:#e9e1d6; */
    color:#6b5a4e;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    letter-spacing:1px;
}

.hero-title{
    font-family:'Playfair Display', serif;
    font-size:64px;
    color:#3b2d35;
    line-height:1.1;
    margin:25px 0;
}

.hero-text{
    font-size:18px;
    color:#6c5f5f;
    max-width:500px;
}

.btn-custom{
    background: linear-gradient(0deg, rgb(90, 38, 84) 0%, rgb(131, 63, 123) 100%);
    color: #fff;
    padding: 7px 28px !important;
    border-radius: 40px;
    box-shadow: 0 10px 25px rgba(122, 46, 104, 0.4);
    margin: 3px;
}
.bookMYCON{
  text-decoration: none;
    border: 1px solid #5b2655;
    display: inline-block;
    border-radius: 40px;
}

.btn-custom:hover{
    background:#5b2655;
    /* transform:translateY(-3px); */
    color: #fff;
}

/* Arch Image */
.arch-wrapper{
    position:relative;
    max-width:420px;
    margin:auto;
}

.arch-bg{
    border:3px solid #a56a2b;
    border-radius:220px 220px 20px 20px;
    padding:15px;
}

.arch-img{
    width:100%;
    border-radius:200px 200px 10px 10px;
}
.mainBG{
        background: linear-gradient(180deg, #77778c 0%, var(--token-dddb6310-c5af-4fb6-822d-8db5315b0ba8, #151521) 65.8256%);
        padding: 15px;
    border-radius: 220px 220px 20px 20px;
}
.bgClass1{
        background: linear-gradient(0deg, #e1d9cb 0%, #f4f2ee 100%);
    border-radius: 50px;
  }
    /* .services-section {
  background: #e1d9cb;
  padding-top: 100px;
  padding-bottom: 100px;
} */

.service-box {
  transition: 0.3s ease;
}

.icon-circle {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background: #c9bcc3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 32px;
  color: #6b2c5f;
}

.service-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  letter-spacing: 1px;
  color: #3b2d35;
  margin-bottom: 15px;
}

.service-text {
  font-size: 16px;
  color: #5c5353;
  line-height: 1.6;
}

/* Hover Effect */
.service-box:hover {
  transform: translateY(-8px);
}
.about-section{
    padding:100px 0;
    position:relative;
}

/* Dark Card */
.about-card{
    /* background:#0e1022;
    border-radius:30px; */
    padding:60px;
    color:#fff;
    position:relative;
}
.about-card .badge-custom{
  color: #c2bbae;
}

/* Image Wrapper */
.image-wrapper{
    position:relative;
    margin-top:-60px;    
    margin-bottom: -60px;
}

.arch-border{
    border:3px solid #b1782c;
    border-radius:220px 220px 20px 20px;
    padding:12px;
    margin-left: 50px;
    background:transparent;
}

.arch-img{
    width:100%;
    border-radius:200px 200px 10px 10px;
}

/* Badge */
.badge-custom{
    border:1px solid rgba(255,255,255,0.3);
    padding:6px 16px;
    border-radius:30px;
    font-size:14px;
    display:inline-block;
    margin-bottom:20px;
}

/* Title */
.about-title{
    font-family:'Playfair Display', serif;
    font-size:48px;
    margin-bottom:20px;
}

/* Text */
.about-text{
    color:#d4d4d4;
    line-height:1.7;
    margin-bottom:25px;
}

/* Info line */
.info-line{
    font-size:15px;
    color:#bfbfbf;
    margin-bottom:30px;
}

/* Button */
 
.services-section-new {
     background: linear-gradient(0deg, #e1d9cb 0%, #f4f2ee 100%);
    border-radius: 50px;
}

.services-section-new .badge-custom {
  border: 1px solid #b1782c;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
}

.services-section-new .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #3b2d35;
}

.services-section-new .section-subtitle {
  color: #6b5e5e;
  margin-top: 15px;
}

.services-section-new .service-card {
  transition: 0.3s ease;
}

.services-section-new .arch-border {
  border: 3px solid #b1782c;
  border-radius: 220px 220px 20px 20px;
  padding: 12px;
}

.services-section-new .arch-img {
  border-radius: 200px 200px 10px 10px;
}

.services-section-new .service-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  letter-spacing: 1px;
  color: #3b2d35;
}

.services-section-new .service-text {
  color: #5c5353;
  line-height: 1.6;
}

/* Hover */
.services-section-new .service-card:hover {
  transform: translateY(-8px);
}
.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  line-height: 1.3;
  color: #3b2d35;
  font-weight: 500;
  font-style: italic;
}
.bgClass{
      margin: 0px 50px;
}
.steps-section {
      background: linear-gradient(180deg, #e1d9cb 0%, #f4f2ee 100%);
    border-radius: 50px;
    padding: 50px;
}

.steps-section .badge-custom {
  border: 1px solid #b1782c;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
}

.steps-section .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #3b2d35;
}

.steps-section .section-subtitle {
  color: #6b5e5e;
  margin-top: 15px;
}

.steps-section .step-number {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  color: #6b2c5f;
  margin-bottom: 15px;
}

.steps-section .step-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #3b2d35;
}

.steps-section .step-text {
  color: #5c5353;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
}

.steps-section .btn-custom {
  background: #7a2e68;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  box-shadow: 0 10px 25px rgba(122,46,104,0.4);
  transition: 0.3s;
}

.steps-section .btn-custom:hover {
  background: #5d214f;
  transform: translateY(-3px);
}
.testimonial-heading {
  background: #e1d9cb;
  padding: 110px 0;
}

.badge-custom {
  border: 1px solid #b1782c;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #3b2d35;
}

.section-subtitle {
  color: #6b5e5e;
  margin-top: 15px;
  font-size: 18px;
}
.testimonial-card {
  background: #f2eee7;
  padding: 35px;
  border-radius: 20px;
  height: 100%;
}

.testimonial-card p {
  color: #4a4141;
  line-height: 1.7;
}

.testimonial-card h6 {
  margin-top: 20px;
  font-family: 'Playfair Display', serif;
  color: #3b2d35;
}

.stars {
  color: #6b2c5f;
  font-size: 20px;
  margin-bottom: 15px;
}

/* Remove default dark icons background */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #6b2c5f;
  border-radius: 50%;
  padding: 15px;
}
.client-review-section {
  padding: 80px 0;
}

.review-card {
  background: #f2eee7;
  padding: 35px;
  border-radius: 20px;
  height: 100%;
}

.review-card p {
  color: #4a4141;
  line-height: 1.7;
}

.review-card h6 {
  margin-top: 20px;
  font-family: 'Playfair Display', serif;
  color: #3b2d35;
}

.review-stars {
  color: #6b2c5f;
  font-size: 20px;
  margin-bottom: 15px;
}

#clientReviewCarousel .carousel-control-prev-icon,
#clientReviewCarousel .carousel-control-next-icon {
  background-color: #6b2c5f;
  border-radius: 50%;
  padding: 15px;
}
.faq-section {
  background: linear-gradient(180deg, #f4f2ee 0%, #e1d9cb 40%, #f4f2ee 100%);
      border-radius: 50px;
  padding: 100px 0;
}

.badge-custom {
  border: 1px solid #c2bbae;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #3b2d35;
}

.section-subtitle {
  color: #6b5e5e;
}

.highlight {
  color: #6b2c5f;
}

/* Accordion */
.custom-accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c8bfb0;
}

.custom-accordion .accordion-button {
  background: transparent;
    font-family: 'Inter', serif;
    font-size: 20px;
    color: #312335;
    box-shadow: none;
    font-weight: 500;
}

.custom-accordion .accordion-button::after {
  content: "+";
  font-size: 22px;
  transform: none;
  background-image: none;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}

.custom-accordion .accordion-body {
  color: #5c5353;
}

/* CTA Box */
.cta-box {
  background: #0e1022;
  border-radius: 25px;
  padding: 50px;
  color: #fff;
}

.cta-title {
  font-family: 'Inter', serif;
  font-size: 36px;
}

.cta-text {
  color: #cfcfcf;
}

/* Responsive */
@media(max-width:991px){
    .hero-title{
        font-size:42px;
    }
    .hero-section{
        text-align:center;
    }
    .hero-text{
        margin:auto;
    }
      .about-card{
        padding:40px 30px;
        text-align:center;
    }
    .about-title{
        font-size:32px;
    }
    .image-wrapper{
        margin-bottom:40px;
        margin-top:0;
    }
     .services-section-new .section-title {
    font-size: 32px;
  }
   .quote-text {
    font-size: 36px;
  }
   .steps-section .section-title {
    font-size: 32px;
  }
  .steps-section .step-number {
    font-size: 50px;
  }
   .section-title {
    font-size: 32px;
  }
  .section-title {
    font-size: 32px;
  }
  .cta-title {
    font-size: 26px;
  }
  .cta-box {
    text-align: center;
  }
  .navbar-collapse .btn-custom{
    display: none;
  }
}
@media (max-width: 768px) {
.arch-border{
  margin-left: 0;
}
}
@media (max-width: 576px) {
      .hero-title {
        font-size: 30px;
    }
    .hero-text {
    font-size: 15px;}
.bgClass {
    margin: 0px 10px;
}
.quote-section {
    padding: 80px 20px;
  }
  .quote-text {
    font-size: 26px;
  }
   .testimonial-heading {
    padding: 80px 20px;
  }
}
