* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}

#mainNav {
    width: 100vw;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}

.navbar-nav {
    width: 100%;
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.text-pink {
    color: #e04495;
}

.navbar-nav .nav-item {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    margin: 0;
}

.navbar-nav .nav-link {
    display: block;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    border-top-width: 6px !important;
    border-top-style: solid !important;
}

.navbar-nav .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
}


.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    z-index: 1000;
}

.dropdown-menu li a.dropdown-item {
    white-space: nowrap;
}

.dropdown-menu li a.dropdown-item:hover {
    background-color: #01c7b4;
}

.text-teal {
    color: #0d9488;
}

.font-comic {
    font-family: 'Comic Neue', cursive;
}

.Choose-Us h6 {
    font-family: 'Comic Neue', cursive;
}

.slider-section {
    background-color: #fce480;
}

@media (max-width: 767.98px) {
    .navbar-nav .nav-link {
        border-top: none !important;
        background-color: #01c7b4;
    }
}

@media (max-width: 767.98px) {
    .navbar-nav .nav-link {
        text-align: left !important;
        padding-left: 1rem;
        color: #fff !important;

    }

    .navbar-nav .nav-item {
        text-align: left !important;
    }

    .navbar-nav .nav-link {
        border-top: none !important;
    }
}

/* MOBILE ONLY styles */
@media (max-width: 767.98px) {
    .navbar-nav .nav-link {
        border: 1px solid #ccc !important;
        text-align: left !important;
        margin: 0;
        color: white;

    }

    .navbar-nav .nav-item {
        margin: 0 !important;
    }

    .navbar-nav {
        gap: 0 !important;
        /* Reduce spacing between nav items  saifi*/
    }
}


.text-e04495 {
    font-size: 30px;
    font-weight: 600;
    color: #e04495;
    margin-bottom: 5px;
    font-family: "bubblegum sans", cursive;
}

.welcomeText {
    position: relative;
    color: #333;
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Dosis, sans-serif;
}




.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: auto;
    margin-left: 217px;
    margin-right: 0.1rem;
    position: absolute;
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}


.dropdown-submenu>a {
    cursor: pointer;
}

.show {
    display: block !important;
}


/* Hot Selling Products CSS Start saifi */


.Hot-Selling {
    background-color: #fef08a;
    padding: 3rem 0;
}

.custom-divider {
    width: 3rem;
    height: 3px;
    background-color: #06b6d4;
    margin: 0.5rem auto 1rem;
}

.card-custom {
    min-height: 420px;
    width: 100% !important;
    max-width: 280px;
}

.swiper-pagination {
    margin-top: 20px !important;
    position: relative;
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #06b6d4;
    opacity: 0.5;
    margin: 0 6px !important;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}


/* Hot Selling Products  CSS END Saifi*/


/* Why-Choose CSS */

.Why-Choose {
    padding: 60px 0;
    color: #362c2c;
}

.number {
    margin-right: 20px;
    line-height: 80px;
    font-size: 40px;
    color: #e04495;
    position: relative;
    z-index: 10;
    font-weight: 600;
}

.number h6 {
    color: #01c7b4;
}

.bg-card-1>div,
.bg-card-3>div,
.bg-card-5>div {
    background-image: url('../images/cloudx2.webp') !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
}

.Choose-Us .col>div {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.Choose-Us .col>div::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    z-index: -1;
    border-radius: 12px;
    opacity: 0.2;
}

.Choose-Us .col>div:hover {
    transform: translateY(-6px);
}

.Why-Choose h2 {
    color: #e04495;
}

.Why-Choose h6 {
    margin-bottom: 8px;
    font-weight: 400;
    color: #01c7b4;
    font-size: 22px;
    font-family: "bubblegum sans", cursive;

}

.Why-Choose p {
    color: #333;
}

/* Why-Choose CSS END saifi */




