/* =====================================================
   DR. VARUN'S SMILE WORLD
   HERO SECTION
===================================================== */

/* Reset */

.wpb_raw_html.wpb_content_element{
    margin-bottom:0 !important;
}

/* Hero Container */

.vsw-hero{

    position:relative;

    width:100%;

    overflow:hidden;

    margin-bottom:0 !important;

}

/* Image */

.vsw-image-wrap{

    position:relative;

    width:100%;

    line-height:0;

}

.vsw-image-wrap picture{

    display:block;

    width:100%;

}

.vsw-image-wrap img{

    display:block;

    width:100%;

    height:auto;

}

.vsw-hero-image{

    display:block;

    width:100%;

    height:auto;

}

/* Overlay */

.vsw-card-wrap{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    pointer-events:none;

}

/* Glass Card */

.vsw-hero-card{

    position:absolute;

    left:6%;

    width:560px;

    padding:50px;

    background:rgba(255,255,255,.74);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    border-radius:24px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

    pointer-events:auto;

}

/* Badge */

.vsw-badge{

    display:inline-block;

    padding:12px 24px;

    margin-bottom:24px;

    background:#0B5FA5;

    color:#fff;

    border-radius:20px;

    font-size:13px;

    font-weight:600;

    white-space:nowrap;

}

/* Headings */

.vsw-hero-card h1{

    margin:0 0 20px;

    font-size:58px;

    font-weight:700;

    line-height:1.08;

    color:#1F2937;

}

.vsw-hero-card h2{

    margin:0 0 20px;

    font-size:28px;

    line-height:1.4;

    color:#0B5FA5;

}

/* Paragraph */

.vsw-hero-card p{

    margin:0 0 35px;

    font-size:18px;

    line-height:1.8;

    color:#555;

}

/* Buttons */

.vsw-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.vsw-btn-primary,
.vsw-btn-secondary{

    min-width:170px;

    padding:15px 24px;

    border-radius:8px;

    text-align:center;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.vsw-btn-primary{

    background:#0B5FA5;

    color:#fff;

}

.vsw-btn-primary:hover{

    background:#084A82;

}

.vsw-btn-secondary{

    border:2px solid #0B5FA5;

    color:#0B5FA5;

}

.vsw-btn-secondary:hover{

    background:#0B5FA5;

    color:#fff;

}

/* Trust Strip */

.vsw-trust-strip{

    display:flex;

    justify-content:space-between;

    margin-top:28px;

    padding-top:18px;

    border-top:1px solid #E8EEF5;

}

.vsw-trust-item{

    flex:1;

    text-align:center;

}

.vsw-trust-icon{

    margin-bottom:8px;

    font-size:20px;

}

.vsw-trust-text{

    font-size:15px;

    font-weight:600;

    color:#374151;

    line-height:1.35;

}


/* =====================================================
   LARGE DESKTOP
   1440px and above
===================================================== */

@media (min-width:1440px){

    .vsw-hero-card{

        width:600px;

        left:7%;

        padding:55px;

    }

    .vsw-hero-card h1{

        font-size:64px;

    }

    .vsw-hero-card h2{

        font-size:30px;

    }

    .vsw-hero-card p{

        font-size:19px;

    }

}


/* =====================================================
   DESKTOP / LAPTOP
   1025px - 1439px
===================================================== */

@media (min-width:1025px) and (max-width:1439px){

    .vsw-hero-card{

        width:520px;

        left:5%;

        padding:40px;

    }

    .vsw-badge{

        font-size:12px;

        padding:10px 20px;

    }

    .vsw-hero-card h1{

        font-size:50px;

        line-height:1.1;

    }

    .vsw-hero-card h2{

        font-size:24px;

        line-height:1.35;

    }

    .vsw-hero-card p{

        font-size:16px;

        line-height:1.7;

    }

    .vsw-btn-primary,
    .vsw-btn-secondary{

        min-width:160px;

        padding:14px 22px;

        font-size:15px;

    }

    .vsw-trust-icon{

        font-size:18px;

    }

    .vsw-trust-text{

        font-size:14px;

    }

}

/* =====================================================
   LARGE TABLETS
   851px - 1024px
===================================================== */

@media (min-width:851px) and (max-width:1024px){

    .vsw-hero-card{

        width:360px;

        left:3%;

        top:50%;

        transform:translateY(-50%);

        padding:22px;

    }

    .vsw-badge{

        font-size:10px;

        padding:8px 16px;

        margin-bottom:14px;

    }

    .vsw-hero-card h1{

        font-size:34px;

        line-height:1.15;

        margin-bottom:12px;

    }

    .vsw-hero-card h2{

        font-size:18px;

        line-height:1.35;

        margin-bottom:12px;

    }

    .vsw-hero-card p{

        font-size:14px;

        line-height:1.6;

        margin-bottom:18px;

    }

    .vsw-btn-primary,
    .vsw-btn-secondary{

        min-width:145px;

        padding:11px 16px;

        font-size:14px;

    }

    .vsw-trust-strip{

        margin-top:16px;

        padding-top:12px;

    }

    .vsw-trust-icon{

        font-size:16px;

    }

    .vsw-trust-text{

        font-size:11px;

    }

}

/* =====================================================
   SMALL TABLETS
   768px - 850px
===================================================== */

@media (min-width:768px) and (max-width:850px){

    .vsw-hero-card{

        width:300px;

        left:2%;

        top:50%;

        transform:translateY(-50%);

        padding:18px;

    }

    .vsw-badge{

        font-size:9px;

        padding:7px 14px;

        margin-bottom:10px;

    }

    .vsw-hero-card h1{

        font-size:28px;

        line-height:1.15;

        margin-bottom:10px;

    }

    .vsw-hero-card h2{

        font-size:15px;

        line-height:1.35;

        margin-bottom:10px;

    }

    .vsw-hero-card p{

        font-size:12px;

        line-height:1.5;

        margin-bottom:14px;

    }

    .vsw-buttons{

        gap:8px;

    }

    .vsw-btn-primary,
    .vsw-btn-secondary{

        min-width:125px;

        padding:10px 12px;

        font-size:12px;

    }

    .vsw-trust-strip{

        margin-top:12px;

        padding-top:10px;

    }

    .vsw-trust-icon{

        font-size:14px;

        margin-bottom:3px;

    }

    .vsw-trust-text{

        font-size:10px;

        line-height:1.2;

    }

}

/* =====================================================
   MOBILE
   767px and below
===================================================== */

@media (max-width:767px){

    /* Hero */

    .vsw-hero{

        overflow:hidden;

    }

    /* Image */

    .vsw-image-wrap{

        position:relative;

        width:100%;

        height:420px;

        overflow:hidden;

    }

    .vsw-image-wrap picture{

        display:block;

        width:100%;

        height:100%;

    }

    .vsw-hero-image{

        width:100%;

        height:100%;

        object-fit:cover;

        object-position:center top;

    }

    /* Card Overlay */

    .vsw-card-wrap{

        position:absolute;

        inset:0;

        pointer-events:none;

    }

    /* Glass Card */

    .vsw-hero-card{

        position:absolute;

        top:20px;

        left:12px;

        width:200px;

        padding:12px;

        transform:none;

        border-radius:16px;

        background:rgba(255,255,255,.80);

        backdrop-filter:blur(10px);

        -webkit-backdrop-filter:blur(10px);

        pointer-events:auto;

    }

    /* Badge */

    .vsw-badge{

        font-size:8px;

        padding:7px 12px;

        margin-bottom:10px;

    }

    /* Heading */

    .vsw-hero-card h1{

        font-size:20px;

        line-height:1.15;

        margin-bottom:8px;

    }

    /* Sub Heading */

    .vsw-hero-card h2{

        font-size:12px;

        line-height:1.35;

        margin-bottom:8px;

    }

    /* Hide Paragraph */

    .vsw-hero-card p{

        display:none;

    }

    /* Buttons */

    .vsw-buttons{

        display:flex;

        flex-direction:column;

        gap:8px;

    }

    .vsw-btn-primary,
    .vsw-btn-secondary{

        width:100%;

        min-width:100%;

        padding:9px 12px;

        font-size:11px;

    }

    /* Trust Strip */

    .vsw-trust-strip{

        margin-top:12px;

        padding-top:10px;

    }

    .vsw-trust-icon{

        font-size:13px;

        margin-bottom:3px;

    }

    .vsw-trust-text{

        font-size:10px;

        line-height:1.2;

    }

}




/* =====================================================
   02. WELCOME SECTION
===================================================== */

.vsw-welcome-section{

    padding:90px 0;

    background:#F7FAFD;

}

/* Left Card */

.vsw-left-card{

    background:#ffffff;

    padding:10px;

    border-radius:20px;

    box-shadow:0 15px 45px rgba(11,95,165,.08);

    transition:all .35s ease;

}

/* Right Card */

.vsw-right-card{

    background:#ffffff;

    padding:12px;

    border-radius:20px;

    box-shadow:0 15px 45px rgba(11,95,165,.08);

    display:flex;

    align-items:center;

    justify-content:center;

    height:100%;

}

/* Premium Hover */

.vsw-left-card:hover,
.vsw-right-card:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 60px rgba(11,95,165,.12);

}

