
.color_main_painter {
  color: #fb501a !important;
}

body {
  margin: 0;
}
/* body {
  overflow-x: hidden;
} */
button{
  border: none;
}
/* scrollbar  */
.paint_scrollbar, body::-webkit-scrollbar {
  width: 5px;
}
.paint_scrollbar,body::-webkit-scrollbar-track {
  background-color: transparent;
}
.paint_scrollbar,body::-webkit-scrollbar-thumb {
  background-color: var(--main_color);
  border-radius: 10px;
}
.paint_scrollbar,body::-webkit-scrollbar-thumb:hover {
  background-color: var(--main_color);
}
/* Basic root  */
:root {
  --main_color: #ff3c00 !important;
  --secondary_color: #0066ff !important;
  --main_opacity_l: #ff3c0073 !important;
  --yellow: #FFBD13;
--light-blue: #e8edf5;
--blue-d-1: #3278FF;
--light: #F5F5F5;
--grey: #AAA;
--white: #FFF;
--shadow: 8px 8px 30px rgba(0,0,0,.05);
}
.light_bg_b{
  background-color:var(--light-blue) ;
}
.ellipsis-heading {
  width: 112px;           /* adjust as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: bold;
}


.property-type-row {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  padding-bottom: 4px;
}
.type_cards_a{
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
}
.property-type-card {
  min-width: 120px;
  max-width: 150px;
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .property-type-row {
    gap: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .property-type-card {
    min-width: 90vw;
    max-width: 95vw;
    font-size: 0.95rem;
    padding: 0.7rem 0.3rem;
  }
}


.property-type-card {
      border: 1.5px solid #e0e0e0;
      border-radius: 16px;
      background: #fff;
      padding: 10px 0px 10px 0px;
      transition: box-shadow 0.2s, border-color 0.2s;
      cursor: pointer;
      box-shadow: 0 1px 2px rgba(60,60,601,0.03);
      margin-bottom: 0.5rem;
      max-width: 220px;
      width: 100%;
    }
    .property-type-card.active, .property-type-card:hover,
    .type_cards_a:hover .property-type-card {
      border-color: #ffab91;
      background: #fbe9e7;
      box-shadow: 0 2px 8px rgba(255,87,34,0.08);
    }
    .property-type-card img {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 auto 0.5rem;
    }
    @media (max-width: 992px) {
      .property-type-card { min-width: 140px; max-width: 180px; }
    }
    @media (max-width: 768px) {
      .property-type-card { min-width: 120px; max-width: 150px; padding: 1rem 0.5rem; }
    }
    @media (max-width: 576px) {
      .property-type-card { min-width: 100px; max-width: 100%; font-size: 0.95rem; }
      .property-type-card img { width: 28px; height: 28px; }
    }
    /* Hide scrollbars for this row */
    .hide-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .hide-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .property-card-custom {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(60,60,60,0.10);
      background: #fff;
      width: 100%;
      margin: 0;
      transition: box-shadow 0.2s;
      height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }
    .property-card-custom:hover {
      box-shadow: 0 4px 24px rgba(255,87,34,0.15);
    }
    .property-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }
    .property-badges {
      position: absolute;
      top: 14px;
      left: 5px;
      right: 5px;
      display: flex;
      justify-content: space-between;
      z-index: 2;
    }
    .badge {
      font-size: 0.75rem;
      border-radius: 8px;
      padding: 2px 2px 2px 2px;
      font-weight: 600;
      background: #fff;
      color: var(--main_color) !important;
      border: 1.5px solid var(--main_color);
      box-shadow: none;
      letter-spacing: 0.01em;
      line-height: 1.5;
    }
    .badge-type.farm { color: var(--main_color); border-color: var(--main_color); background: #fff; }
    .badge-type.villa { color: #1976d2; border-color: #1976d2; background: #fff; }
    .badge-type.office { color: #616161; border-color: #616161; background: #fff; }
    .badge-type.flat { color: #ff9800; border-color: #ff9800; background: #fff; }
    .badge-sale {
      background: #26336a;
      color: #fff !important;
      width: auto;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      font-weight: 700;
      border: none;
    }
    .property-info {
      width: 100%;
      padding: 1rem 1rem 0.7rem 1rem;
      background: linear-gradient(0deg,rgba(0,0,0,0.55) 80%,rgba(0,0,0,0.0) 100%);
      color: #fff;
      position: absolute;
      left: 0; right: 0; bottom: 0;
      z-index: 2;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }
    .sec-property-location {
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
    }
    .property-owner {
      font-size: 0.95rem;
      color: #fff;
      margin-top: 2px;
      font-weight: 500;
    }
    .property-owner span { color: #fff; font-weight: 500; }
    .sec-property-price {
      font-size: 1rem;
      font-weight: 700;
      margin-top: 0.2rem;
      color: #fff;
      text-align: right;
    }
    @media (max-width: 1200px) {
      .property-card-custom { min-width: 220px; max-width: 260px; height: 260px; }
      .property-badges {
        top: 8px;
        left: 8px;
        right: 8px;
      }
      .badge, .badge-sale {
        font-size: 0.8rem;
        padding: 2px 10px;
      }
      .badge-sale {
        width: 26px;
        height: 26px;
        font-size: 0.85rem;
      }
    }
    @media (max-width: 768px) {
      .property-card-custom { min-width: 180px; max-width: 220px; height: 220px; }
      .property-badges {
        top: 6px;
        left: 6px;
        right: 6px;
      }
      .badge, .badge-sale {
        font-size: 0.75rem;
        padding: 1.5px 8px;
      }
      .badge-sale {
        width: 22px;
        height: 22px;
        font-size: 0.8rem;
      }
    }
    @media (max-width: 576px) {
      .property-card-custom { min-width: 90vw; max-width: 98vw; height: 180px; }
      .property-info { padding: 0.7rem 0.7rem 0.5rem 0.7rem; }
      .property-badges {
        top: 4px;
        left: 4px;
        right: 4px;
      }
      .badge, .badge-sale {
        font-size: 0.7rem;
        padding: 1px 6px;
      }
      .badge-sale {
        width: 18px;
        height: 18px;
        font-size: 0.7rem;
      }
    }
    
    .top-city-card {
      position: relative;
      width: 200px;
      height: 250px;
      border-radius: 18px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      transition: box-shadow 0.2s;
      box-shadow: 0 2px 12px rgba(60,60,60,0.10);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .top-city-card-overlay {
      position: absolute;
      inset: 0;
      background: rgba(255, 152, 0, 0.0);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }
    .top-city-card:hover .top-city-card-overlay {
      background: rgba(255, 152, 0, 0.18); /* Light orange on hover */
    }
    .top-city-card-title {
      color: #fff;
      font-size: 1.15rem;
      font-weight: 700;
      text-align: center;
      text-shadow: 0 2px 8px rgba(0,0,0,0.18);
      background: rgba(0,0,0,0.25);
      border-radius: 12px;
      padding: 0.5rem 1rem;
      line-height: 1.2;
    }
    .top-city-card-title span {
      display: block;
      font-size: 0.95rem;
      font-weight: 400;
      color: #ffe0b2;
    }
    @media (max-width: 992px) {
      .top-city-card { 
        width: 120px; 
        height: 160px; 
      }
      .top-city-card img { 
        border-radius: 20px;
      }
      .top-city-card-title { 
        font-size: 1.1rem; 
        padding: 0.5rem 0.8rem; 
      }
    }
    @media (max-width: 768px) {
      .top-city-card-title { 
        font-size: 1rem; 
        padding: 0.4rem 0.7rem; 
      }
    }
    @media (max-width: 576px) {
      .top-city-card-title { 
        font-size: 1.1rem; 
        padding: 0.5rem 0.8rem; 
      }
      .cities-swiper .swiper-slide { 
        width: 90vw !important; 
      }
    }
    @media (max-width: 480px) {
      .top-city-card-title { 
        font-size: 1rem; 
        padding: 0.4rem 0.7rem; 
      }
      .cities-swiper .swiper-slide { 
        width: 85vw !important; 
      }
    }
    .see-all-cities-link {
      color: var(--main_color) !important;
      font-size: 1rem;
    }
    .cities-row {
      display: flex;
      gap: 18px;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-bottom: 8px;
      scrollbar-width: thin;
      scrollbar-color: #ffab91 #fff;
      justify-content: space-between;
    }

    .top-city-card {
      flex: 0 0 calc(16.66% - 18px); /* 6 cards per row, minus gap */
      max-width: 200px;
      min-width: 150px;
    }

    @media (max-width: 1200px) {
      .top-city-card { 
        flex: 0 0 calc(25% - 12px); 
        max-width: 160px;
      }
    }
    @media (max-width: 992px) {
      .top-city-card { 
        flex: 0 0 calc(33.33% - 10px); 
        max-width: 140px;
      }
    }
    
    .featured-property-card {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 2px 12px rgba(60,60,60,0.10);
      min-height: 260px;
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
    }
    .featured-property-img {
      width: 100%;
      height: 265px;
      object-fit: cover;
      display: block;
    }
    .featured-property-card .badge-residential {
      background: #fff;
      color: var(--main_color);
      border: 1.5px solid var(--main_color);
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 10;
      font-size: 0.85rem;
      border-radius: 8px;
      padding: 0px 4px;
      font-weight: 600;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .featured-property-card .badge-commercial {
      background: #4a90e2;
      color: #fff;
      border: 1px solid #4a90e2;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 10;
      font-size: 0.85rem;
      border-radius: 8px;
      padding: 4px 12px;
      font-weight: 600;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .featured-property-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 18px 12px 18px;
      font-size: 1.1rem;
      font-weight: 600;
      color: #fff;
      background: linear-gradient(0deg,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.0) 100%);
      position: absolute;
      left: 0; right: 0; bottom: 0;
    }
    .featured-sec-property-price {
      font-size: 1.2rem;
      font-weight: 700;
      color: #fff;
    }
    @media (max-width: 992px) {
      .featured-property-card { 
        max-width: 240px; 
        min-height: 200px;
      }
      .featured-property-img { height: 150px; }
      .featured-property-card .badge-residential {
        top: 8px;
        left: 8px;
        font-size: 0.8rem;
        padding: 3px 10px;
      }
    }
    @media (max-width: 768px) {
      .featured-property-card { 
        max-width: 90vw; 
        width: 90vw;
        margin: 0;
        min-height: 180px;
      }
      .featured-property-img { height: 120px; }
      .featured-property-footer { 
        padding: 12px 12px 8px 12px; 
        font-size: 1rem; 
      }
      .featured-property-card .badge-residential {
        top: 6px;
        left: 6px;
        font-size: 0.75rem;
        padding: 2px 8px;
      }
      .sectitle{
        font-size: 1.4rem !important;
        line-height: 1.8rem !important;
      }
      .sec-subtitle {font-size: 0.95rem;}
    }
    @media (max-width: 576px) {
      .featured-property-card { 
        max-width: 98vw; 
        width: 98vw;
        margin: 0;
        min-height: 160px;
      }
      .badge { font-size: 0.8rem; padding: 2px 10px; }
      .featured-property-card .badge-residential {
        top: 5px;
        left: 5px;
        font-size: 0.7rem;
        padding: 2px 6px;
      }
      .featured-property-footer { 
        font-size: 0.95rem; 
        padding: 10px 10px 8px 10px; 
      }
      .featured-sec-property-price { 
        font-size: 1.1rem; 
      }
      .sectitle{
        font-size: 1rem;
      }
    }
    @media (max-width: 480px) {
      .featured-property-card { 
        max-width: 90vw; 
        width: 90vw;
        margin: 0;
        min-height: 140px;
      }
      .featured-property-card .badge-residential {
        top: 4px;
        left: 4px;
        font-size: 0.65rem;
        padding: 1px 5px;
      }
      .featured-property-footer { 
        font-size: 0.9rem; 
        padding: 8px 8px 6px 8px; 
      }
      .featured-sec-property-price { 
        font-size: 1rem; 
      }
      
    }
    /* Custom styles for card heights, spacing, etc. */
    .sectitle { margin: 2rem 0 1rem; font-weight: bold; font-size: 1.8rem; line-height: 2rem; }
    .sec-subtitle {font-size: 1rem; color: #555;}
    .swiper-slide { display: flex; justify-content: center; }
    .property-card, .agent-card { width: 100%; max-width: 320px; }
    @media (max-width: 576px) {
      .property-card, .agent-card { max-width: 90vw; }
    }
    .exact-owner-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(60,60,60,0.10);
    overflow: visible;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    border: 1.5px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .exact-owner-badge {
    position: absolute;
    top: 10px;
    left: 5%;
    transform: translateX(0%);
    background: #fff;
    color: var(--main_color);
    border: 1.5px solid var(--main_color);
    border-radius: 16px;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 2px 16px;
    z-index: 2;
    box-shadow: none;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  .exact-owner-img-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .exact-owner-img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .exact-owner-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(60,60,60,0.10);
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    background: #fff;
    z-index: 3;
  }
  .exact-owner-content {
    width: 100%;
    padding: 2.5rem 1rem 1rem 1rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
  }
  .exact-owner-label {
    font-size: 0.93rem;
    color: #888;
    font-weight: 500;
    margin-bottom: 0;
  }
  .exact-owner-value {
    font-size: 1.01rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
  .exact-owner-amount-label {
    color: var(--main_color);
    font-size: 1.05rem;
    font-weight: 700;
  }
  .exact-owner-amount {
    color: var(--main_color);
    font-size: 1.25rem;
    font-weight: 700;
  }
  @media (max-width: 768px) {
    .exact-owner-card { 
      max-width: 90vw; 
      width: 90vw;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 576px) {
    .exact-owner-card { 
      max-width: 98vw; 
      width: 98vw;
      margin: 0;
    }
    /* .exact-owner-img { height: 140px; } */
    .exact-owner-avatar { width: 40px; height: 40px; bottom: -20px; }
    .exact-owner-content { padding: 2rem 0.5rem 0.5rem 0.5rem; font-size: 0.95rem; }
    .exact-owner-amount { font-size: 1.1rem; }
  }
  
  @media (max-width: 480px) {
    .exact-owner-card { 
      max-width: 90vw; 
      width: 90vw;
      margin: 0;
    }
  }

  /* Left Section: Single Image */
  .real-estate-solution{
  display: flex;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
  }
        .left-section {
            flex: 1;
            min-width: 300px;
            padding: 20px;
            background: #fff;
        }

        .main-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }

        /* Right Section: Heading, Text, and Service Cards */
        .right-section {
            flex: 2;
            min-width: 300px;
            padding: 40px;
            background: #fff;
        }

        .text-content {
            text-align: center;
            margin-bottom: 30px;
        }

        .text-content h1 {
            font-size: 2rem;
            color: #333;
            margin: 0;
        }

        .text-content h1 span {
            display: block;
            font-size: 1.2rem;
            color: #666;
        }

        .text-content p {
            font-size: 1.1rem;
            color: #444;
        }

        .highlight {
            color: #4caf50;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }

        .service-card {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            padding: 15px;
            transition: transform 0.3s ease;
        }

        .service-card:hover {
            transform: scale(1.05);
        }

        .service-card img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            border-radius: 5px;
        }

        .service-card h3 {
            font-size: 1rem;
            color: #000;
            margin-top: 10px;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            /* .container {
                flex-direction: column;
            } */

            .left-section, .right-section {
                width: 100%;
            }

            .main-image {
                height: 400px;
            }

            .service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .text-content h1 {
                font-size: 1.8rem;
            }

            .text-content h1 span {
                font-size: 1.1rem;
            }

            .text-content p {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .main-image {
                height: 300px;
            }

            .text-content h1 {
                font-size: 1.5rem;
            }

            .text-content h1 span {
                font-size: 0.9rem;
            }

            .text-content p {
                font-size: 0.9rem;
            }

            .service-grid {
                grid-template-columns: 1fr;
            }

            .service-card img {
                height: 100px;
            }
        }
        .register-image img {
            height: 400px;
            width: 100%;
            border-radius: 0;
        }

        .register-content {
            background-color: var(--background-blue);
            padding: 3rem 2rem;
            height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .main-title {
            font-size: 1.75rem;
            text-align: start;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 0.5rem;
            line-height: 1.3;
            letter-spacing: -0.025em;
        }

        .register-subtitle {
            font-size: 1.25rem;
            color: var(--text-dark);
            margin-bottom: 1rem;
            font-weight: 400;
        }

        .free-text {
            color: var(--orange-accent);
            font-weight: 600;
        }

        .register-description {
            color: var(--text-muted);
            font-size: 0.95rem;
            margin-bottom: 2rem;
            font-weight: 400;
        }

        .stats-row {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .stat-card {
            background: var(--card-white);
            padding: 1rem 0.75rem;
            text-align: center;
            flex: 1;
            border: 1px solid #e2e8f0;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .stat-number {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--text-dark);
            display: block;
            margin-bottom: 0.25rem;
        }

        .stat-label {
            color: var(--text-muted);
            font-size: 0.75rem;
            font-weight: 400;
            line-height: 1.2;
        }

        .post-button {
            color: white;
            border: none;
            font-size: 0.875rem;
            font-weight: 500;
            border-radius: 3px;
            cursor: pointer;
            align-self: flex-start;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .register-list {
                min-height: auto;
                padding: 1rem 0;
            }
            
            .register-image img{
                height: 250px;
                margin-bottom: 1rem;
            }
            
            .register-content {
                height: auto;
                padding: 2rem 1rem;
            }
            
            .main-title {
                font-size: 1.5rem;
            }
            
            .register-subtitle {
                font-size: 1.1rem;
            }
            
            .stats-row {
                flex-direction: column;
                gap: 0.75rem;
            }
            
            .stat-card {
                padding: 1rem;
            }
        }

        @media (max-width: 576px) {
            .stats-row {
                flex-direction: row;
                gap: 0.5rem;
            }
            
            .stat-card {
                padding: 0.75rem 0.5rem;
            }
            
            .stat-number {
                font-size: 1rem;
            }
            
            .stat-label {
                font-size: 0.7rem;
            }
            
            .main-title {
                font-size: 1.3rem;
            }
            
            .-register-subtitle {
                font-size: 1rem;
            }
        }

        /* Tablet */
        @media (min-width: 769px) and (max-width: 991px) {
            .register-content {
                padding: 2.5rem 1.5rem;
            }
            
            .main-title {
                font-size: 1.6rem;
            }
        }

        /* Desktop */
        @media (min-width: 992px) {
            .register-image img {
                height: 500px;
            }
            
            .register-content {
                height: 500px;
                padding: 4rem 3rem;
            }
            
            .main-title {
                font-size: 1.8rem;
            }
            
            .register-subtitle {
                font-size: 1.4rem;
            }
        }

        /* Large Desktop */
        @media (min-width: 1200px) {
            .register-content {
                padding: 5rem 4rem;
            }
            
            .main-title {
                font-size: 2rem;
            }
        }
        .buyers-search-section {
  --buyers-bg: #f7faff;
  --buyers-card-bg: #f0f6ff;
  --buyers-border: #e3eafc;
  --buyers-title: #222;
  --buyers-subtitle: #888;
  --buyers-tab-active: #ff4d4f;
  --buyers-tab: #3b5998;
  --buyers-rank: #ff4d4f;
  --buyers-percent: #888;
  --buyers-app-title: #222;
  --buyers-app-highlight: #ff4d4f;
  --buyers-app-desc: #444;
  --buyers-app-bg: #fff8f6;
}
.buyers-search-box {
  background: var(--buyers-bg);
  border-radius: 18px;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 2px 12px rgba(60,60,60,0.06);
  height: 100%;
}
.buyers-search-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--buyers-title);
  margin-bottom: 0.5rem;
}
.buyers-search-subtitle {
  font-size: 1rem;
  color: var(--buyers-subtitle);
  margin-bottom: 1rem;
}
.buyers-search-tabs {
  margin-bottom: 1.2rem;
}
.buyers-tab {
  display: inline-block;
  margin-right: 1.2rem;
  font-size: 1rem;
  color: var(--buyers-tab);
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}
.buyers-tab.active, .buyers-tab:hover {
  color: var(--buyers-tab-active);
  font-weight: 700;
  border-bottom: 2px solid var(--buyers-tab-active);
}
.buyers-search-card {
  background: var(--buyers-card-bg);
  border-radius: 12px;
  padding: 1rem 1rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid var(--buyers-border);
}
.buyers-search-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--buyers-title);
  margin-bottom: 0.5rem;
}
.buyers-search-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.buyers-search-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.98rem;
  padding: 0.2rem 0;
}
.buyers-search-rank {
  color: var(--buyers-rank);
  font-weight: 700;
  margin-right: 0.5rem;
}
.buyers-search-percent {
  color: var(--buyers-percent);
  font-size: 0.95rem;
  margin-left: 0.5rem;
}
.buyers-app-box {
  background: var(--buyers-app-bg);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(60,60,60,0.06);
  height: 100%;
}
.buyers-app-img {
  width: 275px;
  max-width: 100%;
  margin-bottom: 1rem;
}
.buyers-app-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--buyers-app-title);
  margin-bottom: 0.5rem;
}
.buyers-app-highlight {
  color: var(--buyers-app-highlight);
}
.buyers-app-desc {
  font-size: 1rem;
  color: var(--buyers-app-desc);
  margin-bottom: 1rem;
}
.buyers-app-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.buyers-app-store {
  height: 40px;
  width: auto;
  cursor: pointer;
}
@media (max-width: 991px) {
  .buyers-search-box, .buyers-app-box {
    margin-bottom: 1.5rem;
    min-height: unset;
    height: auto;
  }
}
@media (max-width: 767px) {
  .buyers-search-box, .buyers-app-box {
    padding: 1.2rem 0.7rem;
  }
  .buyers-search-title {
    font-size: 1.1rem;
  }
  .buyers-app-title {
    font-size: 1rem;
  }
  .buyers-app-store {
    height: 32px;
  }
}
 .tabs_card:hover {
  transform: none !important;
}
.tabs_card ul{
      list-style-type: none;

}
.navss {
  width: 100%;
  border-radius: 5px;
}

.navss .nav-item .nav-property:hover {
  border-bottom: 3px solid var(--main_color);
}

.navss .nav-item .nav-property.active {
  border-bottom: 3px solid var(--main_color);
}

@media (max-width: 700px) {
  .navss .nav-item .nav-property:hover {
    border-bottom: 3px solid var(--main_color);
  }
  @media (max-width: 768px) {
    .property_demand {
        white-space: nowrap;
        overflow-y: hidden !important;
        overflow-x: auto !important;
        position: relative !important;
        width: 100%;
        scrollbar-width: none;
        z-index: 2;
        background-color: #f5f5f5;
        border-bottom: 1px solid #d8d8d8;
        height: 48px;
        display: flex
;
    }
}
  .navss .nav-item .nav-property.active {
    border-bottom: 3px solid var(--main_color);
  }
}
.sec-color {
    color: var(--main_color) !important;
}
.demand-card {
      border-radius: 12px;
      border: 1px solid #e0e0e0;
      min-height: 465px;
      padding: 20px;
      background: white;
  }
  .location-item {
      padding: 12px 0;
      border-bottom: 1px solid #f0f0f0;
  }
  .text-ellipsis {
  text-overflow: ellipsis;
    overflow: hidden;
    max-width: 63%;
    white-space: nowrap;
}
.demand-text{
    font-size: 14px;
    font-weight: 600;
  }
  .demand-span{
     font-size: 14px;
     color: #fb521d;
     font-weight: 600;
 }
 .search-percentage {
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
  margin: 8px 0;
}

.search-percentage-fill {
  height: 100%;
  background: #fb521d;
  border-radius: 3px;
}
.swiper-button-prev, .swiper-button-next {
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next i {
    font-size: 20px;
    color: #000 !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.suganta-footer {
  background: #153a7b;
  color: #fff;
  font-size: 1rem;
  margin-top: 2rem;
}
.suganta-footer .footer-title {
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
  color: #fff;
  letter-spacing: 0.01em;
}
.suganta-footer .footer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.suganta-footer .footer-list li {
  font-size: 0.97rem;
  color: #c7d3ee;
  margin-bottom: 0.2rem;
}
.suganta-footer .footer-brand-text {
  color: #c7d3ee;
  font-size: 0.98rem;
  margin-bottom: 0.5rem;
}
.suganta-footer .footer-newsletter {
  background: #2956a3;
  border-radius: 10px;
  padding: 1rem 1.2rem;
}
.suganta-footer .footer-newsletter-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
}
.suganta-footer .footer-newsletter-desc {
  color: #c7d3ee;
  font-size: 0.95rem;
}
.suganta-footer .footer-newsletter-form input {
  border-radius: 6px;
  border: none;
  font-size: 0.98rem;
}
.suganta-footer .btn-footer-newsletter {
  background: var(--main_color);
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  padding: 0.45rem 1.2rem;
  transition: background 0.2s;
}
.suganta-footer .btn-footer-newsletter:hover {
  background: var(--main_color);
}
.suganta-footer .footer-bottom {
  border-top: 1px solid #2956a3;
  font-size: 0.97rem;
  color: #c7d3ee;
}
.suganta-footer .footer-bottom-links a {
  color: #c7d3ee;
  margin-right: 1.1rem;
  text-decoration: none;
  font-size: 0.97rem;
  transition: color 0.2s;
}
.suganta-footer .footer-bottom-links a:hover {
  color: var(--main_color);
}
.suganta-footer .footer-bottom-brand {
  font-size: 0.97rem;
  color: #c7d3ee;
}
.suganta-footer .footer-logo {
  height: 32px;
}
.new-footer-social-icons {
  margin-top: 5px;
  justify-content: start;
  display: flex;
}

.new-footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  color: #333333;
  margin-right: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.new-footer-social-icons a:hover {
  transform: translateY(-5px);
}

.new-footer-social-icons a.new-footer-facebook:hover {
  background-color: #3b5998;
  color: white;
}

.new-footer-social-icons a.new-footer-twitter:hover {
  background-color: #000000;
  color: white;
}

.new-footer-social-icons a.new-footer-instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white;
}

.new-footer-social-icons a.new-footer-linkedin:hover {
  background-color: #0077b5;
  color: white;
}

.new-footer-social-icons a.new-footer-youtube:hover {
  background-color: #ff0000;
  color: white;
}

.new-footer-social-icons a.new-footer-pinterest:hover {
  background-color: #bd081c;
  color: white;
}
.new-footer-social-icons a.new-footer-blogger:hover {
  background-color: #f38d39;
  color: white;
}
.new-footer-social-icons a.new-footer-tumblr:hover {
  background-color: #001935;
  color: white;
}

.new-footer-app-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 8px;
  background-color: #333333;
  color: white;
  text-decoration: none;
  margin-right: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.new-footer-app-btn:hover {
  background: #fb501a;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  color: white;
}

.new-footer-app-btn i {
  font-size: 24px;
  margin-right: 10px;
}

.new-footer-app-btn-text {
  display: flex;
  flex-direction: column;
}

.new-footer-app-btn .new-footer-small-text {
  font-size: 10px;
  opacity: 0.8;
}

.new-footer-app-btn .new-footer-big-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .suganta-footer .footer-title { font-size: 1rem; }
  .suganta-footer .footer-list li { font-size: 0.95rem; }
  .suganta-footer .footer-brand-text { font-size: 0.95rem; }
  .suganta-footer .footer-newsletter { padding: 0.8rem 0.7rem; }
}
@media (max-width: 767px) {
  .suganta-footer .footer-title { font-size: 0.98rem; }
  .suganta-footer .footer-list li { font-size: 0.93rem; }
  .suganta-footer .footer-brand-text { font-size: 0.93rem; }
  .suganta-footer .footer-bottom { flex-direction: column; text-align: center; }
  .suganta-footer .footer-bottom-links { margin-bottom: 0.7rem; }
}
@media (max-width: 575px) {
  .suganta-footer .footer-title { font-size: 0.95rem; }
  .suganta-footer .footer-list li { font-size: 0.9rem; }
  .suganta-footer .footer-brand-text { font-size: 0.9rem; }
  .suganta-footer .footer-bottom { font-size: 0.9rem; }
}
/* footer section start */
.footer-columns-2rows .row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-columns-2rows .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  @media (max-width: 991px) {
    .footer-columns-2rows .row {
      flex-direction: column;
    }
    .footer-columns-2rows .col-md-4 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 2rem;
    }
  }
  .custom-footer {
    background: #153a7b;
    color: #fff;
    font-size: 1rem;
    margin-top: 2rem;
  }
  .custom-footer .footer-title {
    font-weight: 700;
    font-size: 1.08rem;
    margin-bottom: 0.5rem;
    color: #fff;
    letter-spacing: 0.01em;
  }
  .custom-footer .footer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
  .custom-footer .footer-list li {
    font-size: 0.97rem;
    color: #c7d3ee;
    margin-bottom: 0.2rem;
    padding-left: 0;
  }
  .custom-footer .footer-brand-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
  }
  .custom-footer .footer-brand-text {
    color: #c7d3ee;
    font-size: 0.98rem;
    margin-bottom: 0.5rem;
  }
  .custom-footer .footer-newsletter {
    background: #2956a3;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    margin-bottom: 1.5rem;
  }
  .custom-footer .footer-newsletter-title {
    font-weight: 700;
    font-size: 1.05rem;
    color: #fff;
  }
  .custom-footer .footer-newsletter-desc {
    color: #c7d3ee;
    font-size: 0.95rem;
  }
  .custom-footer .footer-newsletter-form input {
    border-radius: 6px;
    border: none;
    font-size: 0.98rem;
  }
  .custom-footer .btn-footer-newsletter {
    background: var(--main_color);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    padding: 0.45rem 1.2rem;
    transition: background 0.2s;
  }
  .custom-footer .btn-footer-newsletter:hover {
    background: var(--main_color);
  }
  .custom-footer .footer-bottom {
    border-top: 1px solid #2956a3;
    font-size: 0.97rem;
    color: #c7d3ee;
  }
  .custom-footer .footer-bottom-links a {
    color: #c7d3ee;
    margin-right: 1.1rem;
    text-decoration: none;
    font-size: 0.97rem;
    transition: color 0.2s;
  }
  .custom-footer .footer-bottom-links a:hover {
    color: var(--main_color);
  }
  .custom-footer .footer-bottom-brand {
    font-size: 0.97rem;
    color: #c7d3ee;
  }
  .footer-columns-2rows .row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-columns-2rows .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  /* .custom-footer a {
    color: #fff;
    text-decoration: underline;
  }
  .custom-footer a:hover {
    color: var(--main_color);
  } */
  .custom-footer input.form-control {
    background: #fff;
    color: #222;
  }
  .custom-footer .footer-app {
    margin-bottom: 1.5rem;
  }
  @media (max-width: 991px) {
    .custom-footer .footer-title { font-size: 1rem; }
    .custom-footer .footer-list li { font-size: 0.95rem; }
    .custom-footer .footer-brand-text { font-size: 0.95rem; }
    .custom-footer .footer-newsletter { padding: 0.8rem 0.7rem; }
  }
  @media (max-width: 767px) {
    .custom-footer .footer-title { font-size: 0.98rem; }
    .custom-footer .footer-list li { font-size: 0.93rem; }
    .custom-footer .footer-brand-text { font-size: 0.93rem; }
    .custom-footer .footer-bottom { flex-direction: column; text-align: center; }
    .custom-footer .footer-bottom-links { margin-bottom: 0.7rem; }
    .footer-main .row > div { margin-bottom: 2rem; }
    .footer-columns-2rows .row { flex-direction: column; }
    .footer-columns-2rows .col-md-4 { width: 100%; max-width: 100%; margin-bottom: 2rem; }
  }
  @media (max-width: 575px) {
    .custom-footer .footer-title { font-size: 0.95rem; }
    .custom-footer .footer-list li { font-size: 0.9rem; }
    .custom-footer .footer-brand-text { font-size: 0.9rem; }
    .custom-footer .footer-bottom { font-size: 0.9rem; }
    .footer-main { padding: 2rem 0.5rem !important; }
    .footer-main .row { flex-direction: column; }
    .footer-main .row > div { margin-bottom: 1.5rem; }
  }
  /* end footer section */

