.max-container {
    max-width: 1200px !important;
  margin: 0 auto  !important;
    padding: 0 1rem !important;
  }
  


.altura-section {
      background-color: #fceddf;
      padding: 12px 0;
      min-height: 220px;
    }
    .altura-logo {
      
      width: auto;
    }

/* Left Right Column Section Start */

  @media (min-width: 992px) {
      .custom-flex-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start   !important;
      }

      .left-column {
        flex: 0 0 80% !important;
        max-width: 80% !important;
      }

      .right-column {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        position: sticky !important;
        top: 100px !important;
        align-self: flex-start !important;
      }
    }
/* Left Right Column Section End */
/* Tab Section Start  */

.tab-section {
      background-color: #fceddf !important;
      border-top: 1px solid #f1d7c4 !important;
      border-bottom: 1px solid #f1d7c4 !important;
    }

    .nav-tabs {
      border-bottom: none !important;
      overflow-x: auto !important;
      white-space: nowrap !important;
      flex-wrap: nowrap !important;
    }

    .nav-tabs .nav-link {
      color: #333 !important;
      font-weight: 500 !important;
      border: none !important;
      padding: 12px 16px !important;
      background: transparent;
    }

    .nav-tabs .nav-link.active {
      color: #ff6d00 !important;
      border-bottom: 3px solid #ff6d00 !important;
      font-weight: 600 !important;
    }

    .nav-tabs::-webkit-scrollbar {
      display: none !important;
    }

    .nav-tabs-container {
      overflow-x: auto;
    }
/* Tab Section End */


/* Builder Section Start  */
 
    body {
      font-family: 'Plus Jakarta Sans', sans-serif !important;
    }

    .container {
      max-width: 1280px !important;
      margin: auto !important;
    }

    .highlight-orange {
      color: #ff6d00 !important;
    }

    .stats-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 30px;
    }

    .stats-box {
      border: 1px solid #f5c8a0;
      border-radius: 12px;
      padding: 15px;
      text-align: center;
      font-weight: 600;
      min-width: 150px;
      flex: 1;
    }

    .stats-box span {
      color: #ff6d00;
      font-size: 22px;
      display: block;
    }

    .about-section {
      padding-bottom: 20px;
    }

    .read-more-btn {
      color: #ff6d00;
      font-weight: 500;
      text-decoration: none;
    }

    .read-more-btn:hover {
      text-decoration: underline;
    }

    .project-card1 {
      width: 100%;
      max-width: 100%;
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      height: 300px;
      transition: all 0.3s ease;
      position: relative;
    }

    .project-card1:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .project-card1 img {
      width: 100%;
      min-height: 120px;
      max-height: 200px;
      object-fit: cover;
    }

    .project-card1-body {
      padding: 12px;
    }

    .project-card1 .icons {
      position: absolute;
      top: 10px;
      right: 10px;
      display: flex;
      gap: 8px;
    }

    .project-card1 .icons i {
      background: #fff;
      color: #ff6d00;
      border-radius: 50%;
      padding: 6px;
      font-size: 14px;
      cursor: pointer;
    }

    .view-details-btn {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ff6d00;
      color: #fff;
      padding: 6px 16px;
      border-radius: 20px;
      font-size: 14px;
      display: none;
      border: none;
    }

    .project-card1:hover .view-details-btn {
      display: block;
    }

       
  @media (max-width: 768px) {
    .mobile {
      display: none !important;
    }
    }
  

/* Builder Section End */


