@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing: border-box;

    font-family: "Poppins", serif;
}

:root{
    --main-color: #09214b;
    --seconday-color: #dc3545;
}


header{
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 999;
}


.logo img{
    max-width: 250px;
}

.header-area{
    padding: 5px 0;
}
.search-bar{
    border: 1px solid #d9d9d9;
    border-radius: 13px;
}
.search-bar input{
    border: none;
    outline: none;
    width: 100%;
    padding: 15px;
    font-size: 17px;
    font-weight: 700;
    color: #ccc !important;
    background: transparent;
}

.search-bar i{
    line-height: 25px;
    font-size: 20px;
    margin-top: 2px;
}

.search-bar input:focus{
    border: none;
    outline: none;
    box-shadow: none;
}

.cart-btn{
    font-weight: 600;
}
.main-header{

}

.search-container{
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    position:relative;
}

.search-container form{
    width: 100%;
}

.header-bottom h5{
    font-size: 20px;
    font-weight: 600;
    color: #333;

}

.header-bottom{
    padding: 15px 0;
    background-color: #f5f5f5;
}
.upload-box{
    border: 1px solid #d9d9d9;
    border-radius: 13px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    background-color: #fff;

}

.upload-box .upload-icon{
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    margin-right: 10px;
   
}

.upload-box h5{
    font-size: 18px !important;
    margin-bottom: 0;
}

.banner-section{
    padding: 50px 0;
}

.banner-section h4{
    color: #09214b;
}

.banner-section .search-bar{
    background-color: #fff;
}

.sec{
    padding: 40px 0;
}

.frequently-booked-slider .owl-stage-outer{
    padding: 30px 0;
}
.cate-box{
    padding: 20px;
    width: 100%;
    border: 1px solid #9b9b9b;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
}
.cate-box h6 {
margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
}

.cate-box .cate-icon{
    font-size: 30px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    margin-right: 10px;
}
.cate-box .cate-icon img{
    width: 60%;
}

.owl-nav {
    position: absolute;
    top: -45px;
    right: 20px;
   

}

.owl-nav button{


}
.owl-nav button{
    width: 40px;
    height: 40px;
    background-color: #09214b !important;
    margin: 5px;
    border-radius: 7px !important;
}
.owl-nav button i{
    color: #fff !important;
  
    
}


.package-box{
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #ccc;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    background-color: #ffe0e5;
}
.package-box .package-image img{
    aspect-ratio:1;
    object-fit:cover
}
.package-name{
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #ccc;
}

