body{font-family: "Poppins", sans-serif;;background-color:#F3F8FD;}
.font1{font-family: "Open Sans", sans-serif;}

/*cursor css*/
body{
    cursor: none;
}

#customCursor {
    position: fixed;
    width: 30px;          
    height: 30px;
    pointer-events: none; 
    z-index: 9999;
    transform: translate(-50%, -50%); 
    background-image: url('/assets/medipresence/img/med_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}
/*ends*/
/*--------- Common Css ----------- */
.blog  .blog-img ,.medevents .medevents-img , .post .post-img, .gallery .presscard{
    transition: transform 0.4s ease-in-out;
}

.blog:hover .blog-img ,.medevents:hover .medevents-img, .post:hover .post-img, .gallery:hover .presscard{
    transform: scale(1.05); /* Adjust scale as needed */
}
.list-none li{    list-style: none;}
.points ul{
    padding-left: 0px;
}


.text-96{color:#969696 !important;}
.obj-cover{object-fit: cover !important;}
.obj-fill{object-fit: fill !important;}
.navbar-light .navbar-nav .nav-link {color: #B37EC2 !important;font-size:14px;font-weight:500;padding: 22px;}
a.text-hover:hover{text-decoration:underline !important;}
a.text-hover-color:hover{color:#F7B32B !important;}
.text-ul{text-decoration:underline !important;}
.faq-hover:hover{background: #B37EC2E3 !important;}
.ofh{overflow: hidden;}
.bg-white{background: #000;}
.bg-app {background: #F7B32B;}
.text-main {color: #F7B32B !important;}
.bg-lapp{background: #B37EC2;}
.text-app {color: #5DC1B9 !important;}
.text-app1 {color: #B37EC2 !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #F6F6F6;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #B8B8B8 !important;}
.text-darkk{color: #000000;}
.text-darkkk{color: #000000 !important;}
.text-grey{color: #969696;}
.text-lblue{color: #0F4DED !important;}
.text-nblue{color: #0A0CF4 !important;}
.text-lightt , .text-lightt p{color:#555555 !important;}
.brs-10 {border-radius: 10px;}
.brs-15{border-radius: 15px;}
.brs-top-15{border-top-left-radius: 15px;border-top-right-radius: 15px;}
.brs-bot-15{border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;box-shadow: rgba(139, 150, 153, .2) 0 5px 18px;}
.brs-bot-30{border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
.brs-20 {border-radius: 20px;}
.brs-30 {border-radius: 30px;}
.brs-40 {border-radius: 40px;}
.brs-50{border-radius:50%;}
.pad5-7{padding: 3px 5px;}  
.lh-60{line-height: 75px;}
.fs-65{font-size: 65px;}
.bg-under{background: #545454;}
.mtn-48{margin-top: -48px;}
.wid-20{width: 20px;}
.fw-100{font-weight:100;}
.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-800{font-weight:800;}
.fw-900{font-weight:900;}

/*--------- Text overflow Control Css --------- */
.overelipsis1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis5 {display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}

/*Navbar Styles*/
.navbar{
    margin: 20px 80px;
    box-shadow: 0px 4px 16px 0px #00000026 !important;
    border-radius: 50px !important;
    background-color: #F3F8FD !important;
    padding:0px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);

}
.navbar-nav .nav-link.active {
    border-bottom: 5px solid #5DC1B9;
    padding-bottom: 20px;
}
.top-navbar-head.activescroll {
    box-shadow: 0px 4px 16px 0px #00000026;
    border-radius: 50px;
    margin: 0px;
    border-radius: 0px !important;
}
  nav.breadcrumb{
        position: relative;
        justify-content: flex-end;
    } 
    ol.breadcrumb {
        justify-content: flex-end;
        margin: 0px;
        padding: 0px;
    }
    .bred_flex {
        display: flex;
        justify-content: space-between;
    }
    .bred_flex h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 15px;background: #FFFFFF;border-radius: 50%;color: #B37EC2;padding: initial;width: 25px;height: 25px;text-align: center;padding-top: 5px;}


/*Banner Section STYLES*/
.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.banner_slider img {
    height: 412px;
    object-fit: cover;
}
.banner_txt h3{
    font-size: 40px;
    font-weight: bold;
}

.banner_txt p{
    font-size: 20px;
}

a._banner_href {
    color: #fff;
    width: 100%;
    display: block;
}
  
.banner_txt h5{font-size:17px;font-weight: 500;}
.banner_txt h1{font-size:50px;font-weight:700;color:#5DC1B9;    line-height: 60px;}
i.ml-2.fa.fa-arrow-right {
    background-color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons {
    display: flex;
    flex-direction: row;
}


/*services*/
.service-card {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    height: 145px;
}
.service-card p{
    line-height: 18px;
}
.card-text a:hover{text-decoration:none;}

/*About Styles*/
.about-sticky {
    top: 120px;
    z-index: 9;
    height:550px;
}


/* Background shape */
.about-bg-shape {
    position: absolute;
    top: 40px;
    left: -35px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Main tall image */
.about-main-img {
    position: relative;
    top: 22px;
    left: 82px;
    z-index: 2;
    width: 300px;
    height: 384px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Bottom-right image (drive image) */
.about-secondary-img {
    position: absolute;
    right: 0;
    top: 356px;
    width: 280px;
    height: 200px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    z-index: 2;
}

/* Circular badge in the middle */
.about-badge {
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, 50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #B37EC2;
    color: #fff;
    border: 6px solid #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    font-family: inherit;
}

.about-badge-count {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 4px;
}

.about-badge-text {
    font-size: 12px;
    font-weight: 400;
}
.about-custom-list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.about-custom-list ul li {
    position: relative;
    padding-left: 28px; /* space for icon */
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.about-custom-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url('/assets/medipresence/img/tickk.png');
    background-size: cover;
    background-repeat: no-repeat;
}


/* Responsive tweaks */
@media (max-width: 767.98px) {

    .about-main-img {
        width: 80%;
    }

    .about-secondary-img {
        width: 75%;
        bottom: -30px;
    }

    .about-badge {
        width: 100px;
        height: 100px;
        bottom: 0;
    }
}

.sideimg {
    width: 100%;
    position: relative;
}
.whytochoosehome .choosetickbefore li{
    font-size: 20px;
    font-weight: 600;
}
.whytochoosehome .choosetickbefore p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}


/* Statistics section background */
.statistics-strip {
    position: relative;
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* fallback bg image if not coming from CMS */
    background-image: url('/assets/medipresence/img/stasc_back.png');
}

.statistics-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    /* purple overlay – adjust color/opacity to match design */
    background: #B37EC2CC;
}

.statistics-strip > .container,
.statistics-strip > .container-fluid {
    position: relative;
    z-index: 1;
}

/* Stat cards */
.stat-card {
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 18px 24px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Number */
.stat-value {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}
/* Label */
.stat-label {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}

/* Small devices tweaks */
@media (max-width: 575.98px) {
    .stat-card {
        padding: 14px 12px;
    }

    .stat-value {
        font-size: 26px;
    }

    .stat-label {
        font-size: 13px;
    }
}

/* Stats bar (25 / 70+ / 200+ style) */
.about-stats-bar {
    background: #1cc8b8;
    border-radius: 10px;
    padding: 18px 30px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.about-stat-item {
    flex: 1;
    min-width: 90px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.3);
}

.about-statidivm:first-child {
    border-left: none;
}

.about-stat-number {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 4px;
}

.about-stat-label {
    font-size: 14px;
}

/* Small screen tweaks */
@media (max-width: 767.98px) {
    .about-right {
        padding-left: 15px;
        margin-top: 25px;
    }
    .about-main-heading {
        font-size: 26px;
    }
    .about-stats-bar {
        padding: 16px 20px;
    }
}

/* Section background */
.speciality-section {
    background: #f5fbff;
}

/* Titles */
.speciality-eyebrow {
    color: #1cc8b8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.speciality-subheading {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(90deg, #1cc8b8, #b573d7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Timeline layout */
.speciality-timeline {
    margin-top: 30px;
}

.speciality-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.speciality-left {
    width: 260px;
        min-height: -webkit-fill-available;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Year / label pill */
.speciality-pill {
    width: 180px;
    height: 56px;
    border-radius: 999px;
    border: 2px solid #cde7ea;
    background: #f5fbff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #222;
    text-align: center;
}
/* Vertical connecting line */
.speciality-connector {
    position: absolute;
    top: 56px;
    bottom: -40px;
    width: 2px;
    background: #5DC1B9;
    left: 50%;
    transform: translateX(-50%);
}

/* Right text content */
.speciality-right {
    flex: 1;
    padding-left: 30px;
}

.speciality-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.speciality-item-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

/* Horizontal divider between items */
.speciality-divider {
    margin-top: 18px;
    height: 1px;
    background: #e3e3e3;
}

/* Side image on the right */
.speciality-side-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 767.98px) {
    .speciality-item {
        margin-bottom: 30px;
    }

    .speciality-right {
        padding-left: 20px;
    }

    .speciality-subheading {
        font-size: 18px;
    }

    .speciality-side-img {
        margin-top: 20px;
    }
}


/*Doctors*/
.doctor-card {
    background-color: transparent;
    border: none;
    text-align:center;
}
div#doctors_slider {
    margin-top: -40px;
}
.doctor-card:hover .doc_desc{
    background-color:#5DC1B9;
    color:#FFFFFF;
}
.doctor-card:hover .card-title a h3{
    color:#FFFFFF;
}
.doctor-card:hover .card-title p{
    color:#FFFFFF;
}
.doctor-card:hover .card-title h5{
    color:#000000;
}

/*Doctor Inner Page*/
ul li{
        color:#000;
    }

    .doctor-page {
        background:#f4f8fc;
    }
.doctor-profile-card .docimg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 325px;
}
.doc_detailsss {
    background: #ffffff;
    padding: 18px 18px 10px;
    box-shadow: 0px 0px 15px 4px #0000000A;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.info-label i {
    color: #5DC1B9;
    border: 1px solid #5DC1B9;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
    .doctor-personal-card{
        background:#fff;
        border-radius:18px;
        box-shadow:0 10px 25px rgba(15, 34, 58, 0.06);
        padding:18px 18px 10px;
        margin-top:18px;
    }
    .doctor-personal-card h5{
        font-size:15px;
        font-weight:700;
        margin-bottom:12px;
        color:#162447;
    }
.doctor-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
    .doctor-social img.doctoricons{
        width:20px;
        height:20px;
        object-fit:contain;
    }
    .doctor-content-card h2,
    .doctor-content-card h3{
        font-size:24px;
        font-weight:500;
        color:#5DC1B9;
        margin-bottom:10px;
    }
    .doctor-tag-list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.doctor-tag-list ul li {
    position: relative;
    padding-left: 28px; /* space for icon */
    margin-bottom: 10px;
    line-height: 1.4;
}

.doctor-tag-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 15px;
    height: 15px;
    background-color:  #5DC1B9;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50px;
}

.card-title h5{color:#5DC1B9;}
.card-title a:hover{    text-decoration: none;}
.docimg_home {
    width: 170px;
    height: 170px;
    border-radius: 100px;
    position: relative;
    top: 75px;
    border: 15px solid #F3F8FD;
    object-fit: cover;
}
.doc_desc {
    background-color: #FFFFFF;
    /* padding: 20px; */
    padding-top: 100px;
    height: 265px;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap:15px
}
.doctoricons {
    color: #5DC1B9;
    border: 1px solid #00000026;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.doctor-card:hover .social-icons a .doctoricons{
    
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

/*Departments section*/
.department-text a:hover{
    text-decoration: none;
}
/* Department hero layout */
.department-hero { background: #f5fbfd; padding: 30px 0; border-radius: 8px; }
.department-hero .dept-tabs { background: transparent; border-right: none; }
.department-hero .dept-hero-image img {height: 340px; object-fit:cover; border-radius:12px;}
.more_deprr {
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.tab-icon {
    width: 25px;
    height: 25px;
}
.more_deprr a {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 18px;
}
.more_deprr a:hover{text-decoration: none;}
.tab-text {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #4B4B4B;
}
@media (max-width: 991px){
    .department-hero { padding: 20px 0; }
    .department-hero .dept-tabs { display: none; } /* hide left tabs on mobile for simpler layout */
}

/*vision-mission*/
.vision-mission-card:hover .text-hover-color{
    color:#F7B32B !important
}
.vision_img{width:100%;height:150px;object-fit: cover;}
.vision-mission-card  {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.treatment-card-img img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:10px;
}

/*Awards Styles*/
.awards-card .card-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}
.awards-img img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/*News Css*/

/* Outer card */
.news-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 280px;
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

/* Image fills the card */
.news-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Purple overlay */
.news-card::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);    z-index: 2;
    transition: background 0.3s ease;
}

.news-card:hover::before {
    background: rgba(154, 76, 194, 0.8);
}
.news-card:hover::before , .news-title , .news-desc{
    color:#FFFFFF !important;
}

/* Text content on top of overlay */
.news-card-content {
    position: relative;
    z-index: 3;
}
.news-card-content a:hover {
    text-decoration: none;
}

/*Press Styles*/

/*FAQ STyles*/
.faq-hover.active {
    background-color: #B37EC2E3 !important; 
}

.faqsection .card-body p{
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
}
/*#accordion .hdng a:after {font-family:Fontawesome;content:'\f078';float:right;font-size:15px;}*/
/*#accordion .hdng a.collapsed:after {font-family:Fontawesome;content:'\f077';}*/

#accordion .hdng a:after {
    font-family: FontAwesome;
    content: '\f077'; /* up arrow — shown when expanded */
    float: right;
    font-size: 15px;
}

#accordion .hdng a.collapsed:after {
    content: '\f078'; /* down arrow — shown when collapsed */
}

#democ .carousel-indicators .active {background: #F7B32B;border: 1px solid #F7B32B;margin-top: 9px;}

.whychoosevideo{position:absolute;}
.choosetickbefore *{color:#ffffff;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}




/*--------- Blog Area input Css ---------*/
/*.blogcategory ul li{border:1px solid #e9e9e9;padding:4px;}*/
/*.blogcategory ul li a:hover{color: #F7B32B;}*/
/*.blogarea h2, .blogarea h3, .blogarea h4, .blogarea h5, .blogarea h6{font-weight:bold;margin:20px 0px;}*/
/*.blogarea p{font-size:18px;}*/
/*.blogarea span{color: #000000;font-size:16px !important;}*/
/*.blogarea ul li, .blogarea ol li{font-size:18px;*/
/*}*/
.blogarea img{width:100%;border: 1px solid #dee2e6;}
/* Background Image */
.blog-bg-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* Overlay */
.blog-card {
    position: relative;
    border-radius: 12px;

}

.blog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35); /* default dark overlay */
    backdrop-filter: blur(5px);
    transition: 0.3s ease-in-out;
    border-radius: 12px;
}

/* Hover Purple Overlay */
.blog-card:hover .blog-overlay {
    background: rgba(155, 89, 182, 0.55); /* purple hover */
}

/* Text on Image */
.blog-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    z-index: 2;
    color: #fff;
}

.blog-content h4,
.blog-content p {
    color: #fff;
}


/* height adjustment */
.blog-card {
    height: 340px;
}
.blog-content a{text-decoration:none;}
.view_all {
    color: #B37EC2 !important;
    text-decoration: underline !important;
    font-size: 21px;
    font-weight:400;
}
.blog_recent{
    border-left: 1px solid #00000040
    
}
.comment_sec {
    background: #FFFFFF !important;
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 12px;
}
.social_medi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
/*---------Events Css --------- */

/* outer wrapper */
.event-card-wrapper {
    border-radius: 20px;
}

/* main card container */
.event-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 280px;
    padding: 24px;
    display: flex;
    align-items: flex-end;
}

/* background image */
.event-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* purple blur overlay (same idea as news-card) */
.event-card::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 2;
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.event-card:hover::before {
    background: rgba(155, 89, 182, 0.55);
}
.event-card:hover::before , .event-title , .event-desc , .event-date , .event-meta{
    color:#FFFFFF !important;
}
/* text on top */
.event-card-content {
    position: relative;
    z-index: 3;
    color: #fff;
}
.event-card-content a:hover{
    text-decoration: none;
    
}


/*--------- Tesimonial Css --------- */
.testimoimg{width: 75px;height: 75px;border-radius: 50%;    position: absolute;}
.paginationcss .page-link {position: relative;display: block;padding: 15px 20px;line-height: 1.25;color: #121212;background-color: #fff;border: 1px solid #dee2e6;border-radius: 50%;margin-right: 16px;}
.page-item:first-child .page-link {border-radius: 50%;}
.paginationcss  .page-item:last-child .page-link {border-radius: 50%;}
.paginationcss .page-item.active .page-link {color: #000000;background-color: #F7B32B;border-color: #dee2e6;}
.testi_moni {
    background-color: #FFFFFF;
    padding: 35px 12px;
    margin: 0px;
    border-radius: 10px;
}

.testi_moniin {
    background-color: #FFFFFF;
    padding: 35px 12px;
    margin: 0px;
    border-radius: 10px;
}
.testimoimg_down {
    width: 35%;
    position: relative;
    left: 50px;
    top: 55px;
}

.owl-controls.clickable {
        margin-top: 50px;
}

/*--------- Faq's Css --------- */
.faqsection a, .faqsection .text-link {color: #3a3a3a;}
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}

/*--------- video Gallery Css --------- */
.vedioimg{position:relative;}
.videogallery{position: absolute;top: 0;bottom: 0;left: 0;right: 0;padding:15px;background: linear-gradient(
  180deg,
  rgba(179, 126, 194, 0) 0%,
  #B37EC2CC 100%
);
}
.vgallery .btnandtitle{position:absolute;bottom: 20px;}
.playbtnimg{position:absolute;left: 40%;top: 36%;width:130px;}
.playbtnimgvideo1{left: 75px;}

/*--------- Owl-Carousel Css --------- */
.owl-item a:hover{text-decoration: none;}
.owl-theme .owl-controls .owl-page span {background: #5DC1B9;}
.owl-buttons{position: absolute;right: 74px;top: -70px;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background: #000000!important;width: 50px;}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}

/*--------- Contact Us and Write a Review Css ---------*/
/* ===== Contact Section Top ===== */
.cont_sectop {
    background-color: #f6fbff;
    background-image: url('/assets/medipresence/img/cont_top.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;   /* IMPORTANT: keeps image sharp like screenshot */
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

/* Title */
.cont_sectop h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 10px;
}

/* Description */
.cont_sectop p {
    font-size: 14px;
    color: #6b7280;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ===== Cards ===== */
.contact-card-new {
    display: flex;
    gap: 30px;
}

/* Icon Circle */
.contact-card-new .icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #d9eef2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Icon */
.contact-card-new .icon-circle i {
    font-size: 26px;
    color: #b77ecf;
}

/* Card Heading */
.contact-card-new h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2d3d;
    margin-bottom: 8px;
}

/* Card Text */
.contact-card-new p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Links */
.contact-card-new a {
    color: #6b7280;
    text-decoration: none;
}

.contact-card-new a:hover {
    color: #3bb6c4;
}

/* Hover Effect */
.contact-card-new:hover .icon-circle {
    border-color: #3bb6c4;
    box-shadow: 0 8px 22px rgba(59, 182, 196, 0.18);
}
.contact-link {
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}


/* Responsive */
@media (max-width: 767px) {
    .cont_sectop {
        padding: 50px 0;
        background-size: cover; /* better on mobile */
    }

    .cont_sectop h3 {
        font-size: 24px;
    }
}

.title_cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title_cont p{
    border-bottom: 1px solid #FFFFFF !important;
    width: max-content;
    padding-bottom: 10px;
}
.contactusform ::placeholder {color: #00000073;font-size:14px;}
.contactusform{background: #F8FCFF;}
.contactusform .form-control {
    background: #FFFFFF !important;
    border: none !important;
    border-radius: 7px;
    height: 40px;
}
.contactusform .form-group label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}
.writereview .form-control {
    background: #ffffff !important;
    padding: 25px 15px;
    height: 60px;
}.writereviewtestimonial .form-control{border: 1px solid #000000;}
.writereview .form-control::placeholder {color: #000000;}
.wreviewp{padding: 10px 10px !important;height: 52px;}
.wrpeopleimg{width: 50px;height: 50px;}
.peoplereview{height: 48px;overflow-y: auto;}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}

/*--------- Social media icons Css ---------*/
.bg-fb{background: #3b5998;}
.bg-twit{background: #00acee;}
.bg-link{background: #0072b1;}
.bg-whats{background: #25D366;}

/*--------- Book Appointgment Css ---------*/
.bookappointment-text:hover .bookapptxt{
    color:#F48C12 !important;
}
.bookapmt .form-control::placeholder{font-size:14px !important;}
.appointmentimg{position: absolute;right: -100px;}
.appointmentslotscontainer label{background: #eee;border-radius: 4px;padding: 2px 8px;float: left;color: #000000;border: 1px solid #727272;}
.appointmentslotscontainer label:hover{background:#0A0CF4;color:#FFFFFF;}
.appointmentslotscontainer div{width:178px;text-align:center;position:relative;font-size: 16px;}


/* Section background */
.bookapmt {
    background: #f6fbff;
}

/* Card container */
.appointment-card {
    background: #ffffff;
    padding: 40px 45px;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* Headings */
.bookappempire h1 {
    color: #3bb6c4;
    letter-spacing: 0.5px;
}

.bookappempire h2 {
    color: #1f2d3d;
    margin-bottom: 35px;
}

/* Labels */
.bookappempire label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

/* Inputs & Selects */
.bookappempire .form-control {
    background: #A4A4A417 !important;
    border: none !important;
    border-radius: 8px;
    height: 45px;
    font-size: 14px;
    padding: 10px 14px;
    box-shadow: none;
}

.bookappempire textarea.form-control {
    height: auto;
    resize: none;
}

/* Focus effect */
.bookappempire .form-control:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(59, 182, 196, 0.25);
}

/* Slots container spacing */
.appointmentslotscontainer {
    margin-top: 10px;
}

/* Submit button */
.bookappempire .btn_submit {
    background: #b77ecf;
    color: #fff;
    border-radius: 30px;
    padding: 12px 45px;
    font-size: 15px;
    border: none;
    transition: all 0.3s ease;
}

.bookappempire .btn_submit:hover {
    background: #a368be;
    transform: translateY(-1px);
}


/* Mobile spacing */
@media (max-width: 767px) {
    .appointment-card {
        padding: 25px 20px;
    }
}


.pr-40 {
    padding-right: 40px !important;
}

.input-icon {
    position: absolute;
    right: 30px;
    top: 42px;
    color: #9aa3af;
    font-size: 14px;
    pointer-events: none;
}


/*--------- Speciality's Css ---------*/
.specialtick ul{padding-left: 0px;}
.specialtick{    display: flex;
    align-items: center;}
.artdate{right: 0px;position: absolute;bottom: 22px;background: #F7B32B;padding: 10px 15px;}

/*--------- Gallery Css ---------*/
.albumcss{height: 100%;overflow: hidden;}
.allimgnums {position: absolute;bottom: 0px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 600;background: #B37EC2CC;text-align: center;}
.albumcss:hover .allimgnums{
    display:block !important;
}
/*--------- iframe Css ---------*/
.mapvenue iframe{width:100%;}

/*--------- Submit btn Searchbar Css ---------*/
.subbtnsearch{position: absolute;right: 8px;top: 8px;border:none !important;background:transparent;z-index:1;padding:0px 12px;color:transparent;}


/*--------- Custotm style ScrollBar Css ---------*/
.cusscroll ::-webkit-scrollbar {width: 2px;}
.cusscroll ::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; }
.cusscroll ::-webkit-scrollbar-thumb {background: #B37EC2;  border-radius: 10px;}


/*--------- Contact Us Css ---------*/
.c_row {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.workhrs.c_row{display: flex;align-items: normal;}
.contdetails .c_row .c_icon{align-items: center;}

.bookappfooter .c_row{align-items: start !important;}
.bookappfooter .c_row .c_icon {min-width:0px !important;height: 0px !important;}



.choosetickbefore ul , .specialtick ul{list-style:none !important;}
.choosetickbefore ul li{color:#ffffff;position:relative;margin-top:20px;}
.choosetickbefore ul li::before {content: url('https://hhcldoctorsites.com/assets/img/tickmark.png');margin-right:15px;position:absolute;left: -40px;}

.contactusform {
  position: relative;
  z-index: 1;
  overflow: hidden; /* important to contain blur */
}

/* 1️⃣ Blurred background image */
.contactusform::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/medipresence/img/cont_back.png');
  background-size: cover;
  background-position: center;
  filter: blur(8px);          /* blur strength */
  transform: scale(1.1);      /* avoid blur edges */
  z-index: -2;
}

/* 2️⃣ Color overlay */
.contactusform::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #B37EC29C; /* your overlay color */
  z-index: -1;
}

/* 3️⃣ Content safety (optional but recommended) */
.contactusform * {
  position: relative;
  z-index: 2;
}









/*--------- Footer Css ---------*/
footer p.footba::before{content: "";position: absolute;width: 420px;left: 0;height: 1px;background: #575757;top: 31px;}
footer p.footba::after{content: "";position: absolute;width: 420px;right: 0;height: 1px;background: #575757;top: 31px;}
.breadcrumb {border-radius: 0px;}
.phone_num p a{color:#FFFFFF;}
.style_icon
 {
    background-color: #FFFFFF;
    color: #5dc1b9;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*--------- Video Popup Css ---------*/
.video-block button.close {position: absolute;z-index: 999;background: #023047;color: #fff;padding: 10px;opacity: 1;right: 0;top: 0px;}

.text-red {color: red;}
.h-280{height:280px;object-fit:cover;}


/*--------- Responsive Css ---------*/
@media (max-width: 1200px) {
footer p.footba::before{display:none;}
footer p.footba::after{display:none;}
}  

@media (max-width: 1024px) {
.top_menu{display:none;}
.appointmentimg {display: none;}
.navbar{padding:20px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
}  

@media (max-width: 768px) {
.appointmentslotscontainer div {width: 250px;} 
.bookappempire{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}

@media (max-width: 767px) {
/*COMMON CODE*/
.mob-d-flex{display:flex !important;}
.mob-flex-col{flex-direction:column !important;}
.mob-border-none{border:none !important;}
.mob-text-center{text-align:center !important;}
.height-auto{height:auto !important;}
.mobpx-0{padding-left: 0px !important;padding-right: 0px !important;}
.mobd-none{display:none !important;}
.mobp-static{position: static !important;}
.mobpl-15{padding-left: 15px !important;}
.mobpl-0{padding-left: 0px !important;}
.mobpr-15{padding-right: 15px !important;}
.mobpx-15{padding-left: 15px !important;padding-right: 15px !important;}
.mobpx-0{padding-left: 0px !important;padding-right: 0px !important;}
.mobmx-0{margin-left: 0px !important;margin-right: 0px !important;}
.mobmr-15{margin-right: 15px !important;}
.mobtext-center{text-align: center !important;}
.mobw-100{width: 100% !important;}
.mobmy-5px{margin: 5px 0px !important;}   
.mobfs-24{font-size: 24px !important;}
.moblh-3{line-height: 3;}
.mobtext-right{text-align:right !important;}
.mobjustify-right{justify-content:end !important;}
.file-upload-input {
    width: 200px !important;
}
.bred_flex {flex-direction: column;}
.docimgabouthome{
    position: static;
}
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
} 


@media (max-width: 450px) {
.fs-65{font-size:40px !important;}
.fs-40{font-size:35px !important;}
.w-75{width:100% !important;}
.playbtnimg {width: 80px;}
.centext{text-align:center;}
.py-5{padding-top:10px !important; padding-bottom:10px !important;}
.pt-5{padding-top:10px !important;}
.owl-buttons {right: -4px;top: -38px;}
#testimonials_slider .owl-buttons {top: 0px;position: relative;}
.pt-3{padding-top: 0.5rem!important;}
.lh-60 {line-height: 52px;}
.mr-20{margin-right:0px !important;}
.w-250{width:200px;}
.navbar-brand.fs-30{font-size:26px !important;}
}  

@media (max-width: 375px) {
.navbar-brand.fs-30{font-size:20px !important;}
.fs-50 {font-size: 35px !important;}
.fs-40 {font-size: 28px !important;}
}  

@media (max-width: 325px) {
.docimgabout {width: 285px;height: 285px;}
.navbar-brand.fs-30{font-size:16px !important;}
}  


@media (max-width: 767.98px) {
  /* Mobile + Tablet */
  .navbar {
    margin: 0px;
    border-radius: 0px !important;
    padding: 10px;
}
.banner_txt {
    margin-top: 50px;
}
    .about-main-img {
        left: 25px;
    }
        .about-secondary-img {
        top: 310px;
    }
        .about-badge {
        left: 100px;
        }
        div#testimonials_slider {
    margin: 0px !important;
}
.testimoimg_down {
    width: 15%;
    left: 40px;
    top: 40px;
}
.testi_moni {
    gap: 42px;
}
    .owl-buttons {
        display:none;
    }
    iframe {
    width: 100%;
}
}




