/* Start custom CSS for html, class: .elementor-element-99057b5 *//* =========================================
   DR. SARFRAZ AHMAD
   HOME HERO SECTION
========================================= */

.sa-hero {
    width: 100%;
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f5fbff 50%,
            #eaf7ff 100%
        );

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.sa-hero-container {
    max-width: 1250px;
    min-height: 720px;

    margin: 0 auto;
    padding: 80px 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 70px;

    position: relative;
    z-index: 2;
}


/* =========================================
   LEFT CONTENT
========================================= */

.sa-hero-content {
    width: 55%;
    position: relative;
    z-index: 5;
}


/* =========================================
   BADGE
========================================= */

.sa-hero-badge {
    display: inline-flex;
    align-items: center;

    padding: 10px 18px;

    margin-bottom: 22px;

    border-radius: 50px;

    background: rgba(74, 174, 229, 0.12);

    border: 1px solid rgba(74, 174, 229, 0.25);

    color: #168ac5;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 0.7px;
    text-transform: uppercase;
}


/* =========================================
   MAIN HEADING
========================================= */

.sa-hero h1 {
    margin: 0;

    color: #071a2d;

    font-size: clamp(48px, 5vw, 76px);

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -2px;
}


/* Name Accent */

.sa-hero h1 span {
    display: block;

    color: #168ac5;
}


/* =========================================
   SUB HEADING
========================================= */

.sa-hero h2 {
    margin: 25px 0 18px;

    color: #263f52;

    font-size: 23px;

    line-height: 1.4;

    font-weight: 600;
}


/* =========================================
   DESCRIPTION
========================================= */

