/* body */
html,body{
     overflow-x: hidden;
}
body{
    background-color: rgba(235, 235, 235, 0.909);
    overflow-x: hidden;
}
/* html {
    font-family: sans-serif;

} */

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
.back-to-top {
    position: fixed;
    display: block;
    right: 45px;
    bottom: 65px;
    border-radius: 50px;

    z-index: 99;
    border:2px solid var(--secondary);
}
.plus-button {
    position: fixed;
    display: block;
    left: 45px;
    bottom: 65px;
    z-index: 99;
    border-radius: 50px;
    border:2px solid var(--secondary);
}
.whatsapp{
    position: fixed;
    display: none;
    left: 45px;
    bottom: 105px;
    z-index: 99;
    border-radius: 50px;

    border:2px solid var(--secondary);
}
.call{
    position: fixed;
    display: none;
    left: 45px;
    bottom: 165px;
    border-radius: 50px;

    z-index: 99;
    border:2px solid var(--secondary);
}



/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.top-bar{
    background-color: #1B4332;
    color: #B08D3C !important;
}
.top-bar h3{
    color: #B08D3C !important;
    font-size: 16px !important;
    margin-bottom: 0;
}
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    font-family: Raleway;

}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    /* font-weight: bolder; */
    /* position: relative; */
    display: inline-block;
    text-transform: uppercase;
    color:#854632;
    font-family: Raleway;
}

/* .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
} */

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
    

    .back-to-top {
    position: fixed;
    display: block;
    right: 45px;
    bottom: 135px;
    border-radius: 50px;

    z-index: 99;
    
}


.plus-button {
    position: fixed;
    display: block;
    left: 45px;
    bottom: 135px;
    z-index: 99;
    border-radius: 50px;
    border:2px solid var(--secondary);
}
/*** Topbar End ***/
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 20px !important;
    font-weight: bold !important;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px !important;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

/* .navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
} */

.sticky-top.navbar-light .navbar-brand img {
    max-height: 68px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 58px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-success);
    color: var(--bs-white);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-success);
    color: var(--bs-white);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 90%;
        transition: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
    }



    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 550px;
    margin-top: 95px;
    display: block;
    object-fit: fill;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 93 8 / 53%);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgb(46 233 16 / 50%)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 20px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/

.breadcrumb-item+.breadcrumb-item::before{
    color:white !important;
}

/*** Service Start ***/
.service .service-item {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .2) ; */
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 240px;
    display: flex;
    object-fit: contain;
}

.service .service-item .service-img img {
    transition: 0.5s;
    height: 100%;
    width: 100%;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #85463270;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(165, 42, 42, 0.605);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-primary);
}
.service .service-item:hover .service-content .service-content-inner p{
    color: black !important;
}
/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    /* overflow: hidden; */
    height: 450px;

    /* border-radius: 10px; */
    display: flex;
    object-fit: fill;
}
.about-img img{
    height: 100%;
    width: 100%;
}
.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    height: 200px !important;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(#9d5e4bbd, #0ace18c9), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    height: 250px;
    object-fit:fill ;
    display: flex;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(165, 42, 42, 0.605);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(#9d5e4bbd, #854632), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark) !important;
}
/*** copyright end ***/



/* --------------navbar------------ */
.navbar-brand{
    height: 68px !important;
    object-fit: fill;
    display: flex;
    align-items: center;
}
.navbar-brand img{
    height: 100%;
    width: 100%;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 600px !important;
}

@media (max-width:768px) {
    .navbar-brand{
        height: 56px !important;
    }
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 261px !important;
    }
    .about .about-img{
        height: 350px;
    }
    .abt{
        display: flex;
        flex-wrap: wrap-reverse;
    }


    .blog .blog-item .blog-img {
    height: 99px;
    object-fit:fill ;
    display: flex;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blogs-heading{
    font-size:13px !important;
    font-weight:800 !important;
}

.date-of-blogs{
     font-size:10px !important;
}

.blogs-content-excerpt{
    font-size:10px !important;
}

.blog-title-height{
    height:43px !important;
}


.blogs-read{
   font-size:11px !important;
}

    .service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 127px;
    display: flex;
    object-fit: contain;
}




}



