.logo img{
    width:100px ;
}
.nav-logo img{
    width: 100px;
    height: 100px;
}
.registration__details {
  background-color: #f8f9fa;
  border: 1px solid #e4e4e4;
  color: #333;
}
.registration__details h4 {
  font-weight: 600;
  color: #590c13;
}
.registration__details p {
  line-height: 1.8;
  color: #555;
}
.registration__details a {
  color: #7d4147;
  text-decoration: none;
}
.registration__details a:hover {
  text-decoration: underline;
}
.core__values {
  background-color: #f9f9f9;
}

.value__card {
  background-color: #fff;
  transition: all 0.3s ease;
}

.value__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.value__title {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.value__card p {
  color: #555;
  line-height: 1.7;
}

.value__icon img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(91%) saturate(2215%) hue-rotate(204deg) brightness(98%) contrast(95%);
}
.advisor__img img{
  width: 400px;
  height: 400px;
}
.advisor__area{
    background: #fff;
}
.clients__area{
    background: #fff;
}
.compliance__area{
    background: #fff;
}
.services__area{
    background: #fff;
}
.banner {
  position: relative;
  overflow: hidden;
}

.banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.banner__wrapper {
  position: relative;
  z-index: 2;
  height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner__content {
  z-index: 2;
  color: #fff;
}

.default-btn {
  display: inline-flex;
  align-items: center;
  background-color: #d4a017;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.default-btn i {
  margin-left: 8px;
}

.default-btn:hover {
  background-color: #b48a10;
  color: #fff;
}
/* ===== Banner Overlay Effect ===== */
.banner .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* dark transparent layer */
  z-index: 1;
  opacity: 0.9;
}

/* Make sure text appears above overlay */
.banner__wrapper,
.banner__content {
  position: relative;
  z-index: 2;
}

/* Optional — tweak background brightness */
.carousel-item {
  position: relative;
  overflow: hidden;
}
.w-150{
  width: 150px;
  height: 150px;
}
.mt-60 {
  margin-top: 60px;
}
.btn.btn-style-two {
  display: inline-block;
  padding: 14px 38px;
  background-color: #590c13; /* Deep navy blue - professional */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #590c13;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.btn.btn-style-two:hover {
  background-color: transparent;
  color: #590c13;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 51, 102, 0.2);
}
.brand-title {
  font-size: 32px;
  font-weight: 600;
  color: #590c13;  /* Deep Blue */
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif; /* or your theme font */
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}
/* Modal base styles */
#consultModal .modal-content {
  border-radius: 15px;
  background: #CACBC5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px 30px;
}

#consultModal .form-label {
  font-size: 14px;
  color: #222;
}

.consult-input {
  border-radius: 10px;
  border: 1px solid #CACBC5;
  padding: 12px;
  font-size: 14px;
  width: 100%;
}

.consult-input:focus {
  border-color: #590c13;
  box-shadow: none;
}

.consult-submit-btn {
  background: #590c13;
  border: none;
  margin-top: 25px;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  width: 100%;
}

.consult-submit-btn:hover {
  background: #590c13;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  #consultModal .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }

  #consultModal .modal-content {
    padding: 15px 20px;
  }

  .consult-submit-btn {
    font-size: 15px;
    padding: 10px;
  }

  #consultModal .form-label {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  #consultModal .modal-content {
    padding: 10px 15px;
  }

  .consult-submit-btn {
    font-size: 14px;
    padding: 10px;
  }

  #consultModal .form-label {
    font-size: 12px;
  }
}
.mobile-consult-btn{
  padding: 10px;
}