:root {
    --primary: #57B33E;
    --primary-dark: #3d8a29;
    --light: #FFF;
    --dark: #232323;
    --primary-light: rgba(87, 179, 62, 0.1);
    --gray: #F8F9FA;
    --text: #000000;
    --yellow: #f7ba03;
    --dark-blue: #002347;
}

body {
            font-family: 'Poppins', sans-serif;
            color: var(--text);
            line-height: 1.7;
            overflow-x: hidden;
        }
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.text-primary {
    color: #57B33E !important;
}

.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;
    color:#f7d369;
}
.btn-square:hover{
    color: #FFFFFF;
}
/*** 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;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@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-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@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;
    }
}

.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;
}

.page-header-EPC {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-33.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-CSR {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-3.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-Training {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-4.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-Contact {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/Contact-Banner.jpg) center center no-repeat;
    background-size: cover;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@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);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    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);
    transform: rotateY(360deg);
}
.service-item.img{
    width: 100%;
    height: 50%;
}
.service-item .btn:hover{
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #FFFFFF;
}
/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@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-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
    width: 70%; /* Reduced image size by 30% */
    margin: 0 auto; /* Center the image */
    display: block; /* Ensure margin auto works */
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@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);
    }
}

/* New responsive styles for Contact Us section */
.contact-text {
    padding: 3rem 2rem;
}

.contact-text h1 {
    font-size: 2.25rem;
}

.contact-text form .form-control {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-text form .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 15px rgba(87, 179, 62, 0.2);
}

/* Form field improvements */
.contact-text form input.form-control {
    height: 55px !important;
    font-size: 14px;
    border-radius: 8px;
    color: #000000;
}

.contact-text form textarea.form-control {
    font-size: 14px;
    border-radius: 8px;
    min-height: 120px;
    color: #000000;
}

.contact-text form .row {
    margin-bottom: 0.5rem;
}

.contact-text form button {
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 12px 30px;
}

.contact-text form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Mobile & Tablet styles */
@media (max-width: 991px) {
    .container.contact {
        padding: 0;
    }
    
    .contact-text {
        padding: 2rem 1.5rem;
    }
    
    .contact-text h1 {
        font-size: 1.8rem;
    }

    .contact-text form .row {
        margin-right: 0;
        margin-left: 0;
    }
    
    .contact-text form button {
        width: 100%;
    }
}

/* Address styling */
.contact-text .mb-4 h5 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: var(--dark);
    font-weight: 600;
}

.contact-text .mb-4 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #000000;
}

/* Small mobile styles */
@media (max-width: 576px) {
    .contact-text {
        padding: 1.5rem 1rem;
    }
    
    .contact-text h1 {
        font-size: 1.5rem;
    }
    
    .contact-text form .col-12 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    
    .contact-text .mb-4 {
        margin-bottom: 1rem !important;
    }
}

/* Google Map Responsive Styles */
.contact .col-lg-6.pe-lg-0 {
    min-height: 350px !important;
}

@media (max-width: 991px) {
    .contact .col-lg-6.pe-lg-0 {
        min-height: 300px !important;
        margin-top: 1rem;
    }
    
    .contact .col-lg-6.pe-lg-0 iframe {
        height: 300px !important;
    }
}

@media (max-width: 576px) {
    .contact .col-lg-6.pe-lg-0 {
        min-height: 250px !important;
    }
    
    .contact .col-lg-6.pe-lg-0 iframe {
        height: 250px !important;
    }
}

.contact-inf {
            padding: 30px;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 0 45px rgba(0, 0, 0, .08);
            transition: .5s;
        }
        
        .contact-inf:hover{
            background-color: var(--yellow);
            transform: translateY(-5px);
            color: var(--dark);
        }
        
        .contact-inf i {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            background: var(--primary);
            color: var(--light);
            font-size: 22px;
        }
        .contact-inf:hover i{
            background-color: var(--light);
            color: var(--yellow);
        }
/*** Footer ***/
.footer {
    background-color: var(--dark-blue); /* Dark background from index.html */
    color:var(--light); /* Body text color from index.html */
    position: relative;
    overflow: hidden;
}

.footer-content {
    padding: 3rem 0 0;
    position: relative;
    z-index: 1;
}

.footer-logo img {
    max-width: 280px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.footer h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: var(--dark-blue);
    border-radius: 5px;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--light);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    border-block: 2px solid var(--yellow);
    color: var(--yellow);
    transform: translateX(5px);
    letter-spacing: 1px;
}

.footer-address p {
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.footer-address i {
    margin-right: 10px;
    color: var(--yellow); /* Primary color */
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1.2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.social-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primary), var(--primary-dark));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.social-icon:hover {
    transform: translateY(-5px);
    color: var(--light);
    box-shadow: 0 5px 15px rgba(1, 195, 14, 0.3);
}

.social-icon:hover:before {
    opacity: 1;
}

.social-icon:active {
    transform: scale(0.95) translateY(-2px);
}

.contact-info {
    margin-bottom: 1.5rem;
}

