/* Section Styling */
.urban.services-section {
    padding: 60px 20px;
    text-align: center;
    background: #fff;
}

.urban .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}

/* Grid */
.urban .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}

/* Single Box */
.urban .service-box {
    background: #f7f7f7;
    padding: 40px 20px;
    border-radius: 10px;
    transition: 0.3s ease;
    border: 2px solid #d9d5d5;
}

.urban .service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.urban .service-icon img {
    width: 130px;
    margin-bottom: 20px;
}

.urban .service-box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

/* Responsive */
@media (max-width: 992px) {
    .urban .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .urban .services-grid {
        grid-template-columns: 1fr;
    }

    .urban .section-title {
        font-size: 24px;
    }
}


/*========================================*/
 .section-title { font-weight: 700; font-size: 28px; text-align: center; margin-bottom: 40px; }
        .feature-img { width: 100%; height:auto; }
        .cta-btn { padding: 10px 25px; font-weight: 600; margin-top:15px; }
        .card-block { padding: 30px 15px; border-radius: 15px; background: white; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
        

/**/

.swiper-1{
     background:#130628;       
        }
 .slider-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .slider-track {
    display: flex;
    animation: scroll 18s linear infinite;
  }

  .slider-item {
    min-width: 33.33%; /* 3 items */
    padding: 10px;
  }

  .slider-item img {
    width: 100%;
    height: 240px;      
    object-fit: cover;   
    border-radius: 10px;
  }

  /* Tablet */
  @media (max-width: 768px) {
    .slider-item {
      min-width: 50%;
    }
    .slider-item img {
      height: 200px; 
    }
  }

  /* Mobile */
  @media (max-width: 576px) {
    .slider-item {
      min-width: 100%;
    }
    .slider-item img {
      height: 180px;
    }
  }

  /* Animation */
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }


/* Section Wrapper */
.urban.testimonial-section {
    padding: 60px 20px;
    background: #242323;
}

.urban .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Grid */
.urban .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Box */
.urban .testimonial-box {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.07);
    transition: 0.3s;
    border: 2px solid #d2d2d2;
}

.urban .testimonial-box:hover {
    transform: translateY(-4px);
}

/* User Icon */
.urban .t-img img {
    width: 80px;
    height: 80px;
}

/* Stars */
.urban .t-stars {
    margin: 15px 0;
    font-size: 20px;
    color: #ffbb33;
}

/* Text */
.urban .t-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Name */
.urban .t-name {
    font-weight: 700;
    font-size: 16px;
}



/* Tablets */
@media (max-width: 992px) {
    .urban .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (up to 600px) */
@media (max-width: 600px) {
    .urban .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .urban .section-title {
        font-size: 26px;
    }

    .urban .testimonial-box {
        padding: 30px 20px;
    }
}

/* Very Small Mobile – 320px Ready */
@media (max-width: 360px) {
    .urban .t-img img {
        width: 65px;
        height: 65px;
    }

    .urban .t-text {
        font-size: 14px;
    }

    .urban .t-name {
        font-size: 15px;
    }
}


/*======================================*/
/*.about-hero {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height:700px;*/
/*    background-image: url('/public/images/background14.avif');*/
/*    background-size: cover;*/
    /*background-position: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background-attachment: fixed;*/
/*}*/

/*.about-hero .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.4);*/
/*}*/

/*.about-hero h1 {*/
/*    position: relative;*/
/*    color: #fff;*/
/*    font-size: 70px;*/
/*    font-weight: 700;*/
/*    z-index: 2;*/
/*}*/

/* -------- Mobile Responsive (320px) -------- */
/*@media (max-width: 480px) {*/
/*    .about-hero {*/
/*        height: 60vh;*/
/*        background-position: center;*/
/*    }*/

/*    .about-hero h1 {*/
/*        font-size: 38px;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*@media (max-width: 320px) {*/
/*    .about-hero {*/
/*        height: 55vh;*/
/*    }*/

/*    .about-hero h1 {*/
/*        font-size: 32px;*/
/*    }*/
/*}*/

/*.about-hero {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 700px;*/
/*    background-image: url('/public/images/background14.avif');*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0 5%;*/
/*}*/

/*.about-hero .overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.4);*/
/*    z-index: 1;*/
/*}*/

/* Content Wrapper */
/*.content-wrapper {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/* Left Side Text */
/*.left-content {*/
/*    width: 50%;*/
/*    color: #fff;*/
/*}*/

/*.left-content h1 {*/
/*    font-size: 60px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.left-content p {*/
/*    font-size: 20px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.hero-btn {*/
/*    display: inline-block;*/
/*    padding: 12px 25px;*/
/*    background: #ff6600;*/
/*    color: #fff;*/
/*    border-radius: 6px;*/
/*    text-decoration: none;*/
/*    font-size: 18px;*/
/*}*/

/* Right Side Image */
/*.right-content {*/
/*    width: 45%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.right-content img {*/
/*    width: 100%;*/
/*    max-width: 420px;*/
/*    border-radius: 10px;*/
/*}*/

/* -------- Responsive: Tablets -------- */
/*@media (max-width: 991px) {*/
/*    .about-hero {*/
/*        height: auto;*/
/*        padding: 60px 5%;*/
/*    }*/

/*    .content-wrapper {*/
/*        flex-direction: column;*/
/*        text-align: center;*/
/*    }*/

/*    .left-content, */
/*    .right-content {*/
/*        width: 100%;*/
/*    }*/

/*    .right-content {*/
/*        margin-top: 30px;*/
/*    }*/

/*    .left-content h1 {*/
/*        font-size: 45px;*/
/*    }*/
/*}*/

/* -------- Responsive: Mobile -------- */
/*@media (max-width: 480px) {*/
/*    .about-hero {*/
/*        background-position: center;*/
/*        padding: 50px 5%;*/
/*    }*/

/*    .left-content h1 {*/
/*        font-size: 35px;*/
/*    }*/

/*    .left-content p {*/
/*        font-size: 16px;*/
/*    }*/

/*    .hero-btn {*/
/*        font-size: 16px;*/
/*        padding: 10px 20px;*/
/*    }*/

/*    .right-content img {*/
/*        max-width: 300px;*/
/*    }*/
/*}*/

/*@media (max-width: 320px) {*/
/*    .left-content h1 {*/
/*        font-size: 28px;*/
/*    }*/
/*}*/

/* ----------------------------------------------------
   HERO SECTION
---------------------------------------------------- */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 700px;
    background-image: url('/public/images/background14.avif');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    display: flex;
    align-items: center;

    padding: 120px 5% 60px 5%;  /* FIX: header overlap issue solved */
}

