/* header-part-start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #fffdf5;
  color: #6e4b1f;
  padding-top: 240px;


}

/* Banner */
.top-banner {
  background: #c9a35d;
  color: white;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
}

/* Header */
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
  background-color: #fffdf5;
}

.ornament {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
}

.left-ornament {
  left: 10%;
}

.right-ornament {
  right: 10%;
}

.logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo {
  width: 60px;
}

.logo-section h1 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #6e4b1f;
}

/* Navigation */
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  border-top: 1px solid #ead7af;
  border-bottom: 1px solid #ead7af;
  background: #fffdf5;
  justify-content: center;
}

/* Search */
.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #c9a35d;
  border-radius: 30px;
  padding: 5px 12px;
  width: 250px;
  background: white;
}

.search-box input {
  border: none;
  outline: none;
  font-size: 14px;
  flex: 1;
  color: #6e4b1f;
}

.search-box button {
  border: none;
  background: none;
  color: #c9a35d;
  font-size: 18px;
  cursor: pointer;
}

/* Links */
.nav-links {
  display: flex;
  gap: 50px;
}

.nav-links a {
  text-decoration: none;
  color: #6e4b1f;
  font-weight: 500;
  font-size: 15px;
}

.nav-icons {
  display: flex;
  gap: 18px;
  font-size: 20px;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: #6e4b1f;
  cursor: pointer;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: #fffdf5;
  border-top: 1px solid #ead7af;
}

.mobile-menu a {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #6e4b1f;
}

.header-icons {
  width: 25px;
  height: 25px;
  margin-bottom: 6px;
  /* space between image & text */
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Responsive */
@media (max-width: 900px) {
  .nav-bar {
        justify-content: flex-start !important;
  }

  .nav-links,
  .nav-icons,
  .search-box {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header .ornament {
    display: none;
  }

  .header {
    flex-direction: column;
  }

  .logo-section h1 {
    font-size: 16px;
  }
}

.mobile-menu.active {
  display: flex;
}

/* footer-part-start */
:root {
  --footer-bg: #75233A;
  --footer-text: rgba(255, 255, 255, 0.664);
  --footer-muted: rgba(255, 255, 255, 0.65);
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  position: relative;
  padding: 85.333px 138.667px;
  overflow: hidden;
  align-items: flex-end;
  gap: 170.667px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.footer-illustration {
  position: absolute;
  left: 17%;
  bottom: 8px;
  width: 710px;
  z-index: 1;
  height: 470px;
  opacity: 0.95;
  mix-blend-mode: multiply;
  pointer-events: none;
  background-image: url('../images/Footer/footer-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.footer-col .sub-footer-text {
     font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
}

.dotted {
  color: #FFF;
  font-family: Inter;
  font-size: 18.667px;
  font-weight: 400;
  line-height: 140%;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2.1;
}
.footer-list li{
  color: #fff;
}

.about-block,
.info-block {
  margin: 0;
}

.info-block {
  margin-top: 28px;
}

.footer-list a {
  color: #ffff;
  text-decoration: none;
  font-size: 0.88rem;
}

.footer-list a:hover {
  color: #fff;
}

/* contact block */
.contact-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.icon-box {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  font-size: 0.9rem;
}

.phone {
  color: #FFF;
  font-size: 14.667px;
  font-weight: 400;
  line-height: 140%;
}

.email {
  color: #FFF;
  font-size: 14.667px;
  font-weight: 400;
  line-height: 140%;
}

.social-row {
  margin-top: 8px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin-right: 8px;
  text-decoration: none;
  font-size: 0.95rem;
}

.call-btn {
  background: #fff;
  color: var(--footer-bg);
  border-radius: 24px;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
}

.copyright {
  color: rgba(255, 255, 255, 0.664);
  font-size: 15px;
  margin-top: 10px;
  text-align: left;
}

.privacy {
  color: rgba(255, 255, 255, 0.664);
  font-size: 15px;
  margin-top: 10px;
  text-align: right;
}

.address-small {
  color: #FFFFFF;
  text-align: right;
  font-size: 14.667px;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width:576px) {

  html,
  body {
    overflow-x: hidden;
  }

  .site-footer {
    padding: 18px 12px;
  }

  .footer-illustration {
    display: none !important;
  }

  .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 12px;
    text-align: center;
  }

  .footer-inner .row>.col-md-3:nth-child(3),
  .footer-inner .row>.col-md-3:nth-child(4) {
    display: flex;
    justify-content: center;
    padding: 0 12px;
  }

  .footer-inner .row>.col-md-3:nth-child(3) .call-card,
  .footer-inner .row>.col-md-3:nth-child(4) .call-now-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .social-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 8px 0;
  }

  .call-btn {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 10px auto;
    padding: 10px 16px;
    text-align: center
  }

  .address-small {
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
  }

  .row.mt-4>.col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 12px;
  }

  .copyright,
  .privacy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.66);
  }
}

/* footer-part-End */

.active{
        font-weight: bold !important;
    color: #4e0f0f !important;
    font-size: 16px !important;
}



/*  */
.breadcrumb-section {
background: linear-gradient(180deg, rgba(255, 231, 136, 0.50) 0%, #FFFFF0 50%, rgba(255, 231, 136, 0.50) 100%);
    padding: 22px 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e5e5e5;
    height: 62px;
    z-index: 99999;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.breadcrumb a {
  text-decoration: none;
  color: #999;
  font-weight: 400;
}

.breadcrumb .separator {
  margin: 0 8px;
  color: #b52e2e;
  font-weight: bold;
}

.breadcrumb .current {
  color: #8b0000;
  font-weight: 600;
}