
/*** 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;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** 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-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 17px;
    padding: 30px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
.nav-item.dropdown ul.dropdown-menu li {
    font-size: 14px;
}
ul.dropdown-menu.dropdown-submenu li a {

    font-size: 12px;
}
/*ul.dropdown-menu.dropdown-submenu {*/
/*    margin-left: 28px;*/
/*}*/
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.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);
    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 rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .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;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    /*.navbar-light .navbar-nav .nav-item::before {*/
    /*    position: absolute;*/
    /*    content: "";*/
    /*    width: 0;*/
    /*    height: 2px;*/
    /*    bottom: -1px;*/
    /*    left: 50%;*/
    /*    background: var(--bs-primary);*/
    /*    transition: .5s;*/
    /*}*/

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    /*.navbar-light .navbar-nav .nav-item::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    bottom: 1px;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    border: 10px solid;*/
    /*    border-color: transparent transparent var(--bs-primary) transparent;*/
    /*    opacity: 0;*/
    /*    transition: 0.5s;*/
    /*}*/

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
    .about-rhtno.bg-breadcrumb {
    padding: 70px 0 60px 0 !important;
}
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/


/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}
/*** Features End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content p {
    color: var(--bs-white);
} 

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)), url(../img/fact-bg.jpg); */
     /* background: linear-gradient(rgb(25 64 154 / 92%), rgb(175 220 242 / 85%)), url(../img/fact-bg.jpg); */
     background: linear-gradient(rgb(46 81 119), rgb(175 220 242 / 85%)), url(../img/about/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.team .team-item .team-inner {
    transition: 0.5s;
}
.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 209, 249, 0.2);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon { 
    left: -25px; 
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.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;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 28px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 28px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color:#afdcf2;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/




footer.main-footer {
    color: #fff;
}
footer.main-footer .text-muted{
     color: #fff!important;
}
.footer-bottom {
     color: #fff!important;
}



/* product slider styling home page  */

    .slider-wrap { width: 95%; max-width: 1100px; margin: 0 auto; }

    /* product card */
    .product-card {
      background: #fff;
      padding: 12px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      display: block;
    }

    .product-title {
    margin: 12px 0;
    font-weight: 600;
    font-size: 20px;
    color:  #2e5177;
    letter-spacing: 1px;
    text-align: center;
}
   .view-btn {
    display: inline-block;
    padding: 14px;
    border-radius: 6px;
    font-size:18px;
    text-decoration: none;
    color: #fff;
    background: #2e5177;
    font-weight: 600;
    width: 100%;
}
    .view-btn:hover { background:#d32f2f; }

    /* ensure slick's slides have some spacing */
    .slick-slide { padding: 10px; box-sizing: border-box; }


@media(min-width:1200px){
.product-item img {
    height: 350px;
    object-fit: cover;
}
    .product-card img {
      width: 100%;
      height:350px;
      object-fit: cover;
      border-radius: 6px;
      display: block;
    }
}
@media(max-width:1199px){
.product-item img {
    height: 300px;
    object-fit: cover;
}
    .product-card img {
      width: 100%;
      height:300px;
      object-fit: cover;
      border-radius: 6px;
      display: block;
    }
}

a.view-all {
    float: right;
    color: #fff;
    background-color: #2e5177;
    padding: 8px 30px;
    margin-top: -45px;
    font-size: 20px;
    border-radius: 5px;
}



/********************** Harshikesh Contact CSS Start ******************/

.contact-rhyno.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/contact/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.wordbr {
    word-break: break-all !important;
}


/********************** Harshikesh Gallery CSS Start ******************/

.gallery-rhyno.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/gallery/banner.JPG);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

/* Initial state for the slide-up animation */
.gallery-item {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    margin-bottom: 1.5rem;

    /* Initial state for the slide-up animation */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.4s ease;
}

/* Class added by JavaScript to trigger the animation */
.gallery-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* Hover animation effect */
.gallery-item:hover {
    /* Use a 3D transform for a tilting effect */
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) scale(1.05);
    /* More pronounced shadow on hover */
    box-shadow: 0 15px 25px #0000004d;
}

.gallery-item img {
    width: 500px !important;
    height: 300px !important;
    display: block !important;
    object-fit: cover !important;
}

