.elementor-510 .elementor-element.elementor-element-b2c7b16{--display:flex;}.elementor-510 .elementor-element.elementor-element-a845819{--display:flex;}.elementor-510 .elementor-element.elementor-element-3a4d768{--display:flex;}.elementor-510 .elementor-element.elementor-element-1760401{--display:flex;}.elementor-510 .elementor-element.elementor-element-019f35f{--display:flex;}.elementor-510 .elementor-element.elementor-element-cf48ede{--display:flex;}.elementor-510 .elementor-element.elementor-element-3f06db0{--display:flex;}.elementor-510 .elementor-element.elementor-element-42dfef2{--display:flex;}.elementor-510 .elementor-element.elementor-element-8484217{--display:flex;}.elementor-510 .elementor-element.elementor-element-87202b6{--display:flex;}.elementor-510 .elementor-element.elementor-element-f3e6a08{--display:flex;}.elementor-510 .elementor-element.elementor-element-f4ab348{--display:flex;}.elementor-510 .elementor-element.elementor-element-21e3b12{--display:flex;}.elementor-510 .elementor-element.elementor-element-60bd828{--display:flex;}.elementor-510 .elementor-element.elementor-element-cdfdbc9{--display:flex;}.elementor-510 .elementor-element.elementor-element-acce8d9{--display:flex;}.elementor-510 .elementor-element.elementor-element-c6c18fa{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-58ee989 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Great+Vibes&display=swap');

body{
    font-family:'Poppins',sans-serif;
    background:#f7f9fc;
}

/* MAIN SECTION */
.doctor-profile{
    padding:50px 0;
}

/* GRID */
.profile-grid{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:60px;
    align-items:center;
}

/* IMAGE */
.profile-image{
    display:flex;
    justify-content:center;
}

.img-card{
    width:380px;
    padding:12px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.img-card img{
    width:100%;
    border-radius:14px;
}

/* ROLE TAG */
.role-tag{
    display:inline-block;
    padding:6px 14px;
    background:#eef2ff;
    color:#4f46e5;
    border-radius:50px;
    font-size:13px;
    margin-bottom:12px;
}

/* NAME */
.profile-content h1{
    font-size:44px;
    color:#111;
    margin-bottom:10px;
}

.profile-content h1 span{
    font-family:'Great Vibes', cursive;
    font-size:52px;
    color:#0ea5e9;
}

/* INTRO */
.intro-text{
    color:#555;
    line-height:1.8;
    max-width:550px;
    margin-bottom:25px;
}

/* FACT BLOCK (VERY DIFFERENT STYLE) */
.fact-box{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-bottom:30px;
}

.fact{
    background:#ffffff;
    border-left:4px solid #0ea5e9;
    padding:14px 18px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.fact h3{
    font-size:14px;
    color:#0ea5e9;
    margin-bottom:4px;
}

.fact p{
    font-size:14px;
    color:#444;
}

/* ABOUT BLOCK (SEPARATE FEEL) */
.about-block{
    margin-top:10px;
}

.about-block h2{
    font-size:18px;
    margin-bottom:8px;
    color:#111;
}

.about-block p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}

/* RESPONSIVE */
@media(max-width:900px){
.profile-grid{
    grid-template-columns:1fr;
    text-align:center;
}

.intro-text{
    margin:auto auto 25px;
}

.fact-box{
    max-width:400px;
    margin:auto auto 30px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d65ea1 *//*=========================================
   TRUSTED STATISTICS SECTION
=========================================*/

.stats-section{
    position:relative;
    padding:110px 0;
    background:#f8fbff;
    overflow:hidden;
}

/* Background Circles */

.stats-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(13,110,253,.05);
    border-radius:50%;
    top:-120px;
    left:-120px;
}

.stats-section::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(15,157,138,.05);
    border-radius:50%;
    right:-80px;
    bottom:-80px;
}

/*=========================================
 SECTION TITLE
=========================================*/

.section-title{
    text-align:center;
    max-width:760px;
    margin:auto;
    margin-bottom:70px;
}

.section-title .subtitle{

    display:inline-block;

    padding:10px 24px;

    background:#eaf4ff;

    color:#0b6efd;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}

.section-title h2{

    font-size:42px;

    color:#12233d;

    font-weight:700;

    margin-bottom:18px;

}

.section-title p{

    color:#666;

    font-size:17px;

    line-height:1.8;

}

/*=========================================
 GRID
=========================================*/

.stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

/*=========================================
 CARD
=========================================*/

.stats-card{

    position:relative;

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.8);

    border-radius:28px;

    padding:40px 30px;

    text-align:center;

    overflow:hidden;

    transition:.45s;

    box-shadow:

    0 15px 40px rgba(0,0,0,.08);

}

/* Top Gradient */

.stats-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:linear-gradient(90deg,#0b6efd,#18c29c);

}

/* Hover */

.stats-card:hover{

transform:translateY(-12px);

box-shadow:

0 25px 55px rgba(0,0,0,.15);

}

/*=========================================
 ICON
=========================================*/

.stats-icon{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#0b6efd,#18c29c);

color:#fff;

font-size:34px;

box-shadow:

0 15px 35px rgba(11,110,253,.30);

transition:.4s;

}

.stats-card:hover .stats-icon{

transform:rotate(12deg) scale(1.12);

}

/*=========================================
 COUNTER
=========================================*/

.stats-card h3{

font-size:48px;

font-weight:700;

color:#0b6efd;

margin-bottom:10px;

}

.stats-card h4{

font-size:22px;

font-weight:600;

margin-bottom:15px;

color:#12233d;

}

.stats-card p{

font-size:15px;

color:#666;

line-height:1.8;

}

/*=========================================
 GLOW EFFECT
=========================================*/

.stats-card::after{

content:"";

position:absolute;

width:120px;

height:120px;

background:rgba(24,194,156,.08);

border-radius:50%;

right:-40px;

bottom:-40px;

transition:.4s;

}

.stats-card:hover::after{

transform:scale(1.6);

}

/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:1100px){

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.section-title h2{

font-size:32px;

}

.stats-grid{

grid-template-columns:1fr;

}

.stats-card{

padding:35px 25px;

}

.stats-card h3{

font-size:40px;

}

}

@media(max-width:480px){

.stats-section{

padding:80px 0;

}

.section-title h2{

font-size:28px;

}

.section-title p{

font-size:15px;

}

.stats-icon{

width:70px;

height:70px;

font-size:28px;

}

.stats-card{

border-radius:22px;

}

}

/*=========================================
 ICON PULSE ANIMATION
=========================================*/

.pulse{
    animation:iconPulse .7s ease;
}

@keyframes iconPulse{

0%{
transform:scale(1);
}

40%{
transform:scale(1.18);
}

100%{
transform:scale(1);
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97a8262 */.doctor-section{
    position: relative;
    overflow: hidden;
    padding:120px 0;
    background:
        radial-gradient(circle at top left,#dff7ff 0%,transparent 35%),
        radial-gradient(circle at bottom right,#d8f4ff 0%,transparent 30%),
        linear-gradient(135deg,#ffffff 0%,#f3fbfd 45%,#edf9fc 100%);
}
.doctor-section::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    background:rgba(0,172,193,.08);
    border-radius:50%;
    top:-220px;
    right:-150px;
    filter:blur(20px);
}

.doctor-section::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(0,150,180,.06);
    border-radius:50%;
    bottom:-120px;
    left:-100px;
    filter:blur(15px);
}
.doctor-image img{
    width:30%;
    border-radius:30px;
    transition:.6s;
    box-shadow:
        0 20px 60px rgba(0,0,0,.08),
        0 10px 25px rgba(0,166,182,.12);
}

.doctor-image:hover img{
    transform:scale(1.03);
}
.experience{

background:linear-gradient(135deg,#00b8d4,#006f8d);

border:4px solid rgba(255,255,255,.4);

backdrop-filter:blur(12px);

padding:28px;

border-radius:24px;

box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.experience h2{
font-size:52px;
font-weight:700;
}

.experience p{
font-size:14px;
letter-spacing:1px;
text-transform:uppercase;
}
.doctor-card{

background:rgba(255,255,255,.92);

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.5);

padding:35px;

border-radius:25px;

box-shadow:
0 20px 50px rgba(0,0,0,.08);

transition:.4s;

}

.doctor-card:hover{

transform:translateY(-8px);

}
.doctor-content h1{

font-size:58px;

line-height:1.15;

font-weight:700;

color:#12354d;

margin-bottom:25px;

}

.doctor-content h1 span{

background:linear-gradient(90deg,#0097b2,#00c0d9);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}
.doctor-content p{

font-size:18px;

line-height:2;

color:#667085;

}
.item{

background:rgba(255,255,255,.85);

backdrop-filter:blur(20px);

border:1px solid rgba(0,170,190,.08);

border-radius:22px;

padding:22px;

transition:.4s;

position:relative;

overflow:hidden;

}

.item::before{

content:"";

position:absolute;

left:0;

top:0;

width:5px;

height:100%;

background:#00b3c4;

transition:.3s;

}

.item:hover{

transform:translateX(12px);

box-shadow:0 20px 50px rgba(0,166,182,.18);

}

.item:hover::before{

width:100%;

opacity:.05;

}
.icon{

width:75px;

height:75px;

background:linear-gradient(135deg,#00bfd5,#00849d);

box-shadow:0 15px 35px rgba(0,166,182,.3);

transition:.4s;

}

.item:hover .icon{

transform:rotate(10deg) scale(1.08);

}
.about-box{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.06);

border-left:6px solid #00b3c4;

}
.grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:22px;

}

.grid div{

background:#fff;

padding:22px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.05);

transition:.4s;

border:1px solid #edf5f8;

display:flex;

align-items:center;

font-weight:600;

}

.grid div:hover{

transform:translateY(-8px);

background:linear-gradient(135deg,#0097b2,#00bcd4);

color:#fff;

box-shadow:0 20px 40px rgba(0,166,182,.25);

}
.current{

background:linear-gradient(135deg,#0f,#00b3c4);

padding:45px;

border-radius:28px;

box-shadow:

0 25px 60px rgba(0,0,0,.18);

position:relative;

overflow:hidden;

}

.current::before{

content:"";

position:absolute;

right:-40px;

top:-40px;

width:180px;

height:180px;

background:rgba(255,255,255,.08);

border-radius:50%;

}
.btn-doctor{

display:inline-block;

padding:16px 40px;

background:linear-gradient(135deg,#0097b2,#00bcd4);

color:#fff;

border-radius:50px;

font-weight:600;

text-decoration:none;

transition:.4s;

box-shadow:0 15px 35px rgba(0,166,182,.3);

}

.btn-doctor:hover{

transform:translateY(-5px);

box-shadow:0 20px 45px rgba(0,166,182,.4);

}
.item,
.grid div,
.doctor-card,
.about-box,
.current,
.doctor-image img{
    transition:all .4s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bdd21d *//*=========================================
        ABOUT DOCTOR SECTION
=========================================*/

.about-doctor{
    position:relative;
    padding:20px 0;
    background:#ffffff;
    overflow:hidden;
}

.about-doctor::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(11,110,253,.05);
    border-radius:50%;
    top:-100px;
    left:-100px;
}

.about-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/*=========================================
 LEFT IMAGE
=========================================*/

.about-image{
    flex:1;
    position:relative;
}

.doctor-photo{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    background:#fff;
    padding:12px;
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}

.doctor-photo img{
    width:100%;
    display:block;
    border-radius:25px;
    transition:.6s;
}

.doctor-photo:hover img{
    transform:scale(1.05);
}

/* Glass Border */

.doctor-photo::before{

content:"";

position:absolute;

inset:0;

border-radius:30px;

padding:2px;

background:linear-gradient(135deg,#0b6efd,#19c59d);

-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);

-webkit-mask-composite:xor;

mask-composite:exclude;

}

/*=========================================
 EXPERIENCE BOX
=========================================*/

.experience-box{

position:absolute;

right:-30px;

bottom:40px;

background:linear-gradient(135deg,#0b6efd,#18c29c);

color:#fff;

padding:25px;

border-radius:20px;

text-align:center;

box-shadow:0 20px 40px rgba(0,0,0,.20);

animation:floatExperience 4s ease-in-out infinite;

}

.experience-box h2{

font-size:42px;

margin-bottom:5px;

}

.experience-box span{

font-size:15px;

display:block;

}

/*=========================================
 RIGHT CONTENT
=========================================*/

.about-content{

flex:1;

}

.section-subtitle{

display:inline-block;

padding:10px 24px;

background:#eaf4ff;

color:#0b6efd;

border-radius:50px;

font-weight:600;

margin-bottom:20px;

}

.about-content h2{

font-size:46px;

font-weight:700;

color:#12233d;

margin-bottom:12px;

}

.about-content h3{

font-size:24px;

color:#18a07b;

margin-bottom:25px;

font-weight:600;

}

.about-content p{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:20px;

}

/*=========================================
 FEATURE CARDS
=========================================*/

.doctor-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin:40px 0;

}

.feature-card{

display:flex;

align-items:center;

gap:18px;

padding:22px;

background:#fff;

border-radius:20px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.4s;

}

.feature-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 45px rgba(0,0,0,.15);

}

.feature-card i{

width:65px;

height:65px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:linear-gradient(135deg,#0b6efd,#18c29c);

color:#fff;

font-size:24px;

transition:.4s;

}

.feature-card:hover i{

transform:rotate(15deg) scale(1.1);

}

.feature-card h4{

font-size:18px;

margin-bottom:6px;

color:#12233d;

}

.feature-card p{

margin:0;

font-size:14px;

color:#777;

}

/*=========================================
 QUALIFICATION TAGS
=========================================*/

.qualification-tags{

display:flex;

flex-wrap:wrap;

gap:15px;

margin:35px 0;

}

.qualification-tags span{

padding:12px 20px;

background:#f4f9ff;

border-radius:40px;

font-size:15px;

font-weight:600;

color:#0b6efd;

transition:.3s;

}

.qualification-tags span:hover{

background:#0b6efd;

color:#fff;

}

/*=========================================
 BUTTONS
=========================================*/

.about-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

margin-top:20px;

}

/*=========================================
 ANIMATIONS
=========================================*/

@keyframes floatExperience{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}

/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:992px){

.about-wrapper{

flex-direction:column;

}

.about-content{

text-align:center;

}

.doctor-features{

grid-template-columns:1fr;

}

.qualification-tags{

justify-content:center;

}

.about-buttons{

justify-content:center;

}

.experience-box{

position:relative;

right:0;

bottom:0;

margin-top:25px;

display:inline-block;

}

}

@media(max-width:768px){

.about-doctor{

padding:80px 0;

}

.about-content h2{

font-size:34px;

}

.about-content h3{

font-size:20px;

}

.feature-card{

padding:18px;

}

}

@media(max-width:480px){

.about-content h2{

font-size:28px;

}

.section-subtitle{

font-size:13px;

}

.feature-card{

flex-direction:column;

text-align:center;

}

.about-buttons{

flex-direction:column;

}

.about-buttons a{

width:100%;

text-align:center;

}

}

/*=========================================
 ABOUT SECTION EXTRA ANIMATIONS
=========================================*/

.tag-animation{

animation:tagFade .8s ease forwards;

opacity:0;

}

@keyframes tagFade{

0%{

opacity:0;

transform:translateY(20px);

}

100%{

opacity:1;

transform:translateY(0);

}

}

.doctor-photo{

transition:.5s;

transform-style:preserve-3d;

}

.feature-card{

cursor:pointer;

}

.feature-card i{

transition:.4s;

}

.feature-card:hover i{

transform:rotate(12deg) scale(1.15);

}

.doctor-photo img{

transition:.7s;

}

.doctor-photo:hover img{

transform:scale(1.08);

}

.experience-box{

animation:floatBadge 4s ease-in-out infinite;

}

@keyframes floatBadge{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b3a99e *//*=========================================
      EDUCATION & JOURNEY TIMELINE
=========================================*/

.journey-section{
    position:relative;
    padding:20px 0;
    background:linear-gradient(180deg,#f8fbff,#ffffff);
    overflow:hidden;
}

/* Background Shapes */

.journey-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(11,110,253,.05);
    border-radius:50%;
    top:-150px;
    left:-150px;
}

.journey-section::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(24,194,156,.05);
    border-radius:50%;
    right:-120px;
    bottom:-120px;
}

/*=========================================
 TIMELINE
=========================================*/

.timeline{
    position:relative;
    max-width:1200px;
    margin:70px auto 0;
}

/* Center Line */

.timeline::before{

    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:5px;
    height:100%;
    background:linear-gradient(#0b6efd,#18c29c);
    transform:translateX(-50%);
    border-radius:20px;

}

/*=========================================
 TIMELINE ITEM
=========================================*/

.timeline-item{

    position:relative;
    width:50%;
    padding:25px 50px;
    margin-bottom:60px;

}

/* Left */

.timeline-item.left{

    left:0;
    text-align:right;

}

/* Right */

.timeline-item.right{

    left:50%;

}

/*=========================================
 CARD
=========================================*/

.timeline-content{

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(18px);

    padding:30px;

    border-radius:24px;

    box-shadow:

    0 18px 45px rgba(0,0,0,.10);

    transition:.4s;

    position:relative;

}

.timeline-content:hover{

    transform:translateY(-8px);

    box-shadow:

    0 25px 60px rgba(0,0,0,.18);

}

/*=========================================
 ICON
=========================================*/

.timeline-icon{

    position:absolute;

    top:35px;

    width:70px;

    height:70px;

    background:linear-gradient(135deg,#0b6efd,#18c29c);

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    box-shadow:

    0 15px 35px rgba(11,110,253,.35);

    z-index:10;

}

/* Icon Position */

.timeline-item.left .timeline-icon{

    right:-35px;

}

.timeline-item.right .timeline-icon{

    left:-35px;

}

/*=========================================
 CONTENT
=========================================*/

.timeline-content h3{

    font-size:24px;

    color:#0b6efd;

    margin-bottom:8px;

}

.timeline-content h4{

    font-size:18px;

    color:#18a07b;

    margin-bottom:15px;

}

.timeline-content p{

    color:#666;

    line-height:1.8;

    font-size:15px;

}

/*=========================================
 HOVER EFFECT
=========================================*/

.timeline-content::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#0b6efd,#18c29c);

    border-radius:24px 24px 0 0;

}

/*=========================================
 ICON ANIMATION
=========================================*/

.timeline-icon{

    animation:floatIcon 4s ease-in-out infinite;

}

@keyframes floatIcon{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-8px);

}

100%{

transform:translateY(0);

}

}

/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:991px){

.timeline::before{

left:35px;

}

.timeline-item{

width:100%;

padding-left:90px;

padding-right:20px;

text-align:left !important;

left:0 !important;

}

.timeline-item.left .timeline-icon,
.timeline-item.right .timeline-icon{

left:0;

right:auto;

}

}

@media(max-width:768px){

.journey-section{

padding:80px 0;

}

.timeline-content{

padding:25px;

}

.timeline-content h3{

font-size:22px;

}

.timeline-content h4{

font-size:17px;

}

}

@media(max-width:480px){

.timeline{

margin-top:40px;

}

.timeline-item{

padding-left:75px;

}

.timeline-icon{

width:55px;

height:55px;

font-size:22px;

}

.timeline-content{

padding:20px;

border-radius:18px;

}

.timeline-content h3{

font-size:20px;

}

.timeline-content h4{

font-size:16px;

}

.timeline-content p{

font-size:14px;

}

}

/*=========================================
 TIMELINE REVEAL ANIMATION
=========================================*/

.timeline-item{

opacity:0;

transition:1s ease;

}

.timeline-item.left{

transform:translateX(-80px);

}

.timeline-item.right{

transform:translateX(80px);

}

.timeline-item.active{

opacity:1;

transform:translateX(0);

}

/*=========================================
 ICON PULSE
=========================================*/

.timeline-pulse{

animation:timelinePulse .7s ease;

}

@keyframes timelinePulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.2);

}

100%{

transform:scale(1);

}

}

/*=========================================
 CARD TRANSITION
=========================================*/

.timeline-content{

transform-style:preserve-3d;

transition:.4s;

}

.timeline-icon{

transition:.4s;

}

.timeline-content:hover .timeline-icon{

transform:rotate(15deg);

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe7f23e *//*=========================================
        TESTIMONIAL SECTION
=========================================*/

.testimonial-section{
    position:relative;
    padding:20px 0;
    background:linear-gradient(180deg,#f8fbff,#ffffff);
    overflow:hidden;
}

/* Background Shapes */

.testimonial-section::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(11,110,253,.05);
    top:-120px;
    left:-120px;
}

.testimonial-section::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(24,194,156,.05);
    bottom:-100px;
    right:-100px;
}

/*=========================================
 GRID
=========================================*/

.testimonial-slider{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

/*=========================================
 CARD
=========================================*/

.testimonial-card{

position:relative;

background:rgba(255,255,255,.92);

backdrop-filter:blur(20px);

border-radius:28px;

padding:35px;

overflow:hidden;

transition:.45s;

box-shadow:

0 18px 45px rgba(0,0,0,.08);

border:1px solid rgba(255,255,255,.65);

}

/* Top Gradient */

.testimonial-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:linear-gradient(90deg,#0b6efd,#18c29c);

}

/* Hover */

.testimonial-card:hover{

transform:translateY(-12px);

box-shadow:

0 25px 60px rgba(0,0,0,.15);

}

/*=========================================
 QUOTE ICON
=========================================*/

.quote-icon{

width:70px;

height:70px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#0b6efd,#18c29c);

color:#fff;

font-size:28px;

margin-bottom:25px;

box-shadow:

0 12px 30px rgba(11,110,253,.35);

transition:.4s;

}

.testimonial-card:hover .quote-icon{

transform:rotate(12deg) scale(1.1);

}

/*=========================================
 TEXT
=========================================*/

.testimonial-text{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:25px;

}

/*=========================================
 STARS
=========================================*/

.stars{

margin-bottom:25px;

}

.stars i{

color:#FFC107;

font-size:18px;

margin-right:3px;

}

/*=========================================
 PATIENT INFO
=========================================*/

.patient-info{

display:flex;

align-items:center;

gap:15px;

}

.patient-info img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

border:4px solid #0b6efd;

}

.patient-info h4{

font-size:18px;

color:#12233d;

margin-bottom:5px;

}

.patient-info span{

font-size:14px;

color:#777;

}

/*=========================================
 GLOW EFFECT
=========================================*/

.testimonial-card::after{

content:"";

position:absolute;

width:120px;

height:120px;

background:rgba(24,194,156,.08);

border-radius:50%;

right:-40px;

bottom:-40px;

transition:.5s;

}

.testimonial-card:hover::after{

transform:scale(1.6);

}

/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:1100px){

.testimonial-slider{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.testimonial-section{

padding:80px 0;

}

.testimonial-slider{

grid-template-columns:1fr;

gap:25px;

}

.testimonial-card{

padding:28px;

}

}

@media(max-width:480px){

.quote-icon{

width:60px;

height:60px;

font-size:24px;

}

.patient-info img{

width:60px;

height:60px;

}

.testimonial-text{

font-size:15px;

}

}

/*=========================================
 TESTIMONIAL ANIMATIONS
=========================================*/

.testimonial-card{

opacity:0;

transform:translateY(60px);

transition:.8s ease;

}

.testimonial-card.active{

opacity:1;

transform:translateY(0);

}

/* Quote Pulse */

.quotePulse{

animation:quotePulse .7s ease;

}

@keyframes quotePulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.2);

}

