body {
    background: #eaf2ff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;


}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #0d6efd;
}


h1 {
    font-size: clamp(22px, 4vw, 42px);
}

/* ========================nav=============== */

/* #region NAV css */


.navbar {
    padding: 0px;
}


nav ul {
    gap: 10px;
}

nav ul li {
    font-weight: bold;
    font-size: 18px;
    display: contents;
}



.navbar-expand-lg .navbar-nav .nav-link p:hover {
    color: #ee0c16;
}



nav a img {
 height: 56px;
    width: 100%;
   object-fit: cover;
}



nav ul li a {
    color: #ee0c16 !important;
    font-size: 16px !important;
}



/* #endregion NAV*/

/* #region MODEL CSS */


/* Modal box */
.modal .custom-modal {
    max-width: 360px;
    width: 100%;
    border-radius: 14px;
    position: relative;
    margin: auto;
}

/* Close button */
.modal .custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1056;
    /* VERY IMPORTANT */
    pointer-events: auto;
}

/* Title */
.modal .modal-title {
    font-weight: bold;
    color: #0d4ecb;
}


/* Modal body spacing */
.modal .custom-modal .modal-body {
    padding: 24px 22px !important;
}


/* Title size */

.modal .custom-modal .modal-title {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

/* Input size smaller */
.modal .custom-input {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 8px;
}

/* Submit button smaller */
.modal .submit-btn {
    padding: 10px;
    font-size: 15px;
    border-radius: 8px;
    background: #ee0c16;
    color: #fff;
}

.modal .submit-btn:hover {
    background: #0d4ecbcc;

    color: #fff;
}


/*================bootom action =====================*/


  /* Bottom Action Bar */


        .bottom-action-bar {
         position: fixed;
        bottom: 0px;
        left: 0px;
        right: 20px;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 20px;
        background: #ffffff;
        border-radius: 0px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        z-index: 99999;
        width: 100%;
        }

        /* Buttons */
        .bottom-action-bar .action-btn {
            padding: 10px 22px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            color: #fff;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        /* Left Button */
        .bottom-action-bar .left-action {
            background-color: #ee0c16;
        }

        /* Right Button */
        .bottom-action-bar .right-action {
            background-color: #28c760;
        }

        /* Tablet */
        @media (max-width: 992px) {
            .bottom-action-bar .bottom-action-bar {
                left: 10px;
                right: 10px;
                bottom: 10px;
            }
        }

        /* Mobile */
        @media (max-width: 768px) {
            .bottom-action-bar .bottom-action-bar {
                flex-direction: row;
                gap: 10px;
                padding: 12px;
            }

           .bottom-action-bar .action-btn {
                font-size: 16px;
            }
        }





/* #endregion MODEL CSS */

/* ==================hero section================== */


.hero_section {
    position: relative;
    height: 500px;
    overflow: hidden;
}


.hero_part h1 p{
    font-size: 24px;
    margin-top: 20px;
}
.hero_section .swiper .swiper-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #0000009e;
    z-index: 9;

}


.hero_section .hero_part {
    position: absolute;
    top: 30%;
    text-align: center;
    z-index: 9;
    color: #fff;
        width: 100%;
}



 .sticky_btn {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: none;
}

.sticky_btn .wht_btn:hover {
    background-color: #ee0c16;

}


.sticky_btn .wht_btn {
    color: #fff;
    border: 2px solid;
    padding: 8px 24px;
}

.sticky_btn .get_room_btn {
    color: #fff;
    background: #ee0c16;
}

.hero_section .hero_part .lead {
    width: 60%;
    margin: auto;
    padding-bottom: 10px;
}

.hero_section .hero_part .heading .sub_heading {
    font-size: 34px;
}

.hero_section .hero_part .heading {
    font-size: 48px;
}




























/* ==============partners======================= */


.features_section .feature-card {
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    border: 2px solid #ee0c16;
    transition: 0.3s ease;
    height: 100%;
}


.features_section .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}


