/* COMMAN CSS */
:root {
  --dark-color: #022C38;
}

.justify {
  text-align: justify !important;
}

.b-radius {
  border-radius: 10px;
}

/* PRELOADER CSS */

/* HEADER CSS */
.navbar-nav .nav-link.active:before {
  background: var(--dark-color) !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--dark-color) !important;
  font-weight: 900 !important;
}

.dropdown-item {
  font-weight: 900 !important;
}

.navbar-nav {
  --bs-nav-link-font-size: 16px !important;
}

.btn-outline-primary {
  --bs-btn-color: #022C38 !important;
  --bs-btn-border-color: #022C38 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #022C38 !important;
  --bs-btn-hover-border-color: #022C38 !important;
  --bs-btn-active-bg: #022C38 !important;
  --bs-btn-active-border-color: #022C38 !important;
  --bs-btn-disabled-color: #022C38 !important;
  --bs-btn-disabled-border-color: #022C38 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--dark-color) !important;
}

.sticky-nav .nav-link.active {
  color: var(--dark-color) !important;
}

.sticky-nav.navbar {
  height: 100px !important;
}

.btn-mobile-navbar i {
  color: var(--dark-color) !important;
}

.btn-mobile-navbar {
  box-shadow: inset 0px 0px 0px 1px var(--dark-color) !important;
}

.loaded.modal-open .nav-link.active {
  color: var(--dark-color) !important;
}

.loaded.modal-open .list-unstyled .nav-link.active {
  color: var(--dark-color) !important;
}

/* BANNER CSS */
#slideshow h1 {
  color: var(--dark-color) !important;
}

.carousel-control-prev {
  background: var(--dark-color) !important;
}

.carousel-control-next {
  background: var(--dark-color) !important;
}

.btn-primary {
  --bs-btn-bg: #022C38 !important;
  --bs-btn-border-color: #022C38 !important;
  --bs-btn-hover-bg: #022C38 !important;
  --bs-btn-hover-border-color: #022C38 !important;
  --bs-btn-active-bg: #022C38 !important;
  --bs-btn-active-border-color: #022C38 !important;
  --bs-btn-disabled-bg: #022C38 !important;
  --bs-btn-disabled-border-color: #022C38 !important;
}

/* FOOTER CSS */
.to-top {
  background-color: var(--dark-color) !important;
}

.copyright-text a {
  color: var(--dark-color);
  text-decoration: none;
}

.copyright-text a:hover {
  text-decoration: underline;
}

.footer-logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.in-avo-footer ul.list-unstyled li {
  position: relative;
  padding-left: 20px;
}

.in-avo-footer ul.list-unstyled li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--dark-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.in-avo-footer h5:before {
  content: none !important;
}

.in-avo-footer h5 {
  padding-left: 0px !important;
}

.in-avo-footer .social-media-list a i {
  color: var(--dark-color) !important;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-contact-item i {
  color: var(--dark-color);
  margin-right: 10px;
  font-size: 16px;
  min-width: 16px;
  text-align: center;
}

.footer-contact-item a {
  text-decoration: none !important;
  color: #9B9B9B;
}

/* HOME CSS */
.bg-primary {
  background-color: var(--dark-color) !important;
}

.text-primary {
  color: var(--dark-color) !important;
}

/* ABOUT US CSS */
.in-avo-2 .active-col {
  background: var(--dark-color) !important;
  box-shadow: var(--dark-color) 0px 7px 42px 0px !important;
}

.border-primary {
  border-color: var(--dark-color), var(--bs-border-opacity) !important;
}

/* Investment CSS  */
img.invest-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}

.in-avo-14 .col-lg-6 {
  padding-bottom: 0px !important;
}

/* CONTACT US CSS */
.error {
  color: red;
}

.section-breadcrumb h1,
.section-breadcrumb .h1 {
  color: white !important;
}

.contact a {
  text-decoration: none !important;
  color: black !important;
}

.contact {
  text-decoration: none !important;
  color: black !important;
}

.section-breadcrumb {
  padding-top: 50px !important;
}

.section-breadcrumb.banner-overlay {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.section-breadcrumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.section-breadcrumb .container {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  --bs-breadcrumb-bg: #022C38 !important;
}

/* responsive */
@media (max-width: 991.98px) {
  .sticky-nav .navbar-brand {
    margin-top: -50px !important;
  }

  .btn-mobile-navbar {
    top: -10px !important;
  }
}

@media (max-width: 768px) {
  .sticky-nav .navbar-brand {
    margin-top: -3px !important;
  }

  .btn-mobile-navbar {
    top: 0px !important;
  }

  .navbar {
    height: 80px !important;
  }

  .btn-mobile-navbar {
    top: -40px !important;
  }

}

@media (max-width: 575.98px) {

  .sticky-nav .navbar-brand {
    margin-top: 0px !important;
  }

  .btn-mobile-navbar {
    top: 5px !important;
  }

  .navbar {
    height: 80px !important;
  }

}

/* ENQUIRY MODEL CSS START */
.modal {
  top: 50px !important;
}

.enquiry-error {
  padding-left: 45px !important;
  padding-bottom: 15px !important;
  color: red;
}

.modal.fade.page-contact-us .modal-dialog {
  max-width: 800px;
  margin: auto;
}

.modal-content.contact-form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border: none;
}

