
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');



@font-face {
  font-family: "bootstrap-icons";
  src: url("../bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
       url("../bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: -13px;
    font-size: 1.25rem;
    white-space: nowrap;
}

small,
.small {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.Follow a {
    font-size: 13px;
    padding: 1px 8px 2px;
}

.border-white {
    border-color: #ffffff70 !important;
}
a {
    color: #56900A;
    text-decoration: none;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}
a:hover {
  color: #24386b;
}
p{
    font-size: 14px;
    color: #000;
    text-align: justify;
}
li {
    color: #000;
    font-size: 14px;
}
h5{
    color: #000;
}

/* .topbar{
   border-bottom: 1px solid #fff;
} */

.topbar {
    position: relative; /* Required for absolute positioning of the pseudo-element */
    border-bottom: none; /* Remove the original border if you’re replacing it */
  }
  
  .topbar::after {
    content: '';
    position: absolute;
    bottom: 0; /* Aligns it to the bottom */
    left: -50px; /* Shifts the border 20px from the left edge */
    width: 100%; /* Makes the border 50% of the element’s width (adjust as needed) */
    height:0.5px; /* Matches your original border thickness */
    background-color: #fff; /* Matches your original border color */
  }

.topbars a {
    color: #fff;
    font-size: 13px;

}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.header-top {
    height: 125px;
    position: relative;
    background: #56900A;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px !important;
    height: 19px;
    margin: 0 2px !important;
    padding: 0;
    cursor: pointer;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 16%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

.display-2 {
    font-size: 52px;
    color: #062A26;
    font-weight: 700;
}

/* .top-shape::before {
    position: absolute;
    content: "";
    width: 41px;
    height: 100%;
    top: 0;
    left: -197px;
    background: #062A26;
    transform: skew(147deg);
} */

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 40px;
        top: 0;
        right: 0;
        background: #56900A;
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .topbars a {
        color: #fff;
        font-size: 10px;
    }   
    .header-top {
        max-height: 70px;

    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: rgb(255, 255, 255);
        transform: rotate(-18deg);
        z-index: -1;
    }
    .navbar-brand-2 img{
        height: 65px;
    }


    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000 !important;
        font-size: 15px;
        font-weight: 550;
    }

}

.slider-items {
    max-width: 100%;
    overflow: hidden;
}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 550;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color:#ffffff;
    /* text-decoration: underline;
    text-underline-offset:18px; */
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #56900A;
        color: #fff;
        margin: 0 16px 0;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.btn-warning {
    color: #24386B;
    background: #fff;
    font-size: 15px;
    border: none;
}

@media (min-width: 992px) {
    .navbar {
        padding: 10px 0 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        /* background: var(--bs-light);
        border-radius: 10px; */
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 19px 94px 37px 0;
        z-index: 99;
    }

    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 186px;
        height: 586px;
        top: -176px;
        right: 82px;
        background: #fff   ;
        transform: rotate(200deg);
        z-index: -1;
    }

}

/*** Navbar End ***/






/*** Footer Start ***/
.footer {
    background-color: #F1F3F3;
    padding: 60px 0 20px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #4a4a4a;
  }



  .footer .description {
    max-width: 280px;
    line-height: 1.6;
    color: #4a4a4a;
  }

  .footer h6 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-size: 20px;
  }

  .footer a {
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
  }

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

  .footer-contact-box {
    padding: 10px;
    max-width: 400px;
    color: #2d3e50;
  }
  .contact-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .contact-icon {
    width: 15px;
    height: 15px;
    margin-right: 12px;
  }
  .social-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
  }
  .social-links {
    display: flex;
    align-items: center;
    gap:10px;
  }
  .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .footer .bottom-border {
    border-top: 1px solid #d3d3d3;
    margin-top: 40px;
    padding-top: 15px;
  }

  .footer .copy-left {
    font-size: 13px;
  }

  .footer .copy-right  p{
    text-align: right;
    font-size: 13px;
  }
  .footer .copy-right a{
    text-align: right;
    font-size: 13px;
    display: inline;
  }

  @media (max-width: 767px) {
    .footer .copy-right {
      text-align: center;
      margin-top: 10px;
    }
    .footer .copy-left {
      text-align: center;
    }
  }






  /*-------------------------------------
  Slider And Form
  ---------------------------------------*/
  .enquiry-section {
    display: flex;
    /* height: 443px; */
  }

  .carousel-indicators {
    bottom: 10px; /* Adjust the position of indicators */
}
.carousel-indicators [data-bs-target] {
    background-color: #a5c66b; /* Default color for inactive indicators */
    height: 5px;
    border-radius: 10px;
}
.carousel-indicators .active {
    background-color: #5f9600; /* Color for active indicator */
    height: 5px;
    border-radius: 10px;
}
  .carousel-inner img {
    height: 443px;
    object-fit: cover;
  }
  .image-side {
    flex: 2.5;
  }
  .form-side {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding:20px 35px;
    border-bottom: 1px solid #7070703B;
  }
  .form-box {
    width: 100%;
    max-width: 400px;
  }
  .form-box h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 19px;

  }
  .form-control {
    border-radius: 0;
    padding: 14px;
    margin-bottom: 15px;
    background: #f4f4f4;
    font-size: 13px;
    border: 1px solid #7070703B;
}
textarea.form-control {
    height: 50px;
    resize: none;
  }
  .btn-enquiry {
    background-color: #5f9600;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
  }
  .btn-enquiry:hover {
    background-color: #4c7a00;
  }
  @media (max-width: 768px) {
    .enquiry-section {
      flex-direction: column;
    }
    .carousel-inner img {
      height: 300px;
    }
  }






  /*------------------------------------------------
  OUR PROPERTIES SECTION
  --------------------------------------------------*/
  .property-heading span {
    color: #F38125;
    font-weight: 600;
    font-size: 15px;
  }

  .property-heading h2 {
    font-weight: 900;
    font-size: 42px;
    margin-top: 10px;


  }
  .filter-buttons {
    border: 1px solid #f4f4f4;
    padding: 20px;
    width: fit-content;
    margin-left: 25px;
  }

  .filter-buttons .btn {
    margin-left: 6px;
    font-size: 14px;

  }

  .filter-buttons .btn.active {
    background-color: #56900A;
    color: white;
    border-color: #56900A;
  }

  .card-property {
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 26px;
    background-color: #fff;
    height: 100%;
  }

  .card-property img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
  }

  .card-property h5 {
    font-weight: 600;
    font-size: 28px;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .card-property p.text-muted {
    font-size: 14px;
    color: #333 !important;
  }

  .card-property .location-icon {
    color: #f26722;
    margin-right: 6px;
  }

  .know-more-btn {
    background-color: #56900A;
    color: white;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
    font-weight: 500;
    border: none;
  }

  .know-more-btn i {
    margin-left: 6px;
  }

  .know-more-btn:hover {
    background-color: #558b02;
    color: white;
  }

  .know-more-btn img{
    width: 30px;
    height: 30px;
  }


  /* --------------------------
  Why Choose us
  ----------------------------- */
  .why-choose-section {
    background-color: #4c8c0d; /* Match green background */
    padding: 60px 0;
    color: white;
  }

  .why-choose-section h6 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ffffff;
  }

  .why-choose-section h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 40px;
  }

  .why-card {
    background-color: white;
    padding: 30px 30px;
    /* border-radius: 8px; */
    text-align: left;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  }

  .why-card img {
    height: 45px;
    width: 45px;
    margin-bottom: 30px;
    margin-top: 30px;

  }

  .why-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 10px;
  }

  .why-card p {
    font-size: 16px;
    color: #041D2B;
    margin: 0;
  }


  /* Form  */

  .dream-villa-section {
    background-color: #f9f9f9;
    padding: 80px 0;
  }

  .dream-villa-heading {
    font-size: 42px;
    font-weight: 800;
    color: #2d2d2d;
    margin-bottom: 40px;
  }

  .dream-villa-section.form-control {
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    height: 50px;
    font-size: 15px;
    color: #333;
  }

  .dream-villa-section.form-control::placeholder {
    color: #888;
  }

  .dream-villa-section.form-control:focus {
    box-shadow: none;
    background-color: #f5f5f5;
  }

  .dream-villa-section textarea.form-control {
    height: 100px;
    resize: none;
  }

  .submit-btn {
    background-color: #4c8c0d;
    color: white;
    padding: 12px 30px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
  }

  .submit-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
  }

  .submit-btn:hover i {
    transform: translateX(4px);
  }

  .villa-image {
    max-width: 100%;
    border-radius: 12px;
  }

  @media (max-width: 768px) {
    .dream-villa-heading {
      font-size: 28px;
      text-align: center;
    }

    .form-area {
      margin-bottom: 30px;
    }

    .submit-btn {
      width: 100%;
    }
  }












