
.navbar-brand>img {
top: 0 !important;
}
.topNavLinksLeft__img img {
    height: auto;
}
#top-nav-2 .drop-menu {
   top: 94px;
    z-index: 9999;
    width: 100%;
}
body.scrolled .drop-menu {
  top: 54px;
}

@media screen and (min-width: 1280px) {
    #top-nav-2 .nav>li.onSdisp {
    display: block !important;
    }
    #top-nav-2 .nav>li.onSdisp {
        display: block !important;
    }

}
@media screen and (max-width: 767px) { 
    #top-nav {
        padding: 0 !important;
    }
  .navbar-brand>img {
    top: 4px !important;
   }
}


.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

.bglightGrey {
    background-color: #f8f8f8;
}
.bgWhite {
    background-color: #fff;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.arrow-toggle {
    width: 17px;
    height: auto;
    transition: transform 0.3s ease;
}

/* Add this to rotate the arrow when the panel is open */
.panel-heading.active .arrow-toggle {
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .ptb60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
}

.section-title .line {
    height: 2px;
    width: 30px;
    flex: 0 0 30px;
    background-color: #d9534f;
    margin: 0 15px;
}

.section-para {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.4;
}

.bglightGrey .section-para {
    color: #444444;
}

.section-subTitle {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .section-title .line {
        width: 20px;
        flex: 0 0 20px;
    }

    .section-para {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .section-subTitle {
        font-size: 20px;
        margin-bottom: 24px;
    }
}


.swiper-container {
    position: relative;
}

.swiper-button-disabled {
    display: none;
}


.swiper-slide {
    display: flex;
    flex-direction: column;
    padding: 8px;
    box-sizing: border-box;
}

/* Swiper pagination styles */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #B9B9B9;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 50%;
    margin: 0 6px;
    border: none;
    position: relative;
}

.swiper-pagination-bullet-active {
    background-color: #E21F26;
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 20px;
    height: 20px;
    border: 2px solid #E21F26;
    /* red outer ring */
    border-radius: 50%;
    box-sizing: border-box;
}

/* Custom nav buttons */
.custom-swiperNav {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    margin-top: 0;
}

.swiper-button-prev.custom-swiperNav {
    left: 0;
    /* adjust spacing as needed */
}

.swiper-button-next.custom-swiperNav {
    right: 0;
    /* adjust spacing as needed */
}

/* Flip previous arrow */
.rotate180 {
    transform: rotate(180deg);
}

/* Remove Swiper default arrow styles */
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}

.swiper-button-prev,
.swiper-button-next {
    background: #E21F26;
    color: inherit;
}

.swiper-outer-wrapper {
    position: relative;
    padding: 0 50px;
}

@media screen and (max-width: 767px) {
    .swiper-outer-wrapper {
        padding: 0 20px;
    }
}

/* =================================================================== */
/* banner slider css start here  */
/* =================================================================== */

.banner-slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.banner-slider .swiper-slide {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
}

.banner-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 767px) {
    .banner-slider-wrapper  .swiper-horizontal>.swiper-pagination-bullets,
    .banner-slider-wrapper  .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 5px;
    }
}

/* =================================================================== */
/* award section css start here  */
/* =================================================================== */
.awards-section {
    padding: 50px 0;
    background-color: #ffffff;
    /* White background for the section */
}

.awards-slider {
    width: 100%;
    padding: 10px 0 30px 0;
    /* Padding for nav and pagination */
    position: relative;
}

.award-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Distribute space between two items */
    height: 100%;
    /* Make column take full height of slide */
}

.award-item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    min-height: 60px;
    padding: 10px 10px 10px 5px;
    /* Minimum height for an item */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 15px;
    /* Space between items in a column */
    flex-grow: 1;
    /* Allow items to grow if space permits */
}

.award-column .award-item:last-child {
    margin-bottom: 0;
    /* No bottom margin for the last item in a column */
}


.award-image-container {
    flex-shrink: 0;
    margin-right: 7px;
}

.award-image-container img {
    width: 50px;
    /* Adjust image size slightly for 2-row layout */
    height: 50px;
    object-fit: contain;
    border-radius: 4px;
}

