footer {
    background-color: #292929;
    padding: 50px 0 0;
}

/* .footer_address_details .grid_row{
    display: grid;
    grid-template-columns: 15% 80%;
    gap: 20px;
} */

.footer_address_details .left h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.footer_address_details h6 {
    color: #fff;
    font-size: 18px;
}

.footer_address_details a,
.footer_address_details p {
    color: #fff;
    font-size: 16px;
}

.footer_address_details .right {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
    margin: 50px 0;
}


.footer_logo {
    max-width: 140px;
    margin-bottom: 24px;
}

.footer_desc {
    color: #fff;
    font-size: 14px;
    max-width: 80%;
}

footer .footer_link_details .container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 20px;
}

footer .footer_title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .footer_link {
    margin-bottom: 10px;
}

footer .footer_link a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: capitalize;
}

footer .footer_col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

footer .address_col li {
    margin-bottom: 15px;
}

footer .address_col li a {
    display: flex;
    gap: 10px;
    color: #fff;

}

footer .address_col li a i {
    margin-top: 5px;
}

footer .social_icons {
    display: flex;
    gap: 20px;
}

footer .social_icons a {
    font-size: 20px;
    border: 1px solid var(--border-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

footer .social_icons a i {
    margin-top: 0 !important;
}

footer .copy_right {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
}

footer .copy_right p {
    margin: 0;
    font-size: 14px;
}







.about_page_wrapper .grid_row {
    display: grid;
    grid-template-columns: .5fr 1fr;
    gap: 50px;
}

.about_page_wrapper .grid_row .right {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
}

.about_page_image {
    margin: 50px auto 100px;
    display: flex;
    align-items: center;
}

.about_page_image img {
    border-radius: 20px;
}

.about_page_image .main-img {
    width: 800px;
    height: 500px;
    object-fit: cover;
}

.about_page_image .second-img {
    width: 500px;
    border: 5px solid #fff;
    margin-left: -200px;
}

.about_page_wrapper .about_page_image {
    max-width: 1024px;

}


.core_activities {
    background: #f6f6f6;
}

.core_activities .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.core_activities .image {
    width: 100%;
    height: 500px;
    position: relative;
}

.core_activities .image .box {
    position: absolute;
    bottom: 0px;
    left: 40px;
    background: #fff;
    max-width: 100%;
    padding: 8px;
    border-top-left-radius: 20px;

}

.core_activities .image .box p {
    font-size: 14px;
}

.core_activities .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.vision_mission {
    padding: 0;
}

.vision_mission .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.vision_mission .vision,
.vision_mission .mission {
    display: flex;
    gap: 20px;
    align-items: self-start;
    padding: 100px;
}

.vision .icon,
.mission .icon {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    padding: 16px;
    border-radius: 50px;
    color: #fff;
}

.vision_mission .icon i {
    font-size: 40px;
}

.vision_mission h6 {
    font-size: 24px;
    font-weight: 600;
}

.vision_mission .mission {
    background: var(--primary-color);
    color: #fff;
}

.vision_mission .mission .icon {
    background: #fff;
    color: var(--primary-color);
}


.strategic {
    background: #f6f6f6;
}

.strategic .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.strategic ul {
    padding-left: 0px;
    margin-top: 24px;
}

.strategic li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 18px;
}

.strategic li i {
    margin-top: 3px;
    color: var(--primary-color);
    font-size: 24px;
}

.strategic .image {
    width: 100%;
    height: 500px;
}

.strategic .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}





/* timeline */
/* 
.timeline-section{
    padding: 70px 0;
    background: #f6f6f6;
}

.timeline-section .timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline-section .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    transform: translateX(-50%);
}

.timeline-section .timeline-item {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.timeline-section .timeline-item.left {
    justify-content: flex-start;
}

.timeline-section .timeline-item.right {
    justify-content: flex-end;
}

.timeline-section .timeline-item .date {
    position: absolute;
    top: -30px;
    font-size: 20px;
    font-weight: 600;
    color: #777;
}

.timeline-section .timeline-item.left .date {
    left: 0;
}

.timeline-section .timeline-item.right .date {
    right: 0;
}

.timeline-section .card {
    width: 480px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    gap: 20px;
}

.timeline-section .icon {
    max-width: 48px;
    max-height: 48px;
    min-width: 48px;
    min-height: 48px;
    background: var(--primary-color);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

.timeline-section .card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
    display: none;
}

.timeline-section .card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
} */