100%{

transform:scale(1);

}

}

/* Smooth Hover */

.testimonial-card{

transform-style:preserve-3d;

cursor:pointer;

}

/* Mobile Slider */

@media(max-width:768px){

.testimonial-slider{

display:flex;

overflow-x:auto;

gap:20px;

scroll-behavior:smooth;

scrollbar-width:none;

padding-bottom:15px;

}

.testimonial-slider::-webkit-scrollbar{

display:none;

}

.testimonial-card{

min-width:320px;

flex:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d19328b *//*=========================================
        INSTAGRAM SECTION
=========================================*/

.insta-section{
    padding:20px 0;
    background:linear-gradient(180deg,#ffffff,#f8fbff);
    overflow:hidden;
}

.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/*==============================
HEADER
==============================*/

.insta-header{
    text-align:center;
    margin-bottom:60px;
}

.insta-header h2{
    font-size:42px;
    color:#17394A;
    margin-bottom:15px;
    font-weight:700;
}

.insta-header p{
    max-width:700px;
    margin:auto;
    color:#6b7280;
    font-size:17px;
    line-height:30px;
    margin-bottom:30px;
}

.insta-btn{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:15px 35px;

    border-radius:50px;

    background:linear-gradient(135deg,#E1306C,#F56040,#FCAF45);

    color:#fff;
    font-weight:600;
    text-decoration:none;

    transition:.4s;

    box-shadow:0 15px 35px rgba(225,48,108,.25);

}

.insta-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(225,48,108,.35);

}

/*==============================
SLIDER
==============================*/

.insta-slider{

    overflow:hidden;
    position:relative;

}

.insta-track{

    display:flex;
    gap:25px;

    width:max-content;

    animation:instaScroll 30s linear infinite;

}

.insta-slider:hover .insta-track{

    animation-play-state:paused;

}

/*==============================
CARD
==============================*/

.insta-card{

    position:relative;

    width:300px;
    height:340px;

    border-radius:22px;

    overflow:hidden;

    flex-shrink:0;

    background:#fff;

    cursor:pointer;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.4s;

}

.insta-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.18);

}

.insta-card img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:.5s;

    display:block;

}

