﻿*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{

    width:100%;

    overflow-x:hidden;

    font-family:Arial, Helvetica, sans-serif;

    background:#f6f9fd;

}
.page-container{
    width:95%;
    max-width:1400px;
    margin:0 auto;
}
/*==========================
   PREMIUM DIRECTORY HEADER
===========================*/

.directory-strip{

    position:relative;

    overflow:hidden;

    width:100%;

    padding:50px 20px;

    text-align:center;

    border-radius:0 0 30px 30px;

    background:
        linear-gradient(135deg,#0047ab 0%,#006fd6 45%,#3aa0ff 100%);

    box-shadow:
        0 12px 35px rgba(0,70,170,.20);

}
.directory-strip::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    top:-250px;

    right:-150px;

    border-radius:50%;

    background:
        radial-gradient(circle,
        rgba(255,255,255,.22),
        transparent 70%);

}

.directory-strip::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    bottom:-180px;

    left:-120px;

    border-radius:50%;

    background:
        radial-gradient(circle,
        rgba(255,255,255,.12),
        transparent 70%);

}
.directory-strip h1{

    position:relative;

    z-index:2;

    margin:0;

    color:#fff;

    font-size:38px;

    font-weight:700;

    letter-spacing:.6px;

    text-shadow:
        0 3px 12px rgba(0,0,0,.20);

}
.directory-strip p{

    position:relative;

    z-index:2;

    max-width:850px;

    margin:18px auto 0;

    color:#eef7ff;

    font-size:18px;

    line-height:1.8;

}
.directory-strip h1::after{

    content:"";

    display:block;

    width:110px;

    height:4px;

    margin:18px auto 0;

    border-radius:10px;

    background:
        linear-gradient(90deg,
        transparent,
        #ffffff,
        transparent);

}
.directory-icon{

    font-size:60px;

    margin-bottom:18px;

    filter:drop-shadow(0 6px 10px rgba(0,0,0,.20));

}










/*white blue gradient*/

.doctor-card{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    background:
        linear-gradient(180deg,#ffffff 0%,#f7fbff 55%,#eef7ff 100%);

    border:1px solid #d8e8ff;

    box-shadow:
        0 10px 30px rgba(0,75,170,.08);

    transition:.35s;

}

.doctor-card::before{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    top:-150px;
    right:-120px;

    border-radius:50%;

    background:
        radial-gradient(circle,
        rgba(0,115,255,.14),
        transparent 70%);

}

.doctor-card::after{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    bottom:-80px;
    left:-80px;

    border-radius:50%;

    background:
        radial-gradient(circle,
        rgba(0,170,255,.08),
        transparent 70%);

}
.doctor-card:hover{

    transform:translateY(-10px);

    box-shadow:
        0 20px 50px rgba(0,70,170,.18);

}
/*doctor image*/
.doctor-image{

    display:flex;

    justify-content:center;

    margin-top:28px;

    position:relative;

    z-index:5;

}

.doctor-image img{

    width:130px;
    height:130px;

    border-radius:50%;

    object-fit:cover;

    border:6px solid white;

    outline:4px solid #7fc4ff;

    box-shadow:
        0 12px 30px rgba(0,0,0,.15);

}


.doctor-card:hover img{

    transform:scale(1.05);

}

/*doctor category*/

.doctor-category{

    position:absolute;

    bottom:-16px;

    background:#0066cc;

    color:white;

    padding:8px 20px;

    border-radius:40px;

    font-size:12px;

    font-weight:700;

    letter-spacing:.5px;

    box-shadow:
        0 6px 18px rgba(0,90,220,.30);

}
.doctor-link{

    display:block;

    color:inherit;

    text-decoration:none;

    height:100%;

}

.doctor-info{

    text-align:center;

    padding:40px 22px 22px;

}

.doctor-info h3{

    font-size:24px;

    margin:0;

    color:#183153;

}
.verified-badge{

    background:#e8f7ef;

    color:#198754;

    border:1px solid #bde6cb;

    padding:4px 10px;

    border-radius:20px;

    font-size:11px;

    margin-left:8px;

}

.doctor-degree{

    color:#5b6778;

    margin-top:10px;

}

.doctor-location{

    margin-top:16px;

    color:#35516d;

}

.doctor-speciality{

    margin-top:16px;

    display:inline-block;

    background:#eef6ff;

    color:#0056b3;

    padding:10px 18px;

    border-radius:30px;

    font-weight:600;

}
.profile-link{

    display:block;

    margin-top:20px;

    padding:14px;

    text-align:center;

    background:#edf6ff;

    border:1px solid #c9e2ff;

    color:#0056b3;

    border-radius:14px;

    font-weight:700;

    text-decoration:none;

    transition:all .3s ease;

}

.profile-link:hover{

    background:#dceeff;

    border-color:#99c9ff;

    color:#004494;

    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(0,102,204,.12);

}
/* section copnay information footer*/







/*=============================
    COMPANY SECTION
=============================*/

.company-box{

    position:relative;

    overflow:hidden;

    margin-top:60px;

    padding:70px 20px;

    background:
    linear-gradient(180deg,#ffffff,#f5faff);

    border-top:1px solid #d9e7ff;

}

/* Decorative Background */

.company-box::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    top:-170px;

    right:-120px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(0,102,204,.10),
    transparent 70%);

}

