html,
body{
    overflow-x: hidden;
}
body,
#page,
.site,
main,
.p01{
    font-family:Arial, sans-serif;

    background: #f8deeb !important;
}


img{
    width:100%;
    object-fit: cover;
}

.nav-link {
    font-weight: 600;
    font-size:18px;
    color: #db769f !important; 
    border-bottom: 3px solid transparent;
    transition: color 0.4s ease, border-bottom 0.4s ease;
}



.nav-link:hover{
    color:#ee7fb5 !important;
    font-weight: 600;
    border-bottom: 3px solid #ee7fb5;
}
.btn-outline{
    border: 2px solid #ee7fb5;
}
.btn-outline:hover{
    color:#ee7fb5 !important;
    border: 2px solid #ee7fb5;
}


.navbar-toggler:focus{
    box-shadow:none;
}


#menu-icon{
    font-size: 1.8rem;
    color:#ee7fb5;
    transition:0.3s ease;
}


#navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
   
  }
  .navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


/* cv.php */

.cv-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 30px;
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;

}
.cv-container h2 {
    text-align: center;
    margin-bottom: 30px;
    color:#262f38; 
}

.cv-section {
    margin-bottom: 25px;
}

.cv-section h3 {
    color:#ee7fb5;
    border-bottom: 1px solid #fcbee0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.cv-section ul {
    list-style-type: disc;
    padding-left: 20px;
}

.cv-section p {
    margin: 0;
}

.profile-img {
    display: block;
    margin: 0 auto 20px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #f7c5e0;
}
/* --------------appointment.php------------------ */
.book {
    color:#f8f4f6; 
    background-color: #ee7fb5;
    font-size: medium;
    font-weight: 500;
    border: none;
    padding: 0px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.book:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 128, 186, 0.6);
}
.card-gallery{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    margin-bottom: 12px;
}

.card-gallery:hover{
    transform:translateY(-8px);
}

.gallery-img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
    margin-top: -20px;
    padding-bottom: 20px;
    padding-right: 20px;

}

.gallery-img:hover{
    transform:scale(1.05);
}

.gallery-button{
    width:100%;
    display:block;
    padding:14px;
    text-align:center;
    border-radius:10px;
    text-decoration:none;
}
  .card-gallery{
     
    padding-left: 20px;
     background: repeating-linear-gradient(
        -45deg,
        #fceaf3,
        #fceaf3 3px,
        #ffff 3px,
        #ffff 5px
    );


  }
  @media (max-width:576px){

    .gallery-img{
        height:220px;
    }

    .card-gallery{
        padding:12px !important;
    }

    #gallery .container{
        padding-left:15px;
        padding-right:15px;
    }

}
.review-form-card{
    max-width:500px;
    display:none;
    border-radius:16px;
}
.doctor-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}
@media (max-width: 576px) {
    .doctor-card{
        margin-left: -40px;
        margin-right: 10px;
    }
   
}
.videocss iframe{
    width: 100%;
    justify-content:center;

}
.doctor-card:hover{
    transform:translateY(-5px);
}

