/********** Template CSS **********/

:root {
    --primary: #E0F7FA;
    --secondary: #8D9297;
    --light: #d8dde5 !important;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    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;
    background-color: #E0F7FA;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #000000;
}

.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-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.logo img {
    width: 200px;
}

@media (max-width: 425px) {
    .logo img {
        width: 180px;
    }
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #00dfd8;
}

.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-left: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

span {
    font-weight: 500;
    color: black;
}


/*** Facts ***/

.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(41, 41, 41, 0.65);
}

.facts-overlay h2 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px white;
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/

.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #000000 !important;
}

.service-test::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: var(--primary);
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-test::before {
    height: 100%;
    opacity: 1;
}

.service-test * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-test * {
    color: #000000 !important;
}


/*** Appointment ***/

.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/

.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/

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

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/

.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    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;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.brands-inner {
    border-bottom: 1px dashed #d7d7d7;
    padding: 40px 0;
    border-top: 1px dashed #d7d7d7;
}

.brand-title {
    text-align: center;
    margin-bottom: 30px;
}

#brand-carousel .item {
    text-align: center;
}

.ml-0 {
    padding-left: 10px;
    padding-right: 10px;
}

.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

.service-item .service-img img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    object-fit: cover !important;
    transform: scale(1.2) !important;
    transition: .3s !important;
    z-index: -1 !important;
}

.service-item:hover .service-img img {
    transform: scale(1) !important;
    background-image: url('../img/1.jpg');
}

.service-item .service-text {
    background: rgba(0, 0, 0, .1);
    width: 100%;
    /* background-image: url(); */
    /* box-shadow: 0 0 45px rgb(0 0 0 / 8%); */
    transition: 1s;
    border: 0.1px solid #e7e7e7;
    animation-duration: 1s;
}

.img1 .service-text {
    transition: 1s;
    animation-duration: 1s;
}

.img1:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/1.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img2 .service-text {
    transition: 1s;
    animation-duration: 1s;
}

.img2:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/2.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img5 .service-text {
    transition: 1s;
    animation-duration: 1s;
}

.img5:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/5.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img3 .service-text {
    transition: 1s;
    animation-duration: 1s;
}

.img3:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/3.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img4 .service-text {
    transition: 1s;
    animation-duration: 1s;
}

.img4:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/4.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img6:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/6.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img7:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/7.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img8:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/8.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img9:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/14.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img10:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/15.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img11:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/9.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img12:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/16.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img13:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/10.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img14:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/11.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img15:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/12.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.img16:hover .service-text {
    background: linear-gradient(rgba(3, 23, 201, 0.25), rgba(3, 23, 201, 0.25)), url(../img/excavator/punjabnewimg/13.jpg) center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    animation-duration: 4s;
    /* transform: scale(1.1) !important;
    transition: .3s !important; */
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--dark);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}

.service-auto .row>* {
    flex-shrink: 0;
    width: 25%;
    max-width: unset;
    padding-right: unset;
    padding-left: unset;
    margin-top: unset
}

.service-index {
    padding: 0px 70px;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media(max-width:767px) {
    .service-auto .row>* {
        flex-shrink: 0;
        width: 50%;
        max-width: unset;
        padding-right: unset;
        padding-left: unset;
        margin-top: unset
    }
    .service-index {
        padding: 0px 35px;
    }
    .position-relative {
        padding-top: 0px !important;
        padding-left: 0px !important;
    }
}

@media(max-width:500px) {
    .service-auto .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: unset;
        padding-right: unset;
        padding-left: unset;
        margin-top: unset
    }
    .service-index {
        padding: 0px 10px;
    }
}

.service-auto {
    width: 100%;
    background: url(../img/products-bg.jpg) center center no-repeat fixed;
    /* background-image: url(../img/products-bg.jpg); */
    background-size: cover;
}

.mission-vision-values {
    background-color: #f8f9fa; /* Light gray background */
}

.mission-vision-values .card {
    background-color: transparent; /* Ensure cards are transparent */
}

/* Icon Circle Styling (top section) */
.icon-circle {
    width: 100px; /* Adjust size as needed */
    height: 100px;
    border: 2px solid #e0e0e0; /* Light gray border */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px; /* Adjust icon size */
    color: #BFD8EB; /* Red color for the icon */
    position: relative;
    box-shadow: 0 0 0 5px rgba(53, 184, 220, 0.1); /* Subtle outer glow */
}

.icon-circle i {
    position: relative; /* To center the smaller circle/target */
}

/* Specific styling for the bullseye target */
.icon-circle .fa-bullseye:before {
    content: "\f140"; /* Unicode for bullseye, if needed, but font awesome handles it */
    color: #BFD8EB; /* Red color */
}

.icon-circle .fa-bullseye:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px; /* Size of the inner red circle */
    height: 20px;
    background-color: #BFD8EB; /* Red color */
    border-radius: 50%;
    border: 2px solid white; /* White border for the inner circle */
}

