/* ===================================
GOOGLE FONT
=================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{
    --primary:#e30613;
    --secondary:#111111;
    --white:#ffffff;
    --light:#f7f7f7;
    --border:#ececec;
    --text:#666666;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    color:var(--secondary);
    overflow-x:hidden;
    background:#fff;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

ul{
    list-style:none;
    padding:0;
    margin:0;
}

.section-padding{
    padding:80px 0;
}





/*==================================================
PART-1B
Statistics + Vision + Mission + Commitment
==================================================*/

/*==============================
STATISTICS SECTION
==============================*/

.v-stats-section{

    position:relative;

    margin-top:-70px;

    z-index:10;

    padding-bottom:90px;

}

.v-stat-card{

    background:#ffffff;

    border-radius:18px;

    padding:35px 25px;

    display:flex;

    align-items:center;

    gap:20px;

    height:100%;

    transition:.4s ease;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border:1px solid #f1f1f1;

}

.v-stat-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.v-stat-icon{

    width:75px;

    height:75px;

    min-width:75px;

    background:#d40000;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#ffffff;

    font-size:28px;

}

.v-stat-content h3{

    margin:0;

    font-size:34px;

    font-weight:700;

    color:#111827;

}

.v-stat-content p{

    margin:8px 0 0;

    color:#6b7280;

    font-size:15px;

}


/*==============================
VISION SECTION
==============================*/

.v-purpose-section{

    padding:90px 0;

    background:#f8fafc;

}

.v-purpose-card{

    background:#ffffff;

    border-radius:20px;

    padding:45px 35px;

    text-align:center;

    height:100%;

    transition:.35s;

    border:1px solid #ececec;

}

.v-purpose-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.v-purpose-icon{

    width:90px;

    height:90px;

    background:#d40000;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:25px;

    color:#fff;

    font-size:34px;

}

.v-purpose-text h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:18px;

    color:#111827;

}

.v-purpose-text p{

    color:#6b7280;

    line-height:1.9;

    margin:0;

}


/*==============================
SECTION TITLE
==============================*/

.v-leadership-title{

    padding:90px 0 60px;

    background:#ffffff;

}

.v-leadership-title h2{

    font-size:44px;

    font-weight:700;

    color:#111827;

    margin:20px 0;

}

.v-leadership-title p{

    max-width:720px;

    margin:auto;

    color:#6b7280;

    line-height:1.9;

}


/*==============================
DECORATIVE EFFECT
==============================*/

.v-purpose-card{

    position:relative;

    overflow:hidden;

}

.v-purpose-card::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    background:rgba(212,0,0,.04);

    border-radius:50%;

    top:-80px;

    right:-80px;

}

.v-purpose-card::after{

    content:"";

    position:absolute;

    width:120px;

    height:120px;

    background:rgba(212,0,0,.03);

    border-radius:50%;

    bottom:-60px;

    left:-60px;

}


/*==============================
RESPONSIVE
==============================*/

@media(max-width:1200px){

.v-stat-content h3{

font-size:30px;

}

}

@media(max-width:992px){

.v-stats-section{

margin-top:40px;

padding-bottom:70px;

}

.v-stat-card{

justify-content:center;

text-align:center;

flex-direction:column;

}

.v-purpose-section{

padding:70px 0;

}

.v-leadership-title{

padding:70px 0 50px;

}

.v-leadership-title h2{

font-size:36px;

}

}

@media(max-width:768px){

.v-stat-card{

padding:30px 20px;

}

.v-stat-icon{

width:65px;

height:65px;

font-size:24px;

}

.v-stat-content h3{

font-size:28px;

}

.v-purpose-card{

padding:35px 25px;

}

.v-purpose-icon{

width:75px;

height:75px;

font-size:28px;

}

.v-purpose-text h3{

font-size:24px;

}

.v-leadership-title h2{

font-size:30px;

}

}

@media(max-width:576px){

.v-stats-section{

margin-top:20px;

}

.v-stat-card{

padding:25px;

}

.v-purpose-card{

padding:30px 20px;

}

.v-leadership-title{

padding:60px 0 40px;

}

.v-leadership-title h2{

font-size:26px;

}

.v-leadership-title p{

font-size:15px;

}

}
/*====================================================
PREMIUM MEET OUR VISIONARIES
====================================================*/