.contact-info p {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.contact-info i {
    width: 25px;
    margin-right: 10px;
    color: var(--yellow);
}
.contact-info .tel a {
    color: var(--light);
    text-decoration: none;
}
.contact-info .tel a:hover {
    color: var(--yellow);
    transform: scale(1.1);
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    background: var(--yellow);
    color: var(--dark-blue);
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #45a02f;
    color: white;
}

.footer-bottom {
    margin-top: 3rem;
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: var(--yellow);
    text-decoration: none;
}

.footer-bottom a:hover {
    color: var(--bs-white);
}
.footer-logo-extra {
    margin-top: 0.5rem;
    text-align: center;
}
.footer-logo-extra img {
    max-width: 220px; /* Slightly smaller on tablets */
}

@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1rem;
    }
    
    .footer-col {
        margin-bottom: 2rem;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer h4 {
        text-align: center;
    }
    
    .footer h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links a:hover {
        transform: none;
    }

    .footer-address p, .contact-info p {
        justify-content: center;
    }

    .footer p {
        text-align: center;
    }

    .footer-links {
        text-align: center;
    }

    .footer .contact-btn {
        margin: 0 auto;
        display: table;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo img {
        max-width: 250px; /* Slightly smaller on tablets */
    
    }
    .footer-logo-extra {
        text-align: center;
    }
    .footer-logo-extra img {
        max-width: 220px; /* Slightly smaller on tablets */
    }
}

@media (max-width: 576px) {
    .footer-content {
        padding: 2rem 0 0;
    }

    .footer-col {
        margin-bottom: 1.5rem;
    }

    .footer h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .footer-logo img {
        max-width: 180px; /* Smaller on mobile */
    }

    .social-icons {
        gap: 8px; /* Smaller gap between social icons */
    }

    .social-icon {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    .contact-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .footer-bottom {
        margin-top: 2rem;
        padding: 15px 0;
        font-size: 0.8rem;
    }

    .footer-address p, .contact-info p {
        font-size: 0.9rem;
    }

    .d-flex {
        flex-wrap: nowrap; /* Prevents wrapping */
    }
    .btn {
        padding: 10px 20px; /* Smaller padding for mobile */
        font-size: 14px; /* Smaller font for mobile */
    }
    .mx-3 {
        margin-left: 2px !important; /* Smaller margin for mobile */
        margin-right: 2px !important;
    }
}

/* For extra small devices */
@media (max-width: 400px) {
    .social-icons {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .footer h4 {
        font-size: 1rem;
    }

    .footer-address p, .contact-info p {
        font-size: 0.85rem;
    }
}
.whatsapp-float {
    position: fixed;
    bottom: 100px; /* Moved up to avoid overlap with back-to-top */
    right: 45px;
    z-index: 100;
}

.whatsapp-float-btn {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    text-decoration: none;
    transition: all 0.3s;
}

.whatsapp-float-btn:hover {
    background-color: var(--primary-dark);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
    transform: scale(1.1);
    color: white;
    transform: scale(1.1);
}
.fab fa-whatsapp {
    font-size: 28px;
    color: white;
}
.fab fa-whatsapp:hover {
    color: white;
}
/* Responsive adjustments for the WhatsApp button */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 80px; /* Adjusted for smaller screens */
        right: 20px; /* Adjusted for smaller screens */
    }
}
@media (max-width: 576px) {
    .whatsapp-float {
        margin-right: 35px;
        margin-bottom: 35px;
        bottom: 70px; /* Adjusted for smaller screens */
        right: 15px; /* Adjusted for smaller screens */
    }
}
@media (max-width: 400px) {
    .whatsapp-float {
        bottom: 60px; /* Adjusted for smaller screens */
        right: 10px; /* Adjusted for smaller screens */
    }
}
/*popup By Sunil Kumar*/
       .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .popup-content {
            background: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            max-width: 400px;
            width: 90%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            position: relative;
        }

        .popup-content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin-bottom: 15px;
        }

        .popup-content h2 {
            font-family: Arial, sans-serif;
            color: #333;
            margin: 10px 0;
            font-size: 24px;
        }

        .register-btn {
            background: #28a745;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .register-btn:hover {
            background: #218838;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 20px;
            cursor: pointer;
            color: #333;
        }

        /* Responsive Design */
        @media (max-width: 600px) {
            .popup-content {
                width: 95%;
                padding: 15px;
            }

            .popup-content h2 {
                font-size: 20px;
            }

            .register-btn {
                font-size: 14px;
                padding: 8px 16px;
            }
        }
        
        /*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about1 .inner-title {
    font-size: 2.75rem;
    font-weight: 700;
    margin: 30px 0;
  }
  
  @media (min-width: 991px) {
    .about1 .inner-title {
      max-width: 65%;
      margin: 0 0 80px 0;
    }
  }
  
  .about1 .our-story {
    padding: 50px;
    background-color: color-mix(in srgb, var(--dark), transparent 95%);
  }
  
  @media (min-width: 991px) {
    .about1 .our-story {
      padding-right: 35%;
    }
  }
  
  .about1 .our-story h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
  }
  
  .about1 .our-story h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
  }
  
  .about1 .our-story p:last-child {
    margin-bottom: 0;
  }
  
  .about1 ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .about1 ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  
  .about1 ul i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    line-height: 1.2;
    color: var(--accent-color);
  }
  
  .about1 .watch-video i {
    font-size: 2rem;
    transition: 0.3s;
    color: var(--accent-color);
  }
  
  .about1 .watch-video a {
    font-weight: 600;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin-left: 8px;
    transition: 0.3s;
  }
  
  .about1 .watch-video:hover a {
    color: var(--accent-color);
  }
  
  .about1 .about-img {
    margin-top: 100px;
    min-height: 400px;
    position: relative;
  }
  
  @media (min-width: 992px) {
    .about1 .about-img {
      position: absolute;
      top: 0;
      right: 0;
      min-height: 600px;
    }
  }
  
  .about1 .about-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
  }
/* End of CSS */
