/* ===========================
   Hero Section Responsiveness
=========================== */

/* Large laptops/desktops (≤1300px) */
@media only screen and (max-width: 1300px) {
  .hero-single .hero-content {
    padding-left: 60px;   /* reduced from 108px */
    padding-right: 20px;
  }

  .hero-single .hero-content .hero-title {
    font-size: 48px;     /* smaller than 58px to prevent overflow */
  }
}

/* Medium laptops (≤1200px) */
@media only screen and (max-width: 1200px) {
  .site-breadcrumb {
    padding-top: 80px;   /* reduced from 110px */
  }

  .arrow-container {
    padding-top: 80px;   /* same adjustment */
  }
}

/* Tablets and smaller laptops (≤1199px) */
@media only screen and (max-width: 1199px) {
  .hero-single .hero-content {
    padding-left: 20px;   /* no fixed offset, better centering */
    padding-right: 20px;
  }

  .firstbanner .container {
    max-width: 100% !important;
  }

  .hero-single .hero-content .hero-title {
    font-size: 36px;
    line-height: 1.3;
  }

  .theme-btn {
    font-size: 14px;
    padding: 10px 15px;
  }

  .topapp ul li a {
    font-size: 15px;
  }

  .navbar .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 13px;
    margin-right: 8px;
  }
}

/* Tablets (≤991px) */
@media only screen and (max-width: 991px) {
  .hero-single {
    padding: 60px 20px;
    min-height: 500px;
  }

  .hero-single .hero-content .hero-title {
    font-size: 30px;
  }

  .hero-single .hero-content p {
    font-size: 16px;
  }
  
}

/* Mobiles (≤767px) */
@media only screen and (max-width: 767px) {
  .hero-single {
    padding: 50px 15px;
    min-height: 400px;
  }

  .hero-single .hero-content {
    text-align: center;   /* center text for mobile */
  }

  .hero-single .hero-content .hero-title {
    font-size: 24px;
  }

  .hero-single .hero-content p {
    font-size: 14px;
  }

  .theme-btn {
    font-size: 12px;
    padding: 8px 15px;
  }

  
}

/* Small mobiles (≤576px) */
@media only screen and (max-width: 576px) {
  .hero-single {
    padding: 40px 10px;
    min-height: 400px;
  }

  .hero-single .hero-content .hero-title {
    font-size: 20px;
  }

  .hero-single .hero-content p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1024px) {
    .sideapp h1 i {
        font-size: 21px;
    }
    .widget {
        padding: 25px;
        margin-bottom: 0;
    }
    .sideapp h1 {
        font-size: 1.6rem;
        color: #AD098F;
    }
    .widget .widget-title {
        font-size: 24px;
    }
    .form form input {
        padding: 7px 15px;
        margin-bottom: 8px;
    }
    .navbar .nav-item .nav-link {
        padding: 9px 9px;
        font-size: 12px;
        margin-right: 10px;
    }
    .dropdown-toggle::after {
        font-size: 12px;
    }
}
@media only screen and (max-width: 992px) {
    .pankti img {
      width: 90%;
    }
    .site-title {
        margin-top: 0;
        font-size: 35px;
    }
    .footer-area {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}
    .testimonial-area {
     
        padding: 3.5rem 0;
    }
     .service-area {
        padding: 3.5rem 0;
    }
    .about-area {
    padding: 3.5rem 0;
    }
    .contact-area {
    padding: 3.5rem 0;
}
    .about-area p {
        padding-bottom: 0;
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .widget {
        margin-top: 30px;
    }
    .about-right {
        margin-top: 12px;
    }
    .navbar.fixed-top .nav-item .nav-link {
    color: #333;
}
    .navbar.fixed-top .nav-item .nav-link.active, .navbar.fixed-top .nav-item:hover .nav-link {
    color: #333;
}
    .hero-single .hero-content .hero-title {
        width: 100%;
        font-size: 45px;
    }

    .firstbanner .hero-content .hero-title {
        width: 100%;
        font-size: px;
    }
    .navbar .nav-item .nav-link {
        padding: 9px 9px;
        font-size: 15px;
        margin-right: 10px;
    }
    .navbar-collapse {
    padding: 0 10px;
}
.theme-btn {
    font-size: 15px;
    padding: 4px 9px;
}
.topapp ul li a {
    font-size: 14px;
}
.navbar .dropdown-menu {
    background: #f5f5f5;
}
}
@media only screen and (max-width: 768px) {
    .widget .widget-title {
        font-size: 25px;
    }
    .service-single-area {
        padding: 50px 0;
    }
    #serheding h1 {
        font-size: 32px;
    }
    .contact-info {
    padding: 25px 0;
}
.contact-info-content p {
    font-size: 14px;
}
    .wd1 {
        padding-left: 0;
    }
    .footer-widget-box {
        margin-bottom: 30px;
    }
    .footer-logo img {
        width: 80%;
    }
    .footer-contact li {
        font-size: 15px;
    }
    .footer-widget-title {
        margin-bottom: 15px;
    }
    .copyright {
     margin-top: 10px;
 }
}
@media only screen and (max-width: 767px) {
    .service-details h3 {
        font-size: 22px;
    }
    .site-title {
    font-size: 30px;
}
    .hero-single .hero-content .hero-title {
        width: 80%;
    }
    .topapp ul li i {
    font-size: 15px;
}
.site-heading {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 600px) {
    .arrow-container {
        padding-top: 74px;
    }
    .site-breadcrumb {
    padding-top: 47px;
}
.site-breadcrumb .breadcrumb-title {
    font-size: 36px;
}
.arrow-down {
    height: 5px;
}
}
@media only screen and (max-width: 425px) {
    
    #serheding h1 {
        font-size: 26px;
    }
    .footer-contact li {
    font-size: 14px;
}
    .footer-list {
    gap: .5rem;
}
    .about-left {
     width: 100%;
}
    .site-breadcrumb .breadcrumb-title {
        font-size: 26px;
    }
    .arrow-container {
        padding-top: 38px;
    }
    .site-title {
    font-size: 26px;
}
    .about-area p {
    padding-bottom: 7px;
    text-align: justify;
 }
    .hero-single .hero-content .hero-title {
        font-size: 35px;
    }
    .topapp {
        text-align: center;
}
    .logotop{
        text-align: center;
    }
    .dropdown-item {
        font-size: 14px;
    }
    .navbar-brand {
        text-align: center;
    }
    .navbar-brand img {
    width: auto;
    margin: auto;
}
.theme-btn {
    text-align: center;
    font-size: 14px;
    padding: 6px 9px;
    width: 100%;
}
.header-nav-right {
    margin-left: 0;
}
}
@media only screen and (max-width: 380px) {
    .pankti img {
        margin-bottom: 10px;
        width: 83%;
    }
    .site-breadcrumb {
    padding-top: 30px;
}
    .service-icon {
    margin: 0 auto 30px auto;
}
    .hero-single .hero-content .hero-title {
        width: 100%;
    }
    .topapp ul li i {
        font-size: 15px;
    }
    .topapp ul li a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
  .hero-single .hero-content .hero-title-first,
  .hero-single .hero-content .hero-title-firstpara {
    display: none !important;
  }
}
