/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Bebas+Neue&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');


@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-light-587ebe5a59211.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eloquia Display';
    src: url('../fonts/Typekiln - EloquiaDisplay-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eloquia Display';
    src: url('../fonts/Typekiln - EloquiaText-ExtraLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: var(--off-black);
    color: var(--white);
    overflow-x: hidden;
}

/* ── COLORS / UTILS ── */
.text-amber {
    color: var(--amber) !important;
}

.text-concrete {
    color: var(--concrete) !important;
}


.bg-steel {
    background-color: var(--steel) !important;
}

.bg-steel-mid {
    background-color: var(--steel-mid) !important;
}

.bg-off-black {
    background-color: var(--off-black) !important;
}

/* ── NAVBAR ── */
.navbar {
    background: #FFFFFFBF;
    border-bottom: 0.4px solid #FFFFFF;
    backdrop-filter: blur(16px);
    transition: background 0.3s;
    padding: 0px 50px;
}

.navbar-brand span {
    color: var(--white);
}

.nav-link {
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(232,137,26,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


/* ── HERO ── */
.hero-section {
    position: relative;

    img {
        width: 100%;
    }
}

.hero-grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.35;
    pointer-events: none;
}

.hero-accent-line {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, transparent, var(--amber), transparent);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--amber);
}

.hero-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--amber);
}

.hero-title {
    font-family: 'Eloquia Display';
    font-weight: 800;
    font-size: 56px;
    line-height: 58px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.hero-title .highlight {
    color: var(--amber);
}

.hero-sub {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.scroll-indicator {
    position: absolute;
    bottom: 32px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 0.68rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--concrete-dark);
}

.scroll-line {
    width: 1px;
    height: 44px;
    background: linear-gradient(to bottom, var(--amber), transparent);
    animation: scrollPulse 2s ease infinite;
}

/* ── STATS TICKER ── */
.stats-ticker-wrap {
    background: #EEEEEE;
    overflow: hidden;
    padding: 16px 0;
}

.stats-ticker {
    display: flex;
    animation: ticker 200s linear infinite;
    width: max-content;
}
.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}


.stat-tick-item {
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat-tick-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: var(--off-black);
    letter-spacing: 1px;
}

.stat-tick-label {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(17, 20, 24, 0.65);
    max-width: 80px;
    line-height: 1.4;
}

/* ── SECTION EYEBROW ── */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    background: #424242;
    border-radius: 100px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 12px;
}

.section-heading {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    line-height: 1.1;
}

.section-heading em {
    font-style: italic;
    color: var(--amber);
}

/* ── IMPACT NUMBERS ── */
.impact-section {
    background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 100%);
}

.impact-num-card {
    background: #FFFFFF;
    border: 1.2px solid #005FD7;
    border-radius: 10px;
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 0px 4px 0px #73737340;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.big-num {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 72px;
    line-height: 78px;
    letter-spacing: 0px;
    text-align: center;
    color: #424242;

    span {
        color: #005FD7;
        font-family: 'Bebas Neue' !important;
    }
}

.num-label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #424242;
}

/* ── SERVICE CARDS ── */
.services-section {
    background-color: var(--off-black);
}

.service-card {
    background: #EEEEEE;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 12px;
    transition: all 0.25s ease;
    border: 4px solid transparent;
}

.service-card .card-img-wrap {
    overflow: hidden;
}

.service-card .card-img-wrap img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.service-icon {
    width: 40px;
    height: 40px;
    background: rgba(232, 137, 26, 0.1);
    border: 1px solid rgba(232, 137, 26, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amber);
    font-size: 1rem;
}

.service-card-title {
    font-family: 'Poppins';
    font-size: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--amber);
    text-decoration: none;
    transition: gap 0.2s;
}

.service-link:hover {
    gap: 12px;
    color: var(--amber-light);
}

/* ── QUALITY ── */
.quality-section {
    background-color: var(--steel);
}

.quality-img-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.quality-img-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    filter: grayscale(20%) brightness(0.8);
    display: block;
}

.quality-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--amber);
    color: var(--off-black);
    padding: 18px 24px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 4px 0 0 0;
    line-height: 1.4;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(200, 191, 176, 0.1);
}

.feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.feature-dot {
    width: 8px;
    height: 8px;
    background: var(--amber);
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.feature-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.feature-desc {
    font-size: 0.85rem;
    color: var(--concrete-dark);
    line-height: 1.65;
}

/* ── TESTIMONIAL ── */
.testimonial-section {
    background-color: var(--off-black);
}

.testimonial-card {
    background: #F2F7FF;
    border: 1px solid #005FD7;
    border-radius: 10px;
    padding: 10px 14px 20px;
    position: relative;
    overflow: hidden;
}

.testimonial-text {
    font-family: 'DM Serif Display', serif;
    font-size: 1.18rem;
    line-height: 1.75;
    color: var(--concrete);
    position: relative;
    z-index: 1;
}

.author-avatar {
    width: 44px;
    height: 44px;
    background: var(--amber);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    color: var(--off-black);
    font-size: 1rem;
    flex-shrink: 0;
}

.about-card {
    background: var(--steel);
    border: 1px solid rgba(200, 191, 176, 0.1);
    border-radius: 4px;
    padding: 28px;
    font-size: 0.88rem;
    color: var(--concrete-dark);
    line-height: 1.7;
}

/* ── FOOTER ── */
footer {
    background: #303030;
}

.footer-brand {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    letter-spacing: 3px;
    color: var(--amber);
}

.footer-brand span {
    color: var(--white);
}

.footer-col-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.footer-link {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
}

.quicked {
    display: flex;
    flex-direction: column;
}
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.87rem;
    color: var(--concrete-dark);
    margin-bottom: 12px;

    p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
}


.footer-divider {
    border-color: rgba(200, 191, 176, 0.08) !important;
}

.footer-bottom {
    font-size: 0.78rem;
    color: var(--concrete-dark);
}


/* ── KEYFRAMES ── */
@keyframes ticker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.footer-things {
    margin-top: 1rem !important;

    .text-concrete-dark {
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 10px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
}

.service-sub-card {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #9A9A9A40;
    padding: 10px;
}

.get-a-quote {
    background: #005FD7;
    border-radius: 10px;
    width: fit-content;
    padding: 0px 26px;
    transition: all 0.25s ease;
    border: 1px solid transparent;

    a {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 30px;
        letter-spacing: 0px;
        color: #FFFFFF !important;
        padding: 10px;
        transition: all 0.25s ease;
        text-decoration: none !important;
    }
}

.our-impact {
    h2 {
        font-family: 'Eloquia Display';
        font-weight: 800;
        font-size: 48px;
        letter-spacing: 0px;
        text-align: left;
        color: #005FD7;
        line-height: 60px;
    }

    .text-concrete-dark {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0px;
        text-align: left;
        color: #424242;
    }
}

.services-section {
    .text-concrete-dark-para {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 24px;
        letter-spacing: 0px;
        text-align: center;
        color: #424242;
        margin-bottom: 40px;
    }
}

.discover-more {
    display: flex;
    justify-content: center;
    margin: 2rem 0;

    button {
        background: #005FD7;
        border-radius: 100px;
        font-family: 'Helvetica';
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0px;
        text-align: center;
        color: #FFFFFF;
        border: none;
        padding: 9px 20px;
        transition: all 0.25s ease;
        border: 1px solid transparent;
    }
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #005FD7 !important;
}

/* ── HERO ── */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(10, 15, 30, .3) 0%, rgba(10, 15, 30, .75) 60%, rgba(10, 15, 30, .95) 100%),
        url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=900&q=80') center/cover no-repeat;
}

.hero-content {
    position: relative;
    padding: 0 24px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(8px);
    border-radius: 40px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, .85);
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero-badge-dot {
    width: 7px;
    height: 7px;
    background: #4ADE80;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .5;
        transform: scale(1.4);
    }
}

.hero h1 {
    font-size: clamp(48px, 13vw, 72px);
    font-weight: 800;
    line-height: .95;
    color: #fff;
    margin-bottom: 18px;
}

.hero h1 .blue {
    color: var(--yr-blue);
}

.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary-yr {
    background: var(--yr-blue);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background .2s, transform .15s;
    text-decoration: none;
}

.btn-primary-yr:hover {
    background: #0046d6;
    transform: translateY(-1px);
}

.btn-outline-yr {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .35);
    border-radius: 8px;
    padding: 13px 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    text-decoration: none;
}

.btn-outline-yr:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}

/* ── WHY YR INFRA ── */
.section-tag {
    display: inline-block;
    background: #424242;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 50px;
    padding: 5px 14px;
    margin-bottom: 16px;
    padding: 7px 12px;
    margin-bottom: 16px;
    line-height: 1;
}

.section-title {
    color: #005FD7;
    font-family: 'Eloquia Display';
    font-weight: 800;
    font-size: 48px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 10px;
}

