@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..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&family=Space+Grotesk:wght@300..700&display=swap');

* {
    padding: 0px;
    margin: 0px;
    font-family: "Space Grotesk", sans-serif;
}

.container {
    max-width: 1390px;
}

/*
font-family: "Open Sans", sans-serif;
font-family: "Poppins", sans-serif;  */

/* Header */
.customHeader.fixed .topHeaderBar {
    display: none;
}

.customHeader.fixed {
    padding: 0px 100px;
    box-shadow: 0 3px 6px rgba(54, 54, 54, 0.08);
}

.customHeader {
    padding: 0px 100px;
    position: relative;
    background: #fff;
    position: fixed;
    z-index: 111;
    width: 100%;
    top: 0;
}

.customHeader .navbar {
    padding: 0px;
    position: unset;
}

.customHeader .navbar-brand img {
    max-width: 200px;
}

.customHeader .navbar-nav {
    gap: 0px;
    text-align: left;
    width: 100%;
    /* padding-left: 100px; */
}

.customHeader .navbar-nav a {
    font-size: 16px;
    color: #222;
    font-weight: 500;

    padding: 20px 30px !important;
    letter-spacing: 0.5px;
    font-family: "Space Grotesk", sans-serif;
}

.customHeader .navbar:before {
    background-color: #f4f4f4;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
    width: 400px;
    height: 135px;
    /* content: ""; */
    position: absolute;
    left: 0;
}

.customHeader .navbar a.navbar-brand {
    position: relative;
    margin-right: 50px;
    padding: 0px;
}

.topHeaderLinksWrapper {
    width: 100%;
    border-left: 1px solid #f4f4f4;
}

.topHeaderBar {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
}

.topHeaderBar ul {
    padding: 0px !important;
    margin: 0px;
    display: flex;
    gap: 35px;
    justify-content: flex-end;
}

.topHeaderBar ul li {
    list-style: none;
    font-size: 15px;
    color: #222;

    font-weight: 500;
    letter-spacing: 0.5px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    font-family: "Space Grotesk", sans-serif;
}

.customHeader .navbar-nav .nav-item:after {
    content: '';
    width: 1px;
    background: #f4f4f4;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.customHeader .navbar-nav li.nav-item {
    position: relative;
}

.customHeader .navbar-nav a.nav-link.active {
    background: #008b64;
    color: #fff;
}

.BtnGreen {
    white-space: pre;
    background: #008a63;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 23px 30px !important;
    letter-spacing: 0.5px;
    text-decoration: unset;
    display: flex;
    align-items: center;
    font-family: "Space Grotesk", sans-serif;
    gap: 15px;
    max-height: 64px;
    transition: 0.8s all;
}

.BtnGreen i {
    font-size: 20px;
}

.BtnGreen:hover {
    background: #050505;
    color: #fff;
}

a.BtnGreen {}

.topHeaderBar .socialMedia {
    gap: 20px;
}

.topHeaderBar .socialMedia li {
    gap: 0px;
    color: #000;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    transition: 0.8s all;
    cursor: pointer;
    background: #ddd;
}

.topHeaderBar .socialMedia li:hover {
    background: #008a63;
    color: #fff;
}

/* End Header */