.award-text-container p {
    font-size: 13px;
    /* Slightly smaller font for denser layout */
    color: #555555;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Max lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Swiper Pagination - Progressbar */
#awardSection .swiper-pagination {
    bottom: 0px !important;
    position: absolute;
    /* Ensure it's absolute to slider */
    width: calc(100% - 40px);
    /* Adjust width to not overlap with potential side padding */
    left: 20px;
    /* Center it a bit */
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #d9534f !important;
    height: 3px;
}

.award-icon {
    width: 50px;
    height: 50px;
    background-image: url('/images/default-source/csrrvmp/awards-sprite-new.png');
    background-repeat: no-repeat;
}

.icon-award1 {
    background-position: 0 -1974px;
}

.icon-award2 {
    background-position: 0 -1692px;
}

.icon-award3 {
    background-position: 0 -658px;
}

.icon-award4 {
    background-position: 0 -2256px;
}

.icon-award5 {
    background-position: 0 -1504px;
}

.icon-award6 {
    background-position: 0 -2162px;
}

.icon-award7 {
    background-position: 0 -1880px;
}

.icon-award8 {
    background-position: 0 -1598px;
}

.icon-award9 {
    background-position: 0 0;
}

.icon-award10 {
    background-position: 0 -282px;
}

.icon-award11 {
    background-position: 0 -188px;
}

.icon-award12 {
    background-position: 0 -376px;
}

.icon-award13 {
    background-position: 0 -470px;
}

.icon-award14 {
    background-position: 0 -564px
}

.icon-award15 {
    background-position: 0 -94px;
}

.icon-award16 {
    background-position: 0 -1034px;
}

.award-nav-prev {
    left: 0px;
}

.award-nav-next {
    right: 0px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .award-image-container img {
        width: 45px;
        height: 45px;
    }

    .award-text-container p {
        font-size: 12px;
        -webkit-line-clamp: 2;
        /* Allow fewer lines on mobile for very small text */
    }

    .award-item {
       
      
        margin-bottom: 10px;
    }

    .award-nav-prev,
    .award-nav-next {
        width: 30px;
        height: 30px;
        /* margin-top still controlled by transform: translateY(-50%) */
    }

    .award-nav-prev::after,
    .award-nav-next::after {
        font-size: 14px;
    }

    .award-nav-prev {
        left: 5px;
    }

    .award-nav-next {
        right: 5px;
    }

    #awardSection .swiper-pagination {
        width: calc(100% - 20px);
        left: 10px;
        display: block;
        top: initial !important;
        bottom: 0 !important;
    }

    .swiper-pagination {
        /* Ensure it's displayed if any more specific desktop rule accidentally hid it without !important */
        /* Or Swiper's default for progressbar */
        /* You can adjust width or bottom spacing specifically for mobile here if needed */
        /* For example, if you want more space below it on mobile: */
        /* bottom: 5px; */
        /* width: 90%; */
    }
}

@media (min-width: 768px) {
    /* On desktop, hide the progress bar pagination if only arrows are preferred */
    /* .swiper-pagination-progressbar {
        display: none;
    } */
    /* Keep progressbar if desired on desktop too, or style appropriately */

    #awardSection .swiper-pagination {
        display: none !important;
        /* Hide the entire pagination element on larger screens */
    }
}



/* =========================================== */
/* csr document css start here  */
/* =========================================== */
/* Panel title styling with icon spacing */
.csr-documents .panel-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.csr-documents .panel-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    color: #333;
}

.csr-documents .panel-body {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 30px 30px;
}



.docListSingle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 24px;
    background-color: #F8F8F8;
    border-radius: 6px;
}