.features_section .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ee0c16;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

/* =============FAQ========== */

.faqs .faq-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}


.faqs .accordion-button {
    font-size: 17px;
    padding: 18px 20px;
    background: white;
}


.faqs .accordion-button:not(.collapsed) {
    background: #f2f4ff;
    color: #ee0c16;
    font-weight: 600;
}


.faqs .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
}


.faqs .accordion-button:focus {
    box-shadow: none;
}


/* ===============why gruni international=========== */


.why-choose-us {
    padding: 80px 0;
    color: #fff;
    background-color: #eaf2ff;

}

.why-choose-us .section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: black;
}

.why-choose-us .section-desc {
    color: black;
    max-width: 480px;
    margin-bottom: 30px;
}

.why-choose-us .image-box img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);

    width: 550px;
    height: 350px;
    object-fit: cover;
}

.why-choose-us .feature-box {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 20px 22px;
    display: flex;
    gap: 15px;
    /* margin-bottom: 20px; */
    transition: all 0.3s ease;
}

.why-choose-us .feature-box:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.why-choose-us .feature-box h5 {
    margin-bottom: 6px;
    font-weight: 600;
    color: black;
}

.why-choose-us .feature-box p {
    margin: 0;
    color: black;
    font-size: 14px;
}


.why-choose-us .feature-box .icon {
    width: 100%;
    height: 45px;
    max-width: 45px;
    border-radius: 10px;
    background: #ee0c16;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}



/* <!-- =======================info_section======================= --> */

.info_section {}

.info_section .info_box {
 
}

.info_section .info_box h2 {}

.info_section .info_box p {}



.info_section .info_box p a {
    color: #ee0c16;
    font-weight: bold;
    border: 2px solid #ee0c16;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    /* 🔴 IMPORTANT */
    transition: all 0.3s ease-in-out;
    /* smooth animation */
}

.info_section .info_box p a:hover {
    transform: scale(1.1);
    /* zoom effect */
    background-color: #ee0c16;
    color: #fff;
}


.info_section .info_box .para {
    margin-bottom: 0px
}

.info_section .info_box .limitied {
    padding-bottom: 20px;
}

/* =============================transform_hostel=================== */


.transform_hostel .cta-section {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    padding: 40px 20px;
    border-radius: 8px;
}

.transform_hostel .cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.transform_hostel .cta-section p {
    font-size: 1.1rem;
    color: #cfd8dc;
    max-width: 700px;
    margin: 15px auto 35px;
}


.transform_hostel .cta-btn-primary {
    background: #ee0c16;
    border: none;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    color: #fff;
    transition: 0.3s;
}


.transform_hostel .cta-btn-primary:hover {
    background: #1565c0;
}


.transform_hostel .cta-note {
    font-size: 0.85rem;
    color: #b0bec5;
    margin-top: 20px;
}



/* =============testimonial-section============= */

/* Section */
.testimonial-section {
    padding: 40px 0 90px 0px;
    background: #ffffff;
    position: relative;
}


/* Card */
.testimonial-section .testimonial-card {
    max-width: 650px;
    margin: auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    height: 100%;
}

/* Quote Icon */
.testimonial-section .quote-icon {
    font-size: 40px;
    color: #4f46e5;
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 0.15;
}

/* Testimonial Text */
.testimonial-section .testimonial-card p,
.testimonial-text {
    font-style: italic;
    font-size: 1.05rem;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* Stars */
.testimonial-section .stars {
    color: #fbbf24;
    font-size: 1.3rem;
    margin-bottom: 18px;
}

/* User Info */
.testimonial-section .user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.testimonial-section .user img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-section .user-info h6,
.user h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.testimonial-section .user-info small,
.user small {
    color: #6b7280;
    font-size: 12px;
}

/* Swiper Pagination */
.testimonial-section .swiper-pagination {
    position: absolute;
    bottom: 30px !important;
}

.testimonial-section .swiper-pagination-bullet {
    background: #2563eb;
    opacity: 0.4;
}

.testimonial-section .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Swiper Fixes */
.testimonial-section .swiper,
.swiper-wrapper {
    position: unset;
}

.testimonial-section .swiper-wrapper {
    gap: 10px;
}

/* ===========================footer_slim======================= */

.footer_slim {

    border-top: 2px solid #e5e7eb;
    padding: 18px 25px 60px 25px;
    display: flex;

}

.footer_slim .footer-right a i {
    font-size: 16px;
}


.footer_slim .footer-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
    font-size: 18px;
    color: #6b7280;
}

.footer_slim .footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 4px;
}

