@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

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



:root {
    --brand-color: rgba(0, 122, 187, 1);
    --white-color: rgba(255, 255, 255, 1);
    --black-color: rgba(46, 46, 46, 1);
    --black2-color: rgba(34, 42, 65, 1);
    --grey-color: rgba(94, 94, 94, 1);
    --secondry-color: rgba(216, 243, 255, 1);
    --primary-font: "Outfit", serif;
    --secondry-font: "Inter", serif;
}

/* 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%;
}

.topbar {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.call {
    padding-left: 20px;
}

.logo img {
    width: 100%;
    padding: 25px 10px 0px 0px;
}

.email i {
    color: var(--brand-color);
}

.logo {
    border-right: 1px solid rgba(230, 230, 230, 1);
}

.topbar,
.nav-bar {
    padding-left: 40px !important;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    padding-top: 20px;
}

.offcanvas-body {
    max-width: 800px;
    border-right: 1px solid rgba(230, 230, 230, 1);

}

.email {
    font-family: Outfit;
    font-weight: 500;
    font-size: 20px;
    line-height: 25.2px;
    color: var(--grey-color);
    text-decoration: none;
}

.socialicon a i {
    color: var(--brand-color);
}

.nav-link {
    font-family: Outfit;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 25.2px !important;
    color: var(--grey-color) !important;
    text-decoration: none !important;
}

.nav-link:hover {
    color: var(--brand-color) !important;
}

/* ------------------------------ banner section ------------------------ */

.banner-section {
    position: relative;
    width: 100%;
    /* height: 690px;
    overflow: hidden; */
}

.header-carousel .owl-dots,
.header-carousel .owl-nav {
    position: absolute;
    bottom: 40px;
    z-index: 10;
    left: 45%;
}

.header-carousel .owl-dots .owl-dot.active span {
    width: 21px !important;
    height: 21px !important;
    flex-shrink: 0;
    background: var(--white-color) !important;
    padding: 0 !important;
    border-radius: 50px !important;
}

.header-carousel .owl-dots .owl-dot span {
    width: 21px !important;
    height: 21px !important;
    flex-shrink: 0;
    padding: 0 !important;
    border-radius: 50px !important;
    border: 2px solid var(--white-color) !important;
    background: transparent !important;
}

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

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 20px;
    z-index: 12;
}

.banner-content .container {
    text-align: left;
}



.small-text {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 17.64px;
    color: var(--white-color);
}

.description {
    font-size: 16px;
    margin: 10px 0;
}

.banner-content h1 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 48px;
    line-height: 60.48px;
    color: var(--white-color);
}

.banner-content p {
    font-family: var(--secondry-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 29.05px;
    color: var(--white-color);
    padding-top: 5px;
}

.bannerBtn a {
    display: inline-block;
    padding: 10px 35px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 20.16px;
    text-align: center;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

.bannerBtn2 {
    padding-top: 20px;
}

.bannerBtn a:hover {
    border: 1px solid var(--white-color);
    background: var(--white-color);
    color: var(--brand-color);
}

/* --------------------------- SustainableFuture--------------------------- */
.SustainableFuture {
    padding: 60px 0;
    background-color: var(--secondry-color);
}

.SustainableContents h2 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 32px;
    line-height: 40.32px;
    color: var(--black-color);
}

.SustainableContents p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 30.24px;
    color: var(--grey-color);
    padding-top: 10px;
}

.futuresBtn a {
    border: 1px solid var(--brand-color) !important;
    color: var(--brand-color);
}

.iconExpertleft {
    position: relative;
}

/* =========================== ExpertAssistance ====================== */
.ExpertAssistance {
    padding: 80px 0;
    position: relative;
}

.ExpertLeft {
    padding: 60px 60px 80px 40px;
    background-color: var(--black2-color);
    position: relative;
}

.exprienceLeader {
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -54%;
}

.exprienceLeader img {
    width: 100%;
    max-width: 403px;
    height: auto;
}

