
body{
    margin: 0;
    background-color: white;
    height: 100vh;
    padding: 0;
    

}
li{
    list-style: none;
}
.bg-light{
    background-color: #f8f9fa;
}
.menu{
    font-size: 20px;
    
}
.menu:hover{
    color: rgb(36, 240, 104);
    cursor: pointer;
}
.fa-2xl{
    cursor: pointer;
    
}


.immu_title{
    font-size: 28px;
    color: #E3A008;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.immu_title:hover{
    color: #E3A008;
}

.nav-font{
    font-size: 20px;
    
}

.back{
    background-color: #387efa;;
}
.foot{
    background-color: #1D2A4D;
    min-height: 80px;
    padding: 1rem;
    font-family: "Roboto";
    

}
.about-foot{
    background-color: rgb(244, 238, 238);
    min-height: 80px;
    padding: 1rem;
}

.card-img{
   width: 130%;
   height: 235px;
   object-fit: cover;    
}

.bg-img{
    background: white;
    width: 320px;
}
.service{
    border-radius: 5px;
    background-color: rgb(247, 238, 238);
}
.pro-img{
    width: 18px;
}
.docc-img{
    width: 150px;
}
.doc-bg{
    background-color: rgb(222, 219, 219);
}
.profile{
    box-shadow: 4px 4px 8px gray;
    border-radius: 10px;
}
.dash-img{
    width: 150px;
    padding: 20px;
    
}

/*doc profile start */

.text-muted {
    font-size: 0.9rem;
}


/* doc profile end */


/* banner part start */

