@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');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --brand-color: rgba(2, 174, 239, 1);
    --arrow-color: rgba(184, 212, 50, 1);
    --white-color: rgba(255, 255, 255, 1);
    --primary-font: "Poppins", sans-serif;
    --black-color: rgba(51, 51, 51, 1);
    --text-color: rgba(130, 130, 130, 1);

    /* --secondary-font: "Lato", sans-serif;
    --third-font: "DM Sans", sans-serif; */

}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Sticky styles after scrolling */
.main-header.sticky {
    position: fixed;
    padding: 10px 0;
    z-index: 1000;
    width: 100%;
    top: 3%;
}

.main-header.sticky {
    background-color: #fff;
}

.main-header.sticky {
    position: fixed;
    padding: 10px 0;
    z-index: 1000;
    width: 100%;
    top: -2%;
}

.navbar {
    padding: 0 !important;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    justify-content: center !important;
}

.navbar-nav li a {
    font-family: var(--primary-font) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 160% !important;
    color: var(--brand-color) !important;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all .5s !important;
    color: var(--black-color) !important;
}

.navbar-expand-lg .navbar-nav {
    gap: 10px;
}

.navbar-nav li a:hover {
    color: var(--brand-color) !important;
    font-weight: 500 !important;
    overflow-x: hidden !important;
}

.navbar-toggler i {
    color: black;
    font-size: 28px;
}

.offcanvas-header .btn-close {
    border: 1px solid var(--gray-color);
}



/* ====================== header =============================== */
.logoheader {
    width: 116px;
}

/* ------ headerBtn----- */
.headerBtn svg {
    width: 15px;
    fill: var(--white-color);
    transform: rotate(-45deg);
}

.headerBtn {
    background-color: var(--brand-color);
    border-radius: 60px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    transition: filter 0.3s ease-in-out;
}

.headerBtn svg {
    transition: transform 0.3s ease-in-out;
}

.headerBtn:hover {
    filter: brightness(1.095);
}

.headerBtn:hover svg {
    transform: rotate(0deg);
}


.headerBtn a {
    color: var(--white-color);
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: var(--white-color);
    text-decoration: none;
}

.navbarBtnphone {
    display: none;
}

.main-header {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

/* =============================== banner psection =============================== */

.arrowButton svg {
    width: 20px;
    fill: var(--white-color);
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
}

.arrowButton svg:hover {
    transform: rotate(0deg);
}

.bannerRight img {
    width: 100%;
    height: 550px;
    border-radius: 20px;
}

.bannerLeft img {
    width: 100%;
    border-radius: 20px;
    height: 232px;
}

.bannerLeft h2 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    color: var(--gray-color);
    padding-top: 15px;
}

.bannerLeft p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--text-color);
    padding-top: 15px;
}

.bannerBtn .headerBtn {
    max-width: max-content;
}

.bannerBtn {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}

.arrowButton {
    background-color: var(--arrow-color);
    padding: 10px 13px;
    border-radius: 50px;
}

.bannerSection {
    padding-top: 40px;
}

/* =========================== aboutusSection ====================== */
.aboutusSection {
    padding: 80px 0;
}

.aboutImg img {
    width: 100%;
    border-radius: 20px;
    height: 560px;
}

.aboutContents {
    background-color: var(--brand-color);
    padding: 70px 10px 75px 20px;
    border-radius: 20px;
}

.aboutContents h2 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: var(--white-color);
}

.aboutContents p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--white-color);
    opacity: 0.8;
}

.aboutBtn .headerBtn {
    border: 3px solid rgba(255, 255, 255, 1);
    max-width: max-content;
}

.aboutBtn {
    padding-top: 20px;
}

/* =================================== service section ============================= */
.serviceSection {
    padding-bottom: 80px;
}

.serviceCard {
    border: 1px solid var(--brand-color);
    border-radius: 20px;
    padding-top: 24px;
    padding-right: 23px;
    padding-bottom: 24px;
    padding-left: 23px;
    transition: background-color 0.3s ease-in-out;
}

.serviceCard:hover {
    background-color: var(--brand-color);
}

.serviceCard img {
    padding-bottom: 15px;
}

.serviceCard:hover p,
.serviceCard:hover h2 {
    color: var(--white-color);
}

.serviceCard h2 {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--black-color);
}

.serviceCard p {
    transition: color 0.3s ease-in-out;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-color);
    overflow: hidden;
}

