/* ==================================================
   LARGE TABLET / SMALL DESKTOP
   ================================================== */
   @media (max-width: 1199.98px) {
    .header {
      .navbar-brand img {
        width: 68px;
      }
  
      .navbar-nav .nav-link {
        font-size: 0.92rem;
        padding: 8px 10px !important;
      }
    }
  
    .projects-section {
      .project-card {
        &.card-stadium {
          min-height: 460px;
        }
  
        &.card-track {
          height: 280px !important;
        }
      }
    }
  }
  
  /* ==================================================
     TABLET
     ================================================== */
  @media (max-width: 991.98px) {
    .hero {
      .hero-content {
        inset-inline: 5% !important;
        right: 5% !important;
        left: 5% !important;
        max-width: 100%;
        top: auto !important;
        bottom: 16%;
        transform: none !important;
      }
  
      h1 {
        font-size: clamp(2rem, 5vw, 2.8rem);
      }
  
      p {
        font-size: 1.02rem;
        margin-bottom: 24px;
      }
    }
  
    .services-section {
      .service-card {
        height: 520px;
  
        .service-body {
          height: 340px;
          padding: 55px 16px 20px;
  
          &::before {
            height: 30%;
          }
        }
      }
    }
  
    .projects-section {
      .project-card {
        &.card-stadium {
          min-height: 380px;
          height: 380px;
        }
  
        &.card-landscape,
        &.card-padel,
        &.card-track {
          min-height: 240px;
          height: 240px !important;
        }
      }
  
      .stats-row {
        .stat-item {
          border-inline-end: none;
          justify-content: flex-start;
          padding: 10px 16px;
        }
      }
    }
  
    .about-section {
      .about-media {
        min-height: 380px;
  
        img {
          min-height: 380px;
        }
      }
  
      .about-content-wrap {
        clip-path: none !important;
        margin-inline-start: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
        padding: 50px 35px !important;
  
        .about-watermark,
        .about-leaf-watermark {
          display: none;
        }
  
        .about-values-row {
          .value-col {
            padding: 5px 8px;
          }
        }
      }
    }
  
    .why-section {
      .why-item {
        border-inline-end: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding-bottom: 18px;
      }
  
      .why-grid > [class*="col-"]:nth-last-child(-n+2) .why-item {
        border-bottom: none;
      }
    }
  
    .cta-section {
      .cta-contacts-wrap {
        border-inline-start: none;
        border-left: none;
        padding-inline-start: 0;
        padding-left: 0;
        justify-content: center;
        margin-top: 30px;
      }
  
      .cta-content {
        text-align: center;
        margin-left: 0;
        max-width: 100%;
  
        h2 {
          font-size: 2.2rem;
        }
  
        .cta-desc {
          margin-inline: auto;
        }
  
        .cta-actions {
          justify-content: center;
        }
      }
    }
  
    .court-visual-col {
      min-height: 360px;
    }
  
    .form-watermark-col {
      .form-content-wrap {
        max-width: 100%;
        padding-block: 40px !important;
      }
    }
  
    .contact-map-dark-section {
      .map-dark-title {
        font-size: 1.9rem;
      }
  
      .map-visual-frame iframe {
        min-height: 320px;
        height: 320px;
      }
    }
  
    .footer {
      .copyright {
        flex-direction: column;
        text-align: center;
      }
    }
  
    .service-details-section {
      .service-aside-sticky {
        position: static;
      }
    }

    .page-header {
      min-height: 320px;
      padding-top: 130px;
      padding-bottom: 48px;
    }
  }
  
  /* ==================================================
     MOBILE
     ================================================== */
  @media (max-width: 767.98px) {
    .header-section {
      h2,
      .section-title {
        font-size: 1.75rem !important;
        line-height: 1.35;
      }
  
      p {
        font-size: 0.92rem;
      }
    }
  
    .hero {
      .swiper,
      .swiper-slide {
        height: 100svh;
        min-height: 560px;
      }
  
      .hero-content {
        top: auto !important;
        bottom: 18%;
        transform: none !important;
        inset-inline: 5% !important;
        right: 5% !important;
        left: 5% !important;
        max-width: none;
        width: auto;
  
        h1 {
          font-size: 1.85rem;
          margin-bottom: 14px;
        }
  
        p {
          font-size: 0.95rem;
          line-height: 1.7;
          margin-bottom: 20px;
        }
      }
  
      .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
  
        .btn-hero-primary,
        .btn-hero-video,
        .btn-main,
        .btn-main-outline {
          width: 100%;
          justify-content: space-between;
        }
      }
  
      .hero-meta {
        bottom: 20px;
        left: 5% !important;
        right: auto !important;
        gap: 10px;
      }
  
      .hero-pagination {
        font-size: 0.85rem;
      }
    }
  
    .projects-section,
    .partners-section,
    .why-section,
    .about-section,
    .services-section {
      /* padding-block: 55px; */
    }
  
    .services-section {
      padding-block: 45px 55px;
  
      .services-head {
        gap: 16px !important;
      }
  
      .header-section {
        width: 100%;
  
        .section-label {
          font-size: 0.8rem;
          margin-bottom: 6px;
        }
  
        h2 {
          font-size: 1.75rem !important;
          margin-bottom: 8px;
        }
  
        p {
          font-size: 0.88rem;
          line-height: 1.55;
        }
      }
  
      .services-nav {
        width: 100%;
        flex-wrap: wrap;
  
        .btn-explore,
        .explore-link {
          font-size: 0.88rem;
        }
  
        .btn-circle {
          width: 38px;
          height: 38px;
          font-size: 0.82rem;
        }
      }
  
      .service-card {
        height: 470px;
        border-radius: 14px;
        transform: none !important;
  
        &:hover {
          transform: translateY(-6px) !important;
  
          .service-image img {
            transform: scale(1.08) !important;
          }
  
          .service-body :is(.service-icon, h4, p, .btn-main-outline) {
            transform: none !important;
          }
        }
  
        .service-image {
          height: 100%;
  
          img {
            transform: scale(1.05) !important;
          }
        }
  
        .service-body {
          height: 314px;
          clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
          padding: 55px 14px 18px;
  
          &::before {
            height: 30%;
          }
  
          .service-icon {
            width: 42px;
            height: 42px;
            margin-bottom: 10px;
  
            svg {
              width: 36px;
              height: 36px;
            }
          }
  
          h4 {
            font-size: 1.05rem;
            margin-bottom: 6px;
            line-height: 1.35;
          }
  
          p {
            font-size: 0.8rem;
            line-height: 1.5;
            max-width: 98%;
          }
  
          .service-icon,
          h4,
          p,
          .btn-main-outline {
            position: relative;
            z-index: 2;
            transform: skewX(0);
          }
  
          .service-link {
            width: 38px;
            height: 38px;
            font-size: 0.82rem;
          }
        }
      }
    }
  
    .social-icon {
      bottom: 85px !important;
      inset-inline-start: 12px !important;
  
      a {
        width: 44px;
        height: 44px;
        font-size: 19px;
        margin: 0.2rem;
      }
    }
  
    .back-to-top {
      bottom: 30px;
      inset-inline-end: 16px;
      width: 44px;
      height: 44px;
      font-size: 16px;
    }
  
    .projects-section {
      .projects-head {
        gap: 16px !important;
      }
  
      .project-card {
        &.card-stadium {
          min-height: 280px;
          height: 280px;
        }
  
        &.card-landscape,
        &.card-padel,
        &.card-track {
          min-height: 220px;
          height: 220px !important;
        }
  
        .project-meta h4 {
          font-size: 1.05rem !important;
        }
  
        .project-arrow-btn {
          width: 36px;
          height: 36px;
          font-size: 0.8rem;
        }
      }
  
      .stats-row {
        .stat-item {
          border-inline-end: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          padding: 14px 8px 18px;
          justify-content: center;
          text-align: center;
          flex-direction: column;
          gap: 10px;
  
          &:last-child {
            border-bottom: none;
          }
  
          .stat-number {
            font-size: 1.8rem;
            text-align: center;
          }
  
          .stat-label {
            font-size: 0.85rem;
          }
        }
      }
    }
  
    .about-section {
      .about-media {
        min-height: 320px;
  
        img {
          min-height: 320px;
        }
  
        .about-play {
          bottom: 20px;
          inset-inline-start: 20px;
  
          .play-btn {
            width: 50px;
            height: 50px;
            font-size: 1rem;
          }
  
          .play-text {
            font-size: 0.92rem;
          }
        }
      }
  
      .about-content-wrap {
        clip-path: none;
        margin-inline-start: 0;
        margin-left: 0;
        width: 100%;
        padding: 40px 20px !important;
  
        .header-section h2,
        .about-heading {
          font-size: 1.85rem !important;
        }
  
        .about-values-row {
          flex-direction: column;
          gap: 18px;
          align-items: stretch !important;
          /* overflow: visible; */
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
  
          .value-divider {
            display: none;
          }
  
          .value-col {
            display: flex;
            align-items: center;
            gap: 14px;
            text-align: right;
  
            .value-icon {
              margin-bottom: 0 !important;
              flex-shrink: 0;
            }
          }
        }
  
        .about-watermark,
        .about-leaf-watermark {
          display: none;
        }
  
        .about-action {
          justify-content: stretch;
  
          .btn-about-pill,
          .btn-about-more,
          .btn-main {
            width: 100%;
            justify-content: space-between;
          }
        }
      }
    }
  
    .why-section {
      .why-item {
        border-inline-end: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 10px 6px 16px;
      }
  
      .why-grid > [class*="col-"]:nth-last-child(-n+2) .why-item {
        border-bottom: none;
      }
    }
  
    .blog-section {
      .blog-vertical-card {
        height: 420px;
      }
  
      .blog-main-heading {
        font-size: 1.85rem;
      }
    }
  
    .blog-details-section {
      .blog-details-image img {
        height: 240px;
      }
    }
  
    .partners-section {
      padding-block: 50px;
  
      .header-section h2 {
        font-size: 1.75rem !important;
      }
  
      .partner-logo {
        height: 56px;
  
        img {
          max-height: 44px;
          max-width: 100px;
        }
      }
    }
  
    .cta-section {
      padding: 50px 0;
  
      .cta-content {
        h2 {
          font-size: 1.7rem !important;
        }
  
        .cta-actions {
          flex-direction: column;
          align-items: stretch !important;
          width:60%;
          
          
  
          .btn-cta-primary,
          .btn-cta-secondary,
          .btn-main,
          .btn-main-outline {
            width: 100%;
            justify-content: center;
          }
        }
      }
  
      .cta-contacts-wrap {
        flex-direction: column;
        gap: 18px;
        margin-top: 22px;
  
        .cta-vertical-divider {
          width: 60px;
          height: 1px;
          margin: 0 auto;
        }
  
        .cta-contact-val {
          font-size: 0.92rem;
          word-break: break-word;
        }
      }
    }
  
    .page-header {
      min-height: 260px;
      padding-top: 120px;
      padding-bottom: 36px;
  
      .page-title,
      h1 {
        font-size: 1.7rem;
      }
  
      .page-subtitle {
        font-size: 0.9rem;
        margin-bottom: 12px;
      }
  
      .breadcrumb {
        font-size: 0.82rem;
        padding: 5px 14px;
      }
    }
  
    .contact-info-row-bar {
      padding-block: 36px !important;
  
      .info-col-val {
        font-size: 0.95rem;
        word-break: break-word;
      }
    }
  
    .contact-map-dark-section {
      padding-block: 50px !important;
  
      .map-visual-frame iframe {
        min-height: 260px;
        height: 260px;
      }
    }
  
    .court-visual-col {
      min-height: 280px;
    }
  
    .form-watermark-col {
      .form-heading-title {
        font-size: 1.6rem !important;
      }
  
      .btn-main {
        width: 100%;
        justify-content: center;
      }
    }
  
    .footer {
      padding-top: 50px;
  
      .footer-logo {
        width: 78px;
      }
  
      .copyright {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        font-size: 0.82rem;
  
        .copyright-links {
          justify-content: center;
          flex-wrap: wrap;
          gap: 12px;
        }
      }
    }

    .service-details-section {
      .service-main-image img {
        height: 260px;
      }

      .service-tab-content {
        padding: 20px 14px;
      }

      .gallery-item img {
        height: 180px;
      }

      .service-detail-tabs .nav-link {
        font-size: 0.92rem;
        padding: 10px 16px;
      }
    }

    .project-details-section .project-main-image img {
      height: 280px;
    }

    .contact-section .contact-form-card {
      padding: 24px;
    }

    /* Inner listing pages */
    .services-section.page-inner .services-grid .service-card,
    .projects-section.page-inner .project-card.card-listing {
      height: auto;
      min-height: 280px;
    }
  }
  
  /* ==================================================
     SMALL MOBILE
     ================================================== */
  @media (max-width: 575.98px) {
    .hero {
      .hero-content {
        h1 {
          font-size: 1.65rem;
        }
      }
    }
  
    .stats-row {
      .stat-item {
        .stat-number {
          font-size: 1.55rem !important;
        }
      }
    }
  
    .exact-phone-group {
      .phone-flag-prefix {
        padding-inline: 8px !important;
        font-size: 0.8rem;
      }
    }
  
    .why-section {
      .why-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      }
  
      .why-grid > [class*="col-"] .why-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      }
  
      .why-grid > [class*="col-"]:last-child .why-item {
        border-bottom: none;
      }
    }
  }
  
@media (min-width: 768px) {
  [dir="rtl"] .text-md-start {
    text-align: right !important;
  }

  [dir="rtl"] .text-md-end {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .about-section {
    .about-content-wrap {
      margin-left: -75px;
      width: calc(100% + 75px);
      clip-path: polygon(75px 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 1400px) {
  .header {
    .navbar-collapse {
      flex-grow: 1;
      display: flex !important;
      justify-content: center;
    }
  }
}
 
 