﻿@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: normal;
    src: url('/Assets/fonts/IranSans/IRANSansWebFaNum.eot') format('embedded-opentype'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.woff2') format('woff2'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.woff') format('woff'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.ttf') format('truetype');
    font-display: swap;
}

* {
    font-family: "IRANSansWeb";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
}


.topbar {
    width: 100%;
    background: #222E59;
    /* border-bottom: 1px solid #ddd;*/
    display: flex;
    align-items: center;
    padding: 7px 81px;
    direction: rtl;
    font-family: sans-serif;
    gap: 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.contact-info {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
    margin-right: 31px;
}

    .contact-info i {
        margin-left: 6px;
        color: #666;
    }


.topbar-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: auto;
}

.footer-image img {
    display: block;
    width: 100%;
    height: auto;
}

.search-box {
    display: flex;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    height: 1.7rem;
}

    .search-box input {
        border: none;
        padding: 6px 12px;
        outline: none;
        background: #fff;
    }

    .search-box button {
        border: none;
        padding: 3px 10px;
        background: #fff;
        cursor: pointer;
    }
/*

        .search-box button svg {
            filter: invert(1) brightness(1);
        }*/

.login-text {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .icons svg {
        cursor: pointer;
        transition: transform 0.2s ease, fill 0.2s ease;
        filter: invert(1) brightness(2);
    }


.main-menu .icon {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute; 
    top: 100%; 
    right: -97px;
    min-width: 180px;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    color: #000;
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.about-us{
    color: #000 !important;
    text-align: right !important;
    align-items: flex-start
}

.dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

    .dropdown-menu li a:hover {
        background-color: #f0f0f0;
    }


.nav-menu {
    direction: rtl;
}

/*.lang-selector {
    position: relative;
    display: inline-block;
}

.flag-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    filter: invert(1) brightness(2);
    cursor: pointer;
}

.tooltip {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 0;
    display: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    white-space: nowrap;
    z-index: 10;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
}

    .tooltip.show {
        display: block;
        opacity: 1;
        transform: translateX(-63%) translateY(11%);
    }

.tooltip-arrow {
    position: absolute;
    top: -13px;
    left: 63%;
    transform: translateX(-50%);
}



.lang-option {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 10px;
}

    .lang-option:hover {
        background: #f0f0f0;
    }

    .lang-option .flag {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        object-fit: cover;
    }
*/

.lang-selector {
    display: flex;
    gap: 10px;
}

.lang-option {
    padding: 2px 13px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 10px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.25s ease;
}


    .lang-option:hover {
        background: rgba(255, 255, 255, 0.15);
    }


    .lang-option.active {
        background: #fff;
        color: #222E59;
        border-color: transparent;
    }


.main-header {
    background-color: #ffff;
    padding: 12px 0;
    direction: rtl;
}

.nav-container {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 77px;
}


.nav-menu {
    flex: 1;
    display: flex;
    justify-content: center; 
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    right: -7px; 
}

.special-btn {
    background: #706C68CC;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
}

    .special-btn:hover {
        background: #8F7769CC;
        padding: 10px 18px;
        border-radius: 10px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        transition: 0.3s ease;
    }


.logo img {
    width: 92px;
    height: auto;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 40px;
    margin-right: 97px;
}

.nav-menu a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    transition: color 0.3s ease;
}

    .nav-menu a::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2px;
        width: 0%;
        height: 3px;
        border-radius: 12px;
        /*background: #706C68CC;*/
        transition: width 0.3s ease, bottom 0.3s ease;
    }

    .nav-menu a:hover::after {
        width: 100%;
        bottom: -2px; 
    }


    .nav-menu a:hover::after {
        width: 100%;
        color: #706C68CC !important;
    }

    .nav-menu a:hover {
        width: 100%;
        color: #706C68CC !important;
    }

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1001;
}

    .menu-toggle span {
        width: 100%;
        height: 3px;
        background: #222E59;
        border-radius: 4px;
        transition: all 0.3s ease;
    }


.site-footer {
    position: relative;
    background-color: #222E59;
    margin-top: 40px;
    overflow: hidden;
}

