*{
	cursor: pointer;
}
.service-card{
   position: relative;
   overflow: hidden;
   border-radius: 15px;
  

}

.myimagesst{
    width: 100%;
    display: block;
    transition: 0.5s;
}



.myspaces{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    padding: 40% 25px;
    background: rgba(9, 89, 170, 0.61);
    color: #fff;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all .5s ease;
}

/* Image zoom */
.service-card:hover .myimagesst{
    transform: scale(1.08);
}

/* Show content on image hover */
.service-card:hover .myspaces{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.myspacesheading {
	font-size: 35px;
	text-align: center;
}

.myspacestext{
	 font-size: 20px;
	 text-align: center;
}

.serviceimage{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mybg{
    background: #034dc957!important;
}
body{
    background: #5520cc24!important;
}

.calendar-day{
    margin-left: 5%!important;
}

.glass-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

.filled-icon {
            font-variation-settings: 'FILL' 1;
        }
.sticky-card-container {
            position: sticky;
            top: 100px;
        }


.mybold{
     font-weight: 600!important;
}


 .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .glass-background {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
        }
        .input-focus-effect:focus-within {
            box-shadow: 0 0 0 4px rgba(110, 66, 229, 0.1);
        }

.mycirclecss {
    background: #56018e !important;
    box-shadow: 2px 2px 5px #56018e54;
    color: #ffffff !important;
    font-weight: 700;
    
    /* Smooth scaling aur state change ke liye ease-in-out best hai */
    transition: all 1.5s ease-in-out; 
    cursor: pointer;
}

.mycirclecss:hover {
    background: #7612bd !important; /* Halka bright purple background */
    box-shadow: 4px 4px 12px #56018e80; /* Shadow thodi gehri ho jayegi */
    transform: scale(1.02); /* Halka sa scale up (zoom) hoga */
}

.myfsize{
    font-size: 38px;
    font-weight:900;
}