/* =========================================================
   GHORFESAZ.IR
   CENTRAL MODERN / RESPONSIVE STYLESHEET
   FINAL LOCKED VERSION
   MOBILE + DESKTOP
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

html {
    width: 100%;
    max-width: 100%;
}

body {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    font-family: Tahoma, Arial, sans-serif;

    color: #26373d;

    background-image: none !important;
    background-color: #f5f7f8 !important;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    overflow-wrap: anywhere;
}



/* =========================================================
   OLD / EXPERIMENTAL DESKTOP UI
   ALWAYS HIDDEN
   ========================================================= */

#yekta-desktop-header,
#yekta-desktop-header-v2,
#yekta-desktop-header-v3,
#yekta-desktop-footer-v2,
#yekta-desktop-footer-v3,
.yekta-v2-desktop-header,
.yekta-v2-desktop-footer,
.yekta-v3-desktop-header,
.yekta-v3-desktop-footer {
    display: none !important;
}



/* =========================================================
   FINAL DESKTOP UI
   DEFAULT HIDDEN
   ========================================================= */

.gsd-desktop-header,
.gsd-desktop-footer {
    display: none;
}



/* =========================================================
   DESKTOP
   769PX AND ABOVE ONLY
   ========================================================= */

@media screen and (min-width: 769px) {

    /* =====================================================
       HELPERS
       ===================================================== */

    .gsd-hide-desktop {
        display: none !important;
    }



    /* =====================================================
       OLD FRONTPAGE HEADER
       ===================================================== */

    .gsd-old-header {
        display: none !important;
    }



    /* =====================================================
       TOP LEVEL TABLES
       ===================================================== */

    body > table {
        width: calc(100% - 40px) !important;
        max-width: 1280px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        background: #ffffff;
    }



    /* =====================================================
       MAIN LAYOUT
       ===================================================== */

    body > table:nth-of-type(2) {
        width: calc(100% - 40px) !important;
        max-width: 1280px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        table-layout: auto !important;

        background: #ffffff;

        box-shadow:
            0 8px 30px rgba(0,0,0,0.04);
    }



    /* =====================================================
       REMOVE OLD LEFT SIDEBAR ON DESKTOP
       ===================================================== */

    body > table:nth-of-type(2) > tbody > tr > td:first-child,
    body > table:nth-of-type(2) > tbody > tr > td:nth-child(2),
    .gsd-old-sidebar,
    .gsd-old-spacer {
        display: none !important;
    }



    /* =====================================================
       MAIN CONTENT
       ===================================================== */

    body > table:nth-of-type(2) > tbody > tr > td:last-child,
    .gsd-main-content {
        width: 100% !important;
        max-width: 100% !important;

        padding: 40px 55px 55px !important;

        vertical-align: top !important;

        direction: rtl !important;
        text-align: right !important;

        font-family: Tahoma, Arial, sans-serif !important;

        color: #2d3e43 !important;

        background: #ffffff;
    }



    /* PARAGRAPHS */

    body > table:nth-of-type(2) > tbody > tr > td:last-child p {
        max-width: 1020px !important;

        margin: 0 0 18px auto !important;

        font-family: Tahoma, Arial, sans-serif !important;

        font-size: 16px !important;
        line-height: 2.05 !important;

        direction: rtl !important;
        text-align: right !important;

        color: #34464b !important;
    }



    /* H1 */

    body > table:nth-of-type(2) > tbody > tr > td:last-child h1 {
        max-width: 1020px;

        margin: 10px 0 30px auto !important;
        padding: 0 !important;

        font-family: Tahoma, Arial, sans-serif !important;

        font-size: 32px !important;
        line-height: 1.6 !important;

        font-weight: 700 !important;

        direction: rtl !important;
        text-align: right !important;

        color: #173f50 !important;
    }



    /* H2 */

    body > table:nth-of-type(2) > tbody > tr > td:last-child h2 {
        max-width: 1020px;

        margin: 45px 0 15px auto !important;
        padding: 0 0 8px !important;

        font-family: Tahoma, Arial, sans-serif !important;

        font-size: 24px !important;
        line-height: 1.7 !important;

        font-weight: 700 !important;

        direction: rtl !important;
        text-align: right !important;

        color: #174b55 !important;

        border-bottom: 1px solid #e6eeee;
    }



    /* H3 */

    body > table:nth-of-type(2) > tbody > tr > td:last-child h3 {
        max-width: 1020px;

        margin: 30px 0 10px auto !important;
        padding: 0 !important;

        font-family: Tahoma, Arial, sans-serif !important;

        font-size: 19px !important;
        line-height: 1.8 !important;

        font-weight: 700 !important;

        direction: rtl !important;
        text-align: right !important;

        color: #45646a !important;
    }



    /* LISTS */

    body > table:nth-of-type(2) > tbody > tr > td:last-child ul,
    body > table:nth-of-type(2) > tbody > tr > td:last-child ol {
        max-width: 1000px;

        margin: 15px 20px 25px auto !important;

        padding-right: 25px !important;

        direction: rtl !important;
    }


    body > table:nth-of-type(2) > tbody > tr > td:last-child li {
        margin-bottom: 7px;

        font-size: 16px !important;
        line-height: 1.9 !important;
    }



    /* OLD FONT TAG */

    body > table:nth-of-type(2) > tbody > tr > td:last-child font {
        font-family: Tahoma, Arial, sans-serif !important;
    }



    /* LINKS */

    body > table:nth-of-type(2) > tbody > tr > td:last-child a {
        color: #6451ca;

        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }


    body > table:nth-of-type(2) > tbody > tr > td:last-child a:hover {
        color: #3e329c;
    }



    /* IMAGES */

    body > table:nth-of-type(2) > tbody > tr > td:last-child img {
        max-width: 100% !important;
        height: auto !important;

        border-radius: 7px;
    }



    /* BLOCKQUOTE */

    body > table:nth-of-type(2) > tbody > tr > td:last-child blockquote {
        max-width: 1000px !important;

        margin: 20px 0 20px auto !important;

        padding: 15px 20px !important;

        background: #f7f9f9;

        border-right: 4px solid #17646b;
    }



    /* =====================================================
       HIDE MOBILE FOOTER ON DESKTOP
       ===================================================== */

    .yekta-footer-table {
        display: none !important;
    }



    /* =====================================================
       FINAL DESKTOP HEADER
       ===================================================== */

    .gsd-desktop-header {
        display: block;

        width: 100%;

        margin: 0;
        padding: 0;

        position: relative;

        z-index: 10000;

        direction: rtl;

        background: #174b4d;

        color: #ffffff;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        box-shadow:
            0 5px 20px rgba(0,0,0,0.12);
    }


    .gsd-header-inner {
        width: calc(100% - 48px);
        max-width: 1500px;

        min-height: 96px;

        margin: 0 auto;

        display: grid;

        grid-template-columns:
            165px
            minmax(0, 1fr)
            205px;

        align-items: center;

        column-gap: 18px;
    }



    /* BRAND */

    .gsd-brand {
        display: flex;

        flex-direction: column;

        align-items: flex-start;
        justify-content: center;

        white-space: nowrap;

        color: #ffffff !important;

        text-decoration: none !important;
    }


    .gsd-brand-main {
        display: block;

        color: #ffffff;

        font-size: 29px;
        font-weight: 900;

        line-height: 1.1;
    }


    .gsd-brand-sub {
        display: block;

        margin-top: 5px;

        color: #bdd0d0;

        font-size: 12px;
        font-weight: 500;

        line-height: 1.3;
    }



    /* NAV */

    .gsd-nav {
        min-width: 0;

        height: 96px;

        margin: 0;
        padding: 0;
    }


    .gsd-menu {
        height: 96px;

        margin: 0;
        padding: 0;

        display: flex;

        align-items: center;
        justify-content: center;

        gap: 17px;

        list-style: none;

        white-space: nowrap;
    }


    .gsd-menu > li {
        height: 96px;

        margin: 0;
        padding: 0;

        position: relative;

        display: flex;

        align-items: center;

        list-style: none;
    }


    .gsd-menu > li > a {
        height: 96px;

        margin: 0;
        padding: 0;

        position: relative;

        display: flex;

        align-items: center;
        justify-content: center;

        color: #ffffff !important;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 13.5px;
        font-weight: 800;

        line-height: 1;

        white-space: nowrap;

        text-decoration: none !important;
    }



    /* MENU UNDERLINE */

    .gsd-menu > li > a::after,
    .gsd-consult > summary::after {
        content: "";

        position: absolute;

        right: 50%;
        bottom: 0;

        width: 0;
        height: 3px;

        transform: translateX(50%);

        border-radius:
            4px 4px 0 0;

        background: #ca7048;

        transition:
            width 0.18s ease;
    }


    .gsd-menu > li > a:hover::after,
    .gsd-menu > li > a:focus::after,
    .gsd-consult > summary:hover::after,
    .gsd-consult > summary:focus::after,
    .gsd-consult[open] > summary::after {
        width: 100%;
    }



    /* CONSULTATION */

    .gsd-consult-item {
        position: relative;
    }


    .gsd-consult {
        height: 96px;

        margin: 0;
        padding: 0;

        position: relative;
    }


    .gsd-consult > summary {
        height: 96px;

        margin: 0;
        padding: 0;

        position: relative;

        display: flex;

        align-items: center;
        justify-content: center;

        gap: 6px;

        color: #ffffff;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 13.5px;
        font-weight: 800;

        line-height: 1;

        white-space: nowrap;

        list-style: none;

        cursor: pointer;

        user-select: none;
    }


    .gsd-consult > summary::-webkit-details-marker {
        display: none;
    }


    .gsd-consult > summary::marker {
        content: "";
    }


    .gsd-consult-arrow {
        display: inline-block;

        font-size: 11px;

        transition:
            transform 0.18s ease;
    }


    .gsd-consult[open] .gsd-consult-arrow {
        transform: rotate(180deg);
    }


    .gsd-consult-menu {
        width: 235px;

        margin: 0;
        padding: 8px;

        position: absolute;

        top: 82px;
        right: 50%;

        transform: translateX(50%);

        z-index: 10020;

        list-style: none;

        background: #ffffff;

        border:
            1px solid rgba(0,0,0,0.07);

        border-radius: 12px;

        box-shadow:
            0 15px 38px rgba(0,0,0,0.20);
    }


    .gsd-consult-menu li {
        width: 100%;

        margin: 0;
        padding: 0;

        list-style: none;
    }


    .gsd-consult-menu a {
        width: 100%;

        min-height: 50px;

        padding: 0 14px;

        display: flex;

        align-items: center;
        justify-content: space-between;

        gap: 12px;

        border-radius: 8px;

        color: #17484a !important;

        font-size: 14px;
        font-weight: 700;

        text-decoration: none !important;

        direction: rtl;
    }


    .gsd-consult-menu a:hover,
    .gsd-consult-menu a:focus {
        background: #eef5f5;

        color: #10393b !important;
    }


    .gsd-consult-meta {
        direction: ltr;

        color: #788989;

        font-size: 12px;
        font-weight: 500;
    }



    /* CTA */

    .gsd-cta {
        min-height: 52px;

        padding: 0 17px;

        display: flex;

        align-items: center;
        justify-content: center;

        gap: 9px;

        border-radius: 13px;

        background: #c96e48;

        color: #ffffff !important;

        font-size: 13px;
        font-weight: 900;

        line-height: 1;

        white-space: nowrap;

        text-decoration: none !important;

        box-shadow:
            0 7px 20px rgba(0,0,0,0.13);

        transition:
            background 0.18s ease,
            transform 0.18s ease,
            box-shadow 0.18s ease;
    }


    .gsd-cta:hover,
    .gsd-cta:focus {
        background: #b9603e;

        transform: translateY(-2px);

        box-shadow:
            0 10px 26px rgba(0,0,0,0.17);
    }


    .gsd-cta-arrow {
        font-size: 18px;

        line-height: 1;
    }



    /* =====================================================
       FINAL DESKTOP FOOTER
       ===================================================== */

    .gsd-desktop-footer {
        display: block;

        width: 100%;

        margin: 0;
        padding: 0;

        direction: rtl;

        background: #1b4b4d;

        color: #ffffff;

        font-family:
            Tahoma,
            Arial,
            sans-serif;
    }


    .gsd-footer-inner {
        width: calc(100% - 80px);
        max-width: 1540px;

        margin: 0 auto;

        padding: 62px 0 68px;

        display: grid;

        grid-template-columns:
            2.05fr
            1.05fr
            1fr
            1.30fr;

        gap: 58px;

        align-items: start;
    }



    /* BRAND COLUMN */

    .gsd-footer-brand {
        text-align: right;
    }


    /* لوگوی تصویری در دسکتاپ حذف شده */

    .gsd-footer-logo-link,
    .gsd-footer-logo {
        display: none !important;
    }


    .gsd-footer-brand-title {
        display: block;

        margin: 0 0 20px;

        color: #ffffff !important;

        font-size: 22px;
        font-weight: 900;

        line-height: 1.5;

        white-space: nowrap;

        text-decoration: none !important;
    }


    .gsd-footer-description {
        max-width: 570px;

        margin: 0;

        color: #d6dfdf;

        font-size: 15px;
        font-weight: 400;

        line-height: 2;

        text-align: justify;
    }



    /* FOOTER HEADINGS */

    .gsd-footer-heading {
        margin: 0 0 26px;

        color: #ffffff;

        font-size: 20px;
        font-weight: 900;

        line-height: 1.5;

        white-space: nowrap;
    }



    /* INTERNAL LINKS */

    .gsd-footer-links {
        text-align: center !important;
    }


    .gsd-footer-links .gsd-footer-heading {
        text-align: center !important;
    }


    .gsd-footer-links a {
        display: block;

        margin: 0 0 15px;

        color: #ffffff !important;

        font-size: 14px;
        font-weight: 600;

        line-height: 1.7;

        text-align: center !important;

        text-decoration: none !important;

        transition:
            opacity 0.16s ease,
            transform 0.16s ease;
    }


    .gsd-footer-links a:hover,
    .gsd-footer-links a:focus {
        opacity: 0.75;

        transform: translateX(-2px);
    }



    /* SOCIAL */

    .gsd-footer-social {
        text-align: center !important;
    }


    .gsd-footer-social .gsd-footer-heading {
        text-align: center !important;
    }


    .gsd-social-list {
        width: 100% !important;

        display: flex !important;

        flex-wrap: nowrap !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 9px !important;

        direction: ltr !important;
    }


    .gsd-social {
        width: 42px;
        height: 42px;

        flex: 0 0 42px !important;

        margin: 0 !important;

        display: inline-flex;

        align-items: center;
        justify-content: center;

        border-radius: 50%;

        color: #ffffff !important;

        text-decoration: none !important;

        transition:
            transform 0.18s ease,
            opacity 0.18s ease;
    }


    .gsd-social:hover,
    .gsd-social:focus {
        transform: translateY(-2px);

        opacity: 0.88;
    }


    .gsd-social svg {
        width: 22px;
        height: 22px;

        fill: none;

        stroke: currentColor;

        stroke-width: 1.8;

        stroke-linecap: round;
        stroke-linejoin: round;
    }


    .gsd-social .gsd-fill {
        fill: currentColor;

        stroke: none;
    }


    .gsd-social .gsd-white-fill {
        fill: #ffffff;

        stroke: none;
    }


    .gsd-instagram {
        background: #242424;
    }


    .gsd-youtube {
        background: #e4261c;
    }


    .gsd-x {
        background: #4da6e8;
    }


    .gsd-facebook {
        background: #526eb5;
    }


    .gsd-telegram {
        background: #45abe5;
    }


    .gsd-whatsapp {
        background: #48cf69;
    }



    /* CONTACT */

    .gsd-footer-contact {
        text-align: center;
    }


    .gsd-footer-address {
        margin: 0 0 22px;

        color: #ffffff;

        font-style: normal;
    }


    .gsd-footer-address p {
        margin: 0;

        color: #ffffff;

        font-size: 14px;
        font-weight: 500;

        line-height: 2;
    }


    .gsd-footer-address strong {
        font-weight: 900;
    }


    .gsd-footer-phones {
        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 12px;
    }


    .gsd-footer-phones a {
        color: #ffffff !important;

        font-size: 16px;
        font-weight: 900;

        line-height: 1.3;

        direction: ltr;

        text-decoration: none !important;
    }


    .gsd-footer-phones a:hover,
    .gsd-footer-phones a:focus {
        opacity: 0.75;
    }

}



