﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Plus Jakarta Sans;
}
body {
    overflow-x: hidden;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
/*    header section*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    background: #f4f4f4;
}

/* Top bar */
.top-bar {
    background: #d94948;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 98Fpx;
    font-size: 13px;
}

.top-left span {
    margin-right: 15px;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .top-right a {
        display: inline-block;
        background: #0073b2;
        color: #fff;
        border-radius: 50%;
        padding: 6px 10px;
        text-decoration: none;
        font-weight: bold;
    }

    .top-right strong {
        color: #f7941d;
    }

/* Logo + Contact row */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 198px;
    background: white;
}

    .header img {
        height: 80px;
    }

    .header .contact {
        text-align: right;
    }

        .header .contact a {
            text-decoration: none;
            color: #f7941d;
            font-weight: bold;
        }

        .header .contact p {
            margin-top: 5px;
            color: #333;
            font-size: 27px;
        }

/* Navbar */
/* ========== DESKTOP NAVBAR ========== */
nav {
    background: white;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 100;
}

    nav ul.home {
        display: flex;
        justify-content: space-between;
        list-style: none;
        align-items: center;
        padding: 30px 60px;
    }

        nav ul.home li {
            margin: 0 25px;
            font-weight: bold;
        }

            nav ul.home li a {
                text-decoration: none;
                color: #444;
                transition: 0.3s;
            }

                nav ul.home li a:hover,
                nav ul.home li.active a {
                    color: #d94948;
                }

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

/* Dropdowns */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 5px;
    overflow: hidden;
    z-index: 999;
    padding: 10px;
    text-wrap: nowrap;
}

    .dropdown-content li a {
        display: block;
        color: #d94948;
        transition: background 0.3s;
        padding: 10px;
        text-wrap: nowrap;
    }

        .dropdown-content li a:hover {
            background: #fff;
            
        }

.dropdown:hover .dropdown-content {
    display: block;
}

/* ========== MOBILE MENU ========== */
.menu-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: -50px;
    background: none;
    border: none;
    font-size: 26px;
    color: #2656a3;
    cursor: pointer;
    z-index: 1100;
}

/* Sidebar hidden by default */
/* Sidebar base style */
.sidebar-mobile {
    position: fixed;
    top: 0;
    right: -300px; /* Pehle hidden rahega (screen ke bahar) */
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.3);
    transition: right 0.4s ease;
    z-index: 2000;
    padding: 20px;
    overflow-y: auto;
    display: none;
  
}

    /* Jab .active class lagegi to sidebar show hoga */
    .sidebar-mobile.active {
        right: 0;
        display: block;
    }

    /* Close button style */
    .sidebar-mobile .close-btn {
        background: none;
        border: none;
        font-size: 26px;
        cursor: pointer;
        color: #d94948;
        float: right;
    }

    /* Sidebar ke andar list style */
    .sidebar-mobile ul {
        list-style: none;
        margin-top: 60px;
        padding: 0;
    }

        /* List item spacing */
        .sidebar-mobile ul li {
            margin: 20px 0;
            font-weight: bold;
        }

            /* Links style */
            .sidebar-mobile ul li a {
                text-decoration: none;
                color: #d94948;
                font-size: 16px;
                transition: 0.3s ease;
            }

                /* Hover effect sahi likha gaya */
                .sidebar-mobile ul li a:hover {
                    color: #fff;
                    background-color: orangered;
                    padding: 8px 12px;
                    border-radius: 6px;
                }

/* Overlay style */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1500;
    transition: 0.3s ease;
}

    /* Jab overlay active ho */
    .overlay.active {
        display: block;
    }


/* ========== MEDIA QUERY ========== */
@media (max-width: 768px) {
    nav ul.home {
        display: none;
    }

    .menu-toggle {
        display: block;
    }
    .sidebar-mobile {
        display: block
    }
}