/* Ongoing Projects By Altra Group  Section Start */

    body {
      background-color: #f8f9fa;
    }

    .rera-badge {
      background-color: #1DC177;
      color: white;
      font-size: 12px;
      font-weight: 600;
      border-radius: 20px;
      padding: 4px 10px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .icon-button {
      background: white;
      color: #FF8B39;
      padding: 6px;
      border-radius: 50%;
      font-size: 13px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      cursor: pointer;
      transition: 0.2s;
    }

    .icon-button:hover {
      background: #ffe6d6;
    }

    .text-orange {
      color: #FF8B39;
    }

    .btn-orange {
      background: linear-gradient(to right, #FF8B39, #FF6820);
      color: white;
      border: none;
      border-radius: 20px;
      font-weight: 600;
    }

    .btn-orange:hover {
      background: linear-gradient(to right, #ff6e1d, #ff5c0d);
    }

    .project-card {
      width: 260px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      overflow: hidden;
      flex-shrink: 0;
      position: relative;
      transition: 0.3s;
      height: 370px;
    ;
    }

.project-card .view-details {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #FF8B39, #FF6820);
  color: #fff;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  padding: 6px 16px;
  white-space: nowrap;
}
.project-card:hover .view-details {
  transform: translate(-50%, 0);
  opacity: 1;
} */


    .project-card img {
      width: 100%;
      height: 170px;
      object-fit: cover;
    }

    .hover-actions i {
      background: white;
      color: #FF8B39;
      padding: 6px;
      border-radius: 50%;
      font-size: 13px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      cursor: pointer;
      transition: 0.2s;
    }

    .hover-actions i:hover {
      background: #ffe6d6;
    }

    .project-card .view-details {
      display: none;
      margin-top: 12px;
    }

    .project-card:hover .view-details {
      display: inline-block;
    }

    .scroll-wrapper {
      position: relative;
      max-width: 1140px;
      margin: auto;
    }

    .scroll-container {
      display: flex;
      overflow-x: auto;
      gap: 1rem;
      scroll-behavior: smooth;
      padding: 20px 0;
    }

    .scroll-container::-webkit-scrollbar {
      display: none;
    }

    .scroll-btn {
      position: absolute;
      top: 42%;
      transform: translateY(-50%);
      background: #FF8B39;
      color: white;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: none;
      z-index: 10;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .scroll-btn.left-btn {
      left: -18px;
       background-color:#f37c22;
      color :white;
    }

    .scroll-btn.right-btn {
      right: -18px;
      background-color:#f37c22;
      color :white;
    }

    @media (max-width: 767px) {
      .scroll-btn {
        display: none !important;
      }

      .project-card {
        width: 80%;
      }

      .scroll-container {
        overflow-x: auto !important;
      }
    }

/* Ongoing Projects By Altra Group  Section End */

/* Top Developer In City Section Start */

   .developer-scroller-wrapper .developer-card,
.developer-scroller-wrapper .developer-card:hover {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
transition: box-shadow 0.2s, border 0.2s; /* Only allow shadow/border transitions */
box-shadow: 0 2px 8px rgba(0,0,0,0.10) !important;
padding-bottom: 0 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#developerScroller::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#developerScroller {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}


    /* Top Developer In City Section End */ 


    /* Featured Developer Section Start  */
   
.developer-card {
transition: all 0.3s ease, height 0.3s ease;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
border: 1px solid #eee;
}

.developer-card:hover {
box-shadow: 0 12px 32px rgba(255, 109, 0, 0.18), 0 4px 16px rgba(0,0,0,0.12);
transform: translateY(-4px);
border-color: #ff6d00;
}

.developer-view-btn {
opacity: 0 !important;
transform: translateY(20px) !important;
transition: all 0.3s ease !important;
}

.developer-card:hover .developer-view-btn {
opacity: 1 !important;
transform: translateY(0) !important;
}

.developer-card:hover {
box-shadow: 0 12px 32px rgba(245,124,42,0.18), 0 2px 8px rgba(0,0,0,0.13);
border-color: #f57c2a !important;
z-index: 2;
}

#devScroller::-webkit-scrollbar {
  display: none;
}
#devScroller {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.property-scroller-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #ff6d00;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.property-scroller-btn:hover {
  background-color: #ff6d00;
  color: #fff;
  transform: scale(1.05);
}

.property-scroller-btn:disabled,
.property-scroller-btn[style*="opacity: 0.5"] {
  opacity: 0.5 !important;
  cursor: not-allowed;
  pointer-events: none;
}


/* Completed Projects section Start */


    .scroll-container {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 1rem;
      padding: 1rem;
    }
    .project-card {
      flex: 0 0 auto;
      width: 270px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      transition: box-shadow 0.3s cubic-bezier(.4,2,.3,1), transform 0.3s cubic-bezier(.4,2,.3,1);
    }
    .project-card:hover {
      box-shadow: 0 8px 32px 0 rgba(243,124,34,0.25), 0 1.5px 8px 0 rgba(0,0,0,0.10);
      transform: translateY(-6px) scale(1.03);
      z-index: 2;
    }
    .project-card:hover .view-details {
      opacity: 1;
      visibility: visible;
    }
    .view-details {
      transition: all 0.3s ease;
      opacity: 0;
      visibility: hidden;
    }
    .btn-orange {
      background-color: #f37c22;
      color: white;
      border: none;
    }
    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .left-btn {
      left: 10px;
    }
    .right-btn {
      right: 10px;
    }
    .scroll-wrapper {
      position: relative;
    }
    .rera-badge {
      background-color: green;
      color: #fff;
      font-size: 0.75rem;
      padding: 2px 6px;
      border-radius: 3px;
    }
    .text-orange {
      color: #ff6d00;
    }
    .icon-button {
      color: #f37c22 !important;
    }

    /* Hide scrollbar for the Coming Projects scroller */
    #cardContainer12::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera */
    }

    #cardContainer12 {
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none;  /* IE/Edge */
    }
  
/* Completed Projects Section */