/*
Theme Name: Agathapolymer
Author: Coder
Description: A Bootstrap 5 theme named Agathapolymer.
Version: 1.0
*/

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('assets/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

:root {
    --ap-dark-bg: #1a1a1a;
    --ap-light-bg: #ffffff;
    --ap-primary: #C7A465;
    --ap-secondary: #0d2c4f;
    --ap-green: #5E8D68;
    --ap-text-dark: #212529;
    --ap-text-light: #ffffff;
    --ap-text-gray: #333333;
    --container-width: 1321px;

}

body {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    background: white;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1321px;
    }
}

/* Buttons */
.btn-primary {
    background-color: var(--ap-primary);
    border-color: var(--ap-primary);
    border-radius: 35px;
    padding: 12px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-color: #032F56!important;
    border-color: white!important;
}

.btn-primary-blue{
    background-color: #032F56!important;
    border-color: white!important;
    color: white;
}

.btn-primary-blue:hover,
.btn-primary-blue:focus,
.btn-primary-blue:active{
    background-color: var(--ap-primary)!important;
    border-color: var(--ap-primary)!important;
    color: white;

}





.border-radius {
    border-radius: 15px;
}

.btn-arrow{
    position: relative;
    padding-right: 30px;
    &::after {
        content: '';
        position: absolute;
        top: 38%;
        right: 10px;
        bottom: 0;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7071 8.07106C17.0976 7.68054 17.0976 7.04737 16.7071 6.65685L10.3431 0.292885C9.95262 -0.0976396 9.31946 -0.0976396 8.92893 0.292885C8.53841 0.683409 8.53841 1.31657 8.92893 1.7071L14.5858 7.36395L8.92893 13.0208C8.53841 13.4113 8.53841 14.0445 8.92893 14.435C9.31946 14.8255 9.95262 14.8255 10.3431 14.435L16.7071 8.07106ZM0 7.36395L0 8.36395H16V7.36395V6.36395L0 6.36395L0 7.36395Z' fill='white'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
    }
   }

i.arrow{
    display: inline-block;
    width: 17px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7071 8.07112C17.0976 7.6806 17.0976 7.04743 16.7071 6.65691L10.3431 0.292946C9.95262 -0.0975785 9.31946 -0.0975785 8.92893 0.292946C8.53841 0.68347 8.53841 1.31664 8.92893 1.70716L14.5858 7.36401L8.92893 13.0209C8.53841 13.4114 8.53841 14.0446 8.92893 14.4351C9.31946 14.8256 9.95262 14.8256 10.3431 14.4351L16.7071 8.07112ZM0 7.36401L0 8.36401H16V7.36401V6.36401L0 6.36401L0 7.36401Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    margin-right: -10px;
}

.btn-outline-primary {
    color: var(--ap-text-light);
    border-color: var(--ap-primary);
    background-color: var(--ap-primary);
    border-radius: 25px;
    padding: 10px 30px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--ap-secondary);
    color: var(--ap-text-light);
}

.color-orange {
    color: var(--ap-primary);
}

/* Footer */
.site-footer {
    background: #333333;
    color: var(--ap-text-light);
}

.site-footer h5 {
    color: var(--ap-primary);
}

.footer-curve-wrapper{
    position: absolute;
    top: -30px;
    width: 100%;
    z-index: -1;

    .footer-curve {
        width: 100%;
        height: 80px;
        display: block;
    }
    .footer-curve-mobile{
        display: none;

    }

}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--ap-text-light);
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright-text {
    font-size: 0.9em;
    color: #6c757d;
}