/* ==============================dots============================ */
.service .service-carousel.owl-carousel {
    position: relative;
}

.service .service-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-primary);
    color: var(--bs-light);
    transition: 0.5s;
}

.service .service-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-primary);
    color: var(--bs-light);
    transition: 0.5s;
}


.service .service-carousel .owl-nav .owl-prev:hover,
.service .service-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .service .service-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 4px;
    }

    .service .service-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 4px;
    }
    
}

.service-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* .service-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
} */

/* .service-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
} */

.service-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}
/* ----------------blog dots----------- */
.blog .blog-carousel.owl-carousel {
    position: relative;
}

.blog .blog-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-primary);
    color: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-primary);
    color: var(--bs-light);
    transition: 0.5s;
}


.blog .blog-carousel .owl-nav .owl-prev:hover,
.blog .blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .blog .blog-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .blog .blog-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.blog-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* .blog-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
} */

/* .blog-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
} */

.blog-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}
@media (max-width:768px) {
    .service .service-carousel .owl-nav .owl-next{
        top: 38%;
    }
    .service .service-carousel .owl-nav .owl-prev{
        top: 38%;
    }
    .blog .blog-carousel .owl-nav .owl-next{
        top: 27%;
    }
    .blog .blog-carousel .owl-nav .owl-prev{
        top: 27%;
    }
    .sub-title{
        font-size: 22px;
        font-weight: bold;
        margin-top:7px;
    }
    .sub-title::before{
        display: none;
    }
    .sub-title::after{
        display: none;
    }
    .section-title .sub-style::before{
        display: none;
    }
    .section-title .sub-style::after{
        display: none;
    }
}







/*** Footer Start ***/
.footer {
    background: var(--bs-primary);
}
.footer .footer-item a {
    line-height: 35px;
    color:white;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-light);
}

.footer .footer-item-post a {
    transition: 0.5s;
}

.footer .footer-item-post a:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item-post .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item-post .footer-btn a:hover {
    color: var(--bs-dark);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    display: flex;
    justify-content: center;
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
    background: var(--bs-primary) !important;
    /* height:56px; */
}
/*** copyright end ***/
.footer-links{
    display: flex;
    justify-content: center;
   }
   .footer-logo{
    display: flex;
    object-fit: fill;
    height: 80px;
    border-radius: 20px;
   }
   @media(max-width:798px){
    .footer-links{
        justify-content: start;
    }
    .bg-breadcrumb {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding:0px;
    }
    
   }
