
    .slider000 {
      background: #a6d337;
    }

    .projects-section {
      padding: 60px 0 90px;
      background: #fff;
      text-align: center;
    }

    .container {
      width: 90%;
      max-width: 1200px;
      margin: auto;
    }

    .section-title {
      font-size: 26px;
      font-weight: 700;
      color: #0b1c39;
      margin-bottom: 10px;
    }

    p {
      text-align: justify;

    }

    .mb-3 {
      margin-bottom: 20px;
    }

    strong {
      color: #00a128;
    }

    .section-subtitle {
      font-size: 14px;
      color: #666;
      max-width: 700px;
      margin: 0 auto 40px;
    }

    .project-card {
      background: #fff;
      text-align: left;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
      margin: 10px;
      border-radius: 5px;
    }

    .project-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
    }

    .project-content {
      padding: 20px;
    }

    .project-content h3 {
      font-size: 18px;
      margin-bottom: 5px;
      padding-left: 10px;
      border-left: 4px solid;
    }

    .project-content h3.green {
      color: #7bbd42;
      border-color: #7bbd42;
    }

    p {
      font-size: 16px;
    }

    .project-content h3.blue {
      color: #1b2b4f;
      border-color: #1b2b4f;
    }

    .project-content h3.navy {
      color: #1b2b4f;
      border-color: #1b2b4f;
    }

    .location {
      font-size: 13px;
      color: #777;
      display: block;
      margin-bottom: 10px;
    }

    .project-content p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }


    .footer-inr-box {
      margin-top: 0px;
    }

    .footer-bg-box {
      background: #006494;
      min-height: 305px;
      float: left;
      width: 100%;
    }

    .footer-text-box {
      width: 100%;
      float: left;
      padding-top: 60px;
      padding-bottom: 30px;
      color: #fff;
    }

    .footer-disclaimer {
      max-width: 740px;
      float: left;
    }

    .footer-disclaimer p {
      font-size: 16px;
      line-height: 28px;
    }

    .contact-us-box ul {
      list-style-type: none;
      margin: 14px 0px 0px 0px;
      padding: 0;
    }

    .contact-us-box li {
      line-height: 24px;
      margin: 0 0 5px;
      color: #fff;
      font-size: 13px;
    }

    .contact-us-box {
      float: right;
      width: 330px;
    }

    .bg-color {
      background-color: #efeefb;
    }

    .bg-color-2 {
      background-color: #efe8df;
    }

    .follow-us-box {
      float: left;
      width: 150px;
      margin-left: 0px;
      margin-top: 10px;
    }

    .contact-us-box h6 {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
    }

    .follow-us-box a {
      background: none !important;
    }

    .margn-lft {
      margin-right: 22px;
      margin-top: 18px;
      font-size: 15px !important;
      color: #99c1d4;
      transition: all 0.3s linear 0s;
    }

    .footer-text-box a {
      color: #fff;
    }



    .overview {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
    }

    .images-column {
      position: relative;
      width: 70%;
    }

    .images-column-2 {
      position: relative;
      width: 100%;
    }

    .main-image {
      width: 100%;
      height: auto;
      border-radius: 12px;
      border: 5px solid #dce0d6;
      display: block;
    }

    .align-items-center {
      align-items: center !important;
    }

    .mt-30 {
      margin-top: 30px;
    }

    .mb_5 {
      margin-bottom: 60px !important;
      margin-top: 50px !important;
    }

    .mt-0 {
      margin-top: 0px !important;
    }


    .small-images {
      position: absolute;
      bottom: -30px;
      right: -60px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 60%;
    }

    .small-images-2 {
      position: absolute;
      bottom: -40px;
      right: 0px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 60%;
    }

    .small-images-2 img {
      width: 80% !important;
      height: auto;
      border-radius: 10px;

      border: 5px solid #fcf8e3;
    }

    .small-images img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
      border: 8px solid #fff;
    }

    .text-column h2.label {
      font-size: 1.1rem;
      font-weight: 500;
      color: #666;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .property-carousel .owl-stage-outer {
      overflow-x: hidden;
      /* slider width control */

    }

    .text-column h1 {
      font-size: 3.1rem;
      font-weight: 700;
      margin-bottom: 1.4rem;
      line-height: 1.1;
      color: #111;
    }

    .description {
      font-size: 20px;
      color: #555;
      margin-bottom: 2.2rem;
      max-width: 520px;

    }

    .desktop_none {
      display: none;
    }

    .property-carousel .owl-nav button {
      background: #000 !important;
      color: #fff !important;
      padding: 6px 12px !important;
      border-radius: 4px;
    }

    .font-26 {
      font-size: 26px;

    }
.gap-30{
  gap: 20px;
}

    @media (max-width: 1024px) {
      .overview {
        grid-template-columns: 1fr;
      }
     .contact-us-box{
      width: 100%;
     }
      .small-images {
        position: static;
        margin: 40px auto 0;
        flex-direction: row;
        justify-content: center;
        width: 80%;
        max-width: 500px;
      }

      .small-images img {
        width: 48%;
      }

      .text-column h1 {
        font-size: 2.6rem;
      }
    }
@media (max-width: 767px) {
  .mt-30{
    margin-top: 0px !important;
  }
  .projects-section{
    padding: 15px 0 25px;
}
.mb_5{
  margin-bottom: 0px !important;
}
}
    @media (max-width: 600px) {
      .text-column h1 {
        font-size: 2.2rem;
      }

      .small-images {
        flex-direction: column;
        width: 100%;
      }

      .small-images img {
        width: 100%;
      }

    }

    @media (max-width: 575px) {
      .mobile_none {
        display: none;
      }

      .desktop_none {
        display: block;
      }
    }

   
