body  {
   
  background: #F5EFE2;
  color: #222;
}

h1, h2, h3, h4, h5  {
 font-family: "Cinzel", serif;
}

img{
  max-width: 100%
}

.top-bar  {
  background: #19130d;
  color: #caa35d;
      font-size: 14px;
    letter-spacing: 3px;
    padding: 12px 0 12px;
        font-family: "Cinzel", serif;
}

.navbar  {
  background: #F5EFE2;
  border-bottom: 1px solid #d8ccb5;
  padding: 20px 0;
}

.navbar-brand h2  {
  font-size: 40px;
  margin: 0;
  letter-spacing: 3px;
}

.navbar-brand span  {
  font-size: 11px;
  letter-spacing: 5px;
  color: #b18849;
}

.nav-link  {
  margin: 0 15px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
    font-family: "Cinzel", serif;
}

.dropdown-menu  {
  border-radius: 0;
  border: none;
    font-family: "Cinzel", serif;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.dropdown-item  {
  padding: 12px 25px;
}

.dropdown-item:hover  {
  background: #19130d;
  color: #fff;
}

.consult-btn  {
  padding: 14px 30px;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 13px;
    font-family: "Cinzel", serif;
    color: #e0c79a
}

.consult-btn:hover{
    background-color: #a2702d
} 
 

.hero  {
  padding: 120px 0;
}

.hero-small  {
  color: #b18849;
  letter-spacing: 4px;
  font-size: 13px;
  margin-bottom: 30px;
    font-family: "Cinzel", serif
}

.hero h1  {
      font-size: 42px;
  line-height: 1.05;
  font-weight: 600;
}

.hero h1 span  {
  color: #B1843F;
  display: block;
}

.hero-text  {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.8;
  max-width: 600px;
      font-family: "EB Garamond", serif;
    font-style: italic
}

.hero-image  {
  border: 8px solid #eadcc5;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .15);
  max-width: 450px;
}

.btn-dark {
    padding: 14px 15px;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: "Cinzel", serif;
    color: #e0c79a;
      border: 1px solid #e7b46c;
      border-radius: 0 !important;
}

.btn-dark:hover {
     background-color: #a2702d
}

.btn-outline-dark{
    color: #000;
    border: 1px solid #a2702d;
     padding: 14px 30px;
    border-radius: 0;
     font-family: "Cinzel", serif;
        font-size: 13px;
}

.btn-outline-dark:hover{
    background:  #a2702d;
    border: 1px solid #a2702d;
    color: #fff;
}

.contact-page{
    background:#fff;
}

.contact-info h2{
    font-weight:700;
    margin-bottom:20px;
}

.contact-info p{
       font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #000;
}

.info-box{
    display:flex;
    align-items:center;
    margin-bottom:25px;
    padding:20px;
    border:1px solid #ececec;
    border-radius:10px;
    transition:.35s;
}

.info-box:hover{
    background:#f8f8f8;
}

.info-box .icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#1d1d1d;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    margin-right:20px;
}

.info-box small{
    display:block;
    color:#999;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:4px;
}

.info-box h5{
    margin:0;
    font-size:18px;
}

.info-box a{
    color:#222;
    text-decoration:none;
}

.contact-form{
    background:#f8f8f8;
    padding:45px;
    border-radius:15px;
}

.contact-form h3{
    font-weight:700;
}

.form-control{
    height:55px;
    border-radius:8px;
    box-shadow:none;
  border-radius: 0;
}

textarea.form-control{
    height:auto;
}

.consultation-btn{
    background:#222;
    color:#fff;
    padding:14px 40px;
    border-radius:50px;
    transition:.3s;
}

.consultation-btn:hover{
    background:#caa46b;
    color:#fff;
}

.text-white-50{
  font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
}

.map-section iframe{
    width:100%;
    height:450px;
    border:0;
}

.contact-cta{
    background:#f7f7f7;
}

.contact-title{
    font-size:42px;
    font-weight:700;
}

.contact-desc{
    max-width:700px;
    margin:auto;
    color:#666;
}



@media(max-width:991px)  {
  .hero  {
    text-align: center;
    padding: 70px 0;
  }

  .hero h1  {
    font-size: 48px;
  }

  .navbar-brand h2  {
    font-size: 30px;
  }

}