.copyright-footer{
    background-color: var(--bs-secondary);
    height: 44px;
}
#footer {
    /* background-color: var(--theme-primary); */
     padding: 0;
     color: #fff;
     font-size: 14px;
   }
   
   #footer .footer-top {
     /* background: #5c768d; */
     /* border-top: 1px solid #768fa6;
     border-bottom: 1px solid #67839c; */
     background-color: var(--theme-primary);
     padding: 60px 0 30px 0;
   }
   
   #footer .footer-top .footer-info {
     margin-bottom: 30px;
   }
   
   #footer .footer-top .footer-info h3 {
     font-size: 24px;
     margin: 0 0 20px 0;
     padding: 2px 0 2px 0;
     line-height: 1;
     font-weight: 700;
   }
   
   #footer .footer-top .footer-info p {
     font-size: 14px;
     line-height: 24px;
     margin-bottom: 0;
     font-family: "Raleway", sans-serif;
     color: #fff;
   }
   
   #footer .footer-top .social-links a {
     font-size: 18px;
     display: inline-block;
    background-color: var(--theme-secondary);
     color: #fff;
     line-height: 1;
     padding: 8px 0;
     margin-right: 4px;
     border-radius: 50%;
     text-align: center;
     width: 36px;
     height: 36px;
     transition: 0.3s;
   }
   
   #footer .footer-top .social-links a:hover {
     background: #428bca;
     color: #fff;
     text-decoration: none;
   }
   
   #footer .footer-top h4 {
     font-size: 16px;
     font-weight: 600;
     color: #fff;
     position: relative;
     padding-bottom: 12px;
   }
   
   #footer .footer-top .footer-links {
     margin-bottom: 30px;
   }
   
   #footer .footer-top .footer-links ul {
     list-style: none;
     padding: 0;
     margin: 0;
   }
   
   #footer .footer-top .footer-links ul i {
     padding-right: 2px;
     color: #9eccf4;
     font-size: 18px;
     line-height: 1;
   }
   
   #footer .footer-top .footer-links ul li {
     padding: 10px 0;
     display: flex;
     align-items: center;
   }
   
   #footer .footer-top .footer-links ul li:first-child {
     padding-top: 0;
   }
   
   #footer .footer-top .footer-links ul a {
     color: #fff;
     transition: 0.3s;
     display: inline-block;
     line-height: 1;
   }
   
   #footer .footer-top .footer-links ul a:hover {
     color: #9eccf4;
   }
   
   #footer .footer-top .footer-newsletter form {
     margin-top: 30px;
     background: #fff;
     padding: 6px 10px;
     position: relative;
     border-radius: 4;
   }
   
   #footer .footer-top .footer-newsletter form input[type="email"] {
     border: 0;
     padding: 4px;
     width: calc(100% - 110px);
   }
   
   #footer .footer-top .footer-newsletter form input[type="submit"] {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     border: 0;
     background: none;
     font-size: 16px;
     padding: 0 20px;
     background: #428bca;
     color: #fff;
     transition: 0.3s;
     border-radius: 4;
   }
   
   #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background-color: var(--theme-primary);
   }
   
   #footer .copyright {
     text-align: center;
     padding-top: 30px;
   }
   
   #footer .credits {
     padding-top: 10px;
     text-align: center;
     font-size: 13px;
     color: #fff;
   }
   
   #footer .credits a {
     color: #9eccf4;
   }
   /* Default styles for desktop view */
   footer .footer-top {
     display: block;
   }
   
   footer .footer-mobileView {
     display: none; /* Hide mobile view content by default */
   }

/* ---------------testimonial--------------- */

   .testimonial {
    position: relative !important; /* Ensures the pseudo-element stays within bounds */
    z-index: 1 !important; /* Positions the content above the pseudo-element */
}

.testimonial::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: -1 !important; /* Places the pseudo-element behind the content */
    height: 100% !important;
    width: 100% !important;
    background: url(../img/testi-bg.jpg) center center / cover no-repeat !important; /* Combines background properties */
    opacity: 0.3 !important; /* Adds a soft overlay effect */
}

/* .section-title {
    padding: 80px 0 !important;
} */

/* ---------------shop now------------ */
.shop-content-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop-content-btns .btn{
    width: fit-content !important;
    height: fit-content !important;
}


/* ----------success---------- */
/*------why-us----------*/

.why-us {
    background: linear-gradient(#418532c9 100%, rgba(48, 79, 71, 0.8) 100%), url(../img/success.jfif);
    background-repeat: no-repeat;
    background-position: revert;
    background-size: cover;
    padding: 120px 0;
  }
  
  .why-us .achievement-card {
    padding: 18px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 64px rgb(17 17 17 / 10%);
    border-radius: 5px;
    background: linear-gradient(
      227deg,
      #0ace18c9,
      rgba(225, 225, 225, 0.3) 100%
    );
    backdrop-filter: blur(10px);
  }
  
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 20px;
  }
  
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 75px;
  }
  
  .why-us .achievement-card h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 19px;
    color: var(--mainWhite);
  }
  .why-us {
    padding: 30px 0;
  }
  .why-us .achievement-card {
    width: 100%;
    margin: auto;
  }
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 52px;
  }
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 0px;
  }
  .why-us .achievement-card p {
    margin-bottom: 0 !important;
    color: white !important;
  }


  /* ================================shopnow====================== */

  .form-control {
    border: 1px solid #743e15;
  }

  input[type="text"] {
    border: 1px solid #854632 !important; /* Sets a blue border color */
    border-radius: 4px; /* Adds rounded corners for a smoother look */
}

