    .fertility_img{
     

       
        border-radius: 5px;
    }
    .apt_button{
        background: #ffffff;
        color: #574592;
        border: 0px;
        margin-top: 9px;
    }
        
        /* Section */
    .journey-section{
    padding:80px 0;
    background:#ffffff;
    }
    
    .section-title{
    text-align:center;
    font-weight:700;
    font-size:34px;
    margin-bottom:70px;
    color:#0f172a;
    }
    
    /* Timeline */
    .timeline{
    position:relative;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top: 45px;
    }
    
    .timeline::before{
    content: "";
    position: absolute;
    top: 25px;
    left: 96px;
    width: 82%;
    height: 2px;
    background: #eaadcb;
    z-index: 0;
    }
    
    /* Step */
    .step{
    text-align:center;
    position:relative;
    width:20%;
    z-index:1;
    padding:0 10px;
    }
    
    .step-number{
    width:70px;
    height:70px;
    background:#574592;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    margin:0 auto 15px;
    box-shadow:0 10px 20px rgba(0,0,0,0.08);
    transition:all .3s ease;
    }
    
    .step:hover .step-number{
    transform:scale(1.1);
    background:#0f766e;
    }
    
    .step-title{
    font-weight:600;
    font-size:16px;
    color:#1e293b;
    line-height:1.4;
    }
    
    /* Mobile Layout */
    @media(max-width:768px){
    
    .timeline{
    flex-direction:column;
    }
    
    .timeline::before{
    display:none;
    }
    
    .step{
    width:100% !important;
    display:flex;
    align-items:center;
    text-align:left;
    margin-bottom:30px;
    }
    
    .step-number{
    margin:0 20px 0 0 !important;
    }
    
    .contions_line {
    display: flex;
    gap: 15px;
    flex-direction: column;
    /* width: 100%; */
    }
    
    }
    
        .icons_set {
        display: flex;
        flex-direction: row;
        align-items: center;
        background: aliceblue;
        padding: 13px;
        border-radius: 10px;
    }
    .img-mainapl-box {
    background: rgb(220, 233, 245);
    border-radius: 20px;
}
.parag-manipal {
    color: #564591;
    font-size: 17px;
    margin-top: 13px;
}
/* CTA Section */

