/********** Template CSS **********/
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
    
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}
.navbar.sticky-top img{
    width: 130px;
    height: 50px;
    object-fit: cover;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
#span-div{
    background-color: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-item {
    height: 550px;  /* adjust height as needed */
}

.owl-carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}
#welcome-heading{
    font-size: 50px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}
 .header-carousel .owl-carousel-item {
        height: 90vh;
 }
#welcome-heading{
    font-size: 35px;

}
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}
.about-heading {
     background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about-header.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
    display: flex;
    /* align-items: left; */
    text-align: left;
}
.service-heading {
     background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/services.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
    display: flex;
    /* align-items: left; */
    text-align: left;
}

.team-heading {
     background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/team.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
    display: flex;
    /* align-items: left; */
    text-align: left;
}
.contact-heading {
     background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
    display: flex;
    /* align-items: left; */
    text-align: left;
}
.gallary-heading {
     background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/oilextraction.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
    display: flex;
    /* align-items: left; */
    text-align: left;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.breadcrumb{
    margin-top: 70px;
    margin-left: -200px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.container.about {
       /* background-color: #282828; */
       background-color: white;
       color: black;
       margin-top: -100px;
    }
    .container.about h1{
        color: black;
    }
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* ************************ about section*************************** */
.about-section {
    padding: 40px 0;
    background: #f8f8f8;
    position: relative;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.about-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

/* LEFT SIDE IMAGES */
.about-images {
    position: relative;
    flex: 1;
}

.image-box img {
    width: 100%;
    border-radius: 6px;
}

.large-img {
    width: 85%;
}

.small-img {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 60%;
    border: 10px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.green-bar {
    width: 120px;
    height: 8px;
    background: #6aa84f;
    margin-top: 20px;
}

/* Vertical Text */
.vertical-text {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: left;
    font-size: 70px;
    font-weight: 700;
    color: rgba(0,0,0,0.05);
    letter-spacing: 10px;
}

/* RIGHT CONTENT */
.about-content {
    flex: 1;
}

.sub-title {
    color: #6aa84f;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.about-content h2 {
    font-size: 40px;
    margin: 15px 0;
    font-weight: 700;
}

.about-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.highlight-text {
    color: #6aa84f;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.contact-box .icon {
    background: #f1f1f1;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

.contact-box h4 {
    margin: 5px 0 0;
}

.explore-btn {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: 0.3s;
}

.explore-btn:hover {
    background: #6aa84f;
}
@media (max-width: 991px) {
    .about-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .vertical-text {
        display: none;
    }

    .small-img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 80%;
        margin-top: 20px;
    }
}

.about-two-col {
    padding: 10px 0;
    background: #f7f9f8;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.row-custom {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

/* LEFT CONTENT */
.about-content {
    flex: 1;
}

.sub-title {
    color: #1faa59;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.about-content h2 {
    font-size: 38px;
    margin: 15px 0;
    font-weight: 700;
}

.about-content p {
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.about-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.about-content ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.about-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #1faa59;
    font-weight: bold;
}

.about-btn {
    display: inline-block;
    background: #1faa59;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    background: #0d8f44;
}

/* RIGHT IMAGE */
.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Unique Stylish Border Frame */
.image-frame {
    position: relative;
    padding: 20px;
}

.image-frame img {
    width: 100%;
    max-width: 450px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

/* Decorative Border Effect */
.image-frame::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    border: 6px solid #1faa59;
    border-radius: 15px;
    z-index: 1;
}
@media (max-width: 991px) {
    .row-custom {
        flex-direction: column;
        text-align: center;
    }

    .about-image {
        order: -1;
    }

    .image-frame::before {
        display: none;
    }
}
/* ********************************************************
    About page
*/
 

.innovation-section {
    background: #f8f9fa;
}

/* Left Content */
.innovation-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.innovation-content p {
    color: black;
    margin-bottom: 20px;
}

.innovation-list {
    list-style: none;
    padding-left: 0;
}

.innovation-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: black;
}

.innovation-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

/* Image Grid Layout */
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 15px;
}

.grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.4s ease;
}

.big-img {
    grid-row: span 2;
}

/* Hover Effect */
.grid-img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 992px) {
    .innovation-content h2 {
        font-size: 28px;
    }

    .image-grid {
        grid-template-rows: 180px 180px;
    }
}

@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .big-img {
        grid-row: span 1;
    }
}