.docListSingle p {
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.docListSingle {
    margin-bottom: 14px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px;
}

.docListSingle:last-child .download-link {
    display: block;
    margin-top: 10px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    /* Prevent wrapping on desktop */
}

.download-link {
    font-size: 16px;
    font-weight: 400 !important;
    margin-left: 10px;
}
.docListSingle .download-link img {
    margin-right: 5px;
}

.download-link span {
    margin-right: 8px;
}

.download-link:link,
.download-link:visited,
.download-link:hover,
.download-link:active,
.download-link:focus {
    color: #333333;
    text-decoration: none;
}

.csr-documents .panel {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 24px;
}

.csr-documents .panel-group .panel+.panel {
    margin-top: 24px;
}

.csr-documents .panel-heading {
    padding: 20px 30px;
    border-radius: 8px;
}

.csr-documents .panel-default>.panel-heading {
    background-color: rgba(161, 161, 161, 0.16)
}

.csr-documents .panel-heading.active {
    /* background-color: transparent; */
    background-color: rgba(161, 161, 161, 0.16);
}

.csr-documents .panel-collapse.in .panel-body {
    border-top: 0 !important;
}

.csr-documents .panel-heading.active a .icon::before,
.csr-documents .panel-heading a[aria-expanded="true"] .icon::before {
    content: "";
    background: url('/images/default-source/csrrvmp/icon-minus.svg') no-repeat center center;
    background-size: contain;
    display: block;
    width: 24px;
    height: 3px;
    /* Minus */
    font-size: 24px;
    color: #d9534f;
}

.csr-documents .panel-heading a.collapsed .icon::before {
    content: "";
    background: url('/images/default-source/csrrvmp/icon-plus.svg') no-repeat center center;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #d9534f;
}

@media (max-width: 1199px) {
    .docListSingle .download-link {
        margin-top: 16px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    #csrAccordion {
        margin-bottom: 0;
    }

    .download-link span {
        margin-right: 0;
    }

    .docListSingle {
        background-color: transparent;
        padding: 0;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #BFBFBF;
        border-radius: 0;
    }

    .docListSingle:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .docListSingle .download-link {
        font-size: 14px;
    }

    .docListSingle p {
        font-size: 12px;
        color: #666666;
    }



    .panel-heading {
        padding: 13px 16px;
        border-radius: 6px;
    }

    .csr-documents .panel-body {
        background-color: #fff;
        border-radius: 8px;
        padding: 10px 16px 23px;
    }


    .csr-documents .panel-title {
        font-size: 16px;
    }

    .csr-documents .panel-title a {
        font-size: 14px;
    }


}

/* =========================================== */
/* watchus css start here*/
/* =========================================== */
#watchUs img {
    width: 100%;
    height: auto;
    display: block;
}

#watchUs .video-overlay {
    position: relative;
    margin-top: 20px;
}

#watchUs .video-overlay iframe {
    border: none;
    width: 100%;
    /* height: 500px; */
    height: 420px;
    border-radius: 10px;
}

.watchusContent {
    text-align: center;
    margin-left: 70px;
    margin-right: 70px;
}

@media screen and (max-width: 991px) {
    .watchusContent {
        margin-left: 0;
        margin-right: 0;
    }

    #watchUs .video-overlay iframe {
        height: 320px;
    }
}

@media screen and (max-width: 767px) {
    #watchUs .video-overlay iframe {
        height: 160px;
    }
}