.cta-section{
    padding: 40px 0px;
    background: linear-gradient(135deg, #eaadcb, #574592);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.cta-section.new{
    padding: 40px 0px;
    background:#5645911c;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* glow circles */

.cta-section::before{
content:"";
position:absolute;
width:400px;
height:400px;
background:rgba(255,255,255,0.15);
border-radius:50%;
top:-100px;
right:-100px;
filter:blur(60px);
}

.cta-section::after{
content:"";
position:absolute;
width:350px;
height:350px;
background:rgba(255,255,255,0.12);
border-radius:50%;
bottom:-120px;
left:-120px;
filter:blur(60px);
}

.cta-content{
position:relative;
z-index:2;
text-align:center;
max-width:800px;
margin:auto;
}

.cta-title{
font-size:38px;
font-weight:700;
margin-bottom:20px;
line-height:1.3;
}

.cta-text{
font-size:18px;
opacity:0.9;
margin-bottom:35px;
}

/* Buttons */

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.btn-primary-cta{
background:#fff;
color:#0f172a;
padding:14px 28px;
border-radius:40px;
font-weight:600;
border:none;
transition:all .3s ease;
}

.btn-primary-cta:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.btn-outline-cta{
border:2px solid #fff;
color:#fff;
padding:14px 28px;
border-radius:40px;
font-weight:600;
background:transparent;
transition:all .3s ease;
}

.btn-outline-cta:hover{
background:#fff;
color:#0f172a;
transform:translateY(-3px);
}

/* Mobile */

@media(max-width:768px){

.cta-title{
font-size:28px;
}

.cta-text{
font-size:16px;
}

}
.apt_button.book{
    background: #25d366;
    color: #ffffff;
    border: 0px;
    margin-top: 9px;
}

	  .service-short-main-wrapper {
    display: flex;
    align-items: start;
    gap: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
   }
.service-short-main-wrapper .single-short-service {
    display: flex;
    align-items: start;
    gap: 25px;
    max-width: 285px;
}
.service-short-main-wrapper .single-short-service.data {
    display: flex;
    align-items: start;
    gap: 25px;
    max-width: 380px;
}
 .service-short-main-wrapper .single-short-service .icon {
    height: 60px;
    min-width: 60px;
    background: #d7c4c4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .service-short-main-wrapper .single-short-service .inner-content .title-sm {
    margin-bottom: 10px;
    font-size: 20px;
}
 .service-short-main-wrapper .single-short-service .inner-content .title-sm {
    margin-bottom: 10px;
    font-size: 20px;
}
/* Section */
.ivf-info{
padding:80px 0;
}

.section-title{
text-align:center;
font-size:34px;
font-weight:700;
margin-bottom:50px;
color:#0f172a;
}

/* Card */
.info-card{
background: rgba(255,255,255,0.7);
backdrop-filter: blur(10px);
border-radius:20px;
padding:30px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:0.3s;
height:100%;
}

.info-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

/* Title */
.card-title{
font-size:25px;
font-weight:700;
margin-bottom:20px;
display:flex;
align-items:center;
gap:10px;
}

/* List */
.info-list{
padding:0;
margin:0;
}

.info-list li{
list-style:none;
margin-bottom:14px;
display:flex;
align-items:flex-start;
gap:10px;
font-size:15px;
color:#475569;
}

/* Icons */
.info-list i{
color:#574592;
margin-top:4px;
}

/* Different colors for sections */
.card-1 i{ color:#574592; }
.card-2 i{ color:#574592; }
.card-3 i{ color:#574592; }

/* Mobile */
@media(max-width:768px){

.section-title{
font-size:26px;
}
.process-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px;
}

}

/* fertiliy consultion css code start here */

	.bg-light-pattern {
    background: #f8fafc;
    position: relative;
}
.bg-light-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(203, 12, 12, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(203, 12, 12, 0.03) 0%, transparent 50%);
}
.modern-card, .modern-card-white {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(203, 12, 12, 0.08);
   
}
.icon-wrapper {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    background: var(--bs-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.22rem;
    color: #fff;
}
.roboticsec-title {
    font-size: 2.25rem;
    color: var(--bs-primary);
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    letter-spacing: -1px;
}
.title-underline {
    width: 80px;
    height: 4px;
    background: var(--bs-primary);
    border-radius: 3px;
    position: relative;
}
.roboticsec-text {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 16px;
}

.surgery-list-card {
    background: #faf7f8;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(203, 12, 12, 0.08);
    border-left: 3px solid var(--bs-primary);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.surgery-list-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(203, 12, 12, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}
.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-list li {
    font-size: 1.15rem;
    color: var(--text-color);
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    line-height: 1.7;
    font-weight: 500;
}
.custom-list li i {
    color: var(--bs-primary);
    font-size: 1.4rem;
    margin-right: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    
    
}

/* doctors card css code stat here  */
.doctor-card{
    background: white;
    border-radius: 9px;
    padding: 1.2rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    
}
.dr-grid img {
    width: 150px;
    height: 150px;
    border-radius: 50%;

}
.doctor-content{
    margin-top: 9px;
}
.bi-award::before {
    content: "\f154";
}
.doctor-info i {
    color: #4caf50;
    font-size: 1rem;
}
.doctor-info span {
    color: #90a0b1;
}
.location-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}
.button-group {
    display: flex;
    gap: 0.6rem;
    width: 100%;
}
.btn-view-profile {
    flex: 1;
    padding: 12px;
    background: white;
    border: 2px solid #e0e0e0;
    color: var(--text-dark);
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 11px;
}
.btn-book-appointment {
    flex: 1;
  
    background: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    color: white;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    padding: 12px;
    cursor: pointer;
}
/*.btn-book-appointment:hover{*/
/*    color: #fff;*/
/*}*/

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.step-item {
    text-align: center;
}
.step-number {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    background: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    box-shadow: var(--shadow-md);
}

.contions_line{
    display: flex;
    gap: 15px;
}
.contions_line .step{
    text-align: center;
    position: relative;
    width: 20%;
    z-index: 1;
 
    background: #ffffff;
    /* margin-left: 16px; */
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}
.contions_line .step:hover{
    background: none !important;
}
    .cont-excellence {
        padding: 60px 0;
        background: #faf7f8;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .cont-excellence-pattern {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
        background-size: 30px 30px;
        opacity: 0.3;
    }

    .cont-excellence-box {
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        gap: 50px;
        position: relative;
        z-index: 2;
    }

    .cont-excellence-icon-wrapper {
        position: relative;
        flex-shrink: 0;
    }

    .cont-excellence-icon {
        width: 80px;
        height: 80px;
        background: rgb(30 7 7 / 15%);
        backdrop-filter: blur(10px);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        position: relative;
        z-index: 2;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        color: #3d203f;
    }

    .cont-excellence-content {
        flex: 1;
    }

    .cont-excellence-badge {
        display: inline-block;
        background: rgb(30 24 24 / 20%);
        backdrop-filter: blur(10px);
        padding: 8px 20px;
        border-radius: 25px;
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        color: #3d203f;
    }

    .cont-excellence-title {
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .cont-excellence-text {
        font-size: 1.1rem;
        line-height: 1.9;
        margin-bottom: 25px;
        opacity: 0.86;
        color: #3d203f;
    }

    .cont-excellence-highlight {
        background: rgb(54 46 46 / 15%);
        backdrop-filter: blur(10px);
        padding: 12px 20px;
        border-radius: 12px;
        border-left: 3px solid var(--cont-gold);
        display: flex;
        align-items: center;
        gap: 15px;
        color: #3d203f;
    }

    .cont-excellence-highlight p {
        font-size: 1.15rem;
        line-height: 1.8;
        margin: 0;
        color: #3d203f;
    }