/* Header */
.site-header {
    transition: background-color 0.3s ease;
    background-color: transparent;


    /* Mega Menu Styles for Bootstrap 5 WordPress Walker */

    /* Navigation item with dropdown */
    .nav-item.dropdown {
        display: flex;
        align-items: center;
        position: relative;
    }

    /* Navigation link - remove default dropdown arrow */
    .nav-link {
        color: #333 !important;
        font-size: 1rem;
        font-weight: 500;
        padding: 0.5rem 0.75rem !important;
        transition: color 0.3s ease;
    }

    .nav-link:hover,
    .nav-link.active {
        color: #1e3c72 !important;
    }

    /* Custom dropdown toggle icon button */
    .dropdown-toggle-icon {
        background: transparent;
        border: none;
        padding: 0.5rem;
        margin-left: 0.25rem;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #333;
        transition: all 0.3s ease;
        border-radius: 4px;
    }

    .dropdown-toggle-icon:hover {
        background: rgba(0, 188, 212, 0.1);
        color: #1e3c72;
    }

    .dropdown-toggle-icon svg {
        transition: transform 0.3s ease;
    }

    /* Rotate icon when dropdown is open */
    .nav-item.dropdown.show .dropdown-toggle-icon svg {
        transform: rotate(180deg);
    }

    /* Mega menu dropdown container */
    .mega-menu-dropdown {
        border: 2px solid #00bcd4;
        border-radius: 12px;
        padding: 1.5rem;
        margin-top: 0.5rem;
        min-width: 600px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    /* Mega menu columns */
    .mega-menu-column {
        padding: 0 1rem;
    }

    /* Mega menu headers */
    .dropdown-header {
        font-size: 1.1rem;
        font-weight: 700;
        color: #1e3c72;
        padding: 0.5rem 0 1rem 0;
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
        cursor: default;
    }

    .dropdown-header::after {
        content: '›';
        margin-left: auto;
        font-size: 1.5rem;
        font-weight: 300;
    }

    /* Mega menu items */
    .mega-menu-dropdown .dropdown-item {
        padding: 0.75rem 0;
        font-size: 0.95rem;
        color: #333;
        border: none;
        background: transparent;
        transition: all 0.2s ease;
    }

    .mega-menu-dropdown .dropdown-item:hover {
        background: rgba(0, 188, 212, 0.05);
        color: #1e3c72;
        padding-left: 0.5rem;
    }

    /* Regular dropdown menu styles */
    .dropdown-menu:not(.mega-menu-dropdown) {
        border-radius: 8px;
        padding: 0.5rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    /* Mega menu nested lists */
    .mega-menu-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mega-menu-dropdown .menu-item {
        border: none;
    }

    /* Remove default Bootstrap list item styles in mega menu */
    .mega-menu-dropdown li {
        list-style: none;
    }

    /* Nested dropdown items in mega menu (level 3) */
    .mega-menu-dropdown .dropdown-menu.sub-menu {
        position: static !important;
        transform: none !important;
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        margin-top: 0;
        display: block !important;
        min-width: auto;
    }

    .mega-menu-dropdown .dropdown-menu.sub-menu .dropdown-item {
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .mega-menu-dropdown {
            min-width: 100%;
            padding: 1rem;
        }

        .mega-menu-column {
            padding: 0.5rem 0;
        }

        .dropdown-header::after {
            display: none;
        }

        /* Stack nav items vertically on mobile */
        .nav-item.dropdown {
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
        }

        .dropdown-toggle-icon {
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    /* Optional: Add smooth transitions */
    .dropdown-menu {
        animation: fadeInDown 0.3s ease-in-out;
    }

    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Fix for Bootstrap navbar collapse */
    @media (max-width: 991.98px) {
        .navbar-collapse .nav-item.dropdown {
            width: 100%;
        }

        .navbar-collapse .nav-link {
            padding: 0.5rem 1rem !important;
        }

        .navbar-collapse .dropdown-menu {
            position: static !important;
            transform: none !important;
            width: 100%;
            border: none;
            box-shadow: none;
            padding-left: 1rem;
        }

        .navbar-collapse .mega-menu-dropdown {
            border: none;
            padding: 1rem;
            min-width: auto;
        }
    }




}

.site-header.scrolled {
    /*background-color: var(--ap-dark-bg);*/
}

.site-header .navbar-nav .nav-link {
    /*color: var(--ap-text-light);*/
    font-weight: bold;
}

.site-header .header-contacts {
    font-size: 0.9em;
}


.title-size,
body .title-size {
    color: var(--ap-text-gray);
    font-size: 3em;
    font-weight: bold;
}

.color-white {
    color: white !important;
}

.subtitle-size {
    font-size: 1.5em;
    font-weight: 400;
}

#wpadminbar {
    height: 2px !important;
    overflow: hidden;
}

#wpadminbar:hover {
    height: unset !important;
    overflow: visible;
}

.fw-800{
    font-weight: 800;

}


/**
header
*/
.wrap-navbar {
    background: white;
    max-width: var(--container-width);
    margin: 0 auto;
    border-radius: 0 0 50px 50px;
    position: relative;
    height: 75px;
    --w: 95px;
    --w-minus: -95px;


    .navbar-brand {
        img {
            max-height: 56px;
            max-width: 178px;
            padding: 5px;
        }
    }
}

.wrap-navbar * {
    color: black;
    text-decoration: none;

}

.wrap-navbar:before,
.wrap-navbar:after {
    width: var(--w);
    height: var(--w);
    content: '';
    position: absolute;
    background: red;
}


.wrap-navbar:after {
    top: 0;
    /*right: var(--w-minus);*/
    right: calc(var(--w-minus) + 18px);
    border-radius: 100px 0 0 0;
    box-shadow: -10px -50px 0 white;
    background: transparent;
}

.wrap-navbar:before {
    top: 0;
    /*right: var(--w-minus);*/
    left: calc(var(--w-minus) + 18px);
    border-radius: 0 100px 0 0;
    box-shadow: 10px -50px 0 white;
    background: transparent;
}

.breadcrumbs-container {
    margin-top: 100px;

    a {
        color: var(--ap-text-gray);
        text-decoration: none;

    }
}

.editor-content hr{
    border-top: 1px solid var(--ap-primary);
    margin: 1.5rem 0;
}



.site-header {
    .navbar-nav .nav-link.active:hover,
    .navbar-nav .nav-link.show:hover,
    .nav-link:focus, .nav-link:hover {
        color: var(--ap-primary);
    }

    .nav a,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: var(--ap-text-gray);
        font-weight: 400;
    }

    .navbar-nav > li {
        padding: 0 20px;
        position: relative;
    }

    .navbar-nav > li:after {
        content: '/';
        position: absolute;
        right: 0;
        /*top: 10px;*/
        bottom: 0;
    }

    .navbar-nav > li:last-child:after {
        content: none;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #032F56;
        font-weight: 600;
        background: none;
    }


    .lang-select {

        .lang-btn {
            color: white;
            width: 40px;
            height: 40px;
            background: var(--ap-primary);
            border-radius: 50%;
            padding: 0;
            margin: 0;
            border: none;

            &:after {
                display: none;
            }



        }
        .dropdown-menu.show{
            padding: 5px 0;
        }


        ul {
            list-style: none;
            /*position: relative;*/
            margin: 0;
            background: none;
            border: none;

            li {
                background: var(--ap-primary);
                color: white;
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50%;
                border: none;

                a {
                    color: white;
                    font-size: 1em;
                    text-decoration: none;
                    font-weight: 400;
                }


                &:not(.current-lang) {
                    /*display: none;*/
                }

                &:hover {

                    background: var(--ap-secondary);
                    transition: .3s ease all;

                    a {
                        color: white;
                    }

                }
            }

        }
    }

    .header-contacts {
        .contact-list {

            margin: 0;
            list-style: none;
            display: flex;
            align-items: center;
            margin-right: 10px;
            padding: 0;
            gap: 10px;

        }
        .contact-list a{
            font-size: 1em;
        }

        /*.contact-list li:first-child:after{
            content: '/';
            padding-top: 8px;
        }*/

        .contact-list a,
        .contact-list a svg,
        .contact-list a span {
            color: #333333;
            fill: var(--ap-secondary);
            stroke: var(--ap-primary);
            display: inline-flex;
            text-decoration: none;
            align-items: center;
            gap: 5px;;
        }
        .contact-list a svg .circle{
            /*fill: none;*/
            stroke:none;
            /*display: none;*/
        }

        .contact-list a:hover,
        .contact-list a:hover span,
        .contact-list a:hover svg  {
            fill: var(--ap-primary);
            stroke: white;
            color: var(--ap-primary);

        }

        .contact-list li{
            display: flex;
        }
    }

}

/**
    pre-footer-line
*/

footer {
    margin-top: 100px;
}

.pre-footer-line {

    background: #f8f9fa;
    height: 25px;
    max-width: var(--container-width);
    margin: 0 auto;
    margin-bottom: -50px;
    z-index: 1001;
    position: absolute;
    border-radius: 0 0 40px 40px;
    top: 0;
    left: 0;
    right: 0;
    --w: 70px;
    --w-minus: -70px;

    .box-l{
        width: 50px;
        height: 50px;
        background: #1a1a1a;
        border-radius: 0 100% 0 0;
        position: absolute;
        left: 0;
    }
    .box-r{
        width: 50px;
        height: 30px;
        background: #1a1a1a;
        border-radius: 100% 0 0 0;
        position: absolute;
        right: 0;
        z-index: -1;

        &:before{
            content: '';
            position: absolute;
            width: 30px;
            height: 30px;
            background: white;
            bottom: 0;
            left: -5px;
            /*box-shadow: 10px -10px 0 #f8f9fa;*/
            /*border-radius: 30px;*/
            z-index: 9;
            transform: rotate(-5deg);
        }
    }
}

.pre-footer-line:before,
.pre-footer-line:after {
    display: none;
    content: '';
    width: var(--w);
    height: 30px;
    background: transparent;
    position: absolute;
}

.pre-footer-line:before {
    top: 0;
    left: calc(var(--w-minus) + 10px);
    border-radius: 0 100% 0 0;
    box-shadow: 10px -10px 0 #f8f9fa;
    transform: rotate(-5deg);
}

.pre-footer-line:after {
    top: 0;
    right: calc(var(--w-minus) + 13px);
    border-radius: 100% 0 0 0;
    box-shadow: -20px -13px 0px #f8f9fa;
    transform: rotate(-5deg);
}

footer {
    position: relative;
    padding-top: 100px;
    z-index: 1000;

    .wp-block-list {
        list-style: none;
        padding: 0;
        line-height: 2.2;
    }
    .social-media-widget{
        margin-top: 15px;
    }
}

footer a {
    color: #ffffff;
    font-weight: 400;
}

.footer-contacts {
    columns: 3;
    text-align: center;
    padding: 0;
    column-rule-width: 1px;
    column-rule-style: solid;
    list-style: none;
    column-rule-color: #ffffff2e;
    border-top: 1px solid #ffffff2e;
}

.footer-contacts a {
    color: #fff;
    text-decoration: none;
    gap: 10px;
}

.footer-contacts a .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: gray;
    border-radius: 50%
}

