.ambala-section{
    padding-top: 0px;
    padding-bottom: 2.5rem !important;
}
.top{
    padding-top: 2.5rem;
}

.vision-mission-img{
    height: 450px !important;
    width: 600px !important;
}


/* mobile responsive */
@media (max-width: 576px) {
    #imageModal .modal-dialog, #videoModal .modal-dialog {
        max-width: 100%;
    }
    .white-space{
        white-space: normal !important;
    }
    .banner-wrapper {
        position: relative;
        width: 100%;
        height: auto !important;
        overflow: hidden;
    }
    .ambala-section{
        padding-top: 0px;
        padding-bottom: 1.5rem !important;
    }
    .top{
        padding-top: 1.5rem;
    }
    .vision-mission-img{
        height: 300px !important;
        width: 400px !important;
    }
    .tab-content img {
        width: 100% !important;
        height: 230px !important;
        object-fit: cover;
    }
    .career-top{
        padding-top: 1.5rem;
    }
    .value-box-1{
        padding-bottom: 1.5rem !important;
    }
    .logo-container {
        position: absolute;
        bottom: 7px !important;
        left: 7px !important;
        width: 40px;
        height: 40px;
        z-index: 10;
        border: 0.1px solid #6e0404;
    }
    .product-banner-wrapper {
        padding-top: 20px;
        position: relative;
        width: 100%;
        /* height: 450px !important; */
        overflow: hidden;
    }

    .floating-2{
        display:none !important;
    }
    .hero-section {
        padding: 100px 0;
        width: 100%;
        height: auto !important;
        display: flex;
        align-items: center;
        padding-bottom: 2rem !important;
    }
    .blog-post{
        padding: 5px !important;
        padding-top: 35px !important;
    }
    .unique-testimonial-block {
        padding-top: 50px !important;
        padding: 30px !important;
        height: 544px !important;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

}
/* tab responsive mood */
@media (max-width: 768px) {
    .logo-container {
        position: absolute;
        bottom: 12px !important;
        left: 12px !important;
        width: 70px;
        height: 70px;
        z-index: 10;
        top: 25px;
        border: 0.1px solid #6e0404;
    }
}
ol, ul {
    padding-left: 1.2rem !important;
}
.blog-grid-text ul li {
    display:revert !important;
    padding-left:.1rem !important;
}
.blog-grid-text ul{

    padding-left: 0rem !important;

}

    .faq-section,
    .video-section {
        flex: 1;
        min-width: 0;
    }

    .accordion {
        width: 100%;
    }

    .accordion-item {
        border: none;
        margin-bottom: 10px;
        background-color: #d42c3d;
        color: #fff;
        border-radius: 5px;
    }

    .accordion-button {
        color: #fff;
        /* background-color: #d42c3d; */
        border: none;
        border-radius: 5px;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-body {
        background-color: #fff;
        color: #333;
        border-top: 1px solid #d42c3d;
    }

    .video-section iframe {
        width: 100%;
        height: 315px;
        /* Standard video height */
        border: 0;
    }

    .download-section {
        margin-top: 20px;
    }

    .download-section a {
        padding: 10px 20px;
        border-radius: 5px;
        display: inline-block;
    }

    @media (max-width: 768px) {
        .faq-video-container {
            flex-direction: column;
        }

        .video-section iframe {
            height: 250px;
        }
    }

    .module-description {
        display: -webkit-box !important;
        -webkit-line-clamp: 11 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        position: relative !important;
        max-height: 21em !important;
        margin-bottom: 10px !important;
    }

    .card {
        border: none;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .card:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .card-title {
        font-size: 1.2rem;
        color: #d42c3d;
    }

    .btn-danger {
        background-color: #d42c3d;
        border-color: #d42c3d;
    }

    .btn-danger:hover {
        background-color: #b52030;
        border-color: #b52030;
    }

    .list-group-item {
        background-color: transparent;
        border: none;
    }




    #product-logo {
        width: 80% !important;
        height: 80% !important;
        /* object-fit: cover !important; */
        object-fit: scale-down;
        /* border-radius: 50% !important; */
        /* border: 2px solid #fff; */
    }

    .banner-wrapper {
        position: relative;
    }

    .product-img {
        width: 450px !important;
        height: 350px !important;
        object-fit: cover;
        vertical-align: top;
    }

    .module-description-container {
        display: flex !important;
        align-items: flex-start !important;
    }

    .module-description-container .description-text {
        margin-top: -26px;
        margin-left: 20px;
        padding-bottom: 1rem;
        max-width: 600px;

    }


    .tab-style01 ul.resp-tabs-list li {
        padding: 15px 30px;
        /* Adjust as needed */
    }

    .tab-style01 .resp-tabs-container {
        padding-top: 0;
        margin-top: 10px;
        /* Adjust margin to space out the content */
    }

    /* Add bottom margin to space out the see-more link */
    .module-description-container .see-more {
        margin-top: 10px;
        color: #ff0000;
        /* Change the color if needed */
    }

    .product-details {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 10px;
        transition: opacity 0.3s ease-in-out;
    }

    /* .product-details h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    } */

    /* .product-details p {
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 1rem;
    } */

    .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .embed-responsive::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .embed-responsive-item {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .accordion-button {
        /* background-color: #6a040f; */
        color: #ffffff;
        border: none;
    }

    .accordion-button:hover {
        background-color: #dc354533;
        color: var(--gray-dark);
    }

    .accordion-item {
        margin-bottom: 1rem;
    }

    @media (max-width: 768px) {

        .product-sidebar,
        .product-details {
            margin-bottom: 20px;
        }

        .product-sidebar {
            padding: 15px;
        }

        .product-details {
            padding: 20px;
        }
    }

    .resp-tabs-list li.resp-tab-active i {
        background: linear-gradient(-45deg, rgb(119 60 66), #d42c3d) !important;
        color: #fff !important;
    }

    .tab-style01 ul.resp-tabs-list li.resp-tab-active {
        color: var(--bs-gray-dark) !important;
        border-bottom: 3px solid var(--danger) !important;
    }

    .resp-tabs-list li i {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: rgba(241, 241, 241, 0.15);
        text-align: center;
        font-size: 22px;
        border-radius: 50%;
        margin-bottom: 10px;
        transition: .4s;
        color: var(--gray-dark) !important;
    }

 
    .product-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        /* Adds space between items */
        list-style: none;
        padding-left: 0;
    }

    /* Each product item */
    .product-item {
        flex: 0 0 48%;
        /* Two items per row */
        background-color: #f8f9fa;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
        padding: 10px;
    }

    /* Hover effect for each product item */
    .product-item:hover {
        background-color: #e9ecef;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
        /* Slight lift effect */
    }

    /* Link style for product name */
    .product-link {
        text-decoration: none;
        color: #333;
        font-weight: 500;
    }

    /* Hover effect for product link */
    .product-link:hover {
        color: #000000;
        /* Change color on hover */
    }

    .product-banner-wrapper {
        padding-top: 15px;
        position: relative;
        width: 100%;
        /* height: 450px !important; */
        overflow: hidden;
    }

    .productModule * {
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px !important;
    }

    .about.h2 {
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        color: var(--light) !important;

    }

    .service-details {
        padding: 0rem 0 !important;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
        margin-bottom: 2rem;
    }

   
   

    ul.none .text-primary {
        color: #ec1e21 !important;
    }
    
    ul.none {
        padding: 0px !important;
    }

    ul.none li {
        padding: 0px !important;
        list-style: none;
    }
 
   

    .customr {
        margin-top: 30px;
    }
/* 
    .justify-content-center {
        justify-content: start !important;
    } */

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .icon i {
        color: #e63946 !important;
        transition: transform 0.3s ease;
    }

    .icon:hover i {
        transform: scale(1.2);
    }

    .text-primary {
        color: #302f2f !important;
    }

    .text-primary {
        color: #302f2f !important;
    }

    @media (min-width: 992px) {
        .col-lg-5 {
            flex: 0 0 auto;
            height: 23rem !important;
            width: 41.666667%;
        }
    }
  
    .navbar-brand img {
        height: 4.5rem !important;
        width: 12rem !important;
        object-fit: contain;
        transition: height 0.3s ease, width 0.3s ease;
    }

    #header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        padding: 8px 0;
        background-color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    @media screen and (min-width: 992px) {
        .scrollHeader .navbar-brand img {
            max-height: 45px !important;
            transition-duration: 0.5s !important;
        }
    }

    @media (min-width: 992px) {
        #header {
            padding: 0px !important;
        }

        #product-image-display {
            display: block;
        }
    }

    @media (max-width: 992px) {
        #product-image-display {
            display: none !important;
        }
    }

    .solid-header .navbar-brand img {
        height: 3.5rem !important;
        width: 10rem !important;
        transition: none;
    }

    .solid-header {
        background-color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav li a {
        position: relative;
        display: inline-block;
        color: #000;
        text-decoration: none;
        padding: 5px 0;
        transition: color 0.3s ease;
    }

    .navbar-nav li a::before {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: red;
        transition: width 0.3s ease;
        border-radius: 2px;
    }

    .navbar-nav li a:hover::before {
        width: 100%;
    }

    .navbar-nav li a:hover {
        color: red;
    }

    .navbar-toggler {
        border: none;
        background: transparent;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: none;
        position: relative;
        width: 30px;
        height: 2px;
        background-color: black;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .navbar-toggler .navbar-toggler-icon::before,
    .navbar-toggler .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: black;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .navbar-toggler .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler .navbar-toggler-icon::after {
        top: 8px;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon {
        background-color: transparent;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0;
    }

    .navbar-toggler.collapsed .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        top: 0;
    }

    @media (max-width: 992px) {
        .navbar-nav {
            display: none;
            text-align: center;
        }

        .navbar-toggler.collapsed+.navbar-nav {
            display: flex;
            animation: slide-down 0.3s ease;
        }
    }

    @keyframes slide-down {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    #product-image {
        width: 100%;
        height: 100%;
        object-fit: fill !important;
    }

    .navbar {
        top: 1px !important;
        left: 1px !important;
    }

    @media (max-width: 992px) {
        #navbarNav {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-height: 90vh;
            overflow-y: auto;
            width: 100%;
        }

        #navbarNav ul {
            max-height: 350px;
            overflow-y: auto;
            padding-left: 20px;
        }

        .navbar-toggler {
            border: none;
            background: transparent;
        }

        .navbar-toggler .navbar-toggler-icon {
            width: 30px;
            height: 2px;
            background-color: black;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .navbar-toggler .navbar-toggler-icon::before,
        .navbar-toggler .navbar-toggler-icon::after {
            content: '';
            position: absolute;
            width: 30px;
            height: 2px;
            background-color: black;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .navbar-toggler .navbar-toggler-icon::before {
            top: -8px;
        }

        .navbar-toggler .navbar-toggler-icon::after {
            top: 8px;
        }

        .navbar-toggler.collapsed .navbar-toggler-icon {
            background-color: transparent;
        }

        .navbar-toggler.collapsed .navbar-toggler-icon::before {
            transform: rotate(45deg);
            top: 0;
        }

        .navbar-toggler.collapsed .navbar-toggler-icon::after {
            transform: rotate(-45deg);
            top: 0;
        }

        @keyframes slide-down {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
    }

    #product-image-display {
        display: none;
        position: absolute;
        top: 60px;
        right: 491px !important;
        width: 400px;
        height: auto;
        z-index: 999;


        padding: 10px;
    }

    .dropdown-icon {
        display: inline-block;
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    @media (max-width: 992px) {
        .dropdown-icon {
            display: inline-block !important;
        }
    }

    .navbar-nav ul li {
        position: relative;
        padding-left: 20px;
    }

    .navbar-nav ul li.active:before {
        width: 20px;
        font-weight: bold;
    }