.expertTxt h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 42px;
    line-height: 52.92px;
    text-align: right;
    color: var(--black-color);
    padding: 30px 0px 0px 30px;
    padding-right: 72px;
}

.ExpertLeft h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 42px;
    line-height: 52.92px;
    color: var(--white-color);
    max-width: 381px;
}

.expertBtn {
    padding-top: 20px;
}

.ExpertLeft ol li {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--white-color);
    padding-bottom: 10px;
}

.ExpertLeft ol {
    padding-top: 20px;
}

/* =========================== .MissionSection ========================= */
.MissionSection h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 32px;
    line-height: 40.32px;
    color: var(--white-color);
    text-align: center;
}

.MissionSection {
    position: sticky;
    top: 0;
    z-index: -1;
}

.MissionSection img {
    height: 550px;
}

.MissionSection p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: var(--white-color);
    text-align: center;
    padding: 30px 0;
}

.Missioncontainer {
    /* padding: 60px 0; */
    position: relative;
}

.MissionContent {
    max-width: 946px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.missionBtn a {
    border: unset !important;
}

.nexticon {
    padding-left: 8px;
}

/* ======================= expert-section ======================= */
.expert-section {
    padding: 80px 0px 120px 0px;
    background-color: var(--white-color);
}

.HighlyExperienced {
    position: absolute;
    background-color: rgba(34, 42, 65, 1);
    bottom: -60px;
    right: 39%;
    padding: 50px 50px 30px 30px;
}

.HighlyExperienced h2 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 25.2px;
    color: var(--white-color);
    max-width: 128px;
    text-align: center;
}

.HighlyExperienced p {
    font-family: var(--secondry-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: var(--white-color);
    padding-top: 10px;
}

.iconExpert {
    position: absolute;
    left: -12%;
    top: 7%;
}

.RenewabletxtContainer strong {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 42px;
    line-height: 52.92px;
    color: rgba(0, 122, 187, 1);
}

.Renewabletxt p {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 25.2px;
    color: var(--black-color);
    max-width: 240px;
}

.RenewabletxtContainer {
    display: flex;
    gap: 20px;
}

.domainsTxt {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 17.64px;
    letter-spacing: 0%;
    color: rgba(33, 111, 102, 1);
    padding-bottom: 60px;
}

.expertRight {
    padding-left: 50px;
}

.ConstructionTxt {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 25.2px;
    color: var(--grey-color);
    padding-top: 30px;
    max-width: 635px;
}

.Service_btn a {
    color: rgba(46, 46, 46, 1) !important;
    text-align: left !important;
    padding-left: unset !important;
}

.Service_btn a:hover {
    background-color: var(--brand-color);
    color: var(--white-color) !important;
    padding-left: 25px !important;
}

/* =============================== HighlightingSection =============================== */
.HighlightingTxt h2 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 35.28px;
    color: var(--black-color);
}

.HighlightingTxh2 {
    max-width: 324px;
}

.HighlightingSection {
    background-color: var(--white-color);
}