.social-media-widget {
    ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;

        a {
            color: #ffff;
            display: flex;
            column-gap: 20px;
            text-decoration: none;
            align-items: center;
        }
    }
}


/*========modal========*/

.global-form-modal .modal-content {
    background: #0A2D4D;
}

.modal .btn-close {
    align-self: end;
    margin: 5px;
    filter: invert(1);
}

.global-form-modal .home-form-container .home-form-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.global-form-modal .home-form-container .wpcf7-form-control:not([type="submit"]) {
    color: var(--ap-primary);
    text-align: center;
}
.global-form-modal .home-form-container  .modal-form{
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}

.footer-1 .wp-block-image img{

    max-height: 80px!important;
    width: auto!important;
}

.footer-1 .widget_block.widget_text {
    margin-top: 30px;
    line-height: 2;
}


@media screen and (max-width: 1400px) {
    .wrap-navbar {
        width: 88%;
        --w: 60px;
        --w-minus: -60px;
    }

    .pre-footer-line {

        --w-minus: -62px;
        width: 78%;

        &:after {
            top: 0;
            right: calc(var(--w-minus) + 15px);
            border-radius: 100% 0 0 0;
            box-shadow: -10px -10px 0 #f8f9fa;
        }

        &:before {
            top: 0;
            left: calc(var(--w-minus) + 15px);
            border-radius: 0 100% 0 0;
            box-shadow: 10px -10px 0 #f8f9fa;
        }
    }

    .wrap-navbar:before {
        left: calc(var(--w-minus) + 6px);
        border-radius: 0 105px 0 0;
        box-shadow: 20px -15px 0 white;

    }

    .wrap-navbar:after {
        top: 0;

        right: calc(var(--w-minus) + 6px);
        border-radius: 100px 0 0 0;
        box-shadow: -20px -14px 0 white;

    }
}