/* Custom styling for the eye icon to match the image's "target" look */
.icon-circle .fa-eye {
    position: relative;
    color: #BFD8EB; /* Red color for the eye */
}

.icon-circle .fa-eye:before {
    content: "\f06e"; /* Unicode for eye */
}

.icon-circle .fa-eye:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px; /* Size of the inner red circle */
    height: 25px;
    background-color: transparent; /* Make it transparent */
    border-radius: 50%;
    border: 2px solid #BFD8EB; /* Red border */
}


/* Text styling for the top section */
.mission-vision-values h4 {
    color: #343a40; /* Dark gray for titles */
    margin-bottom: 0.5rem;
    font-size: 1.5rem; /* Adjust as needed */
}

.mission-vision-values h6 {
    color: #6c757d; /* Medium gray for subtitles */
    margin-bottom: 1rem;
    font-size: 1rem; /* Adjust as needed */
}

.mission-vision-values p {
    color: #6c757d; /* Medium gray for text */
    font-size: 0.95rem; /* Adjust as needed */
}

/* Section specific styling for bottom part */
.bottom-icons {
    background-color: #ffffff; /* White background */
    border-top: 1px solid #e9ecef; /* Light border at the top */
}

/* Icon Circle Styling (bottom section) */
.icon-circle-small {
    width: 60px; /* Adjust size as needed */
    height: 60px;
    border: 1px solid #e0e0e0; /* Light gray border */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px; /* Adjust icon size */
    color: #BFD8EB; /* Red color for the icon */
    margin: 0 auto; /* Center the circle */
}

/* Text styling for the bottom section */
.bottom-icons p {
    color: #6c757d; /* Medium gray for text */
    font-size: 0.85rem; /* Adjust as needed */
    margin-top: 0.5rem;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
    .mission-vision-values .col-md-4 {
        margin-bottom: 2rem; /* Add more space between cards on small screens */
    }

    .bottom-icons .col-6 {
        margin-bottom: 1.5rem; /* Adjust spacing for bottom icons on small screens */
    }
}

/* Specific styling for the eye icon in the top section to make it look like the image */
.icon-circle .fa-eye {
    position: relative;
    color: #BFD8EB; /* Red color for the eye */
}

.icon-circle .fa-eye::before {
    content: "\f06e"; /* Unicode for eye */
}

.icon-circle .fa-eye::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px; /* Size of the inner red circle/dot */
    height: 25px;
    background-color: transparent; /* Keep transparent */
    border-radius: 50%;
    border: 2px solid #BFD8EB; /* Red border for the inner circle */
}

/* Additional specific style for the bullseye target to get the inner red dot */
.icon-circle .fa-bullseye {
    position: relative;
    color: #BFD8EB; /* Red color for the bullseye */
}

.icon-circle .fa-bullseye::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px; /* Size of the inner red dot */
    height: 20px;
    background-color: #BFD8EB; /* Red background for the dot */
    border-radius: 50%;
    border: 2px solid white; /* White border for the dot */
}

.industries-applications {
    background-color: #f0f2f5; /* Match body background */
}

.industries-applications h2 {
    color: #BFD8EB; /* Darker gray for the heading */
}

.industry-card {
    height: 250px; /* Fixed height for the cards */
    background-color: #fff; /* White background for the card base */
    border-radius: 1rem; /* More rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    position: relative; /* For overlay and content positioning */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Align content to the bottom */
    overflow: hidden; /* Ensure rounded corners clip image */
}

.industry-card .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire area */
    filter: brightness(0.6); /* Darken the image slightly */
    transition: filter 0.3s ease; /* Smooth transition for hover effect */
}

.industry-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%); /* Gradient overlay */
    z-index: 1; /* Above image, below content */
}

.industry-card .card-content {
    position: relative; /* Position above the overlay */
    z-index: 2; /* Ensure content is on top */
    padding: 1rem; /* Padding for the text and icon */
    color: #fff; /* White text color */
}

.industry-card .card-content i {
    font-size: 2.5rem; /* Larger icon size */
    margin-bottom: 0.5rem; /* Space between icon and title */
        color: #BFD8EB; /* White icon color */
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5)); /* Subtle shadow for icon */
}

.industry-card .card-title {
    font-size: 1.1rem; /* Adjust title font size */
    line-height: 1.3;
    margin-bottom: 0;
     color: #BFD8EB;
}

/* Hover effect */
.industry-card:hover .card-img {
    filter: brightness(0.8); /* Less dark on hover */
    transform: scale(1.05); /* Slight zoom effect on hover */
}

.industry-card:hover {
    transform: translateY(-5px); /* Lift card slightly on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
}

.industry-card .card-img,
.industry-card {
    transition: all 0.3s ease; /* Smooth transition for all hover effects */
}


/* Responsive adjustments */
@media (max-width: 991.98px) { /* Adjust columns for small and medium screens */
    .industries-applications .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 33.333333%; /* 3 columns per row on medium screens */
    }
}