/* =========================================== */
/* quickGlance css start here*/
/* =========================================== */
.quickGlance-item img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.quickGlance-item {
    background: #fff;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    box-shadow: 0 0 20px rgba(185, 185, 185, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

@media (max-width: 767px) {
    .quickGlance-item {
        height: 100px;
        /* adjust as needed */
    }

    .quickGlanceSlider .swiper-slide {
        height: auto;
        /* let Swiper handle the grid */
    }
}

/* ======================================== */
/* ourSaathi css start here  */
/* ========================================  */
.ourSaathi-item {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(185, 185, 185, 0.25);
    border-radius: 8px;
}

.ourSaathi-img img {
    max-width: 100%;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ourSaathi-text {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: center;
    padding: 14px;
}

/* equal height slide item  */
.ourSaathiSlider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.ourSaathiSlider .swiper-slide {
    display: flex;
    height: auto;
}

.ourSaathi-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    height: 100%;
}

.ourSaathi .swiper-pagination-bullets {
    display: none;
}

@media screen and (max-width: 767px) {

    .ourSaathi .swiper-pagination-bullets {
        bottom: -30px !important;
        width: 100%;
        display: block;
    }

    .ourSaathi .swiper-outer-wrapper {
        margin-bottom: 35px;
    }
}


/* ===== */
/* happy customer css start here */
/* ========================================== */
.happycustomers .swiper-slide {
    padding-top: 22px;
}

.happycustomers-item {
    padding: 33px 22px 22px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(185, 185, 185, 0.25);
    /* box-shadow: 0 3px 6px #00000029; */
    border-radius: 8px;
}

.testimonial-card .quote-icon {
    position: absolute;
    top: -20px;
    left: 22px;
}

.testimonial-card .quote-icon img {
    max-width: 100%;
}

.testimonial-card .user-info {
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 30px;
    gap: 15px;
}

.testimonial-card .avatar {
    width: 76px;
    height: 76px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #CECECE;
}

.testimonial-card .avatar img {
    max-width: 100%;
}

.testimonial-card .name {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.testimonial-card .type,
.testimonial-card .date {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.testimonial-card .type {
    margin-bottom: 10px;
}

.testimonial-card .review {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}


/* equal height slide item  */
.happycustomersSlider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.happycustomersSlider .swiper-slide {
    display: flex;
    height: auto;
}

.happycustomers-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    height: 100%;
}

.happycustomers .swiper-pagination-bullets {
    display: none;
}

@media screen and (max-width: 767px) {

    .happycustomers .swiper-pagination-bullets {
        bottom: -30px !important;
        width: 100%;
        display: block;
    }

    .happycustomers .swiper-outer-wrapper {
        margin-bottom: 35px;
    }
}


/* =========================================== */
/* mapping css start here  */
/* ============================================ */
.map-section {
    text-align: center;
}

.map-section img {
    max-width: 100%;
    height: auto;
}

.mappingTab-menu .nav-tabs>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding: 12px 20px;
    background-color: #F6F6F6;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(185, 185, 185, 0.25);
    border: none;
    margin-right: 0;
    text-align: left !important;
}

.mappingnum {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-top: 5px;
    display: block;
    line-height: 1;
}


.mappingTab-menu .nav-tabs>li.active>a,
.mappingTab-menu .nav-tabs>li.active>a:focus,
.mappingTab-menu .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 20px rgba(185, 185, 185, 0.25);
    text-align: left !important;
    font-size: 16px;
    font-weight: 600;

}

/* Desktop layout */
@media (min-width: 768px) {
    .mappingTab-desktop {
        display: flex;
        align-items: center;
    }

    .mappingTab-menu {
        flex: 0 0 450px;
        margin-right: 20px;
    }

    .mappingTab-menu .nav-tabs {
        display: block;
        border-bottom: none;
    }

    .mappingTab-menu .nav-tabs>li {
        float: none;
        margin-bottom: 20px;
    }

    .mappingTab-desktop .tab-content-wrapper {
        flex: 1;
    }

    .mappingTab-desktop .tab-content .tab-pane {
        display: none;
    }

    .mappingTab-desktop .tab-content .tab-pane.active {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mappingTab-desktop {
        display: none;
    }

    .mappingTab-mobile {
        display: block !important;
    }

    #mappingTabMobileAccordion {
        margin-bottom: 0;
    }
    .map-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mappingTab-mobile .panel {
        margin-bottom: 30px;
    }
    .mappingTab-mobile .panel:last-child {
        margin-bottom: 0;
    }
}


/* mappingTab-mobile start here  */
.mappingTab-mobile .panel {
    border: none;
}

.mappingTab-mobile .panel-heading {
    padding: 0;
}

.mappingTab-mobile .panel-heading a {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(185, 185, 185, 0.25);
}

.mappingTab-mobile .panel-heading a:visited,
.mappingTab-mobile .panel-heading a:hover,
.mappingTab-mobile .panel-heading a:active,
.mappingTab-mobile .panel-heading a:focus {
    text-decoration: none;
    color: #444444;
}

.mappingTab-mobile .panel-heading a .mappingnum {
    font-weight: 400;
    margin-top: 5px;
}

.ptitleRow {
    display: flex;
    align-items: center;
}

.ptitleText {
    flex: 1;
}

