.elementor-1826 .elementor-element.elementor-element-683d933{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-683d933 *//* ==============================
   DR. SARFRAZ AHMAD FOOTER
   ============================== */

.sarfraz-footer {
    width: 100%;
    background: #ffffff !important;
    color: #000000;
    font-family: Arial, sans-serif;
}


/* ==============================
   MAIN FOOTER
   ============================== */

.sarfraz-footer-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 65px 30px 55px;

    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 50px;
}


/* ==============================
   LOGO
   ============================== */

.sarfraz-brand {
    display: flex;
    align-items: flex-start;
}

.sarfraz-logo img {
    max-width: 190px;
    height: auto;
    display: block;
}


/* ==============================
   COLUMN HEADINGS
   ============================== */

.sarfraz-footer-column h3 {
    margin: 0 0 22px;

    font-size: 18px;
    font-weight: 600;

    color: #000000 !important;
}


/* ==============================
   LISTS
   ============================== */

.sarfraz-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* ==============================
   LIST ITEMS
   ============================== */

.sarfraz-footer-column li {
    margin-bottom: 12px;
}


/* ==============================
   LINKS
   ============================== */

.sarfraz-footer-column a {
    color: #000000 !important;
    text-decoration: none;

    font-size: 15px;

    transition: all 0.3s ease;
}


/* ==============================
   LINK HOVER - BLUE
   ============================== */

.sarfraz-footer-column a:hover {
    color: #1E73BE !important;
    padding-left: 4px;
}


/* ==============================
   CONTACT
   ============================== */

.sarfraz-contact li {
    margin-bottom: 18px;
}


/* Contact Labels - BLUE */

.sarfraz-contact span {
    display: block;

    margin-bottom: 5px;

    font-size: 13px;
    font-weight: 600;

    color: #1E73BE !important;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Contact Text */

.sarfraz-contact p {
    margin: 0;

    color: #000000 !important;
    font-size: 15px;
}


/* ==============================
   SOCIAL ICONS
   ============================== */

.sarfraz-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}


/* Social Icon Circle */

.sarfraz-social a {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #1E73BE !important;
    border-radius: 50%;

    background: #ffffff !important;

    color: #1E73BE !important;

    font-size: 14px;
    font-weight: 600;

    padding: 0 !important;

    transition: all 0.3s ease;
}


/* ==============================
   SOCIAL ICON ITSELF
   ============================== */

.sarfraz-social a i,
.sarfraz-social a svg,
.sarfraz-social a span {
    color: #1E73BE !important;
    fill: #1E73BE !important;

    transition: all 0.3s ease;
}
/*.sarfraz-social a svg {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    fill: none;*/
/*    stroke: currentColor;*/
/*    stroke-width: 2;*/
/*}*/

/*.sarfraz-social a svg circle:last-child {*/
/*    fill: currentColor;*/
/*    stroke: none;*/
/*}*/
/* =========================================
   INSTAGRAM ICON
========================================= */

.sarfraz-social .instagram-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-icon {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 5px;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.instagram-camera {
    width: 7px;
    height: 7px;
    border: 2px solid currentColor;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    box-sizing: border-box;
}

.instagram-dot {
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
}


/* ==============================
   SOCIAL ICON HOVER
   ============================== */

.sarfraz-social a:hover {
    background: #1E73BE !important;
    border-color: #1E73BE !important;

    color: #ffffff !important;

    transform: translateY(-3px);
}


/* ==============================
   ICON HOVER - WHITE
   ============================== */

.sarfraz-social a:hover i,
.sarfraz-social a:hover svg,
.sarfraz-social a:hover span {
    color: #ffffff !important;
    fill: #ffffff !important;
}


/* ==============================
   ELEMENTOR ICON OVERRIDE
   ============================== */

.sarfraz-social a.elementor-icon:hover,
.sarfraz-social a.elementor-social-icon:hover {
    background-color: #1E73BE !important;
    border-color: #1E73BE !important;
    color: #ffffff !important;
}

.sarfraz-social a.elementor-icon:hover i,
.sarfraz-social a.elementor-social-icon:hover i,
.sarfraz-social a.elementor-icon:hover svg,
.sarfraz-social a.elementor-social-icon:hover svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}


/* ==============================
   BOTTOM BAR
   ============================== */

.sarfraz-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;

    padding: 20px 30px;

    border-top: 1px solid #dddddd;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Copyright */

.sarfraz-footer-bottom p {
    margin: 0;

    color: #000000 !important;

    font-size: 13px;
}


/* ==============================
   TABLET
   ============================== */

@media (max-width: 900px) {

    .sarfraz-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

}


/* ==============================
   MOBILE
   ============================== */

@media (max-width: 600px) {

    .sarfraz-footer-main {
        grid-template-columns: 1fr;

        padding: 45px 25px 40px;

        gap: 35px;
    }


    .sarfraz-brand {
        justify-content: center;
    }


    .sarfraz-footer-column {
        text-align: center;
    }


    .sarfraz-social {
        justify-content: center;
    }


    .sarfraz-footer-bottom {
        padding: 18px 20px;

        flex-direction: column;

        gap: 8px;

        text-align: center;
    }

}/* End custom CSS */