.sa-hero-content > p {
    max-width: 720px;

    margin: 0;

    color: #526676;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   CTA BUTTONS
========================================= */

.sa-hero-buttons {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 32px;
}


/* Common Button */

.sa-hero-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 52px;

    padding: 0 24px;

    border-radius: 8px;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


/* Primary Button */

.sa-hero-btn-primary {
    background: #168ac5;

    color: #ffffff;

    box-shadow:
        0 8px 25px rgba(22, 138, 197, 0.25);
}


.sa-hero-btn-primary:hover {
    background: #071a2d;

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(7, 26, 45, 0.22);
}


/* Secondary Button */

.sa-hero-btn-secondary {
    background: #ffffff;

    color: #071a2d;

    border: 1px solid #d7e5ed;
}


.sa-hero-btn-secondary:hover {
    background: #168ac5;

    color: #ffffff;

    border-color: #168ac5;

    transform: translateY(-3px);
}


/* Arrow */

.sa-hero-btn span {
    font-size: 20px;

    line-height: 1;

    transition: transform 0.3s ease;
}


.sa-hero-btn:hover span {
    transform: translateX(4px);
}


/* =========================================
   HERO HIGHLIGHTS
========================================= */

.sa-hero-highlights {
    display: flex;

    align-items: center;

    margin-top: 45px;

    gap: 22px;
}


.sa-highlight-item {
    display: flex;

    flex-direction: column;

    gap: 5px;
}


.sa-highlight-item strong {
    color: #071a2d;

    font-size: 17px;

    font-weight: 800;
}


.sa-highlight-item span {
    color: #718391;

    font-size: 12px;

    line-height: 1.4;
}


/* Divider */

.sa-highlight-divider {
    width: 1px;

    height: 42px;

    background: #d5e3eb;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.sa-hero-visual {
    width: 45%;

    min-height: 570px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================
   DECORATIVE CIRCLES
========================================= */

.sa-hero-circle {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


.sa-circle-one {
    width: 470px;

    height: 470px;

    background:
        linear-gradient(
            145deg,
            rgba(22, 138, 197, 0.18),
            rgba(90, 194, 237, 0.06)
        );

    right: 5px;

    top: 45px;
}


.sa-circle-two {
    width: 360px;

    height: 360px;

    border: 1px solid rgba(22, 138, 197, 0.20);

    right: 60px;

    top: 100px;
}


/* =========================================
   IMAGE WRAPPER
========================================= */

.sa-hero-image-wrapper {
    width: 390px;

    height: 500px;

    position: relative;

    z-index: 3;

    overflow: hidden;

    border-radius: 190px 190px 25px 25px;

    background: #dff3fc;

    border: 8px solid rgba(255, 255, 255, 0.9);

    box-shadow:
        0 25px 60px rgba(7, 26, 45, 0.16);
}


/* =========================================
   IMAGE
========================================= */

.sa-hero-image {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center top;
}


/* =========================================
   FLOATING CARD
========================================= */

.sa-hero-floating-card {
    position: absolute;

    z-index: 5;

    left: 0;

    bottom: 70px;

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 15px 20px;

    max-width: 300px;

    background: rgba(255, 255, 255, 0.96);

    border: 1px solid rgba(22, 138, 197, 0.12);

    border-radius: 12px;

    box-shadow:
        0 15px 40px rgba(7, 26, 45, 0.14);
}


/* Floating Icon */

.sa-floating-icon {
    width: 38px;

    height: 38px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #168ac5;

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;
}


/* Floating Card Text */

.sa-hero-floating-card strong {
    display: block;

    margin-bottom: 4px;

    color: #071a2d;

    font-size: 13px;

    font-weight: 800;
}


.sa-hero-floating-card span {
    display: block;

    color: #718391;

    font-size: 11px;

    line-height: 1.4;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sa-hero-container {
        min-height: auto;

        padding: 70px 30px;

        flex-direction: column;

        text-align: center;

        gap: 50px;
    }


    .sa-hero-content {
        width: 100%;

        max-width: 800px;
    }


    .sa-hero-content > p {
        margin-left: auto;

        margin-right: auto;
    }


    .sa-hero-buttons {
        justify-content: center;
    }


    .sa-hero-highlights {
        justify-content: center;
    }


    .sa-hero-visual {
        width: 100%;

        min-height: 550px;
    }


    .sa-hero-floating-card {
        left: 50%;

        transform: translateX(-50%);

        white-space: nowrap;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sa-hero-container {
        padding: 55px 20px;
    }


    .sa-hero-badge {
        font-size: 10px;

        padding: 9px 14px;
    }


    .sa-hero h1 {
        font-size: 43px;

        letter-spacing: -1.5px;
    }


    .sa-hero h2 {
        font-size: 18px;

        margin-top: 20px;
    }


    .sa-hero-content > p {
        font-size: 14px;

        line-height: 1.7;
    }


    .sa-hero-buttons {
        flex-direction: column;

        width: 100%;
    }


    .sa-hero-btn {
        width: 100%;
    }


    .sa-hero-highlights {
        flex-wrap: wrap;

        gap: 15px;
    }


    .sa-highlight-divider {
        display: none;
    }


    .sa-hero-visual {
        min-height: 480px;
    }


    .sa-hero-image-wrapper {
        width: 290px;

        height: 390px;
    }


    .sa-circle-one {
        width: 350px;

        height: 350px;
    }


    .sa-circle-two {
        width: 280px;

        height: 280px;

        right: auto;
    }


    .sa-hero-floating-card {
        bottom: 30px;

        max-width: 270px;

        padding: 12px 15px;
    }


    .sa-floating-icon {
        width: 32px;

        height: 32px;

        font-size: 15px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .sa-hero h1 {
        font-size: 37px;
    }


    .sa-hero-visual {
        min-height: 440px;
    }


    .sa-hero-image-wrapper {
        width: 260px;

        height: 350px;
    }


    .sa-hero-floating-card {
        max-width: 245px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d30f8e *//* =========================================
   DR. SARFRAZ AHMAD
   PROFESSIONAL IMPACT SECTION
   SKY BLUE VERSION
========================================= */

.sa-impact-section {
    width: 100%;
    position: relative;

    padding: 110px 25px;

    background: #e8f7fd;

    color: #071a2d;

    font-family: Arial, Helvetica, sans-serif;

    overflow: hidden;
}


/* =========================================
   DECORATIVE BACKGROUND
========================================= */

.sa-impact-section::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -200px;
    top: -220px;

    border-radius: 50%;

    background: rgba(22, 138, 197, 0.10);

    pointer-events: none;
}


.sa-impact-section::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    left: -180px;
    bottom: -180px;

    border-radius: 50%;

    border: 1px solid rgba(22, 138, 197, 0.15);

    pointer-events: none;
}


/* =========================================
   CONTAINER
========================================= */

.sa-impact-container {
    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    position: relative;

    z-index: 2;
}


/* =========================================
   HEADER
========================================= */

.sa-impact-header {
    max-width: 850px;

    margin-bottom: 65px;
}


/* Section Label */

.sa-impact-label {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    color: #168ac5;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;
}


.sa-impact-label span {
    width: 38px;

    height: 3px;

    background: #168ac5;

    border-radius: 10px;
}


/* Heading */

.sa-impact-header h2 {
    margin: 0;

    color: #071a2d;

    font-size: clamp(38px, 5vw, 64px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 800;
}


/* Heading Accent */

.sa-impact-header h2 span {
    display: block;

    color: #168ac5;
}


/* =========================================
   MAIN IMPACT AREA
========================================= */

.sa-impact-main {
    display: grid;

    grid-template-columns: 0.75fr 1.25fr;

    gap: 80px;

    align-items: center;

    padding: 45px;

    background: rgba(255, 255, 255, 0.65);

    border: 1px solid rgba(22, 138, 197, 0.12);

    border-radius: 24px;

    box-shadow:
        0 15px 45px rgba(7, 26, 45, 0.07);
}


/* =========================================
   EXPERIENCE
========================================= */

.sa-impact-experience {
    display: flex;

    align-items: center;

    gap: 25px;
}


.sa-experience-number {
    color: #071a2d;

    font-size: clamp(75px, 9vw, 125px);

    line-height: 0.9;

    font-weight: 800;

    letter-spacing: -7px;
}


.sa-experience-number span {
    color: #168ac5;

    font-size: 0.55em;

    vertical-align: top;

    position: relative;

    top: 5px;

    letter-spacing: -2px;
}


.sa-experience-label {
    max-width: 145px;

    color: #607889;

    font-size: 11px;

    line-height: 1.6;

    letter-spacing: 1.5px;
}


.sa-experience-label strong {
    display: block;

    color: #071a2d;

    font-size: 12px;

    letter-spacing: 0.8px;
}


/* =========================================
   DESCRIPTION
========================================= */

.sa-impact-description {
    max-width: 650px;
}


.sa-impact-description p {
    margin: 0 0 25px;

    color: #536c7d;

    font-size: 18px;

    line-height: 1.8;
}


/* =========================================
   DISCOVER LINK
========================================= */

.sa-impact-link {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    color: #168ac5;

    text-decoration: none;

    font-size: 14px;

    font-weight: 800;

    transition:
        gap 0.3s ease,
        color 0.3s ease;
}


.sa-impact-link:hover {
    color: #071a2d;

    gap: 18px;
}


.sa-impact-link span {
    font-size: 20px;
}


/* =========================================
   EXPERTISE GRID
========================================= */

.sa-impact-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    margin-top: 30px;

    background: #ffffff;

    border: 1px solid #d8edf6;

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 12px 35px rgba(7, 26, 45, 0.06);
}


/* =========================================
   EXPERTISE ITEM
========================================= */

.sa-impact-item {
    min-height: 270px;

    padding: 34px 30px;

    position: relative;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid #dceef5;

    transition:
        background 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.sa-impact-item:last-child {
    border-right: none;
}


.sa-impact-item:hover {
    background: #f4fbfe;

    transform: translateY(-6px);

    box-shadow:
        0 15px 35px rgba(22, 138, 197, 0.10);
}


/* =========================================
   NUMBER CIRCLE
========================================= */

.sa-impact-icon {
    width: 48px;

    height: 48px;

    margin-bottom: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #e8f7fd;

    border: 1px solid rgba(22, 138, 197, 0.20);

    color: #168ac5;

    font-size: 11px;

    font-weight: 800;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.sa-impact-item:hover .sa-impact-icon {
    background: #168ac5;

    color: #ffffff;

    transform: rotate(8deg);
}


/* =========================================
   ITEM LABEL
========================================= */

.sa-item-label {
    display: block;

    margin-bottom: 9px;

    color: #168ac5;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


/* =========================================
   ITEM HEADING
========================================= */

.sa-impact-item-content h3 {
    margin: 0 0 12px;

    color: #071a2d;

    font-size: 20px;

    line-height: 1.3;

    font-weight: 750;
}


/* =========================================
   ITEM DESCRIPTION
========================================= */

.sa-impact-item-content p {
    margin: 0;

    color: #667f8e;

    font-size: 13px;

    line-height: 1.7;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .sa-impact-section {
        padding: 85px 25px;
    }


    .sa-impact-main {
        grid-template-columns: 1fr;

        gap: 40px;

        padding: 35px;
    }


    .sa-impact-grid {
        grid-template-columns: 1fr;
    }


    .sa-impact-item {
        min-height: 220px;

        border-right: none;

        border-bottom: 1px solid #dceef5;
    }


    .sa-impact-item:last-child {
        border-bottom: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .sa-impact-section {
        padding: 70px 18px;
    }


    .sa-impact-header {
        margin-bottom: 40px;
    }


    .sa-impact-header h2 {
        font-size: 38px;

        letter-spacing: -1.5px;
    }


    .sa-impact-main {
        padding: 28px 22px;

        border-radius: 18px;
    }


    .sa-impact-experience {
        gap: 15px;
    }


    .sa-experience-number {
        font-size: 75px;

        letter-spacing: -5px;
    }


    .sa-impact-description p {
        font-size: 15px;

        line-height: 1.75;
    }


    .sa-impact-item {
        padding: 28px 24px;

        min-height: 230px;
    }


    .sa-impact-grid {
        border-radius: 16px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .sa-impact-header h2 {
        font-size: 34px;
    }


    .sa-experience-number {
        font-size: 65px;
    }


    .sa-experience-label {
        font-size: 10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fa1b53 *//* =========================================
   DR. MUHAMMAD SARFRAZ AHMAD
   CORE EXPERTISE SECTION
========================================= */

.sa-expertise-section {
    width: 100%;
    padding: 110px 20px;

    /* DARKER SKY-BLUE BACKGROUND */
    background:
        linear-gradient(
            135deg,
            #c5e8f7 0%,
            #b5dff1 50%,
            #d2edf8 100%
        );

    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
}


/* =========================================
   BACKGROUND DECORATION
========================================= */

.sa-expertise-section::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background: rgba(22, 138, 197, 0.10);

    top: -180px;
    right: -120px;

    pointer-events: none;
}

.sa-expertise-section::after {
    content: "";
    position: absolute;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.18);

    bottom: -170px;
    left: -120px;

    pointer-events: none;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.sa-expertise-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION HEADER
========================================= */

.sa-expertise-header {
    max-width: 800px;

    margin: 0 auto 65px;

    text-align: center;
}


/* =========================================
   BADGE
========================================= */

.sa-expertise-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 8px 18px;

    background: rgba(255, 255, 255, 0.55);

    border: 1px solid rgba(22, 138, 197, 0.25);

    border-radius: 50px;

    color: #168AC5;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 20px;

    box-shadow:
        0 5px 18px rgba(7, 26, 45, 0.05);
}


/* =========================================
   MAIN HEADING
========================================= */

.sa-expertise-header h2 {
    margin: 0;

    color: #071A2D;

    font-size: clamp(34px, 4vw, 52px);

    line-height: 1.12;

    font-weight: 700;

    letter-spacing: -1.5px;
}


/* BLUE HEADING TEXT */

.sa-expertise-header h2 span {
    display: block;

    color: #168AC5;
}


/* =========================================
   DESCRIPTION
========================================= */

.sa-expertise-header p {
    max-width: 700px;

    margin: 22px auto 0;

    color: #405d70;

    font-size: 16px;

    line-height: 1.8;

    font-weight: 400;
}


/* =========================================
   EXPERTISE GRID
========================================= */

.sa-expertise-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


/* =========================================
   EXPERTISE CARD
========================================= */

.sa-expertise-card {
    position: relative;

    min-height: 270px;

    padding: 32px 30px 30px;

    background: #ffffff;

    border: 1px solid rgba(7, 26, 45, 0.07);

    border-top: 4px solid #168AC5;

    border-radius: 16px;

    box-shadow:
        0 15px 35px rgba(7, 26, 45, 0.10);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* =========================================
   CARD HOVER
========================================= */

.sa-expertise-card:hover {
    transform: translateY(-9px);

    box-shadow:
        0 25px 55px rgba(7, 26, 45, 0.16);

    border-top-color: #071A2D;
}


/* =========================================
   CARD TOP
========================================= */

.sa-card-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 28px;
}


/* =========================================
   CARD NUMBER
========================================= */

.sa-card-number {
    color: #168AC5;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =========================================
   CARD ICON
========================================= */

.sa-card-icon {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #e3f4fb;

    color: #168AC5;

    font-size: 24px;

    font-weight: 600;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}


/* ICON HOVER */

.sa-expertise-card:hover .sa-card-icon {
    background: #168AC5;

    color: #ffffff;

    transform: rotate(5deg) scale(1.05);
}


/* =========================================
   CARD CONTENT
========================================= */

.sa-card-content h3 {
    margin: 0 0 13px;

    color: #071A2D;

    font-size: 21px;

    line-height: 1.3;

    font-weight: 700;

    transition: color 0.3s ease;
}


/* HEADING HOVER */

.sa-expertise-card:hover .sa-card-content h3 {
    color: #168AC5;
}


/* =========================================
   CARD DESCRIPTION
========================================= */

.sa-card-content p {
    margin: 0;

    color: #627484;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================
   BOTTOM ACCENT LINE
========================================= */

.sa-card-line {
    position: absolute;

    left: 30px;
    bottom: 24px;

    width: 35px;
    height: 2px;

    background: #168AC5;

    transition:
        width 0.35s ease,
        background 0.35s ease;
}


/* LINE HOVER */

.sa-expertise-card:hover .sa-card-line {
    width: 75px;

    background: #071A2D;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sa-expertise-section {
        padding: 90px 20px;
    }

    .sa-expertise-header {
        margin-bottom: 50px;
    }

    .sa-expertise-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 22px;
    }

    .sa-expertise-card {
        min-height: 260px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sa-expertise-section {
        padding: 75px 16px;
    }

    .sa-expertise-header {
        margin-bottom: 40px;
    }

    .sa-expertise-badge {
        font-size: 11px;

        padding: 7px 15px;
    }

    .sa-expertise-header h2 {
        font-size: 32px;

        line-height: 1.2;

        letter-spacing: -0.8px;
    }

    .sa-expertise-header h2 span {
        display: inline;
    }

    .sa-expertise-header p {
        margin-top: 18px;

        font-size: 14px;

        line-height: 1.7;
    }

    .sa-expertise-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .sa-expertise-card {
        min-height: auto;

        padding: 28px 25px 32px;
    }

    .sa-card-top {
        margin-bottom: 22px;
    }

    .sa-card-content h3 {
        font-size: 20px;
    }

    .sa-card-content p {
        font-size: 14px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .sa-expertise-section {
        padding: 65px 14px;
    }

    .sa-expertise-header h2 {
        font-size: 28px;
    }

    .sa-expertise-card {
        padding: 25px 22px 30px;

        border-radius: 14px;
    }

    .sa-card-icon {
        width: 44px;
        height: 44px;

        font-size: 21px;
    }
}/* End custom CSS */