.v-leadership{

    padding:100px 0;

    background:#f8f9fc;

    position:relative;

    overflow:hidden;

}

.v-leadership::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(212,0,0,.05);

    border-radius:50%;

    top:-150px;

    right:-120px;

}

.v-leadership::after{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:rgba(212,0,0,.04);

    border-radius:50%;

    bottom:-100px;

    left:-80px;

}

/*==================================
SECTION TITLE
==================================*/

.v-section-subtitle{

    display:inline-block;

    background:#ffe5e5;

    color:#d40000;

    padding:8px 18px;

    border-radius:50px;

    font-weight:600;

    font-size:14px;

    letter-spacing:.5px;

    margin-bottom:18px;

}

.v-leadership h2{

    font-size:46px;

    font-weight:700;

    color:#111827;

}

.v-leadership p{

    color:#6b7280;

    line-height:1.9;

}

/*==================================
FOUNDER CARD
==================================*/

.v-founder-card{

    margin-top:60px;

    background:#ffffff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    transition:.4s;

}

.v-founder-card:hover{

    transform:translateY(-8px);

}

.v-founder-card img{

    width:100%;

    height:100%;

    min-height:520px;

    object-fit:cover;

    transition:.5s;

}

.v-founder-card:hover img{

    transform:scale(1.05);

}

.v-founder-content{

    padding:60px;

}

.v-founder-badge{

    display:inline-block;

    background:#d40000;

    color:#fff;

    padding:10px 22px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:25px;

}

.v-founder-content h2{

    font-size:42px;

    margin-bottom:12px;

    color:#111827;

}

.v-founder-content h5{

    color:#d40000;

    font-size:20px;

    margin-bottom:25px;

    font-weight:600;

}

.v-founder-content p{

    font-size:16px;

    color:#6b7280;

    line-height:2;

}

/*==================================
SOCIAL ICONS
==================================*/

.v-founder-social{

    margin-top:30px;

    display:flex;

    gap:15px;

}

.v-founder-social a{

    width:48px;

    height:48px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f2f2f2;

    color:#d40000;

    font-size:18px;

    transition:.35s;

}

.v-founder-social a:hover{

    background:#d40000;

    color:#fff;

    transform:translateY(-5px);

}

/*==================================
EXECUTIVE TEAM
==================================*/

.v-team-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    height:100%;

}

.v-team-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.v-team-image{

    position:relative;

    overflow:hidden;

}

.v-team-image img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.5s;

}

.v-team-card:hover img{

    transform:scale(1.08);

}