/* =========================================================
   SMALLER DESKTOP
   STILL DESKTOP
   ========================================================= */

@media screen and (min-width: 769px) and (max-width: 1250px) {

    .gsd-header-inner {
        width: calc(100% - 26px);

        grid-template-columns:
            135px
            minmax(0, 1fr)
            160px;

        column-gap: 9px;
    }


    .gsd-menu {
        gap: 9px;
    }


    .gsd-menu > li > a,
    .gsd-consult > summary {
        font-size: 11.5px;
    }


    .gsd-brand-main {
        font-size: 23px;
    }


    .gsd-brand-sub {
        font-size: 10px;
    }


    .gsd-cta {
        min-height: 48px;

        padding: 0 10px;

        font-size: 11.5px;
    }


    .gsd-footer-inner {
        width: calc(100% - 44px);

        gap: 30px;
    }


    .gsd-footer-description {
        font-size: 14px;
    }

}



/* =========================================================
   MOBILE
   LOCKED VERSION
   ========================================================= */

@media screen and (max-width: 768px) {

    /* =====================================================
       FINAL RTL / CHROME MOBILE FIX
       Root is LTR only for browser layout calculation.
       Actual site components remain RTL.
       ===================================================== */

    html,
    body {
        direction: ltr !important;
    }



    html,
    body {
        width: 100% !important;
        max-width: 100% !important;

        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow-x: hidden !important;
    }


    body {
        background-image: none !important;

        background-color: #ffffff !important;

        font-family:
            Tahoma,
            Arial,
            sans-serif !important;

        color: #333333 !important;
    }



    /* =====================================================
       RESTORE RTL TO REAL SITE CONTENT
       ===================================================== */

    body > table,
    .gs-mobile-header,
    .gs-consult-box,
    .gs-mobile-menu,
    .yekta-footer-table,
    .yekta-footer {
        direction: rtl !important;
    }



    /* =====================================================
       DESKTOP UI MUST NEVER APPEAR ON MOBILE
       ===================================================== */

    .gsd-desktop-header,
    .gsd-desktop-footer {
        display: none !important;
    }



    /* =====================================================
       OLD TABLES
       ===================================================== */

    table {
        max-width: 100% !important;
    }



    /* =====================================================
       OLD FRONTPAGE HEADER
       ===================================================== */

    body > table:first-of-type {
        display: none !important;
    }



    /* =====================================================
       MAIN LAYOUT
       ===================================================== */

    body > table:nth-of-type(2) {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        table-layout: auto !important;

        background: #ffffff !important;

        direction: rtl !important;
    }



    /* OLD SIDEBAR */

    body > table:nth-of-type(2) > tbody > tr > td:first-child {
        display: none !important;
    }


    body > table:nth-of-type(2) > tbody > tr > td:nth-child(2) {
        display: none !important;
    }



    /* =====================================================
       MAIN CONTENT
       ===================================================== */

    body > table:nth-of-type(2) > tbody > tr > td:last-child {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        min-width: 0 !important;

        margin: 0 !important;

        padding: 18px !important;

        box-sizing: border-box !important;

        direction: rtl !important;

        text-align: right !important;

        font-family:
            Tahoma,
            Arial,
            sans-serif !important;

        color: #2f4146 !important;

        background: #ffffff !important;
    }



    /* PARAGRAPHS */

    body > table:nth-of-type(2) > tbody > tr > td:last-child p {
        width: auto !important;
        max-width: 100% !important;

        margin: 0 0 17px !important;
        padding: 0 !important;

        font-family:
            Tahoma,
            Arial,
            sans-serif !important;

        font-size: 16px !important;
        line-height: 2 !important;

        direction: rtl !important;

        text-align: right !important;

        color: #34464b !important;
    }



    /* H1 */

    body > table:nth-of-type(2) > tbody > tr > td:last-child h1 {
        margin: 22px 0 25px !important;

        padding: 0 !important;

        font-family:
            Tahoma,
            Arial,
            sans-serif !important;

        font-size: 25px !important;

        line-height: 1.65 !important;

        font-weight: 700 !important;

        direction: rtl !important;

        text-align: right !important;

        color: #173f50 !important;
    }



    /* H2 */

    body > table:nth-of-type(2) > tbody > tr > td:last-child h2 {
        margin: 36px 0 13px !important;

        padding: 0 0 6px !important;

        font-family:
            Tahoma,
            Arial,
            sans-serif !important;

        font-size: 21px !important;

        line-height: 1.75 !important;

        font-weight: 700 !important;

        direction: rtl !important;

        text-align: right !important;

        color: #174b55 !important;

        border-bottom:
            1px solid #e7eeee;
    }



    /* H3 */

    body > table:nth-of-type(2) > tbody > tr > td:last-child h3 {
        margin: 27px 0 10px !important;

        padding: 0 !important;

        font-family:
            Tahoma,
            Arial,
            sans-serif !important;

        font-size: 18px !important;

        line-height: 1.8 !important;

        font-weight: 700 !important;

        direction: rtl !important;

        text-align: right !important;

        color: #49646a !important;
    }



    /* LISTS */

    body > table:nth-of-type(2) > tbody > tr > td:last-child ul,
    body > table:nth-of-type(2) > tbody > tr > td:last-child ol {
        margin: 12px 0 22px !important;

        padding-right: 24px !important;

        direction: rtl !important;
    }


    body > table:nth-of-type(2) > tbody > tr > td:last-child li {
        margin-bottom: 7px !important;

        font-size: 16px !important;

        line-height: 1.9 !important;
    }



    /* OLD FONT */

    body > table:nth-of-type(2) > tbody > tr > td:last-child font {
        font-family:
            Tahoma,
            Arial,
            sans-serif !important;
    }



    /* LINKS */

    body > table:nth-of-type(2) > tbody > tr > td:last-child a {
        overflow-wrap: anywhere !important;

        word-wrap: break-word !important;
    }



    /* IMAGES */

    body > table:nth-of-type(2) > tbody > tr > td:last-child img {
        max-width: 100% !important;

        height: auto !important;

        border-radius: 6px;
    }



    /* BLOCKQUOTE */

    body > table:nth-of-type(2) > tbody > tr > td:last-child blockquote {
        width: auto !important;
        max-width: 100% !important;

        margin: 17px 0 !important;

        padding: 12px 14px !important;

        background: #f7f9f9;

        border-right:
            3px solid #17646b;
    }



    /* =====================================================
       LEGACY / MOBILE FOOTER TABLE
       ===================================================== */

    body > table:last-of-type {
        width: 100% !important;
        max-width: 100% !important;

        margin: 25px 0 0 0 !important;

        background: #173f50 !important;

        border-radius: 0 !important;

        table-layout: auto !important;

        direction: rtl !important;
    }


    body > table:last-of-type tr,
    body > table:last-of-type tbody {
        width: 100% !important;
    }


    body > table:last-of-type td {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        padding: 16px 15px !important;

        background: transparent !important;

        text-align: center !important;

        box-sizing: border-box !important;

        color: #ffffff !important;
    }


    body > table:last-of-type p,
    body > table:last-of-type h1,
    body > table:last-of-type h2,
    body > table:last-of-type h3,
    body > table:last-of-type h4,
    body > table:last-of-type h5 {
        margin: 7px 0 !important;

        font-family:
            Tahoma,
            Arial,
            sans-serif !important;

        font-size: 13px !important;

        line-height: 1.9 !important;

        direction: rtl !important;

        text-align: center !important;

        color: #ffffff !important;
    }


    body > table:last-of-type a {
        color: #d7f1f3 !important;

        text-decoration: none !important;

        overflow-wrap: anywhere !important;
    }


    body > table:last-of-type font,
    body > table:last-of-type span {
        color: inherit !important;

        background: transparent !important;
    }

}