/*  hero setion*/
.hero {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

    .hero video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

/* Text over image */
.tagline {
    position: absolute;
    left: 26%;
    top: 25%;
    font-size: 21px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 5px;
    text-align: center;
}

.professional {
    text-align: center;
}

.hero-p {
    text-align: center;
    font-size: 66px;
    font-weight: bold;
    padding-top: 30px;
}

/* ============================= */
/*         Responsive CSS        */
/* ============================= */

/* Tablets */
@media (max-width: 1024px) {
    .hero {
        height: 400px;
    }

    .tagline {
        left: 20%;
        top: 30%;
        font-size: 18px;
        padding: 10px 18px;
    }

    .hero-p {
        font-size: 48px;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .hero {
        height: 350px;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .tagline {
        position: relative;
        left: 0;
        top: 0;
        font-size: 16px;
        padding: 8px 16px;
        margin-top: 20px;
    }

    .hero-p {
        font-size: 34px;
        padding-top: 10px;
    }
}

/* Small Mobile (like 400px and below) */
@media (max-width: 480px) {
    .hero {
        height: 300px;
    }

    .tagline {
        font-size: 14px;
        padding: 65px 12px;
    }

    .hero-p {
        font-size: 26px;
    }
}

/*Welcome to Load Line Engineering (Pvt.) Ltd*/
.lle-section {
    padding: 40px;
    text-align: center;
    
}
.container{
    max-width:1194px;
}

.main-title {
    font-size: 20px;
    font-weight: bold;
    color: #d94948;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 16px;
    color: #888;
    margin-bottom: 40px;
}

.content-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    text-align:justify;
    gap: 59px;
}

.left-col, .middle-col, .right-col {
    flex: 1;
}

    .left-col h2 {
        color: #d94948;
        margin-bottom: 15px;
        font-size: 19px;
        font-weight:bold;
    }

.policy {
    margin-bottom: 30px;
}

    .policy h3 {
        color: #d94948;
        margin: 34px -18px;
        font-size: 20px;
    }

    .policy .icon {
        font-size: 16px;
        color: #d94948;
    }
.under-btn {
    margin-top: 0px;
    padding: 7px 20px;
    background: #d94948;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 11px;
    margin-left: 53px;
}

    .under-btn:hover {
        background: #d94948;
        color: white;
    }


/* Right Column */
.right-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* ===== POLICY CARD ===== */
.policy-card {
    padding: 2px;
    border-radius: 5px;
}

.policy-header {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 31px;
}

.policy-icon {
    width: 36px;
    height: 36px;
    background-color: #d94948;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: -48px;
}

    .policy-icon svg {
        width: 20px;
        height: 20px;
        fill: white;
    }

.policy-title {
    color: #d94948;
    font-size: 18px;
    font-weight: bold;
}

    .policy-title:hover {
        color: #d94948;
    }

.policy-text {
    color: #999;
    line-height: 1.8;
    font-size: 0.95rem;
}

/* ===== CERTIFICATES SECTION ===== */
.certificates {
    display: flex;
    gap: 15px;
    margin-top: 20px;
/*    flex-wrap: wrap;*/
}

.certificate-img {
    width: 100px;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    background: white;
}

/* ===== DOWNLOAD BUTTON ===== */
.download-btn {
    background-color: #d94948;
    color: white;
    padding: 12px 30px;
    border: none;
    font-size: 0.95rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

    .download-btn:hover {
        background-color: red;
        color:#fff;
    }

/* ======================================= */
/*           RESPONSIVE DESIGN             */
/* ======================================= */

/* Tablets (max width 1024px) */
@media (max-width: 1024px) {
    .policy-header {
        flex-direction: row;
        align-items: flex-start;
    }

    .policy-title {
        font-size: 16px;
    }

    .policy-text {
        font-size: 0.9rem;
    }

    .certificate-img {
        width: 90px;
    }
}

/* Mobile (max width 768px) */
@media (max-width: 768px) {
    .right-section {
        gap: 20px;
        padding: 10px;
    }

    .policy-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .policy-icon {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .policy-title {
        font-size: 15px;
    }

    .policy-text {
        font-size: 0.9rem;
        text-align: center;
    }

    .certificates {
        justify-content: center;
    }

    .certificate-img {
        width: 80px;
    }

    .download-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
}

/* Small Mobile (max width 480px) */
@media (max-width: 480px) {
    .policy-title {
        font-size: 14px;
    }
    .top-right{
        display:none;
    }

    .policy-text {
        font-size: 0.85rem;
    }

    .certificate-img {
        width: 70px;
    }

    .download-btn {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
}

.slider-container {
    position: relative;
}

.profile-card {
    padding: 0px 38px;
/*    text-align: center;*/
}

.profile-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 30px;
    overflow: hidden;
    border: 5px solid #f0f0f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

    .profile-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.name {
    font-size: 19px;
    font-weight: bold;
    color: #d94948;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
}


.title {
    font-size: 19px;
    color: #d94948;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.description {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-info {
    margin-top: 40px;
}

.contact-item {
    font-size: 16px;
    color: #d94948;
    font-weight: bold;
    line-height: 30px
}

.email {
    text-transform: uppercase;
    color: #d94948;
    font-size: 15px;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 80px;
    background: #d94948;
    border: none;
    outline: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    z-index: 10;
}

    .nav-button:hover {
        background: #f4a215;
    }

    .nav-button.prev {
        left: -37px;
    }

    .nav-button.next {
        right: -25px;
    }

@media (max-width: 768px) {
    .profile-card {
        padding: 40px 30px;
    }

    .nav-button {
        height: 84px;
        font-size: 50px;
        margin: 16px;
    }

    .name {
        font-size: 24px;
    }

    .title {
        font-size: 18px;
    }

    .description {
        font-size: 14px;
    }
}



/* Features Section */
.features {
    background: url('/Images/alpha-tech-consultancy.jpg') no-repeat center center/cover;
    padding: 60px 20px;
}

.features-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    text-align: center;
}

.feature-icon {
    background: #d94948;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
}

.feature-card h3 {
    color: #d94948;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight:bold;
    
}

.feature-card p {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}
/* our projects */
.projects-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
}

    .projects-section h2 {
        font-size: 36px;
        color: var(--primary);
        margin-bottom: 10px;
        font-weight: 700;
        color: #d94948;
    }

    .projects-section p {
        font-size: 16px;
        color: var(--text-light);
        margin-bottom: 50px;
    }

/* Grid Layout */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Project Card */
.project-card {
    background: transparent;
    border-radius: var(--radius);
    overflow: hidden;
    text-align: center;
    transition: transform var(--transition);
    display: flex;
    flex-direction: column;
}

    .project-card:hover {
        transform: translateY(-8px);
    }

    /* Image */
    .project-card img {
        width: 180px;
        height: 180px;
        object-fit: cover;
        display: block;
        border-radius: 50%;
        margin: 20px auto;
    }

/* Content */
.project-content {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .project-content h3 {
        font-size: 20px;
        color: var(--text-dark);
        margin-bottom: 10px;
        color:#d94948;
    }

    .project-content p {
        font-size: 14px;
        color: var(--text-light);
        margin-bottom: 16px;
        flex-grow: 1;
    }

/* Button */
.project-btn {
    display: inline-block;
    background: #d94948;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background var(--transition);
}

    .project-btn:hover {
        background: red;
    }

/* Responsive */
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-section h2 {
        font-size: 28px;
    }

    .projects-section p {
        font-size: 15px;
    }
}
/*footer section*/
.footer {
    background: #d94948 url('pattern.png');
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 40px 20px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
}

/* Left */
.footer-left {
    flex: 1 1 30%;
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 15px;
}

.footer-left p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-btn {
    display: inline-block;
    background: #a03226;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

/* Middle */
.footer-middle {
    flex: 1 1 30%;
}

    .footer-middle h3 {
        margin-bottom: 15px;
    }

    .footer-middle p {
        margin: 8px 0;
    }

.social-icon {
    display: inline-block;
    background: #0073b2;
    color: #fff;
    border-radius: 50%;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: bold;
}
/* Responsive Design */
@media (max-width: 768px) {
    .footer-middle {
        flex: 1 1 100%;
      
        margin-bottom: 20px;
    }

    .social-icon {
        margin: 5px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .footer-middle h3 {
        font-size: 18px;
    }

    .footer-middle p {
        font-size: 14px;
    }

    .social-icon {
        padding: 6px 10px;
        font-size: 14px;
    }
}

/* Right */
.footer-right {
    flex: 1 1 30%;
}

    .footer-right h3 {
        margin-bottom: 15px;
    }

    .footer-right ul {
        list-style: none;
        padding: 0;
    }

        .footer-right ul li {
            margin: 8px 0;
            position: relative;
            padding-left: 18px;
        }

            .footer-right ul li::before {
                content: "›";
                position: absolute;
                left: 0;
                color: #fff;
            }

/* Bottom */
.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer-links a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
}

    .footer-links a:hover {
        text-decoration: underline;
    }
/* Footer Links */
.footer-links {
    display: flex;
    justify-content: center;
    gap: 38px;
    flex-wrap: wrap;
    padding: 0px 46px;
    list-style:none;
}

    .footer-links a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: color 0.3s ease;
        list-style-type: none;
    }

    .footer-links a:hover {
        color: white;
        background-color: rgba(0, 0, 0, .2);
    }

/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    bottom: 18px;
    right: 20px;
    background: #d94948;
    color:#fff;
    padding: 10px 12px;
    border-radius: 1px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}

    .scroll-top:hover {
        background: #d94948;
        transform: translateY(-3px);
    }

/* Accessibility (hide screen-reader text visually but keep for readers) */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
/* Basic Navbar */
.navbar {
    list-style: none;
    display: flex;
    gap: 20px;
    background: #333;
    padding: 10px;
}

    .navbar li {
        position: relative;
    }

    .navbar a {
        color: white;
        text-decoration: none;
        padding: 8px 12px;
        display: block;
    }
.navbar-menus{
    display:flex;
    align-items:center;
    gap:2px;
}
/* Dropdown hidden by default */
.dropdown-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #444;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 160px;
    border-radius: 5px;
    list-style: none;
}
    .dropdown-menu li {
        list-style: none; 
    }

    .dropdown-menu li a {
        padding: 10px;
        color: white;
        display: block;
    }

        .dropdown-menu li a:hover {
            background: red;
        }

/* Show on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}
/*services engineering*/

  .services-section {
    background-color: #f8f8f8;
    /* padding: 100px 20px; */
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .services-content {
    max-width: 1156px;
    margin: 0 auto;
    text-align: left;
  }

.services-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #d94948;
}

  .services-section p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 30px;
  }

  .services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
  }

  .service-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 25px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
  }

  .service-card:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transform: translateY(-3px);
  }

    .service-card .icon {
        background-color: #d94948;
        color: #fff;
        border-radius: 50%;
        padding: 10px;
        width: 42px;
        height: 42px;
        text-align: center;
        font-size: 20px;
        margin-bottom: 18px;
    }

  .service-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align:left;
  }

  .service-card p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
    flex-grow: 1;
    text-align:left;
  }