/* =====================================================
   WELCOME IMAGE COLUMN
===================================================== */




.vsw-image-column{

    background-image:url('https://drvarunssmile.com/wp-content/uploads/2026/08/dr-varuns-smile-world-family-dental-care-perumbavoor-e1786164288629.webp');

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

    border-radius:20px;

    min-height:100%;

    overflow:hidden;

}







/* =====================================================
   WELCOME IMAGE COLUMN
   BASE
===================================================== */

.vsw-image-column{

    display:flex !important;

    padding:0 !important;

    margin:0 !important;

    overflow:hidden;

    border-radius:20px;

}


/* WPBakery Column Inner */

.vsw-image-column > .vc_column-inner{

    width:100%;

    height:100% !important;

    min-height:100% !important;

    padding:0 !important;

    margin:0 !important;

    background-image:url('/wp-content/uploads/2026/08/YOUR-IMAGE.webp');

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

    border-radius:20px;

    overflow:hidden;

}


/* =====================================================
   DESKTOP
===================================================== */


@media (min-width:1025px){

    .vsw-image-column > .vc_column-inner{

        background-size:cover !important;

        background-position:center top !important;

        background-repeat:no-repeat !important;

    }

}


/* =====================================================
   TABLET
===================================================== */

@media (min-width:768px) and (max-width:1024px){

    .vsw-image-column{

        display:flex !important;

        align-self:stretch !important;

    }

    .vsw-image-column > .vc_column-inner{

        height:100% !important;

        min-height:100% !important;

        background-size:cover;

        background-position:center center;

    }

}


/* =====================================================
   WELCOME IMAGE
   MOBILE
===================================================== */

@media (max-width:767px){

    .vsw-image-column{

        display:block !important;

        width:100% !important;

        height:auto !important;

        min-height:0 !important;

        margin-top:20px;

        aspect-ratio:1.9 / 1;

        border-radius:20px;

        overflow:hidden;

    }

    .vsw-image-column > .vc_column-inner{

        width:100% !important;

        height:100% !important;

        min-height:0 !important;

        padding:0 !important;

        background-size:100% 100% !important;

        background-position:center center !important;

        background-repeat:no-repeat !important;

    }

}