/* =========================================================
   SMALL MOBILE
   LOCKED
   ========================================================= */

@media screen and (max-width: 420px) {

    body > table:nth-of-type(2) > tbody > tr > td:last-child {
        padding: 15px !important;
    }


    body > table:nth-of-type(2) > tbody > tr > td:last-child h1 {
        font-size: 23px !important;
    }


    body > table:nth-of-type(2) > tbody > tr > td:last-child h2 {
        font-size: 20px !important;
    }


    body > table:nth-of-type(2) > tbody > tr > td:last-child h3 {
        font-size: 18px !important;
    }


    body > table:nth-of-type(2) > tbody > tr > td:last-child p {
        font-size: 16px !important;

        line-height: 1.95 !important;
    }

}



/* =========================================================
   CENTRAL MOBILE UI
   DEFAULT HIDDEN ON DESKTOP
   ========================================================= */

.gs-mobile-header,
.gs-mobile-menu,
.gs-menu-overlay,
.gs-consult-box {
    display: none;
}



/* =========================================================
   FINAL MOBILE HEADER + MENU
   LOCKED VERSION 3.1
   ========================================================= */

@media screen and (max-width: 768px) {

    body.gs-menu-open {
        overflow: hidden !important;
    }



    /* =====================================================
       MOBILE HEADER
       ===================================================== */

    .gs-mobile-header {
        display: flex !important;

        position: sticky;

        top: 0;

        z-index: 9997;

        width: 100%;

        min-height: 74px;

        padding: 9px 14px;

        align-items: center;

        justify-content: space-between;

        direction: rtl;

        background: #ffffff;

        border-bottom:
            1px solid #e6ecec;

        box-shadow:
            0 3px 18px rgba(0,0,0,0.055);

        box-sizing: border-box;
    }



    /* BRAND */

    .gs-mobile-brand {
        display: block;

        width: 160px;

        max-width: 46%;

        overflow: hidden;

        color: #17484b;

        text-decoration: none !important;

        direction: rtl;
    }


    .gs-brand-main {
        display: block;

        width: 100%;

        margin: 0;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 25px;

        font-weight: 800;

        line-height: 1.2;

        white-space: nowrap;

        text-align: right;

        color: #17484b;
    }


    .gs-brand-sub {
        display: block;

        width: 100%;

        margin-top: 3px;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 11px;

        font-weight: 500;

        line-height: 1.35;

        color: #7a898a;

        white-space: nowrap;

        text-align: center;

        transform:
            scaleX(1.12);

        transform-origin:
            center center;
    }



    /* ACTIONS */

    .gs-mobile-actions {
        display: flex;

        align-items: center;

        gap: 7px;

        direction: ltr;
    }



    /* CONSULT */

    .gs-consult-toggle {
        height: 43px;

        padding: 0 12px;

        border:
            1px solid #d5dddd;

        border-radius: 10px;

        background: #ffffff;

        color: #17484b;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 12px;

        font-weight: 700;

        cursor: pointer;
    }


    .gs-consult-toggle.is-open {
        background: #eef5f4;

        border-color: #aac1bf;
    }



    /* HAMBURGER */

    .gs-menu-toggle {
        display: flex !important;

        width: 45px;

        height: 45px;

        padding: 10px;

        flex-direction: column;

        justify-content: center;

        gap: 5px;

        background: #f7f9f8;

        border:
            1px solid #dde5e4;

        border-radius: 11px;

        cursor: pointer;
    }


    .gs-menu-toggle span {
        display: block;

        width: 100%;

        height: 2px;

        background: #17484b;

        border-radius: 10px;
    }



    /* =====================================================
       CONSULT BOX
       ===================================================== */

    .gs-consult-box {
        display: block;

        position: fixed;

        top: 81px;

        left: 12px;

        z-index: 10002;

        width: 260px;

        max-width:
            calc(100vw - 24px);

        padding: 8px;

        direction: rtl;

        background: #ffffff;

        border:
            1px solid #e0e7e6;

        border-radius: 13px;

        box-shadow:
            0 14px 40px rgba(0,0,0,0.15);

        opacity: 0;

        visibility: hidden;

        transform:
            translateY(-7px);

        transition:
            opacity 0.18s ease,
            visibility 0.18s ease,
            transform 0.18s ease;
    }


    .gs-consult-box.is-open {
        opacity: 1;

        visibility: visible;

        transform:
            translateY(0);
    }


    .gs-consult-box > a {
        display: flex;

        min-height: 59px;

        padding: 9px 10px;

        align-items: center;

        gap: 10px;

        border-radius: 9px;

        color: #34494b;

        text-decoration: none !important;

        box-sizing: border-box;
    }


    .gs-consult-box > a + a {
        margin-top: 4px;
    }


    .gs-consult-box > a:active {
        background: #f2f6f5;
    }


    .gs-consult-icon {
        width: 37px;

        height: 37px;

        flex: 0 0 37px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 50%;

        background: #edf4f3;

        color: #17646b;

        font-size: 17px;
    }


    .gs-consult-box strong {
        display: block;

        margin-bottom: 2px;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 13px;

        color: #244447;
    }


    .gs-consult-box small {
        display: block;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 10px;

        color: #718183;
    }



    /* =====================================================
       OVERLAY
       ===================================================== */

    .gs-menu-overlay {
        display: block;

        position: fixed;

        inset: 0;

        z-index: 9998;

        background:
            rgba(13,31,33,0.53);

        opacity: 0;

        visibility: hidden;

        transition:
            opacity 0.2s ease,
            visibility 0.2s ease;
    }


    .gs-menu-overlay.is-open {
        opacity: 1;

        visibility: visible;
    }



    /* =====================================================
       DRAWER
       ===================================================== */

    .gs-mobile-menu {
        display: flex;

        position: fixed;

        top: 0;

        right: 0;

        z-index: 9999;

        width:
            min(87vw, 350px);

        height: 100dvh;

        flex-direction: column;

        direction: rtl;

        background: #174f51;

        box-shadow:
            -13px 0 40px rgba(0,0,0,0.18);

        transform:
            translateX(105%);

        transition:
            transform 0.24s ease;

        overflow-y: auto;

        box-sizing: border-box;
    }


    .gs-mobile-menu.is-open {
        transform:
            translateX(0);
    }



    /* MENU TOP */

    .gs-menu-top {
        min-height: 67px;

        padding: 12px 16px;

        display: flex;

        align-items: center;

        justify-content: space-between;

        border-bottom:
            1px solid rgba(255,255,255,0.08);

        color: #ffffff;
    }


    .gs-menu-top strong {
        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 16px;

        font-weight: 700;
    }


    .gs-menu-close {
        width: 39px;

        height: 39px;

        padding: 0;

        border: 0;

        border-radius: 50%;

        background:
            rgba(255,255,255,0.12);

        color: #ffffff;

        font-size: 26px;

        line-height: 39px;

        cursor: pointer;
    }



    /* MAIN LINKS */

    .gs-menu-links {
        padding: 12px 15px 5px;
    }


    .gs-menu-links > a {
        display: block;

        padding: 14px 12px;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 14px;

        font-weight: 600;

        line-height: 1.7;

        color: #ffffff;

        text-decoration: none !important;

        border-bottom:
            1px solid rgba(255,255,255,0.075);
    }


    .gs-menu-links > a:active {
        background:
            rgba(255,255,255,0.06);
    }



    /* SERVICES */

    .gs-submenu-toggle {
        width: 100%;

        min-height: 57px;

        margin: 6px 0;

        padding: 12px 13px;

        display: flex;

        align-items: center;

        justify-content: space-between;

        direction: rtl;

        border: 0;

        border-radius: 10px;

        background:
            rgba(255,255,255,0.10);

        color: #ffffff;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 14px;

        font-weight: 700;

        cursor: pointer;
    }


    .gs-submenu-arrow {
        display: inline-block;

        font-family:
            Arial,
            sans-serif;

        font-size: 24px;

        line-height: 1;

        transform:
            rotate(-90deg);

        transition:
            transform 0.2s ease;
    }


    .gs-submenu-toggle.is-open
    .gs-submenu-arrow {
        transform:
            rotate(90deg);
    }



    /* SUBMENU */

    .gs-submenu {
        max-height: 0;

        margin: 0;

        overflow: hidden;

        background:
            rgba(255,255,255,0.07);

        border-radius: 9px;

        transition:
            max-height 0.28s ease,
            margin 0.2s ease;
    }


    .gs-submenu.is-open {
        max-height: 320px;

        margin: 5px 0 10px;
    }


    .gs-submenu a {
        display: block;

        padding: 12px 17px;

        color: #edf5f4;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 12px;

        font-weight: 500;

        line-height: 1.7;

        text-decoration: none !important;

        border-bottom:
            1px solid rgba(255,255,255,0.07);
    }


    .gs-submenu a:last-child {
        border-bottom: 0;
    }



    /* CTA */

    .gs-menu-links
    .gs-menu-request {
        margin-top: 13px;

        padding: 14px 12px;

        text-align: center;

        background: #c46f4e;

        color: #ffffff !important;

        border: 0;

        border-radius: 10px;

        font-weight: 700;
    }



    /* CONTACT */

    .gs-menu-contact {
        margin:
            auto 15px 22px;

        padding: 14px;

        text-align: center;

        background:
            rgba(255,255,255,0.09);

        border-radius: 10px;
    }


    .gs-menu-contact span {
        display: block;

        margin-bottom: 5px;

        color: #c8d8d7;

        font-family:
            Tahoma,
            Arial,
            sans-serif;

        font-size: 10px;
    }


    .gs-menu-contact a {
        display: inline-block;

        direction: ltr;

        color: #ffffff;

        font-family:
            Arial,
            sans-serif;

        font-size: 17px;

        font-weight: 700;

        text-decoration: none !important;
    }

}



