/* =========================================================
   LORDS GROUP
   Responsive Design
   ========================================================= */

/* =========================================================
   TABLET / SMALL LAPTOP
   ========================================================= */

@media (max-width: 1199px) {

    .site-header .nav-link {
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: 13px;
    }

    .site-header .navbar-nav {
        gap: 0;
    }

    .admin-login-btn,
    .whatsapp-nav-btn {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    .projects-grid,
    .services-grid,
    .blog-grid,
    .gallery-grid {
        gap: 22px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .container {
        width: 92%;
    }

    .site-header .navbar {
        padding: 10px 0;
    }

    .site-logo {
        width: 125px;
    }

    .site-header .navbar-collapse {
        margin-top: 15px;
        padding: 15px 0 5px;
        border-top: 1px solid #eee;
        box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
    }

    .site-header .navbar-nav {
        align-items: stretch !important;
    }

    .site-header .nav-link {
        padding: 11px 5px !important;
    }

    .site-header .nav-link::after {
        left: 5px;
        right: auto;
    }

    .site-header .nav-link:hover::after,
    .site-header .nav-link.active::after {
        width: 35px;
    }

    .admin-login-btn,
    .whatsapp-nav-btn {
        display: inline-flex;
        width: fit-content;
        margin-top: 8px;
    }

    .about {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-image {
        max-width: 750px;
        margin: 0 auto;
    }

    .about-experience {
        left: 10px;
        bottom: 20px;
    }

    .projects-grid,
    .services-grid,
    .blog-grid,
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .project-detail-layout {
        grid-template-columns: 1fr;
    }

    .project-info-box {
        position: static;
    }

    .leader-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .leader-photo img {
        max-height: 460px;
    }

    .cta-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom {
        text-align: center;
    }

    .section {
        padding: 72px 0;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .container {
        width: 92%;
    }

    .top-bar-left .top-info-hide {
        display: none;
    }

    .top-bar-left {
        gap: 12px;
    }

    .site-logo {
        width: 120px;
    }

    .hero {
        min-height: 78vh;
        background-position: center;
    }

    .hero-content {
        max-width: 100%;
        padding: 30px 0;
    }

    .hero h1 {
        font-size: 36px;
        letter-spacing: 0;
    }

    .hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons .btn-primary,
    .hero-buttons .btn-outline {
        width: 100%;
    }

    .hero-stats {
        gap: 24px;
        margin-top: 32px;
    }

    .section {
        padding: 62px 0;
    }

    .section-title {
        margin-bottom: 38px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 14px;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .about-image::before,
    .about-image::after {
        display: none;
    }

    .projects-grid,
    .services-grid,
    .blog-grid,
    .gallery-grid,
    .team-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .project-card .project-image img {
        height: 230px;
    }

    .blog-card-image img {
        height: 220px;
    }

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

    .team-card-image {
        height: 300px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }

    .stat-box h3 {
        font-size: 30px;
    }

    .page-hero {
        min-height: 40vh;
    }

    .page-hero h1 {
        font-size: 34px;
    }

    .project-filter form {
        flex-direction: column;
        align-items: stretch;
    }

    .project-filter button {
        width: 100%;
    }

    .cta-section {
        padding: 60px 0;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .footer-bottom {
        margin-top: 44px;
    }

    .footer-bottom .text-md-end {
        margin-top: 10px;
    }

    .floating-whatsapp {
        right: 17px;
        bottom: 17px;
        width: 54px;
        height: 54px;
        font-size: 25px;
    }

    .chat-toggle {
        width: 54px;
        height: 54px;
        font-size: 23px;
    }

    .chatbot {
        right: 17px;
        bottom: 84px;
    }

    .chat-box {
        right: 15px;
        bottom: 145px;
        width: calc(100vw - 30px);
    }

    .chat-body {
        height: 260px;
    }

    .map-section iframe {
        min-height: 300px;
    }

    .section-head {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .container {
        width: 94%;
    }

    .site-logo {
        width: 112px;
    }

    .hero {
        min-height: 76vh;
    }

    .hero h1 {
        font-size: 31px;
    }

    .hero p {
        font-size: 14px;
    }

    .btn-primary,
    .btn-outline,
    .btn-gold,
    .btn-dark {
        width: 100%;
    }

    .service-box {
        padding: 32px 22px;
    }

    .contact-card {
        padding: 24px;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .stat-box .stat-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .stat-box h3 {
        font-size: 26px;
    }

    .leader-content h1 {
        font-size: 32px;
    }

    .project-info-box-header {
        padding: 15px 18px;
    }

    .project-info-list {
        padding: 6px 18px;
    }

    .project-info-actions {
        padding: 0 18px 18px;
    }

    .footer-logo {
        width: 135px;
    }

    .lightbox-prev { left: 10px; }
    .lightbox-next { right: 10px; }

}
