/* =====================================
   RESPONSIVE DESIGN
   ===================================== */

/* Extra Large Screens (1200px and above) */
@media (min-width: 1200px) {
  /* .hero-title {
    font-size: 3.5rem;
  } */
  
  .hero-section {
    min-height: 100vh;
    padding-top: 80px;
  }

  .form-group.search-input {
    grid-column: span 1;
  }
  
  .home-feature-listings {
    padding: 60px 0;
  }
  
  .home-products-section,
  .home-services-section {
    padding: 80px 0;
  }
}

/* Large Screens (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-section {
    min-height: 90vh;
  }

  .search-form {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  
  .hero-stats {
    margin-left: -80px;
    gap: 12px;
  }
  
  .stat-card {
    padding: 12px 15px;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .stat-label {
    font-size: 0.85rem;
  }
  
  .home-feature-listings {
    padding: 50px 0;
  }
  
  .home-products-section,
  .home-services-section {
    padding: 60px 0;
  }
  
  .home-products-card h3,
  .home-services-card h3 {
    font-size: 1rem;
  }
}

/* Medium Screens (768px to 991px) */
@media (max-width: 991px) {
  .navbar-buttons {
    display: none;
  }

  .navbar-toggler {
    display: block;
  }

  .navbar-nav {
    display: none;
  }

  .hero-section {
    min-height: 85vh;
    padding-top: 70px;
  }

  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-content {
    padding: 0 20px;
  }

  .hero-stats {
    margin-top: 30px;
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .hero-stats .stat-card:nth-child(1),
  .hero-stats .stat-card:nth-child(2),
  .hero-stats .stat-card:nth-child(3) {
    margin-left: 0;
  }

  .stat-card {
    flex: 1;
    min-width: 140px;
    padding: 12px 15px;
  }

  .stat-number {
    font-size: 1.3rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  .search-section {
    top: -50px;
    padding: 20px 0;
  }

  .search-wrapper {
    padding: 20px 15px;
  }

  .search-form {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
  }
  
  .search-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .tab-btn {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .form-group.search-input {
    grid-column: span auto;
  }
  
  .btn-near-me,
  .btn-search-now {
    padding: 10px 15px;
    font-size: 0.85rem;
  }
  
  .home-feature-listings {
    padding: 40px 0;
  }
  
  .hfl-title {
    font-size: 1.8rem;
  }
  
  .home-products-section,
  .home-services-section {
    padding: 50px 0;
  }
  
  .home-products-header h2,
  .home-services-header h2 {
    font-size: 2rem;
  }
  
  .home-products-tabs,
  .home-services-tabs {
    gap: 8px;
  }
  
  .home-products-tabs button,
  .home-services-tabs button {
    padding: 8px 12px;
    font-size: 0.85rem;
  }
  
  .home-products-tabs img,
  .home-services-tabs img {
    width: 60px;
    height: 60px;
  }
  
  .home-cta-section {
    padding: 40px 20px;
  }
  
  .home-cta-section .col-lg-6 {
    margin-bottom: 30px;
  }
}

/* Small Screens (576px to 767px) */
@media (max-width: 767px) {
  .navbar {
    padding: 0.8rem 0;
  }

  .logo-img {
    height: 40px;
  }

  .brand-text {
    font-size: 1rem;
  }

  .navbar-nav .nav-link {
    margin: 8px 0;
    font-size: 0.9rem;
    padding: 8px 0 !important;
  }

  .navbar-buttons {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .navbar-buttons .btn {
    flex: 1;
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  .hero-section {
    min-height: 80vh;
    padding-top: 60px;
  }

  .hero-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }
  
  .hero-content {
    padding: 0 15px;
  }

  .hero-building {
    font-size: 80px;
    right: -5%;
    opacity: 0.08;
  }

  .hero-stats {
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
    margin-top: 25px;
  }
  
  .hero-stats .stat-card:nth-child(1),
  .hero-stats .stat-card:nth-child(2),
  .hero-stats .stat-card:nth-child(3) {
    margin-left: 0;
  }

  .stat-card {
    padding: 10px 12px;
    width: 100%;
    text-align: center;
  }

  .stat-number {
    font-size: 1.1rem;
  }

  .stat-label {
    font-size: 0.75rem;
  }

  .search-section {
    top: -40px;
    padding: 15px 0;
    margin-bottom: -25px;
  }

  .search-wrapper {
    padding: 12px 10px;
    border-radius: 8px;
  }

  .search-tabs {
    gap: 6px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tab-btn {
    padding: 8px 12px;
    font-size: 0.8rem;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .tab-btn i {
    display: none;
  }

  .search-form {
    grid-template-columns: 1fr;
    gap: 8px;
    display: flex;
    flex-direction: column;
  }

  .form-control,
  .btn-near-me,
  .btn-search-now {
    width: 100%;
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .form-control::placeholder {
    font-size: 0.85rem;
  }
  
  .btn-search-now,
  .btn-near-me {
    padding: 10px 12px;
  }
  
  .home-feature-listings {
    padding: 30px 0;
  }
  
  .hfl-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  
  .hfl-subtitle {
    font-size: 0.9rem;
  }
  
  .home-feature-listings .col-lg-4,
  .home-feature-listings .col-md-6 {
    margin-bottom: 20px;
  }
  
  .home-products-section,
  .home-services-section {
    padding: 30px 0;
  }

  .home-products-header h2,
  .home-services-header h2 {
    font-size: 1.3rem;
  }

  .home-products-header p,
  .home-services-header p {
    font-size: 0.85rem;
  }

  .home-products-card h3,
  .home-services-card h3 {
    font-size: 0.95rem;
  }
  
  .home-products-card,
  .home-services-card {
    padding: 12px;
  }
  
  .home-products-tabs,
  .home-services-tabs {
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  
  .home-products-tabs button,
  .home-services-tabs button {
    padding: 6px 10px;
    font-size: 0.75rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  .home-products-tabs img,
  .home-services-tabs img {
    width: 50px;
    height: 50px;
  }
  
  .home-products-tabs span,
  .home-services-tabs span {
    display: none;
  }
  
  .home-cta-section {
    padding: 30px 15px;
  }
  
  .home-cta-section h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .home-cta-section p {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
  
  .home-cta-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .home-cta-list li {
    font-size: 0.85rem;
  }
  
  .home-cta-person {
    width: 100%;
    margin-top: 20px;
  }
}
  .btn-search-now {
    width: 100%;
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .btn-near-me,
  .btn-search-now {
    padding: 10px 12px;
  }

/* Extra Small Screens (Below 576px) */
@media (max-width: 575px) {
  * {
    max-width: 100%;
  }
  
  .offcanvas-menu {
    width: 75vw;
    max-width: 280px;
  }
  
  .offcanvas-header {
    padding: 15px;
    height: 60px;
  }
  
  .offcanvas-close {
    width: 28px;
    height: 28px;
    font-size: 1.3rem;
  }
  
  .offcanvas-body {
    padding: 12px;
    height: calc(100vh - 60px);
  }
  
  .offcanvas-nav {
    gap: 0;
  }
  
  .offcanvas-link {
    padding: 12px 8px;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .offcanvas-buttons {
    padding-top: 12px;
    gap: 8px;
    margin-top: auto;
  }
  
  .offcanvas-buttons .btn {
    padding: 8px 10px;
    font-size: 0.8rem;
    flex: 1;
  }
  
  .navbar {
    padding: 0.5rem 0;
  }

  .navbar-brand {
    gap: 6px;
  }

  .logo-img {
    height: 32px;
  }

  .brand-text {
    font-size: 0.85rem;
  }

  .navbar-toggler {
    padding: 0.2rem 0.4rem;
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }

  .navbar-buttons {
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
  }

  .navbar-buttons .btn {
    width: 100%;
    padding: 8px 10px;
    font-size: 0.75rem;
  }

  .hero-section {
    min-height: 75vh;
    padding-top: 50px;
  }

  .hero-title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 700;
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }
  
  .hero-content {
    padding: 0 10px;
    margin-top: 0;
  }
  
  .hero-row {
    flex-direction: column;
  }
  
  .hero-row .col-lg-6 {
    width: 100%;
  }

  .hero-building {
    font-size: 70px;
    right: -10%;
    opacity: 0.05;
    top: 50%;
  }

  .hero-stats {
    gap: 8px;
    margin-left: 0;
    display: none;
  }
  
  .hero-stats .stat-card:nth-child(1),
  .hero-stats .stat-card:nth-child(2),
  .hero-stats .stat-card:nth-child(3) {
    margin-left: 0;
  }

  .stat-card {
    padding: 8px 10px;
    border-radius: 6px;
  }

  .stat-number {
    font-size: 1rem;
    margin-bottom: 2px;
  }

  .stat-label {
    font-size: 0.65rem;
  }

  .search-section {
    top: -25px;
    padding: 10px 0;
    margin-bottom: -15px;
  }

  .search-wrapper {
    padding: 10px 8px;
    border-radius: 6px;
  }

  .search-tabs {
    gap: 4px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .tab-btn {
    padding: 6px 10px;
    font-size: 0.7rem;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .tab-btn i {
    display: none;
  }

  .search-form {
    grid-template-columns: 1fr;
    gap: 6px;
    display: flex;
    flex-direction: column;
  }

  .form-control {
    padding: 8px 10px;
    font-size: 0.8rem;
    height: 38px;
    border-radius: 6px;
  }

  .form-control::placeholder {
    font-size: 0.75rem;
  }
  
  .form-group {
    margin-bottom: 0;
  }

  .btn-near-me,
  .btn-search-now {
    width: 100%;
    padding: 8px 10px;
    font-size: 0.75rem;
    height: 38px;
    border-radius: 6px;
  }
  
  .btn-near-me i,
  .btn-search-now i {
    margin-right: 4px;
    font-size: 0.9em;
  }
  
  /* Feature Listings */
  .home-feature-listings {
    padding: 20px 0;
    margin-top: -20px;
  }
  
  .home-feature-listings .row {
    gap: 12px;
  }
  
  .hfl-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  
  .hfl-subtitle {
    font-size: 0.8rem;
  }
  
  .hfl-view-all {
    display: inline-block;
    font-size: 0.8rem;
    padding: 6px 10px;
  }
  
  .home-feature-listings .col-lg-4,
  .home-feature-listings .col-md-6 {
    width: 100%;
  }
  
  /* Products & Services Sections */
  .home-products-section,
  .home-services-section {
    padding: 20px 0;
  }

  .home-products-header h2,
  .home-services-header h2 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .home-products-header p,
  .home-services-header p {
    font-size: 0.8rem;
  }

  .home-products-card,
  .home-services-card {
    padding: 10px;
    border-radius: 6px;
  }

  .home-products-card h3,
  .home-services-card h3 {
    font-size: 0.85rem;
    margin: 8px 0 4px 0;
  }
  
  .home-products-card img,
  .home-services-card img {
    height: 120px;
    border-radius: 6px;
  }
  
  .home-products-card-body {
    padding: 8px 0;
  }
  
  .home-products-card-body p {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }
  
  .home-products-card-body a {
    font-size: 0.8rem;
    padding: 6px 10px;
  }
  
  .rating {
    font-size: 0.75rem;
  }
  
  .home-products-tabs,
  .home-services-tabs {
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin: 15px 0;
  }
  
  .home-products-tabs button,
  .home-services-tabs button {
    padding: 6px 8px;
    font-size: 0.7rem;
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  
  .home-products-tabs img,
  .home-services-tabs img {
    width: 40px !important;
    height: 40px !important;
    border-width: 2px !important;
  }
  
  .home-products-tabs span,
  .home-services-tabs span {
    display: block;
    line-height: 1.2;
  }
  
  /* CTA Section */
  .home-cta-section {
    padding: 20px 12px;
  }
  
  .home-cta-section h2 {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  
  .home-cta-section p {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }
  
  .home-cta-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
  }
  
  .home-cta-list li {
    font-size: 0.8rem;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
  }
  
  .home-cta-list strong {
    display: block;
    font-size: 1rem;
  }
  
  .home-cta-person {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  
  /* Project Section */
  .home-project-container {
    padding: 30px 10px;
  }
  
  .home-project-header {
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .home-project-header img {
    width: 40px;
  }
  
  .home-project-header h2 {
    font-size: 1.2rem;
  }
  
  .home-project-header p {
    font-size: 0.8rem;
  }
  
  .home-project-image-card {
    min-height: 200px;
    border-radius: 6px;
  }
  
  .home-project-info {
    width: auto;
    padding: 12px 15px;
    border-radius: 8px;
    bottom: -100px;
  }
  
  .home-project-info h3 {
    font-size: 0.95rem;
    margin: 6px 0;
  }
  
  .home-project-info h4 {
    font-size: 1rem;
  }
  
  .home-project-badge {
    font-size: 0.7rem;
  }
  
  .home-project-tags {
    font-size: 0.7rem;
    gap: 6px;
  }
  
  .home-project-tags span {
    padding: 2px 6px;
  }
  
  .home-project-index span {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
}

/* Landscape Mode (Mobile) */
@media (max-height: 600px) and (orientation: landscape) {
  .hero-section {
    min-height: auto;
    padding: 80px 0 40px 0;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .stat-card {
    padding: 10px 15px;
  }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
  button,
  a {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-control,
  select {
    min-height: 44px;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .search-section,
  .hero-building {
    display: none;
  }

  .hero-section {
    background: none !important;
    min-height: auto;
    padding: 20px 0;
  }

  .hero-title,
  .hero-subtitle,
  .stat-card {
    color: #000;
  }
}

/* Footer Responsive */
@media (max-width: 1199px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 0 15px;
  }

  .footer-logo {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }

  .footer-section {
    padding: 40px 0 15px 0;
  }

  .footer-logo-container {
    margin-bottom: 40px;
  }

  .footer-logo {
    height: 45px;
  }

  .footer-title {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .footer-bottom {
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  .footer-section {
    padding: 30px 0 15px 0;
    margin-top: 40px;
  }

  .footer-logo-container {
    margin-bottom: 25px;
  }

  .footer-logo {
    height: 35px;
  }

  .footer-content {
    overflow-x: hidden;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 12px;
    margin-bottom: 30px;
  }

  .footer-column {
    margin-bottom: 10px;
  }

  .footer-title {
    font-size: 0.95rem;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer-subtitle {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .footer-links {
    gap: 8px;
    margin-bottom: 20px;
  }

  .footer-links a {
    font-size: 0.85rem;
    padding: 0;
  }

  .footer-text {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .footer-email {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }

  .social-links {
    gap: 8px;
    margin-bottom: 15px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
  }

  .properties-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .property-column {
    width: 100%;
  }

  .footer-bottom {
    font-size: 0.8rem;
    padding: 15px 12px 0;
    text-align: center;
  }
}

/* =====================================
   PRODUCTS & SERVICES RESPONSIVE
   ===================================== */

@media (max-width: 1199px) {
  .home-products-section,
  .home-services-section {
    padding: 60px 0;
  }

  .home-products-tabs button,
  .home-services-tabs button {
    gap: 8px;
  }



.navbar-nav .nav-link {
    color: var(--text-light) !important;
    font-weight: 500;
    margin: 0 5px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}













}

@media (max-width: 991px) {
  .home-products-section,
  .home-services-section {
    padding: 50px 0;
  }

  .home-products-header h2,
  .home-services-header h2 {
    font-size: 2rem;
  }



.hero-stats {
    margin-top: 40px;
    flex-direction: column;
    flex-wrap: wrap;
    padding-right: 1px;
    gap: 15px;
    margin-left: -25px;
}




.hero-content {
    position: relative;
    z-index: 3;
    margin-top: 33px;
    padding: 0px 33px;
}


.search-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
}



.tab-btn {
    
    padding: 7px 20px;
   
}


.search-section {
    top: -100px;
    padding: 30px 0;
}


.home-project-info {
    position: relative;
    right: -120px;
    bottom: -200px;
    margin: 20px auto 0;
}
.home-products-tabs {
    display: flex;
    gap: 6px;
    margin: 40px 0;
}
.home-products-tabs button, .home-services-tabs button {
    gap: 0px;
}


.home-cta-section {
    padding: 0px 20px  60px;
}

.home-products-tabs img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ffda76;
}

.home-project-image-card {
   
    min-height: 425px;
  
}
.home-cta-section2 {
    padding: 10px 60px;
    /* background: #ffffff; */
}



.home-services-section .home-products-tabs img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #a1a6ff;
}

}

@media (max-width: 767px) {
  .home-products-section,
  .home-services-section {
    padding: 40px 0;
  }

  .home-products-header h2,
  .home-services-header h2 {
    font-size: 1.5rem;
  }

  .home-products-header p,
  .home-services-header p {
    font-size: 0.9rem;
  }

  .home-products-card h3,
  .home-services-card h3 {
    font-size: 1rem;
  }









  .search-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero-stats {
    z-index: 3;
    display: flex;
    flex-direction: column;
    margin-left: -9px;
    gap: 14px;
    display: none;
    align-content: flex-end;

    flex-wrap: wrap;
  }

  .hero-content {
    position: relative;
    z-index: 3;
    margin-top: 0px;
    padding: 0px 25px;
  }
  .search-tabs {
    gap: 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow-x: auto;
  }

  .tab-btn {
    width: fit-content;
    text-align: left;
  }

  .search-section {
    top: -100px;
    padding: 15px 0;
    margin-bottom: -70px;
  }

  .btn-search-now {
    height: 40px;
  }
  .home-feature-listings {
    padding: 0px 0px 50px;
    /* background: #ffffff; */
  }

  .search-form .form-control {
    height: 40px;
  }

  .home-project-container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 50px 10px;
  }

  .home-project-info {
    width: 280px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }

  .home-project-image-card {
    min-height: 325px;
  }

  .home-project-info {
    position: relative;
    right: auto;
    bottom: -150px;
    margin: 20px auto 0;
  }

  .home-products-tabs {
    display: flex;
    gap: 5px;
    margin: 20px 0;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .home-products-tabs img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ffda76;
  }

  .home-cta-section {
    padding: 0px 10px 50px;
  }

  .home-services-section .home-products-tabs img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #a1a6ff;
  }

  .home-cta-section2 {
    padding: 9px 10px;
  }

  .home-cta-section3 {
    padding: 0px 0px;
    /* background: #ffffff; */
  }

  .home-cta-section2__store-buttons {
    justify-content: center;
    flex-wrap: nowrap;
  }
















}

@media (max-width: 575px) {
  .home-products-section,
  .home-services-section {
    padding: 30px 0;
  }

  .home-products-header h2,
  .home-services-header h2 {
    font-size: 1.2rem;
  }

  .home-products-tabs button,
  .home-services-tabs button {
    padding: 5px 7px;
    font-size: 0.75rem;
  }

  .home-products-card,
  .home-services-card {
    border-radius: 8px;
  }

  .home-products-card h3,
  .home-services-card h3 {
    font-size: 0.9rem;
  }

  .search-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero-stats {
    z-index: 3;
    display: flex;
    flex-direction: column;
    margin-left: -9px;
    gap: 14px;
    display: none;
    align-content: flex-end;

    flex-wrap: wrap;
  }

  .hero-content {
    position: relative;
    z-index: 3;
    margin-top: 0px;
    padding: 0px 25px;
  }
  .search-tabs {
    gap: 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow-x: auto;
  }

  .tab-btn {
    width: fit-content;
    text-align: left;
  }

  .search-section {
    top: -100px;
    padding: 15px 0;
    margin-bottom: -70px;
  }

  .btn-search-now {
    height: 40px;
  }
  .home-feature-listings {
    padding: 0px 0px 50px;
    /* background: #ffffff; */
  }

  .search-form .form-control {
    height: 40px;
  }

  .home-project-container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 50px 10px;
  }

  .home-project-info {
    width: 280px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }

  .home-project-image-card {
    min-height: 325px;
  }

  .home-project-info {
    position: relative;
    right: auto;
    bottom: -150px;
    margin: 20px auto 0;
  }

  .home-products-tabs {
    display: flex;
    gap: 5px;
    margin: 20px 0;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .home-products-tabs img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ffda76;
  }

  .home-cta-section {
    padding: 0px 10px 50px;
  }

  .home-services-section .home-products-tabs img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #a1a6ff;
  }

  .home-cta-section2 {
    padding: 9px 10px;
  }

  .home-cta-section3 {
    padding: 0px 0px;
    /* background: #ffffff; */
  }

  .home-cta-section2__store-buttons {
    justify-content: center;
    flex-wrap: nowrap;
  }
}