/* ******************************************************* */
/* Base Styles */
/* body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 20px;
} */

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    gap: 40px;
}

/* Image Section */
.about-image {
    flex: 1;
    min-width: 300px;
}

.image-wrapper {
    background: #fff;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* Text Section */
.about-text {
    flex: 1.5;
    min-width: 300px;
}

.about-text h2 {
    color: #2c3e50;
    font-size: 28px;
    margin-bottom: 10px;
}

.brand-name {
    color: #1a4a8e; /* Navy Blue color from image */
    font-weight: bold;
}

.sub-heading {
    color: #1a4a8e;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-text h3 {
    color: #1a4a8e;
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}

.about-text p {
    margin-bottom: 15px;
    text-align: justify;
}

.footer-tag {
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}

/* ************************************************************ */

 .project-gallery {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

/* Header Styles */
.gallery-header .subtitle {
    color: #4db6ac; /* Teal color from image */
    font-size: 18px;
    margin-bottom: 10px;
}

.gallery-header .title {
    color: #004d40; /* Dark green color from image */
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 40px;
}

/* Grid Layout */
.gallery-grid {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Individual Card */
.project-card {
    position: relative;
    flex: 1;
    min-width: 300px;
    height: 400px; /* Fixed height for consistency */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}
.project-card:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    transform: translateY(-5px); /* Lifts the card up slightly */
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease; /* Smooth zoom duration */
}

/* 2. Preparation: Add a transition to the overlay */
.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    text-align: left;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    transition: 0.3s ease; /* Smooth color fade */
    z-index: 2;
}

.project-overlay h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    line-height: 1.4;
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .project-card {
        flex: 1 1 100%;
        height: 300px;
    }
}
/* ************************************************************** */

/*** Service ***/
/* #services{
     background-color:  #282828;
    
     
    
}
#services h1{
    color: white;
}
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    background-color: white;
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: #00CC66 solid 4px;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
} */
 /* White Background */
.carbon-section {
    background: #ffffff;
}

.container-aboutsec{
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    gap: 40px;
    padding: 0 20px; /* mobile spacing */
}

/* Section Heading */
.section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.section-subtitle {
    color: black;
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Card */
.carbon-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

/* Image Wrapper */
.card-img-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Dark Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    transition: 0.4s ease;
}

/* Card Content */
.card-content {
    padding: 25px;
}

.card-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.card-content p {
    color: #555;
    margin-bottom: 20px;
}

/* Hover Effects */
.carbon-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.carbon-card:hover img {
    transform: scale(1.1);
}

.carbon-card:hover .overlay {
    background: rgba(0,0,0,0.4);
}

/* Tablet */
@media (max-width: 992px) {
    .section-title{
        font-size: 32px;
        max-width: 90%;
    }

    .section-subtitle{
        max-width: 90%;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .section-title {
        font-size: 26px;
        max-width: 100%;
    }

    .section-subtitle {
        font-size: 14px;
        max-width: 100%;
    }

    .card-img-wrapper{
        height: 220px;
    }

    .card-content{
        padding: 18px;
    }
}

/*** Quote ***/
.container.quote {
        background-color: #DADADE;
    }
    .container.quote p{
        color: black;
    }
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

.quote-data{
    margin-top:-40px;
}
@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
#team{
        background-color: #282828;
}
#team h1{
    color: white;
}
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Contact ***/
/* .container.contact{
        background-color: #DADADE;
    }
    .container.contact p{
         color: black;
    } */

.contact-text{

}
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer-flex-container {
    display: flex !important;
    justify-content: space-between; /* Pushes content to left and right */
    align-items: center;           /* Keeps them on the same horizontal level */
    flex-wrap: nowrap;             /* Forces them to stay on one line */
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
    color: #9B9B9B;                /* Matches your existing text color */
}

/* Ensure no extra margins are pushing the text down */
.copyright-text, .design-text {
    margin: 0;
    padding: 0;
    padding-right: 218px;
}

/* Mobile Fix: If the screen is too small, let them stack so they don't overlap */
@media (max-width: 768px) {
    .footer-flex-container {
        flex-direction: column;
        text-align: center;
        gap: 9px;
    }
    .copyright-text, .design-text{
       margin: 0;
    padding: 0; 
    }
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}