/*loader*/
#content{display:none;}
#loader{
			position: absolute;
			margin: auto;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 400px;
			height: 400px;
		}
#loader .lod{width:400px;}

/*scrollbar*/
::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-track
{
    background: #FFFFFF;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(#0c8ce8,#e8c30c) ;
    border-radius: 10px;
}

.section-p1
{
    padding: 40px 80px;
}

.bannr
{
    margin-top: 0px;
    background-image: url('../images/blurry-gradient-haikei.png');
    width: 100%;
    height: 35vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bgcover
{
    width:80%;   
    background-image: url('../images/blurry-gradient-haikei.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center;
    background-size:cover;
    border-radius:14% 86% 7% 93% / 91% 7% 93% 9% ;
}

.bgcoverr
{
    width:80%;   
    background-image: url('../images/blurry-gradient-haikei.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center;
    background-size:cover;
    border-radius: 91% 7% 93% 9% / 14% 86% 7% 93% ;
}

/*body*/
body
{
    background-position: center center;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

/* whatsapp */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.whatsapp-button, .call-button {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-button:hover, .call-button:hover {
    transform: scale(1.1);
}

.whatsapp-button img, .call-button img {
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    .floating-buttons {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-button, .call-button {
        width: 45px;
        height: 45px;
    }

    .whatsapp-button img, .call-button img {
        width: 25px;
        height: 25px;
}
}


/* home */
*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
    font-family: "Poppins", sans-serif;
}

.search-container {
    display: flex;
    align-items: center;
}

.search-container input {
    border: 1px solid;
    padding: 10px;
    border-radius: 20px;
    width: 200px;
    transition: width 0.3s;
}

.search-container input:focus {
    width: 300px;
}

/* sliding images */

.slider{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
    width: 1600px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    .slider{
        height: 400px;
    }
}

/* about us */
#about-us
{
    background-image: url('../Ieda/IMG-20240828-WA0001.jpg');
    width: 100%;
    height: 50vh;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    top: 0;
}

#about-us h2
{
    font-size:50px;
    color:White;
}

#about-us p
{
    font-size:50px;
    color:White;
}

.video-section 
{
    padding: 5px 10px;
    text-align: center;
}

.video-section iframe
{
    width: 560px; 
    height: 315px;
    border-radius: 8px;
}

.overview {
    text-align: left;
    padding-left:50px
}

.overview h2 {
    color: #6c63ff;
}

.overview h3 {
    color: #ff6347;
    margin-top: 0;
}

.overview p
{
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}

.read-more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #6c63ff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.read-more:hover {
    background-color: #5a54d4;
}

@media (max-widthw: 768px) {

    .video-section iframe {
        width: 100%;
        height: auto;
    }
}

.aboutus{
    overflow: hidden;
}
.aboutus h2{

    margin-bottom: 20px;
    color: black;
}
.heading{
    color: black;
    font-size: 55px;
    text-align: center;
    margin-top: 35px;
}
.container
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}
.abt-container{
    flex: 1;
    width: 600px;
    margin: 0px 25px;
}
.abt-image{
    flex: 1;
    width: 700px;
    margin: 0px 25px;
    
}

.abt-image img
{
    width: 100%;
	height: 500px;
	border-radius: 10px;
}
/**/
.video-section 
{
    padding: 5px 10px;
    text-align: center;
}

.video-section iframe
{
    width: 560px; 
    height: 315px;
    border-radius: 8px;
}

.overview {
    text-align: left;
    padding-left:50px
}

.overview h2 {
    color: #6c63ff;
}

.overview h3 {
    color: #ff6347;
    margin-top: 0;
}

.overview p
{
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}

.read-more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #6c63ff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.read-more:hover 
{
    color: White;
    text-decoration: none;
    background-color: #5a54d4;
}

@media (max-widthw: 768px) {

    .video-section iframe {
        width: 100%;
        height: auto;
    }
}

.hospital{
    overflow: hidden;
}
.hospital h2{

    margin-bottom: 20px;
    color: black;
}
.heading{
    color: black;
    font-size: 55px;
    text-align: center;
    margin-top: 35px;
}
.container{
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
}

.hos-container{
    flex: 1;
    margin: 0px 25px;
}
.hos-image{
    flex: 1;
    width: 600px;
    margin: 0px 25px;
}

.hos-image img{
    width: 100%;
	height: 500px;
}


/* doctors */


#doctors{
    text-align: center;
}

#doctors .pro-container{
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap:wrap;
}

#doctors .pro
{
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #f3f3f3;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20x 20px 30px rgba(0, 0, 0, 0.03);
    margin-top: 30px;
    transition: 0.2s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
}

#doctors .pro:hover{
    transform: translateY(-5px);
    box-shadow: -8px -8px 15px rgba(0, 0, 0, 0.05) , 5px 5px 15px rgba(49, 45, 45, 0.05);
}