.modal-header.cus-inq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 0px;
}

.modal-header .navbar-brand h5 {
  margin: 0;
  color: var(--dark-color);
  font-weight: 600;
}

.btn-close.close-icon {
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--dark-color);
  opacity: 1;
  cursor: pointer;
}

.close-icon {
  font-size: 2rem;
  color: var(--dark-color);
  cursor: pointer;
  line-height: 1;
  margin-right: 30px;
}

.modal-header {
  padding: 0 0 !important;
}

.contact_us {
  padding: 10px 0px;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.contact_field .form-control::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  right: 1px;
  top: 20%;
  height: 365px;
  width: 300px;
  padding: 20px;
  border-radius: 15px 0 0 25px;
  background: url(../images/enquiry-banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 0px;
  color: #fff;
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: var(--dark-color);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  margin-left: 30px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 2px;
}

.input-group-icon {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  margin-left: 30px;
}

.input-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.input-group-icon .form-control {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 14px;
}

.modal-header.cus-inq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  margin-left: 45px;
  margin-bottom: 0;
  font-size: 30px !important;
}

.modal-title span {
  color: var(--dark-color);
}

.contact_field textarea {
  resize: none;
  height: 80px;
}

/* Responsive Media Queries */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
  .modal.fade.page-contact-us .modal-dialog {
    max-width: 400px;
  }

  .modal-title {
    font-size: 28px !important;
  }
}

/* Desktop/Laptop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .modal.fade.page-contact-us .modal-dialog {
    max-width: 400px;
  }

  .contact_info_sec {
    width: 280px;
    height: 350px;
  }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .modal {
    top: 80px !important;
  }

  .modal.fade.page-contact-us .modal-dialog {
    max-width: 95%;
    margin: 10px auto;
  }

  .modal-content.contact-form {
    padding: 15px 20px;
  }

  .modal-title {
    margin-left: 20px;
    font-size: 24px !important;
  }

  .contact_field h3 {
    font-size: 32px;
  }

  .contact_info_sec {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 350px;
    margin-top: 20px;
    border-radius: 15px;
  }

  .enquiry-error {
    padding-left: 35px !important;
  }

  .input-icon {
    width: 18px;
    height: 18px;
  }
}

/* Small Tablet/Large Mobile (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .modal {
    top: 80px !important;
  }

  .modal.fade.page-contact-us .modal-dialog {
    max-width: 95%;
    margin: 5px auto;
  }

  .modal-content.contact-form {
    padding: 10px 15px;
  }

  .modal-title {
    margin-left: 15px;
    font-size: 20px !important;
  }

  .contact_field h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .contact_field p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .contact_info_sec {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 180px;
    margin-top: 15px;
    border-radius: 15px;
  }

  .enquiry-error {
    padding-left: 30px !important;
    padding-bottom: 10px !important;
  }

  .input-group-icon .form-control {
    padding: 8px 12px;
    font-size: 13px;
  }

  .contact_field .form-control::placeholder {
    font-size: 13px;
  }

  button.contact_form_submit {
    padding: 8px 12px;
    font-size: 16px;
    margin-top: 20px;
  }

  .contact_field textarea {
    height: 100px;
  }
}

/* Mobile (320px to 575px) */
@media (max-width: 575px) {
  .modal {
    top: 80px !important;
    padding: 0 5px;
  }

  .modal.fade.page-contact-us .modal-dialog {
    max-width: 98%;
    margin: 2px auto;
  }

  .modal-content.contact-form {
    padding: 8px 12px;
    border-radius: 8px;
  }

  .modal-header.cus-inq {
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }

  .modal-title {
    margin-left: 5px;
    font-size: 16px !important;
    line-height: 1.2;
  }

  .close-icon {
    font-size: 1.5rem;
  }

  .contact_us {
    padding: 5px 0px;
  }

  .contact_field h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .contact_field p {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .contact_info_sec {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 150px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 15px;
  }

  .contact_info_sec h4 {
    font-size: 16px;
  }

  .info_single {
    margin: 15px 0px;
  }

  .info_single span {
    font-size: 12px;
  }

  .enquiry-error {
    padding-left: 25px !important;
    padding-bottom: 8px !important;
    font-size: 12px;
  }

  .input-group-icon {
    margin-bottom: 1px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .input-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .input-group-icon .form-control {
    padding: 6px 10px;
    font-size: 12px;
  }

  .contact_field .form-control::placeholder {
    font-size: 12px;
  }

  button.contact_form_submit {
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 1px;
  }

  .contact_field textarea {
    height: 80px;
    padding: 6px 10px;
  }

  .d-flex.gap-2 {
    gap: 10px !important;
  }

  .d-flex.gap-2 button {
    width: 100%;
  }
}

/* Extra Small Mobile (320px and below) */
@media (max-width: 320px) {
  .modal-title {
    font-size: 14px !important;
  }

  .contact_field h3 {
    font-size: 20px;
  }

  .modal-content.contact-form {
    padding: 5px 8px;
  }

  .input-group-icon .form-control {
    padding: 5px 8px;
    font-size: 11px;
  }

  .contact_field .form-control::placeholder {
    font-size: 11px;
  }

  button.contact_form_submit {
    font-size: 13px;
    padding: 5px 8px;
  }
}

/* ENQUIRY MODEL CSS END */