/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}


/* .val .swiper-slide {
    width: 500px !important;
} */

.val .slide-img {
    width: 400px !important;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;

}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #E5097F;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: #E5097F;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


.carousel-item {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
}

.fixed-caption {
    position: absolute;
    bottom: 40%;
    left: 70%;
    transform: translateX(-50%);
    color: #E5097F;
    text-align: center;
    z-index: 10;
}

.fixed-caption h3 {
    color: #2B2A29;
}

.fixed-caption h1 {
    color: #2B2A29;
}

.fixed-caption h3 span {
    color: #E5097F;
}


.navbar-brand img {
    width: 60%;
}


.d-inline-flex a i:hover {
    color: #E5097F;
}



.whatsapp-icon {
    width: 60px;
    /* Adjust width */
    height: 60px;
    /* Adjust height */
    object-fit: contain;
    /* Ensure aspect ratio is maintained */
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 10px;
    /* Adjust padding to fit icon better */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
    display: flex;
    /* Center the image */
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
    margin-bottom: 40px;
    margin-right: 0px;

}

/* Hover effect */
.whatsapp-icon:hover {
    background-color: #128C7E;
}

@media screen and (max-width:768px) {

    .whatsapp-icon {


        width: 50px;
        /* Adjust width */
        height: 50px;
        /* Adjust height */
        object-fit: contain;
        /* Ensure aspect ratio is maintained */
        position: fixed;
        bottom: 20px;

        background-color: #25D366;
        color: white;
        border-radius: 50%;
        padding: 10px;
        /* Adjust padding to fit icon better */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        z-index: 1000;
        display: flex;
        /* Center the image */
        align-items: center;
        /* Center vertically */
        justify-content: center;
        /* Center horizontally */
        margin-bottom: 40px;
        margin-right: -10px;

    }
}

.container .owl-carousel .btn {
    background-color: #E5097F;
    color: white;
}

.btn:hover {
    background-color: #22a4b5;
}





/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */
/* <!-----------------------------------Shop Items -------------------------------------> */



.crd-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    padding: 40px 10%;
}

.crd-item {
    overflow: hidden;
    width: 280px;
    text-align: center;
    border: 2px solid #E5097F;
    border-radius: 10px;
    /* height: 800px; */

}

.crd-item h5 {
    padding: 5px 15px;
    text-align: justify;
}

.crd-item:hover {

    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.crd-item .img-crd {
    height: 320px;
    width: 100%;
    overflow: hidden;
}

.crd-item .img-crd img {
    transition: all .5s ease-in;
}

.crd-item:hover img {
    scale: 1.08;
}


.crd-item .btn {
    color: white;
    background-color: #E5097F;
    transition: 0.5s all ease-in;
}

.crd-item .btn:hover {
    scale: 1.05;
}

.btn-crd button {
    border: none;
    background: none;
}

.btn-crd button a {
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    /* font-weight: bold; */
    border: 1px solid #000000;
    /* background-color: #E5097F; */
    padding: 15px 30px;
    border-radius: 10px;
}

.btn-crd button a:hover {
    background: #E5097F;
    color: #EFF5F9;
    /* font-weight: bold; */
    border: none;
}


.abt-nav-img {
    background-attachment: fixed;
    height: 25vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
}

.about-nav-section h1 {
    font-size: 50px;
    padding: 2%;
}


.more-content {
    display: none;
    margin-top: -20px;
}

.show-more-btn {

    background-color: #E5097F;
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
}

.show-more-btn:hover {
    background-color: transparent;
    border: 2px solid black;
    color: #E5097F;
}

.aa22 {
    padding: 5px 10px;
}


/* 
!-----------------------------Blogs section------------------------------! */




.blog-list {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    flex-wrap: wrap;
    /* padding: 40px 10%; */
    margin: 0 auto;

    /* height: 600px; */
}

.blog-card {
    width: 380px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    gap: 30px;
    overflow: hidden;
}

.blog-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.blog-img img {
    width: 100%;
    transition: all 2s ease-in;
}

.blog-card:hover img {
    scale: 1.10;
}

.blog-text h4 {
    color: #13C5DD;
}

.blog-date {
    display: flex;
    justify-content: space-between;
}

.blog-text {
    padding: 0 20px;
}

.blog-date p {
    color: black;
}

.blog-list button {
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    background-color: #E5097F;

}

.blog-list button a {
    color: white;

}

.blog-text h2:hover {
    color: #E5097F;
}

/* 
!-----------------------------Blogs section End------------------------------! */

/* 
!--------------------------------------blogs-pages-----------------------------------! */

.blog-s-main {
    width: 50%;
    margin: 0 auto;
}

.blog-s-start img {
    width: 80%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

.blog-s-main h5 {
    width: 80%;
    margin: 20px auto;
    font-size: 30px;
    color: #13C5DD;
}

.blog-s-main h2 {
    font-size: 50px;
}

.blog-s-name {
    display: flex;
    justify-content: space-between;
}

.blog-s-name p {
    color: black;
}

.blog-s-start p {
    line-height: 30px;
    color: black;
    font-weight: 300;
}



.bt-st {
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    background-color: #E5097F;

}

@media (max-width:450px) {
    .blog-s-main {
        width: 100%;
        padding: 20px;
    }
}