.elementor-713 .elementor-element.elementor-element-3bcb8b0{--display:flex;}.elementor-713 .elementor-element.elementor-element-ea725a0{--display:flex;}.elementor-713 .elementor-element.elementor-element-05cb507{--display:flex;}.elementor-713 .elementor-element.elementor-element-05cb507:not(.elementor-motion-effects-element-type-background), .elementor-713 .elementor-element.elementor-element-05cb507 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#045D5D;}.elementor-713 .elementor-element.elementor-element-bcbbfd4{--display:flex;}.elementor-713 .elementor-element.elementor-element-a0b4a1d{--display:flex;}.elementor-713 .elementor-element.elementor-element-e2d538a{--display:flex;}.elementor-713 .elementor-element.elementor-element-da01b6e{--display:flex;}.elementor-713 .elementor-element.elementor-element-c9e72b7{--display:flex;}.elementor-713 .elementor-element.elementor-element-29bb2f1{--display:flex;}.elementor-713 .elementor-element.elementor-element-17581f8{--display:flex;}.elementor-713 .elementor-element.elementor-element-16a5b4f{--display:flex;}.elementor-713 .elementor-element.elementor-element-f8a701a{--display:flex;}.elementor-713 .elementor-element.elementor-element-73d500b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7f7f85a */.year{
    display:inline-block;
    margin-top:12px;
    padding:6px 14px;
    background:#0d6efd;
    color:#fff;
    font-size:13px;
    font-weight:600;
    border-radius:20px;
    font-weight:600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfb46c6 *//*==========================
Professional Experience
==========================*/

