.elementor-1198 .elementor-element.elementor-element-4da4d5c{--display:flex;}.elementor-1198 .elementor-element.elementor-element-88b8694{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;top:0px;}.elementor-1198 .elementor-element.elementor-element-88b8694.elementor-element{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}body:not(.rtl) .elementor-1198 .elementor-element.elementor-element-88b8694{left:0px;}body.rtl .elementor-1198 .elementor-element.elementor-element-88b8694{right:0px;}.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-88b8694 */body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.footer {
    --primary-color: #30697D;
    --dark-color: #234E5D;
    --text-main: #3A3A3E;
    --bg-white: #FFFFFF;
    --text-light: #E5EBF8;
    --text-muted-light: rgba(229, 235, 248, 0.7);

    /* Typography */
    --font-size-base: 16px;

    /* Spacing & Layout */
    --container-width: 1400px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;

    /* Effects */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
}

/* Scoped Reset for Footer only */
.footer *,
.footer *::before,
.footer *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Apply body-like styles to the footer container instead of global body */
/* Main Footer Styles - Consolidated */
.footer {
    line-height: 1.6;
    direction: rtl;
    text-align: right;
}

/* Main content wrapper to push footer down */


.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer a {
    text-decoration: none;
    color: inherit;
    transition: all var(--transition-fast);
}

/* =========================================
   Wave Divider - Unique Class
   ========================================= */
.footer__wave {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-bottom: -2px;
}

.footer__wave svg {
    width: 100%;
    height: auto;
    display: block;
    min-height: 100px;
    max-height: 150px;
}

@media (max-width: 768px) {
    .footer__wave svg {
        min-height: 80px;
        max-height: 100px;
    }
}



/* Decorative circles animation */
.footer__wave circle {
    animation: footerFloatBubble 4s ease-in-out infinite;
}

.footer__wave circle:nth-child(5) {
    animation-delay: 0s;
}

.footer__wave circle:nth-child(6) {
    animation-delay: 1s;
}

.footer__wave circle:nth-child(7) {
    animation-delay: 2s;
}

.footer__wave circle:nth-child(8) {
    animation-delay: 3s;
}

@keyframes footerFloatBubble {

    0%,
    100% {
        transform: translateY(0);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-8px);
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .footer__wave svg {
        height: 50px;
    }
}

/* =========================================
   FOOTER - Map Pattern Design
   ========================================= */
.footer {
    position: relative;
    background: linear-gradient(180deg, #0a2832 0%, #0d3340 100%);
    color: #ffffff;
    font-size: 4px;
    margin-top: auto;
    overflow: hidden;
    direction: rtl;
    text-align: right;
}

/* Dotted World Map Pattern */
.footer__map-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 12px 12px;
    opacity: 0.6;
    mask-image: radial-gradient(ellipse 80% 60% at 70% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 70% 50%, black 20%, transparent 70%);
    pointer-events: none;
}

.footer__container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 48px;
    position: relative;
    z-index: 1;
}

.footer__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #3eb8c8;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(62, 184, 200, 0.3);
}

.footer__cta-btn:hover {
    background: #5bcfde;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(62, 184, 200, 0.4);
}

.footer__cta-btn svg {
    transition: transform 0.3s ease;
}

.footer__cta-btn:hover svg {
    transform: translateX(-4px);
}

/* =========================================
   Main Grid - 6 Columns
   ========================================= */