/* Mobile */
/* @media (max-width: 768px) {
    .timeline-section .timeline::before {
        left: 20px;
    }

    .timeline-section .timeline-item {
        justify-content: flex-start !important;
        padding-left: 40px;
    }

    .timeline-section .card {
        width: 100%;
    }

    .timeline-section .timeline-item .date {
        left: 40px !important;
        right: auto;
    }
} */



.h-timeline-section {
    background: #f6f6f6;
    padding: 70px 0 100px;
}

.h-timeline-section .subtitle {
    margin: 0px auto 16px;
}

.timeline-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}

.timeline-subtitle {
    text-align: center;
    color: #777;
    margin-bottom: 50px;
}

.h-timeline-wrapper {
    margin-top: 40px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
}

.h-timeline {
    display: flex;
    gap: 40px;
    min-width: max-content;
    padding: 20px 10px;
}

.h-item {
    scroll-snap-align: start;
    position: relative;
    width: 350px;
    flex-shrink: 0;
}

.h-item::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -40px;
    width: 40px;
    height: 2px;
    background: #e0e0e0;
    display: none;
}

.h-item:first-child::before {
    display: none;
}

.year {
    font-weight: 700;
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    height: 200px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.icon {
    width: 48px;
    height: 48px;
    background: #c62828;
    /* brand red */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

.card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Smooth scroll look */
.h-timeline-wrapper::-webkit-scrollbar {
    height: 6px;
}

.h-timeline-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}



.contact_info {
    background: #f6f6f6;
}

.contact_info .subtitle {
    margin: 16px auto;
}

.contact_info .grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    gap: 50px;
}

.contact_info .grid_row .item {
    box-shadow: var(--primary-shadow);
    padding: 30px;
    border-radius: 20px;
    color: #292929;
    flex-direction: column;
}

.contact_info .icon_div {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.contact_info .icon_div p {
    font-size: 16px;
    margin-bottom: 0;
}

.contact_info .icon_div h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0;
}

.contact_info .icon_div .title {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.contact_info a {
    color: #292929;
}


.contact_us .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact_us .input_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact_us form {
    margin-top: 32px;
}

.contact_us .form-label {
    font-size: 14px;
    color: #666;
}

.contact_us input {
    height: 50px;
    border-radius: 16px;
    padding: 0px 16px;
}

.contact_us input::placeholder {
    font-size: 12px;
    margin-bottom: 0;
}

.contact_us textarea {
    border-radius: 16px;
}

.contact_us .map {
    border-radius: 20px;
    overflow: hidden;
}




.projects-section .subtitle {
    margin: 0px auto 16px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 40px;
}

/* Card */
.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}

/* Image */
.project-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Overlay */
.project-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Text */
.project-overlay h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

.project-overlay p {
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
}

/* Hover Effects */
.project-card:hover img {
    transform: scale(1.08);
}

.project-card:hover .project-overlay {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}





.service_detail_page .grid_row {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 50px;
}

.service_detail_page .content h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0;
}

.service_detail_page .content h2 span {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
}

.service_detail_page .main_image {
    width: 100%;
    height: 400px;
    margin-bottom: 16px;
}

.service_detail_page .main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.service_detail_page hr {
    height: .5;
    background-color: #c62828;
    margin: 20px 0;
}

.service_detail_page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.service_detail_page p {
    font-size: 14px;
}

.service_detail_page .list_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 16px;
    margin-top: 8px;
}

.service_detail_page .list_row li {
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 14px;
}

.service_detail_page .list_row li i {
    font-size: 16px;
    margin-top: 4px;
    color: var(--primary-color);
}

.service_detail_page .images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.service_detail_page .images img {
    border-radius: 16px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.service_detail_page .images h6 {
    margin-top: 12px;
    text-align: center;
}











/* LEFT */
/* .more_business_line{
    margin-top: 50px;
} */
.more_business_line h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.more_business_line p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    max-width: 700px;
}

.more_business_line hr,
.room_detail hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 40px 0;
}

/* Photos */
.business_row {
    width: 100%;
    /* height: 420px; */
    overflow: hidden;
}

.business_row img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 16px;
}

/* Slide sizes */




/* Arrow on small image */
.business_row .swiper-button-next,
.business_row .swiper-button-prev {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    color: #000 !important;
    right: 20px;
}

.business_row .swiper-button-next::after,
.business_row .swiper-button-prev::after {
    font-size: 16px;
}











/* ---- */


.aproach_grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px;
    margin-top: 20px;
}

.aproach_grid .facility-card {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    padding: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    border-radius: 16px;
}

.aproach_grid .facility-card:hover {
    /* transform: translateY(-6px); */
    border-color: #c2a27d;
}