/* Gradient border at the top */
.tytil-navbar-gradient {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
}


  

.home-banner-section {
  min-height: 350px;
  background: #f5f5f5;
  padding: 0;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  min-height: 350px;
  height: 60vh;
  max-height: 60vh;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* Mobile Responsive Styles for Home Banner */
@media (max-width: 991.98px) {
  .home-banner-section {
    min-height: 400px;
    position: relative;
  }
  
  .banner-img {
    min-height: 400px;
    height: 60vh;
    max-height: 60vh;
    object-position: center;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .home-banner-section {
    min-height: 350px;
    position: relative;
    overflow: hidden;
  }
  
  .banner-img {
    min-height: 350px;
    height: 55vh;
    max-height: 55vh;
    object-position: center;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  /* Light overlay only for text readability */
  .home-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
    z-index: 1;
  }
}

@media (max-width: 576px) {
  .home-banner-section {
    min-height: 300px;
    margin-top: 0;
    position: relative;
  }
  
  .banner-img {
    min-height: 300px;
    height: 50vh;
    max-height: 50vh;
    object-position: center;
    object-fit: none;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  /* Light overlay for text readability */
  .home-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.08) 100%);
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .home-banner-section {
    min-height: 280px;
    position: relative;
  }
  
  .banner-img {
    min-height: 280px;
    height: 45vh;
    max-height: 45vh;
    object-position: center;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  /* Minimal overlay for small screens */
  .home-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
  }
}
.banner-form-overlay {
  position: absolute;
  top: -85px; left: 0; right: 0; bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 5vw;
  z-index: 2;
  text-align: center;
}

/* Mobile Responsive Styles for Banner Form Overlay */
@media (max-width: 991.98px) {
  .banner-form-overlay {
    padding: 2rem 4vw;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: transparent;
  }
}

@media (max-width: 767.98px) {
  .banner-form-overlay {
    padding: 1.5rem 3vw;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: transparent;
  }
}

@media (max-width: 576px) {
  .banner-form-overlay {
    padding: 1rem 2vw;
    top: 0px !important;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: transparent;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .banner-form-overlay {
    padding: 0.8rem 1.5vw;
    justify-content: center;
    top: 0px !important;
    align-items: center;
    z-index: 10;
    background: transparent;
    text-align: center;
  }
}

/* Mobile Swiper Styles for Home Banner */
@media (max-width: 767.98px) {
  .home-swiper .swiper-pagination {
    bottom: 20px !important;
  }
  
  .home-swiper .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
  }
  
  .home-swiper .swiper-pagination-bullet-active {
    background: #fff !important;
    transform: scale(1.2) !important;
  }
}

@media (max-width: 576px) {
  .home-swiper .swiper-pagination {
    bottom: 15px !important;
  }
  
  .home-swiper .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    margin: 0 3px !important;
  }
}

