/* home page  */
@media (max-width: 767px) {
  .pre-logo {
    /* font-family: "Barlow Condensed", sans-serif; */
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
    font-size: 27px;
    width: 212px !important;
    margin-bottom: 12px;
            /* margin-left: 34px !important; */
  }

  .hero-section {
    min-height: 107vh !important;
  }

  .pre-bar {
    width: 220px !important;
  }

  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .home-slide {
    padding-top: 0px !important;
  }

  .hero-badge {
    font-size: 10px;
  }

  .hero-ctas {
    display: grid;

  }

  .hero-headline {
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(36px, 6vw, 5rem) !important;

  }

  .hero-scroll-hint {
    bottom: 0px;
  }

  .hero-scroll-hint {
    color: rgb(79 65 65 / 40%);
  }

  /* ------------------------------------------ */
  .stats-section {
    padding: 25px 0;
  }

  .stat-number {
    font-size: 32px !important;
  }

  .section-pad {
    padding: 50px 0;
  }

  .about-visual-wrap {
    padding: 9px;
  }

  .about-since-badge {
    top: -28px;
    left: -5px;
    padding: 8px;
  }

  .since-year {
    font-size: 28px;
  }

  .team-member {
    display: none !important;
  }

  .stat-item {
    border-top: 1px solid var(--border);
  }

  .whatsapp-circle {
    width: 120px;
    height: 120px;
  }

  .whatsapp-btn {
    display: flex;
    padding: 2px 15px !important;
    font-size: 18px;
  }

  /* ------------------------------------------------------------------- */
  /* about */

  .about-hero {
    min-height: 180vh !important;
    padding-top: 45px !important;
  }

  .story-img-main {
    width: 100% !important;
    height: 240px !important;
  }

  /* --------------------------------------------------------------- */


  /* ==================================================
   OUTDO SYSTEM — RESPONSIVE MOBILE NAVBAR
   Paste inside: assets/css/responsive.css
================================================== */

  html,
  body {
    overflow-x: hidden;
  }

}

/* Tablet + Mobile Navbar */
@media (max-width: 1199.98px) {

  /* Mobile Toggler */
  #mainNav .navbar-toggler {
    width: 46px;
    height: 42px;
    padding: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(108 56 56 / 38%);
    border-radius: 8px;
    box-shadow: none;
    outline: none;
    background: rgb(255 255 255 / 24%);
  }








  /* Navbar Collapse */
  #mainNav .navbar-collapse {
    width: 100%;
    margin-top: 13px;
    padding: 0;
    background: #101012;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 90px);
  }

  #mainNav .navbar-collapse.collapsing {
    transition: height 0.35s ease;
  }





  #mainNav .nav-link {
    width: 100%;
    min-height: 48px;
    padding: 13px 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 7px;
    transition:
      color 0.3s ease,
      background-color 0.3s ease,
      padding-left 0.3s ease;
  }



  /* Services Dropdown */
  #mainNav .dropdownd {
    position: relative;
  }

  #mainNav .dropdown-toggle::after {
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  #mainNav .dropdown-toggle.show::after {
    transform: rotate(180deg);
  }

  #mainNav .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 100%;
    min-width: 100%;
    max-height: 310px;
    margin: 0 0 10px;
    padding: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255, 255, 255, 0.045);
    border: 0;
    border-left: 2px solid #e31e24;
    border-radius: 6px;
    box-shadow: none;
  }

  #mainNav .dropdown-menu.show {
    display: block;
    animation: mobileDropdownOpen 0.3s ease forwards;
  }

  #mainNav .dropdown-item {
    width: 100%;
    padding: 11px 13px;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    white-space: normal;
    border-radius: 5px;
    transition:
      color 0.25s ease,
      background-color 0.25s ease,
      padding-left 0.25s ease;
  }

  #mainNav .dropdown-item:hover,
  #mainNav .dropdown-item:focus,
  #mainNav .dropdown-item.active {
    color: #ffffff;
    padding-left: 18px;
    background: #e31e24;
  }

  #mainNav .dropdown-menu::-webkit-scrollbar {
    width: 5px;
  }

  #mainNav .dropdown-menu::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
  }

  #mainNav .dropdown-menu::-webkit-scrollbar-thumb {
    background: #e31e24;
    border-radius: 20px;
  }

  /* Get Free Quote Button */
  #mainNav .btn-primary-red {
    width: 100%;
    min-height: 48px;
    margin-top: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
  }

  /* City Guide Hub Logo */
  #mainNav .navbar-nav .nav-item:last-child {
    padding: 12px 0 4px;
  }

  #mainNav .navbar-nav .nav-item:last-child>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mainNav .logo-sticky,
  #mainNav .navbar-nav .nav-item:last-child img {
    width: auto !important;
    max-width: 160px;
    height: auto;
    object-fit: contain;
  }
}