.v-team-badge{

    position:absolute;

    top:18px;

    left:18px;

    background:#d40000;

    color:#fff;

    padding:8px 16px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.v-team-content{

    padding:30px;

    text-align:center;

}

.v-team-content h3{

    font-size:24px;

    font-weight:700;

    color:#111827;

    margin-bottom:10px;

}

.v-team-content h6{

    color:#d40000;

    font-weight:600;

    margin-bottom:18px;

}

.v-team-content p{

    font-size:15px;

    line-height:1.8;

    color:#6b7280;

}

/*==================================
TEAM SOCIAL
==================================*/

.v-team-social{

    display:flex;

    justify-content:center;

    gap:12px;

    margin-top:22px;

}

.v-team-social a{

    width:42px;

    height:42px;

    background:#f3f4f6;

    color:#d40000;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.v-team-social a:hover{

    background:#d40000;

    color:#fff;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

.v-founder-content{

padding:40px;

}

.v-founder-card img{

min-height:420px;

}

.v-founder-content h2{

font-size:34px;

}

.v-leadership h2{

font-size:36px;

}

}

@media(max-width:768px){

.v-leadership{

padding:80px 0;

}

.v-founder-card{

text-align:center;

}

.v-founder-card img{

min-height:350px;

}

.v-founder-content{

padding:35px 25px;

}

.v-founder-social{

justify-content:center;

}

.v-team-image img{

height:280px;

}

.v-leadership h2{

font-size:30px;

}

}

@media(max-width:576px){

.v-founder-content h2{

font-size:28px;

}

.v-founder-content h5{

font-size:18px;

}

.v-founder-card img{

min-height:300px;

}

.v-team-image img{

height:250px;

}

}

/*==================================
SOCIAL ICONS
==================================*/

.v-leader-social{

    position:absolute;

    left:50%;

    bottom:-60px;

    transform:translateX(-50%);

    display:flex;

    gap:10px;

    transition:.4s;

}

.v-leader-card:hover .v-leader-social{

    bottom:20px;

}

.v-leader-social a{

    width:42px;

    height:42px;

    background:#d40000;

    color:#ffffff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.v-leader-social a:hover{

    background:#111827;

    transform:translateY(-5px);

}


/*==================================
CONTENT
==================================*/

.v-leader-content{

    padding:30px;

    text-align:center;

}

.v-leader-content h3{

    font-size:24px;

    font-weight:700;

    color:#111827;

    margin-bottom:8px;

}

.v-leader-designation{

    color:#d40000;

    font-weight:600;

    margin-bottom:15px;

}

.v-leader-content p{

    color:#6b7280;

    line-height:1.8;

    margin:0;

}


/*==================================
LEADERSHIP PHILOSOPHY
==================================*/

.v-philosophy-section{

    padding:100px 0;

    background:#f8fafc;

}

.v-philosophy-image{

    position:relative;

}

.v-philosophy-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}


/*==================================
CONTENT
==================================*/

.v-philosophy-content{

    padding-left:40px;

}

.v-philosophy-content h2{

    font-size:42px;

    font-weight:700;

    color:#111827;

    margin-bottom:25px;

}

.v-philosophy-content p{

    color:#6b7280;

    line-height:2;

    margin-bottom:20px;

}


/*==================================
QUOTE BOX
==================================*/

.v-quote-box{

    margin-top:35px;

    background:#ffffff;

    border-left:5px solid #d40000;

    border-radius:15px;

    padding:30px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    position:relative;

}

.v-quote-box i{

    font-size:40px;

    color:#d40000;

    margin-bottom:15px;

}

.v-quote-box h4{

    font-size:22px;

    color:#111827;

    line-height:1.7;

    font-style:italic;

    margin-bottom:15px;

}

.v-quote-box span{

    color:#d40000;

    font-weight:600;

}


/*==================================
DECORATION
==================================*/

.v-philosophy-section{

    position:relative;

    overflow:hidden;

}

.v-philosophy-section::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(212,0,0,.04);

    right:-120px;

    top:-120px;

}

.v-philosophy-section::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:rgba(212,0,0,.05);

    left:-70px;

    bottom:-70px;

}


/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

.v-philosophy-content{

padding-left:0;

margin-top:45px;

}

.v-philosophy-content h2{

font-size:34px;

}

.v-leader-image img{

height:340px;

}

}


@media(max-width:768px){

.v-leadership-section{

padding:80px 0;

}

.v-philosophy-section{

padding:80px 0;

}

.v-philosophy-content h2{

font-size:30px;

}

.v-leader-content{

padding:25px;

}

.v-leader-content h3{

font-size:22px;

}

.v-quote-box{

padding:25px;

}

}


@media(max-width:576px){

.v-leader-image img{

height:300px;

}

.v-philosophy-content h2{

font-size:26px;

}

.v-philosophy-content p{

font-size:15px;

}

.v-quote-box h4{

font-size:18px;

}

}




/*==================================
BUTTONS
==================================*/

.v-btn-primary{

    background:var(--v-primary);
    color:#000;
    padding:14px 28px;
    border-radius:10px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;

}

.v-btn-primary:hover{

    background:var(--v-primary-dark);
    color:red;
    transform:translateY(-3px);

}

.v-btn-outline{

    border:2px solid var(--v-primary);
    color:var(--v-primary);
    padding:14px 28px;
    border-radius:10px;
    font-weight:600;
    margin-left:15px;

}

.v-btn-outline:hover{

    background:var(--v-primary);
    color:red;

}

/*==================================
HERO
==================================*/

