div#logo img {
    width: 70%;
}

.crumb li:after {
    color: #FFF;
}

/* Slider Section */

.swiper-slide h1 {
    width: 60%;
}

.section-slider p {
    padding-right: 20%;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 7s ease;
}

.swiper-slide-active .slide-image {
    transform: scale(1.1);
}

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

/* Slider Section End*/

/* About Section */

.about-img {
    height: 500px;
    border-radius: 30px;
    position: relative;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section-about .inner-box {
    bottom: 20px !important;
    right: 20px !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* About Section End */

/* Product Section  */

.product-card {
    border-radius: 30px;
    overflow: hidden;
}

/* Product Section End */


/* Section CTA */
.section-cta {
    padding-block: 0;
}

.cta-wrapper {
    position: relative;
    border-radius: 30px;
    z-index: 5;
    padding: 40px;
    overflow: hidden;
}

.cta-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0) 70%,
            rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    pointer-events: none;
}

.cta-inner span {
    color: #FFF;
}

.cta-inner h2 {
    color: #FFF;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-wrapper .cta-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cta-wrapper .cta-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(4px);
    transform: scale(1.1);
}

/* Section CTA End*/

/* Vision - mission Section */

.vm-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.vm-section {
    padding-top: 0;
}

.vm-wrapper .row {
    --bs-gutter-x: 0;
}

.vm-wrapper .row {
    position: relative;
    z-index: 2;
}

.vm-box {
    height: 100%;
    padding: 80px 40px;
}

.vision-box {
    background: #F5F5F5;
    border-radius: 30px 0px 0px 30px;
    color: #000;
}

.mission-box h3,
.mission-box p {
    color: var(--color-white);
}

.mission-box {
    background: var(--primary-color);
    border-radius: 00px 30px 30px 0px;
    color: #FFF;
}

.vm-box-inner h3 {
    margin-bottom: 16px;
}

.vm-box-inner p {
    margin: 0;
}

/* Vision - mission Section End */


/* Testimonial */

.testimonial-section {
    background-color: #FFF;
    position: relative;
}

.testi-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.testi-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 60px;
    color: #9cd7e2a4;
    ;
}

.customer-card {
    background-color: #F5F5F5;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stars {
    color: #ff9800;
    font-size: 16px;
    display: flex;
    gap: 3px;
}

.rating-num {
    font-size: 16px;
    font-weight: 700;
    color: #ff9800;
}

.customer-comment {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

.customer-name {
    display: flex;
    justify-content: flex-end;
}

.customer-name h5 {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 0;
}

.customer-name h5::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #9cd7e2a4;
    transform: translateX(-0%);
    z-index: -1;
}

/* Testimonial End*/

/* Footer  */
.footer-logo {
    width: 150px;
}

.footer-arrow {
    height: 50px;
}

/* Footer End */

/* Media Codes */

@media (max-width: 1220px) {
    .nab-ak-cont {
        padding: 0 60px;
    }

    .section-slider p {
        padding-right: 0%;
    }

    .swiper-slide h1 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .cta-content .col-lg-4 {
        justify-content: flex-start !important;
    }

    .features-title {
        align-items: flex-start !important;
    }

    #content {
        margin-top: 100px;
    }

    .vision-box {
        border-radius: 30px 30px 0px 0px;
    }

    .mission-box {
        border-radius: 0px 0px 30px 30px;
    }

    .section-slider p {
        font-size: 14px;
    }

    .swiper-slide h1 {
        font-size: 38px;
    }
}


@media (max-width: 767px) {
    .vm-box {
        height: 100%;
        padding: 40px 20px;
    }

    .nab-ak-cont {
        padding: 0;
    }

    .testi-icon {
        font-size: 48px;
    }

    .footer-logo {
        width: 130px;
        margin-bottom: 0;
    }

    .section-why-choose-us i {
        font-size: 14px;
        padding: 14px;
    }

    .cta-wrapper {
        padding: 20px;
    }

    .section-why-choose-us .choose-box {
        padding-left: 30px;
    }

    .section-slider .sw-text-wrapper {
        padding-inline: 0;
    }

    .section-products .item::before {
        border-radius: 30px !important;
    }

    .section-slider .sw-text-wrapper {
        padding-inline: 0px;
    }

    #section-about .fs-84 {
        font-size: 32px;
    }

    #section-about .rounded-1.text-light {
        padding: 0px !important;
    }

    #section-about .inner-box {
        bottom: 10px !important;
        right: 10px !important;
        padding: 20px 10px;
    }

    .nab-ak-cont {
        padding: 0 20px;
    }

    .about-img {
        height: auto;
    }

    .section-slider {
        height: 60vh;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;
    }
}

@media (max-width: 578px) {
    nav.menu-float .btn-next:before {
        font-size: 20px;
    }

    .footer-arrow {
        height: 35px;
    }

    .testi-icon {
        font-size: 40px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    div#logo img {
        width: 70%;
    }

    #content {
        margin-top: 85px;
    }

    .owl-custom-nav .btn-prev:before,
    .owl-custom-nav .btn-next:before {
        width: 30px;
        height: 40px;
    }

    div#logo img {
        width: 85px;
    }
}

/* Media Codes End*/