.section-title .blue {
    color: var(--yr-blue);
}

.why-section {
    padding: 30px 0;
    background: url('../images/chinbgImg.avif');
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.feature-card{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #78787840;
    border-radius: 15px;
    padding: 20px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 1;
}

.feature-card::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px; /* border thickness */
    border-radius: 15px;

    background: linear-gradient(
        90deg,
        #BF953F 0%,
        #FCF6BA 20%,
        #B38728 50%,
        #FBF5B7 70%,
        #AA771C 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    z-index: -1;


    p{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: center;
        color: #424242;
    }
}

.feature-icon {
    width: 52px;
    height: 52px;
    background: #EEF3FF;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 24px;
    color: var(--yr-blue);
    margin-bottom: 16px;
}

.feature-card h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}

.feature-card {

    .impact-head{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0px;
        text-align: center;
        color: #424242;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .impact-txt{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0px;
        text-align: center;
        color: #424242;
        line-height: 18px;
        margin: 0;
    }
}

/* ── TRUST SECTION ── */
.trust-section {
    padding: 20px 0 50px 0;

    h2{
        font-family: 'Eloquia Display';
        font-weight: 800;
        font-size: 48px;
        line-height: 70px;
        letter-spacing: 0px;
        text-align: center;
        color: #005FD7;
    }
    p{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 24px;
        letter-spacing: 0px;
        text-align: center;
        color: #424242;
    }
    .trust-sechalf{
        width: 60%;
    }
    .services-our-impact{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
        color: #FFFFFF;
        background: #424242;
        border-radius: 100px;
        width: fit-content;
        margin-bottom: 0;
        padding: 3px 12px;
    }
    .services-our-impact-div{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.trust-img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.trust-text {
    font-size: 15px;
    color: var(--yr-muted);
    line-height: 1.7;
    margin-top: 12px;
}

.stat-row {
    margin-top: 32px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: var(--yr-blue);
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    color: var(--yr-muted);
    font-weight: 500;
    margin-top: 4px;
}

/* ── LOGOS ── */
.logos-section {
    padding: 10px 0;
    overflow: hidden;
    background: #EEEEEE;
}

.logos-track {
    display: flex;
    gap: 40px;
    animation: ticker 100s linear infinite;
    width: max-content;
}

@keyframes scroll-logos {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.logo-pill {
    background: #fff;
    border: 1px solid var(--yr-border);
    border-radius: 10px;
    padding: 10px 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--yr-muted);
    white-space: nowrap;
}

/* ── GRADES ── */
.grades-section {
    padding: 40px 0;
    background: var(--yr-dark);
}

.grades-section .section-tag {
    background: rgba(0, 87, 255, .2);
    color: #7EB3FF;
}
.grade-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform .2s, box-shadow .2s;
}
.grade-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.grade-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #000000;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 20px;
    padding: 2px 10px;
}

.grade-body {
    position: absolute;
    bottom: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 12px;
}

.grade-name {
    font-family: 'Eloquia Display';
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0px;
    color: #005FD7;
    line-height: 1;
}

.grade-desc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    color: #424242;
}