/*==============================
OVERLAY
==============================*/

.insta-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.15),
        rgba(0,0,0,.55)
    );

    display:flex;

    justify-content:center;
    align-items:center;

    opacity:0;

    transition:.4s;

}

.insta-overlay i{

    font-size:48px;

    color:#fff;

    transform:scale(.6);

    transition:.4s;

}

.insta-card:hover .insta-overlay{

    opacity:1;

}

.insta-card:hover .insta-overlay i{

    transform:scale(1);

}

.insta-card:hover img{

    transform:scale(1.08);

}

/*==============================
BOTTOM INFO
==============================*/

.insta-card::after{

    content:"@drswapnilmujawdiya";

    position:absolute;

    left:20px;
    bottom:18px;

    color:#fff;

    font-size:15px;

    font-weight:600;

    z-index:5;

    opacity:0;

    transition:.4s;

}

.insta-card:hover::after{

    opacity:1;

}

/*==============================
SLIDER ANIMATION
==============================*/

@keyframes instaScroll{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

.insta-header h2{

font-size:34px;

}

.insta-card{

width:260px;
height:310px;

}

}

@media(max-width:768px){

.insta-section{

padding:80px 0;

}

.insta-header h2{

font-size:30px;

}

.insta-header p{

font-size:15px;
line-height:28px;

}

.insta-track{

animation-duration:22s;

}

.insta-card{

width:220px;
height:270px;

}

}

@media(max-width:480px){

.insta-header h2{

font-size:26px;

}

.insta-btn{

padding:13px 25px;
font-size:14px;

}

.insta-card{

width:190px;
height:240px;

}

.insta-overlay i{

font-size:38px;

}

}/* End custom CSS */