.serviceNextarrow {
    max-width: max-content;
}

.serviceHeading {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: var(--black-color);
    padding-bottom: 36px;
}


/* ======================== footer ========================= */

footer {
    background: rgba(4, 44, 60, 1);

}

.footer-logo img {
    width: 214px;
}

.footerIcon svg {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 1);
    fill: var(--white-color);
    border-radius: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.footerIcon {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.footerIcon a {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--white-color);
    text-decoration: none;
    transition: all .5s !important;
}

.footerIcon a:hover {
    color: var(--brand-color) !important;
}

.footerServiceHeading {
    padding: 50px 0px 10px 0px;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: var(--white-color);
}

.footerContactheading {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: var(--white-color);
    padding: 50px 0px 10px 0px;
}

.contactInfo a {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--white-color);
    text-decoration: none;
    transition: all .5s !important;
}

.contactInfo a:hover,
.footerBottom p span a:hover {
    color: var(--brand-color);
}

.footerContact {
    padding-left: 80px;
}

.footerBottom p span a {
    transition: all .5s !important;
}

.contactInfo {
    margin-bottom: 10px;
}

.footertext {
    font-family: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--white-color);
    max-width: 348px;
    padding-top: 20px;
}

.footerBottom p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--white-color);
    text-align: center;
}

.footerBottom p span a {
    text-decoration: none;
    color: var(--white-color);
}

.footerBottom {
    border-top: 1px solid rgba(255, 255, 255, 1);
    padding-top: 20px;
    padding-bottom: 5px;
}

.footerContainer {
    padding-bottom: 40px;
}

.social-footer {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.facebook {
    background: rgba(24, 119, 242, 1);
    padding: 6px 12px;
    border-radius: 50px;
    max-width: max-content;
}

.facebookheader {
    border-radius: 0px !important;
    transition: padding-left 0.3s ease-in-out;
}

.facebook-footer {
    transition: 0.3s ease-in-out !important;
}

.facebook-footer:hover {
    transform: scale(0.75);
}

.facebookheader:hover {
    padding-left: 40px !important;
}

.linkdin {
    background: rgba(0, 118, 178, 1);
    padding: 4px 6px;
    border-radius: 4px;
    max-width: max-content;
}

.linkdin2 {
    padding: 7px 6px 7px 6px;
}

.bannerSocial {
    position: fixed;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    z-index: 1000;
}

.bannerSocial a img {
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.bannerSocial a:hover img {
    transform: scale(1.1);
}

#bannerright {
    position: relative;
}


/* ===============================================================================
------------------------------------inner  Banner page css -------------------------------
==================================================================================*/

/* About Us Banner Section */
.aboutBanner {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

/* Background Image */
.aboutbannerImg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.aboutbannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Black Overlay */
.aboutbannerImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Content */
.bannerContent {
    position: relative;
    z-index: 2;
    /* top: 16px; */
}

.bannerContent .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: var(--primary-font);
    color: var(--brand-color);
}

/* Breadcrumbs */
.breadcrumbs-custom-path {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.breadcrumbs-custom-path li {
    display: inline-block;
    color: var(--white-color);
}

.breadcrumbs-custom-path li a {
    color: var(--white-color);
    text-decoration: none;
    transition: 0.3s;
    font-weight: 600;
}

.breadcrumbs-custom-path li a:hover {
    text-decoration: underline;
}

/* ============================================================================
 ------------------------------ About us Page --------------------------------
==============================================================================*/
.cardABout img {
    width: 100px;
    height: 101px;
    transition: 0.3s ease-in-out;
}

.cardABout {
    text-align: center;
}

.cardABout img:hover {
    filter: brightness(0) saturate(100%) invert(38%) sepia(114%) saturate(300%) hue-rotate(170deg) brightness(140%) contrast(90%);
}

.cardABout h2 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--brand-color);
    text-align: center;
    padding-top: 20px;
}

.CarbonOffsetting {
    padding: 80px 0;
}

.aboutImages {
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}

.aboutImages img {
    width: 100%;
    height: 606px;
    border-radius: 20px;
    border: 3px solid var(--brand-color);
    transition: transform 0.3s ease-in-out;
}

.aboutImages img:hover {
    transform: scale(1.1);
}


.AboutSection {
    padding-bottom: 80px;
}

.textAboutus p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: var(--black-color);
}

/* ==================================================================================
------------------------------------ contact us page -------------------------------
=====================================================================================*/