input[type="text"]:focus {
    border-color: #3bcc2e; /* Changes border color to #854632 when focused */
    outline: none; /* Removes the default browser outline */
}
/* .shop-search{
    border-radius: 10px;
} */
  @media (max-width: 768px) { /* Adjust this breakpoint if needed for your design */
    input::placeholder {
        font-size: 12px; /* Set a smaller font size for placeholders on mobile devices */
    }
}


/* ==============detail page ================*/
.price-booknow{
    display: flex;
    align-items: center;
    gap: 20px;
}
.price-booknow .btn{
    width: fit-content;
    height: fit-content;
}
.serv-desc{
    padding: 10px;
}
p{
    color: black ;
    margin-bottom: 0 !important;
}


/* .consult-form{
    padding-top: 120px;
} */

 .terms-cond {
        font-size:14px;
    }


@media (max-width:768px) {
    .serv-desc{
        padding: 5px;
    }

    .consult-form{
        padding-top: 30px;
    }


    .terms-cond {
        font-size:12px;
    }


}

.header-carousel p{
    color: white !important;
}

.foot-cont p{

    color: white !important;
  }




/* ===============updates============== */
.top-bar h3 p{
    color: #B08D3C !important;
}
.team-img img{
    height: 100%;
}
.team .team-item:hover .team-content p {
    color: var(--bs-light) !important;
}
.address{
    color: white !important;
}
.address p{
    color: white !important;
}
/* .address p:hover{
    color: var(--bs-light) !important;
} */

.copyright a{
    font-size: 20px;
    font-weight: bold;
}
.cart-icons{
    display: flex;
    gap: 10px;
}
.cart-icons .nav-link{
    padding: 0 !important;
}

.search-bar-height{
   height:43px;
}

.discount__content select.form-control {
    border: 1px solid #b10707;
    border-radius: 4px;
  }
  

  .bold-icon {
    text-shadow: 1px 1px 0 black;
}


/* ==============new changes================= */




.footer-links a{
    font-size: 16px !important;
}
@media (max-width:768px) {
    .dash-nav-mb{
        display: none !important;
        justify-content: flex-start !important;
    }
    .navbar-fixed{
        padding-left: 10px;
        padding-right: 10px;
    }
    select.form-control {
        width: 100%;
        max-width: 100%;
        font-size: 12px;
    }

    .scroll-tm{
        margin-top: 15px;
    }

    select.form-control option {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .view-order-btn{
        display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
    }
    .about .about-img {
        height: 300px !important;
    }
}
#collegeDropdown {
    min-width: fit-content !important;
    max-width: 100%;
    white-space: nowrap;
    z-index: 1000; /* Ensure it stays above other elements */
    position: absolute; /* Keeps it aligned with input */
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    #collegeDropdown {
        width: auto !important;
        max-width: 70vw !important;
        left: 0; /* Keeps it aligned */
        transform: translateX(-10px); /* Slight shift to the left */
        right: auto;
    }
    .team .team-item .team-img {
        position: relative;
        overflow: hidden;
        height: 128px !important;
    }

    /* .admin-dash-lets{
        font-size:20px;
    } */

    .drops-items{
         width:300px !important;
    }

        .contact-map {
        position: relative;
        height: 150px !important;
        overflow-x: hidden;
    }
    .map-size iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }
    
    /* Ensure the map container doesn't overflow */
    .map-size {
        position: relative;
        margin-bottom: 20px !important;
    }
   
} 
.mb-row-consult{
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
  
}
.mb-row-consult .discount__content{
    padding: 10px;
    width: 500px;
}
/* .mb-row-consult .discount__content .input-group input{
    width: 100px;
} */


