*{
   scroll-behavior: smooth;    
}
/************ footer *******************/

.Jarag-hospital-footer{
    background-color: #6A3DA4;
    height: auto;
    color: #DEDEDE;
    padding: 4% 4% 4% 4%;
}
.Jarag-hospital-footer-col1-div {
    /* margin-top: 3%; */
}
.Jarag-hospital-footer-col1-div img{
    margin: 3% 0% 0% 0%;
}   
.Jarag-hospital-footer-col1-div-p{
    font-size: 16px;
    font-weight: 400;
    color: white;
}
.Jarag-row1-col1-subcol-div1-para1-p1{
    color: white;
}

.Jarag-hospital-footer-col2-div{
    /* margin-top: 4%; */
}
.Jarag-hospital-footer-col2-div-p{
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
}

.Jarag-hospital-footer-col2-div-span-txt1{
    color: white;
}
.Jarag-hospital-footer-col2-div img{
    margin: 0% 3% 0% 0%;
}
.Jarag-hospital-footer-col3-div{
    /* margin-top: 4%; */
}

.Jarag-hospital-footer-col3-div a {
    text-decoration: none;
    color: white;
}
.Jarag-hospital-footer-col4-div{
    /* margin-top: 4%; */
}

.Jarag-hospital-footer-col4-div-p{
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
}
.social-media-icon-footer img{
    margin: 0% 3% 0% 0%;
}

.Jarag-hospital-footer-col2-add1{
    text-decoration: none;
}
.Jarag-hospital-footer-col2-mail{
    text-decoration: none;
}









.jarag-footer-sec2-part{
    height: auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 0% 1% 0%;
    margin: 0% 3% 0% 3%;
}

.jarag-footer-sec2-part-p1{
    text-align: center;
    margin: 0;
}

.jarag-footer-sec2-part-p2{
    color:#B4B9C9;
}

.jarag-footer-sec2-part-p3{
    color: #6D758F;
}
.jarag-footer-sec2-part-p4{
    color: #6D758F;
    text-decoration: none;
}


.jarag-commn-hover:hover{
    transform: scale(1.08); /* Zoom in on hover */
    transition: transform 0.4s ease;
}








.hover-effects-for-txt{
    transition: transform 0.3s ease-in-out; /* Smooth transition for the zoom effect */
}

.hover-effects-for-txt:hover {
    transform: scale(1.04); /* Zoom in the element */
}

/* Default button styles */
.inspireel-btn-clck-anim{
 
    transition: background-color 0.3s ease;
  }
  
  /* Hover effect */
  .inspireel-btn-clck-anim:hover {

  }
  
  /* Click animation effect */
  .inspireel-hm-sec6-btn-div-a:active {
    transform: translateY(1px); /* Move button 1px down on click */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); /* Add shadow on click */
  }
  






.advertisement-modal-img1{
    width: 100%;
}



.inpireel-home-sec3-right-div-title{
    color: #6A3DA4;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 4% 0% 0% 4%;
    text-align: center;
}
.inpireel-home-sec3-right-div-btn{
    background-color: #E47536;
    width: 100%;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 1% 0% 1% 0%;
}








/* Custom Modal (background) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */

    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Custom Modal Content/Box */
.custom-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 54%;
    margin-top: 6%;
}

/* The Close Button */
.custom-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: end;
}

.custom-close:hover,
.custom-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 310px) and (max-width: 768px) {
    .custom-modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 10px;
        border: 1px solid #888;
        width: 85%;
        margin-top: 6%;
    }
}

/* Additional button styles */
.custom-btn-close, .custom-btn-save {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 5px;
    border-radius: 4px;
}

.custom-btn-close:hover, .custom-btn-save:hover {
    background-color: #0056b3;
}
