.leo-navbar {
  background: #5f0002;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.leo-navbar .navbar-brand {
  letter-spacing: 0.03em;
  color: #fff;
}

.leo-navbar .nav-link {
  color: #fff;
  font-weight: 500;
}

.leo-navbar .nav-link:hover,
.leo-navbar .nav-link.active {
  color: #f8f5ef;
}

.leo-navbar .btn-primary {
  background-color: #5f0002;
  border-color: #fff;
}

.leo-navbar .btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #5f0002;

}
.logoL{
    height: 50px;
}



.hero-section {
  background: #fff;

}

.min-vh-75 {
  min-height: 75vh;
}

.hero-section .text-uppercase {
  letter-spacing: 0.12em;
  color: #8a6a3f;
}

.hero-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.about-preview-section {
  background: #ffffff;
}

.section-label {
  letter-spacing: 0.12em;
  color: #8a6a3f;
}

.info-box {
  background: #f8f5ef;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
}

.specialization-section {
  background: #f8f5ef;
}
.specialization-section-bg {
  width: 100%;
  max-width: 800px;
  margin:auto;
  display: block;
    /* background-image: url('../img/bg/gordian_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 350px; */
    /* background-attachment: fixed; */
}
.specialty-card {
    background: #5f0002a6;
    border-radius: 0px;
    color: white;
}



.why-us-section {
  background: #ffffff;

}

.trust-card {
background: #5f0002a6;
    border-radius: 0px;
    color: white;
}

.contact-form-section {
  background: #f8f5ef;
}

.contact-form-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 52px;
  border-radius: 12px;
}

.contact-form textarea.form-control {
  min-height: 150px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #760000;
  box-shadow: 0 0 0 0.2rem rgba(118, 0, 0, 0.15);
}



.leo-footer {
  background: #1f1f1f;
  color: #f8f5ef;
}

.leo-footer a {
  color: #f8f5ef;
  text-decoration: none;
}

.leo-footer a:hover {
  color: #c9a46a;
  text-decoration: underline;
}

.leo-footer p {
  color: rgba(248, 245, 239, 0.82);
}

.leo-footer hr {
  border-color: rgba(248, 245, 239, 0.18);
}


.contact-section {
  background: #f8f5ef;
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.contact-info-card a {
  color: #760000;
  text-decoration: none;
  word-break: break-word;
}

.contact-info-card a:hover {
  text-decoration: underline;
}

.contact-info-card p {
  color: #333333;
}

.map-box {
  overflow: hidden;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.map-box iframe {
  display: block;
}

.btn-primary {
  background-color: #5f0002;
  border-color: #fff;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #5f0002;
  color: #5f0002;
}
.btn-primary:active {
  background-color: #5f0002 !important;
  border-color: #fff !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 0, 2, 0.15);
}
.btn-secondary {
  background-color: #fff;
  border-color: #5f0002;
  color: #5f0002;
}
.btn-secondary:hover {
  background-color: #5f0002;
  border-color: #fff;
  color: #fff;
}

.ac-bg{
   background-color: #5f0002;
   color: #fff;
}
.sectionImageDiv{
  margin-right: auto;
}
.sectionImage{
    display: block;
    height: 80%;
    width: 100%;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

  .heroImage{
    width: 100%;
    margin-top: -200px;
  }


/* XXL devices */
@media (min-width: 1400px) {
  .py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .heroImage {
        margin-top: -280px;
    } 
}
/* XXL and below */
@media (max-width: 1399.98px) {
  .py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
      .heroImage {
        margin-top: -280px;
    } 
}

/* XL and below */
@media (max-width: 1199.98px) {
  .py-200 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
.heroImage {
        margin-top: -130px;
    } 
}

/* LG and below */
@media (max-width: 991.98px) {
  .py-200 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
     .heroImage {
        margin-top: -60px;
    } 
  
}

/* MD and below */
@media (max-width: 767.98px) {
.heroImage {
        margin-top: 0px;
    }
}

/* SM and below */
@media (max-width: 575.98px) {

}