.footer-svg-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0; 
    left: 0;
    z-index: 0; 
    pointer-events: none;
}

    .footer-svg-wrapper svg,
    .footer-svg-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        opacity: 30%;
    }




.footer-main {
    max-width: 1320px;
    margin: 0 auto;
    padding: 76px 40px 40px;
    direction: rtl;
    font-family: IRANSansWeb;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.footer-column {
    flex: 1 1 180px;
    min-width: 160px;
    position:relative;
    z-index: 5;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 6px;
    }

    .footer-links a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        transition: color 0.25s ease;
    }

        .footer-links a:hover {
            color: #fff;
        }

.footer-divider {
    border-top: 1px solid #E3E3E3;
    margin: 32px 0 24px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.footer-bottom-section {
    flex: 1 1 260px;
    min-width: 220px;
}

.footer-bottom-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

    .footer-social-icons svg {
        color: #fff;
        transition: color 0.25s ease, transform 0.25s ease;
    }

    .footer-social-icons a:hover svg {
        color: #fff;
        transform: translateY(-2px);
    }



.footer-newsletter h3 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #222E59;
}

.footer-newsletter p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 12px;
}

.newsletter-form {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

    .newsletter-form input {
        flex: 1;
        min-width: 0;
        border-radius: 999px;
        border: 1px solid #D3D3D3;
        padding: 8px 14px;
        font-size: 13px;
        outline: none;
    }

        .newsletter-form input:focus {
            border-color: #222E59;
        }

    .newsletter-form button {
        border-radius: 999px;
        border: 1px solid #706C68CC;
        background-color: #706C68CC;
        color: #fff;
        padding: 8px 18px;
        font-size: 13px;
        cursor: pointer;
        white-space: nowrap;
        transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

        .newsletter-form button:hover {
            background-color: #131b3a;
            box-shadow: 0 4px 10px rgba(0,0,0,0.18);
        }


.footer-contact-mini {
    font-size: 13px;
    color: #fff;
}

.footer-address {
    margin: 0 0 10px;
    line-height: 1.9;
    z-index: 5;
    position:relative;
}

.footer-social,
.footer-newsletter {
    z-index: 5;
}
.footer-email {
    color: #fff;
    font-weight: 500;
}

.footer-certificates {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    z-index: 5;
    position:relative;
}

    .footer-certificates img {
        width: 80px;
        height: auto;
    }

.footer-banner {
    width: 100%;
    background-color: #000;
    padding-right: 0 !important;
    MARGIN-BOTTOM: -47px !important;
    padding-left: 0 !important;
}

    .footer-banner img {
        width: 100%;
        height: 47px; 
        object-fit: cover; 
        display: block;
    }

.factory-swiper {
    overflow: hidden; 
}

    .factory-swiper .swiper-slide {
        background: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .factory-swiper .author_img img {
        width: 120px;
        height: 120px;
        border-radius: 10px;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .factory-swiper .author_name h6 {
        font-size: 1rem;
        line-height: 1.5;
    }

.middle_footer {
    background: #f7f7f7;
    margin-bottom: -37px;
    padding: 30px;
}


.mobile-only {
    display: none;
}

.mobile-menu{
    display: none;
}

.mobile-tooltip{
    display: none;
}

.mobile-topbar{
    display: none;
}

.SmartPhone {
    display: flex;
    align-items: center;
    gap: 6px;
}

.SmartPhone-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    -webkit-object-fit: contain;
    display: block;
    filter: invert(1) brightness(1);
}

/*@media (max-width: 1025px) {
    .product-image img {
        width: 100%;
        height: 268px;
        object-fit: cover;
        position: relative;
        padding-bottom: 20px;
        display: block;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 10px 20px 124px 80px !important;
        margin-top: 33px;
        background: linear-gradient(to bottom, rgba(34, 46, 89, 1) 0%, rgba(34, 46, 89, 0.6) 60%, rgba(34, 46, 89, 0) 100%);
        transition: background 0.8s ease, box-shadow 0.8s ease;
    }

    .nav-buttons {
        display: flex;
        align-items: center;
        gap: 16px;
        position: relative;
        right: 30px;
    }

    .nav-menu ul {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        gap: 20px;
        margin-right: 49px;
    }


}*/

    @media (max-width: 991px) {
        .nav-buttons {
            display: none;
        }
        /*    .mobile-topbar {
        display: block;
    }


    .mobile-only {
        display: block;
    }
    .mobile-tooltip{
        display: block;
    }*/
    }

    @media (max-width: 770px) {
        .nav-buttons {
            display: none;
        }

        .mobile-topbar {
            display: block;
        }


        .mobile-only {
            display: block;
        }

        .mobile-tooltip {
            display: block;
        }

        .topbar-actions {
            display: none !important;
        }

        .mobile-topbar {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            position: relative;
            z-index: 20;
        }

        .menu-icon {
            font-size: 28px;
            cursor: pointer;
        }

        .topbar {
            width: 100%;
            background: #222E59;
            /* border-bottom: 1px solid #ddd; */
            display: flex;
            align-items: center;
            padding: 3px 15px;
            direction: rtl;
            font-family: sans-serif;
            gap: 0.5rem;
        }

        .search-box input {
            border: none;
            padding: 6px 7px !important;
            outline: none;
            background: #fff;
        }

        .icons svg {
            cursor: pointer;
            transition: transform 0.2s ease, fill 0.2s ease;
            filter: invert(1) brightness(0);
        }

        .mobile-tooltip {
            position: absolute;
            top: 60px;
            left: 10px;
            width: 230px;
            background: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            padding: 15px;
            border-radius: 12px;
            display: none;
            flex-direction: column;
            gap: 15px;
            z-index: 1000;
        }

            .mobile-tooltip.show {
                display: flex;
            }

        .search-box {
            display: flex;
            align-items: center;
            gap: 10px;
            border: 1px solid #ddd !important;
            padding: 8px 10px;
            border-radius: 10px;
        }

            .search-box input {
                border: none;
                outline: none;
                width: 100%;
            }
        .footer-bg-image {
            bottom: -20px;
            max-height: 100px;
        }

    }


    @media (max-width: 992px) {
        .footer-main {
            padding: 40px 24px 32px;
        }

        .footer-top {
            gap: 24px;
        }

        .footer-column {
            flex: 1 1 200px;
        }

        .nav-container {
            position: sticky;
            top: 53px !important;
            z-index: 999;
            background: #fff;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 77px;
        }

        .topbar {
            width: 100%;
            background: #222E59;
            /* border-bottom: 1px solid #ddd; */
            display: flex;
            align-items: center;
            padding: 7px 14px !important;
            direction: rtl;
            font-family: sans-serif;
            gap: 0.5rem;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1001;
        }

        .nav-menu ul {
            list-style: none;
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0;
            gap: 30px;
            margin-right: 49px;
        }

        .nav-menu a {
            color: #000;
            text-decoration: none;
            font-weight: 500;
            font-size: 9px;
            position: relative;
            transition: color 0.3s ease;
        }
    }

    @media (max-width: 768px) {
        .footer-main {
            padding: 32px 16px 28px;
        }

        .footer-top {
            justify-content: flex-start;
        }

        .footer-bottom {
            flex-direction: column;
            gap: 24px;
        }

        .footer-bottom-section {
            min-width: 100%;
        }

        .newsletter-form {
            flex-direction: column;
            align-items: stretch;
        }

            .newsletter-form button {
                width: 100%;
                text-align: center;
            }

        .footer-certificates {
            justify-content: flex-start;
        }
    }

    @media (max-width: 480px) {
        .footer-title {
            font-size: 12px;
        }

        .footer-links a,
        .footer-newsletter p,
        .footer-contact-mini {
            font-size: 12px;
        }

        .footer-main {
            padding: 28px 12px 24px;
        }

        .footer-certificates img {
            width: 70px;
        }
    }


    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    @media (max-width: 780px) {
        .nav-menu {
            position: absolute;
            top: 1%;
            right: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

            .nav-menu.open {
                max-height: 550px;
            }

            .nav-menu ul {
                flex-direction: column;
                align-items: flex-start;
                padding: 20px;
                gap: 15px;
            }

        .nav-menu {
            flex: 1;
            display: flex;
            justify-content: right;
        }

        .menu-toggle {
            display: flex;
        }

        .product-image img {
            width: 100%;
            height: 287px;
            object-fit: cover;
            position: relative;
            padding-bottom: 20px;
            display: block;
        }

        .logo img {
            width: 76px;
            height: auto;
        }

        .footer-newsletter {
            flex-direction: column;
            text-align: center;
            gap: 25px;
            padding: 30px 30px;
        }

            .footer-newsletter h3 {
                font-size: 20px !important;
            }

        .newsletter-form {
            display: flex;
            justify-content: center; 
            align-items: center;
            flex-direction: column; 
        }

            .newsletter-form input {
                width: 280px !important;
                font-size: 15px; 
            }

            .newsletter-form button {
                padding: 10px 24px !important;
                border-radius: 8px;
                font-size: 16px !important;
                white-space: nowrap;
            }
    }

    @media (max-width: 600px) {
        .topbar {
            flex-direction: row;
          /*  align-items: flex-start;*/
            padding: 8px 9px;
            gap: 0.8rem;
        }

        .contact-info {
            width: 100%;
            justify-content: space-between;
            font-size: 13px;
            margin-right: 16px !important;
        }

        .topbar-actions {
            width: 50%;
            justify-content: space-around;
            margin: 0;
        }


        .login-text {
            display: none;
        }

        .icons svg {
            width: 22px;
            height: 22px;
        }


        .search-box {
            position: relative;
            border: none;
            background: transparent;
        }

            .search-box input {
                /*display: none;
                position: absolute;*/
                top: 30px;
                right: 0;
                width: 160px;
                /*border: 1px solid #ccc;*/
                border-radius: 5px;
                background: #fff;
                padding: 6px 8px;
                transition: all 0.3s ease;
                z-index: 20;
            }

            .search-box.active input {
                display: block;
            }

        .logo img {
            width: 76px;
            height: auto;
        }
    }


    @media (max-width: 450px) {
        .contact-info {
            flex-direction: row;
           /* align-items: flex-start;*/
            gap: 5px;
            margin-right: 16px !important;
        }

            .contact-info div {
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .contact-info svg {
                width: 14px;
                height: 38px;
            }


        .search-box input {
            width: 140px;
        }

        .icons {
            gap: 13px;
        }

        .logo img {
            width: 76px;
            height: auto;
        }

        .topbar-actions {
            gap: 0 !important;
        }

        .nav-container {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 16px 19px;
            gap: 286px;
            top: 57px;
        }

        .footer-bg-image {
            content: url(/Assets/Images/vecteezy_abstract-wavy-stripes-on-a-white-background-isolated-wave_4230475_871/vecteezy_abstract-mobile.jpg);
            background-size: cover;
            min-height: 1166px;
            height: 100%;
        }
        }
    

@media (max-width: 420px) {
    .contact-info {
        flex-direction: row;
        /* align-items: flex-start;*/
        gap: 5px;
        margin-right: 16px !important;
    }

        .contact-info div {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .contact-info svg {
            width: 14px;
            height: 38px;
        }


    .search-box input {
        width: 140px;
    }

    .icons {
        gap: 13px;
    }

    .logo img {
        width: 76px;
        height: auto;
    }

    .topbar-actions {
        gap: 0 !important;
    }

    .nav-container {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px 19px;
        gap: 286px;
        top: 57px;
    }

    .nav-container {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 16px 19px;
        gap: 270px !important;
    }
}

    @media (max-width: 400px) {
        .topbar {
            padding: 8px 10px;
        }


        .contact-info {
            font-size: 10px;
            margin-right: 2px !important;
        }

        .icons svg {
            width: 20px;
            height: 20px;
        }

        .search-box input {
            width: 120px;
        }

        .logo img {
            width: 76px;
            height: auto;
        }

        .nav-container {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 16px 13px;
            gap: 257px !important;
            top: 57px;
        }
    }


    @media (max-width: 365px) {
        .contact-info {
            font-size: 9px !important;
            flex-direction: row;
            gap: 4px;
        }

        .topbar-actions {
            gap: 10px;
        }

        .icons svg {
            width: 18px;
            height: 18px;
        }

        .nav-container {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 16px 19px;
            gap: 201px !important;
        }

    }


    /*back to top*/
    html {
        scroll-behavior: smooth;
    }

    .back-to-top {
        position: fixed;
        bottom: 24px;
        left: 24px;
        width: 52px !important;
        height: 52px;
        border-radius: 50%;
        background-color: #706C68CC;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
        cursor: pointer;
        z-index: 1000;
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
        transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    }

        .back-to-top svg {
            width: 22px;
            height: 22px;
        }

        .back-to-top.show {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }

        .back-to-top:hover {
            background-color: #131b3a;
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
        }


    .icon_box_style2 .icon i {
        font-size: 40px;
        color: #2f4497;
        line-height: 78px;
    }



    .icon_box {
        margin-bottom: 30px;
    }

    .icon {
        margin-bottom: 15px;
    }

    .icon_box_content h1,
    .icon_box_content h2,
    .icon_box_content h3,
    .icon_box_content h4,
    .icon_box_content h5,
    .icon_box_content h6 {
        text-transform: capitalize;
    }

    .icon i {
        font-size: 30px;
    }

    .icon_box p:last-child {
        margin: 0;
    }

    .icon_box_content .link i {
        vertical-align: middle;
        margin-left: 2px;
    }

    .box_img {
        margin-bottom: 15px;
    }

    .icon_box_style1 {
        text-align: center;
        padding: 0 40px;
        position: relative;
    }

        .icon_box_style1 .icon i {
            font-size: 46px;
            line-height: 1;
        }

        .icon_box_style1::before {
            content: "";
            position: absolute;
            right: 0;
            top: 15%;
            bottom: 15%;
            width: 1px;
            background-color: #ddd;
        }

    [class*="col-"]:last-child .icon_box_style1::before {
        content: normal;
    }

    .icon_box_style2 .icon {
        background-color: #fff;
        max-width: 78px;
        text-align: center;
        float: left;
        height: 78px;
        border-radius: 100%;
        line-height: 78px;
        position: relative;
        margin: 0px 0px 0px 20px;
        box-shadow: 0 2px 0 rgba(0,0,0,0.05);
        -ms-flex: 0 0 78px;
        flex: 0 0 78px;
    }

        .icon_box_style2 .icon i img {
            width: 55%;
            height: auto;
            object-fit: contain;
            filter: invert(13%) sepia(58%) saturate(401%) hue-rotate(217deg) brightness(29%) contrast(87%);
        }


    .icon_box_style2:hover .icon {
        -webkit-animation-duration: 1s !important;
        animation-duration: 1s !important;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: swing !important;
        animation-name: swing;
    }

    .icon_box_style2 .icon i {
        font-size: 40px;
        color: #2f4497;
        line-height: 78px;
    }

/*    .shopping_info {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
*/
        .shopping_info .icon_box {
            margin-top: 0;
            padding-top: 6px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
        }

    .icon_box.icon_box_style3 {
        border: 1px solid #ddd;
        padding: 30px;
        margin-left: -1px;
        margin-top: -1px;
        margin-bottom: 0;
    }

    .icon_box_style3 .icon {
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .icon_box_style3 .icon_box_content {
        overflow: hidden;
    }

    .icon_box_style3 .icon i {
        font-size: 36px;
        color: #2f4497;
        line-height: normal;
    }

    .icon_box_style3 .icon_box_content p {
        font-size: 14px;
        line-height: normal;
    }

    .icon_box_style4 {
        background-color: #fff;
        padding: 20px;
        text-align: center;
    }

        .icon_box_style4 .icon i {
            background-color: #2f4497;
            color: #fff;
            width: 60px;
            height: 60px;
            display: inline-block;
            line-height: 60px;
            border-radius: 100%;
            font-size: 24px;
        }

.footer-banner {
    width: 100%;
    height: 80px;
    background: #222E59;
    overflow: hidden;
}

    .footer-banner svg {
        width: 100%;
        height: 60px;
    }

    .footer-banner .wave-line {
        fill: none;
        stroke: #9da9c6;
        stroke-width: 1.8;
        opacity: 0.35;
    }



.inner-page .nav-container.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 999;
}


.inner-page .nav-container.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}



@media (max-width: 1300px) {
    .nav-menu a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 11px;
        position: relative;
        transition: color 0.3s ease;
    }
}

@media (max-width: 768px) {
    .inner-page .nav-container.fixed-nav {
        position: sticky;
        top: 0;
    }
    .nav-menu .dropdown-menu {
        position: static !important;
        display: none;
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
    }

        .nav-menu .dropdown-menu.show {
            display: block;
        }

    .nav-menu .dropdown-item {
        padding-right: 25px; 
    }

    .nav-item.dropdown .dropdown-menu{
       border: none;
    }

}



    @media (max-width: 600px) {
        .back-to-top {
            bottom: 16px;
            left: 16px;
            width: 46px;
            height: 46px;
        }

        .icon_box_style2 .icon {
            background-color: #fff;
            max-width: 85px;
            text-align: center;
            float: left;
            height: 69px;
            border-radius: 100%;
            line-height: 49px;
            position: relative;
            margin: 0px 0px 0px 20px;
            box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
            -ms-flex: 0 0 78px;
            flex: 0 0 70px;
        }
    }


    @media (min-width: 1024px) {
        .home-page .nav-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            padding: 10px 80px 124px 80px;
            margin-top: 33px;
            background: linear-gradient( to bottom, rgba(34, 46, 89, 1) 0%, rgba(34, 46, 89, 0.6) 60%, rgba(34, 46, 89, 0) 100% );
            transition: background 0.8s ease, box-shadow 0.8s ease;
        }

            .home-page .nav-container .nav-menu ul li a {
                color: #ffffff;
                transition: color 0.4s ease;
            }

            .home-page .nav-container.scrolled .nav-menu ul li a {
                color: #000000;
            }

            .home-page .nav-container.scrolled {
                margin-top: 34px !important;
                background: #ffffff !important;
                box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
                padding: 10px 80px;
            }

        .inner-page .nav-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            padding: 10px 80px 10px 80px;
            margin-top: 33px;
            background: #fff;
            transition: background 0.8s ease, box-shadow 0.8s ease;
        }

        ..inner-page .nav-container .nav-menu ul li a {
            color: #000;
            transition: color 0.4s ease;
        }

         .inner-page.nav-container.scrolled .nav-menu ul li a {
            color: #000;
        }

        .inner-page .nav-container.scrolled {
            margin-top: 34px !important;
            background: #ffffff !important;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
            padding: 10px 80px;
        }

    }

@media (max-width: 576px) {
    .icon_box {
        margin-bottom: 19px;
    }
    .footer-top {
        display: flex;
        flex-wrap: wrap;
        gap: 16px; 
    }

    .footer-column {
        flex: 1 1 48%; 
        min-width: 48%; 
        box-sizing: border-box;
    }

    .footer-links li {
        margin-bottom: 4px; 
    }

    .footer-title {
        font-size: 15px; 
    }

    .footer-links a {
        font-size: 13px;
    }
}


@media (max-width: 450px) {
    .footer-top {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .footer-column {
        flex: 1 1 48%;
        min-width: 48%;
    }

    .footer-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .footer-links li {
        margin-bottom: 4px;
    }

    .footer-newsletter{
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 0px 30px;
    }
    .icon_box_content h5 {
        font-size: 17px !important;
        font-weight: 500;
    }

    .icon_box_content p {
        font-size: 14px;
    }

    .middle_footer {
        background: #f7f7f7;
        margin-bottom: -37px;
        padding: 19px;
    }
    .icon_box_style2 .icon {
        background-color: #fff;
        max-width: 58px;
        text-align: center;
        float: left;
        height: 59px;
        border-radius: 100%;
        line-height: 49px;
        position: relative;
        margin: 0px 0px 0px 20px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
        -ms-flex: 0 0 78px;
        flex: 0 0 70px;
    }

        .icon_box_style2 .icon i img {
            width: 55%;
            height: auto;
            object-fit: contain;
            position: relative;
            top: -5px;
            filter: invert(13%) sepia(58%) saturate(401%) hue-rotate(217deg) brightness(29%) contrast(87%);
        }
}


@media (max-width: 400px) {
    .icon_box_style2 .icon {
        background-color: #fff;
        max-width: 58px;
        text-align: center;
        float: left;
        height: 59px;
        border-radius: 100%;
        line-height: 49px;
        position: relative;
        margin: 0px 0px 0px 20px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
        -ms-flex: 0 0 78px;
        flex: 0 0 70px;
    }
        .icon_box_style2 .icon i img {
            width: 43%;
            height: auto;
            object-fit: contain;
            position: relative;
            top: -5px;
            filter: invert(13%) sepia(58%) saturate(401%) hue-rotate(217deg) brightness(29%) contrast(87%);
        }
    .footer-top {
        gap: 10px;
    }

    .footer-column {
        flex: 1 1 48%;
        min-width: 48%;
    }

    .footer-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .footer-links a {
        font-size: 12.5px;
    }

    .footer-links li {
        margin-bottom: 3px;
    }
    .footer-newsletter {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 0px 30px;
    }
    .icon_box_content h5 {
        font-size: 15px !important;
        font-weight: 500;
    }

    .icon_box_content p {
        font-size: 12px;
    }
    .middle_footer {
        background: #f7f7f7;
        margin-bottom: -37px;
        padding: 19px;
    }
}


@media (max-width: 365px) {


    .footer-top {
        gap: 8px;
    }

    .footer-column {
        flex: 1 1 40%; 
        min-width: 48%;
    }

    .footer-title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .footer-links a {
        font-size: 12px;
    }

    .footer-links li {
        margin-bottom: 3px;
    }
    .footer-newsletter {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 0px 30px;
    }
}

@media (max-width: 350px) {

    .icon_box_content h5 {
        font-size: 15px !important;
        font-weight:500;
    }

    .icon_box_content p{
        font-size: 12px;
    }
    .icon_box_style2 .icon i img {
        width: 46%;
        height: auto;
        position: relative;
        top: -8px;
        object-fit: contain;
        filter: invert(13%) sepia(58%) saturate(401%) hue-rotate(217deg) brightness(29%) contrast(87%);
    }
    .icon_box_style2 .icon {
        background-color: #fff;
        max-width: 57px;
        text-align: center;
        float: left;
        /* top: 15px; */
        height: 54px;
        border-radius: 100%;
        line-height: 49px;
        position: relative;
        margin: 0px 0px 0px 20px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
        -ms-flex: 0 0 78px;
        flex: 0 0 70px;
    }

    .topbar {
        padding: 3px 8px;
        gap: 0.3rem;
        position: fixed;

    }

    .footer-column {
        flex: 1 1 40%;
        min-width: 48%;
    }

    .mobile-topbar {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        position: relative;
        z-index: 20;
        margin-left: 16px;
    }

    .lang-selector {
        display: flex;
        gap: 8px;
        margin: 3px 0;
        flex-direction: column;
    }

    .contact-info {
        gap: 4px;
        flex-direction: row;
        margin-right: 10px !important;
        font-size: 12px;
    }

    .topbar-actions {
        gap: 8px;
    }

    .search-box input {
        padding: 4px 8px;
        font-size: 12px;
    }

    .search-box button {
        padding: 2px 6px;
    }
}


/*custom error*/
/* Error and Success Alert*/
.floating-alert-container {
    position: fixed;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
    max-width: 80%;
    width: 300px;
}

.floating-alert {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.alert-success {
    background-color: #4CAF50;
}

.alert-danger {
    background-color: #f44336;
}

.fade-out {
    animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .floating-alert-container {
        width: 90%;
        max-width: 100%;
        margin-top: 10%;
    }
}

@media (max-width: 1024px) {
    .floating-alert-container {
        width: 90%;
        max-width: 100%;
        margin-top: 10%;
    }
}
/*custom error end*/