/* footer */
footer {
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footerLogo {
    padding: 40px 0px;
    border-bottom: 1px solid #f4f4f43d;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerLogo .logo {
    max-width: 200px;
}

.footerLogo .logo img {
    width: 100%;
}

.footerLinks {
    padding: 50px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.footerLinks .linksItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerLinks .linksItem h5 {
    margin: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footerLinks p,
.footerLinks ul li {
    font-size: 16px;
    color: #CBCCCD;
    line-height: 32px;
    margin: 0px;
}

.footerLinks ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.copyRight {
    padding: 15px 0px;
    border-top: 1px solid #f4f4f43d;
}

.copyRight p {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    color: #CBCCCD;
}

.bigText {
    -webkit-text-stroke-width: 0.5px;
    stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
    font-size: 43px;
}

/* end footer */


.bannerSlider {
    /* height: calc(100vh - 135px); */
    margin-top: 135px;
}

.bannerSlider img {
    height: 100%;
    width: 100%;
}

.bannerSlider .swiper {
    height: 100%;
}

.cusPanding {
    padding: 80px 0px;
}

/* counter */

.counterGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.counterItem {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #F7F7F7;
    position: relative;
    padding-top: 60px;
}

.counterItem h5 {
    margin: 0px;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    font-size: 83px;
    color: transparent;
    position: absolute;
    top: -50px;
}

.counterItem p {
    margin: 0px;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    position: relative;
    padding: 4px 0px;
    width: fit-content;
}

.counterSec {
    background: #fff;
    padding: 100px 0px 50px 0px;
}

.counterItem p:before {
    content: '';
    width: calc(100% + 30px);
    height: 100%;
    background: #018b64;
    position: absolute;
    bottom: 0;
    left: -30px;
    transition: 0.8s all;
}

.counterItem p span {
    position: relative;
    padding-right: 20px;
    color: #fff;
}

.bgGrey {
    background: #F7F7F7;
}

.sectionHeader p {
    color: #018b64 !important;
    font-weight: 500 !important;
    margin: 0px !important;
    width: fit-content;
    position: relative;
    padding-left: 24px;
    font-size: 16px !important;
}

.sectionHeader {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0px;
}

.sectionHeader h2 {
    color: #000;
    font-weight: 900;
    margin: 0px;
    line-height: 50px;
}

.sectionHeader p:before {
    content: '';
    width: 18px;
    height: 2px;
    background: #018b64;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.aboutImage img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.aboutImage {
    max-width: 90%;
    margin: auto;
    position: relative;
    padding: 50px 0px;
}

.aboutImage:before {
    content: '';
    width: 160px;
    height: 100%;
    background: #5dc0ba;
    position: absolute;
    top: 0;
    transform: skewX(-10deg);
    left: 50%;
    transform: translate(-50%, 0px) skewX(-10deg);
}

.aboutImage:after {
    content: '';
    width: 100px;
    height: 100%;
    background: #1f1f1f;
    position: absolute;
    top: 0;
    transform: skewX(-10deg);
    left: 50%;
    transform: translate(-190px, 0px) skewX(-10deg);
}

.aboutContent {
    height: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.aboutContent p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 32px;
    margin: 0px;
}

.bgBlack {
    position: relative;
    background-image: url('../../assets/images/vision-mission/vision-mission.webp');
    /* background-color: #1a1a1a; */
    background-size: 100% 100%;
    background-attachment: fixed;
}

.missionVissionGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.missionVissionItem {
    padding: 30px;
    background: #1f1f1f5c;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    backdrop-filter: blur(1px);
    border: 1px solid #ffffff5c;
}

.missionVissionItem h5 {
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
    margin: 0px;
    line-height: 50px;
}

.missionVissionItem p {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    margin: 0px;
}

.iconWrapper {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3e3e3e;
    border-radius: 20px;
}

.productGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.productGrid a {
    text-decoration: unset;
}

.productImage img {
    width: 100%;
}

.productImage {
    padding: 15px;
    min-height: 322px;
    background: #F7F7F7;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}

.productItem {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.productContent h5 {
    font-size: 16px;
    color: #000;
    font-weight: 800;
    margin: 0px;
    text-align: center;
    line-height: 28px;
}

.ClientGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.ClientImage img {
    width: 70%;
    /* filter: grayscale(1); */
    transition: 0.8s all;
    transform: scale(0.9);
    margin: 0 auto;
    /* padding: 0px; */
}

.ClientImage {
    /* padding: 20px; */
    background: #fff;
    box-shadow: 7px 7px 40px -3px rgba(17, 12, 46, 0.05);
    border-radius: 10px;
    min-height: 170px;
    display: flex;
    align-items: center;
    max-height: 200px;
    border: 1px solid #0000000d;
}

.ClientGrid .ClientItem {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f4f4f4;
}

.ClientItem:hover .ClientImage img {
    /* filter: grayscale(0); */
    transform: scale(1);
}

.ClientItem:hover .ClientImage {
    box-shadow: 0px 0px;
}

.IndustriesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.IndustriesGrid .IndustriesImage img {
    width: 100%;
}

.IndustriesImage img {
    min-height: 206px;
    object-fit: cover;
    border-radius: 20px;
}

.productSec .BtnGreen {
    width: fit-content;
    margin: 50px auto 0px;
}

.footerLinks ul li,
.footerLinks ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.8s all;
    cursor: pointer;
    text-decoration: unset;
    color: #CBCCCD;
}

.footerLinks ul li:hover,
.footerLinks ul li a:hover {
    color: #fff;
    /* padding-left: 10px; */
}

/* .footerLinks ul li.phone::before{
    content: '\f2a0';
    font-family: "Font Awesome 6 Pro";
    transition: 0.8s all;
}

.footerLinks ul li.phone:hover::before {
    content: '\f2a0';
    font-family: "Font Awesome 6 Pro";
}

.footerLinks ul li.email:hover::before {
    content: '\f0e0';
    font-family: "Font Awesome 6 Pro";
}

.footerLinks ul li.email::before{
    content: '\f0e0';
    font-family: "Font Awesome 6 Pro";
    transition: 0.8s all;
} */

.footerLinks ul li:hover {
    padding-left: 10px;
}

.bgBlack:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #1a1a1a70;
}

.bgBlack .container {
    position: relative;
}

footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000005e;
    z-index: 11111;
}

footer .container {
    position: relative;
    z-index: 11111;
}



/* media 1366 */

@media (max-width: 1366px) {
    .CustomHeader .row {
        margin: 0px;
    }
}

.IndustriesItem {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.IndustriesItem .industriesContent {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.IndustriesItem .industriesContent h5 {
    color: #fff;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Space Grotesk';
    text-transform: capitalize;
    letter-spacing: 0.2px;
}

.IndustriesItem:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000d9 20%, transparent 60%);
    position: absolute;
}

.breadCrumsWrapper {
    padding: 100px 0px;
    margin: 134px 0px 0px 0px;
}

.breadCrumsTitleWrappr h2 {
    margin: 0px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 800;
}

.missionImage img {
    width: 100%;
    border-radius: 20px;
}

.missionImage {
    position: relative;
    padding-right: 150px;
}

.missionImage .missionSecondImg {
    position: absolute;
    top: 50%;
    max-width: 200px;
    right: 0;
    transform: translate(-60px, -50%);
    min-height: 250px;
    border: 8px solid #fff;
    border-radius: 20px;
}

.missionImage .missionSecondImg img {
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 13px;
}

.rightImgSec .missionImage {
    padding-right: 0px;
    padding-left: 150px;
}

.rightImgSec .missionImage .missionSecondImg {
    right: unset;
    left: 0px;
    transform: translate(60px, -50%);
}

.sectionHeader.text-center {
    align-items: center;
}

.sectionHeader.text-center p {
    padding: 0px 40px;
}

.sectionHeader.text-center p:after {
    content: '';
    height: 2px;
    background: #018b64;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 30px;
}

.sectionHeader.text-center p:before {
    width: 30px;
}

.featureSec .cusPanding {
    padding: 50px 0px;
}

.customHeader .navbar-nav .dropdown-menu a {
    padding: 15px 20px !important;
    border-bottom: 1px solid #f4f4f4;
    font-size: 15px;
    font-weight: 600;
}

.customHeader .navbar-nav .dropdown-menu a:active {
    color: #fff;
    background: #008a63;
}

.customHeader ul.dropdown-menu {
    width: 250px;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.customHeader .navbar-nav .dropdown-menu li:last-child a {
    border: 0px;
}

.address {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 110px;
}

.address .addressItem ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address .addressItem ul li,
.address .addressItem ul li a {
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    margin: 0px;
    display: flex;
    gap: 15px;
    text-decoration: unset;
    font-weight: 500;
}

.address .addressItem ul li i {
    font-size: 20px;
    color: #000;
}

.address .addressItem {
    border-bottom: 1px solid #0000001f !important;
    padding-bottom: 15px;
}

.address .addressItem:last-child {
    padding: 0px;
    border: 0px !important;
}

.formFieldWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.inputField {
    padding: 15px;
    border-bottom: 1px solid #0000001f !important;
    border: 0px;
    font-size: 16px;
    color: #000;
    background: transparent;
    width: 100%;
}

.inputField::placeholder {
    color: #000;
    font-size: 16px;
    font-family: 'Space Grotesk';
}

.inputField:focus {
    outline: 0;
}

.formField textarea.inputField {
    width: 100%;
    padding-left: 20px;
}

.contactForm form {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.contactForm .BtnGreen {
    border: 0px;
    width: fit-content;
}

.formField {
    position: relative;
}

.formField .icon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.formField .inputField {
    padding-left: 35px;
}

.formField .icon i {
    font-size: 20px;
}

.address .addressItem ul li a:hover {
    color: #000000;
}

.map iframe {
    width: 100%;
    line-height: 0;
    min-height: 600px;
    border-radius: 40px;
}

.map {
    line-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0px 100px 100px;
}

.ThreeGrid {
    grid-template-columns: 1fr 1fr 1fr;
}

.productDetailsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    /* justify-content: center; */
}

.productTable table th {
    background: #008a63;
    padding: 8px;
    color: #fff;
    border: 1px solid #00000026 !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    vertical-align: middle;
    text-align: center;
}

.productTable table td {
    padding: 25px;
    border: 1px solid #00000017;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background: #fff;
}

.productDetailsContent .desc p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 32px;
    margin: 0px;
}

.productDetailsContent .sectionHeader h2 {
    font-size: 22px;
    line-height: normal;
}

.productDetailsContent ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productDetailsContent ul li {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 32px;
    margin: 0px;
    display: flex;
    gap: 10px;
}

.productDetailsContent ul li b {
    display: flex;
    align-items: center;
    gap: 10px;
}

.productDetailsContent ul li b i {
    font-size: 16px;
    font-weight: 500;
    color: #008b64;
}

.innerPage .IndustriesGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.productDetails .carousel-indicators {
    margin: 15px auto;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: fit-content;
}

.productDetails .carousel-indicators button {
    width: 70px;
    height: 60px;
    border: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-indent: unset;
    border: 1px solid #0000000f;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    opacity: 12;
}

.productDetails .carousel-indicators button img {
    height: 100%;
    object-fit: cover;
}

.productDetails .carousel-indicators button.active {
    border: 2px solid #008a63;
}

.productDetails .carousel-control-prev-icon,
.productDetails .carousel-control-next-icon {
    filter: brightness(0);
}

.productDetails .carousel-control-prev,
.productDetails .carousel-control-next {
    width: 50px;
    height: calc(100% - 75px);
}

.productDetails .productImage img {
    border-radius: 10px;
}

.OurClient .BtnGreen {
    width: fit-content;
    margin: 50px auto 0px;
}

/* —— Layout & theme tokens —— */
.ourProjectsSlider {
    --slide-radius: 18px;
    --slide-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    --arrow-size: 44px;
    --arrow-bg: rgba(255, 255, 255, .95);
    --arrow-color: #0a7e7e;
    /* tweak to match your brand */
    --dot-color: #b9c3cc;
    --dot-active: #0a7e7e;
}

/* Ensure Swiper height adapts to content */
.ourProjectsSlider .swiper-wrapper {
    align-items: stretch;
}

.ourProjectsSlider .swiper-slide {
    height: auto;
}

/* —— Slide card —— */
.ourProjectsItem {
    height: 100%;
    background: #fff;
    border-radius: var(--slide-radius);
    box-shadow: var(--slide-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Images never crop awkwardly */
.ourProjectsImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* fills neatly like your mock */
    display: block;
    /* optional: crisp edges for PNGs with text */
    image-rendering: -webkit-optimize-contrast;
}

/* —— Optional: subtle diagonal tint like the sample —— */
.ourProjectsImage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(0, 128, 96, .22), rgba(0, 128, 96, 0) 45%);
}

/* —— Arrows —— */
.ourProjectsSlider .swiper-button-next,
.ourProjectsSlider .swiper-button-prev {
    width: var(--arrow-size);
    height: var(--arrow-size);
    border-radius: 999px;
    background: var(--arrow-bg);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    color: var(--arrow-color);
}

.ourProjectsSlider .swiper-button-next:after,
.ourProjectsSlider .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
}