.card-header{
    background:linear-gradient(135deg,#ee7fb5,#c85a93);
    color:#fff;
    padding:25px;
    text-align:center;
}

.card-header i{
    font-size:40px;
    margin-bottom:10px;
    display:block;
}

.card-header h4{
    margin:0;
    font-weight:700;
}

.card-body{
    padding:25px;
}

.info-item{
    display:flex;
    gap:15px;
    margin-bottom:25px;
    align-items:flex-start;
}

.info-item:last-child{
    margin-bottom:0;
}

.info-item .icon{
    width:50px;
    height:50px;
    background:#fde7f1;
    color:#ee7fb5;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.info-item h6{
    margin:0 0 5px;
    font-size:14px;
    font-weight:700;
    color:#222;
}

.info-item p{
    margin:0;
    font-size:14px;
    color:#666;
    line-height:1.7;
}
  .video-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  h2 {
    color:#ee7fb5; 
    margin-top: 40px;
    margin-bottom: 20px;
  }
.list-group-item a{
    color:#ee7fb5;
    text-decoration: none;

}
  .headtext{
    color:#ee7fb5; 
    font-size: 22px;
    font-weight: bold;

  }

  /* service.php */

  .card i {
    transition: transform 0.3s ease;
  }
  .card:hover i {
    transform: scale(1.2);
  }
  .card h5 {
    font-weight: 600;
  }
 a.desinger-name {
    color:black; 
    text-decoration: none;
}

a{
    text-decoration: none;

}
.recent-post-item{
    align-items: flex-start;
}

.recent-thumb img{
    width:100%;
    height:90px;
    object-fit:cover;
}

.recent-title a{
    font-weight:400;
    transition:.3s;
}

.recent-title a:hover{
    color:#ee7fb5;
}

.card{
    border-radius:12px;
}
.tags-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.tag-btn{
    display:inline-block;
    padding:8px 16px;
    background:#f5f5f5;
    color:#ee7fb5;
    border-radius:30px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:.3s;
    border:1px solid #a35b85;
}

.tag-btn:hover{
    background-color: #a85987;

    color:#fcf5f8;
    border-color:#944f7c;
}

.custom-border{
    border-color: #944f7c !important;
}
.recent-title a{
    font-size: 12px;
    color:#ee7fb5; 
}
small{
    font-size: 12px;
}
.custom-pagination{
display: flex;
justify-content: center;

}
.custom-pagination .nav-links {
    margin-top: 60px;
    margin-bottom: 120px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-pagination a,
.custom-pagination span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#ee7fb5; 
    transition: 0.3s;
}

.custom-pagination a:hover {
    background: #eb51ab;
    color:#ee7fb5; 

}

.custom-pagination .current {
    background: #eb51ab;
    color:#ee7fb5; 
    font-weight: bold;
}


.galleryp{
    margin-top: 100px;
}

.servicebackground{
    background: none !important;
}

/* search */

.search-area{
    width:100%;
}

.searchform div{
    display:flex;
    width:100%;margin-bottom: 20px;
}

/* Input = 90% */
.searchform input[type="search"],
.searchform input[type="text"]{
    flex: 0 0 85%;
    max-width: 85%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 10px 0 0 10px !important;
}

/* Button = 10% */
.searchform button{
    flex: 0 0 15%;
    max-width: 15%;
    height:50px;
    border:none;
    background:#d63384;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.3s;
}

.searchform button:hover{
    background:#b61d69;
}

@media (max-width:768px){
    .searchform input{
        flex: 0 0 85%;
        max-width: 85%;
    }

    .searchform button{
        flex: 0 0 15%;
        max-width: 15%;
    }


    .service-card, .gallery-card{
        width: 60%;
        margin: auto;
    }
  
    .navbar .nav-link{
         background-color: rgba(0, 0, 0, 0.7) !important;
        text-align: center;


}
    
}


.current-menu-item a {
    border-bottom: 3px solid #ee7fb5 !important;
    margin-left: 5px;
    margin-right: 5px;
}

.navigation-area .thumb img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.navigation-area .arrow a{
    width: 40px;
    height: 40px;
    color:#ee7fb5; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
}

.navigation-area .details h5{
    font-size: 12px;
    font-weight: 500;
}

.navigation-area .details a{
    text-decoration: none;
    color:#ee7fb5; 
}


/* =========================
   COMMENTS AREA
========================= */

.comments-area {
    margin-top: 30px;
    background: #fdf6f6;
    border-radius: 10px;
    padding: 20px;
}

.comments-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 35px;
    color:#994d72;
    text-align: center;
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comment-list li {
    list-style: none;
}

.single-comment {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.single-comment:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.single-comment .thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.single-comment .desc {
    flex: 1;
}

.single-comment .desc h5 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}
input#submit {
    padding-bottom: 40px;
    width: 40%;
}
.single-comment .desc h5 a {
    color:#ee7fb5;
    text-decoration: none;
}

.single-comment .desc h5 a:hover {
    color:#ee7fb5;
}

.single-comment .date {
    font-size: 10px;
    color:#ee7fb5;
    margin-bottom: 12px;
}

.single-comment .comment {
    font-size: 12px;
    line-height: 1.6;
    font-weight: 300;
    color:#0e0d0d;
}

.reply-btn {
    margin-top: 15px;
}

.reply-btn a {
    display: inline-block;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #bb5687;
    color: #ffff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.reply-btn a:hover {
    background: #ffff;
    color:#bb5687;
}