@media (max-width: 767.98px) { /* Adjust columns for extra small screens */
    .industries-applications .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 50%; /* 2 columns per row on small screens */
    }
}

@media (max-width: 575.98px) { /* Adjust columns for very small screens */
    .industries-applications .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 100%; /* 1 column per row on extra small screens */
    }
}

/* Custom icon overrides/choices to match the image closely */
/* The image might use specific icon variants or custom SVGs.
   These are the closest Font Awesome 6 Solid icons.
   If you have the exact image asset, you can replace the `img` tags
   and potentially adjust the overlay and content positioning.
*/
.fa-plane:before { content: "\f072"; } /* Airplane */
.fa-car:before { content: "\f1b9"; } /* Car */
.fa-building:before { content: "\f1ad"; } /* Building for Cement Plant */
.fa-shield-alt:before { content: "\f3ed"; } /* Shield for Defence */
.fa-laptop-code:before { content: "\f5fc"; } /* Laptop with code for Electronics & IT */
.fa-utensils:before { content: "\f2e7"; } /* Utensils for Food & Beverage */
.fa-hard-hat:before { content: "\f807"; } /* Hard Hat for Heavy Engineering */
.fa-road:before { content: "\f018"; } /* Road for Highway */
.fa-mountain:before { content: "\f6fc"; } /* Mountain for Mining */


.product-categories {
    background-color: #f8f9fa; /* Light gray background */
}

.product-categories h2 {
    color: #333; /* Darker gray for the heading */
}

.product-card {
    height: 380px; /* Fixed height for consistency, adjust as needed */
    border: none;
    border-radius: 0.5rem; /* Slightly rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
    cursor: pointer; /* Indicate it's clickable */
    background-color: #fff; /* Ensure white background for underlying structure */
}

.product-card .card-img-top {
    width: 100%;
    height: 100%; /* Image fills the entire card height */
    object-fit: cover; /* Cover the area, cropping if necessary */
    filter: brightness(0.8); /* Slightly darken the image */
    transition: filter 0.3s ease-in-out;
}

.product-card .card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E0F7FA; /* Changed from red to #E0F7FA */
    padding: 1rem;
    display: flex; /* Use flex to center text vertically if needed */
    align-items: center;
    justify-content: center;
    min-height: 70px; /* Height of the red bar */
    border-bottom-left-radius: 0.5rem; /* Match card border radius */
    border-bottom-right-radius: 0.5rem; /* Match card border radius */
    z-index: 1; /* Ensure it's above the image, below hover-content */
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    color: #333; /* Added to make text visible against light background */
}

.product-card .card-info .card-title {
    font-size: 1.25rem; /* Adjust font size as needed */
    margin: 0; /* Remove default margin */
    color: #000000; /* Ensure title inherits color from parent .card-info */
}

/* Hover Content (Hidden by default) */
.product-card .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(224, 247, 250, 0.95); /* Changed from red to #E0F7FA with transparency */
    color: #333; /* Changed from white to dark gray for contrast */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    box-sizing: border-box; /* Include padding in height/width */
    opacity: 0; /* Hidden by default */
    transform: translateY(100%); /* Start off-screen at the bottom */
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    z-index: 2; /* Ensure it's above card-info */
    border-radius: 0.5rem; /* Match card border radius */
}

.product-card .hover-content .hover-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    color: #000000; /* Ensure title inherits color from parent .hover-content */
}

.product-card .hover-content .hover-text {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #1e1d1d; /* Ensure text inherits color from parent .hover-content */
}

.product-card .hover-content .btn {
    border-color: #333; /* Changed to dark gray for contrast */
    color: #333; /* Changed to dark gray for contrast */
    font-weight: bold;
}

.product-card .hover-content .btn:hover {
    background-color: #333; /* Changed to dark gray on hover */
    color: #E0F7FA; /* Changed to #E0F7FA on hover */
}

/* Hover Effects on .product-card */
.product-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Lift effect */
    transform: translateY(-5px); /* Slight lift */
}

.product-card:hover .card-img-top {
    filter: brightness(0.6); /* Slightly more darken on hover */
}

/* Show hover content when card is hovered */
.product-card:hover .hover-content {
    opacity: 1; /* Fade in */
    transform: translateY(0); /* Slide up */
}

/* Hide card-info when hover-content is shown, but only for cards with hover-content */
.product-card:hover .card-info {
    transform: translateY(100%); /* Slide down the red bar */
    opacity: 0; /* Hide it completely */
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; /* Match hover-content transition */
}


/* Responsive adjustments */
@media (max-width: 767.98px) { /* Adjust for smaller screens (e.g., 2 columns on tablets) */
    .product-categories .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 575.98px) { /* Adjust for very small screens (e.g., 1 column on mobile) */
    .product-categories .row-cols-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
}

.image-container {
    height: 300px; /* or any fixed height you want */
    overflow: hidden;
}

.fixed-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-link a{
    background: none !important;
}