.contact-section {
    margin: auto;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    color: var(--brand-color);
}


.contact-info h2 {
    font-size: 24px;
    color: #004B60;
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-info a {
    color: #004B60;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Contact Content (Image + Form in One Row) */
.contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
}

.contact-form-container {
    background: var(--arrow-color);
    padding: 20px;
    border-radius: 20px;
}

.contact-image img {
    width: 100%;
    height: 493px;
}

.contact-form-container h2 {
    color: var(--black-color);
    margin-bottom: 10px;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.contactHeading {
    text-align: center;
}

.contact-content .row {
    margin: 0 auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--brand-color);
    border-radius: 5px;
    font-size: 14px;
    color: var(--brand-color);
    font-family: var(--primary-font);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--brand-color);
}

.form-group textarea {
    height: 100px;
    resize: none;
}

/* Submit Button */
.submit-btn {
    background-color: var(--brand-color);
    color: var(--white-color);
    border: none;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 29.26px;
    text-align: center;
    border-radius: 50px;
}

.contact-information i {
    color: var(--white-color);
    margin-right: 8px;
    font-size: 16px;
    background-color: var(--brand-color);
    padding: 10px 15px;
    position: relative;
    bottom: 4px;
    border-radius: 4px;
}

.address {
    padding: 10px 16px !important;
}

.contact-information p strong {
    font-family: var(--primary-font);
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
}

.contact-information .row {
    margin: 0 auto;
}

.contact-map {
    width: 100%;
    margin-top: 30px;
}

.contact-info2 p a,
.contact-info2 p {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 22.01px;
    color: var(--white-color);
    text-decoration: none;
    margin-bottom: 34px;
    padding-top: 18px !important;
}

.contactHeading {
    padding-bottom: 22px;
    color: var(--white-color);
}

.contact-info2 {
    background-color: rgba(4, 44, 60, 1);
    padding: 15px;
    margin-bottom: 60px;
    padding-top: 20px;
    border-radius: 20px;
}

.contact-info2 p {
    padding: 10px 20px;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s ease-in-out;
}

.contact-info2 p:hover {
    transform: scale(0.95);
}

/* .logoheader {
    width: 100%;
    max-width: 290px;
} */

.contact-map iframe {
    width: 100%;
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
        text-align: center;
    }
}



/* ======================================================================
--------------------------- Service Page ------------------------------
=======================================================================*/
/* Services Section */
.services {
    background-color: #f4f8fb;
    padding: 60px 20px;
}

.container {
    max-width: 1100px;
    margin: auto;
}

/* Section Title */
.section-title {
    text-align: center;
    font-size: 32px;
    color: #0286ef;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Service Item */
.service-item {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    margin-bottom: 65px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    padding: 20px;
}

.serviceCardtext h4 {
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: 20px;
}

.service-item img {
    width: 40%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.service-content {
    padding: 20px;
    width: 60%;
    text-align: left;
}

/* Service Titles */
.service-item h3 {
    color: var(--brand-color);
    font-size: 22px;
    margin-bottom: 10px;
    font-family: var(--primary-font);
}

/* Description Text */
.service-item p {
    font-size: 16px;
    color: var(--black-color);
    margin-bottom: 15px;
    font-family: var(--primary-font);
}
.service-item p a{
    word-wrap: break-word;
}

/* Buttons */
.service-btn {
    display: inline-block;
    background: #0286ef;
    color: white;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.serviceBtn {
    max-width: max-content;
    margin: 0 auto;
}
.servicep{
    padding-top: 10px;
}
.service-btn:hover {
    background: #026bb5;
}

/* Hover Effect */
.service-item:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border: 3px solid var(--brand-color);
}

.service-item {
    transition: transform 0.5s ease-in-out,
        box-shadow 0.5s ease-in-out,
        border 0.5s ease-in-out;
    border: 3px solid transparent;
    gap: 20px;
}

.serviceBtnContainer {
    display: flex;
    gap: 10px;
}

.serviceHeading2 {
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {


    .service-item img {
        width: 100%;
        height: auto;
    }

    .service-content {
        width: 100%;
    }

    .service-btn {
        display: block;
        width: 80%;
        margin: 10px auto;
    }
}

.custome-text{
    background-color: var(--brand-color);
    color: var(--white-color);
    border: none;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 29.26px;
    text-align: center;
    border-radius: 50px;
    width: 100%;
}