.v-hero-section{

    position:relative;
    padding:50px 0 120px;
    overflow:hidden;
    background:
    linear-gradient(rgba(255,255,255,.92),rgba(255,255,255,.92)),
    url("../images/visionaries/hero-bg.jpg") center center/cover;

}

.v-hero-section::before{

    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:#ffdede;
    border-radius:50%;
    top:-180px;
    right:-120px;
    z-index:0;

}

.v-hero-section::after{

    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:#fff0f0;
    border-radius:50%;
    bottom:-120px;
    left:-100px;

}

.v-hero-content{

    position:relative;
    z-index:2;

}

.v-section-subtitle{

    display:inline-block;
    background:red;
    color:#ffffff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;

}

.v-hero-content h1{

    font-size:58px;
    font-weight:800;
    line-height:1.15;
    color:var(--v-heading);
    margin-bottom:25px;

}

.v-hero-content h1 span{

    color:var(--v-primary);

}

.v-hero-content p{

    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
    max-width:560px;

}

.v-hero-buttons{

    display:flex;
    align-items:center;
    flex-wrap:wrap;


}

.v-hero-image{

    position:relative;
    z-index:2;
    text-align:center;

}

.v-hero-image img{

    max-width:100%;
    border-radius:20px;
    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

/*==================================
MOBILE MENU
==================================*/

.navbar-toggler{

    border:none;
    box-shadow:none;

}

.navbar-toggler i{

    color:var(--v-primary);
    font-size:26px;

}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px){

.v-topbar{

display:none;

}

.v-header{

top:0;

}

.v-header .navbar{

border-radius:0;

}

.navbar-collapse{

margin-top:15px;
padding:20px;
background:#fff;
border-radius:15px;
box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.v-hero-section{

padding:140px 0 80px;

text-align:center;

}

.v-hero-content h1{

font-size:42px;

}

.v-hero-content p{

margin:0 auto 30px;

}

.v-hero-buttons{

justify-content:center;

}

.v-hero-image{

margin-top:50px;

}

}

@media(max-width:768px){

.v-hero-content h1{

font-size:34px;

}

.v-hero-content p{

font-size:15px;

}

.v-btn-primary,
.v-btn-outline{

width:100%;
margin:10px 0;

justify-content:center;

}

}

@media(max-width:576px){

.v-hero-section{

padding:120px 0 70px;

}

.v-hero-content h1{

font-size:28px;

}

.v-section-subtitle{

font-size:12px;

}

}
/* ===================================
LEADERSHIP PHILOSOPHY
=================================== */

.v-philosophy-section{
    padding:90px 0;
    background:#ffffff;
}

.v-philosophy-content h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.v-philosophy-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.v-philosophy-points{
    margin-top:30px;
}

.v-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}
/* ===================================
TIMELINE
=================================== */

.v-timeline-section{

    padding:90px 0;

    background:#fff;

}

.v-timeline{

    position:relative;

    max-width:900px;

    margin:auto;

    border-left:4px solid #d40000;

    padding-left:40px;

}

.v-timeline-item{

    position:relative;

    margin-bottom:50px;

}

.v-timeline-item:last-child{

    margin-bottom:0;

}

.v-timeline-item::before{

    content:"";

    position:absolute;

    width:18px;

    height:18px;

    border-radius:50%;

    background:#d40000;

    left:-50px;

    top:10px;

}

.v-timeline-year{

    display:inline-block;

    background:#d40000;

    color:#fff;

    padding:8px 20px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:15px;

}

.v-timeline-content{

    background:#f8f9fb;

    padding:25px;

    border-radius:16px;

    transition:.35s;

}

