/* =========================================
   WORK SANS FONT
========================================= */

@font-face {
    font-family: 'Work Sans';
   src: url('https://fonts.gstatic.com/s/worksans/v24/QGYqz_wNahGAdqQ43Rh_eZDkv_1w4A.woff2') format('woff2');
}
/* =========================================
   HEADINGS FONT
========================================= */

h1,h2,h3,h4,h5,h6 {
    font-family: 'Work Sans', sans-serif;
}
p,
.check span {
    font-family: 'Work Sans', sans-serif;
}
:root{
  --navy:#2c318b;
  --navy-2:#172957;
  --red:#df2129;
  --red-dark:#c53c58;
  --pink:#f8e9ee;
  --cream:#f8fafc;
  --white:#fff;
  --text:#25304a;
  --muted:#68728a;
  --line:#e7eaf0;
  --shadow:0 18px 50px rgba(16,29,61,.10);
  --radius:22px;
  --max:1180px;
}
a.logo img {
    width: 229px;
    margin-top: 10px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--white);line-height:1.65}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 23px;border-radius:10px;font-weight:700;border:1px solid transparent;transition:.25s}
.btn-primary{background:var(--navy);color:#fff}
.btn-primary:hover{background:var(--navy-2);transform:translateY(-2px)}
.btn-accent{background:var(--red);color:#fff}
.btn-accent:hover{background:var(--red-dark);transform:translateY(-2px)}
.btn-outline{border-color:#d9dde6;color:var(--navy);background:#fff}
.btn-outline:hover{border-color:var(--navy)}
header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(231,234,240,.8)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{font-weight:900;font-size:21px;letter-spacing:-.5px;color:var(--navy)}
.logo span{color:var(--red)}
.nav-links{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600;color:#4d5870}
.nav-links a:hover{color:var(--red)}
.menu{display:none;background:none;border:0;font-size:25px;color:var(--navy)}
.hero{background:linear-gradient(120deg,#f7f9fc 0%,#fff 58%,#f9edf1 100%);padding:88px 0 75px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr .88fr;gap:60px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--red);font-size:13px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;margin-bottom:20px}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--red)}
h1{font-size:clamp(42px,5vw,68px);line-height:1.05;letter-spacing:-2.8px;color:#fff;margin-bottom:24px}
.hero-copy{font-size:18px;color:#fff;max-width:620px;margin-bottom:30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust{margin-top:30px;padding-top:22px;border-top: 1px solid #e7eaf080;font-size:12px;color:#fff;font-weight:700}
 .hero-form-card{background:#fff;border:1px solid rgba(16,29,61,.08);border-radius:24px;padding:28px;box-shadow:0 25px 70px rgba(16,29,61,.14)}
.hero-form-top{margin-bottom:14px}
.hero-form-kicker{font-size:11px;font-weight:900;letter-spacing:1.4px;color:var(--red);margin-bottom:8px}
.hero-form-card h3{font-size:25px;line-height:1.2;color:var(--navy);margin-bottom:8px;letter-spacing:-.5px}
.hero-form-card .hero-form-top p{font-size:13px;color:var(--muted);line-height:1.5;}
.hero-form-card .field{gap:5px}
.hero-form-card .field label{font-size:11px}
.hero-form-card input,.hero-form-card select{padding:14px 23px;font-size:12px}
.hero-form-card .btn{width:100%;margin-top:28px !important; }

.section{padding: 65px 0;}
.section-soft{background: #f2f2f2;}
.section-head{max-width:700px;margin-bottom:45px}
.kicker{color:var(--red);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
h2{font-size:clamp(32px, 4vw, 48px) !important;line-height:1.1;letter-spacing:-1.7px;color:var(--navy);margin-bottom:15px}
.lead{color:var(--muted);font-size:16px}
.goals{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.goal,.solution,.why,.step{background:#fff;border:1px solid var(--line);border-radius: 12px!important;padding:25px;transition:.25s}
.goal:hover,.solution:hover,.why:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.number{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:var(--red);font-weight:800;font-size:13px;margin-bottom:22px}
.goal h3,.solution h3,.why h3{font-size:17px;color:var(--navy);margin-bottom:8px}
.goal p,.solution p,.why p{font-size: 13px;color:var(--muted)}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}
.about-box {
    background:
        linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
        url('assets/img/backgound img.webp');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 28px;
    padding: 45px;
    color: #fff;
    min-height: 390px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    position: relative;
    overflow: hidden;

}
/* Contact Form 7 spacing */
.form-grid .field {
    margin-bottom: 0px;
}

.form-grid .field:last-child {
    margin-bottom: 0;
}

.form-grid .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.wpcf7-form {
    margin-top: 0px;
}

.wpcf7-form .form-grid {
    margin-bottom: 0px;
}
.hero-form-card .wpcf7-submit {
    margin-bottom: 0px;
}
.wpcf7-submit {
    margin-bottom: 0px;
}
br {
    display: none;
}
.form-note {
    font-size: 13px!important;
    color: #8991a1!important;
    margin-top: -12px!important;
    margin-bottom: 0!important;
}
.about-box .big{font-size:76px;line-height:1;color:#fff;font-weight:900;opacity:.12}
.about-box p{font-size:20px;max-width:430px}
.checks{display:grid;gap:16px;margin-top:28px}
.check{display:flex;gap:13px;align-items:flex-start}
.check i{width:24px;height:24px;border-radius:50%;background:var(--pink);color:var(--red);display:grid;place-items:center;font-style:normal;font-size:12px;font-weight:900;flex:0 0 auto}
.check strong{display:block;color:var(--navy);font-size:15px}
.check span{display:block;color:var(--muted);font-size:13px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{position:relative;padding:32px}
.step-no{font-size:48px;font-weight:900;color: var(--red);line-height:1;margin-bottom:25px}
.step h3{color:var(--navy);margin-bottom:9px}
.step p{color:var(--muted);font-size:14px}
.solutions{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.solution{min-height:220px}
.solution .tag{display:inline-block;font-size:11px;font-weight:800;color:var(--red);background:var(--pink);padding:6px 9px;border-radius:20px;margin-bottom:25px}
.solution a{display:inline-block;margin-top:18px;color:var(--navy);font-size:13px;font-weight:800}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.cta{padding:85px 0;background:var(--navy);color:#fff}
.cta-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}
.cta h2{color:#fff}
.cta p{color:#c9d0df;max-width:600px}
.form-card{background:#fff;border-radius:24px;padding:28px;color:var(--text);box-shadow:0 20px 60px rgba(0,0,0,.15)}
.form-card h3{font-size:22px;color:var(--navy);margin-bottom:5px}
.form-card>p{color:var(--muted);font-size:13px;margin-bottom:20px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
.field label{font-size:12px !important;font-weight:700;color:#4f5970}
.field input,.field select,.field textarea{width:100%;padding:10px 13px;border:1px solid #dfe3ea;border-radius:8px;font:inherit;font-size:13px;outline:none;background:#fff}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--red)}
.field textarea{min-height:85px;resize:vertical}
.form-card .btn{width:100%;margin-top:14px}
.form-note{font-size:10px!important;color:#8991a1!important;margin-top:12px!important;margin-bottom:0!important}
.insights{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.article{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.article-img{height:190px;background-size:cover;background-position:center}
.article-body{padding:23px}
.article-body .date{font-size:11px;color:var(--red);font-weight:800;text-transform:uppercase}
.article-body h3{font-size:18px;color:var(--navy);line-height:1.35;margin:10px 0}
.article-body p{font-size:13px;color:var(--muted)}
.final{text-align:center;padding:95px 0}
.final .section-head{margin:0 auto 28px}
footer{background:#0b1530;color:#fff;padding:25px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:50px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
footer .logo{color:#fff;margin-bottom:15px;display:inline-block}
footer p,footer li{font-size:13px}
footer h4{color:#fff;font-size:13px;margin-bottom:14px}
footer ul{list-style:none;display:grid;gap:7px}
.footer-bottom{padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:11px;line-height:1.6}
.disclaimer{margin-top:30px;font-size:13px;line-height:1.7;color:#fff;max-width: 100%;}
@media(max-width:1000px){
  .nav-links{display:none}.menu{display:block}
  
  .hero-grid,.about-grid,.cta-grid{grid-template-columns:1fr;gap:40px}
  .hero{padding-top:60px}.hero-form-card{max-width:620px;margin:auto}
  .goals,.why-grid{grid-template-columns:repeat(2,1fr)}
  .solutions,.insights{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .container{width:min(100% - 28px,var(--max))}
  .section{padding:70px 0}
  h1{font-size:43px;letter-spacing:-2px}
  h2{font-size:30px !important;}
  .hero-copy{font-size:16px}
  .hero-form-card{padding:22px;border-radius:20px}
  .goals,.why-grid,.solutions,.steps,.insights{grid-template-columns:1fr}
  .about-box{min-height:300px;padding:30px}
  .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column}
}
.hero {
    min-height: 650px;
    position: relative;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text visible rahe */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #060940d1;
}

.hero > * {
    position: relative;
    z-index: 2;
}
.solution .tag {
    width: 45px;
    height: 45px;
   border-radius: 50%;
    background: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
   
}
.solution .tag svg {
    width: 25px;
    height: 25px;
    stroke: var(--red);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    
}
.solution:hover .tag {
    background: var(--pink);
 }
.solution:hover .tag svg {
    stroke: var(--red);
}
.why .why-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pink);
  color: var(--red);
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 22px;
}
.number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pink);
    color: var(--red);
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 22px;
}
.about-image-wrapper {
  width: 100%;
  overflow: hidden; /* Zoom effect ko box ke andar rakhne ke liye */
  border-radius: 12px;
}

.about-img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
 }
/* Smooth Hover Effect */
.about-img:hover {
  transform: scale(1.03);
 }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.about-img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    object-position: right;
    border-radius: 12px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
/* =========================================
   FOUNDER PROFILE SECTION
========================================= */

.founder-profile-section {
    position: relative;
    width: 100%;
    padding: 65px 20px;
    background: #ffffff;
    overflow: hidden;
    font-family: "Arial", sans-serif;
}

.founder-profile-container {
    position: relative;
    max-width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    gap: 12px;
}


/* =========================================
   FOUNDER IMAGE AREA
========================================= */

.founder-profile-image-wrapper {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-profile-image-background {
    position: relative;
    width: 89%;
    height: 482px;
    background: #f5f7fa;
    border-radius: 0 20px 20px 20px;
    border: 2px solid #ffffff;
   	overflow: hidden;
    z-index: 2;
}

.founder-profile-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}


/* =========================================
   DECORATIVE ELEMENTS
========================================= */

.founder-profile-decorative-top-line {
    position: absolute;
    width: 175px;
    height: 285px;
    top: 15px;
    left: 5%;
    border-top: 3px solid var(--red);
    border-left: 3px solid var(--red);
    border-radius: 18px 0 0 0;
    z-index: 3;
    pointer-events: none;
}

.founder-profile-decorative-bottom-line {
    position: absolute;
    width: 190px;
    height: 210px;
    right: 5%;
    bottom: 19px;
    border-right: 3px solid var(--red);
    border-bottom: 3px solid var(--red);
    border-radius: 0 0 18px 0;
    z-index: 3;
    pointer-events: none;
}

.founder-profile-decorative-navy-shape {
    position: absolute;
    width: 280px;
    height: 175px;
    left: 8px;
    bottom: -5px;
    background:var(--navy);
    clip-path: polygon(
        0 25%,
        30% 0,
        100% 0,
        85% 100%,
        0 100%
    );
    z-index: 1;
}


/* =========================================
   FOUNDER CONTENT
========================================= */

.founder-profile-content {
    position: relative;
    padding: 10px 20px 10px 0;
    z-index: 4;
}

.founder-profile-heading-label {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 15px;
}

.kicker {
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.founder-profile-heading-label-line {
    width: 85px;
    height: 2px;
    background: var(--red);
}


/* =========================================
   FOUNDER NAME
========================================= */

.founder-profile-name {
    margin: 0 0 4px;
    color: var(--navy);
    font-family: 'Work Sans', sans-serif;
    font-size: clamp(32px, 4vw, 48px) !important;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.founder-profile-designation {
    margin-bottom: 28px;
    color: #173c61;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}

.founder-profile-designation-separator {
    display: inline-block;
    margin: 0 12px;
    color: #dba91c;
}


/* =========================================
   FOUNDER DESCRIPTION
========================================= */

.founder-profile-description {
    max-width: 850px;
    margin: 0 0 28px;
    color: #35465a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}


/* =========================================
   FOUNDER QUOTE
========================================= */

.founder-profile-quote-section {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 25px 0 35px;
    padding: 22px 28px;
    background: #f3f6fa;
    border-left: 4px solid var(--red);
    border-radius: 0 12px 12px 0;
}

.founder-profile-quote-mark {
    flex-shrink: 0;
    margin-top: -5px;
    color: var(--red);
    font-family: 'Work Sans';
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.founder-profile-quote-text {
    margin: 0;
    color: #102d63;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.55;
}


/* =========================================
   FOUNDER VALUES
========================================= */

.founder-profile-values-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.founder-profile-value-item {
    text-align: center;
    padding: 0 10px;
}

.founder-profile-value-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faf7ed;
    border-radius: 50%;
}

.founder-profile-value-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #dba91c;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.founder-profile-value-title {
    margin: 0 0 4px;
    color: #102d63;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.founder-profile-value-description {
    margin: 0;
    color: #718096;
    font-size: 14px;
    line-height: 1.4;
}

.founder-profile-value-divider {
    width: 1px;
    height: 70px;
    background: #d9dee5;
}


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

@media (max-width: 1100px) {

    .founder-profile-section {
        padding: 70px 20px;
    }

    .founder-profile-container {
        grid-template-columns: 38% 62%;
        gap: 35px;
    }

    .founder-profile-image-wrapper {
        min-height: 570px;
    }

    .founder-profile-image-background {
        height: 540px;
    }

    .founder-profile-name {
        font-size: 48px;
    }

    .founder-profile-designation {
        font-size: 19px;
    }

    .founder-profile-description {
        font-size: 16px;
        line-height: 1.65;
    }

    .founder-profile-quote-text {
        font-size: 18px;
    }

    .founder-profile-values-section {
        gap: 10px;
    }

}
/* =========================================
   FOUNDER SECTION - COMPLETE MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    /* SECTION */
    .founder-profile-section {
        width: 100%;
        padding: 40px 16px 50px;
        box-sizing: border-box;
        overflow: hidden;
    }

    /* MAIN CONTAINER */
    .founder-profile-container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 28px;
        box-sizing: border-box;
    }


    /* =========================================
       FOUNDER IMAGE
    ========================================= */

    .founder-profile-image-wrapper {
        width: 100%;
        height: 390px;
        min-height: 390px;
        position: relative;

        display: flex;
        align-items: center;
        justify-content: center;

        box-sizing: border-box;
    }

    .founder-profile-image-background {
        width: 88%;
        height: 370px;
        margin: 0 auto;

        position: relative;
        overflow: hidden;

        background: #f5f7fa;
        border-radius: 0 16px 16px 16px;
        box-sizing: border-box;
    }

    .founder-profile-image {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        object-fit: contain;
        object-position: center center;

        display: block;
    }


    /* =========================================
       TOP RED DECORATIVE LINE
    ========================================= */

    .founder-profile-decorative-top-line {
        width: 105px;
        height: 150px;

        left: 2%;
        top: -5px;

        border-width: 2px;
        z-index: 3;
    }


    /* =========================================
       BOTTOM RED DECORATIVE LINE
    ========================================= */

    .founder-profile-decorative-bottom-line {
        width: 115px;
        height: 120px;

        right: 2%;
        bottom: 8px;

        border-width: 2px;
        z-index: 3;
    }


    /* =========================================
       NAVY DECORATIVE SHAPE
    ========================================= */

    .founder-profile-decorative-navy-shape {
        width: 160px;
        height: 95px;

        left: 0;
        bottom: 5px;

        z-index: 1;
    }


    /* =========================================
       CONTENT
    ========================================= */

    .founder-profile-content {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }


    /* =========================================
       LABEL
    ========================================= */

    .founder-profile-heading-label {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
        box-sizing: border-box;
    }

    .founder-profile-heading-label-text {
        font-size: 11px;
        letter-spacing: 2px;
        white-space: nowrap;
    }

    .founder-profile-heading-label-line {
        width: 45px;
        height: 2px;
        flex-shrink: 0;
    }


    /* =========================================
       KICKER
    ========================================= */

    .founder-profile-content .kicker {
        font-size: 11px;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
    }


    /* =========================================
       FOUNDER NAME
    ========================================= */

    .founder-profile-name {
        width: 100%;
        margin: 0 0 6px;

        font-size: 34px !important;
        line-height: 1.08;
        letter-spacing: -0.8px;

        word-break: normal;
    }


    /* =========================================
       DESIGNATION
    ========================================= */

    .founder-profile-designation {
        width: 100%;
        margin: 0 0 18px;

        font-size: 16px;
        line-height: 1.45;
    }

    .founder-profile-designation-separator {
        margin: 0 5px;
    }


    /* =========================================
       DESCRIPTION
    ========================================= */

    .founder-profile-description {
        width: 100%;
        max-width: 100%;

        margin: 0 0 20px;

        font-size: 15px;
        line-height: 1.6;

        box-sizing: border-box;
    }


    /* =========================================
       QUOTE
    ========================================= */

    .founder-profile-quote-section {
        width: 100%;
        margin: 18px 0 25px;

        padding: 16px;

        display: flex;
        align-items: flex-start;
        gap: 10px;

        box-sizing: border-box;
    }

    .founder-profile-quote-mark {
        flex-shrink: 0;

        font-size: 42px;
        line-height: 1;
        margin-top: -4px;
    }

    .founder-profile-quote-text {
        font-size: 15px;
        line-height: 1.5;
    }


    /* =========================================
       VALUES
    ========================================= */

    .founder-profile-values-section {
        width: 100%;

        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 22px 10px;
        margin-top: 5px;

        box-sizing: border-box;
    }

    .founder-profile-value-item {
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
        text-align: center;
    }

    .founder-profile-value-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 8px;
    }

    .founder-profile-value-icon svg {
        width: 24px;
        height: 24px;
    }

    .founder-profile-value-title {
        font-size: 15px;
        line-height: 1.3;
    }

    .founder-profile-value-description {
        font-size: 12px;
        line-height: 1.4;
    }

    .founder-profile-value-divider {
        display: none;
    }


    /* =========================================
       OTHER H2 INSIDE MOBILE
    ========================================= */

    .founder-profile-section h2 {
        font-size: 30px !important;
        line-height: 1.15;
    }

}


/* =========================================
   SMALL PHONES
   360px / 375px
========================================= */

@media (max-width: 380px) {

    .founder-profile-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .founder-profile-image-wrapper {
        height: 365px;
        min-height: 365px;
    }

    .founder-profile-image-background {
        width: 90%;
        height: 345px;
    }

    .founder-profile-name {
        font-size: 31px !important;
    }

    .founder-profile-designation {
        font-size: 15px;
    }

    .founder-profile-description {
        font-size: 14px;
    }

    .founder-profile-quote-text {
        font-size: 14px;
    }

    .founder-profile-decorative-top-line {
        width: 90px;
        height: 135px;
    }

    .founder-profile-decorative-bottom-line {
        width: 100px;
        height: 110px;
    }
}


/* =========================
   MOBILE HEADER
========================= */
@media (max-width: 768px) {

    header {
        padding: 0px 0;
    }

    header .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    header .logo img {
        max-width: 160px;
        height: auto;
        display: block;
    }

    header .btn-primary {
        font-size: 13px;
        padding: 10px 14px;
        white-space: nowrap;
    }

    header .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        font-size: 28px;
        line-height: 1;
        padding: 4px;
        cursor: pointer;
    }
}

/* Small phones */
@media (max-width: 480px) {

    header .nav {
        padding: 0 6px;
    }

    header .logo img {
        max-width: 125px;
    }

    header .btn-primary {
		font-size: 12px;
		padding: 8px 11px !important;
	}
    header .menu {
        font-size: 25px;
		display: none;
    }
}
	