/* Place arrows over the image area */
.ourProjectsSlider .swiper-button-prev {
    left: 10px;
}

.ourProjectsSlider .swiper-button-next {
    right: 10px;
}

.ourProjectsSlider .swiper-button-next,
.ourProjectsSlider .swiper-button-prev {
    top: calc(50% - 14px);
}

/* —— Pagination dots —— */
.ourProjectsSlider .swiper-pagination {
    position: static;
    /* put below slider */
    margin-top: 14px;
    text-align: center;
}

.ourProjectsSlider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--dot-color);
    opacity: 1;
}

.ourProjectsSlider .swiper-pagination-bullet-active {
    background: var(--dot-active);
    transform: scale(1.15);
}

/* —— Responsive (2 on tablet/desktop, 1 on mobile) —— */
@media (max-width: 767.98px) {

    .ourProjectsSlider .swiper-button-next,
    .ourProjectsSlider .swiper-button-prev {
        display: none;
    }

    /* keep mobile clean */
}

/* ===============================
   Contact Details Box Styling
   =============================== */
.contactDetailsWrapper {
    margin-top: 10px;
}

.contactDetailsWrapper .sectionHeader h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    text-transform: uppercase;
}

/* Box style */
.contactBox {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contactBox:hover {
    border-color: #007a4d;
    box-shadow: 0 5px 20px rgba(0, 122, 77, 0.15);
    transform: translateY(-3px);
}

/* List styling */
.contactBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contactBox ul li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contactBox ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #007a4d;
    font-size: 16px;
}