.experience-boxes{
    max-width:1200px;
    margin:0px auto 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.exp-box{
    background:#fff;
    border:1px solid #e2e8f0;
    border-left:4px solid #d68c2c;
    padding:20px;
    min-height:150px;
    transition:0.3s ease;
}

.exp-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.exp-box h4{
    font-size:20px;
    color:#004b5c;
    font-weight:600;
    margin-bottom:12px;
    line-height:1.4;
}

.exp-box p{
    margin:0;
    font-size:16px;
    color:#555;
    line-height:1.8;
}

/* Tablet */

@media(max-width:992px){

.experience-boxes{
    grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:768px){

.experience-boxes{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4887d9 *//*==========================
WHY CHOOSE SECTION
===========================*/

.why-choose{
    padding:70px 20px;
    background:#ffffff;
}

.why-container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:45px;
}

.section-title h2{
    font-size:36px;
    color:#0b4b63;
    margin-bottom:12px;
    font-weight:700;
}

.section-title p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.why-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:20px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    background:#fff;
}

.why-item span{
    width:32px;
    height:32px;
    background:#16a34a;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:bold;
    flex-shrink:0;
}

.why-item h4{
    margin:0 0 6px;
    color:#0b4b63;
    font-size:19px;
    font-weight:600;
}

.why-item p{
    margin:0;
    color:#555;
    line-height:1.7;
    font-size:15px;
}

@media(max-width:768px){

.why-grid{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e3124d *//*==============================
    GOOGLE FONT
===============================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f6f9fc;
    color:#1f2937;
}

/*==============================
    SECTION
===============================*/

.conditions-section{

    padding:20px 0;
    background:linear-gradient(180deg,#f8fbff,#eef6ff);

}

.section-title{

    width:90%;
    max-width:900px;
    margin:auto;
    text-align:center;
    margin-bottom:60px;

}

.tag{

    display:inline-block;
    padding:10px 22px;
    background:#eaf4ff;
    color:#1565c0;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;

}

.section-title h2{

    font-size:46px;
    color:#0f172a;
    margin-bottom:12px;

}

.section-title p{

    font-size:22px;
    color:#64748b;
    font-family:'Noto Sans Devanagari',sans-serif;

}

/*==============================
    GRID
===============================*/

.condition-grid{

    width:90%;
    max-width:1300px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;

}

/*==============================
    CARD
===============================*/

.condition-card{

    background:#fff;
    border-radius:24px;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.condition-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 55px rgba(0,0,0,.12);

}

/*==============================
    HEADER
===============================*/

.card-header{

    display:flex;
    align-items:center;

    gap:18px;

    padding:24px;

    color:#fff;

}

.liver .card-header{

    background:linear-gradient(135deg,#00c853,#2e7d32);

}

.stomach .card-header{

    background:linear-gradient(135deg,#2196f3,#1565c0);

}

.icon{

    width:70px;
    height:70px;

    background:rgba(255,255,255,.20);

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

}

.card-header h3{

    font-size:26px;
    margin-bottom:5px;

}

.card-header span{

    font-family:'Noto Sans Devanagari',sans-serif;

    font-size:18px;

    opacity:.95;

}

/*==============================
    DISEASE ITEM
===============================*/

.disease{

    padding:22px 25px;

    border-bottom:1px solid #edf2f7;

    transition:.3s;

    position:relative;

}

.disease:last-child{

    border-bottom:none;

}

.disease:hover{

    background:#f8fbff;

    padding-left:35px;

}

.disease::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:transparent;

    transition:.3s;

}

.liver .disease:hover::before{

    background:#00c853;

}

.stomach .disease:hover::before{

    background:#2196f3;

}

.disease h4{

    font-size:19px;

    color:#0f172a;

    margin-bottom:6px;

}

.disease h5{

    font-size:17px;

    color:#1565c0;

    margin-bottom:8px;

    font-family:'Noto Sans Devanagari',sans-serif;

    font-weight:600;

}

.disease p{

    color:#64748b;

    line-height:1.7;

    font-size:15px;

    font-family:'Noto Sans Devanagari',sans-serif;

}

/*==============================
    RESPONSIVE
===============================*/

@media(max-width:992px){

.condition-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.conditions-section{

padding:70px 0;

}

.section-title h2{

font-size:34px;

}

.section-title p{

font-size:18px;

}

.card-header{

padding:20px;

}

.card-header h3{

font-size:22px;

}

.icon{

width:60px;
height:60px;
font-size:28px;

}

.disease{

padding:18px;

}

}

@media(max-width:480px){

.section-title h2{

font-size:28px;

}

.tag{

font-size:12px;

padding:8px 16px;

}

.card-header{

flex-direction:column;

text-align:center;

}

.card-header h3{

font-size:20px;

}

.card-header span{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d569768 *//* ===============================
   PROCEDURES SECTION
================================ */

:root{
    --green:#0c5b52;
    --gold:#d8922d;
    --white:#ffffff;
    --text:#d5e8e4;
}

.proc-sec{
    background:var(--green);
    padding:70px 0;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.sec-head{
    margin-bottom:40px;
}

.tab-label{
    display:inline-block;
    background:var(--gold);
    color:#fff;
    padding:10px 22px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
    border-radius:3px;
    text-transform:uppercase;
    margin-bottom:25px;
}

.sec-head h2{
    color:#fff;
    font-size:48px;
    line-height:1.15;
    font-family:Georgia, serif;
    font-weight:700;
}

.proc-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border:1px solid rgba(255,255,255,.15);
}

.proc-card{
    padding:42px 38px;
    border-right:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
}

.proc-card:nth-child(3),
.proc-card:nth-child(6){
    border-right:none;
}

.proc-card:nth-child(4),
.proc-card:nth-child(5),
.proc-card:nth-child(6){
    border-bottom:none;
}

.mk{
    display:block;
    color:var(--gold);
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
    text-transform:uppercase;
}

.proc-card h3{
    color:#fff;
    font-size:30px;
    line-height:1.3;
    font-family:Georgia, serif;
    margin-bottom:12px;
}

.proc-card p{
    color:var(--text);
    font-size:16px;
    line-height:1.8;
}

/* Tablet */

@media (max-width:992px){

.proc-grid{
    grid-template-columns:repeat(2,1fr);
}

.proc-card:nth-child(even){
    border-right:none;
}

.proc-card:nth-last-child(-n+2){
    border-bottom:none;
}

}

/* Mobile */

@media (max-width:768px){

.proc-grid{
    grid-template-columns:1fr;
}

.proc-card{
    border-right:none;
}

.proc-card:last-child{
    border-bottom:none;
}

.sec-head h2{
    font-size:34px;
}

.proc-card h3{
    font-size:24px;
}

}/* End custom CSS */