#doctors .pro img{
    width: 100%;
    border-radius: 20px;
}

#doctors .pro .des {
    text-align: start;
    padding: 10px 0;
}

#doctors .pro .des span {
    color: #606063;
    font-size: 15px;
}

#doctors .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 17px;
}

#doctors .pro .des i{
    font-size: 12px;
    color: rgb(243, 181, 25)
}
    
#doctors .pro .des h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color:#088178;
}

#doctors p{
    color: #666;
    font-size: 15px;
    line-height: 1.3;
}

#doctors .btn{
    display: inline-block;
    padding: 8px 16px;
    background-color: #333;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color:#fff;
}

/* services */
.service{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 55px auto;
    flex-wrap:wrap;
    text-align: center;

}
.team-card{
    width: 23%;
    min-width: 250px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0px 15px;
    text-align: center;
    margin-top: 30px;
    background-color: #efefef;
    border-radius: 10px;
    cursor: pointer;
}
.team-card .icon .img-fluid{
    padding-top: 30px;
    margin-top: 30px;
    font-size: 35px;
    margin-bottom: 10px;
}
.team-card h2{
    font-size: 28px;
    color: darkolivegreen;
    margin-bottom: 20px;
}
.team-card p{
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #5e5e5e;
}
.button{
    font-size: 15px;
    text-decoration: none;
    background-color: #2c672c;
    color:#fff;
    padding: 8px 12px;
    border-radius: 5px;
    letter-spacing: 1px;
}
.button:hover
{
    text-decoration: none;
    background-color: #c94f4f;
    transition: 0.4s ease;

}
.title
{
    padding:20px;
    text-align: center;
}
@media screen and (max-width:940px){
    .service{
        display: flex;
        flex-direction: column;
        
    }
    .team-card{
        width: 85%;
        display: flex;
        margin: 20px 0px;

    }
}

/*events*/
#events{
    text-align: left;
}

#events .pro-container
{
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    flex-wrap: wrap;
    text-align: left;
}

#events .pro
{
    width: 23%;
    min-width: 250px;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 20x 20px 30px rgba(0, 0, 0, 0.03);
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    overflow:hidden;
}

#events .pro:hover{
    transform: translateY(-5px);
    box-shadow: -8px -8px 15px rgba(0, 0, 0, 0.05) , 5px 5px 15px rgba(49, 45, 45, 0.05);
}

#events .pro img
{
    height: 200px;
    object-fit: cover;
}

#events .pro .des {
    text-align: start;
    padding: 10px 12px;
}

#doctors .pro .des span {
    color: #606063;
    font-size: 15px;
}

#events .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 17px;
}

#events .pro .des i{
    font-size: 12px;
    color: rgb(243, 181, 25)
}
    
#events .pro .des h4{
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color:#088178;
}

/* Modal Styles feedback */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent black background */
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-content h2 {
    font-size: 24px;
    color: #1ecbe1;
}

.modal-content p {
    font-size: 16px;
    margin: 15px 0;
    color: #555;
}

.modal-content button {
    padding: 10px 20px;
    background-color: #1ecbe1;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-content button:hover {
    background-color: #1ecbe1;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #ff0000;
}
