@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@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");

body {
    background-color: #f0f2f5;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    min-height: 100vh;
    font-size:14px;
    color:#4C5152;
}

/* Service Boxes Section */

.service-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0.5rem;
}

.service-box {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    width: 7rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-grow: 1; 
    text-decoration: none;
    color: #4c5152;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
 a .service-box {
    color:#4c5152;
    text-decoration: none;
}
.service-box i {
    font-size: 30px;
    color: #99C221;
    margin: 5px 0px;
}

.service-box h4 {
    font-size: 13px;
    color: #264653;
    font-weight: bold;
}

@media (max-width: 768px) {
    .service-box {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .service-box {
        width: 30%; 
    }
}

/* Footer Section */
footer {
    background-color: white;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    bottom: 0;
    border-top:1px solid #99C221;
}

footer a {
    flex: 1;
    text-align: center;
    color: #888;
    text-decoration: none;
    padding:5px 0 0 0;
    transition: color 0.3s ease;
    font-size: 0.8rem;
}

footer a.active, footer a:hover {
   
    border-radius: 15px;
}

footer a:hover{

    color:#99C221;
    i:hover{
        color:#99C221;
    }
}

footer i {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

/* social media color */
.gradient {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
color: white;
padding: 2px 2px 0 2px;
border-radius: 7px;
}
.whatsapp{
background:#25d366;
color: white;
padding: 1px 2px 0 2px;
border-radius: 12px;
}

/* social media color */

.userBtn{
    border: none;
    border-radius: 25px;
    background-color: transparent !important;
    font-size:1.5rem;
}
.bg-nav{
   background-color: #99C221;
}
.btn-sd{
    background-color: #99C221;
    color: #fff;
    border-color: #99C221;
    width: 92%;
    border-radius: 34px;
    border: 1px solid #99ca22;
    padding: 0.4rem;
}
.btn-sd:hover{
    background-color: #99C221;
    color: #fff;
    border-color: #99C221;
    width: 92%;
    border-radius: 34px;
    border: 1px solid #99ca22;
    padding: 0.4rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}


.btn-fixed{
    position: fixed;
    right: 0;
    bottom: 5rem;
    left: 0;
    z-index: 1030;
}
.inputClass{
    width: 100%; 
    padding: 5px 30px 5px 10px;
    font-size: 16px;
    border: none; 
    border-bottom: 2px solid grey; 
    background-color: transparent; 
    color: grey; 
    outline: none; 
}

input::placeholder{
    color:#B9B7BD;
}
.inputClass:hover{
    border-bottom: 2px solid #99C221; 
    background-color: transparent; 
    color: #99C221; 

}
.txtClass {
    width: 100%; 
    line-height: 1.2; 
    padding: 5px 30px 5px 10px;
    resize: vertical;
    font-size: 16px;
    border: none; 
    border-bottom: 2px solid grey; 
    background-color: transparent; 
    color: grey; 
    outline: none; 
}
.txtClass:hover {
    width: 100%; 
    line-height: 1.2; 
    padding: 5px 30px 5px 10px;
    resize: vertical;
    font-size: 16px;
    border: none; 
    border-bottom: 2px solid #99C221; 
    background-color: transparent; 
    color: #99C221; 
    outline: none; 
}

/* camera and gallery  */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 88%;
    border-radius: 11px;
}
.popup button {
    display: inline-block;
    margin: 1rem 2rem;
    border: none;
    background-color: transparent;
}
.popup >button>i{
    font-size:50px;
  
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.bill-card{
    /* background-color:#E4E5E8; */
    background-color: #fff;
    border-radius: 10PX;
  /*  DISPLAY: flex;
    justify-content: space-around;*/
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
}
.subsCard{
    background: rgb(153,203,34);
    background: linear-gradient(108deg, rgba(153,203,34,1) 25%, rgba(170,170,170,1) 100%);
    border-radius: 10PX;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
    color:white;
    border:2px solid transparent;
}
.subsCard:hover{
    border:2px solid green;
    background-color: #fff!important;
    
}
.btn-pay{
    background-color: #99ca22;
    border: none;
    border-radius: 25px;
    width: 3rem;
    font-size: 11px;
    color: #fff;
}
.btn-sub{
  background-color: #888;
    border-radius: 11px;
    padding:0.9rem;
    font-size: 17px;
    color: #fff;
    width:90%;
    margin:15px;
font-weight: bold;
border:1px solid transparent;

}
.list-group-item a{
    text-decoration: none;
    color:#888;
}
.div-log{
        transform: translate(0%, 120%);
        padding: 20px;
        border: 1px solid #ccc;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 11px;
        margin:1rem;
}
.text-grey{
    color:#888;
}

/* slot card and button  */
.slotcard {
    display: grid;
    gap: 10px;
    justify-items: center; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius:15px;
    border: none !important;
    background-color: #fff;
    padding: 1rem;
  }
  
  .slotcard ,.subsCard{
    grid-template-columns: repeat(2, 1fr);
  }
  .card{
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none !important;
    border-radius: 20px;
  }
  .btn-date {
    border: 2px solid #99c221;
    outline: none;
    background-color: #fff;
    color: #4c5152;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 40px;
    box-shadow: 1px 1.732px 7px 0 rgba(0, 0, 0, 0.15);
    margin: 7px 0;
    padding: 6.5px 29px;
    font-weight: bold;
    width: 100%;
  }
  
  .btn-date:hover {
    background-color: #99c221;
    color: #fff;
    border: 2px solid #fff;
  }

  @media (min-width: 768px) {
    .slotcard {
      grid-template-columns: repeat(3, 1fr);

    }
    .btn-pay{
        font-size: 15px;;
    }
  }
  
  @media (min-width: 992px) {
    .slotcard {
      grid-template-columns: repeat(4, 1fr); 
    }
  }
  
  @media (min-width: 1200px) {
    .slotcard {
      grid-template-columns: repeat(6, 1fr); 
    }
  }
  /* slot card and button  */
  .background-radial-gradient {
    background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%,
            hsl(280, 1%, 50%) 15%,
            hsl(280, 1%, 40%) 35%,
            hsl(280, 1%, 30%) 75%,
            hsl(280, 1%, 29%) 80%,
            /* hsl(280, 1%, 45%); */
            transparent 100%),
        radial-gradient(1250px circle at 100% 100%,
            hsl(280, 1%, 45%) 15%,
            hsl(280, 1%, 30%) 35%,
            hsl(280, 1%, 20%) 75%,
            hsl(280, 1%, 19%) 80%,
            transparent 100%);
}

.btn-icon {
    /* background-color: whitesmoke; */
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    border: 1px solid white;
    padding: 9px 10px 9px 10px;
    font-size: 15px;
}
.background-radial-gradient2 {
    color:whitesmoke;
    background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%, hsl(280, 1%, 50%) 5%, hsl(280, 1%, 40%) 15%, hsl(280, 1%, 30%) 25%, hsl(280, 1%, 29%) 80%, transparent 100%), radial-gradient(1250px circle at 100% 100%, hsl(280, 1%, 45%) 5%, hsl(280, 1%, 30%) 15%, hsl(280, 1%, 20%) 25%, hsl(280, 1%, 19%) 80%, transparent 100%);
}
/*
popup*/



.darksoul-pop-up {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-right: 3%;
    width: 300px;
    height: fit-content;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    opacity: 0%;
    animation: pop-up 1s 0s 1 linear forwards;
    z-index: 99999;
}


.darksoul-pop-up .darksoul-pop-up-top {
    margin: auto;
    width: 100%;
    height: 30px;
    display: flex;
    z-index: 99999;
}

        .darksoul-pop-up .darksoul-pop-up-top img {
            margin: auto;
            margin-right: 0px;
            padding: 3px;
            border-radius: 50%;
            cursor: pointer;
            background-color: rgb(0, 0, 0);
            z-index: 99999;
        }

            .darksoul-pop-up .darksoul-pop-up-top img:hover {
                background-color: rgb(0, 0, 0);
                padding: 3px;
                z-index: 99999;
            }

    .darksoul-pop-up .darksoul-pop-up-content {
        margin: auto;
        margin-left: 0px;
        width: 90%;
        height: 70%;
        display: flex;
        flex-direction: column;
        background-color: #99c221;
        color:#fff;
        border-radius: 30px;
        z-index: 99999;
    }

        .darksoul-pop-up .darksoul-pop-up-content p {
            width: 80%;
            margin: auto;
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: small;
            text-align: left;
            z-index: 99999;
        }

        .darksoul-pop-up .darksoul-pop-up-content a {
            text-decoration: none;
            z-index: 99999;
        }

        .darksoul-pop-up .darksoul-pop-up-content button {
            all: unset;
            margin: auto;
            margin-top: 10px;
            margin-bottom: 20px;
            text-align: center;
            width: fit-content;
            min-width: 100px;
            height: 30px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: #fff;
            border: 0.5px solid lightgrey;
            border-radius: 30px;
            cursor: pointer;
            font-size: 0.8rem;
            font-weight: 700;
            color: rgb(0, 0, 0);
            display: flex;
            z-index: 99999;
        }

            .darksoul-pop-up .darksoul-pop-up-content button:hover {
                background-color: black;
                color: white;
                z-index: 99999;
            }

            .darksoul-pop-up .darksoul-pop-up-content button .btnp {
                margin: auto;
                width: 80%;
                z-index: 99999;
                font-size: smaller;
                text-align: left;
            }

            .darksoul-pop-up .darksoul-pop-up-content button i {
                margin: auto;
                width: 20%;
                z-index: 99999;
            }

@keyframes pop-up {
    0% {
        opacity: 0%;
        margin-bottom: 0px;
    }

    100% {
        opacity: 100%;
        margin-bottom: 5%;
    }
}

@media only screen and (max-width: 500px) {
    .darksoul-pop-up {
        zoom: 0.8;
        z-index: 99999;
    }
}



    