@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&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');



/* global styles */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lora", serif;
    background-color: #fff !important;
}

h1,
h2 {
    font-family: "Poppins", sans-serif;
}

a {
    color: var(--fill-base-white);
    text-decoration: none !important;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

li {
    list-style-type: none;
}

img {
    width: 100%;
}

body {
    background-color: #373737;
}

:root {
    --fill-base-white: #fff;
    --fill-base-yellow: #ffbf00;
    --fill-transparent-grey: #1E1C1F75;
    --fill-primary-black: #3C373D;
    --fill-base-grey: #F3F5F5;
}

.default-btn {
    padding: 12px 24px;
    border: 1px solid var(--fill-base-white);
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    color: #ffff;
    background-color: var(--fill-base-white);
    pointer-events:all;
}

.default-btn:hover {
    background-color: var(--fill-base-yellow);
}

.default-btn {
    align-self: self-start;
    background-color: var(--fill-base-yellow);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    border: 1px solid transparent;
}

.default-btn:hover {
    border: 1px solid var(--fill-base-yellow);
    background-color: transparent;
    color: var(--fill-base-yellow);
}

/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99999;
}

.container {
    max-width: 1310px;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    max-width: 198px;
    padding: 25px;
    margin: 0;
}

.nav-list {
    display: flex;
    column-gap: 22.5px;
}