@media(max-width:576px)  {
  .hero h1  {
    font-size: 38px;
  }

  .hero-text  {
    font-size: 18px;
  }

  .consult-btn  {
    display: none;
  }

}

.philosophy-section  {
  background: #15100c;
  color: #fff;
  padding: 110px 0;
}

.section-tag  {
  color: #e7b46c;
    font-size: 20px;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-family: "Cinzel", serif;
}

.small-heading  {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #b98a47;
  letter-spacing: 4px;
  font-size: 13px;
  text-transform: uppercase;
        font-family: "Cinzel", serif;
}

.small-heading span  {
  width: 45px;
  height: 1px;
  background: #b98a47;
  display: block;
}

.philosophy-title  {
  font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.philosophy-box  {
  border-top: 1px solid rgba(185, 138, 71, .35);
  border-bottom: 1px solid rgba(185, 138, 71, .35);
}

.philosophy-item  {
  padding:30px 40px;
  min-height: 290px;
  border-right: 1px solid rgba(185, 138, 71, .25);
}

.philosophy-item:last-child  {
  border-right: none;
}

.icon  {
  color: #c5944b;
  font-size: 22px;
  /*margin-bottom: 30px;*/
}

.icon img{
  width: 35px;
}

.philosophy-item h4  {
      color: #e7b46c;
    font-size: 24px; 
    margin-bottom: 15px;
    text-transform: uppercase;
}

.philosophy-item p  {
  color: #d5c7b0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.8;
}

.about-section  {
  background: #f6efe2;
  padding: 110px 0;
}

.section-subtitle  {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #b48747;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  margin-bottom: 25px;
    font-family: "Cinzel", serif;
}

.section-subtitle span  {
  width: 40px;
  height: 1px;
  background: #b48747;
}

.about-title  {
  font-size: 40px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #18130d;
    font-weight: 700
}

.about-quote  {
  border-left: 2px solid #b48747;
  padding-left: 20px;
  margin-bottom: 35px; 
  font-size: 32px;
    line-height: 1.2;
    color: #222;
    font-family: "Cinzel", serif;
}

.about-section p  {
     font-size: 22px;
    /* line-height: 2; */
    color: #000;
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.signature  {
 font-family: "Pinyon Script", cursive;
  font-size: 56px;
  color: #b48747;
  font-style: italic;
  margin-top: 35px;
}

.designation  {
  color: #000;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
    font-family: "Cinzel", serif;
}

.stats-box  {
  border: 1px solid #d7c2a4;
}

.stat-item  {
  padding:12px 25px 12px;
  border-right: 1px solid #d7c2a4;
  border-bottom: 1px solid #d7c2a4;
  height: 100%;
}

.stats-box .col-6:nth-child(2) .stat-item, .stats-box .col-6:nth-child(4) .stat-item  {
  border-right: none;
}

.stats-box .col-6:nth-child(3) .stat-item, .stats-box .col-6:nth-child(4) .stat-item  {
  border-bottom: none;
}

.stat-item h2  {
  font-family: "Cinzel", serif;
  color: #b48747;
  font-size: 30px;
  margin-bottom: 15px;
}

.stat-item p  {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.expertise-section  {
  background: #e6dac6;
  padding: 110px 0;
}

.expertise-title  {
  font-size: 40px;
    line-height: 1.1;
    color: #1b1712;
    margin-bottom: 20px;
    font-weight: 600;
}

.expertise-desc  {
      font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #000;
    font-size: 22px;
    margin-bottom: 0px;
}

.service-box  {
  background: #efe7d8;
  border: 1px solid #dfcfb6;
  padding: 35px;
  height: 100%;
  transition: .35s;
  position: relative;
}

.service-box:hover  {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.service-box::after  {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #c79a58;
  border-right: 2px solid #c79a58;
}

.service-box h3  { 
  font-size: 26px;
  margin-bottom: 8px;
  color: #1a1714;
}

.service-box small  {
  display: block;
  color: #000;
    font-size: 18px;
  font-style: italic;
  margin-bottom: 25px;
  font-family: 'Cormorant Garamond', serif;
}

.service-box ul  {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-box ul li  {
  padding: 14px 0;
  border-top: 1px solid #e5d8c3;
  position: relative;
  padding-left: 22px;
  color: #2b2b2b;
        font-family: "EB Garamond", serif;
    font-size: 18px;
}

.service-box ul li::before  {
  content: "❦";
  color: #c08a3d;
  position: absolute;
  left: 0;
}

.apart-section  {
  background: #17110c;
  padding: 110px 0;
}

.apart-section .section-subtitle  {
  color: #b88a47 !important;
  margin-bottom: 20px;
        font-family: Cinzel, serif;
}

.apart-section .section-subtitle span  {
  background: #b88a47;
}

.apart-title  {
  font-size: 38px;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 15px;
}

.apart-text  {
  color: #d8c7ad;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 25px;
    font-family: "EB Garamond", serif;
}

.quote-box  {
  border: 1px solid rgba(184, 138, 71, .35);
  padding: 28px 45px 60px;
  text-align: center;
  height: 100%;
  transition: .35s;
}

.quote-box:hover  {
  border-color: #b88a47;
  transform: translateY(-6px);
}

.quote-icon  {
  color: #b88a47;
  font-size: 28px;
  margin-bottom: 0px;
}

.quote-box p  {
  font-family: Cinzel, serif;
  font-size: 22px;
  line-height: 1.6;
  color: #c79045;
  margin: 0;
}

.apart-btn  {
  margin-top: 20px;
  border: 1px solid #b88a47;
  color: #fff;
    padding: 15px 38px;
    border-radius: 0;
    letter-spacing: 3px;
    font-size: 13px;
    transition: .35s;
    font-family: Cinzel, serif;
}

.apart-btn:hover  {
  background: #b88a47;
  color: #17110c;
}

.contact-cta  {
  background: #f7efe2;
  padding: 110px 0;
}

.contact-title  {
 font-size: 44px;
    line-height: 1.15;
    color: #151515;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-desc  {
  font-family: "EB Garamond", serif;
  font-size: 25px;
  line-height: 1.7;
  color: #806845;
  font-style: italic;
  max-width: 760px;
  margin: auto;
}

.contact-box  {
  border: 1px solid #d8c6aa;
  padding: 30px 14px;
  background: #fbf7ef;
  text-align: center;
  transition: .35s;
  height: 100%;
}

.contact-box:hover  {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.contact-box small  {
  display: block;
  color: #b18948;
  letter-spacing: 4px;
  font-size: 12px;
  margin-bottom: 20px;
}

.contact-box h4  {
      font-family: "Cinzel", serif;
  font-size: 20px;
  color: #1c1c1c;
  margin: 0;
  word-break: break-word;
}

.contact-box h4 a  {
  color: #1c1c1c;
  text-decoration: none;
    font-family: "Cinzel", serif;
    font-size: 14px;
}

.contact-box h4 a:hover  {
  color: #b18948;
}

.consultation-btn  {
  background: #1b140d;
  color: #d9b06a;
  border-radius: 0;
  padding: 16px 42px;
  letter-spacing: 3px;
  border: 1px solid #1b140d;
  font-family: "Cinzel", serif;
  transition: .35s;
}

.consultation-btn:hover  {
  background: transparent;
  color: #1b140d;
  border-color: #1b140d;
}

.footer-section  {
  background: #17110c;
  padding: 90px 0 35px;
  color: #d4b27a;
}

.footer-logo h2  {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-logo span  {
  display: block;
  color: #b88a47;
  letter-spacing: 6px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.footer-logo h3  {
  font-family: "Pinyon Script", cursive;
  color: #c48d43;
  font-size: 52px;
  font-style: italic;
  font-weight: 400;
}

.footer-title  {
  color: #b88a47;
  letter-spacing: 4px;
  font-size: 14px;
  margin-bottom: 30px;
}

.footer-links  {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li  {
  margin-bottom: 18px;
      font-family: "EB Garamond", serif;
}

.footer-links a  {
  color: #d7c8b0;
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
      font-family: "EB Garamond", serif;
}

.footer-links a:hover  {
  color: #c89549;
  padding-left: 6px;
A }

.footer-bottom  {
  border-top: 1px solid rgba(184, 138, 71, .25);
  margin-top: 60px;
  padding-top: 30px;
  color: #d7c8b0;
  letter-spacing: 2px;
  font-size: 14px;
      font-family: "EB Garamond", serif;
}

.logo{
    width: 250px
}

.slider {
    position: relative;
}

.slider .carousel-item {
    
    overflow: hidden;
}

.slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 8s ease;
}

.slider .carousel-item.active img {
    transform: scale(1.12);
}

/* Navigation Buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 55px;
    height: 55px;
    background-size: 60%;
    background-color: rgba(0,0,0,.35);
    border-radius: 50%;
}

/* Indicators */
.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
}


.page-banner{
    position:relative;
    background:url("../images/about-bg.jpg") center center/cover no-repeat;
    min-height:420px;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.page-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgb(0 0 0 / 74%);
}

.page-banner::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:120px;
     
}

.banner-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.banner-content h1{
    font-size:42px; 
    margin-bottom:15px;
}

.banner-content p{
    max-width:600px;
    color:#f1f1f1;
    margin-bottom:25px;
}

.breadcrumb-box{
    display:inline-flex;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(12px);
    padding:14px 25px;
    border-radius:50px;
    border:1px solid rgba(255,255,255,.2);
}

.breadcrumb{
    margin:0;
      font-family: "Cinzel", serif;
}

.breadcrumb-item a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-item a:hover{
    color:#ffc107;
}

.breadcrumb-item.active{
    color:#ffc107;
}

.breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}

.service-sidebar{
    background:#efd9b0;
    border-radius:12px;
    padding:30px;
    position:sticky;
    top:120px;
    border:1px solid #e9e9e9;
}

.sidebar-title{
    font-size:24px;
    margin-bottom:20px;
    font-weight:700;
}

.service-menu li{
    margin-bottom:10px;
}

.service-menu a{
    display:block;
    padding:14px 18px;
    color:#333;
    text-decoration:none;
    background:#fff;
    border-radius:8px;
      font-family: "Cinzel", serif;
    transition:.35s;
    border:1px solid #ececec;
}

.service-menu a:hover,
.service-menu a.active{
    background:#222;
    color:#fff;
    padding-left:28px;
}

.service-content img{
    width:100%;
}

.service-content p{
    color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
}

.service-quote{
    background:#f7f7f7;
    border-left:5px solid #c8a97e;
    padding:25px;
    margin:40px 0;
    font-size:22px;
    font-style:italic;
}

.feature-list{
    padding-left:20px;
}

.feature-list li{
    margin-bottom:12px;
}

.stat-box{
    text-align:center;
    background:#fafafa;
    padding:30px 15px;
    border-radius:12px;
    border:1px solid #eee;
}

.stat-box h3{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.service-cta{
    background:#222;
    color:#fff;
    padding:60px;
    border-radius:16px;
    text-align:center;
}

.service-cta p{
    color:#ddd;
}


@media(max-width:991px)  {
  .about-title  {
    font-size: 48px;
  }

  .about-quote  {
    font-size: 32px;
  }

  .signature  {
    font-size: 46px;
  }

}

@media(max-width:767px)  {
  .about-section  {
    padding: 70px 0;
  }

  .about-title  {
    font-size: 38px;
  }

  .about-quote  {
    font-size: 26px;
  }

  .stat-item  {
    padding: 25px;
  }

  .stat-item h2  {
    font-size: 36px;
  }

}

/* Responsive */ @media(max-width:991px)  {
  .philosophy-title  {
    font-size: 48px;
  }

  .philosophy-item  {
    border-right: none;
    border-bottom: 1px solid rgba(185, 138, 71, .25);
  }

  .philosophy-item:last-child  {
    border-bottom: none;
  }

}

@media(max-width:767px)  {
  .section-tag  {
    letter-spacing: 4px;
    font-size: 12px;
  }

  .philosophy-title  {
    font-size: 38px;
  }

  .philosophy-item  {
    padding: 40px 25px;
  }

  .philosophy-item h4  {
    font-size: 24px;
  }

  .philosophy-item p  {
    font-size: 22px;
  }

}