/* Mobile Devices */
@media (max-width: 767.98px) {

  #mainNav.scrolled .navbar-nav .nav-link {
    color: #ffffff !important;
  }

  #mainNav.scrolled .navbar-nav .nav-link {
    color: #f6efef !important;
  }

  .review-resp {
    height: 500px !important;
  }

  .navbar-nav .nav-link:hover::after {
    width: calc(0% - 0px);
  }

  .navbar-nav .nav-link::after {
    bottom: 19px;
    right: 185px;
    background: #000000;
  }


  #mainNav {
    padding: 10px 0;
  }

  #mainNav .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  #mainNav .navbar-brand {
    max-width: 155px;
  }

  #mainNav .nav-logo {
    max-width: 150px;
    height: 43px;
  }




  #mainNav .navbar-collapse {
    margin-top: 10px;
    max-height: calc(100vh - 78px);
    border-radius: 9px;
  }

  #mainNav .navbar-nav {
    padding: 9px;
  }

  #mainNav .nav-link {
    min-height: 45px;
    padding: 12px 10px !important;
    font-size: 14px;
  }

  #mainNav .nav-link:hover,
  #mainNav .nav-link:focus,
  #mainNav .nav-link.active {
    padding-left: 15px !important;
  }

  #mainNav .dropdown-menu {
    max-height: 265px;
  }

  #mainNav .dropdown-item {
    padding: 10px 11px;
    font-size: 12.5px;
  }

  #mainNav .btn-primary-red {
    min-height: 45px;
  }

  #mainNav .logo-sticky,
  #mainNav .navbar-nav .nav-item:last-child img {
    max-width: 145px;
  }

  .portfolio-respo {
    min-height: 158vh !important;
    padding-top: 45px !important;
  }

  .blog-p-resp {
    padding-top: 110px !important;
  }

  .feature-img-resp {
    min-height: 230px !important;
  }

  .blog-about {
    font-size: 9px !important;
  }

  .blog-artical-resp {
    top: 16px;
    left: 16px;
  }

  .blog-padding-resp {
    padding: 25px !important;
  }

  .contact-form-resp {
    padding-top: 100px !important;
  }

  .contact-desc-2 {
    font-size: 17px;
    color: #666;
    max-width: 600px;
    margin-bottom: 15px;
  }

  .feature-icon-cat {
    width: 50px;
    height: 50px;
  }

  .feature-item-cat h4 {
    font-size: 18px;
  }

  .contact-stats {
    gap: 20px;
    width: 100%;
    padding: 10px;
  }

  .stat-box {
    display: inline;
    text-align: center;
  }

  .divider {
    height: 117px;
  }

  .stat-box h5 {
    font-size: 22px;
  }

  .web-devlep {
    min-height: 150vh !important;
  }

  .hero-h1-webde {
    font-size: 32px !important;
  }

  .about-service-webdevl {
    padding: 35px 0 !important;
  }

  .web-develop {
    margin-top: 5px !important;
  }

  .features-web-devl {
    padding: 55px 0 !important;
  }

  .web-desgin-respo {
    min-height: 159vh !important;
  }

  .why-img-badge {
    bottom: 5px !important;
  }

  .why-grid-web-dese {
    display: inline !important;
  }

  .why-items-web-des {
    margin-bottom: 20px;
  }


  .mobile-app-resp-2 {
    min-height: 163vh !important;
  }

  .mobile-app-stats-f {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .video-ani-resp {
    min-height: 188vh !important;
  }

  .seo-resp {
    min-height: 303vh !important;
  }

  .social-media-1{
    min-height: 190vh !important;
  }

  .logo-desg-resp{
    min-height: 202vh !important;
  }

  .graphice-desgining{
  padding: 16px; border-radius: var(--radius-lg); 
}

.ecom-sitew-resp{
    min-height: 221vh !important;
}

.domain-host{
    min-height: 203vh !important;
}

.digital-bigness-resp{
    min-height: 201vh !important;
}

.content-resp
 {
        min-height: 184vh !important;
    }

    .bulk-sms-resp{
        min-height: 175vh !important;
    }

    .prodcast-resp{
         min-height: 142vh !important;
        padding-top: 0px !important;
    }

    .card-case{
      padding: 18px !important;
    }

    .review-resp-2 {
        height: 558px !important;
    }
    
    .blog-webdeve{
      min-height: 100vh !important;
        padding-top: 45px !important;
    }

    .blog-web-resp, .content-write-blog{
      height: 200px; object-fit: cover; display:block;

    }

    .blog-web-block{
  grid-template-columns: repeat(1,1fr); margin: 40px 0;
}

.google-ads-tips{
          min-height: 215vh !important;
        padding-top: 45px !important;
}

.social-media-image{
  width: 100%!important;
      height: 300px;
}

.footer-logo {
    height: 70px !important;

}


}