.company-box::after{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    bottom:-120px;

    left:-100px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(0,170,255,.08),
    transparent 70%);

}

.company-content{

    max-width:1100px;

    margin:auto;

    text-align:center;

    position:relative;

    z-index:2;

}

/* Logo */

.company-logo{

    width:95px;

    margin-bottom:20px;

    filter:
    drop-shadow(0 10px 20px rgba(0,0,0,.15));

}

/* Heading */

.company-box h3{

    margin:0;

    font-size:34px;

    color:#0b5ed7;

    font-weight:700;

}

/* Tagline */

.company-tagline{

    max-width:760px;

    margin:20px auto;

    color:#56687d;

    font-size:17px;

    line-height:1.9;

}

.company-tagline strong{

    color:#0056b3;

}

/* Divider */

.company-divider{

    width:90px;

    height:4px;

    margin:30px auto;

    border-radius:20px;

    background:
    linear-gradient(
    90deg,
    transparent,
    #0b5ed7,
    transparent);

}

/* Info Grid */

.company-info{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:25px;

    margin-top:40px;

}

/* Cards */

.info-block{

    background:#ffffff;

    border:1px solid #dce9ff;

    border-radius:20px;

    padding:30px;

    box-shadow:
    0 10px 30px rgba(0,70,170,.08);

    transition:.35s;

}

.info-block:hover{

    transform:translateY(-8px);

    box-shadow:
    0 18px 40px rgba(0,70,170,.15);

}

/* Icons */

.info-icon{

    width:60px;

    height:60px;

    margin:auto;

    margin-bottom:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    background:#edf6ff;

    border-radius:50%;

}

/* Title */

.info-title{

    display:inline-block;

    padding:8px 18px;

    background:#edf6ff;

    border:1px solid #cfe2ff;

    color:#0056b3;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

}

/* Text */

.info-block p{

    margin-top:18px;

    color:#556577;

    line-height:1.8;

}

.info-block strong{

    color:#0b5ed7;

}

/* Links */

.info-block a{

    color:#0b5ed7;

    font-weight:600;

    text-decoration:none;

}

.info-block a:hover{

    color:#004494;

}

/*==================================
    HEALTHCARE EXPANSION SECTION
==================================*/

.launch-box{

    position:relative;

    overflow:hidden;

    margin:60px auto;

    padding:60px 35px;

    border-radius:28px;

    background:
    linear-gradient(135deg,#0056b3 0%,#0b7be0 55%,#43a6ff 100%);

    text-align:center;

    box-shadow:
    0 18px 45px rgba(0,70,170,.20);

}

/* Decorative circles */

.launch-box::before{

    content:"";

    position:absolute;

    width:350px;
    height:350px;

    right:-140px;
    top:-180px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(255,255,255,.18),
    transparent 70%);

}

.launch-box::after{

    content:"";

    position:absolute;

    width:250px;
    height:250px;

    left:-100px;
    bottom:-120px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(255,255,255,.10),
    transparent 70%);

}

.launch-icon{

    position:relative;

    z-index:2;

    font-size:60px;

    margin-bottom:15px;

}

.launch-box h2{

    position:relative;

    z-index:2;

    margin:0;

    color:#fff;

    font-size:36px;

    font-weight:700;

}

.launch-text{

    position:relative;

    z-index:2;

    max-width:820px;

    margin:20px auto 35px;

    color:#edf7ff;

    font-size:18px;

    line-height:1.8;

}

.launch-text strong{

    color:#ffffff;

}

/* Grid */

.services-grid{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));

    gap:18px;

    margin-top:20px;

}

/* Cards */

.service-item{

    padding:18px 20px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(8px);

    border:1px solid rgba(255,255,255,.20);

    border-radius:18px;

    color:#fff;

    font-size:16px;

    font-weight:600;

    transition:.35s;

}

.service-item:hover{

    transform:translateY(-6px);

    background:rgba(255,255,255,.25);

    box-shadow:0 12px 25px rgba(0,0,0,.18);

}

.launch-note{

    position:relative;

    z-index:2;

    margin-top:40px;

    color:#eef8ff;

    font-size:17px;

    line-height:1.8;

}

.launch-note strong{

    display:block;

    margin-bottom:8px;

    font-size:22px;

    color:#fff;

}

/* Mobile */

@media(max-width:768px){

    .launch-box{

        padding:45px 20px;

    }

    .launch-box h2{

        font-size:28px;

    }

    .launch-text{

        font-size:16px;

    }

    .service-item{

        font-size:15px;

        padding:15px;

    }

}

/*doctor grid nd mobile*/
.doctor-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin:30px auto;
}

@media (max-width:992px){
    .doctor-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:768px){
    .doctor-grid{
        grid-template-columns:1fr;
    }
}