/* Optional: Add a subtle overlay on hover */
.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
}

.gallery-item:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
}



/********************** Harshikesh Product-detail CSS Start ******************/

/* New styles for the related product cards */
.product-detail-rhyno.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/product-detail/banner.JPG);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.related-product-card,
.feature-card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
}

.related-product-card:hover,
.feature-card:hover {
    transform: scale(1.03);
}

.related-product-card img,
.feature-card img {
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    width: 100%;
    height: auto;
}

/* Styles for the new thumbnail slider */
#thumbnail-slider img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

#thumbnail-slider .slick-current img {
    border-color: #2e5177;
    /* Tailwind's indigo-600 */
    box-shadow: 0 0 0 2px #2e5177;
}

.feature-card h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #374151;
    /* Tailwind's gray-700 */
}

.feature-card p {
    color: #6b7280;
    /* Tailwind's gray-500 */
    font-size: 0.875rem;
}

/* Custom styles for the main image slider arrows */
#main-image-slider .slick-prev:before,
#main-image-slider .slick-next:before {
    color: #2e5177 !important;
}

/* Custom styles for the thumbnail slider arrows */
#thumbnail-slider .slick-prev:before,
#thumbnail-slider .slick-next:before {
    color: #4f46e5 !important;
}

#thumbnail-slider .slick-prev:before,
#thumbnail-slider .slick-next:before,
#related-products-slider .slick-prev:before,
#related-products-slider .slick-next:before {
    color: #2e5177 !important;
}

#thumbnail-slider .slick-prev {
    left: 0 !important;
    z-index: 11 !important;
}

#thumbnail-slider .slick-next
{
    right: 0 !important;
        z-index: 11 !important;

}
#thumbnail-slider img {
    height: 90px !important;
    object-fit: cover;
}
#main-image-slider img {
    height: 500px !important;
    object-fit: cover;
}
.related-product img {
    height: 250px;
    width: auto;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
.related-product img {
        height: 200px;
        width: auto;
        object-fit: cover;
    }
        #main-image-slider img {
            height: 400px !important;
            object-fit: cover;
        }
}

@media (max-width: 767px) {
    .related-product img {
            height: 200px;
            width: auto;
            object-fit: cover;
        }
                #main-image-slider img {
                    height: 300px !important;
                    object-fit: cover;
                }
}


/******************************************************* About Page ****************************************************/
.about-rhtno.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/about/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}
 
.about-c.counter {
    position: relative;
    overflow: hidden;
    
    background: linear-gradient(rgb(46 81 119), rgb(175 220 242 / 85%)), url(../img/about/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
 .nav-tabs .nav-link {
            background-color: #afdcf2;
            color: #2e5177;
            font-weight: 500;
        }
 
        .nav-tabs .nav-link.active {
            background-color: #2e5177;
            color: #fff !important;
            border-color: #2e5177;
        }
 
        .nav-tabs .nav-link:hover,
        .nav-tabs .nav-link:focus {
            border-color: #2e5177;
            color: #2e5177;
        }
 
        /* Style the border below the tabs */
        .nav-tabs {
            border-bottom: 2px solid #2e5177;
        }
 
 
/******************************************************* Category Page Start ****************************************************/
.cat-rhtno.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/products/1-THERMOCOL/PALLET/Palette-legeres.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}
.category-rhyno img{
 
    height: 300px !important;
    object-fit:cover;
}
@media (min-width: 1025px){
.custom-title{font-size:17px;    min-height: 45px;
    height: 100%;}
}
@media (min-width: 768px) and (max-width: 1024px) {
.category-rhyno img{
 
    height: 200px !important;
    object-fit:cover;
}
.custom-title{font-size:16px;min-height: 37px;}
}
@media (max-width: 767px){
.category-rhyno img{
 
    height: 200px !important;
    object-fit:cover;
}
.custom-title{font-size:14px;    height: auto !important;}
}
/******************************************************* Category Page End ****************************************************/
 
/******************************************************* Product Page Start ****************************************************/
 
.product-rhyno.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/products/1-THERMOCOL/PALLET/Palette-legeres.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}
 
/******************************************************* Product Page End ****************************************************/


    /* Desktop dropdown */