.cardss {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.cardss:hover {
    transform: translateY(-5px);
}

.card-body h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.card-body p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.btn-primary-custom {
    background-color: #ff4d88;
    color: white;
    border: none;
}

.btn-primary-custom:hover {
    background-color: #e6005c;
    color: white;
}

.text-primary-custom {
    color: #00bcd4 !important;
}

.bg-primary-custom {
    background-color: #00bcd4 !important;
}

.hover-primary-custom:hover {
    background-color: #00a3b8 !important;
}

.text-highlight {
    color: #f44336 !important;
}

.bg-warning-subtle {
    background-color: #fff9db !important;
}

.bg-teal-800 {
    background-color: #0f4c4c !important;
}

.text-pink-500 {
    color: #ec4899 !important;
}

.text-pink-400 {
    color: #f472b6 !important;
}

.border-pink-300 {
    border-color: #fda4af !important;
}

.bg-dark-purple {
    background-color: #7b2a4a !important;
}


.quote-icon {
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 2rem;
    color: #fbcfe8;
}


/* Composite Science Lab Setup CSS Start saifi */


.services-style5-area {
    background-color: #eaf5f8;
}

.title_2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    text-align: center;
    color: #e04495;
    margin-bottom: 25px;
    position: relative;
    font-family: 'Comic Neue', cursive;
}

.single-service-style5 {
    margin-bottom: 75px;
}

.img-holder {
    position: relative;
}

.transition-img {
    width: 100%;
    transform: translateZ(0) scale(1.01);
    transition: all 0.7s ease;
}

.single-service-style5:hover .transition-img {
    transform: translateZ(0) scale(1.01);
}

.overlay-style-two {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-service-style5:hover .overlay-style-two {
    opacity: 1;
}

.text-holder {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -50px;
    background: #fff;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(237, 237, 237, 0.7);
    border-bottom: 2px solid #01c7b4;
    z-index: 2;
    transition: padding-bottom 0.3s ease;
}

.single-service-style5:hover .text-holder {
    padding-bottom: 0px;
}

.text-holder h4 {
    margin: 0 0 2px;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    margin-top: 8%;
}

.text-holder h4 a {
    text-decoration: none;
    color: #131313;
}

.single-service-style5:hover .text-holder h4 a {
    color: #01c7b4;
}

.text-holder .text {
    padding-bottom: 10px;
    overflow: hidden;
}

.text-holder .text p {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.single-service-style5:hover .text-holder .text p {
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateY(0);
    padding: 25px 15px 0;

}

.readmore {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.readmore a {
    margin-bottom: -25px;
}

.single-service-style5:hover .readmore {
    opacity: 1;
    transform: translateY(0);
}

.overlay-button.btn {
    background: #01c7b4;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

/* Composite Science Lab Setup CSS End saifi */





/* Testimonials Section  CSS Start saifi*/
.Testimonial-main {
    background-color: #066;
    background-image: url('./images/cloud-bg.webp');
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}


.testimonials {
    padding: 0 0 0;
    font-size: 28px;
    width: 100%;
    text-align: center;
    color: #e04495;
    font-weight: 700;
}

.testimonial-card {
    border: 4px solid #ec4899;
    position: relative;
    padding-bottom: 2rem;
    overflow: visible;
}

.quote-icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 1.75rem;
    color: #f9a8d4;
}

.testimonial-initial {
    position: absolute;
    bottom: -70px;
    left: 3.5rem;
    width: 48px;
    height: 48px;
    border: 2px solid #ec4899;
    background: #fff;
    color: #ec4899;
    font-weight: 700;
    font-size: 1.25rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.testimonial-img {
    position: absolute;
    left: 15%;
    transform: translateX(-50%);
    margin-top: -4px;
    height: 60px;
    border-radius: 17%;
    z-index: 2;
    object-fit: cover;
}

@media (max-width: 576px) {
    .testimonial-initial {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        left: 3rem;
    }

    .quote-icon {
        font-size: 1.25rem;
    }

    .testimonial-img {
        width: 50px;
        height: 50px;
    }
}

.swiper-slide {
    position: relative;
    padding-bottom: 5rem;
}


/* Testimonials Section  CSS End saifi*/



/*  Clients Section CSS Start saifi*/

.wpc-home-clients {
    background-color: #a4204d;
    background-image: url('../images/cloud-bg.webp');
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.wpc-home-clients::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.2);
    z-index: 0;
}

.wpc-client-slider {
    position: relative;
    z-index: 1;
}

.wpc-client-card {
    border-radius: 1px;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpc-client-image {
    position: relative;
    height: 100px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.wpc-client-image img {
    height: 100px;
    border: none !important;


}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #208de4;
}

.footer-bottom-image img {
    width: 100%;
    height: auto;
}

/*  Clients Section CSS End saifi*/


/* Footer-CSS Start saifi*/

.main-footer {
    width: 100%;
    margin: 0;
    padding: 65px 0 0;
    float: left;
    clear: both;
    background-image: url(../images/footer_bg.webp);
    background-color: #fff;
    position: relative;
    background-position: center top
}

.footer-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.footer-bottom-image img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 200px;
    object-fit: cover;
}

.footer-bb a {
    color: #ff9500;
    font-size: 16px;
    text-decoration: none;
}




/* From uiversec by saifi */

.custom-btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    background-color: #01c7b4;
    cursor: pointer;
}

/* Background effects saifi */
.custom-btn::before,
.custom-btn::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(30deg);
    transition: all 0.5s;
    z-index: -1;
}

.custom-btn::before {
    left: -10px;
    background: #e04495;
}

.custom-btn::after {
    right: -10px;
    background: #e04495;
}

/* Hover animations */
.custom-btn:hover::before,
.custom-btn:hover::after {
    width: 58%;
}

.custom-btn span {
    color: white;
    font-size: 18px;
    transition: all 0.3s ease-in;
}

.custom-btn:hover span {
    color: white;
}


/* other-page-hover-color css saifi */

.hover-chng {
    display: inline-block;
    border: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    background-color: #01c7b4;
    cursor: pointer;
}


/* Background effects saifi */
.hover-chng::before,
.hover-chng::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(30deg);
    transition: all 0.5s;
    z-index: -1;
}