@media (max-width: 480px) {
  .home-swiper .swiper-pagination {
    bottom: 10px !important;
  }
  
  .home-swiper .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    margin: 0 2px !important;
  }
}

/* Additional Mobile Optimizations for Home Banner */
@media (max-width: 767.98px) {
  .home-banner-section .swiper {
    height: 100% !important;
  }
  
  .home-banner-section .swiper-wrapper {
    height: 100% !important;
  }
  
  .home-banner-section .swiper-slide {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* Touch-friendly interactions for mobile */
@media (max-width: 767.98px) {
  .home-banner-section {
    touch-action: pan-y pinch-zoom;
  }
  
  .banner-img {
    pointer-events: none;
  }
  
  .banner-form-overlay {
    pointer-events: auto;
  }
}

/* Performance optimizations for mobile */
@media (max-width: 767.98px) {
  .home-banner-section {
    will-change: transform;
  }
  
  .banner-img {
    will-change: transform;
  }
}

/* Serach bar css start*/

div.sg-serachBox-contianer-873 {
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

/* Enhanced Mobile Responsive Styles for Search Form */
@media (max-width: 991.98px) {
  div.sg-serachBox-contianer-873 {
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 15;
  }
}

@media (max-width: 767.98px) {
  div.sg-serachBox-contianer-873 {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 15;
  }
}

@media (max-width: 576px) {
  div.sg-serachBox-contianer-873 {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 15;
  }
}

@media (max-width: 480px) {
  div.sg-serachBox-contianer-873 {
    width: 100%;
    padding: 0 8px;
    margin: 0 auto;
    position: relative;
    z-index: 15;
  }
}

h1.sg-heading-9832 {
  font-size: 25px;
  color: white;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  height: 94px;
  line-height: 66px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
/* Mobile Responsive Heading Styles */
@media (max-width: 991.98px) {
  h1.sg-heading-9832 {
    font-size: 22px;
    height: 80px;
    line-height: 56px;
    padding-bottom: 25px;
  }
  
  h1.sg-heading-9832 span {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  h1.sg-heading-9832 {
    font-size: 20px;
    height: 70px;
    line-height: 48px;
    padding-bottom: 20px;
  }
  
  h1.sg-heading-9832 span {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  h1.sg-heading-9832 {
    font-size: 18px;
    height: 60px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  
  h1.sg-heading-9832 span {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  h1.sg-heading-9832 {
    font-size: 16px;
    height: 50px;
    line-height: 32px;
    padding-bottom: 12px;
  }
  
  h1.sg-heading-9832 span {
    font-size: 24px;
  }
}

div.sg-serachBox-contianer-873 .sg-searchTab-7429 {
  padding: 0px 0px 20px 0px;
  text-align: center;
  position: relative;
  width: 725px;
  margin: 0px auto;
}

/* Mobile Responsive Search Tabs */
@media (max-width: 991.98px) {
  div.sg-serachBox-contianer-873 .sg-searchTab-7429 {
    width: 100%;
    max-width: 600px;
    padding: 0px 0px 18px 0px;
  }
}

@media (max-width: 767.98px) {
  div.sg-serachBox-contianer-873 .sg-searchTab-7429 {
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 15px 0px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  
  div.sg-serachBox-contianer-873 .sg-searchTab-7429::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 576px) {
  div.sg-serachBox-contianer-873 .sg-searchTab-7429 {
    padding: 0px 0px 12px 0px;
  }
}

@media (max-width: 480px) {
  div.sg-serachBox-contianer-873 .sg-searchTab-7429 {
    padding: 0px 0px 10px 0px;
  }
}

div.sg-serachBox-contianer-873 .sg-searchTab-7429 .sg-searchtab-items-842 {
  display: inline-block;
  line-height: 32px;
  padding: 0px 12px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: 0.3 ease;

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #fb501a;
    transition: width 0.3s ease, left 0.3s ease;
  }
}

div.sg-serachBox-contianer-873 .sg-searchTab-7429 .sg-searchtab-items-842:hover::after {
  width: 100%;
  left: 0;
}

div.sg-serachBox-contianer-873 .sg-searchTab-7429 .sg-searchtab-items-842.active::after {
  width: 100%;
  left: 0;
}

div.sg-serachBox-contianer-873 .sg-searchTab-7429:hover .sg-searchtab-items-842::after {
  left: 0%;
}

div.sg-searchbar___warp {
  width: 900px;
  height: 80px;
  margin: 0px auto;
  border-radius: 50px;
  box-shadow: 0 3px 12px -9px rgba(0, 0, 0, 0.4);
  border: solid 1px #909090;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

/* Mobile Responsive Search Bar Wrapper */
@media (max-width: 991.98px) {
  div.sg-searchbar___warp {
    width: 100%;
    max-width: 800px;
    height: 70px;
    border-radius: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: solid 1px #e0e0e0;
    z-index: 20;
  }
}

@media (max-width: 767.98px) {
  div.sg-searchbar___warp {
    width: 100%;
    max-width: 100%;
    height: 65px;
    border-radius: 35px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    border: solid 1px #d0d0d0;
    background: #ffffff;
    z-index: 20;
  }
}

@media (max-width: 576px) {
  div.sg-searchbar___warp {
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    border: solid 1px #c0c0c0;
  }
}

@media (max-width: 480px) {
  div.sg-searchbar___warp {
    height: 55px;
    border-radius: 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    border: solid 1px #b0b0b0;
  }
}

div.sg-searchbar___warp .sg-searhbar-location {
  float: left;
  /* width: 350px; */
  height: 36px;
  margin: 0px 16px 0px 0px;
  border-right: 1px solid #d7d7d7;
  padding-left: 32px;
  position: relative;
  z-index: 5;
  width: 324px;
}

div.sg-searchbar___warp .sg-searhbar-location img {
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 20px;
  /* height: 15px; */
  background: url('https://tytil.com/assets/img/icons/location.png') no-repeat -46px -753px;
  z-index: 2;
}

.sg-searchbar-location-tag {
  padding: 2px 0px 12px 4px;
}

/* <-----------> */

.sg-searchbar-location-tag.forflexview {
  display: flex;
  

  width: 100%; 

}


.sg-searchbar-location-tag.tag-added {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.sg-searchbar-locationbar-tag {
  float: left;
  position: relative;
  margin: 0px 0px 5px 5px;
}

.sg-searchbar-city {
  padding: 0px 22px 0px 12px;
  line-height: 32px;
  border-radius: 16px;
  color: #303030;
  cursor: default;
  background: #fb501a38;
  font-size: 13px;
  max-width: 146px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .sg-searchbar-city.sg-serachbar-city-t {
  padding: 0px 22px 0px 12px;
} */


.sg-searchbar-city-close {
  position: absolute;
  top: 8px;
  right: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* <-----------> */

.sg-searchbar-city-close::after,
.sg-searchbar-city-close::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 12px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}

.sg-searchbar-city-close::before {
  transform: rotate(-45deg);
}

.sg-searchbar-locationbar-tag-count {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #303030;
  cursor: default;
  border-radius: 16px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
  font-weight: 500;
  margin-left: 5px;
}


#HomeSearchInput::placeholder {
  font-size: 13px; 
  color: gray; 
  font-style: italic; 
}

.sg-searchbar-input-box-848 {
  width: calc(100% - 8px);
  height: 36px;
  line-height: 36px;
  /* font-size: 16px; */
  color: #606060;
  border: none;
  outline: none;
  padding: 0px 0px 0px 8px;
  background: none;
  margin-right: 16px;
}

/* @media (max-width:750px) {
  .sg-searchbar-input-box-848 {
    margin-top: 6px;
  }
} */

.sg-search-property-87423 {
  float: left;
  width: 170px;
  height: 36px;
  margin: 0px 16px 0px 0px;
  border-right: 1px solid #d7d7d7;
  padding-left: 22px;
  position: relative;
  
}

.sg-search-property-87423 img {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 19px;
  /* height: 14px; */
  background: url('https://tytil.com/assets/img/icons/location.png') no-repeat -45px -800px;
}

.sg-search-property-title-8328 {
  margin-top: 6px;
}

.sg-search-bar-budegt-842830 {
  font-size: 16px;
  color: #606060;
  padding: 0px 30px 0px 0px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  height: 48px;}

.sg-search-property-title-8328,
.sg-search-bar-budegt-84287 {
  font-size: 16px;
  color: #606060;
  padding: 0px 30px 0px 0px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  height: 48px;

  &::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 14px;
    width: 11px;
    height: 6px;
    /* background: url(https://cdn.staticmb.com/magicservicestatic/1733268319188/images/mb-home-web/mb-home-sprite-web.svg) no-repeat -47px -983px; */
  }
  
}

div.sg-search-budget-873 {
  float: left;
  width: 185px;
  height: 36px;
  margin: 0px 0px 0px 0px;
  padding-left: 22px;
  position: relative;
}

div.sg-search-budget-873 img {
  content: "";
  position: absolute;
  left: 0px;
  top: 14px;
  width: 17px;
  /* height: 14px; */
  background: url('https://tytil.com/assets/img/icons/rupee.png') no-repeat -45px -845px;
}

.sg-search-bar-budegt-84287 {
  margin-top: 6px;
}

.sg-search-bar-budegt-842830 {
  margin-top: 6px;
}

.sg-searchbar-btn-7834 {
  float: right;
  width: 152px;
  height: 48px;
  border-radius: 26px;
  background-color: #fb501a;
  margin: 0px 16px 0px 15px; /* Adjusted margin */
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.sg-searchbar-btn-7834:hover {
  background-color: #e64500;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(251, 80, 26, 0.3);
}


/* Mobile Responsive Search Button */
@media (max-width: 991.98px) {
  .sg-searchbar-btn-7834 {
    width: 120px;
    height: 42px;
    border-radius: 22px;
    font-size: 16px;
    line-height: 40px;
    margin: 0px 12px 0px 12px;
  }
}

@media (max-width: 767.98px) {
  .sg-searchbar-btn-7834 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 46px;
    margin: 4px 4px 0px 0px;
    font-weight: 700;
  }
}

@media (max-width: 576px) {
  .sg-searchbar-btn-7834 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 42px;
    margin: 3px 3px 0px 0px;
  }
  .home_btn_9b8vqz{
    background-color:var(--main_color) ;
    color: white;
    }
}

@media (max-width: 480px) {
  .sg-searchbar-btn-7834 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    margin: 2px 2px 0px 0px;
  }
}

/* Additional Mobile Optimizations for Search Form */
@media (max-width: 767.98px) {
  /* Hide property and budget sections on mobile for cleaner look */
  div.sg-search-property-87423,
  div.sg-search-budget-873 {
    display: none !important;
  }
  
  /* Optimize location input for mobile */
  div.sg-searchbar___warp .sg-searhbar-location {
    width: calc(100% - 60px) !important;
    max-width: none !important;
    border-right: none !important;
    margin: 0 !important;
    padding-left: 18px !important;
    line-height: 56px !important;
    font-size: 14px !important;
  }
  
  /* Optimize search input for mobile */
  .sg-searchbar-input-box-848 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 16px !important;
    font-size: 14px !important;
  }
  
  /* Optimize location tags for mobile */
  .sg-searchbar-location-tag {
    padding: 0 !important;
    margin-right: 10px !important;
  }
  
  /* Optimize city dropdown for mobile */
  .sg-searchbox__city__dropdown {
    top: 11px !important;
    width: calc(100vw - 20px) !important;
    max-width: 328px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

/* Touch-friendly improvements for mobile */
@media (max-width: 767.98px) {
  div.sg-serachBox-contianer-873 {
    touch-action: manipulation;
  }
  
  div.sg-searchbar___warp {
    touch-action: manipulation;
  }
  
  .sg-searchbar-btn-7834 {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  
  .sg-searchtab-items-842 {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* Performance optimizations for mobile */
@media (max-width: 767.98px) {
  div.sg-serachBox-contianer-873 {
    will-change: transform;
  }
  
  div.sg-searchbar___warp {
    will-change: transform;
  }
}

/* Final Mobile Optimizations to Match Image Perfectly */
@media (max-width: 767.98px) {
  /* Ensure proper layering */
  .home-banner-section {
    z-index: 1;
  }
  
  .banner-form-overlay {
    z-index: 10;
  }
  
  div.sg-serachBox-contianer-873 {
    z-index: 15;
  }
  
  /* Enhance text readability */
  h1.sg-heading-9832 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    font-weight: 500;
  }
  
  /* Ensure search form is perfectly centered */
  .banner-form-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  /* Make search tabs more prominent */
  .sg-searchtab-items-842 {
    font-weight: 600;
    color: #333 !important;
    text-shadow: none;
  }
  
  /* Ensure search bar stands out */
  div.sg-searchbar___warp {
    background: #ffffff !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2) !important;
  }
}

/* Extra small screen optimizations */
@media (max-width: 480px) {
  .home-banner-section {
    min-height: 320px;
  }
  
  .banner-img {
    min-height: 320px;
    height: 50vh;
    object-fit: none;
    max-height: 50vh;
  }
  
  /* Ensure everything is perfectly visible */
  .banner-form-overlay {
    padding: 1rem 1.5vw;
  }
  
  div.sg-serachBox-contianer-873 {
    padding: 0 10px;
  }
}



.sg-searchbar-btn-7834-icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  vertical-align: 2px;
  position: relative;
  margin-right: 9px;
  margin-top: -3px;

  &::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    background-color: #ffffff;
    left: 7px;
    top: 6px;
    transform: rotate(-45deg);
  }
}

.sg-searchbar-location-error {
  position: absolute;
  left: 40px;
  top: 52px;
  z-index: 9;
  background: #ffe8e6;
  padding: 4px 9px 4px;
  border: 1px solid #fb501a;
  display: none;
  border-radius: 3px;
  white-space: nowrap;
  color: #fb501a;
  font-size: 14px;
}

.sg-searchbar-location-error::before,
.sg-searchbar-location-error::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fb501a;
  white-space: nowrap;
  color: #fb501a;
  font-size: 14px;
}

.sg-searchbar-location-error::after {
  top: -7px;
  left: 21px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffe8e6;
}

.sg-searchbox__budget__dropdown,
.sg-searchbox__property__dropdown,
.sg-searchbox-sqft-area-dropdown,
.sg-searchbox__city__dropdown {
  position: absolute;
  top: 22.5px;
  left: 0px;
  width: 210px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  display: none;
  z-index: 99999;
}

.sg-searchbox__city__dropdown {
  top: 8px;
  width: 317px;
  max-height: 200px;
  overflow: auto;
  z-index: 9999999999999;
  position: absolute;
}

.sg-searchbox__suggestions {
  padding: 12px 16px 0px;
}

.sg-searchbox-title-93488 {
  font-size: 12px;
  color: #303030;
  font-weight: 700;
  padding-bottom: 16px;
}

.sg-searchbox__suggestions-items {
  padding: 0px 0px 12px 42px;
  position: relative;
  font-size: 14px;
  color: #606060;
  line-height: 32px;
}

.sg-searchbox__suggestions-items::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #fb501a38;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 -368px;
}

.sg-searchbox__suggestions-items .area-icon {
  position: absolute;
  left: 10px;
  top: 3px;
  width: 12px;
  height: 15px;
}

.sg-searchbox__auto-suggest {
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0px;
}

.sg-searchbox-suggest-items {
  font-size: 14px;
  color: #606060;
  line-height: 32px;
  padding: 0px 16px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;

  &:hover {
    background-color: #f5f5f5;

  }
}

.sg-searchbox-propertytype_data-8739 {
  display: none;
  padding-bottom: 8px;
}

.sg-searchbox__propertytype__title__87230 {
  font-size: 12px;
  color: #606060;
  /* padding-bottom: 8px; */
  cursor: pointer;
  position: relative;
  font-weight: 700;
}

.sg-searchbox__propertytype__title__87230.showproptype::after {
  transform: rotate(-180deg);
  vertical-align: 2px;
}

.sg-searchbox__auto-suggest .sg-searchbox-title-93488 {
  padding: 16px 0px 8px 16px;
}

/* type */

.sg-searchbox__property__wrap {
  padding: 12px 0px 0px 16px;
}

.sg-searchbox__property__group-9743 {
  padding-bottom: 10px;
}

.sg-searchbox__propertytype__title__87278 {
  font-size: 12px;
  color: #606060;
  padding-bottom: 8px;
  cursor: pointer;
  position: relative;
  font-weight: 700;

  &::after {
    content: "";
    display: inline-block;
    vertical-align: 0px;
    margin-left: 5px;
    width: 11px;
    height: 6px;
    /* background: url(https://cdn.staticmb.com/magicservicestatic/1733268319188/images/mb-home-web/mb-home-sprite-web.svg) no-repeat -47px -983px; */
    transition: all ease .3s;
  }
}

.sg-searchbox__propertytype__title__87278.showproptype::after {
  transform: rotate(-180deg);
  vertical-align: 2px;
}

.sg-searchbox-propertytype_data-8738 {
  display: none;
  padding-bottom: 8px;
}

.sg-searchbox-property-items-8388 {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  position: relative;
}

.sg-searchbox-propety-check-8487 {
  display: none;
}

.sg-searchbox-propety-label-8487 {
  display: block;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 0px 12px;
  line-height: 32px;
  font-size: 14px;
  color: #606060;
  cursor: pointer;
  position: relative;
}

.sg-searchbox-propety-check-8487:checked~.sg-searchbox-propety-label-8487 {
  background-color: #fb501a38;
  border-color: #fb501a38;
  color: #303030;
  font-weight: 600;
}

.sg-searchbox-plot-area {
  border: 1px solid #d7d7d7;
  height: 40px;
  border-radius: 20px;
  float: left;
  display: none;
}

.sg-searchbox-plot-sqft-area-wrap {
  float: left;
  width: 107px;
  position: relative;
  border-right: 1px solid #d8d8d8;
}

.sg-searchbox-plot-area-area-wrap {
  float: left;
  width: 160px;
  position: relative;
}

.sg-searchbox-plot-area-title {
  font-size: 14px;
  color: #606060;
  padding: 0px 30px 0px 16px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;

  &::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 16px;
    width: 11px;
    height: 6px;
    /* background: url(https://cdn.staticmb.com/magicservicestatic/1733268319188/images/mb-home-web/mb-home-sprite-web.svg) no-repeat -47px -983px; */
  }
}

.sg-searchbox-sqft-area-dropdown {
  width: 106px;
}

.sqft-mix-max {
  margin: 12px 0px 12px 0px;
}

.sg-search__sqft-area__min-max__label {
  float: left;
  width: 50%;
  line-height: 38px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  color: #303030;
  text-align: center;
  cursor: pointer;
}

.sg-search__sqft-area__min-max__label.active {
  font-weight: 600;
  border-bottom: 2px solid #fb501a;
  line-height: 37px;
}

.sg-search-property-title-8328 .placeHolderOut {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
  vertical-align: -12px;
}

/* budget */

.sg-searchbox__property__dropdown {
  top: 4px;
  left: -38px;
  max-height: none;
  width: 520px;
  z-index: 9999999999999;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.sg-searchbox__budget__dropdown {
  top: 56px;
  left: -130px;
  max-height: none;
  width: 235px;
  z-index: 9999999999999;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.sg-searchbox__budget__dropdown__title {
  font-size: 12px;
  color: #303030;
  font-weight: 700;
  padding-bottom: 16px
}

.sg-searchbox__budget__wrap {
  padding: 16px 0px 12px 12px
}

.sg-searchbox__budget__fld-min-max {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #606060;
  border-radius: 32px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  outline: none;
  width: 96px;
  padding-left: 12px;
  cursor: pointer;
}

.sg-searchbox__min-max {
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 16px;
}

.webkit__scroll-search::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.04);
}

.webkit__scroll-search::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #909090;
}

.sg-searchbox__min-max__item {
  font-size: 14px;
  color: #606060;
  line-height: 32px;
  padding: 0px 16px;
  cursor: pointer;
}

.sg-searchbox__min-max__item:hover {
  background-color: #f5f5f5;
}

/* Small Mobile Screens (up to 599px) */
@media screen and (max-width: 599px) {
  div.sg-serachBox-contianer-873 {
    padding: 0 16px;
    padding-top: 38px;
    padding-bottom: 32px;
    /* background-color: #ffffff; */
    width: 100%;
    min-width: 100%;
  }

  div.sg-serachBox-contianer-873 .sg-searchTab-7429 .sg-searchtab-items-842 {
    color: #fff;
  }

  h1.sg-heading-9832 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 400;
    line-height: 28px;
    min-height: 60px;
    height: auto;
  }

  h1.sg-heading-9832 span {
    font-size: 24px;
  }


  div.sg-serachBox-contianer-873 .sg-searchTab-7429 {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  div.sg-serachBox-contianer-873 .sg-searchTab-7429::-webkit-scrollbar {
    display: none;
  }
  .fixed-width-input {
    width: 100%; /* ensures the input takes the full available space */
    max-width: 300px; /* ensures the input does not grow larger than 300px */
    box-sizing: border-box; /* includes padding and border in the width calculation */
    overflow: hidden; /* ensures that text does not overflow */
    text-overflow: ellipsis; /* adds "..." for overflowing text */
    white-space: nowrap; /* prevents wrapping */
  }
  
  div.sg-searchbar___warp {
    width: 100%;
    height: 60px;
    margin: 0px;
    border-radius: 32px;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.1);
    border: solid 1px #b8b8b8;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  div.sg-searchbar___warp .sg-searhbar-location {
    font-size: 14px;
    color: #303030;
    padding-left: 18px;
    line-height: 56px;
    border-right: none;
    margin: 0;
  }



  .sg-searchbar-location-tag {
    padding: 0;
    margin-right: 10px;
  }

  .sg-searchbar-btn-7834 {
    width: 62px;
   height: 48px;
    margin: 4px 4px 0px 0px;
    font-weight: 700;
    border-radius: 50%;
  }

  .sg-searchbar-btn-7834-icon {
    margin-right: 0;
    vertical-align: 0;

    &::before {
      top: 5px;
    }
  }

  .sg-searchbox__city__dropdown {
    top: 11px;
    width: 328px;
    left: 50%;
    transform: translateX(-50%);
  }

  div.sg-search-property-87423,
  div.sg-search-budget-873 {
    display: none;
  }



}

/* Tablets (600px to 1024px) */
@media screen and (min-width: 600px) and (max-width: 1024px) {

  div.sg-serachBox-contianer-873 {
    padding: 0 16px;
    padding-top: 38px;
    padding-bottom: 32px;
    width: 100%;
  }

  h1.sg-heading-9832 {
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 400;
    line-height: 28px;
    min-height: 60px;
    height: auto;
  }

  h1.sg-heading-9832 {
    font-size: 18px;
    color: #303030;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 400;
    line-height: 28px;
    min-height: 60px;
    height: auto
  }

  h1.sg-heading-9832 span {
    font-size: 24px;
  }

  h1.sg-heading-9832 span {
    font-size: 24px
  }

  div.sg-serachBox-contianer-873 .sg-searchTab-7429 .sg-searchtab-items-842 {
    color: #303030;
  }

  .sg-searchbar-input-box-848 {
    margin: 0 16px;
  }

  div.sg-serachBox-contianer-873 .sg-searchTab-7429 {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  div.sg-serachBox-contianer-873 .sg-searchTab-7429::-webkit-scrollbar {
    display: none;
  }

  div.sg-searchbar___warp {
    width: 100%;
    height: 58px;
    margin: 0px;
    border-radius: 32px;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.1);
    border: solid 1px #b8b8b8;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  div.sg-searchbar___warp .sg-searhbar-location {
    font-size: 14px;
    color: #303030;
    padding-left: 18px;
    line-height: 56px;
    border-right: none;
    margin: 0;
  }

  .sg-searchbar-location-tag {
    padding: 0;
  }

  .sg-searchbar-btn-7834 {
    width: 48px;
    height: 48px;
    margin: 4px 4px 0px 0px;
    font-weight: 700;
  }

  .sg-searchbar-btn-7834-icon {
    margin-right: 0;
    vertical-align: 0;

    &::before {
      top: 5px;
    }
  }

  .sg-searchbox__city__dropdown {
    top: 11px;
    width: 328px;
    left: 50%;
    transform: translateX(-50%);
  }

  div.sg-search-property-87423,
  div.sg-search-budget-873 {
    display: none;
  }

.classForMakeResponseiveInTab{
  width: auto !important;
}
.classForMakeRowResponseiveInTab{
  flex-wrap: nowrap !important;
}
.classForMakeNavOverfolwResponseiveInTab {
  overflow: scroll !important;
}
}
.search-text{
  color: white;
}
.tytil_search{

/* Custom Navigation Buttons for Explore Section */
.swiper-navigation-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* All Navigation Buttons */
.btnprev.swiper-button-prev-slider2,
.btnnext.swiper-button-next-slider2,
.btnprev.swiper-button-prev-owner,
.btnnext.swiper-button-next-owner,
.btnprev.swiper-button-prev-featured,
.btnnext.swiper-button-next-featured,
.btnprev.swiper-button-prev-cities,
.btnnext.swiper-button-next-cities {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

.btnprev.swiper-button-prev-slider2 i,
.btnnext.swiper-button-next-slider2 i,
.btnprev.swiper-button-prev-owner i,
.btnnext.swiper-button-next-owner i,
.btnprev.swiper-button-prev-featured i,
.btnnext.swiper-button-next-featured i,
.btnprev.swiper-button-prev-cities i,
.btnnext.swiper-button-next-cities i {
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btnprev.swiper-button-prev-slider2:hover i,
.btnnext.swiper-button-next-slider2:hover i,
.btnprev.swiper-button-prev-owner:hover i,
.btnnext.swiper-button-next-owner:hover i,
.btnprev.swiper-button-prev-featured:hover i,
.btnnext.swiper-button-next-featured:hover i,
.btnprev.swiper-button-prev-cities:hover i,
.btnnext.swiper-button-next-cities:hover i {
  color: #ff5722;
}

.btnprev.swiper-button-prev-slider2.swiper-button-disabled,
.btnnext.swiper-button-next-slider2.swiper-button-disabled,
.btnprev.swiper-button-prev-owner.swiper-button-disabled,
.btnnext.swiper-button-next-owner.swiper-button-disabled,
.btnprev.swiper-button-prev-featured.swiper-button-disabled,
.btnnext.swiper-button-next-featured.swiper-button-disabled,
.btnprev.swiper-button-prev-cities.swiper-button-disabled,
.btnnext.swiper-button-next-cities.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btnprev.swiper-button-prev-slider2.swiper-button-disabled i,
.btnnext.swiper-button-next-slider2.swiper-button-disabled i,
.btnprev.swiper-button-prev-owner.swiper-button-disabled i,
.btnnext.swiper-button-next-owner.swiper-button-disabled i,
.btnprev.swiper-button-prev-featured.swiper-button-disabled i,
.btnnext.swiper-button-next-featured.swiper-button-disabled i,
.btnprev.swiper-button-prev-cities.swiper-button-disabled i,
.btnnext.swiper-button-next-cities.swiper-button-disabled i {
  color: #ccc;
}

.btnprev.swiper-button-prev-slider2.swiper-button-disabled:hover i,
.btnnext.swiper-button-next-slider2.swiper-button-disabled:hover i,
.btnprev.swiper-button-prev-owner.swiper-button-disabled:hover i,
.btnnext.swiper-button-next-owner.swiper-button-disabled:hover i,
.btnprev.swiper-button-prev-featured.swiper-button-disabled:hover i,
.btnnext.swiper-button-next-featured.swiper-button-disabled:hover i,
.btnprev.swiper-button-prev-cities.swiper-button-disabled:hover i,
.btnnext.swiper-button-next-cities.swiper-button-disabled:hover i {
  color: #ccc;
}

/* Legacy button styles for backward compatibility */
.explore-swiper-prev, .explore-swiper-next,
.premium-swiper-prev, .premium-swiper-next {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #ff5722;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: static;
  margin: 0;
  transform: none;
}

.explore-swiper-prev:hover, .explore-swiper-next:hover,
.premium-swiper-prev:hover, .premium-swiper-next:hover {
  background: #ff5722;
  color: #fff;
  border-color: #ff5722;
}

.explore-swiper-prev.swiper-button-disabled,
.explore-swiper-next.swiper-button-disabled,
.premium-swiper-prev.swiper-button-disabled,
.premium-swiper-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f5f5f5;
  color: #ccc;
  border-color: #e0e0e0;
}

.explore-swiper-prev.swiper-button-disabled:hover,
.explore-swiper-next.swiper-button-disabled:hover,
.premium-swiper-prev.swiper-button-disabled:hover,
.premium-swiper-next.swiper-button-disabled:hover {
  background: #f5f5f5;
  color: #ccc;
  border-color: #e0e0e0;
}

/* Responsive styles for navigation buttons */
@media (max-width: 767.98px) {
  .swiper-navigation-buttons {
    gap: 6px;
  }

  .explore-swiper-prev, .explore-swiper-next,
  .premium-swiper-prev, .premium-swiper-next {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .btnprev.swiper-button-prev-slider2 i,
  .btnnext.swiper-button-next-slider2 i,
  .btnprev.swiper-button-prev-owner i,
  .btnnext.swiper-button-next-owner i,
  .btnprev.swiper-button-prev-featured i,
  .btnnext.swiper-button-next-featured i,
  .btnprev.swiper-button-prev-cities i,
  .btnnext.swiper-button-next-cities i {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
  }

  .d-flex.align-items-center.gap-3 {
    width: 100%;
    justify-content: space-between;
  }

  .swiper-navigation-buttons {
    gap: 4px;
  }

  .explore-swiper-prev, .explore-swiper-next,
  .premium-swiper-prev, .premium-swiper-next {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .btnprev.swiper-button-prev-slider2 i,
  .btnnext.swiper-button-next-slider2 i,
  .btnprev.swiper-button-prev-owner i,
  .btnnext.swiper-button-next-owner i,
  .btnprev.swiper-button-prev-featured i,
  .btnnext.swiper-button-next-featured i,
  .btnprev.swiper-button-prev-cities i,
  .btnnext.swiper-button-next-cities i {
    font-size: 12px;
  }
}
  background-color: var(--main_color);
  color: white;
}

/* Serach bar css end */

 /* Agent Section Styling */
 .agent-section-container {
  background: linear-gradient(135deg, #3d69bb57, #de553073);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.agent-section-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Agent Cards Styling */
.agent-card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.agent-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fb501a, #ff6b35);
  border-radius: 15px 15px 0 0;
}

.agent-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.agent-card .agent-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f8f9fa;
  transition: all 0.3s ease;
}

.agent-card:hover .agent-image {
  border-color: #fb501a;
  transform: scale(1.05);
}

.agent-card .agent-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.agent-card .agent-designation {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.agent-card .agent-stats {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.agent-card .stat-item {
  text-align: center;
}

.agent-card .stat-number {
  font-size: 20px;
  font-weight: 700;
  color: #fb501a;
  display: block;
}

.agent-card .stat-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.agent-card .contact-btn {
  background: linear-gradient(45deg, #fb501a, #ff6b35);
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
}

.agent-card .contact-btn:hover {
  background: linear-gradient(45deg, #e04515, #fb501a);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(251, 80, 26, 0.3);
  color: white;
  text-decoration: none;
}

/* Section Header Styling */
.agent-section-header {
  text-align: center;
  margin-bottom: 30px;
}

.agent-section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.agent-section-header h2 .heading-color {
  color: #fb501a;
}

.agent-section-header p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .agent-section-container {
      padding: 20px;
      border-radius: 15px;
  }

  .agent-section-header h2 {
      font-size: 24px;
  }

  .agent-card {
      padding: 15px;
  }

  .agent-card .agent-image {
      width: 60px;
      height: 60px;
  }

  .agent-card .agent-name {
      font-size: 16px;
  }

  .agent-card .stat-number {
      font-size: 18px;
  }
}

@media (max-width: 576px) {
  .agent-section-container {
      padding: 15px;
      border-radius: 12px;
  }

  .agent-section-header h2 {
      font-size: 20px;
  }

  .agent-card .agent-stats {
      flex-direction: column;
      gap: 10px;
  }
}