/* =========================================================
   YEKTA MOBILE FOOTER
   LOCKED
   ========================================================= */

.yekta-footer-table {
    width: 100%;

    margin: 0;
    padding: 0;

    border: 0;

    border-collapse: collapse;
    border-spacing: 0;

    background: #184c52;
}


.yekta-footer-table td {
    margin: 0;
    padding: 0;

    border: 0;
}


.yekta-footer {
    width: 100%;

    max-width: 390px;

    margin: 0 auto;

    padding: 28px 17px 42px;

    box-sizing: border-box;

    direction: rtl;

    text-align: center;

    background: #184c52;

    color: #ffffff;

    font-family:
        Tahoma,
        Arial,
        sans-serif;
}


.yekta-footer-intro {
    margin: 0 0 42px;

    color: #dce8e8;

    font-size: 15px;
    font-weight: 400;

    line-height: 2.05;

    direction: rtl;

    text-align: justify;
    text-align-last: center;
}


.yekta-footer-title {
    margin: 0 0 22px;

    color: #ffffff;

    font-size: 28px;
    font-weight: 800;

    line-height: 1.5;

    text-align: center;
}


.yekta-footer-links {
    margin: 0 0 87px;

    padding: 0;

    text-align: center;
}


.yekta-footer-links a {
    display: block;

    margin: 4px 0;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;

    line-height: 2;

    text-decoration: none;
}