.package-title-box{
    height:50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.package-title-box .package-display-btn{
    padding: 5px 7px;
    border-radius: 5px; 
    height: fit-content;
    background-color: #e7e7e7;
    margin-bottom:0px;
}
.package-name .package-title{
    display:flex;
    align-items:center;
    font-size: 19px;
    font-weight: 600;
    color: #09214b;
    /*height: 66px;*/
    line-height: 24px;
}
.package-name .package-title a{
    text-decoration: none;
    color: #09214b;
}

.package-name .numbers-box{
    display: flex;

}

.package-name .numbers-box .report-time{
    border-right: 1px solid #ccc;
    /*padding-right: 10px;*/
    margin-right: 10px;
}

.package-name .numbers-box span{
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-right: 10px;
    padding: 5px 7px;
    background-color: #0c4989;
    border-radius: 5px;
    overflow: ;
}

.package-content .package-des{
    padding: 15px;
    height: 87px;
    display: -webkit-box;            /* Required for the flexbox-like behavior */
    -webkit-line-clamp: 3;           /* Limits the text to 3 lines */
    -webkit-box-orient: vertical;    /* Makes the content behave as a vertical box */
    overflow: hidden;                /* Hides the overflowed text */
    text-overflow: ellipsis;         /* Adds the "..." at the end of the last visible line */
    white-space: normal;    
    margin-bottom: 15px; 
    

}

.package-content .package-price-details-box {
    padding: 15px;
    /*background-color: #ffc9d2;*/
}

.package-name .numbers-box p{
    margin: 0;
}


.package-price-details-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-price-details-box .cart-btns{
    width:50%;
}
.package-price-details-box .cart-btns a{
    width:100%;
    background-color:#ad152a;
    color:white;
}
.package-price-contaienr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-price h4{
    font-size: 20px;
    font-weight: 600;
}

.package-price{
    /*border-right: 1px solid #ccc;*/
    padding-right: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.discount-box p{
    margin: 0;
}
.top-health-slider{
    padding: 30px 0;
}
.why-choose-us-container{
    padding:30px 20px;
    background-color: #e7ebef;
    border-radius: 15px;
}
.why-choose-box{
    padding: 20px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    margin-bottom:20px;
}
.why-choose-box .why-choose-icon{
        border-bottom:1px solid #ccc ;
        margin-bottom: 7px;
}
.why-choose-box h5{
    font-size: 16px;
}
.why-choose-box p{
    font-size: 14px !important;
    margin-bottom: 0;
    height: 60px;
}
.tags{
    padding: 5px 15px;
    font-size: 18px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}
.category-box{
    padding:30px 20px;
    background-color: #f9e0db;
    border-radius: 15px;
}
.sec-title{
    color: #09214b;
}

.cate-btn{
    padding: 10px 20px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #09214b;
    color: #09214b;
    font-weight: 600;
}
.cate-btn:hover{
    padding: 10px 20px;
    border-radius: 7px;
    background-color: #09214b;
    border: 1px solid #09214b;
    color: #fff;
    font-weight: 600;
}

.cate-btn.active{
    padding: 10px 20px;
    border-radius: 7px;
    background-color: #09214b;
    border: 1px solid #09214b;
    color: #fff;
    font-weight: 600;
}


.family-care-slider {
    padding: 25px 0 ;
}
.testimonial-slider .owl-stage-outer{
    padding: 25px 0;
}

.testimonial-box{
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ccc;
    background-color: #fffbee;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.testimonial-box h5{
    font-size: 18px;
    font-weight: 600;
    color: #09214b;
    margin-bottom: 0;
}
.testimonial-content{
    height: 180px;
}
.testimonial-content p{
    font-size: 15px !important;
    margin-bottom: 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 7;  /* Limit to 5 lines */
    text-overflow: ellipsis;
   

}
.testimonial-box p{
    font-size: 16px;
    margin-bottom: 0;
}
.testimonial-author{
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-box img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
footer{
    padding: 50px 0 0 0 ;
    background-color: #ffefef;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.footer-content{
    margin-left: 26px;
}
.footer-content h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-content ul{
    padding: 0;
}

.footer-content ul li{
    list-style: none;
    margin-bottom: 10px;
}
.footer-content ul li a{
    list-style: none;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
}

.contact-list  li{
    display: flex;
    gap: 15px;


    
}

.contact-list li i{
    font-size: 22px !important;
    color: #09214b;
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px ;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid #09214b;
}

.social-media{
    display: flex;
    gap: 15px;
    
}
.social-media i{
    font-size: 22px !important;
    color: #09214b;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px ;
    width: 40px;
    height: 40px;
    border: 1px solid #09214b;
}

.footer-bottom{

    background-color: #09214b;
    color: #fff;
    text-align: center;
}
.footer-top{
    padding: 40px 0;
   
}


.sidemenu .offcanvas-body{
    background-color: #ececec;
}

.side-menu-box{
    background-color: #f7f7f7;

}

.side-menu-box li {
    list-style: none;

}

.side-menu-box{
    background-color: #fff;
}

.side-menu-box ul{
    padding: 0;
}

.side-menu-box li a{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 7px 15px;
    border-bottom: 1px solid #ccc;
}
.side-menu-box li a:hover{
    background-color: #09214b;
    color: #fff !important;
}

.side-menu-box li i{
    width: 20px;
    
}
.btn-cart{
    background-color: #e5364e;
    color: #fff;
    font-weight: 600;
}

.btn-cart:hover{
    background-color: #0a2452;
    color: #fff;
    font-weight: 600;
}

.view-cart-btn{
    display: none;
}


.showDetailsSidebar .offcanvas-header{
    border-bottom: 1px solid #ccc;
}
.showDetailsSidebar .offcanvas-header{
    border-bottom: 1px solid #ccc;
}

.showDetailsSidebar {
    width: 500px !important;
}


.side-package-container{
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    padding:  20px;
    border:1px solid #ddd
}

.side-package-title{
    font-size: 22px;
    font-weight: 600;
    color: #09214b;
    height: 29px;
    display: -webkit-box; /* For multi-line ellipsis in WebKit-based browsers */
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical; /* Set the box orientation to vertical */
    overflow: hidden; /* Hide overflowed content */
    text-overflow: ellipsis; 
}

.side-package-price-box{
    display: flex;
    gap: 10px;
    align-items: center;
}
.side-package-price-box h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.side-package-price-box h6{
    margin-bottom: 0;
}

.side-package-price-box .side-percent-box{
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #09214b;
    color: #fff;
}

.side-package-des{
    margin-top: 20px;
    font-size: 15px;
}

.side-perameter-container{
    background-color: #ededed;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
    padding: 10px 7px ;
    border-radius: 5px;
}

.side-perameter-container .perameter-content-box{
    display: flex;
    width: 100%;
    align-items: center;
   
}

.side-perameter-container .perameter-content-box i{
    font-size: 25px;
    padding: 0 15px;
}

.side-perameter-container .perameter-content-box .perameter-content p:first-child{
    margin-bottom: 5px;
    font-size: 14px;
    color: #5e5e5e;
}
.side-perameter-container .perameter-content-box .perameter-content p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}
.side-pretest-info-box{
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.side-pretest-info-box i{
    padding: 0   10px 0 0;
    font-size: 20px;
}

.side-pretest-info-box p{
    margin-bottom: 0;
}

.side-pretest-info-box .side-pretest-info{
    font-weight: 600;
}

.promtional-banner-1{
   margin-top: 40px;

}
.promtional-banner-1 img{
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #ccc;
}

.side-package-test-container{
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.side-product-action-fixed-box{
    
    position: sticky;
    bottom: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 5px 3px 0px;
    background-color: #fff;
    padding:10px 20px;
}

.side-test-box-title{
    font-size: 22px;
    font-weight: 600;
    color: #09214b;
  
}
.category-box{
    position: relative;
}
.category-viwe-all-test-btn{
    position: absolute;
    top: 30px;
    right:  0;
    padding:7px 15px;
    font-size: 18px;
    background-color: #dc3545;
    color: #fff;
    font-weight: 600;
    border-radius: 10px 0 0 10px;
    display: block;
    text-decoration: none;
}

.package-details-price-btns{
    display: flex;
    gap: 20px;
    

}

.package-details-price-btns .cart-btns{
    width: 48%;
}
.package-details-price-btns .cart-btns a{
    font-size:16px;
}
.package-details-price-btns .book-now-btn-1{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3183ab;
    border-radius: 7px;
    color: #fff;
    padding: 0px 15px;
}

.package-details-price-btns .book-now-btn-1 i{
    font-size: 18px;
}

.package-details-price-btns .book-now-btn-1 h5{
    margin-bottom: 0;
}
.package-details-price-btns .book-now-btn-1 h6{
    margin-bottom: 0;
    font-size: 14px;
}

.package-box-not-found{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    height: 310px;
    border:1px solid #ddd;
    
    padding: 0 25px ;
}

.package-tag a{
    color: #000;
    text-decoration: none;
    font-size: 15px;
}


.side-package-test-container-2{
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    border: 1px solid #ccc;
    position: sticky;
    top:150px;

}


.side-package-test-container-2 .save-price-container{
   padding: 10px;
   background-color:#d55454;
   color: #fff;
   border-radius: 7px;
   margin-bottom: 17px;
   text-align: center;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.side-package-test-container-2 .save-price-container h6{
    margin-bottom: 0;
}






.checkout-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
    padding: 20px;
  }
  
  .checkout-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    /* padding: 0 40px; */
  }
  
  .checkout-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    transition: all 0.3s ease;
  }
  
  .checkout-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ecf0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  
  .checkout-step.active .checkout-circle {
    background: #3498db;
    color: white;
    border-color: #3498db;
    transform: scale(1.1);
  }
  
  .checkout-step.completed .checkout-circle {
    background: #2ecc71;
    color: white;
    border-color: #2ecc71;
  }
  
  .checkout-label {
    font-size: 0.9em;
    color: #7f8c8d;
    transition: all 0.3s ease;
  }
  
  .checkout-step.active .checkout-label {
    color: #3498db;
    font-weight: bold;
  }
  
  #checkout-progress {
    position: absolute;
    top: 20px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: #ecf0f1;
    z-index: 1;
  }
  
  #progress-indicator {
    height: 100%;
    background: #3498db;
    width: 0%;
    transition: width 0.3s ease;
  }
  
  #checkout-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 40px;
  }
  
  .checkout-button {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.2s;
  }
  
  .checkout-button:hover {
    transform: translateY(-2px);
  }
  
  .checkout-button:disabled {
    background: #bdc3c7;
    cursor: not-allowed;
    transform: none;
  }




  .qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.qty-input .product-qty, .qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    /*font-size: inherit;*/
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}
.qty-input .product-qty:focus, .qty-input .qty-count:focus {
    outline: none;
}
.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}
.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input {
    border-radius: 4px;
    width: fit-content;
    border: 1px solid #e2e2e2;

}