/* =========================
   CHILD COMMENTS
========================= */

.comment-list .children {
    margin-top: 20px;
    margin-left: 50px;
    padding-left: 20px;
    border-left: 2px solid #f8e9e9;
}

/* =========================
   COMMENT FORM
========================= */

.comment-respond {
    margin-top: 50px;
}

.comment-reply-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.comment-form p {
    margin-bottom: 20px;
}
.required-field-message{
    font-size: 12px;
}
#email-notes{
  display: none;
}
.required{
    color: red;
}
.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
}
#comment{
    height: 100px;
}
label{
    font-size: 12px;
}
input{
    height: 30px;
}
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #fce7f1;
    outline: none;
    box-shadow: none;
}

#comment{
    min-height:120px !important;
}
input#wp-comment-cookies-consent {
    width: 10px;
   margin-right: 10px;
}
p.comment-form-cookies-consent {
    display: flex;
}
.comment-form .submit {
    display: inline-block;
    padding: 10px 20px;
    color:#fff;
    border: none;
    width: 50%;
    height: 50%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-form .submit:hover {
    background: rgb(235, 143, 187);
}

/* =========================
   COMMENT NAVIGATION
========================= */

.comment-navigation {
    margin: 30px 0;
}

.comment-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.comment-navigation a {
    color:#ee7fb5;
    text-decoration: none;
    font-weight: 600;
}

.comment-navigation a:hover {
    color:#ee7fb5;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 767px) {

    .comments-area {
        padding: 25px;
    }

    .single-comment {
        padding: 20px;
    }

    .single-comment .user {
        flex-direction: column;
    }

    .single-comment .thumb {
        margin-bottom: 15px;
    }

    .comment-list .children {
        margin-left: 20px;
        padding-left: 15px;
    }

    .reply-btn a {
        padding: 7px 14px;
        font-size: 11px;
    }
}
h3#comments {
    font-size: 20px;
    margin-bottom: 20px;
}
img.avatar.avatar-32.photo {
    width: 30px;
    height: 30px;
}
a.url {
    color:#ee7fb5; 
}
.row.gallery-content.g-4.aos-init.aos-animate {
    justify-content: center !important;
}
a {
    color:#ee7fb5; 
}

p{
    text-align: justify;
}
.right-next{
    text-align: right;
    color:#ee7fb5; 
}
.left-prev{
    text-align: left;
    color:#ee7fb5; 
}


ul.trail-items{
    display: inline-flex;
    display: flex;
    list-style: none;
    justify-content: center;

}

.trail-item{
    margin-right: 5px;
    font-size: 12px;
    color:#ee7fb5; 
    background: linear-gradient(135deg,#ffe6f2,#fff);
    border-left: 5px solid #eb51ab;
    padding: 5px 10px;
    border-radius: 12px;

}


.logged-in-as a{
    color:#ee7fb5; 
}
.feature-img .img-fluid{
    margin-top: -40px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 20px;
}

img.card-img-top {
    width: 90%;
    height: 400px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: -20px;
}
.sidebardesign{
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;


}
ul{
    list-style: none;
}
.footer-links li a {
    color:#fff; 
    font-weight: 600;
    border-bottom: 3px solid transparent;
    transition: color 0.4s ease, border-bottom 0.4s ease;

}
.p01{
       background-color: #fdf2f6;

}

.col-lg-12.pt-2.card
 {
    background-color: #ffff;
    border-radius: 20px 20px 0px 0px;

}
.card{
    border: none !important;
}


div .seacrhtitle .searchfor{
    font-size: medium;
}
.service-card{
    color:#a3557b;
    border-radius: 20px;
    overflow: hidden;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.service-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        90deg,
        #f189c6,
        #a5597f
    );
    transition: .4s;
}

.service-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 45px #a75584}

.service-icon, .con-icon{
  color:#a85b81; 
}
.service-text{
    text-align: center;
}
 .contact-map{
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.contact-map iframe{
    width: 100% !important;
    height: 400px !important;
    border: 0 !important;
    display: block;
}
@media (max-width: 576px){

    .contact-map iframe{
        width: 100%;
        height: 300px !important;
    }
   

}

.contact-pagecss{
    margin-top: 60px !important;
}