/* Dark Overlay */
.about-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

/* Content Wrapper */
.content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* -----------------------------
   LEFT TEXT CONTENT
----------------------------- */
.left-content {
    width: 50%;
    color: #fff;
}

.left-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

.left-content p {
    font-size: 20px;
    margin-bottom: 25px;
    max-width: 90%;
    line-height: 1.5;
}

/*.hero-btn {*/
/*    display: inline-block;*/
/*    padding: 12px 28px;*/
/*    background: #ff6600;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    text-decoration: none;*/
/*    border-radius: 6px;*/
/*    transition: 0.3s;*/
/*}*/

/*.hero-btn:hover {*/
/*    background: #e85d00;*/
/*}*/
.hero-btn {
    display: inline-block;
    padding: 13px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffbb00, #ff6a00);
    box-shadow: 0 6px 18px rgba(255, 115, 0, 0.4);
    transition: 0.3s ease-in-out;
}

.hero-btn:hover {
    background: linear-gradient(135deg, #ffd75a, #ff8c1a);
    box-shadow: 0 8px 22px rgba(255, 140, 26, 0.55);
    transform: translateY(-3px);
}
.sapn-1{
    color: #ff9500;
}

/* -----------------------------
   RIGHT IMAGE CONTENT
----------------------------- */
.right-content {
    width: 45%;
    display: flex;
    justify-content: center;
}

.right-content img {
    width: 100%;
    /*max-width: 420px;*/
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
}

/* ----------------------------------------------------
   RESPONSIVE: TABLETS
---------------------------------------------------- */
@media (max-width: 991px) {
    .about-hero {
        padding-top: 140px; /* avoid header overlap on tablets */
        padding-bottom: 60px;
        background-position: center;
    }

    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

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

    .right-content {
        margin-top: 35px;
    }

    .left-content h1 {
        font-size: 45px;
    }

    .left-content p {
        font-size: 18px;
    }
}

/* ----------------------------------------------------
   RESPONSIVE: MOBILE
---------------------------------------------------- */
@media (max-width: 480px) {
    .about-hero {
        padding-top: 150px; /* FIX: heading hidden issue */
        padding-bottom: 50px;
    }

    .left-content h1 {
        font-size: 35px;
    }

    .left-content p {
        font-size: 16px;
    }

    .hero-btn {
        padding: 10px 22px;
        font-size: 16px;
    }

    .right-content img {
        max-width: 300px;
    }
}

/* ----------------------------------------------------
   EXTRA SMALL DEVICES (≤ 320px)
---------------------------------------------------- */
@media (max-width: 320px) {
    .about-hero {
        padding-top: 160px;
    }

    .left-content h1 {
        font-size: 28px;
    }
}








