


/* MENU MOBILE RESPONSIVE */
/* Mobile me half width offcanvas */
@media (max-width: 768px) {

    .offcanvas-end {
        width: 50%;  /* 50% chahiye to 50% kar do */
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .offcanvas-body {
        padding: 25px;
    }

    .offcanvas-header {
        padding: 20px 25px;
    }

}









@media (max-width: 576px) {
  .top-rated-heading {
    font-size: 25px;
  }
.navbar-nav {
    margin-left: 5%;
}
}
/* Mobile */
@media (max-width: 576px) {
  .qulity-heading {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .local-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
.faq-header h2 span{
    font-size: 16px;
  }
}
/* Desktop pe 5 columns */
@media (min-width: 1200px) {
  .custom-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* Large Tablet */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

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



/* Mobile */
@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
/* Mobile card height thoda chhota */
@media (max-width: 576px) {
  .service-card2 {
    height: 180px;
  }
}






/* About */

/* =========================
   MOBILE RESPONSIVE FIX
   ========================= */
@media (max-width: 768px) {

    /* Pure wrapper center */
    .profile-wrapper {
        padding: 0px 15px 40px 15px !important;
        text-align: center;
    }
section.recommended-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
a.btn.btn-light.rounded-pill.px-4.fw-semibold {
    font-size: 16px !important;
    width: 50%;
    padding: 10px !important;
}
.hero-content h1 {
    font-size: 34px !important;
}
.contact-content h1 {
    font-size: 34px;
    font-weight: 700;
    color: #f4b400 !important;
}
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
    /* Main flex ko column bana do */
    .profile-wrapper .d-flex {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Profile Image */
    .profile-img {
        width: 120px !important;
        height: 120px !important;
        transform: none !important;
        margin-bottom: 15px;
    }

    /* Name & Info section */
    .ms-0.ms-md-4 {
        margin: 0 !important;
    }

    /* Info Pills Center */
    .info-pill {
        transform: none !important;
        display: inline-block !important;
        margin: 6px 5px !important;
        font-size: 12px;
    }

    /* Social Icons Center */
    .social-circle {
        transform: none !important;
        margin: 10px 8px !important;
    }

    /* Day Boxes Center */
    .day-box {
        transform: none !important;
        margin: 5px 4px !important;
        width: 30px !important;
    }
.water-bg {
    margin-bottom: 10px !important;
        width: 100%;
        text-align: center !important;
}
}

/* @media(max-width:991px){
    .profile-wrapper{padding:0 20px;}
    .header-blue{padding:20px 20px 120px 20px;}
} */

@media (max-width: 991px) {
    .review-section {
                padding: 0px 0px;     }
    
    .review-section .text-end {
        text-align: center !important; 
        margin-top: 20px;
    }
    
}

/* MOBILE RESPONSIVE FIX */
@media (max-width: 991px) {
    .social-circle {
        transform: translateY(0) !important; 
        width: 45px;
        height: 45px;
        margin: 10px 5px; 
    }
        .social-container {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .col-lg-3 .bg-white {
        padding: 20px ;
        margin-top: 20px ;
    }
    .display-4 {
        font-size: 2.5rem ; 
    }
    .text-warning.h2 {
        font-size: 1.5rem ;
    }
}

/* review about section */
@media (max-width: 768px) {

    .container .row.g-4.mt-5 {
        margin-top: 2px !important; 
    }

}



/* Recruitment responsice  */
@media (max-width: 768px) {
    .text-navy {
        font-size: 2rem;
    }
}