.footer__main {
    display: grid;
    grid-template-columns: 1.5fr repeat(5, 1fr);
    gap: 48px;
    padding: 50px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================
   Brand Column (Logo + Description + Social)
   ========================================= */
.footer__brand {
    padding-left: 24px;
    text-align: right;
    direction: rtl;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    transition: transform var(--transition-normal);
    text-align: right;
    direction: rtl;
    display: flex;
    flex-direction: Column;
    justify-content: center;
}



.footer__logo:hover {
    transform: translateY(-2px);
}

.footer__logo-icon {
    width: 140px;
    height: 50px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:white;
    /*box-shadow: 0 4px 16px rgba(62, 184, 200, 0.4);*/
    background: transparent;
    
}

.footer__logo-icon img {
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    scale: 1.5;
}

.footer__logo-text {
    font-size: 20px;
    font-weight: 800;
    color: white;
    text-align: right;
    direction: rtl;
}

.footer__description {
    font-size: 14px;
    line-height: 1.8;
    /*color: rgba(255, 255, 255, 0.6);*/
    margin-bottom: 24px;
    text-align: start;
    direction: rtl;
}

/* Social Media Links */
.footer__social {
    display: flex;
    gap: 10px;
}

.footer__social-link {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all var(--transition-normal);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Removed global span .elementor-1198 .elementor-element.elementor-element-88b8694 */
.footer span {
    color: white;
}

.footer span,
.footer .footer__container span,
.footer .footer__main span,
.footer .footer__column span {
    color: white;
}

.footer .footer__social-link:hover {
    background: #3eb8c8;
    color: #0a2832;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(62, 184, 200, 0.4);
    border-color: #3eb8c8;
}

/* =========================================
   Link Columns
   ========================================= */
.footer__column {
    min-width: 0;
    text-align: start;
    direction: rtl;
}

.footer .footer__column .footer__title {
    font-size: 16px;
    font-weight: 700;
    color: #5bcfde;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.footer .footer__main .footer__column .footer__title {
    font-size: 16px;
    font-weight: 700;
    color: #5bcfde;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.footer__links li {
    margin: 0;
}

.footer .footer__links .footer__link,
.footer .footer__column .footer__links .footer__link {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease;
}

.footer .footer__links .footer__link:hover,
.footer .footer__column .footer__links .footer__link:hover {
    color: white;
    padding-right: 8px;
}

/* =========================================
   Contact Info
   ========================================= */
.footer__contact {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.footer__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    transition: color var(--transition-fast);
}

.footer__contact-item:hover {
    color: #5bcfde;
}

.footer__contact-item svg {
    flex-shrink: 0;
    color: #5bcfde;
}

/* =========================================
   Bottom Bar (Copyright + Legal)
   ========================================= */
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    flex-wrap: wrap;
    gap: 16px;
    direction: rtl;
}

.footer__copyright,
.footer__copyright p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.footer__legal {
    display: flex;
    gap: 24px;
}

.footer__legal-link {
    font-size: 13px;
    color: white;
    transition: color var(--transition-fast);
}

.footer .footer__bottom .footer__legal-link,
.footer .footer__bottom .footer__legal .footer__legal-link {
    color: white;
}

.footer .footer__bottom .footer__copyright p,
.footer .footer__bottom .footer__copyright span {
    color: white;
}

.footer .footer__bottom .footer__legal-link:hover,
.footer .footer__bottom .footer__legal .footer__legal-link:hover {
    color: #5bcfde;
}





@media (min-width: 1200px) {
     .footer__logo {
    align-items: flex-start;
  }
}



/* =========================================
   Mobile Responsive
   ========================================= */
@media (max-width: 1200px) {
    .footer__main {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .footer__brand {
        grid-column: 1 / -1;
        padding-left: 0;
        text-align: center;
    }

    .footer__logo {
        justify-content: center;
    }

    .footer__description {
        max-width: 500px;
        margin: 0 auto 24px;
    }

    .footer__social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer__container {
        padding: 0 24px;
    }

    .footer__main {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        padding: 60px 0 50px;
    }

    .footer__title {
        font-size: 12px;
    }

    .footer__link {
        font-size: 12px;
    }

    .footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer__legal {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .footer__main {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .footer__column {
        text-align: center;
    }

    .footer__links {
        align-items: center;
    }

    .footer__link:hover {
        padding-right: 0;
    }

    .footer__contact {
        align-items: center;
    }
}/* End custom CSS */