/* Faint number */
.aproach_grid .facility-card .count {
    position: absolute;
    top: 0px;
    right: 24px;
    font-size: 48px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.04);
}

/* Icon */
.aproach_grid .facility-card .icon {
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px;
}

.aproach_grid .facility-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-family: var(--fancy-font);
}

.aproach_grid .facility-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}



.product_overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.product_overview .item {
    display: block;
}

.product_overview .item h6 {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.product_overview .item ul {
    list-style: disc;
    padding-left: 15px;
}

.product_overview .item ul li {
    margin-bottom: 8px;
}

.product_overview .item ul li::marker {
    color: var(--primary-color);
    font-size: 16px;
}

.product_overview .item ul li::before {
    box-shadow: 0 0 6px rgba(225, 43, 65, 0.6);
}









.crude-oil-business .list_row {
    grid-template-columns: 1fr;
}

.ev-charging ol {
    margin-top: 12px;
}

.ev-charging ol li {
    margin-bottom: 8px;
}

.ev-charging .grid_row_two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ev-charging .grid_row_two .facility-card {
    padding: 24px;
    border: 1px solid #c2a27d;
    border-radius: 20px;
}

.ev-charging .grid_row_two h3 {
    font-size: 16px;
}





.certificate-gallery .subtitle {
    margin: 0px auto 16px;
}

.certificate-card {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}


.certificate-card img {
    border-radius: 6px;
    transition: transform 0.4s ease;
}

/* .certificate-card:hover {
    transform: translateY(-6px);
} */

/* .certificate-card:hover img {
    transform: scale(1.05);
} */



.title-line {
    width: 60px;
    height: 3px;
    background: #dc3545;
    margin-top: 8px;
}

.metric-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.bglight {
    background: #f6f6f6;
}









.vertical-timeline {
    background: #000;
    padding: 40px 0 0px;
}

.vertical-timeline.item {
    margin-bottom: 0;
}

/* CONTENT AREA */
div.item {
    display: flex;
    flex: auto;
    overflow-y: auto;
    padding: 0 1rem;
}

/* TIMELINE */
#timeline {
    position: relative;
    display: table;
    height: 100%;
    margin: 5rem auto 0;
}

#timeline div::after {
    content: "";
    width: 2px;
    position: absolute;
    top: 0.5rem;
    bottom: 0;
    left: 60px;
    z-index: 1;
    background: var(--primary-color);
}

/* YEAR STICKY HEADER */
#timeline h3 {
    position: sticky;
    top: 5rem;
    color: var(--primary-color);
    margin: 0;
    font-size: 1em;
    font-weight: 700;
}

@media (min-width: 62em) {
    #timeline h3 {
        font-size: 1.1em;
    }
}

/* YEAR SECTION */
#timeline div.year {
    position: relative;
}

#timeline div.year:first-child div {
    margin-top: -1.3em;
    padding-bottom: 0;
}

#timeline div.year div {
    position: relative;
    padding-bottom: 1.25em;
    margin-bottom: 2.2em;
}

/* DATE */
#timeline div.year div h4 {
    position: absolute;
    bottom: 0;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding-left: 89px;
    color: #c5c5c5;
}

@media (min-width: 62em) {
    #timeline div.year div h4 {
        font-size: 1em;
    }
}

/* LIST */
#timeline div.year div ul {
    list-style-type: none;
    padding-left: 75px;
    margin: -1.35rem 0 1em;
    max-width: 32rem;
    font-size: 1em;
}

@media (min-width: 62em) {
    #timeline div.year div ul {
        font-size: 1.1em;
        padding-left: 81px;
    }
}

#timeline div.year div ul:last-child {
    margin-bottom: 0;
}

/* DOT */
#timeline div.year div ul:first-of-type::after {
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, var(--primary-color), #ff6a7a);
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: 3px;
    z-index: 2;
}

/* LIST ITEMS */
#timeline div.year div ul li {
    margin-left: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 0px;
    position: relative;
    background: transparent;
}

#timeline div.year div ul li::before {
    content: "";
    position: absolute;
    left: -12px;
    top: -1px;
    /* adjust to align vertically */

    width: 0;
    height: 0;

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff;
}

#timeline div.year div ul li:not(:first-child) {
    margin-top: 0.5rem;
}

#timeline div.year div ul li span.price {
    color: mediumturquoise;
    font-weight: 500;
}

/* MISC */
.usd {
    display: inline;
}

svg {
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
        0 1px 3px rgba(0, 0, 0, 0.08);
}



