.elementor-286 .elementor-element.elementor-element-3868ad1{--display:flex;}.elementor-286 .elementor-element.elementor-element-5592472{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e09da72 *//* =========================================================
   IPA COMPACT FOOTER
========================================================= */

.ipa-footer {
    --ipa-footer-navy: #031c36;
    --ipa-footer-deep: #02152a;
    --ipa-footer-navy-soft: #031a33;
    --ipa-footer-gold: #d7a34a;
    --ipa-footer-gold-light: #f2ca78;
    --ipa-footer-teal: #4ecdc4;
    --ipa-footer-white: #ffffff;

    --ipa-footer-text:
        rgba(255, 255, 255, 0.88);

    --ipa-footer-muted:
        rgba(255, 255, 255, 0.66);

    position: relative;
    z-index: 1;

    width: 100%;

    margin: 0;
    padding: 42px 24px 0;

    overflow: hidden;

    color: var(--ipa-footer-text);

    background:
        radial-gradient(
            circle at 85% 38%,
            rgba(9, 59, 99, 0.22),
            transparent 34%
        ),
        radial-gradient(
            circle at 16% 66%,
            rgba(7, 53, 91, 0.19),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            var(--ipa-footer-navy-soft),
            var(--ipa-footer-deep) 58%,
            #031a33
        );

    font-family:
        "Vazirmatn",
        "IRANSans",
        "Yekan Bakh",
        Tahoma,
        sans-serif;

    isolation: isolate;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ipa-footer,
.ipa-footer *,
.ipa-footer *::before,
.ipa-footer *::after {
    box-sizing: border-box;
}

.ipa-footer::before {
    content: "";

    position: absolute;
    top: 0;
    right: 7%;
    left: 7%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(239, 197, 125, 0.55),
            rgba(78, 205, 196, 0.4),
            transparent
        );

    pointer-events: none;
}

.ipa-footer a {
    color: inherit;
    text-decoration: none;
}

.ipa-footer__container {
    position: relative;
    z-index: 2;

    width: min(1380px, 100%);
    margin-inline: auto;
}

/* =========================================================
   MAIN
========================================================= */

.ipa-footer__main {
    display: grid;

    grid-template-columns:
        minmax(270px, 1.25fr)
        minmax(150px, 0.65fr)
        minmax(280px, 1.05fr)
        minmax(235px, 0.9fr);

    align-items: start;

    gap: 0;

    padding-bottom: 34px;
}

.ipa-footer__main > * {
    min-width: 0;

    padding-inline: 30px;
}

.ipa-footer__main > *:first-child {
    padding-right: 0;
}

.ipa-footer__main > *:last-child {
    padding-left: 0;
}

.ipa-footer__main > *:not(:last-child) {
    border-left:
        1px solid rgba(239, 197, 125, 0.16);
}

/* =========================================================
   BRAND
========================================================= */

.ipa-footer__brand {
    display: flex;
    align-items: center;

    gap: 14px;
}

.ipa-footer__logo {
    display: block;
    flex: 0 0 auto;

    width: 72px;
    height: 82px;

    object-fit: contain;

    filter:
        drop-shadow(
            0 8px 16px rgba(0, 0, 0, 0.2)
        );
}

.ipa-footer__brand-title {
    margin: 0;

    color: var(--ipa-footer-white);

    font-size: clamp(15px, 1.4vw, 19px);
    font-weight: 850;
    line-height: 1.75;
}

.ipa-footer__brand-title span {
    display: block;
}

.ipa-footer__about-text {
    max-width: 350px;

    margin: 16px 0 0;

    color: var(--ipa-footer-muted);

    font-size: 12.5px;
    font-weight: 500;
    line-height: 2;
}

/* =========================================================
   HEADINGS
========================================================= */

.ipa-footer__heading {
    position: relative;

    margin: 4px 0 18px;
    padding-bottom: 10px;

    color: var(--ipa-footer-gold-light);

    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}

.ipa-footer__heading::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;

    width: 34px;
    height: 2px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            var(--ipa-footer-gold),
            transparent
        );
}

/* =========================================================
   LINKS
========================================================= */

.ipa-footer__links {
    display: grid;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.ipa-footer__links a {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding-block: 3px;

    color: var(--ipa-footer-text);

    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;

    transition:
        color 0.22s ease,
        transform 0.22s ease;
}

.ipa-footer__links a::before {
    content: "‹";

    color: var(--ipa-footer-gold);

    font-size: 17px;
    line-height: 1;
}

.ipa-footer__links a:hover,
.ipa-footer__links a:focus-visible {
    color: var(--ipa-footer-gold-light);

    transform: translateX(-3px);
}

/* =========================================================
   NEWSLETTER AND SOCIAL
========================================================= */

.ipa-footer__connect-text {
    margin: 0 0 13px;

    color: var(--ipa-footer-muted);

    font-size: 12px;
    line-height: 1.9;
}

.ipa-footer__newsletter-row {
    display: flex;
    align-items: stretch;

    width: 100%;
}

.ipa-footer__newsletter-input {
    flex: 1;
    min-width: 0;

    height: 44px;
    padding: 0 14px;

    border:
        1px solid rgba(255, 255, 255, 0.2);

    border-left: 0;
    border-radius: 0 10px 10px 0;

    outline: 0;

    color: var(--ipa-footer-white);

    background:
        rgba(255, 255, 255, 0.045);

    font-family: inherit;
    font-size: 12px;

    transition:
        border-color 0.22s ease,
        background-color 0.22s ease;
}

.ipa-footer__newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.ipa-footer__newsletter-input:focus {
    border-color: var(--ipa-footer-gold);

    background:
        rgba(255, 255, 255, 0.07);
}

.ipa-footer__newsletter-button {
    flex: 0 0 auto;

    min-width: 82px;
    height: 44px;

    padding-inline: 16px;

    border: 0;
    border-radius: 10px 0 0 10px;

     color: #02152a;

    background:
        linear-gradient(
            135deg,
            #f2ca78,
            #d7a34a
        );

    font-family: inherit;
    font-size: 12px;
    font-weight: 850;

    cursor: pointer;

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.ipa-footer__newsletter-button:hover,
.ipa-footer__newsletter-button:focus-visible {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.2);
}

.ipa-footer__newsletter-message {
    min-height: 20px;

    margin: 7px 0 0;

    font-size: 11px;
    line-height: 1.7;
}

.ipa-footer__newsletter-message.is-error {
    color: #ffb4a8;
}

.ipa-footer__newsletter-message.is-success {
    color: var(--ipa-footer-gold-light);
}

.ipa-footer__social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    margin-top: 12px;
}