.v-timeline-content:hover{

    transform:translateX(8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.v-timeline-content h4{

    font-weight:700;

    margin-bottom:10px;

}

.v-timeline-content p{

    color:#666;

    line-height:1.8;

}

/* ===================================
ACHIEVEMENT
=================================== */

.v-achievement-section{

    padding:90px 0;

    background:#d40000;

}

.v-achievement-card{

    background:#fff;

    text-align:center;

    padding:40px 20px;

    border-radius:18px;

    transition:.35s;

    height:100%;

}

.v-achievement-card:hover{

    transform:translateY(-10px);

}

.v-achievement-card i{

    font-size:45px;

    color:#d40000;

    margin-bottom:20px;

}

.v-achievement-card h3{

    font-size:38px;

    font-weight:700;

    margin-bottom:10px;

}

.v-achievement-card p{

    margin:0;

    color:#666;

}

/* Responsive */

@media(max-width:768px){

    .v-timeline{

        padding-left:25px;

    }

    .v-timeline-item::before{

        left:-35px;

    }

}
/* ===================================
CTA SECTION
=================================== */

.v-cta-section{
    padding:90px 0;
    background:#b30000;
}

.v-cta-wrapper{
    background:#d40000;
    border-radius:24px;
    padding:60px;
    color:#fff;
}

.v-cta-wrapper h2{
    font-size:42px;
    font-weight:700;
    margin:20px 0;
}

.v-cta-wrapper p{
    line-height:1.9;
    opacity:.95;
}

.v-btn-light{
    background:#fff;
    color:#d40000;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    margin-right:10px;
}

.v-btn-outline-light{
    border:2px solid #fff;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
}

/* ===================================
CONTACT ACTION
=================================== */

.v-contact-action{
    padding:90px 0;
    background:#f8f9fb;
}

.v-contact-card{
    background:#fff;
    text-align:center;
    padding:40px 30px;
    border-radius:20px;
    transition:.35s;
    height:100%;
    border:1px solid #eee;
}

.v-contact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.v-contact-icon{
    width:80px;
    height:80px;
    background:#d40000;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:30px;
}

.v-contact-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.v-contact-card p{
    color:#666;
    margin-bottom:20px;
}

.v-contact-card a{
    color:#d40000;
    font-weight:600;
    text-decoration:none;
}



/*===================================
FOOTER
===================================*/

.v-footer{

    background:#111827;

    padding:80px 0 40px;

    color:#d1d5db;

}

.v-footer-logo{

    width:180px;

    margin-bottom:25px;

}

.v-footer-widget p{

    line-height:1.9;

    color:#cbd5e1;

}

.v-footer-widget h4{

    color:#fff;

    margin-bottom:25px;

    font-weight:700;

}

.v-footer-widget ul{

    list-style:none;

    padding:0;

    margin:0;

}

.v-footer-widget ul li{

    margin-bottom:14px;

}

.v-footer-widget ul li a{

    color:#d1d5db;

    text-decoration:none;

    transition:.3s;

}

.v-footer-widget ul li a:hover{

    color:#ff3b3b;

    padding-left:8px;

}

.v-footer-contact li{

    display:flex;

    gap:12px;

    align-items:flex-start;

}

.v-footer-contact i{

    color:#ff3b3b;

    margin-top:4px;

}

.v-footer-social{

    margin-top:25px;

    display:flex;

    gap:12px;

}

.v-footer-social a{

    width:42px;

    height:42px;

    background:#1f2937;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:.3s;

}

.v-footer-social a:hover{

    background:#d40000;

    transform:translateY(-5px);

}

.v-footer-bottom{

    background:#0f172a;

    padding:20px 0;

    color:#cbd5e1;

}

.v-footer-bottom p{

    margin:0;

}

.v-footer-bottom a{

    color:#cbd5e1;

    text-decoration:none;

    margin:0 8px;

}

.v-footer-bottom a:hover{

    color:#ff3b3b;

}

@media(max-width:991px){

.v-footer{

text-align:center;

}

.v-footer-contact li{

justify-content:center;

}

.v-footer-social{

justify-content:center;

}

.v-footer-bottom{

text-align:center;

}

.v-footer-bottom .text-lg-end{

margin-top:12px;

}

}

/*==================================
BACK TO TOP
==================================*/

.v-back-top{

position:fixed;

right:25px;

bottom:25px;

width:50px;

height:50px;

background:#d40000;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:18px;

text-decoration:none;

opacity:0;

visibility:hidden;

transition:.35s;

z-index:9999;

box-shadow:0 10px 30px rgba(0,0,0,.25);

}

.v-back-top.show{

opacity:1;

visibility:visible;

}

.v-back-top:hover{

background:#b00000;

transform:translateY(-5px);

color:#fff;

}

/*==================================
WHATSAPP
==================================*/

.v-whatsapp-float{

position:fixed;

left:25px;

bottom:25px;

width:58px;

height:58px;

background:#25D366;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

text-decoration:none;

z-index:9999;

box-shadow:0 12px 30px rgba(0,0,0,.25);

transition:.35s;

}

.v-whatsapp-float:hover{

transform:scale(1.08);

color:#fff;

}

/*==================================
CALL
==================================*/

.v-call-float{

position:fixed;

left:25px;

bottom:95px;

width:58px;

height:58px;

background:#d40000;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

text-decoration:none;

z-index:9998;

box-shadow:0 12px 30px rgba(0,0,0,.25);

transition:.35s;

}

.v-call-float:hover{

background:#b00000;

color:#fff;

transform:scale(1.08);

}

@media(max-width:576px){

.v-back-top{

right:15px;

bottom:15px;

}

.v-whatsapp-float{

left:15px;

bottom:15px;

width:52px;

height:52px;

font-size:24px;

}

.v-call-float{

left:15px;

bottom:80px;

width:52px;

height:52px;

font-size:20px;

}

}




/*==================================
PULSE
==================================*/

.v-pulse{

animation:vPulse 1s;

}

@keyframes vPulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.18);

}