.hover-chng::before {
    left: -10px;
    background: #e04495;
}

.hover-chng::after {
    right: -10px;
    background: #e04495;
}

/* Hover animations */
.hover-chng:hover::before,
.hover-chng:hover::after {
    width: 58%;
}




/* From uiverse.io by  saifi*/
.btn-teal {
    display: inline-block;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    background-color: #01c7b4;
    color: white;
    cursor: pointer;
}

/* Background animation layers */
.btn-teal::before,
.btn-teal::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(30deg);
    transition: all 0.5s;
    z-index: -1;
}

.btn-teal::before {
    left: -10px;
    background: #e04495;
}

.btn-teal::after {
    right: -10px;
    background: #e04495;
}

/* Hover effects */
.btn-teal:hover::before,
.btn-teal:hover::after {
    width: 58%;
}

.btn-teal span {
    color: white;
    font-size: 18px;
    transition: all 0.3s ease-in;
}

.btn-teal:hover span {
    color: white;
}



/* Furntiure   saifi*/

.fun-font-comic {
    font-family: 'Comic Neue', cursive;
}

.fun-header-img-container {
    position: relative;
    width: 100%;
    height: 50vh !important;
}

@media (min-width: 576px) {
    .fun-header-img-container {
        height: 28rem;
    }
}

@media (min-width: 768px) {
    .fun-header-img-container {
        height: 32rem;
    }
}

@media (min-width: 992px) {
    .fun-header-img-container {
        height: 36rem;
    }
}

@media (min-width: 1200px) {
    .fun-header-img-container {
        height: 40rem;
    }
}

@media (min-width: 1400px) {
    .fun-header-img-container {
        height: 48rem;
    }
}

.fun-header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.375rem;
    padding: 0.5rem 1.5rem;
    background-color: white;
    color: #14b8a6;
    font-weight: 600;
    text-align: center;
    white-space: normal;
    font-family: 'Comic Neue', cursive;

}

@media (min-width: 576px) {
    .fun-header-title {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .fun-header-title {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .fun-header-title {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .fun-header-title {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {
    .fun-header-title {
        font-size: 3rem;
    }
}


/* main Section CSS  saifi*/

.text-00b3a4 {
    color: #00b3a4 !important;
}

.bg-00b3a4 {
    background-color: #00b3a4 !important;
}

.nav-size li {
    font-size: 13px;
}

.small-text {
    font-size: 11px;
}

.client-logo {
    height: 60px;
    object-fit: contain;
}

.small-sec {
    color: #ff9500;

}

/* main Section CSS END saifi */




.social-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
}


.green-bar {
    width: 56px;
    height: 4px;
    background-color: #22c55e;
    border-radius: 0.375rem;
    margin: 0 auto 2.5rem auto;
}

.card-title {
    font-weight: 600;
    line-height: 1.25rem;
}

.card-text {
    font-size: 0.90rem;
    font-weight: 500;
    line-height: 1.125rem;
}


.icon-sm {
    width: 0.75rem;
    height: 0.75rem;
}

.latest-3:hover {
    color: #e04495;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 25px !important;
}



/* nav-toggle-mobile-mode-saifi */

@media screen and (max-width: 479px) {
    /* .navbar-toggler {
        display: none !important;
    } */
}