@media screen and (max-width: 988px) {

    .wrap-navbar {
        border-radius: 0 0 40px 40px;

        &:after {
            z-index: -1;
        }

        .navbar-brand {
            order: 0;
            width: 85%;
        }

        .lang-select {
            order: 1;
            width: 5%;

            ul {
                padding: 0;
            }
        }

        .navbar-toggler {
            order: 2;
            width: 10%;

            .navbar-toggler-icon {
                background: #0a4b78;
            }
        }

        .navbar-collapse {
            order: 5;
            background: white;
            width: 100%;
            position: fixed;
            left: 0;
            z-index: -1;
            top: 74px;
            box-shadow: 0 -100px white;
        }
    }

    .mobile-contacts{
        padding: 25px 10px;
        border-top: 1px solid var(--ap-primary);
        box-shadow: 1px 2px 3px #ccc;

        .contact-list{
            justify-content: space-around;
        }
    }

    .navbar-toggler {
        order: 2;
        width: 20%;
        box-shadow: none;

        &.collapsed{

            .close{
                display: none;
            }
        }

        &:not(.collapsed){
            .open{
                display: none;
            }
            .close{
                display: block;
            }
        }


    }


}

/* For devices with a minimum width of 768px (Medium) */
@media screen and (max-width: 768px) {

    .btn-primary {
        font-size: 1rem;
    }

    .footer-1 .wp-block-image img{

        /*max-height: 80px!important;*/
        width: 202px!important;
        height: 64px;
    }

    .footer-2,
    .footer-3 {
        display: none;
    }

    footer {
        padding-top: 50px;
    }

    .widget_text p{
        line-height: 2;
    }

    .social-media-widget {
        ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;

            a {
                color: #ffff;
                display: flex;
                column-gap: 10px;
                align-items: center;
            }
        }
    }

    .footer-contacts {
        columns: 1;
        text-align: left;
        display: flex;
        flex-direction: column;
        border-top: none;
        gap: 15px;

        li {
            border-top: 1px solid #ffffff2e;
            padding-top: 15px;
        }

    }


    .global-form-modal .home-form-container .home-form-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }


    body {
        font-size: 14px;
    }

    .pre-footer-line {
        --w-minus: -59px;
        width: 71%;
    }



    .title-size,
    body .title-size {
        color: var(--ap-text-gray);
        font-size: 2em;
        font-weight: 800;
    }

    .wrap-navbar {

        .navbar-brand {
            order: 0;
            width: 70%;
        }

        .lang-select {
            order: 1;
            width: 10%;

        }

        .navbar-toggler {
            order: 2;
            width: 20%;
            box-shadow: none;

            &.collapsed{

                .close{
                    display: none;
                }
            }

            &:not(.collapsed){
                .open{
                    display: none;
                }
                .close{
                    display: block;
                }
            }


        }

        .navbar-collapse {
            width: 100%;

        }
    }

    .contact-list a {
        font-size: 1.2em!important;
    }

    .footer-curve-wrapper{
        position: absolute;
        top: -47px;
        width: 100%;
        z-index: -1;
        height: 100px;
        overflow: hidden;

        .footer-curve {
            width: 100%;
            height: 80px;
            display: none;
        }
        .footer-curve-mobile{
            display: block;
            width: 100%

        }

    }


}

/* For devices with a minimum width of 992px (Large) */
@media screen and (min-width: 992px) {

}