/* ── CTA ── */
.cta-section {
    position: relative;
    padding: 80px 24px;
    background:url('../images/about-us-quality-img.avif') center/cover;
    text-align: center;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 6rem;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-section h2 {
    font-family: 'Eloquia Display';
    font-weight: 800;
    font-size: 48px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.cta-section p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 40px;
}

.cta-form {
    display: flex;
    gap: 0;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    position: relative;
    background: #FFFFFF33;
    max-width: 60%;
    justify-content: center;
    align-items: center;
}

.cta-form input {
    flex: 1;
    padding: 20px 18px;
    border: none;
    outline: none;
    font-family: 'Poppins';
    font-size: 22px;
    letter-spacing: 0px;
    background: #FEFEFF33;
    position: relative;
    color: #FFFFFF;
}
.cta-form input::placeholder {
    color: #FFFFFF;
}
.cta-form button {
    background: #FFFFFF;
    border-radius: 60px;
    color: #005FD7;
    border: none;
    padding: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 8px;
    padding: 4px 41px;
}
.trust-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.about-get-a-quote{
    display: flex;
    justify-content: center;
    align-items: center;

    button{
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 22px;
        letter-spacing: 0px;
        color: #FFFFFF;
        border: none;
        background: #005FD7;
        border-radius: 10px;
        padding: 8px 12px;
        transition: all 0.25s ease;
        border: 1px solid transparent;
    }
}
.reliable-grades{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #424242;
}
.reach-us-for-more{
    display: flex;
    justify-content: center;
    margin-top: 2rem;

    button{
        background: #005FD7;
        border-radius: 10px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0px;
        color: #FFFFFF;
        border: none;
        padding: 10px 19px;
        transition: all 0.25s ease;
        border: 1px solid transparent;
    }
}
.service-trust-sec{
    background: url('../images/chinbgImg.avif');
}
.services-concrete{
    color: #005FD7;
}
.services-section-service{
    padding: 3rem;

    .section-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #424242;
        border-radius: 100px;
        padding: 7px 15px;
        margin-bottom: 14px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
        color: #FFFFFF;
    }
    .section-title {
        font-family: 'Eloquia Display';
        font-weight: 800;
        font-size: 56px;
        letter-spacing: 0px;
        text-align: center;
        color: #005FD7;
    }


    /* ── SWIPER ── */
    .swiper {
      padding-top: 2rem !important;
    }
    .swiper-slide {
      height: auto;
    }

    /* ── CARD ── */
    .service-card {
      background: #ffffff;
      border-radius: 12px;
      overflow: hidden;
      height: 100%;
      padding: 0;
      box-shadow: 0px 0px 4px 0px #9A9A9A40;
    }
    .card-img-wrap {
      position: relative;
      overflow: hidden;
    }
    .card-img-wrap img {
      width: 100%;
      /* height: 210px; */
      object-fit: cover;
      display: block;
      border-radius: 4px;
      box-shadow: 0px 0px 4px 0px #005FD7;
      object-fit: fill;
    }
    .recommended-badge {
        position: absolute;
        top: 0;
        background: url(../images/bgimg-solution.png);
        color: #ffffff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
        padding: 0px 29px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .card-body-yr {
      padding: 10px 20px 12px;
    }
    .card-body-yr h3 {
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 0px;
        color: #005FD7;
    }
    .card-body-yr p {
      margin-bottom: 10px;
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0px;
      color: #0B0B0B;
      line-height: 20px;
    }
    .btn-explore {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: #DDECFF;
      color: #000000;
      border: none;
      border-radius: 60px;
      padding: 5px 15px;
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0px;
      cursor: pointer;
      text-decoration: none;
      margin-top: 1rem;
    }
    .btn-explore svg {
      width: 14px; height: 14px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform .2s;
    }
    .btn-explore:hover svg { transform: translateX(3px); }

    /* ── SWIPER PAGINATION ── */
    .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background: var(--yr-border);
      opacity: 1;
      transition: width .3s, background .3s;
      border-radius: 4px;
    }
    .swiper-pagination-bullet-active {
      width: 24px;
      background: var(--yr-blue);
    }

    /* ── SWIPER NAV ARROWS ── */
    .swiper-nav {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      margin-top: 8px;
    }
    .swiper-btn {
      width: 40px; height: 40px;
      border-radius: 50%;
      border: 1.5px solid var(--yr-border);
      background: #fff;
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: background .2s, border-color .2s;
    }
    .swiper-btn:hover {
      background: var(--yr-blue);
      border-color: var(--yr-blue);
    }
    .swiper-btn:hover svg { stroke: #fff; }
    .swiper-btn svg {
      width: 18px; height: 18px;
      stroke: var(--yr-text);
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke .2s;
    }
    .swiper-btn.swiper-button-disabled {
      opacity: .35;
      pointer-events: none;
    }
}
.need-reliable-section{
    padding: 3rem 3rem 0;
    background-image: url('../images/need-concrete-supply.avif');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    background-position: center;

    h2{
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 48px;
        letter-spacing: 0px;
        color: #FFFFFF;
        line-height: 58px;
        margin-bottom: 20px;
    }

    p{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0px;
        color: #FFFFFF;
        line-height: 28px;
    }
}
.blog-section{
    padding: 80px 0 0px;
    overflow: hidden;

    .swiper {
      padding: 8px 4px 52px !important;
    }
    .swiper-slide { height: auto; }

    /* ── CARD ── */
    .blog-card {
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        height: 100%;
        box-shadow: 0px 0px 4px 0px #83838340;
    }

    /* Image */
    .blog-img-wrap {
      position: relative;
      overflow: hidden;
    }
    .blog-img-wrap img {
      width: 100%;
      object-fit: cover;
      display: block;
    }
    /* Category badge */
    .blog-cat {
        position: absolute;
        top: 12px; 
        left: 12px;
        background: #000000;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 20px;
        padding: 2px 10px;
    }

    /* Body */
    .blog-body {
      padding: 12px 16px 22px;
    }

    /* Blue left border on title */
    .blog-title-wrap {
      border-left: 3px solid var(--yr-blue);
      margin-bottom: 10px;
      text-decoration: none !important;
    }
    .blog-title-wrap h3 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #005FD7;
        margin: 0;
    }

    .blog-desc {
        margin-bottom: 18px;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #424242;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 24px;
    }

    /* READ MORE button */
    .btn-read {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #005FD7;
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 7px 13px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0px;
        cursor: pointer;
        transition: background .2s, transform .15s;
        text-decoration: none;
    }
    .btn-read:hover {
      color: #0046d6;
      background-color: #fff;
      transform: translateX(2px);
    }
    .btn-read svg {
      width: 13px; height: 13px;
      stroke: #fff;
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform .2s;
    }
    .btn-read:hover svg { transform: translateX(3px); }

    /* ── PAGINATION ── */
    .swiper-pagination-bullet {
      width: 8px; height: 8px;
      background: var(--yr-border);
      opacity: 1;
      border-radius: 4px;
      transition: width .3s, background .3s;
    }
    .swiper-pagination-bullet-active {
      width: 24px;
      background: var(--yr-blue);
    }

    /* ── NAV ARROWS ── */
    .swiper-nav {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
      margin-top: 4px;
    }
    .swiper-btn {
      width: 40px; height: 40px;
      border-radius: 50%;
      border: 1.5px solid var(--yr-border);
      background: #fff;
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: background .2s, border-color .2s;
    }
    .swiper-btn:hover {
      background: var(--yr-blue);
      border-color: var(--yr-blue);
    }
    .swiper-btn svg {
      width: 17px; height: 17px;
      stroke: var(--yr-text);
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke .2s;
    }
    .swiper-btn:hover svg { stroke: #fff; }
    .swiper-btn.swiper-button-disabled { opacity: .3; pointer-events: none; }
}
.blogs-content{
    padding: 2rem 0;

    .blogs-content-txt{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 24px;
        line-height: 42px;
        letter-spacing: 0px;
        color: #424242;
    }

    .blogs-content-heading{
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 42px;
        letter-spacing: 0px;
        color: #424242;
    }
}
.explore-trending-blogs{
    .explore-blogs{
        margin-bottom: 36px;
        font-family: 'Eloquia Display';
        font-weight: 800;
        font-size: 56px;
        letter-spacing: 0px;
        text-align: center;
        color: #005FD7;
    }
    .swiper {
      padding: 6px 4px 48px !important;
    }
    .swiper-slide { height: auto; }
    .blog-card {
      border-radius: 12px;
      overflow: hidden;
      background: #ffffff;
      height: 100%;
      box-shadow: 0px 0px 4px 0px #9A9A9A40;
    }
    .blog-img-wrap {
      overflow: hidden;
    }
    .blog-img-wrap img {
      width: 100%;
      object-fit: cover;
      display: block;
      transition: transform .4s ease;
      border-radius: 4px;
    }
    .blog-body {
      padding: 18px 18px 20px;
    }
    .blog-body h3 {
        margin-bottom: 8px;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;
        letter-spacing: 0px;
        color: #005FD7;
    }
    .blog-body p {
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        color: #0B0B0B;
        margin-bottom: 16px;
    }
    .btn-read {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: #005FD7;
        border: none;
        border-radius: 60px;
        padding: 5px 11px;
        text-decoration: none;
        text-transform: uppercase;
        transition: background .2s, transform .15s;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    .btn-read:hover {
      color: #0046d6;
      background-color: #fff;
      transform: translateX(2px);
    }
}
.conatct-map {
    margin: 0 0 5rem;

    iframe{
        height: 450px;
        width: 100%;
    }
}
.contactform{
    .formdiv{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        position: relative;
        bottom: 70px;
    }
    .contactfirst{
        background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 100%);
        border-radius: 20px;
        padding: 40px;

        .enquiryforms-conatct{
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
            gap: 30px;
        }
        p{
            font-family: 'Eloquia Display';
            font-weight: 800;
            font-size: 42px;
            letter-spacing: 0px;
            text-align: center;
            color: #005FD7;
            margin-bottom: 2rem;
        }
        .enquiryforms-conatct input{
            background: #FFFFFF;
            border-radius: 10px;
            box-shadow: 0px 0px 4px 0px #00000040;
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 16px;
            letter-spacing: 0px;
            color: #424242;
            width: 100%;
            padding: 20px 20px;
            border: none;
        }
        .enquiryforms-conatct textarea{
            background: #FFFFFF;
            border-radius: 10px;
            box-shadow: 0px 0px 4px 0px #00000040;
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 16px;
            letter-spacing: 0px;
            color: #424242;
            width: 100%;
            padding: 20px 20px;
            border: none;
        }
        .contactus-btn{
            display: flex;
            justify-content: center;
            align-items: center;
            button{
                background: #005FD7;
                width: 100%;
                border-radius: 10px;
                font-family: 'Poppins';
                font-weight: 500;
                font-size: 30px;
                letter-spacing: 0px;
                color: #FFFFFF;
                border: none;
                padding: 13px 0;
                transition: all 0.25s ease;
                border: 1px solid transparent;
            }
        }
    }
    .formcontactinfo{
        .contact-heading{
            font-family: 'Montserrat';
            font-weight: 600;
            font-size: 32px;
            letter-spacing: 0px;
            color: #005FD7;
            margin-bottom: 0;
            margin-bottom: 6px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
        }
        .contact-txt{
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 20px;
            letter-spacing: 0px;
            color: #0B0B0B;
            margin-bottom: 2rem;
        }
    }
}
.explore-quality{
    background-image: url('../images/explore-quality-img.avif');
    background-repeat: no-repeat;
    background-size: cover;
    height: 435px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resultquality{
    background-image: linear-gradient(180deg, rgba(244,244,244,0.7) 0%, rgba(244,244,244,0.7) 100%), url('../images/resultquality-img.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 20px;
}
.talk-to-expert{
    background: #FFFFFF33;
    border-radius: 10px;
    width: fit-content;
    padding: 13px 12px;

    a{
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 30px;
        letter-spacing: 0px;
        color: #FFFFFF !important;
        padding: 0;
    }
}
.navbar-nav .nav-link.active{
    color: #005FD7 !important;
    font-weight: 500;
}
.leaves{
    position: absolute;
    top: -17px;
    left: 20%;
}
.logosBuiltResult{
    width: fit-content;
    position: absolute;

    img{
        position: relative;
        left: -190%;
        bottom: 0;
    }
}
.share-their-journey-m{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bgimgBanner{
    background-image: url('../images/banner-img-1-d-aboutus.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    /* border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.bgimgBannerServices{
    background-image: url('../images/banner-img-1-d-services.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    /* border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.bgimgBannerContact{
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('../images/banner-img-1-d-contact.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    /* border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;

}
.explore-services{
    display: flex;
    justify-content: center;

    button{
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 26px;
        letter-spacing: 0px;
        color: #FFFFFF;
        background: #005FD7;
        border-radius: 10px;
        border: none;
        padding: 8px 10px;
        transition: all 0.25s ease;
        border: 1px solid transparent;
    }
}
.bgimgBannerProudlyServed{
    background-image: url('../images/bgimgBannerProudlyServed.avif');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-section{
    .designtaion{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: center;
        color: #005FD7;
    }
    .testimonial-bottom{
        p{
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 16px;
            letter-spacing: 0px;
            text-align: center;
            color: #767575;
            margin-bottom: 0;
        }
    }
}
.testimonial-top{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 12px;
}

.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.overlay.active { display: flex; }

.popup {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 80%;
  max-width: 95vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding: 20px;
  gap: 30px;
}
.popup-right { 
    background: linear-gradient(180deg, #004BA1 0%, #1B73D8 100%);
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.popup-close {
  position: absolute;
  top: -4px;
  right: -6px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.badge{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    background: #424242;
    border-radius: 100px;
    padding: 7px 10px;
    margin-bottom: 2rem;
}
.lets-build-form{
    font-family: 'Eloquia Display';
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #424242;
    margin-bottom: 20px;
    span{
        color: #005FD7;
    }
}
.concrete-form{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #424242;
}
.popup-right label{
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.label-input{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.label-input input{
    width: 100%;
    border: 0.2px solid #D8D8D8;
    background: #FFFFFF1A;
    border-radius: 6px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 21px 15px;
}
.label-input input::placeholder{
    color: #FFFFFF;
}
.label-input select{
    width: 100%;
    border: 0.2px solid #D8D8D8;
    background: #FFFFFF1A;
    border-radius: 6px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 21px 15px;
}
.submit-form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.submit-btn{
    border-radius: 4px;
    gap: 8px;
    background: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #005FD7;
    width: 100%;
    border: none;
    padding: 6px;
    margin-top: 2rem;
    border: 1px solid transparent;
}
.popup-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-item{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    color: #424242;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;

    i{
        background: #424242;
        border-radius: 100px;
        color: #FFFFFF;
        padding: 5px 9px;
    }
}
.contact-address{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 30px;
}

/* validation */
.input-error {
  border: 1.5px solid #ff4d4d !important;
  background: rgba(255, 77, 77, 0.08) !important;
}

.error-msg {
  display: block;
  color: #ffadad;
  font-size: 11px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* thank you popup */
.thankyou-box {
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  text-align: center;
  width: 340px;
  max-width: 90vw;
  position: relative;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ty-logo {
  width: 60px;
  margin-bottom: 1rem;
}

.thankyou-box h3 {
  color: #1a56db;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.thankyou-box p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.clients-grid{
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    align-items: center;
    justify-items: center;
    gap: 20px;
}
.need-concrete-supply-bottom{
    margin-bottom: 6rem;
    width: 100%;
}
.clientsimg{
    width: 100%;
    border-radius: 6px;
}
.logo-title{
    width: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    bottom: 0;
    padding: 10px 14px;
}
.clientSection{
    padding: 3rem 0;
}
.logo-title{
    p{
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-bottom: 0;
        text-transform: capitalize;
    }
}
.clients-grid-row{
    position: relative;
}
.footer-bottom a{
    text-decoration: none;
    color: #949494;
}
.navbar-toggler{
    border: none !important;
}
.need-concrete-supply-top{
    width: 100%;
}
.proudly-served-sec{
    padding-top: 3rem;
    background-image: url('../images/chinbgImg.avif');

    h4{
        font-family: 'Eloquia Display';
        font-weight: 800;
        font-size: 48px;
        letter-spacing: 0px;
        text-align: center;
        color: #005FD7;
        margin-bottom: 2rem;
    }
}
.proudly-served-btns{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 3rem;
}
.testimonial-section{
.testimonialSwiper .swiper-pagination{
    position: relative;
    margin-top: 40px;
}

.testimonialSwiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #D3D3D3;
    opacity: 1;
}

.testimonialSwiper .swiper-pagination-bullet-active{
    background: #005FD7;
}
}
.get-instant{
    background: #005FD7;
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 8px 10px;
    border: none;
    border: 1px solid transparent;
    transition: all 0.25s ease;
}
.bgimgBannerProudlyServed{
    h1{
        font-size: 56px;
    }
}
.leavesdiv {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.mobile-leaves{
    position: relative;
    top: -16px;
    left: -12px;
}
.mobile-leaves-services{
    position: relative;
    top: -19px;
    left: -10px;
}
.ourSeivceDiv{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#enquiryForm{
    width: 100%;
}
.form-control:focus {
    color: #FFFFFF !important;
    background-color: transparent !important;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select{
    background-color: #005FD7;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 16px;
    box-shadow: none;
}

.form-select:focus{
    border-color: #FFFFFF;
    box-shadow: none;
}

/* Dropdown options */
.form-select option{
    background: #FFFFFF;
    color: #000000;
    padding: 10px;
    font-size: 16px;
    font-family: 'Poppins';
}
.back-to-top { 
    position: fixed; 
    right: 24px; 
    bottom: 24px; 
    opacity: 0; 
    pointer-events: none; 
    transition: opacity 0.3s ease; 
    z-index: 99; 
    background: linear-gradient(180deg, #2583FA 0%, #005FD7 100%);
    color: #fff !important; 
    border: 1px solid #fff; 
    border-radius: 50%; 
    transition: all 0.3s ease-in-out; 
    font-size: 18px; 
    position: fixed; 
    bottom: 50px; 
    right: 12px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-decoration: none; 
    padding: 6px 12px;
}.back-to-top.active {
    opacity: 1; 
    pointer-events: auto;
}
#thankYouOverlay {
    display: none;
}

#thankYouOverlay.active {
    display: flex;
}
.custom-multiselect {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.multiselect-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 14px;
    user-select: none;
    background: #FFFFFF1A;
}

.multiselect-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 6px 6px;
    z-index: 999;
    padding: 8px 0;

    .multiselect-option{
        color: #005fd7;
        font-family: 'Poppins';
        font-weight: 500;
    }
}

#multiselectLabel{
    color: #FFFFFF;
}
#multiselectToggle{
 i{
        color: #FFFFFF;
    }
}

.multiselect-dropdown.open {
    display: block;
}

.multiselect-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.multiselect-option:hover {
    background: #f5f5f5;
}

.multiselect-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.custom-multiselect.error {
    border-color: red;
}
.footer-contact-item a{
    text-decoration: none !important;
    color:#FFFFFF !important;
}
.formcontactinfo a{
    text-decoration: none !important;
}
.bottom-enquiry-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;                
}

.bottom-enquiry-btn {
    letter-spacing: 0;
    width: 100%;
    padding: 7px;
    background: #1565C0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(180deg, #2583FA 0%, #005FD7 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Poppins';
}

.bottom-enquiry-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}
.bottom-enquiry-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #303030CC;
    z-index: 9999;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    backdrop-filter: blur(2.8px);
}

.bottom-enquiry-box {
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px 14px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.bottom-enquiry-box h3 {
    text-align: center;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0px;
    background: linear-gradient(180deg, #303030 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bottom-enquiry-box input {
    width: 100%;
    padding: 6px 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0;
    color: #000000;
    border-bottom: 0.8px solid #9B9C9E;
}
.bottom-enquiry-box input::placeholder {
    color: #9E9E9E;
}
#bottomEnquiryForm{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bottom-enquiry-box input:focus {
    border-bottom-color: #1565C0;
}

.benq-submit-btn {
    width: 100%;
    padding: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 8px;
    background: linear-gradient(180deg, #2583FA 0%, #005FD7 100%);
    font-family: 'Poppins';
    letter-spacing: 0;
}
.popup-close-bottom{
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.card-img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-item a{
    text-decoration: none;
    color: #424242;
}
.request-a-quote{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
    position: relative;
}
.servicesSwiper .swiper-pagination{
    position: relative;
    margin-top: 14px;
    text-align: center;
}

.servicesSwiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #4242421A;
    opacity: 1;
    border: 0.2px solid #424242;
}

.servicesSwiper .swiper-pagination-bullet-active{
    background: #005FD7;
}

.heroSwiper .swiper-pagination{
    bottom: 30px !important;
}

.heroSwiper .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: #FFFFFF1A;
    opacity: 0.5;
    border: 0.4px solid #FFFFFF;
}

.heroSwiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: #005FD7;
}
.aboutus-ctaform{
    input{
        width: 100%;
    }
    form{ 
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.loader-overlay{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

.loader-overlay.active{
    display: flex !important;
}

/* From Uiverse.io by dovatgabriel */
.superballs {
    --uib-size: 45px;
    --uib-speed: 1.1s;
    --uib-color: #005FD7;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
}

.superballs__dot {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.superballs__dot::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--uib-color);
    will-change: transform;
}

.superballs__dot:nth-child(1) {
    transform: rotate(45deg);
}

.superballs__dot:nth-child(1)::before {
    animation: orbit82140 var(--uib-speed) linear calc(var(--uib-speed) * -0.143) infinite;
}

.superballs__dot:nth-child(2) {
    transform: rotate(-45deg);
}

.superballs__dot:nth-child(2)::before {
    animation: orbit82140 var(--uib-speed) linear calc(var(--uib-speed) / -2) infinite;
}

@keyframes orbit82140 {

    0% {
        transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
        opacity: 0.65;
    }

    50% {
        transform: translate(calc(var(--uib-size) * -0.5)) scale(0.73684);
        opacity: 0.65;
    }

    75% {
        transform: translate(0%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
        opacity: 0.65;
    }
}
.wraper-items{
    display: flex;
    gap: 40px;
}
.custom-multiselect{
    button{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: 0.2px solid #D8D8D8;
        background: #FFFFFF1A;
        border-radius: 6px;
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0px;
        color: #FFFFFF;
        padding: 21px 15px;
    }
    button:focus {
        color: #FFFFFF !important;
        background-color: transparent !important;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }
    label{
        color: #005fd7;
        font-family: 'Poppins';
        font-weight: 500;
    }
}
.dropdown-toggle::after {
    color: #FFFFFF !important;
}
/* .stat-tick-item img{
    width: 70%;
} */
.phoneitem{
    align-items:center ;
}
.logo-title img{
    border-radius: 6px;
}
/* Base states - hidden */
.animate-on-scroll-left {
    opacity: 0;
    transform: translateX(-200px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll-right {
    opacity: 0;
    transform: translateX(200px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll-bottom {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll-top {
    opacity: 0;
    transform: translateY(-200px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-scroll-on-bottom {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll-bottom1 {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

/* Active state - visible */
.animate-active {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}