.consult-img{
    height: 400px;
    display: flex;
    object-fit: fill;
}
.ebook-img{
    height: 400px;
    display: flex;
    object-fit: fill;
}
.training-img{
    height: 400px;
    display: flex;
    object-fit: fill;
}


.checkout {
    padding-top: 80px !important;
    padding-bottom: 70px;
}

.breads-pad {
    padding: 80px 0 20px 0;
}

.detail-font {
        font-size:40px;
    }

@media (max-width:768px) {
    .consult-img{
        height: 300px;
        display: flex;
        object-fit: fill;
    } 

    .detail-font {
        font-size:20px;
    }

    .breads-pad {
    padding: 0px 0 0px 0 !important;
}


    .checkout {
    padding-top: 0px !important;
    padding-bottom: 70px;
}

    .ebook-img{
        height: 300px;
        display: flex;
        object-fit: fill;
    }
    .training-img{
        height: 300px;
        display: flex;
        object-fit: fill;
    }

    .team-name {
        font-size:15px;
    }
    .team-prof{
        font-size:12px;
    }
}




.mails {
    color: #fff;
    font-size: 1rem !important; 
    
     padding: 0rem !important;
    border-radius: 100%;
    margin: 0 0 1rem 0;
}

.inputsi{
    display: flex;
    align-items: center;
}

.blogs-pads{
    padding:40px;
}


@media (max-width:768px) {
    .inputsi{
    display: flex;
    flex-direction: column;
}

.blogs-pads{
    padding:10px;
}


}

.product-title-clamp {
    font-size: 16px;              /* Adjust if needed */
    font-weight: 600;
    line-height: 1.4;

    display: -webkit-box;
    -webkit-line-clamp: 2;        /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;

    text-overflow: ellipsis;

    height:50px;
    /* background-color: #3bcc2e;; */
}


.checkout-logo {
    height:120px !important;
    width:332px !important;
    border-radius: 15px;
}

.payment-logo {
    height:50px;
    width:200px;
}
.checkout__order__widget label .checkmark {
    position: absolute;
    left: 0;
    top: 21px !important;
    height: 15px !important;
    width: 15px !important;
    border: 1px solid #444444;
    border-radius: 2px;
}


 /* .checkmark {
    position: absolute;
    left: 0;
    top: 18px !important;
    height: 15px !important;
    width: 15px !important;
    border: 1px solid #444444;
    border-radius: 2px;
} */

 input[type="radio"] {
        transform: scale(1.4); /* Increase size */
        margin-right: 10px; /* Optional spacing */
    }

    label[for="razorpay"] {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }




    .checkout__order__widget label .checkmark:after {
    position: absolute;
    left: 0px;
    top: -2px;
    width: 14px !important;
    height: 7px !important;
    border: solid #ffffff;
    border-width: 1.5px 1.5px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
    opacity: 0;
    }



.checks-size {
    font-size:23px !important; 
}



@media (max-width: 991.98px) {
    .navbar-light {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: var(--bs-white) !important;
        border-bottom: 1px solid #eee;
    }
    body {
        padding-top: 70px; /* Adjust this value to match navbar height */
    }


    .product-title-clamp {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
}
}



.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex !important;



}



/* screen 150% */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    font-size:11px !important;
  }


  .dropdown-toggle {
    white-space: nowrap;
    font-size: 14px;
}


}


@media (min-width: 1068px)  {
    .section-title .sub-style {
        margin-top:10px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}
}


/* screen 150% */

@media only screen and (min-width:  991px) and (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
    font-size:11px !important;
  }

  


  .dropdown-toggle {
    white-space: nowrap;
    font-size: 14px;
}
}
