.elementor-732 .elementor-element.elementor-element-8d98650{margin-top:0px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-d52393f */.hero-section{
padding:90px 0;
background:linear-gradient(135deg,#eef5ff,#ffffff);
overflow:hidden;
}

.hero-section .container{
width:90%;
max-width:1300px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.hero-content{
flex:1;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:#002162;
color:#fff;
padding:10px 22px;
border-radius:40px;
font-size:15px;
font-weight:600;
margin-bottom:25px;
}

.hero-badge i{
color:#FB6E1E;
}

.hero-content h1{
font-size:35px;
font-weight:800;
line-height:1.2;
color:#111;
margin-bottom:20px;
}

.hero-content h1 span{
color:#002162;
}

.hero-content p{
font-size:18px;
line-height:1.8;
color:#666;
max-width:620px;
margin-bottom:35px;
}

.hero-btns{
display:flex;
gap:18px;
margin-bottom:40px;
flex-wrap:wrap;
}

.btn-primary{
background:#FB6E1E;
color:#fff;
padding:15px 34px;
border-radius:10px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-primary:hover{
background:#e85f00;
color:#fff;
}

.btn-outline{
border:2px solid #002162;
color:#002162;
padding:15px 34px;
border-radius:10px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-outline:hover{
background:#002162;
color:#fff;
}

.hero-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.hero-features div{
display:flex;
align-items:center;
gap:10px;
font-weight:600;
color:#333;
}

.hero-features i{
color:#FB6E1E;
}

.hero-image{
flex:1;
text-align:center;
}

.hero-image img{
width:100%;
max-width:560px;
animation:float 5s ease-in-out infinite;
border-radius: 10px;
}

@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-12px);
}

100%{
transform:translateY(0);
}

}

@media(max-width:991px){

.hero-section .container{
flex-direction:column-reverse;
text-align:center;
}

.hero-content h1{
font-size:42px;
}

.hero-content p{
margin:auto;
margin-bottom:30px;
}

.hero-btns{
justify-content:center;
}

.hero-features{
grid-template-columns:1fr 1fr;
margin-top:20px;
text-align:left;
}

}

@media(max-width:767px){

.hero-section{
padding:60px 0;
}

.hero-content h1{
font-size:32px;
}

.hero-content p{
font-size:15px;
}

.hero-features{
grid-template-columns:1fr;
}

.btn-primary,
.btn-outline{
width:100%;
text-align:center;
}

.hero-image img{
max-width:340px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cee786 *//*====================================
    HEALTH PACKAGES SECTION
=====================================*/

.hp-section{
    padding:80px 20px;
    background:#f4f7fc;
    font-family:Arial,Helvetica,sans-serif;
}

.hp-section *{
    box-sizing:border-box;
}

.hp-section .hp-container{
    max-width:1400px;
    margin:auto;
}

/*==============================
        Heading
==============================*/

.hp-section .hp-heading{
    text-align:center;
    margin-bottom:60px;
}

.hp-section .hp-heading span{
    display:inline-block;
    padding:8px 22px;
    background:#e8eeff;
    color:#002162;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.hp-section .hp-heading h2{
    font-size:42px;
    color:#002162;
    margin:18px 0;
    font-weight:700;
}

.hp-section .hp-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/*==============================
        Grid
==============================*/

.hp-section .hp-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

/*==============================
        Card
==============================*/

.hp-section .hp-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    display:flex;
    flex-direction:column;
}

.hp-section .hp-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#002162;
}

.hp-section .hp-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,33,98,.18);
}

/*==============================
        Icon
==============================*/

.hp-section .hp-icon{
    width:75px;
    height:75px;
    border-radius:18px;
    background:#002162;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
    transition:.4s;
}

.hp-section .hp-card:hover .hp-icon{
    transform:rotate(10deg) scale(1.08);
}

/*==============================
        Title
==============================*/

.hp-section .hp-card h3{
    font-size:24px;
    color:#222;
    margin:0 0 20px;
    line-height:1.4;
}

/*==============================
        List
==============================*/

.hp-section .hp-card ul{
    list-style:none;
    padding:0;
    margin:0;
    flex:1;
    max-height:250px;
    overflow:auto;
}

.hp-section .hp-card ul li{
    padding:10px 0;
    border-bottom:1px solid #eee;
    color:#555;
    font-size:15px;
    display:flex;
    align-items:center;
}

.hp-section .hp-card ul li:last-child{
    border-bottom:none;
}

.hp-section .hp-card ul li::before{
    content:"✓";
    width:24px;
    height:24px;
    background:#002162;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    margin-right:12px;
    flex-shrink:0;
}

/* Scrollbar */

.hp-section .hp-card ul::-webkit-scrollbar{
    width:6px;
}

.hp-section .hp-card ul::-webkit-scrollbar-thumb{
    background:#002162;
    border-radius:20px;
}

.hp-section .hp-card ul::-webkit-scrollbar-track{
    background:#eee;
}

/*==============================
        Price
==============================*/

.hp-section .hp-price{
    margin-top:25px;
    padding-top:20px;
    border-top:1px solid #eee;
}

.hp-section .hp-mrp{
    color:#999;
    text-decoration:line-through;
    font-size:16px;
}

.hp-section .hp-offer{
    color:#002162;
    font-size:34px;
    font-weight:700;
    margin-top:6px;
}

/*==============================
        Button
==============================*/

.hp-section .hp-btn{
    margin-top:22px;
}

.hp-section .hp-btn a{
    display:inline-block;
    width:100%;
    text-align:center;
    background:#002162;
    color:#fff;
    padding:14px;
    border-radius:10px;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.hp-section .hp-btn a:hover{
    background:#ff7a00;
}

/*==============================
        Responsive
==============================*/

@media(max-width:1200px){

.hp-section .hp-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.hp-section{
    padding:60px 15px;
}

.hp-section .hp-heading h2{
    font-size:30px;
}

.hp-section .hp-heading p{
    font-size:15px;
}

.hp-section .hp-grid{
    grid-template-columns:1fr;
}

.hp-section .hp-card{
    padding:25px;
}

.hp-section .hp-icon{
    width:65px;
    height:65px;
    font-size:26px;
}

.hp-section .hp-card h3{
    font-size:22px;
}

.hp-section .hp-offer{
    font-size:30px;
}

}

@media(max-width:480px){

.hp-section .hp-heading span{
    font-size:12px;
}

.hp-section .hp-heading h2{
    font-size:26px;
}

.hp-section .hp-card{
    padding:20px;
}

.hp-section .hp-card h3{
    font-size:20px;
}

.hp-section .hp-card ul li{
    font-size:14px;
}

.hp-section .hp-offer{
    font-size:28px;
}

}/* End custom CSS */