/* Links inside boxes */
.contactBox a {
    color: #007a4d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contactBox a:hover {
    color: #005c38;
    text-decoration: underline;
}

.cstmProInqBtn {
    width: max-content !important;
    padding: 10px 20px !important;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .contactBox {
        padding: 18px;
    }

    .contactBox ul li {
        font-size: 14px;
    }

    .cstmProInqBtn {
        width: 100% !important;
        justify-content: center !important;
    }
}

.footerSocial a {
    padding: 8px 10px;
    background-color: #fff;
    color: #008b64;
}

.footerLinks p i,
.footerLinks ul li i {
    color: #fffefb;
    margin-right: 8px;
}

.footerLinks ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footerLinks ul li a:hover {
    color: #11ffbc;
}

.footerSocial {
    margin-top: 0px;
    display: flex;
    gap: 10px;
}

.footerSocial a {
    width: 35px;
    height: 35px;
    background: rgb(255 255 255);
    color: #008b64;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footerSocial a:hover {
    background: #008a63;
    color: #ffffff;
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    footer {
        padding-bottom: 40px !important;
    }
}

.topHeaderBar .socialMedia li a {
    color: #000 !important;
}

.topHeaderBar .socialMedia li:hover a {
    color: #fff !important;
}

.topHeaderBar .contactInfo a {
    color: #000 !important;
}

.topHeaderBar .contactInfo a:hover {
    color: #008a63 !important;
    font-weight: 600 !important;
}