        strong {
          font-weight: 700;
        }

        label.error {
          background-color: #362b2b;
          font-size: 14px;
          padding: 3px 10px;
          color: #fff;
          font-weight: 700;
          border-radius: 5px
        }
.modal-header{background: linear-gradient(135deg, #000000, #333333);
  color: #fff;}
  .btn-primary{background-color: #a5a5a5;
  border: 1px solid #a5a5a5;}
    .btn-primary:hover{background-color: #a5a5a5;
  border: 1px solid #a5a5a5;}
  .btn-close {
    filter: invert(1);
}

        .nav-link:hover {
          color: #000 !important;
        }

        .amenities {
          margin: auto;
          padding: 50px 20px;
          text-align: center;
          position: relative;
          overflow: hidden;
        }

        /* Light Grey Background */
        .amenities:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background:
            radial-gradient(circle at 10% 20%, rgba(165, 165, 165, 0.08) 0%, transparent 40%),
            radial-gradient(circle at 90% 80%, rgba(165, 165, 165, 0.08) 0%, transparent 40%),
            linear-gradient(135deg, #f5f5f7 0%, #ececee 100%);
          z-index: -1;
        }

        /* Subtle pattern overlay */
        .amenities:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image:
            repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(165, 165, 165, 0.03) 1px, rgba(165, 165, 165, 0.03) 2px);
          z-index: -1;
          opacity: 0.5;
        }

        .amenities h2 {
          font-size: 25px;
          margin-bottom: 15px;
          color: #333;
          letter-spacing: 1.5px;
          position: relative;
          display: inline-block;
        }



        .sub-text {
          max-width: 820px;
          margin: 0 auto 60px;
          font-size: 17px;
          line-height: 1.8;
          color: #666;
          font-weight: 300;
          letter-spacing: 0.3px;
        }

        .amenities-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 25px;
        }

        /* Container for centered last 2 boxes */
        .centered-full-boxes {
          grid-column: 1 / -1;
          display: flex;
          justify-content: center;
          gap: 25px;
          margin-top: 10px;
        }

        .item {
          display: flex;
          align-items: center;
          gap: 18px;
          padding: 16px 16px;
          border-radius: 16px;
          font-size: 18px;
          font-weight: 500;
          transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          cursor: default;
          position: relative;
          overflow: hidden;
          text-align: left;
          min-height: 120px;
          border: 1px solid rgba(210, 210, 210, 0.5);
        }

        .item_h {
          height: 300px;
        }

        .item:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 3px;
          background: linear-gradient(90deg, #a5a5a5, rgba(165, 165, 165, 0.3));
          transform: scaleX(0);
          transition: transform 0.4s ease;
          transform-origin: left;
        }

        /* For owl carousel items */
        .project-3d-carousel .item {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }

        .project-3d-carousel .item img {
          width: 100%;
          height: auto;
          display: block;
        }

        .project-3d-carousel .item .caption {
          width: 100%;
          margin-top: 10px;
          padding: 5px 0;
        }

        .project-3d-carousel .item .caption h4 {
          margin: 0;
          font-size: 1rem;
          font-weight: 500;
        }

        /* Agar owl-carousel ki default styling interfere kar rahi ho to */
        .owl-carousel .item {
          display: block !important;
        }

        .carousel-item-3d {
          border: 1px solid #ddd;
          padding: 14px;
          border-radius: 10px;
          height: 325px;
        }

        .image-caption-3d {
          margin-top: 16px;
        }

        .image-caption-3d h4 {
          font-size: 15px;
          font-family: "Michroma", sans-serif;
        }

        /* Updated Dark Cards - Light Grey tone */
        .item.dark {
          background: linear-gradient(145deg, #fafafa, #f0f0f0);
          color: #444;
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
          border: 1px solid rgba(200, 200, 200, 0.6);
        }

        /* Updated Light Cards - Even lighter */
        .item.light {
          background: linear-gradient(145deg, #fafafa, #f0f0f0);
          border: 1px solid rgba(165, 165, 165, 0.5);
          color: #555;
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
        }

        .icon-container {
          width: 60px;
          height: 60px;
          background: rgba(165, 165, 165, 0.15);
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          transition: all 0.4s ease;
          position: relative;
          z-index: 1;
        }

        .item.dark .icon-container {
          background: linear-gradient(135deg, rgba(165, 165, 165, 0.2), rgba(165, 165, 165, 0.1));
        }

        .item.light .icon-container {
          background: linear-gradient(135deg, rgba(165, 165, 165, 0.15), rgba(165, 165, 165, 0.05));
        }

        .icon-container i {
          font-size: 26px;
          color: #666;
          transition: all 0.4s ease;
        }

        .item-content {
          flex: 1;
        }

        .item-content h4 {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 6px;
          color: #333;
          transition: all 0.4s ease;
        }

        .item-content p {
          font-size: 14px;
          color: #777;
          line-height: 1.5;
          margin: 0;
          font-weight: 300;
          opacity: 0.9;
        }

        /* Hover effect */
        .project-3d-carousel .owl-nav {
          position: absolute;
          top: 40%;
          left: 0;
          width: 100%;
          transform: translateY(-50%);
          pointer-events: none;
          /* Important */
        }

        .project-3d-carousel .owl-nav button {
          position: absolute;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background: rgba(25, 25, 26, 0.9) !important;
          color: #fff !important;
          border: none !important;
          font-size: 18px !important;
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
          transition: 0.3s ease;
          pointer-events: all;
        }

        /* LEFT */
        .project-3d-carousel .owl-nav .owl-prev {
          left: -60px;
          /* ← Is value se adjust karein */
        }

        /* RIGHT */
        .project-3d-carousel .owl-nav .owl-next {
          right: -60px;
          /* → Is value se adjust karein */
        }

        /* Hover */

        .project-3d-carousel {
          position: relative;
        }

        .item:hover {
          transform: translateY(-8px);
        }

        .owl-carousel .owl-item img {
          display: block;
          width: 100%;
          border-radius: 10px;
          height: 88%;
          object-fit: cover;
        }

        .item:hover:before {
          transform: scaleX(1);
        }

        .item:hover .icon-container {
          transform: scale(1.1) rotate(5deg);
          background: linear-gradient(135deg, #a5a5a5, #8a8a8a);
        }

        .item:hover .icon-container i {
          color: white;
        }

        .item:hover .item-content h4 {
          color: #a5a5a5;
        }

        /* Bigger centered boxes */
        .item.full {
          padding: 28px 24px;
          min-width: 280px;
          max-width: 320px;
        }

        .item.full .icon-container {
          width: 60px;
          height: 60px;
        }

        .item.full .icon-container i {
          font-size: 26px;
        }

        .item.full .item-content h4 {
          font-size: 16px;
        }

        /* Responsive design */
        @media (max-width: 1024px) {
          .amenities-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
          }

          .centered-full-boxes {
            gap: 20px;
          }

          .item.full {
            min-width: 250px;
            max-width: 280px;
          }
        }

        @media (max-width: 768px) {
          .amenities {
            padding: 60px 20px;
          }

          .amenities h2 {
            font-size: 36px;
          }

          .sub-text {
            font-size: 16px;
            margin-bottom: 50px;
          }

          .amenities-grid {
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 18px;
          }

          .item {
            padding: 24px 20px;
            min-height: 110px;
          }

          .centered-full-boxes {
            flex-direction: column;
            align-items: center;
            gap: 18px;
          }

          .item.full {
            width: 100%;
            max-width: 320px;
          }

          .icon-container {
            width: 55px;
            height: 55px;
          }

          .icon-container i {
            font-size: 24px;
          }
        }

        @media (max-width: 576px) {
          .amenities h2 {
            font-size: 30px;
          }

          .sub-text {
            font-size: 15px;
            margin-bottom: 40px;
          }

          .amenities-grid {
            grid-template-columns: 1fr;
            gap: 16px;
          }

          .item {
            padding: 20px 18px;
            min-height: 100px;
          }

          .centered-full-boxes {
            gap: 16px;
          }

          .icon-container {
            width: 50px;
            height: 50px;
          }

          .icon-container i {
            font-size: 22px;
          }

          .item-content h4 {
            font-size: 16px;
          }

          .item-content p {
            font-size: 13px;
          }
        }

        .location-proximity {
          color: #555;
          padding: 50px 20px;
          position: relative;
          overflow: hidden;
        }

        /* Background pattern */
        .location-proximity:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background:
            radial-gradient(circle at 15% 25%, rgba(165, 165, 165, 0.05) 0%, transparent 40%),
            radial-gradient(circle at 85% 75%, rgba(165, 165, 165, 0.05) 0%, transparent 40%);
          z-index: 0;
        }

   /*     .location-proximity .container {
          max-width: 1000px;
          margin: auto;
          position: relative;
          z-index: 1;
        }*/

        .section-header {
          text-align: center;
          margin-bottom: 10px;
        }

        .title {
          font-size: 42px;
          font-weight: 700;
          margin-bottom: 10px;
          color: #333;
          letter-spacing: 1px;
        }

        .title span {
          color: #a5a5a5;
          font-weight: 800;
        }

        .section-subtitle {
          font-size: 18px;
          color: #666;
          font-weight: 300;
          letter-spacing: 0.5px;
        }

        .intro-box {
          background: white;
          border-radius: 16px;
          padding: 12px 30px;
          margin-bottom: 10px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          border: 1px solid rgba(165, 165, 165, 0.2);
          position: relative;
          overflow: hidden;
        }

        .intro-box:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 5px;
          height: 100%;
          background: linear-gradient(to bottom, #a5a5a5, #d0d0d0);
        }

        .intro {
          font-size: 16px;
          line-height: 1.8;
          color: #555;
          margin: 0;
        }

        .intro strong {
          color: #333;
          font-weight: 600;
        }

        .intro span {
          color: #a5a5a5;
          font-weight: 600;
        }

        /* Updated Location Table - Two Column Layout */
        .location-table {
          background: white;
          border-radius: 16px;
          overflow: hidden;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          border: 1px solid rgba(165, 165, 165, 0.2);
          margin-bottom: 10px;
        }

        .table-head {
          display: flex;
          justify-content: space-between;
          padding: 14px 30px;
          background: linear-gradient(to bottom, #a5a5a5, #d0d0d0);
          border-bottom: 1px solid rgba(165, 165, 165, 0.3);
          font-weight: 600;
          color: #333;
        }

        .destination-head,
        .time-head {
          display: flex;
          align-items: center;
          gap: 12px;
          font-size: 18px;
        }

        .destination-head i,
        .time-head i {
          color: #a5a5a5;
          font-size: 20px;
        }

        /* NEW: Two column container */
        .location-rows-container {
          display: flex;
          flex-wrap: wrap;
        }

        /* Each column takes half width */
        .location-column {
          flex: 0 0 50%;
          max-width: 50%;
        }

        /* Original row styles - now inside columns */
        .location-row {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 30px;
          border-bottom: 1px solid rgba(165, 165, 165, 0.15);
          transition: all 0.3s ease;
          position: relative;
          overflow: hidden;
        }

        .location-row:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 4px;
          background: linear-gradient(to bottom, #a5a5a5, transparent);
          opacity: 0;
          transition: opacity 0.3s ease;
        }

        .location-row:hover {
          background: linear-gradient(to right, rgba(165, 165, 165, 0.05), rgba(165, 165, 165, 0.02));
          transform: translateX(5px);
        }

        .location-row:hover:before {
          opacity: 1;
        }

        .location-row:hover .destination span {
          color: #a5a5a5;
        }

        .location-row:hover .time-badge {
          background: linear-gradient(135deg, #a5a5a5, #8a8a8a);
          transform: scale(1.05);
        }

        /* Remove bottom border from last row in each column */
        .location-column .location-row:last-child {
          border-bottom: none;
        }

        .destination {
          display: flex;
          align-items: center;
          gap: 15px;
          flex: 1;
        }

        .location-icon {
          width: 45px;
          height: 45px;
          background: rgba(165, 165, 165, 0.1);
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #666;
          font-size: 18px;
          transition: all 0.3s ease;
        }

        .location-row:hover .location-icon {
          background: rgba(165, 165, 165, 0.2);
          color: #a5a5a5;
          transform: rotate(5deg);
        }

        .destination span {
          font-size: 17px;
          color: #444;
          font-weight: 500;
          transition: all 0.3s ease;
        }

        .time {
          display: flex;
          align-items: center;
        }

        .time-badge {
          background: linear-gradient(135deg, #e0e0e0, #f0f0f0);
          color: #555;
          padding: 6px 20px;
          border-radius: 25px;
          font-size: 15px;
          font-weight: 600;
          min-width: 120px;
          text-align: center;
          transition: all 0.3s ease;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

        .footer-box {
          background: white;
          border-radius: 16px;
          padding: 12px 30px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          border: 1px solid rgba(165, 165, 165, 0.2);
          position: relative;
          overflow: hidden;
        }

        .footer-box:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 5px;
          height: 100%;
          background: linear-gradient(to bottom, #a5a5a5, #d0d0d0);
        }

        .footer-text {
          font-size: 15px;
          line-height: 1.8;
          color: #555;
          margin: 0;
          position: relative;
          padding-left: 40px;
        }

        .footer-text i {
          position: absolute;
          left: 0;
          top: 5px;
          color: #a5a5a5;
          font-size: 20px;
        }

        .footer-text strong {
          color: #333;
          font-weight: 600;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
          .location-proximity {
            padding: 60px 20px;
          }

          .title {
            font-size: 36px;
          }

          .section-subtitle {
            font-size: 16px;
          }

          .intro-box,
          .footer-box {
            padding: 25px;
          }

          .table-head {
            padding: 20px 25px;
          }

          .destination-head,
          .time-head {
            font-size: 16px;
          }

          /* Mobile: Switch back to single column */
          .location-column {
            flex: 0 0 100%;
            max-width: 100%;
          }

          .location-row {
            padding: 18px 25px;
            flex-direction: row;
            align-items: center;
            gap: 15px;
          }

          .time {
            width: auto;
            justify-content: flex-end;
          }

          .time-badge {
            padding: 8px 16px;
            font-size: 15px;
            min-width: 110px;
          }

          .footer-text {
            padding-left: 35px;
          }
        }

        @media (max-width: 576px) {
          .title {
            font-size: 30px;
          }

          .section-subtitle {
            font-size: 15px;
          }

          .intro,
          .footer-text {
            font-size: 14px;
          }

          .location-icon {
            width: 40px;
            height: 40px;
            font-size: 16px;
          }

          .destination span {
            font-size: 16px;
          }

          /* For very small screens */
          .location-row {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
          }

          .time {
            width: 100%;
            justify-content: flex-start;
          }
        }

        .section-desc {
          text-align: justify;
          /* left & right equal */
          line-height: 1.8;
          color: #d6d6d6;
        }

        .section-image-building {
          object-fit: cover;
          height: 100%;
          width: 100%;
        }

        .market-position {
          background: linear-gradient(135deg, #f8f9fa 0%, #eef0f2 100%);
          padding: 60px 0;
          color: #555;
        }

        .section-header {
          text-align: center;
          margin-bottom: 10px;
        }

        .section-header h2 {
          font-size: 36px;
          font-weight: 700;
          margin-bottom: 8px;
          color: #333;
        }

        .section-subtitle {
          font-size: 16px;
          color: #666;
          font-weight: 300;
        }

        .section-image-container {
          border-radius: 12px;
          overflow: hidden;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        .section-image {
          width: 100%;
          height: auto;
          display: block;
        }

        .section-content {
          padding: 10px;
        }

        .section-desc {
          font-size: 17px;
          line-height: 30px;
          color: #555;
        }

        .simple-list {
          list-style: none;
          padding-left: 0;
          margin: 0;
        }

        .simple-list li {
          padding: 6px 0;
          padding-left: 20px;
          position: relative;
          font-size: 15px;
          color: #555;
        }

        .simple-list li:before {
          content: "•";
          position: absolute;
          left: 0;
          color: #a5a5a5;
          font-weight: bold;
        }

        .simple-card {
          background: white;
          border-radius: 8px;
          padding: 15px;
          border-left: 3px solid #a5a5a5;
          height: 100%;
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
        }

        .simple-card h6 {
          color: #333;
          font-weight: 600;
          font-size: 18px;
        }

        .simple-card p {
          font-size: 14px;
          line-height: 1.5;
          color: #666;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
          .market-position {
            padding: 50px 0;
          }

          .section-header h2 {
            font-size: 30px;
          }

          .section-desc {
            font-size: 15px;
          }
        }

        @media (max-width: 576px) {
          .section-header h2 {
            font-size: 26px;
          }

          .simple-card {
            margin-bottom: 15px;
          }
        }

        :root {
          --primary-light: #2a8da0;
          --accent-color: #a5a5a5;
          --light-bg: #f8f9fa;
          --text-dark: #333;
          --text-light: #777;
          --section-bg: #f5f5f5;
        }

        body {
          font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
          color: var(--text-dark);
          line-height: 1.6;
          overflow-x: hidden;
        }

        /* Hero Section */
        .hero-section {
          position: relative;
        }

        .hero-section img {
          width: 100%;
          height: auto;
          display: block;
        }

        /* Section Header Styles */
        .section-header {
          text-align: center;
          padding-bottom: 1rem;
          position: relative;
        }

        .section-header h2 {
          color: #000;
          font-weight: 700;
          margin-bottom: 0.5rem;
          position: relative;
          display: inline-block;
          padding: 0 20px;
          font-size: 25px;
          font-family: "Michroma", sans-serif;
        }

        .section-header h2:before,
        .section-header h2:after {
          content: '';
          position: absolute;
          top: 50%;
          width: 60px;
          height: 3px;
          background-color: var(--accent-color);
        }

        .section-header h2:before {
          left: -70px;
        }

        .section-header h2:after {
          right: -70px;
        }

        .section-header .section-subtitle {
          color: #666;
          font-size: 1.1rem;
          font-weight: 300;
          margin-top: 10px;
          letter-spacing: 0.5px;
        }

        /* ============================================
           Special Background Sections
        ============================================ */

        /* Project Intro Section - Background Design */
        .image-section.project-intro {
          position: relative;
          background-color: var(--section-bg);
        }

        .image-section.project-intro:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 100%;
          background-image:
            radial-gradient(circle at 10% 20%, rgba(165, 165, 165, 0.08) 0%, transparent 20%),
            radial-gradient(circle at 90% 80%, rgba(165, 165, 165, 0.08) 0%, transparent 20%);
          z-index: 0;
        }

        .image-section.project-intro .container {
          position: relative;
          z-index: 1;
        }

        /* What X Presents Section - Background Design */
        .image-section.what-x-presents {
          padding: 5rem 0;
          position: relative;
          background-color: white;
          overflow: hidden;
        }

        .image-section.what-x-presents:before {
          content: '';
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background:
            linear-gradient(45deg, transparent 65%, rgba(165, 165, 165, 0.05) 65%, rgba(165, 165, 165, 0.05) 70%, transparent 70%),
            linear-gradient(-45deg, transparent 65%, rgba(165, 165, 165, 0.05) 65%, rgba(165, 165, 165, 0.05) 70%, transparent 70%);
          background-size: 60px 60px;
          z-index: 0;
          opacity: 0.8;
        }

        .image-section.what-x-presents .container {
          position: relative;
          z-index: 1;
        }

        /* Market Position Section - Background Design */
        .image-section.market-position {
          position: relative;
          background-color: var(--section-bg);
        }

        .image-section.market-position:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 100%;
          background: linear-gradient(135deg, rgba(165, 165, 165, 0.1) 0%, transparent 50%),
            linear-gradient(-135deg, rgba(165, 165, 165, 0.1) 0%, transparent 50%);
          z-index: 0;
        }

        .image-section.market-position .container {
          position: relative;
          z-index: 1;
        }



        /* 3D Visualizations Section - Background Design */
        .image-section.visualizations {
          position: relative;
          background-color: white;
        }

        .image-section.visualizations:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image:
            radial-gradient(circle at 20% 30%, rgba(165, 165, 165, 0.05) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(165, 165, 165, 0.05) 0%, transparent 50%);
          z-index: 0;
        }

        .image-section.visualizations .container {
          position: relative;
          z-index: 1;
        }

        /* Floor Plans Section - Background Design */
        .image-section.floor-plans {
          position: relative;
          background-color: var(--section-bg);
        }

        .image-section.floor-plans:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image:
            linear-gradient(90deg, transparent 49%, rgba(165, 165, 165, 0.05) 49%, rgba(165, 165, 165, 0.05) 51%, transparent 51%),
            linear-gradient(0deg, transparent 49%, rgba(165, 165, 165, 0.05) 49%, rgba(165, 165, 165, 0.05) 51%, transparent 51%);
          background-size: 40px 40px;
          z-index: 0;
        }

        .image-section.floor-plans .container {
          position: relative;
          z-index: 1;
        }

        /* Regular Image Sections */
        .image-section {
          padding: 3rem 0;
          position: relative;
        }

        .section-image-container {
          position: relative;
          overflow: hidden;
          border-radius: 12px;
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
          transition: transform 0.5s ease;
        }

        .section-image-container:hover {
          transform: translateY(-10px);
        }

        .section-image {
          width: 100%;
          height: auto;
          object-fit: cover;
          display: block;
          max-height: 400px;
        }



        .section-content h3 {
          color: #000;
          font-weight: 700;
          margin-bottom: 1rem;
          position: relative;
          padding-bottom: 10px;
          font-size: 18px;
          font-family: "Michroma", sans-serif;
        }

        .section-content h3:after {
          content: '';
          top: 35px;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 50px;
          height: 3px;
          background-color: var(--accent-color);
        }

        .section-desc {
          color: var(--text-light);
          font-size: 1.1rem;
          line-height: 1.7;
          margin-bottom: 1.5rem;
          font-weight: 300;
        }

        /* Feature List */
        .feature-list {
          list-style: none;
          padding-left: 0;
          margin-bottom: 2rem;
        }

        .feature-list li {
          padding: 8px 0;
          position: relative;
          padding-left: 30px;
          font-size: 1rem;
        }

        .feature-list li:before {
          content: '✓';
          position: absolute;
          left: 0;
          color: var(--accent-color);
          font-weight: bold;
          font-size: 1.2rem;
        }

        /* Amenity Items */
        .amenity-item {
          display: flex;
          align-items: flex-start;
          margin-bottom: 1.2rem;
        }

        .amenity-icon {
          background-color: rgba(165, 165, 165, 0.1);
          width: 50px;
          height: 50px;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 15px;
          flex-shrink: 0;
          color: var(--accent-color);
          font-size: 1.3rem;
          transition: all 0.3s ease;
        }

        .amenity-item:hover .amenity-icon {
          background-color: var(--accent-color);
          color: white;
          transform: scale(1.1);
        }

        .amenity-text h6 {
          font-weight: 600;
          margin-bottom: 3px;
          font-size: 1.1rem;
        }

        /* Location Items */
        .location-item {
          display: flex;
          align-items: center;
          margin-bottom: 1.2rem;
          padding: 12px;
          background-color: white;
          border-radius: 8px;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          transition: all 0.3s ease;
        }

        .location-item:hover {
          transform: translateX(5px);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .location-icon {
          width: 45px;
          height: 45px;
          background-color: rgba(165, 165, 165, 0.1);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 15px;
          color: var(--accent-color);
          font-size: 1.2rem;
        }

        /* 3D Images & Floor Plans */

        .visualization-image {
          width: 100%;
          height: auto;
          object-fit: cover;
          border-radius: 10px;
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          transition: transform 0.3s ease;

        }

        .visualization-image:hover {
          transform: scale(1.03);
        }

        .visualization-title {
          color: #000;
          font-weight: 600;
          font-size: 1.2rem;
          margin-bottom: 5px;
        }

        /* =========================
           Registration Section
        ========================= */
        .registration-section {
          background: linear-gradient(135deg, #f3f3f3 0%, #d9d9d9 100%);
          color: #111;
          padding: 5rem 0;
          position: relative;
          overflow: hidden;
        }

        .registration-section:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><path d="M0 50H100" stroke="rgba(0,0,0,0.04)" stroke-width="1"/><path d="M50 0V100" stroke="rgba(0,0,0,0.04)" stroke-width="1"/></svg>');
          background-size: 60px 60px;
          opacity: 0.6;
        }

        .registration-section .section-header h2 {
          color: #111;
        }

        .registration-section .section-header p {
          color: #444;
        }

        .registration-section .section-header h2:before,
        .registration-section .section-header h2:after {
          background-color: var(--accent-color);
        }

        /* Form Inputs */
        .form-control {
          padding: 0.85rem 1.2rem;
          border-radius: 8px;
          border: 1px solid #cfcfcf;
          margin-bottom: 1.5rem;
          background-color: #ffffff;
          color: #111;
          font-size: 1rem;
          transition: all 0.3s ease;
        }

        .form-control::placeholder {
          color: #777;
        }

        .form-control:focus {
          border-color: var(--accent-color);
          background-color: #ffffff;
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
          color: #111;
        }

        /* Select Fields */
        .form-select {
          padding: 0.85rem 1.2rem;
          border-radius: 8px;
          border: 1px solid #cfcfcf;
          margin-bottom: 1.5rem;
          background-color: #ffffff;
          color: #111;
          font-size: 1rem;
          transition: all 0.3s ease;
        }

        .form-select:focus {
          border-color: var(--accent-color);
          background-color: #ffffff;
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.08);
        }

        /* Submit Button */
        .btn-submit {
          background-color: var(--accent-color);
          color: #111;
          font-weight: 600;
          padding: 0.85rem 2.5rem;
          border-radius: 8px;
          border: none;
          transition: all 0.3s ease;
          width: 100%;
          font-size: 1.1rem;
          letter-spacing: 1px;
          text-transform: uppercase;
        }

        .btn-submit:hover {
          background-color: #b8b8b8;
          color: #000;
          transform: translateY(-3px);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
          .section-header h2 {
            font-size: 1.8rem;
          }

          .section-header h2:before,
          .section-header h2:after {
            width: 30px;
          }

          .section-header h2:before {
            left: -40px;
          }

          .section-header h2:after {
            right: -40px;
          }

          .image-section {
            padding: 3rem 0;
          }

          .section-image {
            max-height: 300px;
          }


        }

        @media (max-width: 576px) {

          .section-header h2:before,
          .section-header h2:after {
            display: none;
          }

          .section-header h2 {
            padding: 0;
          }
        }

        /* Buttons Strip Section Styles */
        .buttons-strip-section {
          padding: 20px 0;
          background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
          position: relative;
        }



        .strip-content {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 20px;
          position: relative;
          z-index: 2;
        }

        .strip-title-wrapper {
          flex: 1;
        }

        .strip-title {
          color: #ffffff;
          font-size: 22px;
          font-weight: 600;
          margin: 0;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          position: relative;
          text-transform: uppercase;
          font-family: "Michroma", sans-serif;
        }



        .buttons-container {
          display: flex;
          gap: 20px;
          flex-wrap: wrap;
          justify-content: flex-end;
        }

        .animated-btn {
          position: relative;
          display: inline-flex;
          align-items: center;
          gap: 12px;
          padding: 10px 18px;
          border-radius: 50px;
          font-size: 16px;
          font-weight: 600;
          text-decoration: none;
          overflow: hidden;
          transition: all 0.3s ease;
          z-index: 1;
          border: none;
          cursor: pointer;
        }

        .brochure-btn {
          background: linear-gradient(135deg, #a5a5a5, #808080);
          color: #000000;
          box-shadow: 0 5px 15px rgba(165, 165, 165, 0.1);
          animation: pulse 2s infinite;
        }

        .catalog-btn {
          background: linear-gradient(135deg, #ffffff, #e0e0e0);
          color: #000000;
          box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
          animation: glow 2s infinite;
        }

        .btn-icon {
          font-size: 1.3rem;
          transition: transform 0.3s ease;
        }

        .btn-text {
          position: relative;
          z-index: 2;
        }

        /* Pulse Animation for Brochure Button */
        @keyframes pulse {
          0% {
            transform: scale(1);
            box-shadow: 0 5px 15px rgba(165, 165, 165, 0.3);
          }

          50% {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(165, 165, 165, 0.6);
          }

          100% {
            transform: scale(1);
            box-shadow: 0 5px 15px rgba(165, 165, 165, 0.3);
          }
        }

        /* Glow Animation for Catalog Button */
        @keyframes glow {
          0% {
            box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
          }

          50% {
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 5px 15px rgba(255, 255, 255, 0.4);
          }

          100% {
            box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
          }
        }

        /* Button Pulse Effect */
        .btn-pulse {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 50px;
          background: rgba(255, 255, 255, 0.3);
          animation: buttonPulse 1.5s infinite;
          z-index: -1;
        }

        @keyframes buttonPulse {
          0% {
            transform: scale(1);
            opacity: 0.5;
          }

          50% {
            transform: scale(1.2);
            opacity: 0;
          }

          100% {
            transform: scale(1);
            opacity: 0;
          }
        }

        /* Button Glow Effect */
        .btn-glow {
          position: absolute;
          top: -2px;
          left: -2px;
          right: -2px;
          bottom: -2px;
          border-radius: 52px;
          background: linear-gradient(45deg, #ffffff, #a5a5a5, #ffffff, #a5a5a5);
          background-size: 300% 300%;
          animation: borderGlow 3s ease infinite;
          z-index: -1;
          opacity: 0.7;
        }

        @keyframes borderGlow {
          0% {
            background-position: 0% 50%;
          }

          50% {
            background-position: 100% 50%;
          }

          100% {
            background-position: 0% 50%;
          }
        }

        /* Hover Effects */
        .animated-btn:hover {
          transform: translateY(-3px);
        }

        .animated-btn:hover .btn-icon {
          transform: scale(1.2) rotate(10deg);
        }

        .brochure-btn:hover {
          animation: none;
          background: linear-gradient(135deg, #b5b5b5, #909090);
          box-shadow: 0 8px 25px rgba(165, 165, 165, 0.5);
        }

        .catalog-btn:hover {
          animation: none;
          background: linear-gradient(135deg, #ffffff, #f0f0f0);
          box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
        }

        .animated-btn:active {
          transform: translateY(0);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
          .buttons-strip {
            padding: 25px 20px;
            border-radius: 40px;
          }

          .strip-content {
            flex-direction: column;
            text-align: center;
          }

          .strip-title {
            font-size: 1.5rem;
            padding-left: 0;
            padding-bottom: 10px;
          }

          .strip-title::before {
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            width: 70%;
            height: 4px;
          }

          .buttons-container {
            justify-content: center;
            width: 100%;
          }

          .animated-btn {
            padding: 14px 28px;
            font-size: 1rem;
          }
        }

        @media (max-width: 480px) {
          .animated-btn {
            width: 100%;
            justify-content: center;
          }

          .strip-title {
            font-size: 1.3rem;
          }
        }

        /* Floor Plans Section Styles */
        .floor-plans {
          padding: 60px 0;
          background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
          position: relative;
          overflow: hidden;
          z-index: 1;
        }

        .section-header-f {
          position: relative;
          z-index: 2;
        }

        .section-header-f h2 {
          font-size: 25px;
          font-weight: 700;
          color: #000000;
          position: relative;
          padding-bottom: 15px;
          margin-bottom: 0;
          font-family: "Michroma", sans-serif;
        }

        .section-header-f h2::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 80px;
          height: 4px;
          background: linear-gradient(90deg, #a5a5a5, #000000);
          border-radius: 2px;
        }

        /* Download All Button */
        .download-all-btn {
          position: relative;
        }

        .btn-download-all {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 12px 24px;
          background: linear-gradient(135deg, #000000, #333333);
          color: #ffffff;
          text-decoration: none;
          border-radius: 50px;
          font-weight: 600;
          font-size: 1rem;
          transition: all 0.3s ease;
          border: 1px solid rgba(165, 165, 165, 0.3);
          position: relative;
          overflow: hidden;
          z-index: 1;
        }

        .btn-download-all i {
          font-size: 1.2rem;
          transition: transform 0.3s ease;
        }

        .btn-download-all:hover {
          transform: translateY(-3px);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          background: linear-gradient(135deg, #1a1a1a, #444444);
          color: #ffffff;
        }

        .btn-download-all:hover i {
          transform: translateY(3px);
        }

        .download-all-pulse {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.3);
          border-radius: 50px;
          animation: downloadPulse 2s infinite;
          z-index: -1;
        }

        @keyframes downloadPulse {
          0% {
            transform: scale(1);
            opacity: 0.5;
          }

          50% {
            transform: scale(1.1);
            opacity: 0;
          }

          100% {
            transform: scale(1);
            opacity: 0;
          }
        }

        /* Gallery Items - SHADOW REMOVED */
        .visualization-item {
          position: relative;
          border-radius: 0;
          /* Border radius hata diya */
          overflow: hidden;
          /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
          /* SHADOW HATAYA */
          transition: transform 0.3s ease;
          cursor: pointer;
          height: 100%;
          z-index: 2;
        }

        .visualization-item:hover {
          transform: translateY(-5px);
          /* box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2); */
          /* HOVER SHADOW BHI HATAYA */
        }

        .visualization-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.5s ease;
          display: block;
          /* box-shadow: none; */
          /* Ensure no shadow */
        }

        .visualization-item:hover .visualization-image {
          transform: scale(1.03);
        }

        /* Overlay Styles */
        .visualization-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
          display: flex;
          align-items: center;
          justify-content: center;
          opacity: 0;
          transition: opacity 0.3s ease;
        }

        .visualization-item:hover .visualization-overlay {
          opacity: 1;
        }

        .overlay-content {
          display: flex;
          gap: 15px;
          transform: translateY(20px);
          transition: transform 0.3s ease;
        }

        .visualization-item:hover .overlay-content {
          transform: translateY(0);
        }

        /* View Button */
        .btn-view-light {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background: #ffffff;
          border: none;
          color: #000000;
          font-size: 1.2rem;
          cursor: pointer;
          transition: all 0.3s ease;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          overflow: hidden;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          /* Button ka shadow, yeh rehne do */
        }

        .btn-view-light:hover {
          background: #a5a5a5;
          color: #ffffff;
          transform: scale(1.1);
        }

        /* Download Button */
        .btn-download {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background: #000000;
          border: 2px solid #a5a5a5;
          color: #ffffff;
          font-size: 1.2rem;
          cursor: pointer;
          transition: all 0.3s ease;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          overflow: hidden;
          text-decoration: none;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          /* Button ka shadow */
        }

        .btn-download i {
          position: relative;
          z-index: 2;
          transition: transform 0.3s ease;
        }

        .btn-download:hover {
          background: #a5a5a5;
          border-color: #ffffff;
          transform: scale(1.1);
        }

        .btn-download:hover i {
          transform: translateY(3px);
          color: #000000;
        }

        .btn-download-pulse {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(165, 165, 165, 0.5);
          border-radius: 50%;
          animation: downloadPulse 1.5s infinite;
          z-index: 1;
        }

        /* ===== LIGHT GALLERY FIXES ===== */
        .lg-backdrop {
          z-index: 99999 !important;
          background-color: rgba(0, 0, 0, 0.95) !important;
        }

        .lg-outer {
          z-index: 100000 !important;
        }

        .lg-close {
          display: block !important;
          opacity: 1 !important;
          visibility: visible !important;
          color: #ffffff !important;
          background: rgba(0, 0, 0, 0.5) !important;
          border-radius: 50% !important;
          width: 50px !important;
          height: 50px !important;
          line-height: 50px !important;
          text-align: center !important;
          font-size: 30px !important;
          margin: 10px !important;
          transition: all 0.3s ease !important;
        }

        .lg-close:hover {
          background: #a5a5a5 !important;
          color: #000000 !important;
          transform: scale(1.1) !important;
        }

        .lg-toolbar {
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent) !important;
          padding: 15px !important;
          z-index: 100001 !important;
        }

        .lg-toolbar .lg-icon {
          color: #ffffff !important;
          font-size: 24px !important;
          width: 45px !important;
          height: 45px !important;
          line-height: 45px !important;
          transition: all 0.3s ease !important;
          background: rgba(0, 0, 0, 0.3) !important;
          border-radius: 50% !important;
          margin: 0 5px !important;
        }

        .lg-toolbar .lg-icon:hover {
          background: #a5a5a5 !important;
          color: #000000 !important;
          transform: scale(1.1) !important;
        }

        .lg-img-wrap {
          padding: 50px !important;
        }

        .lg-image {
          border-radius: 0 !important;
          /* Light gallery image ka bhi radius hata diya */
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) !important;
          /* Light gallery ka shadow kam kar diya */
          max-width: 95vw !important;
          max-height: 95vh !important;
          object-fit: contain !important;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
          .section-header {
            flex-direction: column;
            align-items: flex-start !important;
            gap: 15px;
          }

          .section-header h2 {
            font-size: 2rem;
          }

          .btn-download-all {
            width: 100%;
            justify-content: center;
          }

          .visualization-item {
            min-height: 300px;
          }

          .lg-toolbar .lg-icon {
            width: 40px !important;
            height: 40px !important;
            line-height: 40px !important;
            font-size: 20px !important;
          }
        }

        @media (max-width: 480px) {
          .visualization-item {
            min-height: 250px;
          }
        }

        .btn-warning {
          background: linear-gradient(45deg, #ffffff, #a5a5a5, #ffffff, #a5a5a5);
          border-radius: 36px;
          padding: 10px 15px !important;
          border: none !important;
        }

        /* responsive */
        @media screen and (max-width:1400px) {
          .project-3d-carousel .owl-nav .owl-prev {
            left: -25px;
          }

          .project-3d-carousel .owl-nav .owl-next {
            right: -25px;
          }
        }

        @media screen and (min-width:1200px) and (max-width:1399.98px) {
          .project-3d-carousel .owl-nav .owl-prev {
            left: -20px;
          }

          .project-3d-carousel .owl-nav .owl-next {
            right: -20px;
          }
        }

        @media screen and (min-width:992px) and (max-width:1199.98px) {
          .project-3d-carousel .owl-nav .owl-prev {
            left: -25px;
          }

          .project-3d-carousel .owl-nav .owl-next {
            right: -25px;
          }
        }

        @media screen and (min-width:768px) and (max-width:991.98px) {
          .project-3d-carousel .owl-nav .owl-prev {
            left: -8px;
          }

          .project-3d-carousel .owl-nav .owl-next {
            right: -8px;
          }
        }

        @media screen and (min-width:576px) and (max-width:767.98px) {
          .section-header h2 {
            font-size: 16px !important;
            margin-bottom: 0 !important;
          }

          .image-section {
            padding: 2rem 0;
          }

          .image-section.what-x-presents {
            padding: 2rem 0;
          }

          .market-position {
            padding: 20px 0 !important;
          }

          .section-desc {
            font-size: 16px !important;
            line-height: 20px !important;
          }

          .location-proximity {
            padding: 20px 20px !important;
          }

          .intro {
            font-size: 16px;
            line-height: 20px !important;
          }

          .table-head {
            padding: 12px 25px !important;
          }

          .location-proximity .container {
            padding: 0;
          }

          .location-icon {
            margin-right: 0px !important;
          }

          .location-row {
            padding: 18px 25px;
            flex-direction: row !important;
            /* Ensure horizontal layout */
            align-items: center !important;
            display: flex !important;
            justify-content: space-between !important;
            gap: 15px !important;
          }

          /* Ensure destination and time stay inline */
          .destination {
            flex: 1 !important;
            display: flex !important;
            align-items: center !important;
            gap: 15px !important;
          }

          .time {
            width: auto !important;
            justify-content: flex-end !important;
            display: flex !important;
          }

          .time-badge {
            padding: 6px 7px !important;
            font-size: 13px !important;
            min-width: 85px !important;
          }

          .destination span {
            font-size: 15px !important;
          }

          .location-row {
            padding: 10px 18px !important;
          }

          .intro-box,
          .footer-box {
            padding: 18px !important;
          }

          .amenities {
            padding: 26px 20px !important;
          }

          .sub-text {
            margin-bottom: 20px !important;
            line-height: 20px !important;
          }

          .section-header {
            margin-bottom: 0px !important;
          }

          .amenities-grid {
            display: inline-block !important;
          }

          .item {
            display: inline-block !important;
            width: 46% !important;
          }

          .icon-container {
            width: 45px !important;
            height: 45px !important;
          }

          .icon-container i {
            font-size: 20px !important;
          }

          .item {
            padding: 12px 13px !important;
            min-height: 100px !important;
          }

          .item-content h4 {
            font-size: 12px !important;
            margin-bottom: 0px !important;
          }

          .item-content {
            padding-top: 8px !important;
          }

          .project-3d-carousel .owl-nav .owl-prev {
            left: -8px;
          }

          .project-3d-carousel .owl-nav .owl-next {
            right: -8px;
          }
                            .modal-fullscreen-sm-down .modal-content {
  padding-top: 0px !important;
}
        }

        @media screen and (min-width:381px) and (max-width:575.98px) {
          .section-header h2 {
            font-size: 16px !important;
            margin-bottom: 0 !important;
          }

          .image-section {
            padding: 1rem 0;
          }

          .image-section.what-x-presents {
            padding: 2rem 0;
          }

          .market-position {
            padding: 20px 0 !important;
          }

          .section-desc {
            font-size: 16px !important;
            line-height: 20px !important;
          }

          .location-proximity {
            padding: 20px 20px !important;
          }

          .intro {
            font-size: 16px;
            line-height: 20px !important;
          }

          .table-head {
            padding: 12px 25px !important;
          }

          .location-proximity .container {
            padding: 0;
          }

          .location-icon {
            margin-right: 0px !important;
          }

          .location-row {
            padding: 18px 25px;
            flex-direction: row !important;
            /* Ensure horizontal layout */
            align-items: center !important;
            display: flex !important;
            justify-content: space-between !important;
            gap: 15px !important;
          }

          /* Ensure destination and time stay inline */
          .destination {
            flex: 1 !important;
            display: flex !important;
            align-items: center !important;
            gap: 15px !important;
          }

          .time {
            width: auto !important;
            justify-content: flex-end !important;
            display: flex !important;
          }

          .time-badge {
            padding: 6px 7px !important;
            font-size: 13px !important;
            min-width: 85px !important;
          }

          .destination span {
            font-size: 15px !important;
          }

          .location-row {
            padding: 10px 18px !important;
          }

          .intro-box,
          .footer-box {
            padding: 18px !important;
          }

          .amenities {
            padding: 26px 20px !important;
          }

          .sub-text {
            margin-bottom: 20px !important;
            line-height: 20px !important;
          }

          .section-header {
            margin-bottom: 0px !important;
          }

          .amenities-grid {
            display: inline-block !important;
          }

          .item {
            display: inline-block !important;
            width: 46% !important;
          }

          .icon-container {
            width: 45px !important;
            height: 45px !important;
          }

          .icon-container i {
            font-size: 20px !important;
          }

          .item {
            padding: 12px 13px !important;
            min-height: 100px !important;
          }

          .item-content h4 {
            font-size: 12px !important;
            margin-bottom: 0px !important;
          }

          .item-content {
            padding-top: 8px !important;
          }

          .strip-title {
            font-size: 16px;
            padding-bottom: 0px;
          }

          .animated-btn {
            width: 70%;
          }

          .animated-btn {
            padding: 8px 17px;
          }

          .buttons-strip {
            padding: 9px 12px;
            border-radius: 40px;
          }

          .project-3d-carousel .owl-nav .owl-prev {
            left: -8px;
          }

          .project-3d-carousel .owl-nav button {
            width: 38px;
            height: 38px;
          }

          .project-3d-carousel .owl-nav .owl-next {
            right: -8px;
          }

          .floor-plans {
            padding: 30px 0;
          }

          .section-header-f h2 {
            font-size: 17px;
          }

          .btn-download-all {
            font-size: 13px;
          }

          .centered-full-boxes {
            /* gap: 16px; */
            display: inline-block;
            width: 100%;
            margin-top: 0px;
            padding: 0 10px;
          }

          .item.full {
            max-width: 49%;
            min-width: 49%;
          }
                    .modal-fullscreen-sm-down .modal-content {
  padding-top: 0px !important;
}
.modal-fullscreen-sm-down .modal-content {
  height: auto !important;
}
        }

        @media screen and (min-width:320px) and (max-width:380.98px) {
          .section-header h2 {
            font-size: 16px !important;
            margin-bottom: 0 !important;
          }

          .image-section {
            padding: 1rem 0;
          }

          .image-section.what-x-presents {
            padding: 2rem 0;
          }

          .market-position {
            padding: 20px 0 !important;
          }

          .section-desc {
            font-size: 16px !important;
            line-height: 20px !important;
          }

          .location-proximity {
            padding: 20px 20px !important;
          }

          .intro {
            font-size: 16px;
            line-height: 20px !important;
          }

          .table-head {
            padding: 12px 25px !important;
          }

          .location-proximity .container {
            padding: 0;
          }

          .location-icon {
            margin-right: 0px !important;
          }

          .location-row {
            padding: 18px 25px;
            flex-direction: row !important;
            /* Ensure horizontal layout */
            align-items: center !important;
            display: flex !important;
            justify-content: space-between !important;
            gap: 15px !important;
          }

          /* Ensure destination and time stay inline */
          .destination {
            flex: 1 !important;
            display: flex !important;
            align-items: center !important;
            gap: 15px !important;
          }

          .time {
            width: auto !important;
            justify-content: flex-end !important;
            display: flex !important;
          }

          .time-badge {
            padding: 6px 7px !important;
            font-size: 13px !important;
            min-width: 85px !important;
          }

          .destination span {
            font-size: 15px !important;
          }

          .location-row {
            padding: 10px 18px !important;
          }

          .intro-box,
          .footer-box {
            padding: 18px !important;
          }

          .amenities {
            padding: 26px 20px !important;
          }

          .sub-text {
            margin-bottom: 20px !important;
            line-height: 20px !important;
          }

          .section-header {
            margin-bottom: 0px !important;
          }

          .amenities-grid {
            display: inline-block !important;
          }

          .item {
            display: inline-block !important;
            width: 46% !important;
          }

          .icon-container {
            width: 45px !important;
            height: 45px !important;
          }

          .icon-container i {
            font-size: 20px !important;
          }

          .item {
            padding: 12px 13px !important;
            min-height: 100px !important;
          }

          .item-content h4 {
            font-size: 12px !important;
            margin-bottom: 0px !important;
          }

          .item-content {
            padding-top: 8px !important;
          }

          .strip-title {
            font-size: 16px;
            padding-bottom: 0px;
          }

          .animated-btn {
            width: 70%;
          }

          .animated-btn {
            padding: 8px 17px;
          }

          .buttons-strip {
            padding: 9px 12px;
            border-radius: 40px;
          }

          .project-3d-carousel .owl-nav .owl-prev {
            left: -8px;
          }

          .project-3d-carousel .owl-nav button {
            width: 38px;
            height: 38px;
          }

          .project-3d-carousel .owl-nav .owl-next {
            right: -8px;
          }

          .floor-plans {
            padding: 30px 0;
          }

          .section-header-f h2 {
            font-size: 17px;
          }

          .btn-download-all {
            font-size: 13px;
          }

          .centered-full-boxes {
            /* gap: 16px; */
            display: inline-block;
            width: 100%;
            margin-top: 0px;
            padding: 0 10px;
          }

          .item.full {
            max-width: 49%;
            min-width: 49%;
          }
          .modal-fullscreen-sm-down .modal-content {
  padding-top: 0px !important;
}
.modal-fullscreen-sm-down .modal-content {
  height: auto !important;
}
        }

        @media (max-width: 576px) {
          .modal-fullscreen-sm-down .modal-content {
            padding-top: 70px;
          }
        }