.ptitleIcon {
    flex: 0 0 17px;
    margin-left: 5px;
}


/* ========================================================== */
/* Spreading Smiles css start here  */
/* ========================================================== */
.csrbtn-primary {
    border: 1px solid #C4C4C4;
    background-color: transparent;
    color: #E21F26;
    border-radius: 6px;
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.csrbtn-primary:visited,
.csrbtn-primary:hover,
.csrbtn-primary:active,
.csrbtn-primary:focus {
    background-color: #E21F26;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
}

.spreadSmile-col {
    margin-bottom: 35px;
}

.spreadSmile-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 24px 30px;
    box-shadow: 0 0 20px rgba(185, 185, 185, 0.25);
    display: flex;
    height: 100%;

}

.spreadSmile-icon {
    flex: 0 0 92px
}

.spreadSmile-desktop {
    margin-left: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.spreadSmile-desktop .csrbtn-primary {
    margin-top: auto;
}

.spreadSmile-title-desktop {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #333333;
    margin-top: 0;
}

.spreadSmile-description-desktop {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 20px;
}

.spreadSmile .row {
    display: flex;
    flex-wrap: wrap;
}




@media screen and (max-width: 991px) {
    .spreadSmile-icon {
        width: 68px;
        float: left;
    }

    .spreadSmile-icon img {
        max-width: 100%;
        height: auto;
    }

    .spreadSmile-card {
        display: block;
    }

    .spreadSmile-desktop {
        margin-left: 0;
        display: block;
    }

    .spreadSmile-title-desktop {
        margin-left: 88px;
        font-size: 16px;
        margin-top: 5px;
    }

    .spreadSmile-description-desktop {
        text-align: justify;
        float: left;
        margin-top: 14px;
    }
}

@media screen and (max-width: 767px) {
    .spreadSmile-card {
        padding: 20px 20px 24px;
    }

    .spreadSmile-col {
        margin-bottom: 20px;
    }

    .spreadSmile-col:last-child {
        margin-bottom: 0;
    }

    .spreadSmile-title-desktop {
        margin-top: 10px;
    }
}

/* ========================================================== */
/* Our Work at a glance css start here  */
/* ========================================================== */
.ourWork-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 0 20px rgba(185, 185, 185, 0.25);
    /* display: flex;
    height: 100%; */
    text-align: center;
}

.ourWork-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 20px;
    color: #333333;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
}

.ourWork-stats {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.ourWork-statsItem {
    flex-basis: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* number always at the bottom */
}

.ourWork-statsText {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    margin-bottom: 20px;
    flex: 1 1 auto;
    /* take up available space */
    display: flex;
    align-items: flex-start;

}

.ourWork-statsNum {
    background-color: #F5F5F5;
    padding: 15px 20px;
    border-radius: 8px;
    color: #E21F26;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .ourWork-col {
        margin-bottom: 24px;
    }

    .ourWork-col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .ourWork-title {
        font-size: 16px;
    }

    .ourWork-stats,
    .ourWork-statsItem,
    .ourWork-statsText {
        display: block;
    }

    .ourWork-statsItem {
        margin-bottom: 24px;

    }

    .ourWork-statsItem:last-child {
        margin-bottom: 0;
    }

    .ourWork-statsNum {
        max-width: 200px;
        margin: 0 auto;
        font-size: 20px;
    }

    .ourWork-statsText {
        font-size: 16px;
    }
}

/* ============================================= */
/* ourMission css start here  */
/* ============================================= */
#ourMission .section-para {margin-bottom: 0;}
.commitmentContent {
    display: flex;
}

.commitment-text {
    padding-right: 70px;
    flex: 1;
}

.commitment-text p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 0;
}

.commitment-img {
    flex: 0 0 301px;
}

.commitment-img img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .commitmentContent {
        flex-direction: column;
        align-items: center;
    }

    .commitment-text {
        padding-right: 0;
        text-align: center;
        order: 2;
    }

    .commitment-img {
        flex: 0 0 auto;
        order: 1;
        margin-bottom: 30px;
    }

    .commitment-text p {
        font-size: 14px;
    }
}