.ipa-footer__social-link {
    display: grid;
    place-items: center;

    width: 38px;
    height: 38px;

    border:
        1px solid rgba(239, 197, 125, 0.45);

    border-radius: 50%;

    color: var(--ipa-footer-gold-light);

    background:
        rgba(255, 255, 255, 0.035);

    transition:
        color 0.22s ease,
        border-color 0.22s ease,
        background-color 0.22s ease,
        transform 0.22s ease;
}

.ipa-footer__social-link svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ipa-footer__social-fill {
    fill: currentColor;
    stroke: none;
}

.ipa-footer__social-link:hover,
.ipa-footer__social-link:focus-visible {
    color: #02152a;

    border-color: #f2ca78;

    background:
        linear-gradient(
            135deg,
            #f2ca78,
            #d7a34a
        );

    transform: translateY(-2px);
}

/* =========================================================
   CONTACT
========================================================= */

.ipa-footer__contact-list {
    display: grid;

    gap: 11px;

    margin: 0;

    font-style: normal;
}

.ipa-footer__contact-item {
    display: flex;
    align-items: center;

    gap: 10px;

    color: var(--ipa-footer-text);

    font-size: 12px;
    line-height: 1.8;
}

.ipa-footer__contact-item a {
    color: inherit;

    direction: ltr;

    transition: color 0.22s ease;
}

.ipa-footer__contact-item a:hover,
.ipa-footer__contact-item a:focus-visible {
    color: var(--ipa-footer-gold-light);
}

.ipa-footer__contact-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;

    width: 34px;
    height: 34px;

    border:
        1px solid rgba(239, 197, 125, 0.48);

    border-radius: 11px;

    color: var(--ipa-footer-gold-light);

    background:
        rgba(255, 255, 255, 0.03);
}

.ipa-footer__contact-icon svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================================
   COPYRIGHT
========================================================= */

.ipa-footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 22px;

    min-height: 52px;

    padding: 13px 20px;

    border-top:
        1px solid rgba(239, 197, 125, 0.16);

    color: var(--ipa-footer-muted);

    text-align: center;
}

.ipa-footer__copyright p {
    margin: 0;

    font-size: 11.5px;
    line-height: 1.8;
}

.ipa-footer__copyright > span {
    flex: 0 0 auto;

    color:
        rgba(255, 255, 255, 0.78);

    font-size: 12px;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.ipa-footer :focus-visible {
    outline:
        2px solid var(--ipa-footer-teal);

    outline-offset: 3px;
}

.ipa-footer__sr-only {
    position: absolute;

    width: 1px;
    height: 1px;

    margin: -1px;
    padding: 0;

    overflow: hidden;

    clip: rect(0 0 0 0);
    clip-path: inset(50%);

    white-space: nowrap;

    border: 0;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .ipa-footer {
        padding:
            38px
            20px
            0;
    }

    .ipa-footer__main {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        row-gap: 32px;
    }

    .ipa-footer__main > * {
        padding-inline: 26px;
    }

    .ipa-footer__main > *:first-child {
        padding-right: 26px;
    }

    .ipa-footer__main > *:last-child {
        padding-left: 26px;
    }

    .ipa-footer__main > *:not(:last-child) {
        border-left: 0;
    }

    .ipa-footer__main > *:nth-child(odd) {
        border-left:
            1px solid rgba(239, 197, 125, 0.16);
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .ipa-footer {
        padding:
            34px
            14px
            0;
    }

    .ipa-footer__main {
        grid-template-columns: 1fr;

        row-gap: 0;

        padding-bottom: 20px;
    }

    .ipa-footer__main > * {
        padding:
            22px
            4px;

        border: 0 !important;

        border-bottom:
            1px solid rgba(239, 197, 125, 0.14) !important;
    }

    .ipa-footer__main > *:first-child {
        padding-top: 0;
    }

    .ipa-footer__main > *:last-child {
        border-bottom: 0 !important;
    }

    .ipa-footer__brand {
        align-items: center;
    }

    .ipa-footer__logo {
        width: 62px;
        height: 72px;
    }

    .ipa-footer__brand-title {
        font-size: 15px;
    }

    .ipa-footer__brand-title span {
        display: inline;
    }

    .ipa-footer__about-text {
        font-size: 12px;
    }

    .ipa-footer__heading {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .ipa-footer__newsletter-row {
        flex-direction: column;

        gap: 8px;
    }

    .ipa-footer__newsletter-input,
    .ipa-footer__newsletter-button {
        width: 100%;

        border:
            1px solid rgba(255, 255, 255, 0.2);

        border-radius: 10px;
    }

    .ipa-footer__social-list {
        justify-content: flex-start;
    }

    .ipa-footer__copyright {
        flex-direction: column;

        gap: 4px;

        min-height: 64px;

        padding-inline: 4px;
    }
}/* End custom CSS */