/* BreadCrumb */
.breadcrumb-section {
    background: url('../img/2.jpg') center center/cover no-repeat;
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
  }
  


  .breadcrumb-section h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #fff;
  }
  
  .breadcrumb-section p {
    font-size: 16px;
    margin: 0;
    color: #fff;
  }
  
  .breadcrumb-section a {
    color: #84cc16; /* green color */
    text-decoration: none;
    font-weight: 500;
  }
  
  .breadcrumb-section a:hover {
    text-decoration: underline;
  }
  




  /* About Page */

  .about-section {
    padding: 60px 0;
  }
  .about-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.3;
  }
  .about-heading span {
    display: block;
  }
  .about-title {
    color: #7bbf4d;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .about-paragraph {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
  }
 
  @media (max-width: 767px) {
    .about-heading {
      font-size: 2rem;
    }
  }

  /*Our Mission and Vision  */

  .vm-section {
    padding: 60px 0;
  }

  .vm-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 25px;
    height: 100%;
    background-color: #fff;
    /* text-align: center; */
    transition: all 0.3s ease;
  }

  .vm-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
  }

  .vm-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 10px;
  }

  .vm-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
  }



  /*==================================
   Contact Page 
   ===================================*/

   .contact-section {
    padding: 80px 0;
    background-color: #fff;
  }

  .contact-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .contact-title h6 {
    color: #56900A;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .contact-title h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1c1c1c;
  }

  .contact-form .form-control {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 1rem;
    background-color: #fff;
    box-shadow: none;
  }

  .contact-form .form-control:focus {
    border-color: #56900A;
    box-shadow: 0 0 0 0.1rem rgba(102, 167, 45, 0.25);
  }

  .contact-form .form-group {
    margin-bottom: 20px;
  }

  .contact-form .btn-submit {
    background-color: #56900A;
    color: white;
    padding: 20px 30px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
  }

  .contact-form .btn-submit:hover {
    background-color: #558e27;
  }



  .contact-info-section {
    background: #fff;
    padding: 50px 0;
  }

  .contact-info-box {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }

  .icon-circle {
    background-color: #5a9c17;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .icon-circle img {
    width: 26px;
    height: 26px;
  }

  .contact-info-text h6 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
    font-size: 22px;
  }

  .contact-info-text p {
    margin: 0;
    color: #555;
  }

  .border-col {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  @media (max-width: 767px) {
    .border-col {
      border: none !important;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }
  }



  /*Gallery Page  */

  .custom-tabs .nav-link {
    font-weight: 600;
    color: #000;
    border: none;
    position: relative;
    margin-right: 20px;
  }
  
  .custom-tabs .nav-link.active {
    color: #000;
  }
  
  .custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #6cbe45; /* Green underline */
    border-radius: 2px;
  }
  
  .project-box {
    border: none;
    background: transparent;
  }
  
  .project-img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
  }
  
  .project-caption {
    padding-top: 10px;
  }
  
  .project-title {
    font-weight: 600;
    margin: 0;
  }
  

  .project-box video {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }



  .recent-projects p {
    font-size: 12px;
    margin-bottom: 0.3rem;
  }
  
  .recent-projects img {
    object-fit: cover;
  }
  



  .enquiry-wrapper {
    background: #f0f0f0;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
  }
  
  .enquiry-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
  }
  
  .enquiry-fields {
    margin: 0;
    padding: 0;
  }
  
  .field-input,
  .field-textarea {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    color: #222;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
  }
  
  .field-input:focus,
  .field-textarea:focus {
    border-color: #449d44;
    outline: none;
  }
  
 


  .amenities-heading {
    font-size: 28px;
    font-weight: 700;
    /* text-align: center; */
    margin-bottom: 5px;
    color: #1a1a1a;
  }
  

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }
  
  .feature-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  
  .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 128, 0, 0.1);
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  
  .feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 10px;
  }
  
  .feature-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }
  



  .location-highlights {
    background-color: #fbfbfb;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    color: #2f3e46;
  }
  
  .location-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  
  .location-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .location-points {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .location-points li {
    font-size: 16px;
    margin-bottom: 6px;
  }
  


  /* Partners */
  /* Partners */
  .leadership-section {
    padding: 60px 20px;
  }

  .leadership-heading {
    text-align: center;
    margin-bottom: 50px;
  }

  .profile-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    border-left: 6px solid #79bb0f;
    transition: 0.3s ease-in-out;
  }

  .profile-card.alt-style {
    border-left-color: #79bb0f;
  }

  .profile-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
  }

  .profile-position {
    font-size: 16px;
    font-weight: 600;
    color: #27ae60;
  }