.footer_slim .footer-links a {
    color: #ee0c16;
    text-decoration: none;
    font-weight: 500;
}

.footer_slim .footer-links a:hover {
    color: #ee0c16;
}


/* ================hostel============== */


.hostel-gallery {
    background: #eaf2ff;
}

.hostel-gallery .section-title {
    font-weight: 700;
    font-size: 36px;
}

.hostel-gallery .section-subtitle {
    color: #666;
    max-width: 890px;
    margin: auto;
}

.hostel-gallery .gallery-item {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.hostel-gallery .gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hostel-gallery .gallery-item:hover img {
    transform: scale(1.08);
}




/* <!-- =====================pricing-container======================== --> */


.pricing-wrapper {
    display: flex;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
    padding: 30px 0px;
}



/* CARD */
.pricing-wrapper .price-card {

    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 25px 45px rgba(0, 0, 0, .12);
    transition: .3s;
}

.pricing-wrapper .price-card:hover {
    transform: translateY(-6px);
}

/* IMAGE SECTION */
.pricing-wrapper .card-img {
    position: relative;
    height: 190px;
}

.pricing-wrapper .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-wrapper .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    border-radius: 25px 25px 0 0;
}

.pricing-wrapper .img-text {

    left: 18px;
    bottom: 18px;

}

.pricing-wrapper .img-text p {
    margin: 2px 0;
    font-size: 13px;
}

/* BADGE */
.pricing-wrapper .badge {
    position: absolute;
    top: 12px;
    right: 15px;
    background: #5a4bff;
    color: #fff;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 12px;
}

/* BODY */
.pricing-wrapper .price-body {
    padding: 18px 20px 28px;
}

.pricing-wrapper .price-body h2 {
    font-size: 28px;
    margin: 5px 0 12px;
}

.pricing-wrapper .price-body span {
    font-size: 12px;
    color: #777;
}