.HighlightingTxt p {
    font-family: var(--secondry-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    color: var(--grey-color);
    padding-top: 20px;
}

.HighlightingBtn a:hover {
    background-color: var(--brand-color);
    color: var(--white-color);
}

.HighlightingBtn {
    padding-top: 10px;
}

.HighlightingTxtp {
    max-width: 542px;
}

.HighlightingImg {
    position: relative;
}

.imghilhligh {
    width: 100%;
}

.imghilhlighIcon {
    position: absolute;
    bottom: 0;
    left: -12%;
}

/* =============================== OurServices-Section =========================== */
.OurServices-Section {
    /* background-color: var(--white-color); */
    padding: 60px 0;
}
.servicetextrightImg img {
    height: 263px;
    width: 312px;
    margin: 0 auto;
}
.servicetextrightImg {
    text-align: center;
    padding-top: 100px;

}
.OurServicesImg {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
    max-width: 511px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.4s ease-in-out;
}

.OurServicesImg:hover .serviceImg {
    filter: blur(2px);
}

.OurServicesImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(36, 33, 33, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.EnergyText {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 31.98px;
    line-height: 40.29px;
    color: var(--white-color);
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}



.EnergyText {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 31.98px;
    line-height: 40.29px;
    color: var(--white-color);
    text-align: center;
    margin: 0 auto;
}



.OurServicesImg {
    position: relative;
}

.headingService {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 42px;
    line-height: 52.92px;
    color: var(--black-color);
    padding-bottom: 40px;
}

.servicetextright {
    padding-left: 80px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: fill;
}

.bannercontents {
    background-color: #0000005c;
    padding: 12px;
    border-radius: 12px;
}

/* ==================================== TestimonialsSection ====================== */
.TestimonialsSection {
    background-color: var(--white-color);
    /* padding: 60px 0;  */
    padding-bottom: 60px;
}

.testimonialsh2 {
    max-width: 426px;
}

.testimonialsBottom img {
    width: 63px;
    height: 63px;
    border-width: 4px;
    border-radius: 100px;
    border: 4px solid var(--white-color);
}

.testimonialsCard {
    background: rgba(13, 23, 42, 1);
    padding: 60px 60px 60px 80px;
}

.testimonialsCard {
    max-width: 763px;
}

.testimonialsTop h2 {
    font-family: var(--secondry-font);
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 36.31px;
    color: var(--white-color);
    max-width: 508px;
}

.testimonialsCard {
    margin-left: 80px;
}

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

.testimonialsBottom h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 22.68px;
    color: var(--white-color);
}

.testimonialsBottom p {
    font-family: var(--secondry-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: var(--white-color);
    margin: 0;
}

/* ============================= qualificationSection ================= */
.qualificationSection {
    /* background-color: var(--white-color); */
    padding: 40px 0;
}

.qualificationCarousel {
    width: 100%;
    position: relative;
}

.qualification-item {
    /* height: 564px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.qualification-item h2 {
    color: var(--black-color);
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18.4px;
    line-height: 24.45px;
    padding-top: 10px;
}

.qualification-item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}


.qualificationCarousel .owl-dots .owl-dot.active span {
    width: 197px !important;
    height: 12px !important;
    flex-shrink: 0;
    background: var(--black-color) !important;
    padding: 0 !important;
}

.qualificationCarousel .owl-dots .owl-dot span {
    width: 197px !important;
    height: 12px !important;
    flex-shrink: 0;
    padding: 0 !important;
    border-radius: unset !important;
    border: 2px solid rgba(13, 23, 42, 1) !important;
    background: var(--white-color) !important;

}

.qualificationCarousel .owl-dots .owl-dot span {
    margin: unset !important;
}


.qualificationCarousel .owl-dots,
.qualificationCarousel .owl-nav {
    padding-top: 10px;
}

.custom-prev-icon {
    position: absolute;
    left: -49px;
    top: 39%;
    border: 2px solid var(--black-color);
    border-radius: 50px;
    padding: 5px 2px;
}

.custom-next-icon {
    position: absolute;
    right: -25px;
    top: 39%;
    border: 2px solid var(--black-color);
    border-radius: 50px;
    padding: 5px 2px;
    transform: rotate(180deg);
}

.testimonilasright {
    padding-left: unset !important;
}

/* =========================== contactusRight ======================= */
.contactusRight {
    background-color: rgba(13, 23, 42, 1);
    height: 100%;
    width: 100%;
}

.contactusImg img {
    width: 100%;
}

.contactusSection .col-lg-6 {
    padding: 0;
}

.callLeft2 {
    display: none;
}

.callUs {
    position: relative;
    padding-top: 200px;
}

.contactusSection {
    position: relative;
    padding-top: 60px;
}

.callleft::after {
    content: " ";
    position: absolute;
    height: 50px;
    width: 435px;
    border: 2px solid var(--grey-color);
    left: 43%;
    bottom: -22px;
    z-index: -1;
}


.form-label {
    color: var(--white-color);
}

.contactText h2,
.contactText h3,
.contactText p {
    color: var(--white-color) !important;
    font-family: var(--poppins-font) !important;

}

.contactText h3 {}

/* ======================= news section ======================== */
/* News Section */
.news-section {
    background-color: #f8f9fa;
}

/* News Item */
.news-item {
    /* border-radius: 8px; */
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

/* Image Container */
.img-container {
    overflow: hidden;
    /* border-radius: 8px; */
}

/* Image Styling */
.news-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.news-item:hover img {
    transform: scale(1.05);
}

/* Category Labels */
.category {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.investment {
    color: #007bff;
}

.business {
    color: #28a745;
}

.finance {
    color: #dc3545;
}

/* Headings */
.news-item h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
}

/* Description */
.description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.formBoxcontainer {
    background-color: rgba(13, 23, 42, 1);
    padding: 20px 0;
}

.formBox {
    max-width: 500px;
    padding: 40px 0px 40px 80px;
    position: relative;
}

.contactText h2 {
    color: var(--white-color) !important;
    padding-bottom: 20px !important;
}

.formBox .form_wrapper {
    border: 1.5px solid rgba(255, 211, 211, 1);
    max-width: 531px;
    padding: 15px;
    position: relative;
}

.form-control {
    background-color: unset !important;
    border: 1.5px solid rgba(255, 211, 211, 1) !important;
    border-radius: unset !important;
    margin-bottom: 10px;
    color: var(--white-color) !important;
}

.submit-btn {
    margin-top: 20px;
    border-radius: unset !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    max-width: 289px !important;
}

.form-control::placeholder {
    color: var(--white-color) !important;
    font-family: var(--secondry-font) !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14.52px !important;
}

.form-control:focus::placeholder {
    color: #aaa;
    opacity: 0.7;
}

.form-label {
    font-family: var(--secondry-font) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: var(--white-color) !important;
}
.formBox .form_wrapper textarea{
    height: 100px;
}

.contactusImg {
    height: 100%;
    display: flex;
}

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

/* ==============================call me =============== */
.callleft img,
.callright img {
    width: 100%;
    z-index: -1;
    position: relative;
}

.callTxt {
    text-align: left;
    padding-left: 30px;
    padding-top: 25px;
}

.callTxt h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 17.64px;
    color: var(--black-color);
}

.callTxt h2 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 42px;
    line-height: 52.92px;
    color: var(--black-color);
}

.callright {
    height: 25px;
}


/* =======================footer--====================== */
.footer-top {
    background-color: rgba(46, 46, 46, 1);
    padding: 40px 0;
    text-align: center;
}

.newslatter {
    padding-top: 40px;
}

.footer-top h5 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 17.64px;
    color: var(--white-color);
}

.footer-links ul,
.footer-links ul {
    margin: 0 !important;
    padding-left: 0 !important;
}

.footer-contact p a {
    color: var(--white-color);
    text-decoration: none;
    padding-left: 10px;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 17.64px;
}

/* .footer-contact {
    padding-top: 10px;
} */

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

.privacytxt {
    border-right: 2px solid var(--white-color);
    padding-right: 20px;
}

.POLICYtxt {
    padding-left: 13px;
}

.footer-contact p i {
    color: rgba(0, 122, 187, 1);
}

.footer-links ul li,
.footer-links ul li {
    list-style: none;
}

.footer-links ul li a,
.footer-links ul li a {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: var(--white-color);
    padding-top: 10px;
}

.social-icons {
    padding-top: 10px;
}

.footer-logo img {
    max-width: 180px;
}

.footer-bottom {
    background-color: var(--black2-color);
    color: var(--white-color);
    padding: 25px 0px 5px 0px;
    text-align: center;
}

.newsletter-input {
    display: flex;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    background: #fff;
}

.newsletter-input input {
    flex: 1;
    padding: 8px;
    border: none;
}

.newsletter-input button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-icons a {
    color: white;
    margin-right: 10px;
    font-size: 20px;
    padding: 1px 5px 1px 5px;
    background-color: var(--white-color);
    border-radius: 50px;
}

#linkdin {
    padding: 1px 6px 1px 6px !important;
}