100%{

transform:scale(1);

}

}

/*==================================
SCROLL REVEAL
==================================*/

.v-stat-card,
.v-purpose-card,
.v-leader-card,
.v-value-card,
.v-achievement-card,
.v-contact-card{

opacity:0;

transform:translateY(40px);

transition:all .8s ease;

}

.v-show{

opacity:1;

transform:translateY(0);

}

/*==================================
IMAGE ANIMATION
==================================*/

.v-leader-image img{

transition:.5s;

}

/*==================================
PRELOADER
==================================*/

.loaded{

opacity:0;

visibility:hidden;

transition:.5s;

}
/*==================================
BUTTON RIPPLE
==================================*/

.v-btn-primary,
.v-btn-light,
.v-btn-outline-light{

position:relative;

overflow:hidden;

}

.v-ripple{

position:absolute;

width:12px;

height:12px;

background:rgba(255,255,255,.6);

border-radius:50%;

transform:translate(-50%,-50%);

animation:vRipple .6s linear;

pointer-events:none;

}

@keyframes vRipple{

0%{

opacity:1;

transform:translate(-50%,-50%) scale(0);

}

100%{

opacity:0;

transform:translate(-50%,-50%) scale(18);

}

}


/*==================================
PAGE LOADED
==================================*/

.v-page-loaded{

scroll-behavior:smooth;

}


/*==================================
HERO IMAGE
==================================*/

.v-hero-image img{

transition:transform .25s linear;

will-change:transform;

}


/*==================================
BUTTON TRANSITION
==================================*/

.v-btn-primary,
.v-btn-light,
.v-btn-outline-light{

transition:.35s;

}

.v-btn-primary:hover{

transform:translateY(-3px);

}

.v-btn-light:hover{

transform:translateY(-3px);

}

.v-btn-outline-light:hover{

background:#ffffff;

color:#d40000;

}
.v-point i{
    color:#d40000;
    font-size:18px;
}

.v-philosophy-image img{
    width:100%;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/* ===================================
CORE VALUES
=================================== */

.v-core-values{
    padding:90px 0;
    background:#f8f9fb;
}

.v-value-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    border:1px solid #ececec;
}

.v-value-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.v-value-icon{
    width:80px;
    height:80px;
    background:#d40000;
    color:#fff;
    border-radius:50%;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.v-value-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.v-value-card p{
    color:#666;
    line-height:1.8;
}

/* Responsive */

@media(max-width:991px){

    .v-philosophy-content{
        text-align:center;
    }

    .v-point{
        justify-content:center;
    }

    .v-philosophy-content h2{
        font-size:34px;
    }

}

@media(max-width:576px){

    .v-philosophy-content h2{
        font-size:28px;
    }

}