
.font-poppins {
    font-family: 'Poppins', sans-serif;
  }
  
p {
    text-align: justify;
}
.c-item {
    height: 480px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter:brightness(0.6);
}
.logo img {
    border: 1px solid #b98945;
}
.c-button-top {
    background-color: #94662c;
    border: 1px solid #94662c;
}
.c-button-top:hover {
    color: #fff;
    background-color: #94662c;
    border: 1px solid #94662c;
    opacity: 0.8;
}

.c-button {
    background-color: #94662c;
    border: 1px solid #94662c;
}
.c-button:hover {
    color: #fff;
    background-color: #94662c;
    border: 1px solid #94662c;
    opacity: 0.8;
}

.img-border-radius {
    border-radius: 1rem;
}

.loc-img-shadow {
    -webkit-box-shadow: 0 0 5px #221e1f;
    box-shadow: 0 0 5px #221e1f;
}

.img-shadow {
    -webkit-box-shadow: 0 0 10px #221e1f;
    box-shadow: 0 0 10px #221e1f;
}

.sticky-navbar {
    overflow: hidden !important;
    position: sticky !important;
    top: 0;
    z-index: 9;
    background-color: #fff;
    box-shadow: var(--bs-box-shadow) !important;
}

.navbar-nav a {
    color: #94662c !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    font-weight: 500;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #94662c;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #94662c;
    background-color: #eae8e2;
}


.card {
    border: none;
}
.card-body h2 {
    font-size: 1.5rem;
}
.card-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
}
.card-loc-subtitle {
    font-size: 1rem;
}

.section-head {
    padding: 1.5rem 0 1rem 1.2rem;
    color: #94662c;
    border-bottom: 1px solid #94662c;
    margin-bottom: 1rem;
}

/* Products */
#myTab .nav-link {
    color: #94662c;
}
#myTab .nav-link:hover {
    color: #94662c;
    border: none;
}
#myTab .nav-link.active {
    color: #94662c !important;
    font-weight: 500;
    background-color: #eae8e2 !important;
}

/* Products */


.border-img {
    border: 1px solid #000;
}

.project-details {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}
.project-details h3 {
    font-size: 1.25rem;
}

.project-details ul {
    list-style: none;
    padding: 0;
}
.project-details a {
    color: #94662c;
    text-decoration: none;
}
.section-head .project {
    font-size: 2.5rem;
    color: #94662c;
}
.section-head .project-sub {
    font-size: 1.5rem;
    color: #94662c;
}

.section-head .dev-name {
    font-size: 1rem;
    color: #94662c;
}

.project-description h2 {
    padding-top: 30px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}


.brand-text {
    color: #94662c;
}
.brand-text:hover {
    text-decoration: none;
    opacity: 0.8;
}


.footer-info {
    text-align: center;
    margin-top: 25px;
}
.footer-line {
    border-top: 1px solid #94662c;
}
.footer-info p {
    text-align: center !important;
}

.socialmediaicons .fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.9;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  .fa-instagram {
    background: #125688;
    color: white;
}


.kicker { font-family: 'Montserrat', sans-serif; 
    font-weight: 600; 
    color: #b98945; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
}
  
.big-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    padding-top: 1rem;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #b98945;
    background-color: #eae8e2;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    color: #94662c; 
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    color: #94662c;
    border-bottom: 2px solid #94662c;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #b98945;
    border-top: none;
  }

  .img-w-50p {
    width: 50%;
  }

  .tabcontent img {
    width: 30%;
  }



  .fl {
    float: left;    
  } 

  .fl img {
    width: 50%;
  }
  
  #raya .fl img {
    width: 58%;
  }
#unit-plan ul {
    padding-left: 1rem;
    padding-top: 1rem;
}
#parentTabContent ul {
    padding-top: 0rem;
}

#unit-plan .nav-link.active {
    color: #94662c;
    border: none;
    border-bottom: 2px solid #94662c;
}
#unit-plan .nav-tabs .nav-link:hover {
    border-top: 0 solid #fff;
    border-right: 0 solid #fff;
    border-left: 0 solid #fff;
}
#unit-plan .nav-link {
    color: #000;
}

.unit-plan-box {
    border: 1px solid #b98945;
}

.gallery img {
    cursor: pointer;
}
#about-project .gallery img {
    background-color: #eae8e2;
    padding-right: 0.3rem;
}

#amenities .gallery img {
    margin-bottom: 5px;
}

#amenities .gallery .img-border {
    border: 1px solid #7e7b7b;
}

.modal-video iframe {
    width: 100%;
    max-width: 560px;
    height: 315px;
    max-height: 70vh;
  }


  /* Overwrite */
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #94662c;
    background: #eae8e2 ;
    font-weight: normal;
    color: #94662c;
    border: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #94662c;
    text-decoration: none;
    font-weight: 500;
}

#main-tabs .ui-tabs-active,
#sub-tabs .ui-tabs-active {
    border-bottom: 2px solid #94662c;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background-color: #eae8e2;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 0em;
    background: none;
}

.footer-contacts .fa,
.sec-contacts .fa {
    padding: 0;
}

.footer-contacts a,
.sec-contacts a {
    text-decoration: none;
    color: #25d366;
    font-weight: bold;
    font-size: 18px;
    cursor: default !important;
  }
 .footer-contacts a i.fa-whatsapp,
 .sec-contacts a i.fa-whatsapp {
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle;
  }

.footer-contacts a span,
.sec-contacts  a span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.footer-contacts .fa-phone,
.sec-contacts  .fa-phone{
    font-size: 20px;
    color: #000;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}


/* Finance */
.fin-logo-container {
    width: 228px;
}
.logo-item {
    z-index: 100;
}
.logo-box {
    margin: 0 15px;
    padding: 10px;
    min-height: 100px;
    border: 1px solid #eee;
}
.fin-logo-container img {
    display: block;
    width: 100%;
}

/* Styles for medium devices and up (tablets and larger) */
@media (min-width: 768px) {
    .custom-hero {
      background-color: #f8f9fa;
      padding: 2rem;
    }
  }
  
  /* Styles for small devices and below */
  @media (max-width: 575.98px) {
    footer #contact {
        padding-left: 2rem;
    }

    .btn-hide {
        display: none;
    }

    #contact img {
        display: none;
    }

    .tabcontent img {
        width: 100%;
      }

      .tab-content img {
        width: 100% !important;
      }

      .gallery img {
        width: 100%;
        height: 100%;
        background-color: #e9e9e9;
        padding-bottom: 0.5rem;
        padding-right: 0 !important;
      }

      #videos img {
        width: 100%;
        height: 100%;
      }

      .modal-image {
        width: 100% !important;
        height: auto;
      }

      .ui-tabs .ui-tabs-nav li a {
        padding: .5em .7em !important;
    }

    .m-col-hide {
        display: none;
    }

    #raya .fl img {
        width: 100%;
      }
      .nav {
        --bs-nav-link-padding-x: 0.8rem;
      }

      #finance .calculator-container h1 {
        font-size: 1.5rem;
      }
  }