.social-icons a i {
    color: rgba(0, 122, 187, 1);
}

.footer-bottom p,
.footer-bottom a {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 26.97px;
    color: var(--white-color);
}

.footer-bottom a {
    text-decoration: none;
}

/* ===============================================================================
------------------------contact us 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: 0;
    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.6);
    z-index: 1;
}


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

.bannerContent .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: var(--primary-font);
    color: var(--white-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(--brand-color);
    text-decoration: none;
    transition: 0.3s;
}

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

/* Arrow Icon */
.breadcrumbs-custom-path li span {
    color: var(--white-color);
}

.contactus-detailsp {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    color: var(--black-color);
}

/* Contact Us Section */
.contactus-section {
    padding: 50px 0;
    background: #ffffff;
}

/* Left Side - Contact Info */
.contactus-info {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.contactus-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.contactus-line {
    width: 100%;
    height: 2px;
    background: #000;
    margin: 10px 0;
}

.contactus-details p {
    color: var(--black-color);
    font-family: var(--poppins-font) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.addrestext a {
    color: var(--black-color);
    font-family: var(--primary-font) !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 28px;
    padding-left: 50px;
    text-decoration: none;
}

.addrestext a:hover {
    text-decoration: underline !important;
}

.contactus-details p span {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}

.iconContact {
    position: relative;
}

.iconContactImg {
    position: absolute;
    left: 78%;
    top: 14%;
}

.contactus-details i {
    color: var(--white-color);
    margin-right: 10px;
    background-color: var(--brand-color) !important;
    padding: 12px 13px;
    border-radius: 5px;
}

.contactus-details p br {
    padding-left: 20px;
}

.addressContact {
    padding: 12px 15px !important;
}

/* Right Side - Contact Form */
.contactus-form {
    background: var(--brand-color);
    padding: 30px;
    border-radius: 10px;
}

.todayTxt {
    color: var(--brand-color);
}

.contactus-form h4 {
    font-weight: bold;
    font-family: var(--primary-font);
    color: var(--white-color);
    border-bottom: 5px solid var(--white-color);
    max-width: max-content;
    margin: 0 auto;
}

.submit-btn {
    border: 2px solid var(--white-color) !important;
    font-family: var(--primary-font) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20.16px;
    text-align: center;
    color: var(--white-color) !important;
}

.submit-btn:hover {
    background-color: var(--white-color) !important;
    color: var(--black-color) !important;

}

.contactus-form p {
    font-size: 16px;
    margin-bottom: 20px;
}

.contactus-form input,
.contactus-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

/* Submit Button */
.contactus-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.contactus-btn:hover {
    background: #b52b3a;
}

/* Full-Width Map */
.contactus-map {
    width: 100%;
    height: 400px;
}

.contactus-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contactMap {
    background-color: var(--white-color);
    padding: 60px 0;
}

.contactus-info h2 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    text-align: left;
    color: var(--black-color);
}

/* contact-form-btn */
.form_wrapper .wpcf7-submit {
    border: 2px solid var(--white-color) !important;
    font-family: var(--primary-font) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20.16px;
    text-align: center;
    color: var(--white-color) !important;
    width: 70%;
    border-radius: unset;
}
.form_wrapper .wpcf7-submit:hover{
    background-color: var(--white-color) !important;
    color: var(--black-color) !important;
}
.wpcf7 form .wpcf7-response-output{
    color: #fff;
}

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

    .contactus-info,
    .contactus-form {
        margin-bottom: 20px;
    }
}

.profileImg_wrapper{
    position: relative;
}

.profileImg_wrapper img{
    width: 100%;
}
.HighlyExperienced {
    right: unset !important;
    top: unset !important;
    width: 100% !important;
    bottom: -101px !important;
    left: unset !important;
    transform: unset !important;
    height: 121px !important;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.HighlyExperienced h2{
    max-width: 100%;
}