.cart-item-action-box{
    display: flex;
    gap: 10px;
    align-items: center;
}

.cart-item-action-box .delele-cart-btn{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
}

.himalayan-cart-item-box{
    padding: 15px;
    border-radius: 7px; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #09214b;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    cursor:pointer;
}

.himalayan-cart-item-box h4{
    color: #09214b;
}

.himalayan-cart-item-box p{
    margin-bottom: 0;
    font-size: 20px;
}

.himalayan-cart-item-box p del{
    font-size: 18px;
}
.cart-item-info{
    max-width: 70%;
}



.cart-sec{
    min-height: 80vh;
}



.member-details-container{
    display: none;
}



.cart-form-container {
    /* max-width: 600px; */
    margin: 0 auto;
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
    transform: translateY(0);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #ccc;
  }
  
  .cart-form-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  }
  
  .cart-form-container .form-group {
    margin-bottom: 24px;
  }
  
  .cart-form-container label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-color);
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.025em;
  }
  
  .cart-form-container .required::after {
    content: '*';
    color: #dc2626;
    margin-left: 4px;
  }
  
  .cart-form-container input, select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.95rem;
    box-sizing: border-box;
    transition: all 0.2s;
    background: #f8fafc;
    border: 1px solid #09214b;
  }
  
  .cart-form-container input:focus, select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
    background: white;
  }
  
  .cart-form-container .row {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
  }
  
  .cart-form-container .col {
    flex: 1;
  }
  
  .cart-form-container  .info-text {
    background: #f0f9ff;
    padding: 16px;
    border-radius: 12px;
    font-size: 0.95rem;
    color: #0369a1;
    margin: 24px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #bae6fd;
  }
  
  .cart-form-container .info-icon {
    font-size: 1.5rem;
  }
  
  .cart-form-container button {
    width: 100%;
    padding: 14px;
    background: #09214b;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  
  .cart-form-container button:hover {
    background: #09214b;
    transform: translateY(-1px);
  }
  
  .cart-form-container button:active {
    transform: translateY(0);
  }
  
  /* Add subtle animations */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .cart-form-container .form-group {
    animation: fadeIn 0.5s ease-out forwards;
    opacity: 0;
  }
  
  .cart-form-container .form-group:nth-child(1) { animation-delay: 0.1s; }
  .cart-form-container .form-group:nth-child(2) { animation-delay: 0.2s; }
  .cart-form-container .form-group:nth-child(3) { animation-delay: 0.3s; }
  .cart-form-container .form-group:nth-child(4) { animation-delay: 0.4s; }
  .cart-form-container .form-group:nth-child(5) { animation-delay: 0.5s; }
  







  .booking_system_container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .booking_system_dates {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
  
  .booking_system_date_card {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .booking_system_date_card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  }
  
  .booking_system_date_card.booking_system_selected {
    background: #25458f;
    color: white;
    border-color: #25458f;
  }
  .booking_system_selected .booking_system_weekday{
   
    color: white;
   
  }
  .booking_system_selected .booking_system_month{
   
    color: white;
   
  }
  
  .booking_system_time_slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  
  .booking_system_time_slot {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    min-width: 120px;
    font-size: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .booking_system_time_slot.booking_system_selected {
    background: #25458f;
    color: white;
    border-color: #25458f;
  }
  
  .booking_system_time_slot:hover:not(.booking_system_selected) {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    background: #f8f9fa;
  }
  
  .booking_system_selected_info {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    display: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-left: 4px solid #4CAF50;
  }

  .booking_system_weekday {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }

  .booking_system_date {
    font-size: 1.4em;
    margin-bottom: 5px;
  }

  .booking_system_month {
    color: #666;
  }

  .booking_system_time_icon {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #666;
  }

  .booking_system_title {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
  }

  .cart-persnal-details-review p{
    font-size: 14px;
    
  }

  .test-cart-review-box{
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
  }
  .test-cart-review-box .test-name{
    color: #09214b;
    margin-bottom: 5px !important;
  }
  .test-cart-review-box p{
    margin-bottom: 0;
  }

  .test-cart-review-box p span{
    font-size: 14px;
  }


  .accordion-button:not(.collapsed) {
    background-color:#fff ;
    box-shadow: none !important;
  }


  .payment-method-btn{
    font-size: 18px;
    
    font-weight: 600;
  }

  .counpan-container{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    align-items: center;
    margin-bottom: 7px;
  }


  .side-final-price-box{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px ;
    margin-top: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

.side-price-container{
    display: flex;
    justify-content: space-between;
}

.side-final-btn-box{
    display: flex;
    justify-content: space-between;
}

.package-category-details{
    position: sticky;
    top: 150px;
    border: 2px solid #09214b;
    border-radius: 7px;
    overflow: hidden;
}

.package-category-details ul {
    padding: 0;
}

.package-category-details ul li{
    list-style: none;
    padding:7px 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    

}

.package-category-details ul li.active {
    background-color: #09214b;
    color: #fff;
}

.package-category-details ul li img{
    width: 30px;
}


.contact-info-box i{
    min-width: 55px;
    max-width: 55px;
    max-height: 55px;
    min-height: 55px;
    border-radius: 50%;
    text-align: center;
    
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #09214b;

    font-size: 25px;
}
.contact-info-box p{
    margin-bottom: 0;
}


.upload-box-a{
    color: #0c1c46;
    text-decoration: none;
}

.bg-gray{
    background-color: #f7f7f7;
}
.suggestion-sec h5{
  padding-left:10px;   
      display: inline-block;
    background-color: #dfdfdf;
    padding: 7px 16px;
    border-radius: 7px;
    color: #5e5e5e;
}
.suggestion-sec h4{
  margin-bottom:15px;   
}
  .consult {
    position: relative;
    display: inline-block;
  }

  .consult-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 100;
    width:160px;
  }

  /* Show dropdown if hovering over the consult div (including h5 and dropdown) */
  .consult:hover .consult-list {
    display: block;
  }

  .consult-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .consult-list ul li {
    padding: 5px 10px;
    cursor: pointer;
  }
  .consult-list ul li a{
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    color:#3a3a3a;
    display:block;
  }

  .consult-list ul li:hover {
    background-color: #ddd;
  }
  @media screen and (max-width: 557px) {
  .logo img{
      max-width: 219px;
  }
}
.form-container {
      max-width: 900px;
      background: #fff;
      padding: 24px 20px;
      margin: auto;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border-radius: 12px;
    }

    .form-title {
      text-align: center;
      margin-bottom: 30px;
      font-size: 24px;
      color: #333;
    }

    .form-row {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
      /*flex-wrap: wrap;*/
    }

    .form-group {
      flex: 1 1 45%;
      display: flex;
      flex-direction: column;
    }
     .form-group select{
         border:1px solid #cccccc;
     }
    label {
      font-weight: 600;
      margin-bottom: 6px;
      color: #555;
    }

    input {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 16px;
    }

    .doctor-select {
    border: 1px solid #b5b5b5;
    border-radius: 12px;
    background-color: #ededed;
    padding: 10px;
    height: 154px;
    overflow-x: hidden;
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));*/
    gap: 20px;
    margin-top: 10px;
    }

    .doctor-card {
        position:relative;
        padding:10px;
        height:153px;
      display: flex;
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      background-color: #fafafa;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
    }
     .doctor-card .book-app, .doctor-card .book-app2, .doctor-card .book-app3{
        position: absolute;
        bottom: 11px;
        right: 11px;
        text-decoration: none;
        background-color: #057e05;
        color: white;
        padding: 7px 20px;
        border-radius: 7px;
        font-size: 13px;
        border:none;
     }
    .doctor-card:hover {
      transform: scale(1.02);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .doctor-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-right: 1px solid #ddd;
    border-radius: 50%;
    border: 1px solid #bbbbbb;
    padding: 8px;
    }

    .doctor-info {
      padding: 10px;
      padding-top:0;
      display: flex;
      flex-direction: column;
      justify-content: start;
    }

    .doctor-name {
      font-weight: 600;
      color: #333;
    }

    .doctor-specialty {
      font-size: 14px;
      color: #0a0a0a;
    }

    .submit-btn {
      margin-top: 30px;
      background-color: #1a73e8;
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .submit-btn:hover {
      background-color: #0f5fd3;
    }
    .doc-review{
        margin-top:10px;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#e3b11e;
    }
    .doc-review i{
       font-size:11px;
       margin:0px 2px;
    }
    @media (min-width: 576px) {
    .modal-dialog {
        max-width: 909px;
        margin-right: auto;
        margin-left: auto;
    }
   }
  
    @media (max-width: 776px) {
        .doc-review{
            margin-bottom:10px;
            justify-content:start;
        }
     .doctor-card .book-app, .doctor-card .book-app2, .doctor-card .book-app3{
         bottom: 75%;
     }
        .checkout-label{
            text-align: center;
        }
        .himalayan-cart-item-box{
            flex-direction:column;
        }
        .cart-item-info{
            margin-bottom: 15px;
        max-width: 100%;
        }
        .sec-title{
            width:65%;
        }
        .category-btn-box-list{
              display: grid;
              grid-template-columns: 1fr 1fr;
              column-gap: 10px;
              row-gap: 10px;
        }
        .package-name .numbers-box{
            flex-direction:column;
        }
       .package-name .report-time{
           margin-bottom:22px;
       }
        .sec{
    padding: 20px 0;
}

         .mobile-menu h5{
             font-size:18px;
             display:flex;
             align-items:center;
         }
    .modal-dialog {
        max-width: 909px;
        margin-right: auto;
        margin-left: auto;
    }
    .form-row{
        flex-direction:column;
    }
    .doctor-card{
        height:245px;
        flex-direction:column;
    }
    /*.doctor-img{*/
    /*    display:flex;*/
    /*}*/
     .doctor-img img{
         margin-right:10px;
     }
         .doctor-card .book-app{
             width:120px;
             text-align:center;
         position:absolute;
         bottom:50%;
         right:10px;
         text-decoration:none;
         background-color:#057e05;
         color:white;
         padding:7px 20px;
         border-radius:7px;
         font-size:11px;
     }
         .doctor-img {
    width:  60px;
    height: 60px;
    }
   }
   
  .notification {
    position: fixed;
    top: 12px;
    right: 13px;
    z-index: 999999999;
    background-color: #dbdbdb;
    border: 1px solid #198754;
    color: #2e7d32;
    border-left: 5px solid #2e7d32;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 435px;
    animation: slideIn 0.5s ease-out forwards;
    font-size: 15px;
      opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease;
    }
.notification.show {
  opacity: 1;
  visibility: visible;
}
    .notification-icon {
      background-color: #2e7d32;
      color: white;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
    }

    @keyframes slideIn {
      from {
        transform: translateY(-20px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
    .pkg-img img{
        width:100%;
        object-fit:cover;
    }
    .pkg-cont{
        display:flex;
        flex-direction:column;
        width:100%;
        border:1px solid black;
        border-radius:15px;
    }
   /*.pkg-cont .package-box{*/
   /*     width:60%;*/
   /* }*/
    /*.pkg-cont .pkg-img{*/
    /*      width:40%;*/
    /*      border-radius:0px 15px 15px 0px;*/
    /*}*/
    .pkg-cont .pkg-img img{
        aspect-ratio:1.6/1;
        height:100%;
        width:100%;
        object-fit:cover;
          border-radius:15px 15px 0px 0px;
    }
    #suggestions {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index:9999;
    background-color:red;
    }
    .suggestion-item{
        border-bottom: 1px solid #b5b5b5;
        background-color: #f7f7f7;
        padding: 7px 14px;
        font-weight: 500;
    }
    .suggestion-item a{
        text-decoration:none;
        color:#3e3e3e;
    }
    .suggestion-item:hover {
        background-color: #f0f0f0;
    }
    .swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
 background: linear-gradient(135deg, #8a0e23 0% 0%, #2575fc 100% 100%);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
background: linear-gradient(135deg, #8a0e23 0% 0%, #2575fc 100% 100%);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
}

/* Icon style override (if using default Swiper arrows) */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Optional: adjust position (depending on your layout) */
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 10px;
}
    .dropdown-container {
      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f8f9fa;
      border: 1px solid #ddd;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 10px;
      z-index: 1;
      min-width: 160px;
    }

    .dropdown-container:hover .dropdown-content {
      display: block;
      width:110%;
    }

    .dropdown-content ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .dropdown-content li {
      padding: 5px 10px;
      cursor: pointer;
    }
    .dropdown-content li a{
     text-decoration:none;
     color:black;
    }
    .dropdown-content li:hover {
      background-color: #e9ecef;
    }
    .accordion-button::after{
        display:none !important;
    }
    .all-tests{
        display:flex;
        flex-wrap: wrap;
    }
  .search-test-pkg{
      max-width:500px;
  }
  #resultsContainer{
      /*height:300px;*/
      overflow-y:scroll;
  }
  .loadTests{
      border:1px solid #ad152a;
  }
  .loadPackages{
      border:1px solid #0c4989;
  }
  .loadTests:hover{
      background-color:#ad152a;
      color:white;
  }
  .loadPackages:hover{
       background-color:#0c4989;
       color:white;
  }
 .suggestions-visible {
    height: 200px;
    overflow-y: scroll; /* optional, enables scrolling if content overflows */
}