/* 
  .alt-style .profile-position {
    color: #2c3e50;
  } */

  .profile-description p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
  }

  @media (max-width: 767px) {
    .profile-card {
      margin-bottom: 30px;
    }
  }


  .brochure-btn{
    background-color: #27366d;
    color: white;
    padding: 10px 18px;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
    font-weight: 500;
    border: none;
}

.brochure-btn:hover{
  background-color: white;
  color: #27366d;
  border: 1px solid #27366d;

}




.project-card {
    flex: 1 1 calc(33.333% - 30px);
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .project-title {
    margin: 16px 0 8px;
    font-size: 22px;
    font-weight: 800;
    padding: 0px 15px;
  }
  
  .project-location {
    color: #555;
    font-size: 14px;
    padding: 0 15px 16px;
  }
  
  .project-location i {
    color: #4CAF50;
    margin-right: 6px;
  }
  
  .project-card:hover {
    transform: translateY(-5px);
  }
  

  


  /* Recent Projects */
  .recent-project-item {
    transition: background-color 0.3s ease;
    padding: 8px;
    border-radius: 6px;
}

.recent-project-item:hover {
    background-color: #f8f9fa;
}

.recent-project-item img {
    object-fit: cover;
    border: 1px solid #dee2e6;
}

.custom-read-more-btn {
  display: inline-block;
  padding: 5px 10px;
  font-size: 11px;
  color: #fff;
  background: #5f9600;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.custom-read-more-btn:hover {
    background: #5f9600;
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}




/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .filter-buttons {
      margin-left: 20px;
      padding: 15px;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .filter-buttons {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 100%;
      padding: 10px;
  }
}


/* Default container width */
.container-xl, .container-lg, .container-md, .container-sm, .container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* Extra Large Screens (1280px and above) */
@media (min-width: 1240px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1240px;
  }
}

@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1340px;
  }
}