.pricing-wrapper .extra {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-wrapper ul {
    padding: 0;
    margin: 0 0 18px;
}

.pricing-wrapper ul li {
    list-style: none;
    font-size: 13px;
    margin: 8px 0;
}

/* BUTTONS */
.pricing-wrapper .outline-btn,
.filled-btn {
    width: 100%;
    padding: 10px 0;
    border-radius: 12px;
    border: 2px solid #dcdcdc;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.pricing-wrapper .filled-btn {
    background: #ee0c16;
    border: none;
    color: #fff;
    box-shadow: 0 12px 30px rgba(90, 75, 255, .4);
}

.pricing-wrapper .active {
    border: 2px solid #ee0c16;
    box-shadow: 0 10px 55px rgba(90, 75, 255, .35);
}


.pricing-wrapper .heading {}

.pricing-wrapper .heading h2 {}

.pricing-wrapper .heading p {
    padding: 0px 60px;
}


/* =========gruni_international================= */

.gruni_international {
    padding: 60px 0px;
}

.gruni_international .box {}

.gruni_international .row {}

.gruni_international .row .img {
    position: relative;
    text-align: center;
}

.gruni_international .row .img img {
    margin: auto;
    border-radius: 10px;
}

.gruni_international .row .img .second_img {
    position: absolute;
    width: 40%;
    bottom: 0px;
    right: 0px;
    border-radius: 10px;
}

.gruni_international .row .content {}

.gruni_international .row .content h2 {
    font-weight: bold;
}





/* ==========global-presence-section============== */


.global-presence-section {
    background: #f7f9fc;
}

/* Small badge */
.global-presence-section .section-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #ee0c16;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

/* Headings */
.global-presence-section .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.global-presence-section .section-desc {
    color: #555;
    max-width: 420px;
    margin-bottom: 30px;
}

/* Location Cards */
.global-presence-section .location-card {
    display: flex;
    gap: 14px;
    background: #fff;
    padding: 18px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
}

.global-presence-section .location-card h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.global-presence-section .location-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.global-presence-section .location-card a {
    font-size: 14px;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

/* Icon */
.global-presence-section .location-card .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #eef3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    flex-shrink: 0;
}

/* Map */
.global-presence-section .map-box {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.global-presence-section .map-box iframe {
    width: 100%;
    height: 380px;
    border: 0;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .global-presence-section .map-box iframe {
        height: 300px;
    }
}


@media (min-width: 1000px) and (max-width:1200px) {
    nav .logo img {
        height: 40px;
    }




    nav .logo h1 {
        font-size: 14px;
    }

    nav ul li a {
        font-size: 12px !important;
    }

    .navbar {
        padding: 4px !important;
    }

    .hero_section .row .heading {
        font-size: 34px;
    }

    .hero_section .row .lead {
        font-size: 16px;
    }

    .hero_section .row a {
        font-size: 14px;
    }



    .hero_section .row .stat-icon img {
        width: 20px;
    }

    .hero_section .row .para p {
        font-size: 10px;
    }

    .hero_section .row .stat-icon h3 {
        font-size: 20px;
    }

    .hero_section {
      

    }

    .orbit-wrapper .center-item {
        width: 100px;
        height: 100px;
        font-size: 9px;
    }

    .orbit-wrapper .orbit-item {
        width: 65px;
        height: 65px;
    }

    .orbit-wrapper .orbit-item img {
        width: 20px;
    }

    .orbit-wrapper .orbit {
        width: 70%;
        height: 70%;
        top: 14%;
        left: 70px;
    }

    .custom-modal .modal-title {
        margin-bottom: 10px !important;
        font-size: 16px;
    }

    .custom-modal {
        width: 65% !important;
    }

    form .custom-input {
        padding: 4px 12px;
    }

    form .submit-btn {
        padding: 5px;
    }

}







/* =================privacy page================ */



.lg-container,
.lg-backdrop,
.lg-outer {
    z-index: 999999 !important;
}

/* Show Close Button Always */
.lg-close,
.lg-toolbar .lg-icon {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    width: 38px !important;
    height: 38px !important;
}

/* Ensure icon visible */
.lg-toolbar .lg-icon svg {
    filter: invert(1) !important;
}

/* Mobile Fix */
@media(max-width:768px) {
    .lg-close {
        top: 10px !important;
        right: 10px !important;
        font-size: 30px !important;
    }
}

.lg-close,
.lg-toolbar .lg-icon {
    opacity: 1 !important;
    visibility: visible !important;
}

.lg-toolbar {
    display: flex !important;
}






/* ===========================stats-section=================== */



.stats-section {
    background: #ee0c16;
    /* same blue look */
}




.stats-section h1 {
    font-size: 48px;
    margin-bottom: 5px;
}



.stats-section p {
    font-size: 18px;
    margin: 0;
}


.faqs #faqAccordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ====================media query=================== */

@media screen and (max-width:768px) {


    nav a img {
        height: 34px !important;
        width: 70%;
    }

    nav .mobile {}

    nav .navbar-brand img {
        height: 40px !important;
        object-fit: contain;
        width: 100%;
    }

    nav .navbar-brand span {
        font-size: 16px;
    }

    .why-choose-us .section-title {
        font-size: 34px;
    }

    .hero_section {
        overflow: hidden;
        padding: 0px 0px 40px 0px;
        position: relative;
        text-align: center;
    }

    .hero_section .header_part {
        flex-direction: column-reverse;
    }

    .testimonial-section .trusted {
        margin-bottom: 20px !important;
    }


    .hero_part h1 p {

        font-size: 16px;
}

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .orbit-wrapper {
        width: 340px;
        height: 340px;
    }

    .center-item {
        width: 130px;
        height: 130px;
    }

    .orbit-item {
        width: 80px !important;
        height: 80px !important;
    }

    .stats-section p {
        font-size: 14px;
    }

    .stats-section {
        padding: 40px 0px 20px 0px !important;
    }

    .stats-section h1 {
        font-size: 36px;
    }


    .orbit-item img {
        width: 32px;
    }






    .transform_hostel {
        margin-top: 10px !important;
    }

    .hero_section .row .mobile {}

    .hero_section .row .heading {
        font-size: 24px;
        letter-spacing: 1.1px;
        text-align: center;
        position: absolute;
        top: 20px;
        left: 0px;
        width: 100%;
    }



    .partners {
        padding: 0px !important;
    }


    footer .footer-links span {
        display: none;
    }


    footer .footer-links {
        margin-bottom: 20px;
    }



    .footer-links a {
        font-size: 16px;
        text-decoration: underline;
        color: #247cfd;

    }


    .transform_hostel .cta-section h2 {
        font-size: 26px;
    }



    .faqs {
        padding: 0px 0px 40px 0px !important;
    }

    .faqs .faq-title {
        font-size: 24px;
        text-align: center;
        margin: 20px 0px;
    }




/*    =================features_section ===================*/

    .features_section .scrole .half {
        width: 80%;
    }

    .features_section {
        padding-top: 40px !important;
    }

    .features_section .scrole {
        display: flex;
        flex-wrap: unset;
        overflow: auto;
    }

    .features_section .feature-card:hover {
        box-shadow: none;
        transform: unset;
    }

    .policy-banner {
        background-position: right;
    }

    .policy-content {
        padding: 25px;
    }

    .support-hero {
        height: 500px;
    }


    .pricing-wrapper .heading p {
        padding: 0px;
    }















    
    .hero_section .row .campus {
        font-size: 14px;
    }

    .hero_section .row .para {
        margin-bottom: 0px !important;
    }

    .hero_section .row .para .plus {}

    .hero_section .hero_part .sub_heading {
        font-size: 22px !important;
    }

    .hero_section .hero_part .lead {
        width: 86%;
        font-size: 16px;
        text-align: justify;
    }

    .hero_section .hero_part .btn {
        font-size: 14px;
    }

    .hero_section .hero_part .heading {
        font-size: 28px;
                width: 70%;
        margin: auto;
    }

    .hero_section .row .para .plus img {}

    .hero_section .row .para .plus h3 {
        font-size: 18px;
    }

    .gruni_international .row .img img {
        width: 100%;
    }

    nav .container {}

    .gruni_international .row {
        gap: 40px;
    }

    .hero_section .row .call_me {
        width: unset;
        padding: 8px 44px;
    }


    nav .logo {}

    nav .logo .right_side {}

    nav ul li a {
        font-size: 14px !important;

    }

    .pricing-wrapper .row {
        gap: 20px;
    }

    .hero_section .orbit-wrapper {

        margin-top: 110px;
    }

    .hero_section .orbit-wrapper .center-item {
        left: -11%;
        top: -12%;
    }

    .hero_section .orbit-wrapper .orbit {
        width: 70%;
        height: 70%;


    }

    .orbit-wrapper .center-item p {
        font-size: 10px;
    }

    .hero_section .orbit-wrapper .center-item img {
        width: 40px;
    }

    .hero_section .orbit-wrapper .center-item {
        width: 100px;
        height: 100px;

    }


    .why-choose-us {
        overflow: hidden;
        padding: 40px 0px;
    }


}




.mySwiper2 {
    width: 100%;
    height: 500px;
}

.mySwiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2 .bg-swiper {
    width: 100%;
    height: 100%;
    /* full screen background */
}

.mySwiper2 .bg-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}