/* SCROLL ANIMATION */
#timeline .year {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Active state when visible */
#timeline .year.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Optional: stagger feel */
#timeline .year.is-visible {
    transition-delay: 0.1s;
}



/* DOT BASE */
#timeline div.year div ul:first-of-type::after {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: 3px;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 173, 181, 0.6);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(0, 173, 181, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 173, 181, 0);
    }
}

/* Active dot */
#timeline .year.is-visible div ul:first-of-type::after {
    animation: pulse 1.5s infinite;
    transform: scale(1.05);
}

div.item {
    display: flex;
    flex: auto;
    overflow: visible;
    /* FIX */
    padding: 0 1rem;
}


/* .header-scrolled .navbar-brand>img{
    width: 50%;
  }
  .header-scrolled .top-item{
    display: none;
  } */


.about_sec2 .subtitle {
    margin: 0px auto 16px;
}


.about_sec2 .facility_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    position: relative;
    margin-top: 40px;
}

.about_sec2 .facility_grid::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #c2a27d;
    z-index: 0;
}

.about_sec2 .facility-card {
    position: relative;
    background: #fff;
    border: 1px solid #c2a27d;
    padding: 40px 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.about_sec2 .facility-card:hover {
    transform: translateY(-8px);
    border-color: #c2a27d;
}




/* Faint number */
.about_sec2 .facility-card .count {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 64px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.04);
}

/* Icon */
.about_sec2 .facility-card .icon {
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
    min-height: 70px;
    padding: 12px;
    color: #c2a27d;
}

.about_sec2 .facility-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-family: var(--fancy-font);
    display: none;
}

.about_sec2 .facility-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.about_video_wrapper {
    width: 100%;
    height: 700px;
    object-fit: cover;

}




.business-section {
    position: relative;
    height: auto;
    background: url("../images/how-we-do.webp") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 20px;
}

.business-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}



.business-section .content-box {
    position: relative;
    background: rgba(200, 40, 50, 0.8);
    /* backdrop-filter: blur(-10px); */
    padding: 40px;
    /* max-width: 520px; */
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.business-section .main_heading {
    margin-bottom: 16px;
    color: #fff;
}

.business-section .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.business-section .block {
    margin-bottom: 30px;
}

.business-section .block h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #fff;
}

/* .business-section .block ul {
    padding-left: 18px;
} */

.business-section .block ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    display: flex;
    align-items: start;
    gap: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .business-section {
        min-height: auto;
    }

    .business-section .content-box {
        max-width: 100%;
        padding: 30px 24px;
    }

    .business-section .title {
        font-size: 28px;
    }
}



.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    position: relative;
    overflow: hidden;
}

.cta-box {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 40px;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

.cta-content p {
    color: #cfcfcf;
    /* max-width: 520px; */
    line-height: 1.6;
    font-size: 14px;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.cta-actions .btn {
    padding: 14px 28px;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-actions .btn-primary {
    background: #e12b41;
    color: #fff;
    border: none;
}

.cta-actions .btn-primary:hover {
    background: #c91f34;
}

.cta-actions .btn-outline {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.cta-actions .btn-outline:hover {
    background: #fff;
    color: #000;
}


@media (max-width: 767px) {
    .cta-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 24px;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}


.esg-section .main_heading{
    margin-bottom: 16px;
}

.sus-sec img{
    border-radius: 16px;
}

.sus-sec-two img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.header_contact{
    display: none;
    margin-top: 80px;
}
.header_contact h6{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.header_contact ul{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
    margin-top: 16px;
}


.header_contact ul .nav-link{
    padding: 0px 0px 8px;
    color: #fff;
    font-size: 18px;
}




.team_sec .subtitle{
    margin: 0px auto 8px;
}
.team_sec .grid_row{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 40px;
}

.team_sec .team_member{
    border: .5px solid #e12741;
    /* box-shadow: var(--primary-shadow); */
    /* text-align: center; */
    /* padding-bottom: 8px; */
    /* border-radius: 16px;
    overflow: hidden; */
}

.team_sec .team_member .details{
    padding: 0px 10px;
    background: #e12741;
    color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.team_member .team_image{
    /* height: 300px; */
    width: 100%;
}
.team_member .team_image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.team_member .name{
    margin-bottom: 0;
}
.team_member .designation{
    margin-bottom: 0;
    font-size: 10px;
}

@media screen and (max-width:1199px){
    .team_sec .grid_row{
        grid-template-columns: repeat(3,1fr);
    }
}
@media screen and (max-width:991px){
    .team_sec .grid_row{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:600px){
    .team_sec .grid_row{
        grid-template-columns: 1fr;
    }
}