.learn-more {
    margin-top: 18px;
    font-size: 0.9rem;
    color: #d94948;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    text-align: left;
}

  .learn-more:hover {
    text-decoration: underline;
    color:#d94948;
  }
    .learn-more:hover a{
        color:red;
    }
    /* Responsive adjustments */
    @media (max-width: 992px) {
        .services-section {
      padding: 80px 20px;
    }
  }

  @media (max-width: 768px) {
    .services-section h2 {
      font-size: 1.7rem;
    }
    .services-section p {
      font-size: 0.95rem;
      max-width: 90%;
    }
  }

  @media (max-width: 480px) {
    .service-card {
      padding: 25px 20px;
    }
    .service-card h3 {
      font-size: 1rem;
    }
    .services-section h2 {
      font-size: 1.5rem;
    }
  }
/*quality-section engineering */
.quality-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.quality-image {
    flex: 1;
    min-width: 300px;
}

    .quality-image img {
        width: 444px;
        border-radius: 12px;
        height: 296px;
    }

.quality-content {
    flex: 1;
    min-width: 300px;
}

    .quality-content h2 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 20px;
        color:#d94948;
    }

    .quality-content ul {
        list-style: none;
        margin-bottom: 25px;
        padding:0px
    }

        .quality-content ul li {
            font-size: 1rem;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .quality-content ul li::before {
                content: '✔';
                color: #d94948;
                font-weight: bold;
            }

.learn-more-btn {
    display: inline-block;
    background-color: #d94948;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

    .learn-more-btn:hover {
        background-color: red;
    }

/* Responsive */
@media (max-width: 768px) {
    .quality-section {
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
    }

    .quality-content h2 {
        font-size: 1.7rem;
    }
    .quality-image img{
        padding-right:20px;
    }
}

@media (max-width: 480px) {
    .quality-content h2 {
        font-size: 1.5rem;
    }
}

/*Featured Construction Projects*/

.fc-container {
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    max-width: 1178px;
/*    width: 90%;*/
    border-radius: 10px;
}

.fc-project {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.fc-project-info {
    flex: 1 1 400px;
    text-align: left;
}

    .fc-project-info h2 {
        font-size: 2rem;
        margin-bottom: 15px;
        color: #d94948;
        font-weight: 600;
    }

    .fc-project-info p {
        color: #555;
        margin-bottom: 15px;
        line-height: 1.6;
    }

.fc-details {
    margin-bottom: 20px;
}

    .fc-details p {
        font-size: 14px;
        color: #1a1a1a;
        margin-bottom: 10px;
        line-height: 1.6;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .fc-details strong {
        color: #666;
        font-weight: 500;
        min-width: 80px;
    }

.fc-see-more {
    background-color: #d94948;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .fc-see-more:hover {
        background-color: red;
    }

.fc-project-image {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
}

    .fc-project-image img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        max-width: 450px;
        height: auto;
    }

@media (max-width: 900px) {
    .fc-project {
        flex-direction: column-reverse;
    }
    .fc-project-image img{
        padding:20px;
    }

    .fc-header {
        flex-direction: column;
        gap: 10px;
    }
}
/* ✅ Extra Responsive Fixes - Do NOT change original code */
@media (max-width: 992px) {
    .fc-project {
        flex-direction: column;
        text-align: left;
    }

    .fc-project-image img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .fc-container {
        padding: 20px;
        width: 95%;
    }

    .fc-project-info h2 {
        font-size: 1.5rem;
    }

    .fc-details p {
        flex-direction: column;
        gap: 4px;
    }
}

/*Welcome to Load Line Engineering (Pvt.) Ltd.*/
.company-btn {
    margin-top: 28px;
    padding: 8px 22px;
    background: #d94948;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 900;
    transition: all 0.3s ease;
    font-size: 11px;
    margin-left: 40px;
    text-decoration: none;
    margin-bottom: 20px;
}

    .company-btn:hover {
        background: red;
        color: white;
    }

/* ✅ Responsive CSS */

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
    .top-bar {
        padding: 5px 120px;
    }

    .header {
        padding: 6px 80px;
    }

   
}

/* Desktop (992px – 1199px) */
@media (max-width: 1199px) {
    .top-bar {
        padding: 5px ;
        font-size: 12px;
    }

    .header {
        padding: 6px 60px;
    }

    nav ul {
        padding: 20px ;
    }

    .content-row {
        gap: 40px;
    }
}

/* Tablet (768px – 991px) */
@media (max-width: 991px) {
    .top-bar {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px;
    }

    nav ul {
        flex-wrap: wrap;
        gap: 20px;
        padding: 15px;
    }

    .content-row {
        flex-direction: column;
/*        text-align: center;*/
    }

    .features-content,
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .top-bar {
        font-size: 11px;
        padding: 8px;
        flex-direction: column;
        gap: 5px;
        
    }

    .header {
        padding: 10px;
        flex-direction: column;
    }

        .header img {
            height: 44px;
            margin-right: 175px;
        }

        .header .contact p {
            font-size: 20px;
        }

    nav ul {
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }

    .hero {
        height: 300px;
    }

    .tagline {
        font-size: 18px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 16px;
    }

    .content-row {
        flex-direction: column;
        gap: 20px;
    }

    .features-content,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-circle {
        width: 160px;
        height: 160px;
    }

    .footer-container {
        flex-direction: column;
/*        text-align: center;*/
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    .hero {
        height: 250px;
    }

    .tagline {
        font-size: 16px;
        padding: 60px 12px;
    }

    .name, .title {
        font-size: 16px;
    }

    .description {
        font-size: 14px;
    }

    .service-circle {
        width: 140px;
        height: 140px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}








.carousel-container {
    position: relative;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
}

.service {
    flex: 1 1 250px;
    margin: 15px;
    max-width: 170px;
}

    .service img {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .service h3 {
        font-size: 20px;
        font-weight: bold;
        color: #d94948;
        margin-bottom: 10px;
    }

    .service p {
        font-size: 14px;
        color: #8c95a2;
        line-height: 1.5;
    }

/* Arrows */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #d94948;
    color: #fff;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 3px;
    z-index: 10;
}

    .carousel-btn.prev {
        left: 10px;
    }

    .carousel-btn.next {
        right: 10px;
    }

/* Responsive */
@media (max-width: 768px) {
    .carousel-item {
        flex-direction: column;
        align-items: center;
    }
    .carousel-btn{
        display:none;
    }
    .nav-button{
        display:none
    }
}



a:hover {
    color: #fff;
}