.submenu, .childmenu {
  display: none;
  position: absolute;
  background: #f8f9fa;
  min-width: 220px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1000;
}
.submenu a, .childmenu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}
.submenu a:hover, .childmenu a:hover {
  background: #e9ecef;
}
.childmenu {
  top: 0;
  left: 100%;
}

@media(min-width:992px){
.dropdown-custom:hover > .submenu {
  display: block;
}
.submenu div:hover > .childmenu {
  display: block;
}
}

/* Mobile styles */
@media(max-width: 991px) {
  .submenu{
    position: relative;
    display: none;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    padding-left: 10px!important;
    margin-left: 15px;
  }
   .childmenu {
    position: relative;
    display: none;
    box-shadow: none;
    background: #f1f1f1;
    border-radius: 0;
     top: 0;
  left:0;
  margin-left: 20px!important;
  padding-left: 10px;
  }


  .submenu.active, .childmenu.active {
    display: block;
  }
}
.submenu {
    padding-left: 15px;
}
.submenu a.nav-link {
    color: #000 !important;
    padding: 6px 0 5px !important;
    font-size: 14px !important;
}
@media (min-width: 992px) {
    a.nav-link.active::after {
        bottom: 1px;
        opacity: 1;
    }
}
 .mega-menu span::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}
@media (min-width: 992px) {
 a.nav-link.active::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 1;
        transition: 0.5s;
    }
  
}

/****************************** Career Page Css  *****************************************/
      
        .rc-btn-primary, .rc-bg-primary {
            background-color: #1a4369 !important;
            border-color: #1a4369 !important;
                color: #fff!important;
        }
        .rc-bg-primary h5{color:#fff;}
        .rc-text-primary {
            color: #1a4369 !important;
        }
         .rc-text-secondary {
            color: #fff !important;
        }
        .form-control:focus {
    border-color: #1a4369 !important;
    box-shadow: 0 0 0 .25rem rgb(26 67 105 / 19%) !important;
}
        /* Style for subtle hover animation on cards */
        .rc-card-shadow {
            transition: transform 0.3s, box-shadow 0.3s;
            border-radius: 12px;
        }
        .rc-card-shadow:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }
        /* Style for subtle hover animation on buttons */
        .rc-btn-hover-effect {
            transition: transform 0.2s, box-shadow 0.2s;
                color: #fff;
        }
        .rc-btn-hover-effect:hover {
            transform: translateY(-2px);
            /* Add a shadow using the primary color RGB to create a subtle glow effect */
            box-shadow: 0 4px 8px rgba(26, 67, 105, 0.5) !important;
        }
        .rc-job-card {
            border-left: 5px solid #1a4369;
        }
      .accordion-button:not(.collapsed) {
    color: white;
    background-color: #afdcf2;
    box-shadow: none;
    border: 0;
    font-size: 20px;
    /* text-align: center; */
}
button.accordion-button.collapsed {
    color: white;
    background-color:#afdcf2;
    box-shadow: none;
    border: 0;
    font-size: 20px;
}
button.accordion-button {
    border-radius: 0 !important;
}
        .accordion-button {
            font-weight: 600;
        }
        .rc-rounded-pill-input {
            border-radius: 50rem !important;
        }
        h2.accordion-header {
    background: #1a4369;
    color: #fff;
}

/********************************* Career page css end  **************************************/

/********************************* Franchise page css Start  **************************************/

  .info-section h2 {
      color: var #1a4369;
      font-weight: 700;
    }
    .info-section p {
      font-size: 1rem;
      color: #444;
    }
    .info-section{padding-top:70px;}
    .highlight-box {
      background-color: #afdcf2;
      border-left: 5px solid #1a4369;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
      height: 100%;
      display: flex;
      color:#444;
      flex-direction: column;
      justify-content: center;
    }
    .cta-section {
      background-color: #1a4369;
      color: #fff;
      text-align: center;
      padding: 50px 35px;
      border-radius: 10px;
    }
   .cta-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
    .btn-custom {
      background-color: #afdcf2;
      color: #1a4369;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 30px;
      border: none;
      transition: 0.3s;
    }
    .btn-custom:hover {
      background-color: #fff;
      color: #1a4369;
    }
    .form-franchise
    {
        padding-top:70px;
        padding-bottom:70px;
    }
       
/********************************* Franchise page css End  **************************************/
       