/* ================= RESPONSIVE ================= */
/* Responsive Structural Breakpoints */
@media (max-width: 1024px) {
    .about-top-grid {
        gap: 3rem;
    }

    .images-slider {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-choose-us-split {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    section.hero-sec img {
        height: 100dvh;
    }

    .why-image-col {
        max-width: 550px;
        margin: 0 auto;
        width: 100%;
    }

    .projects-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .images-slider img {
        height: 240px;
        /* Slightly shorter on medium screens */
    }
nav#mainNav {
    width: 88%;
}
.main-nav{
    gap: 15px;
}
    .why-main-img {
        height: 380px;
    }

    .about-info-col {
        max-width: 100%;
    }
}
/* Mobile */

@media (max-width:1023px) {

    .menu-toggle {
        display: flex !important;
		align-items: end;
    }
button#menuBtn {
    display: block;
}
	
    a.nav-link {
        font-size: 28px;
    }

/* Navigation Link */
.nav-link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px 14px 45px;
    font-size: 18px;
    font-weight: 600;
    color: #2d2b7f;
    text-decoration: none;
    transition: all .35s ease;
    overflow: hidden;
}

/* Left Accent Line */
.nav-link::before{
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    border-radius: 10px;
    background: #2d2b7f;
    transition: .35s;
}

/* Small Circle */
.nav-link::after{
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #2d2b7f;
    border-radius: 50%;
    background: #fff;
    transition: .35s;
}

/* Chevron */
.nav-link i{
    font-size: 13px;
    transition: .35s;
}

/* Hover */
.nav-link:hover{
    color: #fff;
    background: #2d2b7f;
    padding-left: 52px;
    border-radius: 8px;
}

/* Hover Effects */
.nav-link:hover::before{
    background: #fff;
    height: 28px;
}

.nav-link:hover::after{
    background: #fff;
    border-color: #fff;
    transform: translateY(-50%) scale(.8);
}

.nav-link:hover i{
    transform: rotate(180deg);
    color: #fff;
}
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
        gap: 0;
        box-shadow: 0 12px 25px rgba(0, 0, 0, .08);
        justify-content: start;
        gap: 30px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: .35s;
    }

    .main-nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
}

    .nav-item {
        width: 100%;
    }

    @media (max-width:767px) {
        a.nav-link {
            font-size: 18px;
        }
   
        .main-nav {
            gap: 10px;
        }
    }
}
@media (max-width: 992px) {
    main {
        min-height: unset;
    }
.construction-left {
    width: 100%;
    max-width: 100%;
}
    nav#mainNav {
        width: 100%;
    }

    .why-image-col,.construction-right {
        max-width: 100%;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .construction-wrapper {
        flex-direction: column;
    }

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

   

    .construction-left h4 {
        background: #eee;
        padding: 8px;
        border-radius: 6px;
        padding-left: 20px;
    }

    .footer-link {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-link::after {
        display: none;
        /* hide tooltip on mobile */
    }

    .patron-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .construction-left {
        top: 0px;
    }

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

    .cta-btn {
        padding: 16px;
    }
}

@media(max-width:768px) {
    .popup-content img {
        max-width: 95%;
        margin: 0 auto;
    }

    .images-slider {
        grid-template-columns: 1fr;
    }

    .about-top-grid {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .projects-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .images-slider img {
        height: 220px;
        /* Optimized height for mobile devices */
    }

    .about-title {
        font-size: 2rem;
    }

    .why-title {
        font-size: 1.75rem;
    }

    .experience-badge {
        left: 50%;
        transform: translateX(-50%);
        bottom: -25px;
        width: calc(100% - 40px);
        box-sizing: border-box;
        justify-content: center;
    }

    .all-hero-content.flx-row.jstfy-space-between.align-start {
        flex-direction: column;
        gap: 20px;
    }

    .construction-left h4::before {
        top: 6px;
    }

    .footer {
        margin-left: 0;
    }

    .service-box {
        height: 250px;
    }

    .all-our-logos {
        margin-top: 60px;
    }

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

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

    .sidebar {
        transform: translateX(-100%);
    }

    .sidebar.active {
        transform: translateX(0);
    }

    .main-wrapper {
        margin-left: 0;
    }

    .menu-btn {
        display: block;
    }

    .popup-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .popup-card .popup-img {
        width: 160px;
        height: 160px;
        margin-bottom: 15px;
    }

    .service-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info .container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .contact-form .container {
        max-width: 600px;
        margin: 0 auto;
    }

    .service-box img {
        width: 100%;
        height: 180px;
    }

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

@media(max-width:767px) {
    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 18px;
    }
.form-wrapper {
	padding: 20px;
	}
    .exec-message {
        padding: 10px;
    }

    .exec-info h4 {
        margin-top: 20px
    }

    blockquote {
        margin: 10px !important;
    padding: 10px;
    }

    section.construction-section.sec-spac,
    section.section.certificates-sec.sec-spac {
        padding-top: 100px;
    }
.products-range-col.flx-row.jstfy-space-between {
    flex-direction: column;
}
	.section-header {
    width: 100%;
    max-width: 100%;
}
    .sec-spac {
        padding: 40px 0;
    }

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

    .exec-info span {
        font-size: 20px;
    }

    section.hero-sec.sec-spac {
        padding-top: 100px;
    }

    .popup-card .popup-info p {
        height: 250px;
        overflow-y: scroll;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .popup-card {
        padding: 10px;
    }

    .popup-card .popup-info h4 {
        font-size: 18px;
    }

    .popup-card .popup-img {
        margin-bottom: 0;
    }

    .footer {
        padding-top: 40px;
    }

    .footer-container {
        padding: 0 20px 40px;
    }
}