.nav-item a {
    padding: 8px 0 !important;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.nav-item a:hover, .active.nav-item a {
    border-bottom: 2px solid var(--fill-base-yellow);
}

.nav-link {
    color: var(--fill-base-white) !important;
    fill: var(--fill-base-white) !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

header .default-btn {
    color: var(--fill-base-white);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin-left: 22.5px;
}

/* hero */
.hero-wrapper {
    display: flex;
    position: relative;
    z-index: 9;
}

.hero-section {
    position: relative;
}

.overlay {
    background-color: #1e1c1f;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 6;
}

.hero-section video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 4;
}

.hero-content {
    padding: 70px 0 80px 0;
    min-height: 100vh;
    margin-left: -100px;
    max-width: 490px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    z-index: 999;
    pointer-events: none;
}


.hero-bg {
    width: 100%;
}

.hero-pillor {
    width: 17%;
    background-color: var(--fill-transparent-grey);
    position: relative;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    color: var(--fill-base-white);
    letter-spacing: -2px;
}

.hero-content p {
    color: var(--fill-base-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.social-icon-wrapper {
    position: absolute;
    bottom: 15px;
    left: 50%;
    display: flex;
    gap: 15px;
    transform: translateX(-50%);
    margin: 0 auto;
    border-top: 1px solid var(--fill-base-white);
    padding-top: 30px;
    width: 100%;
    max-width: 185px;
    justify-content: center;
}

footer .social-icon-wrapper {
    max-width: 100%;
    justify-content: flex-start;
    border-top: 0;
}

.icon-wrapper {
    border-radius: 5px;
    padding: 5px;
    background-color: var(--fill-base-white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper i {
    color: var(--fill-base-yellow);
    font-size: 18px;
}

/* our solution */
.our-solutions {
    background-color: #e8e8ea;
    padding: 100px 0px;
}

.yellow-dash {
    width: 10px;
    height: 2px;
    background-color: var(--fill-base-yellow);
}

.image-container {
    position: relative;
    background-color: var(--fill-base-yellow);
    padding: 0px 15px;
    border-radius: 0 180px 0 180px;
}

.rounded-border {
    border-radius: 0 180px;
}

.btn-warning {
    background-color: var(--fill-base-yellow);
    color: var(--fill-base-white);
    border: none;
    font-weight: bold;
}

.btn-warning:hover {
    background-color: var(--fill-base-yellow);
    color: var(--fill-base-white);
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

h4 {
    font-size: 1.5rem;
    font-weight: bold;
}

/* about us */
.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: #fff;
}

@media (max-width: 768px) {
    .about-section {
        flex-direction: column-reverse;
        text-align: center;
    }

    .head {
        text-align: left;
    }

    .about-image {
        margin-left: 0;
    }
}


/* services */
#services {
    background-image: url('../images/bg-services.jpg');
    background-position: 50% 65%;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-box {
    transition: transform 0.3s ease;
    height: 100%;
}

.service-box:hover {
    transform: translateY(-10px);
}

.text-warning {
    color: #ffc107 !important;
}

/* teams */
#team {
    background-color: #f8f9fa;
}

.team-image {
    width: 100%;
    height: 220px;
    max-width: 220px;
    object-fit: cover;
    border: 3px solid #dee2e6;
    border-radius: 50%;
    object-position: top;
}

.team-member {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member h5 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.team-member p {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* experties */
.experties-section {
    background-image: url('../images/experties-bg.jpeg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0 0;
    margin-bottom: 60px;
}

.stats-wrapper {
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: -70px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15);
}

.stats-box {
    padding: 20px;
    text-align: center;
}

.stats-box h3 {
    color: var(--fill-base-yellow);
    font-size: 54px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.stats-box p {
    color: var(--fill-primary-black);
    font-size: 15px;
    font-weight: 500;
}


/* why-choose-us */
.why-choose-us {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.why-choose-us h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.why-choose-us p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.why-choose-us .icon-box {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.why-choose-us .icon-box h3 {
    font-size: 1.5rem;
    margin-top: 15px;
}

.why-choose-us .icon-box p {
    font-size: 1rem;
    margin-top: 10px;
}

/* feature-box */
.features {
    padding: 100px 0px;
    background: #fff;
}

.feature-box {
    padding: 20px;
}

.feature-box1 {
    border-right: 1px dotted #333;
}

.feature-box2 {
    border-bottom: 1px dotted #333;
}

.feature-box3 {
    border-top: 1px dotted #333;
}

.feature-box4 {
    border-left: 1px dotted #333;
}

.feature-box .icon {
    font-size: 24px;
    color: #ffcc00;
    margin-bottom: 10px;
}
.feature-box .icon.bigicon {
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 10px;
}

.feature-box h4 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-page .feature-box h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
}

.side-images img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.author-wrapper {
    padding: 20px;
    border: 1px solid #A1AFB0;
}

.author-inner {
    background-color: var(--fill-base-grey);
    padding: 30px;
}

/* testimonial slider */
.testimonial-section {
    background-image: url('../images/testimonial-slider-bg.jpeg');
    /* Replace with your background image */
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

.testimonial-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.testimonial-section p {
    font-size: 1rem;
    margin: 15px 0;
}

.testimonial-slider .slick-slide {
    margin: 0 15px;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #333;
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonial-card h5 {
    font-weight: bold;
    font-size: 18px;
}

.testimonial-card h5 small {
    font-size: 16px;
    font-weight: 400;
}

.testimonial-card small {
    font-style: italic;
    color: #888;
}

.slick-dots li button:before {
    color: #fff;
}

.content-deatils p {
    font-style: 16px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .testimonial-slider .slick-slide {
        margin: 0 5px;
    }
}


/* latest insights */
.insights-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.insights-header {
    text-align: left;
    margin-bottom: 30px;
}

.insight-card {
    transition: transform 0.3s ease-in-out;
    color: #000;
}

.insight-card:hover {
    transform: translateY(-5px);
    color: #000;
}

.insight-card img {
    height: 200px;
    object-fit: cover;
}

.insight-title {
    font-weight: bold;
    margin: 15px 0 10px;
}

.insight-date {
    font-size: 0.9rem;
    color: #888;
}

.insight-excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.view-more-btn {
    background-color: #ffca28;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}

.view-more-btn:hover {
    background-color: #ffc107;
}

/* contact-us */
.contact-us {
    position: relative;
    /* Replace with your background image */
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
    text-align: center;

}

.contact-us .content-wrapper {
    background-color: #1E1C1FB3;
    padding: 40px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 9;
}

.contact-tagline {
    font-size: 18px;
    font-weight: 500;
    color: var(--fill-base-white);
    text-transform: uppercase;
}

.contect-heading {
    font-size: 42px;
    font-weight: 500;
    color: var(--fill-base-white);
    line-height: 1.2;
}


/* gb projects and gb paving*/
.section-projects {
    padding: 50px 0px;
}


.card {
    position: relative;
    height: 300px; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.card img{
    transition: transform .6s ease;
}

.card:hover img{
    transform: scale(1.5);
}

.card-body {
    background: #EEF0F0;
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    translate: 0 -90px;
}

.project2 {
    position: relative;
    height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.project2 img{
    transition: transform .6s ease;
}

.project2:hover img{
    transform: scale(1.05) !important; 
}

.project2-body {
    background: #EEF0F0;
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    translate: 0 -60px;
}


.pagination .page-item.active .page-link {
    background-color: var(--fill-base-yellow);
        border: var(--fill-base-yellow);
        color: white;
}

.pagination .page-item .page-link{
    color: black;
    font-size:large
}

.grid-item {
    display: none; /* Initially hidden */
}


 /* gb project1 popup */
.swal2-image {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.swal-wide {
    width: 600px !important;
}

.click-me {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.project2:hover .click-me {
    opacity: 1 !important;
}




/* footer */
footer {
    background-image: linear-gradient(to bottom, rgba(30, 28, 31, 0.7), rgba(30, 28, 31, 0.7)), url('../images/bg-projects.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
    text-align: center;

}

.head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
}

.head h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 0;
}

.head h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}

.head .border-div {
    margin-bottom: 10px;
    height: 2px;
    width: 100%;
    max-width: 200px;
    background-color: #ffbf00;
}

.about-text {
    display: flex;
    justify-content: space-between;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    background: #ffbf00;
    border-color: rgba(0, 0, 0, .1);
}

@media screen and (max-width:991px) {
    .about-section {
        padding: 50px 0;
    }

    .navbar-collapse {
        background: rgb(255 255 255 / 66%);
        /* Semi-transparent white background */
        backdrop-filter: blur(10px);
        /* Applies the blur effect */
        -webkit-backdrop-filter: blur(10px);
        /* Ensures compatibility with older WebKit browsers */
        border-radius: 8px;
        /* Optional: Adds rounded corners */
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .navbar-collapse .nav-link{
        color: #000 !important;
    }

    .nav-list {
        padding: 15px;
        align-items: flex-start !important;
    }

    header .default-btn {
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .hero-content {
        margin-left: 0;
        padding: 100px 0 30px 0;
        min-height: auto;
    }

    .hero-pillor {
        width: auto;
    }

    .hero-wrapper {
        flex-direction: column-reverse;
    }

    .social-icon-wrapper {
        position: static;
        transform: none;
        margin: 0 0 20px 0;
    }

    .about-text {
        margin-bottom: 40px;
    }

    .display-4 {
        font-size: 3rem;
    }

    .lead {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    footer .social-icon-wrapper {
        justify-content: center;
    }

    .head h2 {
        font-size: 36px;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .about-section .head {
        width: auto !important;
    }

    .our-solutions .row {
        gap: 30px;
    }

    h1 {
        font-size: 54px;
        line-height: 1.2;
        font-weight: 600;
    }

    .content-deatils p {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .about-text {
        flex-direction: column;
    }

    .about-section .head {
        padding-right: 0 !important;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .stats-box h3 {
        font-size: 38px;
    }

    .stats-box p {
        font-size: 12px;
    }

    h2 {
        font-size: 2rem;
    }

    .testimonial-section h2 {
        font-size: 2rem;
    }

    h1 {
        font-size: 42px;
    }

    .contect-heading {
        font-size: 32px;
    }

    .head h2 {
        font-size: 32px;
    }
}


/*Inner page styling*/
.hero-section.page {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-section.page .hero-content {
    padding: 70px 0 90px 0;
    justify-content: flex-end;
    min-height: 70vh;
}

.content-deatils ul li {
    list-style-type: disc;
}

.content-deatils ul {
    list-style-type: disc;
    padding-left: 19px;
}

.content-deatils ul p {
    margin-bottom: 3px;
}

.project-cards .head h2 {
    font-size: 36px;
}

.project-cards .content-deatils p {
    font-style: 20px;
}

.faq-questions {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.faq-questions .content-deatils p {
    margin: 0;
}

.faq-questions .content-deatils {
    padding: 20px 5px;
}

.faq-questions .content-deatils h4, h4.h4 {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.form-wrapper label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.form-wrapper input, .form-wrapper textarea {
    font-size: 16px;
}

.form-wrapper {
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
footer a img {
    margin-bottom: 10px;
}
@media (max-width: 1400px) {
    footer h2 {
        font-size: 2rem;
    }

}
@media (max-width: 991px) {
    .form-wrapper {
        margin-top: 30px;
    }
    footer h2 {
        font-size: 1.5rem;
    }
    .hero-section.page .hero-content {
        padding: 100px 0 50px 0;
    }
}

@media (max-width: 768px) {
    .about-section.commercial {
        flex-direction: column-reverse;
        text-align: left;
    }
    .feature-box1 {
        border-right: none;
    }
    .feature-box4 {
        border-left: none;
    }
    .feature-box3 {
        border-top: none;
    }
    .feature-box2 {
        border-bottom: none;
    }
    .faq-questions .content-deatils h4 , h4.h4{
        font-size: 22px;
    }

    .about-section.commercial .about-text {
        gap: 20px;
        flex-direction: column;
    }

    .project-cards .head h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .project-cards .head h2 {
        font-size: 24px;
    }
}

.default-btn {
    pointer-events:all;
}
.navbar-light .navbar-brand {
    padding: 0 15px;
}
header {
    padding: 15px 0;
    background: #ffffff70; /* Semi-transparent background */
    -webkit-backdrop-filter: blur(3px); /* For Safari (iOS and MacOS) */
    backdrop-filter: blur(3px); /* Standard property for other browsers */
}