.yekta-footer-links a:hover {
    text-decoration: underline;
}


.yekta-social-title {
    margin-bottom: 24px;
}


.yekta-social-icons {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: nowrap;

    gap: 10px;

    margin: 0 0 95px;
    padding: 0;

    direction: ltr;
}


.yekta-social {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    box-sizing: border-box;

    color: #ffffff !important;

    font-size: 21px;

    text-decoration: none !important;

    transition:
        transform 0.18s ease,
        opacity 0.18s ease;
}


.yekta-social:hover {
    transform: translateY(-2px);

    opacity: 0.9;
}


.yekta-social.telegram {
    background: #40a9e6;
}


.yekta-social.whatsapp {
    background: #45cf69;
}


.yekta-social.instagram {
    background: #242424;
}


.yekta-social.youtube {
    background: #e5231a;
}


.yekta-social.twitter {
    background: #49a3e8;
}


.yekta-social.facebook {
    background: #4965a8;
}


.yekta-contact-title {
    margin-bottom: 34px;
}


.yekta-contact {
    margin: 0;
    padding: 0;

    direction: rtl;

    text-align: center;
}


.yekta-contact p {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 17px;
    font-weight: 800;

    line-height: 1.9;

    text-align: center;
}


.yekta-workshop-address {
    margin-bottom: 18px !important;
}


.yekta-contact a {
    color: #ffffff !important;

    text-decoration: none;

    direction: ltr;

    unicode-bidi: embed;
}


.yekta-contact a:hover {
    text-decoration: underline;
}



/* =========================================================
   MOBILE FOOTER LOCK
   ========================================================= */

@media screen and (max-width: 768px) {

    .yekta-footer {
        width: 100%;

        max-width: 390px;

        padding:
            28px
            16px
            42px;
    }


    .yekta-footer-intro {
        font-size: 15px;

        line-height: 2;
    }


    .yekta-footer-title {
        font-size: 27px;
    }


    .yekta-footer-links a {
        font-size: 17px;
    }


    .yekta-contact p {
        font-size: 16px;
    }

}



/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 380px) {

    .yekta-footer {
        padding-left: 14px;
        padding-right: 14px;
    }


    .yekta-footer-title {
        font-size: 25px;
    }


    .yekta-social-icons {
        gap: 8px;
    }


    .yekta-social {
        width: 39px;
        height: 39px;

        flex-basis: 39px;

        font-size: 19px;
    }

}