.banner {
    display: flex;
    background-image: url(./static/images/h1_hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; 
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    position: relative; 
}

.banner-title {
    font-size: 2.5rem; 
}

.banner-subtitle {
    font-size: 1.2rem; 
}

.banner-btn {
    background-color: #E3A008; 
    border-radius: 10px;
    border: none;
    color: white; 
    padding: 13px 20px; 
    cursor: pointer;
    font-weight: bold;
}
.vaccine-span {
    color: #13C5DD;  
}

.banner-btn:hover{
    cursor: pointer;
    box-shadow: inset 300px 0 0 0 #E3A008;
    color: #fff;
}

.bann-img {
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.banner img {
    max-width: 250%;
    height: auto; 
}

@media (max-width: 768px) {
    .vaccine-span {
        font-size: 1.2em; 
    }
}

@media (max-width: 576px) {
    .vaccine-span {
        font-size: 1em; 
        text-align: center; 
    }
}



@media (max-width: 768px) {
    .banner {
        height: auto; 
        padding: 20px; 
        flex-direction: column; 
    }

    .banner-title {
        font-size: 2rem; 
        text-align: center;
    }

    .banner-subtitle {
        font-size: 1rem; 
        text-align: center; 
    }
    .col-md-4 {
        margin-top: 20px; 
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 1.5rem; 
    }

    .banner-subtitle {
        font-size: 0.9rem; 
    }
}

.banner-btn2:hover{
    color: #000;
    cursor: pointer;
}
.banner-btn2:before{
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #42FBF2;
}
.banner-btn2:hover:before{
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;

}


.font {
    font-family: "Roboto", sans-serif;
    font-weight: 1000;
    font-style: normal;
    font-size: 57px;
    color: #2C3E50;
    
}
p{
    font-family: 'Lato', sans-serif;
    font-weight: 400; 
    line-height: 1.6; 
    font-size: 1rem; 
}
.font2 {
    font-family: "Roboto", sans-serif;
    font-weight: 550;
    font-style: italic;
    font-size: 19px;
    color: #2C3E50;
}

.banner-btn:hover {
    background-color: #0056b3; 
}

/* Responsive  */
@media (max-width: 768px) {
    .banner {
        height: auto; 
        padding: 0 20px;
    }
    .font {
        font-size: 2.5rem; 
    }
    .font2 {
        font-size: 1rem; 
    }
    .banner-btn {
        width: 100%; 
        text-align: center; 
    }
}

/* banner part end */

.feature-card{
    border: 1.5px solid rgb(224, 220, 220);
}
.feat-img{
    height: 90px;
    object-fit: cover; 

}
.bn-img{
    width: 400px;
   
}
.h-font{
    font-weight: bolder;
    font-style: inherit;
    font-size-adjust: initial;
   
    
}
.p-font{
    font-style: italic;
    font-weight: lighter;
    font-size: large;
    

}
.about{
    background-color: #c6d8db;
}

.cor-img{
    width: 83%;
}


/* gallery */

.gallery-card {
    position: relative;
    overflow: hidden;
}

.gallery-card img {
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 18, 29, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover .overlay {
    opacity: 1;
}



/* service end */
.bor{
    border: 1px solid rgb(209, 207, 207);
    border-radius: 10px;
    
   
}
.bord{
    border: 1px solid rgb(209, 207, 207);
    background-color: #eee2e2;
    border-radius: 8px;
    
   
}

.td-design{
    background-color: darkgoldenrod

}

.table th {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.edit{
    padding: 16px 32px;
    background-color: #ff009a;
    border-radius: 5px;
}
.edit-btn{
    padding: 10px 20px;
    background-color: #ff009a;
    border: 1px solid  #ff009a;
    
     

}
.prof{
    background-color: rgb(237, 237, 237);
    width: 76%;
    height: 43px;
    border-radius: 5px;
    padding: 8px;
    padding-right: 10px;
}

/* vaccine card start */

.vaccine-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 4px 8px rgb(196, 196, 196);
}

.vaccine-card:hover {
   
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-img-container img {
    height: 200px; 
    object-fit: cover; 
}

.vaccine-card .card-body {
    padding: 1.25rem;
    border: 2px solid #fff;
    
}
.card-body{
    /* background-color: #fff; */
    font-size: 25px;
}
.addVaccine-cardbody{
    font-size: 20px;
}

.vaccine-card .btn {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s ease;
}

.vaccine-card .btn-primary {
    background-color: #E3A008;
    border: none;
    font-weight: bold;
}

.vaccine-card .btn-primary:hover {
    background-color: #E3A008;
}

/* vaccine card end */


/* review card start*/

.revg{
    color: #E3A008;
}
.v-title{
    color: #E3A008;
    font-size: 35px;
    font-weight: bold;
    
}
.rev-title{
    font-size: 20px;
    color: #E3A008;
}
.btn-outline-custom {
    color: #E3A008; 
    border-color: #E3A008; 
    padding: 10px 25px;
}
.btn-outline-custom:hover {
    background-color: #E3A008; 
    color: #fff; 
}
.btn-outline-list{
    border-color: #E3A008; 
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: bold;
}
.btn-outline-list:hover {
    background-color: #E3A008; 
    color: rgb(243, 224, 224);
    font-weight: bold;
}

.btn-deep-orange {
    background-color: #E3A008; 
    color: #fff; 
    border: none;
    
}
.btn-deep-orange:hover{
    background-color: #E3A008; 
    color: #fff;
}
.profile-btn{
    background-color: #E3A008;
    padding: 5px 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    color: white;
}
.addVaccine-btn{
    background-color: #E3A008;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    color: white;
}
.profile-btn:hover{
    background-color: #E3A008; 
}
.profileEdit-btn{
    background-color: #E3A008;
    padding: 16px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    color: white;
}
.profileEdit-btn:hover{
    background-color: #E3A008;
    
}
.profile-pass{
    font-weight: 600;
}
.logout-btn{
    background-color: #E3A008;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    color: white;
}
.logout-btn:hover{
    background-color : #E3A008(228, 11, 11);
}

.dose-btn{
    background-color: #E3A008;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    color: white;
    height: 51px;

}
.dose-btn:hover{
    background-color: #E3A008;
}
.submit-btn{
    background-color: #E3A008; 
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.submit-btn:hover{
    background-color: #E3A008; 
}


.btn-info{
    padding: 10px 25px;
}
.btn-primary{
    padding: 10px 25px;
}

.vaccine-body{
    background-color: rgb(243, 224, 224);
}



/*  navigation links */

.nav-item .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: red; 
    transition: width 0.3s;
}

.nav-item .nav-link:hover::after, .nav-item .nav-link.active::after {
    width: 100%; 
}
.about-img{
    width: 90%;
    height: 90vh;
}


/* reg modal */

.modal-content {
    border-radius: 15px;
    border: none;
  }
  
  .modal-text {
    font-size: 18px;
    color: #333;
  }
  
  .modal-footer .btn {
    width: 100px;
  }


/* detail page design */

.detail-img {
    width: 100%;
    max-width: 480px;
    height: 380px;
    object-fit: cover;
}

.whole-part {
    border: 1px solid rgb(228, 226, 226);
    border-radius: 8px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 480px;
    padding: 20px;
}

/* spacing and layout on smaller screens */
@media (max-width: 767px) {
    .whole-part {
        padding: 10px;
        min-height: 480px;
    }
    .detailRight {
        text-align: center;
    }
    .detail-img {
        width: 100%;
        max-width: 100%;
    }
}


.detailRight {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.detailRight h2 {
    font-size: 1.8rem;
    color: #333;
}

.detailRight h6 {
    font-size: 1rem;
    color: #555;
}

.detailRight ul {
    padding-left: 0;
}

.detailRight li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.detailRight a.btn {
    background-color: #E3A008;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.detailRight a.btn:hover {
    background-color: #E3A008;
}


/* detail page design end */

/* patient profile */

.rev-card {
    width: 17rem; 
    height: 15rem; 
}
.rev-img{
    height: 110px; 
    width: 110px;
    object-fit: cover; 
}

.rob{
    font-family: 'Roboto', sans-serif;
    font-weight: 500; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
}


/* dashboard */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;  
    text-decoration: none; 
    color: inherit; 
}

body {
    font-family: 'Poppins', sans-serif;
}

.wrapper {
    display: flex;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fff;
    min-width: 0;
}

#sidebar {
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background-color: #20145e;
    display: flex;
    flex-direction: column;
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
}

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

.toggle-btn i {
    font-size: 1.5rem;
    color: #FFF;
}

.sidebar-logo {
    margin: auto 0;
}

.sidebar-logo a {
    color: #FFF;
    font-size: 1.15rem;
    font-weight: 600;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

#sidebar.expand .sidebar-logo,
#sidebar.expand a.sidebar-link span {
    animation: fadeIn .25s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #FFF;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

.sidebar-link i,
.dropdown-item i {
    font-size: 1.1rem;
    margin-right: .75rem;
}

a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #3b7ddd;
}

.sidebar-item {
    position: relative;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #0e2238;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.navbar {
    /* background-color: #064b54; */
    background-color: #111827;
    /* box-shadow: 0 0 2rem 0 rgba(33, 37, 41, .1); */
}

/* adjust color or override default bootstrap style for black navber background color  */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler{
    color: #ffffff;
}

.navbar-expand .navbar-collapse {
    min-width: 200px;
    
}

.avatar {
    height: 40px;
    width: 40px;
}

@media (min-width: 768px) {}



/* image hover */

.image-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.image-hover:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


/* login register btn */

.btn-bold {
    font-weight: bold;
    border-radius: 7px;
    padding: 10px 12px;
    
    
}

.btn-deep {
    color: #ffffff; 
}

.btn-login {
    background-color: #E3A008 !important; 
    border-color: #E3A008 !important;
    color: white;
    
}
.btn-login:hover{
    background-color: #E3A008 ! important;
}

.btn-outline-danger {
    color: #E3A008 !important; 
    border-color: #E3A008 !important;
    font-weight: bold;
}

.btn-outline-danger:hover {
    background-color: #E3A008 !important;
    color: #ffffff !important;
    font-weight: bold;
}



/* review form new */

.rating-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-bottom: 1rem; 
}
.rating .star {
    font-size: 2rem; 
    color: #FFD700; 
    cursor: pointer; 
    transition: color 0.2s ease-in-out; 
}

.rating .star:hover,
.rating .star.bxs-star {
    color: #FFA500; 
}

/* feature design */


/* Main feature section */
#feature {
    padding: 50px 0;
}

#feature h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff009a;
}

/* Feature card styling */
.feature-card {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Feature card image */
.feat-img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

/* Feature card title */
.feature-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
}

/* Feature card text */
.feature-card .card-text {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    padding: 0 10px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .feature-card {
        margin-bottom: 30px;
    }
}









