/* @import url("https://cdnjs.cloudflare.com/ajax/font-awesome/6.1.1/css/all.min.css"); */
/*#region Ar fonts*/
@font-face {
    font-family: 'cairo';
    src: url('../fonts/arabic/Cairo/Cairo-VariableFont_slnt_wght.ttf') format('truetype');
}

/* #endregion */
/*#region En fonts*/

@font-face {
    font-family: 'Gillsans';
    src: url('../Fonts/gillsansmt.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoKufi';
    src: url('../fonts/arabic/NotoKufiArabic-VariableFont_wght.ttf') format('truetype');
}
/* #endregion */
:root {
    --primary_font: 'Inter';
    --headlines_En_font: 'Gillsans';
    --body_En_font: 'Gillsans';
    --headlines_Ar_font: 'NotoKufi';
    --body_Ar_font: 'NotoKufi';
    --primaryColor: #00247d;
    --secondaryColor: #61bf1a;
    --white: #f5f5f5;
    --black: #1c1c1c;
    overflow-x: hidden;
    --sidebar-width: 280px;
    --card-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    --light-bg: #ecf0f1;
}

html {
    scroll-behavior: smooth;

}

/* #custom-cursor{
    width: 20px;
    height: 20px; 
}*/
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
        inset -2px -2px 2px rgba(105, 105, 105, 0.25);
}

::-webkit-scrollbar-track {
    background: var(--darkGray);
}

::-webkit-scrollbar-button {
    display: none;
}

/* body {
    overflow-x:hidden;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"/></svg>') 0 0, auto;

} */

body {
    overflow-x: hidden;
    background-color: var(--white);

    /* cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%231947ba" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"/></svg>') 0 0, auto;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%231947ba" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"/></svg>') 0 0, pointer; */
}

.back-to-top {
    background: var(--white-color);
    border: 1px solid transparent;
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border-radius: 50%;
    color: var(--secondaryColor);
    box-shadow: 0px 6px 18px 0px #9c9b9b4f;

}

.back-to-top:hover {
    background: white;
    border: 1px solid var(--secondaryColor);
    /*color: var(--primaryColor);*/
    color: var(--secondaryColor);

}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

/*#region loader*/
#mem-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1100;
}

@keyframes loading-balls-2 {
    0% {
        opacity: 1;
        transform: translate(0 0)
    }

    49.99% {
        opacity: 1;
        transform: translate(80px, 0)
    }

    50% {
        opacity: 0;
        transform: translate(80px, 0)
    }

    100% {
        opacity: 0;
        transform: translate(0, 0)
    }
}

@keyframes loading-balls-1 {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(80px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.loading-balls-wrapper div {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 60px;
    left: 20px;
}

.loading-balls-wrapper div:nth-child(1) {
    background: var(--secondaryColor);
    animation: loading-balls-1 1s linear infinite;
    animation-delay: -0.5s;
}

.loading-balls-wrapper div:nth-child(2) {
    background: var(--primaryColor);
    animation: loading-balls-1 1s linear infinite;
    animation-delay: 0s;
}

.loading-balls-wrapper div:nth-child(3) {
    background: var(--secondaryColor);
    animation: loading-balls-2 1s linear infinite;
    animation-delay: -0.5s;
}

.loading-balls {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
}

.loading-balls-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.loading-balls-wrapper div {
    box-sizing: content-box;
}

/*#endregion loader*/


/*#region navbar*/

.sub-dropdown-wrapper {
    position: relative;
}

    .sub-dropdown-wrapper .sub-dropdown {
        position: absolute;
        left: 108%;
        top: 0%;
        border-top: none;
        width: max-content;
        border-radius: 5px;
        display: block;
        visibility: hidden;
        opacity: 0;
        text-align: left;
        padding: 10px;
        background-color: var(--white);
    }

.mem-navbar .dropdown-wrapper .dropdown .sub-dropdown-wrapper .sub-dropdown li {
    margin-bottom: 0.3em !important;
}

    .mem-navbar .dropdown-wrapper .dropdown .sub-dropdown-wrapper .sub-dropdown li:hover a {
        background-color: #2f2f2f12 !important;
        cursor: pointer;
        border-radius: 5px;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
    }

    .mem-navbar .dropdown-wrapper .dropdown .sub-dropdown-wrapper .sub-dropdown li a {
        background-color: var(--white) !important
    }

.sub-dropdown-wrapper .sub-dropdown li a {
    color: var(--darkGray);
}

.sub-dropdown-wrapper:hover .sub-dropdown {
    visibility: visible;
    opacity: 1;
}

.sub-dropdown-wrapper .sub-dropdown-navlink {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    .sub-dropdown-wrapper .sub-dropdown-navlink .fa-chevron-right,
    .sub-dropdown-navlink .fa-chevron-down {
        font-size: 10px;
    }

header {
    /*  overflow: hidden;
    top: 0; */
    position: relative;
    z-index: 1000;
    background: var(--white);
}


.mem-navbar .navbar-lang-btn {
    padding: 8px;
}

/* .mem-navbar .navbar-asset{
    display: flex;
    align-items: center;
    justify-content: start;
}
.mem-navbar .navbar-asset .navbar-search-btn,
.mem-navbar .navbar-asset .navbar-lang-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5em;
}
.mem-navbar .navbar-asset .navbar-search-btn{
    border: 1px solid var(--black);
    border-radius: 100%;
    width: 24px;
    height: 24px;
}
.mem-navbar .navbar-asset .navbar-search-btn:hover{
border-color: var(--secondaryColor);
color: var(--secondaryColor);
}
.mem-navbar .navbar-asset .navbar-lang-btn span{
    color: var(--black);
} */
.mem-navbar .navbar-logo img {
    height: 83px;
}

#toggle-navbar,
.mob-navbar {
    display: none;
}

#toggle-navbar-mob {
    position: absolute;
    top: 10px;
    right: 20px;
    background: transparent;
    /* border: 2px solid var(--white);
    border-radius: 5px; */
    border: none;
    font-size: 2em;
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryColor);
}

#body-overlay {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    right: 0;
    position: fixed;
    background: #4c5d5740;
    display: none;
}

.mem-navbar .main-nav {
    display: grid;
    /*justify-content: space-evenly;*/
}

.mem-navbar {
     padding:  0 !important; 
    /* position: absolute; */
    background-color: var(--white);
    /* z-index: 22; */
    /*padding: 1rem 1.2rem;*/
    transition: 0.9s all ease;
}

    .mem-navbar.sticky {
        position: fixed;
        top: 0;
        box-shadow: 0px 0px 10px 0px #0000003d;
        /* z-index: 22; */
        transition: 0.9s all ease;
        /*padding: 1rem 1.2rem;*/
    }



    /*New*/
.h-options {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
/* .mem-navbar .navbar-logo,
.mem-navbar .navbar-asset{
    width: 155px;
    max-width: 155px;
} */
.mem-navbar .navbar-logo {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .mem-navbar .sec-nav.navbar-navs {
        display: block;
        /* display: flex;
    justify-content: space-evenly; */
        /* justify-content: end; */
    }

    .mem-navbar .navbar-navs {
        display: flex;
        justify-content: center;
        align-items: center;
    }
.h-options .right-btns .nav-item a {
    color: var(--primaryColor);
    
}
.mem-navbar .nav-item .nav-link {
    color: var(--white);
    border-bottom: 0px solid var(--primaryColor);
    letter-spacing: 0.5px;
    /* transition: border 0.4s ease-in-out; */
}

    .mem-navbar .nav-item.active .nav-link {
        border-bottom: 2px solid var(--primaryColor);
    }

    .mem-navbar .sec-nav .nav-item.active .nav-link {
        border-bottom: 2px solid var(--primaryColor);
    }
.h-options .right-btns .nav-item:hover .nav-link{
    color:var(--primaryColor) !important;
                                                 }
.mem-navbar .nav-item:hover .nav-link {
    color: var(--white);
    border-bottom: 2px solid var(--secondaryColor) !important;
}

    .mem-navbar .nav-item {
        transition: 0.5s all ease-in-out;
        /*New*/
        padding: 0px 5px;
        display: flex;
        align-items: center;
        border-radius: 5px;
    }



        .mem-navbar .nav-item .bi-chevron-down,
        .sub-dropdown-navlink .bi-chevron-right {
            font-size: 11px;
            
        }

    .mem-navbar .dropdown-wrapper {
        position: relative;
    }

        .mem-navbar .dropdown-wrapper .dropdown {
            position: absolute;
            right: -3rem;
            top: 100%;
            width: max-content;
            display: block;
            visibility: hidden;
            -webkit-transform: translateY(35px);
            transform: translateY(35px);
            opacity: 0;
            text-align: left;
            /* list-style: none; */
            background: transparent;
            padding: 0;
            /* -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 8px 0px rgb(90 90 90 / 26%); */
            /* border-radius: 5px; */
            padding: 0 0;
            /* margin-top: 10px !important;*/
            margin-left: 0;
            -webkit-transition: all .35s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }

        .mem-navbar .dropdown-wrapper:hover .dropdown {
            z-index: 1;
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0;
            visibility: visible;
            opacity: 1;
            /* width: 200px; */
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out
        }

        .mem-navbar .dropdown-wrapper .dropdown ul.dropdown-list {
            width: max-content;
            margin-top: 10px !important;
            background: var(--white);
            border-radius: 5px;
            padding: 10px 10px;
            list-style: none;
            /* border-top: 3px solid var(--secondaryColor); */
            box-shadow: 0px 2px 9px 0px #8b898957;
        }

            .mem-navbar .dropdown-wrapper .dropdown ul.dropdown-list::before {
                font-family: 'Font Awesome 6 Free';
                content: "\f0d8";
                font-size: 17px;
                font-weight: 800;
                color: var(--secondaryColor);
                position: absolute;
                /* bottom: 94.3%; */
                top: -7px;
                right: 80px;
            }

        .mem-navbar .dropdown-wrapper .dropdown li {
            /* padding: 10px; */
            -webkit-transition: all .35s ease;
            -o-transition: all .35s ease;
            transition: all .35s ease-in-out
        }

            .mem-navbar .dropdown-wrapper .dropdown li a {
                color: var(--primaryColor);
                padding: 10px 17px;
                font-weight: 400;
                width: 100%;
                display: inline-block;
                -webkit-transition: all .35s ease;
                -o-transition: all .35s ease;
                transition: all .35s ease
            }

            .mem-navbar .dropdown-wrapper .dropdown li:hover a {
                background-color: #2f2f2f12;
                cursor: pointer;
                border-radius: 5px;
                ;
                -webkit-transition: all .35s ease;
                -o-transition: all .35s ease;
                transition: all .35s ease
            }

                .mem-navbar .dropdown-wrapper .dropdown li:hover a:not(.sub-dropdown li a),
                .sub-dropdown-wrapper .sub-dropdown li:hover a {
                    color: var(--primaryColor)
                }



/*#region carousel*/
/* Carousel Section */
.carousel-section {
    /* margin-top: 80px; */
    position: relative;
    height: 500px;
    /* overflow: hidden; */
}

.carousel-inner {
    overflow: visible !important;
}

.carousel-inner,
.carousel {
    height: 100%;
}

.carousel-item {
    transition: transform 0.8s ease-in-out !important;
    /* or any duration you want */
}

.carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slide1 {
    background-image: url('../Assets/Home2.jpg')
}

.slide2 {
    background-image: url('../Assets/Home3.jpg')
}

.slide3 {
    background-image: url('../Assets/Home4.jpg')
}

.slide4 {
    background-image: url('../Assets/4.jpg')
}

/*.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23f8f9fa" width="1200" height="600"/><g fill="%23e9ecef"><rect x="300" y="200" width="600" height="200" rx="20" fill="%23ffffff" stroke="%23dee2e6" stroke-width="2"/><rect x="320" y="220" width="100" height="30" rx="15" fill="%234CAF50"/><rect x="440" y="220" width="100" height="30" rx="15" fill="%232196F3"/><rect x="560" y="220" width="100" height="30" rx="15" fill="%234CAF50"/><rect x="680" y="220" width="100" height="30" rx="15" fill="%232196F3"/><rect x="320" y="270" width="560" height="15" rx="7" fill="%23ced4da"/><rect x="320" y="295" width="460" height="15" rx="7" fill="%23ced4da"/><rect x="320" y="320" width="510" height="15" rx="7" fill="%23ced4da"/><rect x="320" y="345" width="420" height="15" rx="7" fill="%23ced4da"/></g></svg>');
} */

/* Clip Path Overlay */
.clip-path-overlay {
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 80%;
    height: 150px;
    /* background: #1976D2; */
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 79% 0%, 71% 100%, 0% 100%);
    /* transition: background-color 1s ease-in-out; */
    z-index: 2;

}

.clip-path-overlay.color1 {
    background: #295caa;
}

.clip-path-overlay.color2 {
    background: #a9d1ef
}

.clip-path-overlay.color3 {
    background: #53647f;
}

.clip-path-overlay.color4 {
    background: #c7a48e;
}

/* Mission Box */
.carousel-box {
    position: absolute;
    bottom: -90px;
    left: 0px;
    background: linear-gradient(245deg, #f9f9f94d 0% 0%, rgb(240, 240, 240) 70% 26%);
    backdrop-filter: blur(10px);
    border-top-right-radius: 20px;
    padding: 1rem 2.5rem;
    width: 60%;
    /* max-width: 500px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    /* border: 3px solid #1976D2; */
    z-index: 3;
    transition: border-color 1s ease-in-out;
    border-bottom-right-radius: 20px;
    height: 180px;
    display: flex;
    align-items: center;
}

/* .carousel-box.border1 {
    border-color: #1976D2;
}

.carousel-box.border2 {
    border-color: #4CAF50;
}

.carousel-box.border3 {
    border-color: #FF9800;
} */
.carousel-box .carousel-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .carousel-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1rem;
}

.carousel-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4CAF50, #2196F3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transition: background 1s ease-in-out;
}

.carousel-icon.icon1 {
    background: linear-gradient(135deg, #1976D2, #2196F3);
}

.carousel-icon.icon2 {
    background: linear-gradient(135deg, #4CAF50, #66BB6A);
}

.carousel-icon.icon3 {
    background: linear-gradient(135deg, #FF9800, #FFB74D);
}

.carousel-label {
    background: #1976D2;
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 1s ease-in-out;
} 

.carousel-label.label1 {
    background: #1976D2;
}

.carousel-label.label2 {
    background: #4CAF50;
}

.carousel-label.label3 {
    background: #FF9800;
}

.carousel-content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 300;
}
 */
.carousel-content p {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin: 0px;
}

.carousel-content #carouselLogo {
    margin-right: 0.9em;
}

/* Bootstrap Carousel Customization */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1) brightness(0.5);
    width: 20px;
    height: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255, 255, 255, 1);
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

.carousel-indicators .active {
    background: white;
    transform: scale(1.2);
}



/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    /*.h-options .navbar-logo {
        justify-content: center !important;
    }*/ 
    .h-options .right-btns {
        justify-content: center !important;
    }
    /* .carousel-box {
        left: 20px;
        right: 20px;
        max-width: none;
        padding: 1.5rem;
    } */
    .carousel-content h2,
    .carousel-content p {
        font-size: 20px;
    }

    .info-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .carousel-section {
        height: 500px;
    }

    .carousel-item {
        height: 500px;
    }
}

.inner-page-banner {
    height: 300px;
    max-height: 400px;
    /* background: linear-gradient(26deg, rgb(147, 147, 147) 0%, rgb(153, 153, 153) 35%, #f5fe97 100%); */
    /* background: linear-gradient(26deg, rgb(147 147 147 / 85%) 0%, rgb(188 189 192 / 85%) 35%, rgb(79 184 72 / 85%) 100%), url(/Images/marketData2.jpg) center no-repeat fixed; */
    /*background: linear-gradient(26deg, #00247d 25%, #738ac23d 65%, #f1f3fe2e 80%), url(../Assets/3.jpg) center no-repeat fixed;*/
    /*background: linear-gradient( -26deg, #00247d 25%, #738ac23d 65%, #f1f3fe2e 80% ), url(../Assets/3.jpg) center no-repeat fixed;*/
    display: flex;
    justify-content: start;
    align-items: center;
    box-shadow: 0px 5px 20px 0px #78787861;
    background-size: 100% 100% !important;
}

/*.inner-page-banner.human-products {
    background: linear-gradient(26deg, #00247d 25%, #738ac23d 65%, #f1f3fe2e 80%), url(../Assets/humanProducts.JPG) !important;
    background-position: center;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}*/

.inner-page-banner.animal-products {
    background: linear-gradient(26deg, #00247d 25%, #738ac23d 65%, #f1f3fe2e 80%), url(../Assets/animalProducts.JPG) !important;
    background-position: center;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.inner-page-banner h1 {
    
    /* text-shadow: 2px 1px 0px #fff; */
    /* color: whitesmoke; */
    position: relative;
    padding: 1rem;
    color: rgb(255, 255, 255);
}

.inner-page-banner h1::after {
    position: absolute;
    content: "";
    left: 1rem;
    bottom: 0;
    width: 110%;
    height: 1px;
    background: rgba(255, 255, 255, 0.459);
}

/*#endregion carousel*/
/*#region main home-page*/
main.home-page {
    padding-top: 15rem
}

main .about1

/* main .about2*/
    {
    margin-bottom: 6rem;
}

main .about3 {
    margin-top: 6rem;
}

main .about1 .content,
main .about2 .content,
main .about3 .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

main .about2 .content,
main .about1 .content,
main .about3 .content {
    padding: 0px 3em;
}

main .about1 .content h2,
main .about2 .content h2,
main .about3 .content h2 {
    font-weight: 600;
    letter-spacing: 1px;
}

main .about2 .content {

    text-align: left;
}

main .about1 .vid video,
main .about2 .img img,
main .about3 .img img {
    width: 100%;
    height: auto;
}

main .about1 .vid,
main .about2 .img,
main .about3 .img {
    padding: 0px 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*#region numbers*/
/*#endregion numbers*/
.numbers-cont .title {
    background-color: var(--secondaryColor);
    color: var(--white)
}

.numbers-cont .numbers {
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: var(--primaryColor);
    color: var(--white);
}

.numbers .num-cont {
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 0.5em;
    margin-top: 0.5em;

}

/*#endregion main home-page*/
/* #region aboutUs mvv  */
.inner-page {
    margin-top: 6em;
    margin-bottom: 6em;
}

.inner-page .m-v-v .card-cont {
    text-align: center;
    position: relative;
    padding: 10px 20px;
}


.inner-page .m-v-v .card-cont::before {
    position: absolute;
    content: "";
    top: 60px;
    width: 118px;
    border-bottom: 3px dotted var(--primaryColor);
}

.inner-page .m-v-v .card-cont.values-icon::before {
    content: none;
}

.inner-page .m-v-v .card-cont .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bababa;
    border-radius: 500%;
    width: 100px;
    height: 100px;
    padding: 0.5em;
}

.inner-page .m-v-v .card-cont .icon-wrapper img {

    height: auto;
    width: 80%;
    /* line-height: 100px;
    text-align: center;
    border: 1px solid #dddddd; */
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.inner-page .m-v-v .card-cont h3 {
    color: var(--primaryColor);
}

.inner-page .m-v-v .card-cont h3,
.inner-page .m-v-v .card-cont p {
    padding-top: 1.2em;
}

.inner-page .m-v-v .card-cont:hover .icon-wrapper img {
    width: 100%;
}

.inner-page .m-v-v .card-cont:hover .icon-wrapper {
    border-color: var(--primaryColor)
}

/* #endregion aboutsUs mvv */

/* #region aboutUs chairman  */
.inner-page .chairman {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.inner-page .chairman .image-wrapper img {
    border-radius: 12px;
}

.inner-page .chairman .content {
    position: relative;
}

.inner-page .chairman .content::before {
    position: absolute;
    top: -45px;
    content: "\F6B0";
    font-family: "bootstrap-icons";
    font-size: 83px;
    margin-right: 10px;
    color: var(--primaryColor);
    /* opacity: 0.6; */
    
    transform: rotate(180deg);
}

/* #endregion aboutUs chairman  */

/* #region aboutUS Bod */
.inner-page .Bod:not(.management) .bod-card {
    border-bottom: 2px solid var(--primaryColor) !important;
    height: 400px;
}

.inner-page .Bod.management .bod-card {
    border-bottom: 2px solid var(--secondaryColor) !important;
}

.inner-page .Bod .bod-card {
    background-color: white;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

    .inner-page .Bod .bod-card img {
        transition: .5s;
        max-width: 100%;
        height: 230px;
        width: 100%;
        object-fit: cover;
    }

.inner-page .Bod .bod-card h5 {
    font-weight: 600;
    letter-spacing: 1.5px;
}

.inner-page .Bod .bod-card .btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}


/*.inner-page .Bod .bod-card .btn-slide i,
.inner-page .Bod .bod-card .btn-slide span {

    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primaryColor);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;

}*/
    .inner-page .Bod .bod-card .btn-slide i,
    .inner-page .Bod .bod-card .btn-slide span {
        position: relative;
        height: 40px;
        padding: 0 15px;
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        color: #FFFFFF;
        background: var(--primaryColor);
        transition: .5s;
        z-index: 2;
    }    
.inner-page .Bod.management .bod-card .btn-slide i,
.inner-page .Bod.management .bod-card .btn-slide span {
    background: var(--secondaryColor) !important;
}

/*.inner-page .Bod .bod-card .btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}*/

.inner-page .Bod .bod-card .btn-slide span a i {
    padding: 0 10px;
}

.inner-page .Bod .bod-card:hover img {
    transform: scale(1.1);
}

.inner-page .Bod .bod-card:hover .btn-slide i {
    border-radius: 0;
}

.inner-page .Bod .bod-card:hover .btn-slide span {
    left: 0;
}

.inner-page .Bod.management .bod-card .btn-slide span a:hover i {
    background: var(--primaryColor) !important;
}

.inner-page .Bod .bod-card .btn-slide span a:hover i {
    background: var(--secondaryColor);
}

/* #endregion aboutUS Bod */

/* #region aboutUS pharmaco */
.inner-page .pharma {
    margin-bottom: 5em;
}
    .inner-page download-form {
        text-align: center !important;
    }
inner-page pharmaCo download-form a {
    background: var(--primaryColor);
    color: white;
}
.inner-page .pharmaco-form {
    padding-top: 2em;
    background: #ffffff9c;
    border-radius: 15px;
}

.inner-page .pharmaco-form form {
    height: fit-content;
}

.inner-page .pharmaco-form form input,
.inner-page .pharmaco-form form textarea {
    margin-bottom: 1em;
}

.inner-page .pharmaco-form form input {
    width: 100%;
    height: 50px;
    text-transform: capitalize;
    color: rgb(85, 85, 85);
    font-size: 14px;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    padding: 0px 18px;
    border-radius: 4px;
}

.inner-page .pharmaco-form form textarea {
    width: 100%;
    height: 200px;
    text-transform: capitalize;
    resize: none;
    padding: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    border-radius: 4px;
}

.inner-page .pharmaco-form form .button button {
    background: var(--primaryColor);
    color: white;
    font-weight: var(--body_En_font);
    font-weight: 600;
}

.inner-page .pharmaco-form form .button button:hover {
    background: var(--secondaryColor);
    cursor: pointer;
}

/* #endregion aboutUS pharmaco */
/*#region footer*/
footer.site-footer {
    background-color: #e3e5f1;
}

footer .site-map nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .site-map nav ul {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-evenly;
    padding: 2em 3em;
    width: 70%;
    flex-wrap: wrap;
}

footer .site-map nav ul li {
    padding: 0px 4px;
}

footer .site-map nav ul li a {
    color: var(--primaryColor);
    
}

footer .contact-media-links {
    padding-bottom: 2em;
}

footer .contact-media-links .logo,
footer .contact-media-links .contact {
    width: 50%;
}

footer .contact-media-links .logo img {
    width: 100%;
}

footer .contact-media-links .contact p a {
    color: var(--primaryColor) !important;
    
}

footer .contact-media-links .contact p {
    margin-bottom: 0 !important;
    color: var(--primaryColor);
    
}

footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social-media div {
    justify-content: space-evenly;
}

footer .social-media a i {
    font-size: 1em;
}

footer .msg {
    color: var(--primaryColor);
}

footer .social-media a:hover {
    background-color: var(--secondaryColor);
}

footer .social-media a {
    padding: 0.5em;
    background: var(--primaryColor);
    margin: 0.5em;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    color: var(--white);
    text-align: center;
    align-items: baseline;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}
footer.site-footer .iso-icon h4 {
    width: 70%;
    height: auto;
}
footer.site-footer .iso-icon img {
    max-width: 30%;
}
/*#endregion footer*/
/* #region products */
.inner-page .productDetails .image-wrapper img {
    width: 45vh !important;
    height: 45vh;
    /*object-fit: cover;*/
}



.inner-page .alphabet-tabs button {
    /* padding: 12px 16px; */
    padding: 1px;
    border: none;
    background: linear-gradient(26deg, #00247d 25%, #275ac2ed 65%, var(--secondaryColor) 80%);
    color: var(--primaryColor);
    border-radius: 5px;
    cursor: pointer !important;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 0px 8px rgb(0 0 0 / 24%);
    /* width: fit-content; */
    max-width: 40px;
    min-width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
}

.inner-page .alphabet-tabs button:hover {
    cursor: pointer;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.inner-page .alphabet-tabs button span {
    cursor: pointer;
}

.inner-page .alphabet-tabs button:hover span {
    cursor: pointer;
}

.inner-page .alphabet-tabs button.active {
    background: var(--white) !important;
    transform: scale(1.2);
    box-shadow: 0 8px 20px #a2bf8c !important;
    color: var(--white)
}

.inner-page .alphabet-tabs button.active span {
    background: var(--primaryColor) !important;
}

.inner-page .alphabet-tabs button.disabled {
    background: #979797 !important;
    cursor: not-allowed;
    opacity: 0.5;
}

.inner-page .alphabet-tabs button.disabled:hover {
    transform: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.inner-page.products-alpha .alphabet-tabs button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97%;
    height: 97%;
    padding: 10px 10px;
    background: var(--white);
    border-radius: 5px;
}

.current-alphabet-filter {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #555;
    font-weight: 500;
}

.products-cont {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
    justify-content: center;
}

.product-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

/* 
        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(45deg, #667eea, #764ba2);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        } */

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primaryColor);
}

/* .product-card:hover::before {
            transform: scaleX(1);
        } */

.product-img {
    width: 100%;
    height: 200px;
    background: linear-gradient(45deg, #f0f2f5, #e9ecef);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 3rem;
    color: #667eea;
    border: 2px dashed #ddd;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-name {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.product-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.details-btn a {
    color: var(--white);
}

.details-btn {
    background: var(--primaryColor);
    /*linear-gradient(45deg, var(--primaryColor), var(--secondaryColor))*/
    color: var(--white) !important;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.details-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background: var(--secondaryColor);
}

.no-products {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 1.2rem;
}

.no-products i {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #ddd;
}

/* .show-all {
            padding: 12px 24px;
            background: linear-gradient(45deg, #2ecc71, #27ae60);
            color: white;
            border: none;
            border-radius: 25px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            margin-left: 20px;
        }

        .show-all:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        }

        .show-all.active {
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
        } */

.products-thera .products-filter-cont {
    position: relative;
    /* background: white; */
    padding: 2em 2em;
}

.products-thera .sidebar.show {
    transform: translateX(0);
}

.products-thera .overlay.show {
    opacity: 1;
    visibility: visible;
}

.products-thera .sidebar {
    padding: 1em;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    /*100vh*/
    width: var(--sidebar-width);
    background: #ffffff00;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
    z-index: 100;
    /*1050 */
    box-shadow: 0px 6px 20px rgb(0 0 0 / 6%);
    transform: translateX(-100%);
    border-radius: 10px;
}

.products-thera.sidebar-header {
    padding: 1.5rem;
    border-bottom: 2px solid rgba(102, 126, 234, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.products-thera .sidebar-nav {
    padding: 1rem;
    height: 100%;
    /*calc(100vh - 120px)*/
    overflow-y: auto;
}

.products-thera .sidebar .sidebar-nav .nav-item {
    margin-bottom: 0.5rem;
}

.products-thera .sidebar .nav-item .nav-link:hover,
.products-thera .sidebar .nav-item .nav-link.active {
    color: white;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.products-thera .sidebar .nav-item .nav-link {
    box-shadow: 3px 3px 10px 0px #a1a1a14a;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    font-weight: 600;
    color: var(--primaryColor);
    background: var(--white);
    border: 1px solid #2835937d;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.products-thera .sidebar .nav-item .nav-icon {
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
}

.products-thera .sidebar .nav-item .nav-link:hover::before,
.products-thera .sidebar .nav-item .nav-link.active::before {
    left: 0;
}

.products-thera .sidebar .nav-item .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #4a703e 0%, var(--primaryColor) 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.products-thera .main-content {
    width: calc(100% - var(--sidebar-width));
    margin-left: 0;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.products-thera .main-content .btn-menu-toggle {
    background: var(--primaryColor);
    border: none;
    color: white;
    border-radius: 8px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.products-thera .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffd6;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.products-thera .no-products {
    display: none;
}

.products-thera .no-products.show {
    display: block;

}

@media (min-width: 992px) {
    .products-thera .sidebar {
        transform: translateX(0);
    }

    .products-thera .main-content {
        margin-left: var(--sidebar-width);

    }

    .products-thera .btn-menu-toggle {
        display: none;
    }

    .products-thera .overlay {
        display: none !important;
    }
}



/* Mobile adjustments */
@media (max-width: 767.98px) {


    .products-thera .sidebar {
        width: 100%;
    }
    .inner-page .chairman .content::before {
        top: -30px;
    }
}



/* #endregion products */

/* #region contactUS */


.contactUS-outside .card-cont {
    margin-bottom: 30px;
}

.contactUS-outside .branch-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: var(--card-shadow);

    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.contactUS-outside .branch-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.contactUS-outside .card-header {
    background: linear-gradient(135deg, var(--primaryColor), var(--primaryColor));
    color: white;
    padding: 25px;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
}

.contactUS-outside .card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.contactUS-outside .branch-card:hover .card-header::before {
    transform: scale(1.5);
}

.contactUS-outside .country-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.contactUS-outside .company-name {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.contactUS-outside .card-body {
    padding: 30px;
}

.contactUS-outside .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.contactUS-outside .info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.contactUS-outside .info-icon {
    color: var(--primaryColor);
    margin-right: 15px;
    margin-top: 2px;
    min-width: 20px;
}

.contactUS-outside .info-content {
    flex: 1;
    line-height: 1.5;
}

.contactUS-outside .info-label {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.contactUS-outside .info-value {
    color: #555;
    word-break: break-word;
}

.contactUS-outside .info-value a {
    color: var(--primaryColor);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contactUS-outside .info-value a:hover {
    color: var(--secondaryColor);
}

.contactUS-outside .search-filter {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: var(--card-shadow);
}

.contactUS-outside .search-input {
    border-radius: 25px;
    border: 2px solid #ddd;
    padding: 12px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contactUS-outside .search-input:focus {
    border-color: var(--secondaryColor);
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.contactUS-outside .stats-section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: var(--card-shadow);
}

.contactUS-outside .stat-item {
    text-align: center;
    padding: 20px;
}

.contactUS-outside .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondaryColor);
    display: block;
}

.contactUS-outside .stat-label {
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-top: 10px;
}

.contactUS-outside .loading-spinner {
    display: none;
    text-align: center;
    padding: 40px;
}

@media (max-width: 768px) {


    .contactUS-outside .card-header {
        padding: 20px;
    }

    .contactUS-outside .card-body {
        padding: 20px;
    }

    .contactUS-outside .country-name {
        font-size: 1.5rem;
    }
}

/* #endregion contactUS */

/* #region media */
#newsContainer .news-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    margin-bottom: 30px;
    height: 100%;
}

#newsContainer .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

#newsContainer .news-card .card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
}

#newsContainer .news-meta,
.newsDetails .news-meta,
.job-details .job-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: var(--primaryColor);
}

#newsContainer .news-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--dark-text);
    line-height: 1.3;
}

#newsContainer .news-excerpt {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
    height: 130px;
    text-overflow: ellipsis;
}

#newsContainer .read-more-btn {
    background: var(--primaryColor);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
}

#newsContainer .read-more-btn:hover {
    background: var(--secondaryColor);
    transform: translateX(5px);
    color: white;
}

#newsContainer .fade-in {
    animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {

    #newsContainer .news-card .card-body {
        padding: 20px;
    }

    #newsContainer .news-title {
        font-size: 1.2rem;
    }
}
/* #region media-lib */
   /* Video Cards */
       .mediaLib .video-card {
            /* background: var(--card-bg); */
            backdrop-filter: blur(10px);
            border: 1px solid var(--primaryColor);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            position: relative;
        }

      .mediaLib  .video-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            border-color: var(--secondaryColor);
        }

     .mediaLib   .video-container {
            position: relative;
            overflow: hidden;
            border-radius: 15px 15px 0 0;
            height: 100%;
        }
        .mediaLib .video-container img {
            width: 100%;
            height: 260px;
            object-fit: cover;
        } 
        .mediaLib .video-container video {
            width: 100%;
            height: 250px;
            object-fit: cover;
            /* transition: transform 0.3s ease; */
            transform: scale(1.1);
        }

     .mediaLib   .video-card:hover .video-container video {
            transform: scale(1.05);
        }

     .mediaLib   .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            cursor: pointer;
        }

      .mediaLib  .video-card:hover .play-overlay {
            opacity: 1;
        }

     .mediaLib   .play-btn {
            width: 70px;
            height: 70px;
            background:var(--secondaryColor);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.5rem;
            transition: all 0.3s ease;
        }

      .mediaLib  .play-btn:hover {
            background: white;
            transform: scale(1.1);
        }

       .mediaLib .card-body {
            padding: 1.5rem;
        }

       .mediaLib .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: white;
        }

       .mediaLib .card-text {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
            line-height: 1.5;
            margin-bottom: 1rem;
        }

       .mediaLib .card-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.6);
        }

     

     

       
        /* Responsive design */
        @media (max-width: 768px) {
          
            
         .mediaLib   .video-container video {
                height: 200px;
            }
            
           .mediaLib .card-body {
                padding: 1rem;
            }
        }

        /* Fade in animation */
       .mediaLib .fade-in {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeIn 0.6s ease forwards;
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Modal Styles */
        .video-modal .modal-dialog {
            max-width: 90vw;
            margin: 2rem auto;
        }

        .video-modal .modal-content {
            background: rgba(0, 0, 0, 0.9);
            border: none;
            border-radius: 15px;
            overflow: hidden;
        }

        .video-modal .modal-header {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(0, 0, 0, 0.8);
        }

        .video-modal .modal-title {
            color: white;
            font-weight: 600;
        }

        .video-modal .btn-close {
            filter: invert(1);
        }

        .video-modal .modal-body {
            padding: 0;
            position: relative;
        }

        .video-modal video {
            width: 100%;
            height: auto;
            max-height: 80vh;
            object-fit: contain;
        }

        .video-modal .modal-footer {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
        }

        .video-controls {
            display: flex;
            align-items: center;
            gap: 15px;
            color: white;
        }

        .control-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
            padding: 5px 10px;
            border-radius: 5px;
            transition: background 0.3s ease;
        }

        .control-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            color: var(--secondaryColor);
        }

        .volume-control {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .volume-slider {
            width: 100px;
        }

        .time-display {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
        }
/* #endregion media-lib */
/* #region our-social-media */

.company-logo {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

    .company-logo::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(from 0deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffd93d, #ff6b6b);
        animation: rotate 3s linear infinite;
        z-index: -1;
    }

    .company-logo i {
        font-size: 3rem;
        color: #667eea;
        z-index: 1;
    }

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

/* Social media container */


.social-platform {
    background: white;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    height: 230px;
    max-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    

    .social-platform:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

.platform-description {
    height: 100px;
    max-height: 120px;
}

.platform-icon {
    padding: 1rem;
    width: 65px;
    /* height: 70px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .platform-icon:hover {
        transform: scale(1.1) rotate(5deg);
    }

/* Platform-specific colors */
.facebook {
    background: linear-gradient(135deg, #3b5998, #4267B2);
}

.twitter {
    background: linear-gradient(135deg, #000, #000);
}

.youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.linkedin {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.instagram {
    background: linear-gradient(135deg, #e4405f, #fd1d1d, #fcb045);
}

.gmail {
    background: linear-gradient(135deg, #ea4335, #c23321);
}

.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.telegram {
    background: linear-gradient(135deg, #0088cc, #006699);
}

.platform-info h4 {
    color: #333;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

.platform-handle {
    color: #666;
    font-weight: 500;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    word-wrap: break-word; 
    overflow-wrap: anywhere; 
    white-space: normal; 
    width: 100%; 
    display: block;
}

.btn-visit {
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    background: var(--primaryColor);
    border: none;
    border-radius: 25px;
    padding: 0.7rem 1.8rem;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-visit:hover {
        /* transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4); */
        background: var(--secondaryColor);
        color: white;
    }

/* #endregion our-social-media */
/*#endregion media*/
/* #region careers */
.search-jobs .search-container {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin: 2rem 0;
}

.search-jobs .job-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 290px;
    max-height: 290px
}

    .search-jobs .job-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

.search-jobs .job-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.search-jobs .job-category {
    background: linear-gradient(36deg, #00247dd9, #61bf1a80);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.search-jobs .job-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
    height: 70px;
    max-height: 70px;
}

.search-jobs .btn-read-more,
.job-details .apply-now {
    background: var(--primaryColor);
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .search-jobs .btn-read-more:hover,
    .job-details .apply-now:hover {
        transform: translateY(-2px);
        /* box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3); */
        color: white;
        background: var(--secondaryColor);
    }

.search-jobs .search-btn {
    background: linear-gradient(45deg, var(--primary-color), #3d6db0);
    border: none;
    border-radius: 25px;
    padding: 0.75rem 2rem;
    color: white;
    font-weight: 500;
}

.search-jobs .form-control, .form-select {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
}

    .search-jobs .form-control:focus, .form-select:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.2rem rgba(44, 90, 160, 0.25);
    }

.search-jobs .no-jobs {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 3rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.search-jobs .job-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

    .search-jobs .job-meta i {
        color: var(--primary-color);
    }

/* .search-jobs   .main-container {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            margin: 2rem 0;
            padding: 2rem;
            backdrop-filter: blur(10px);
        } */


.job-apply .form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    margin: 2rem auto;
    /* max-width: 600px;*/
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.job-apply .form-header {
    text-align: center;
    margin-bottom: 2rem;
}

    .job-apply .form-header h2 {
        color: #4a5568;
        font-weight: 700;
        margin-bottom: 0.5rem;
        font-family: var(--primary_font);
    }

    .job-apply .form-header p {
        color: #718096;
        margin-bottom: 0;
    }

.job-apply .form-floating {
    margin-bottom: 1.5rem;
}

    .job-apply .form-floating > .form-control {
        border: 2px solid #e2e8f0;
        border-radius: 12px;
        padding: 1rem 0.75rem 0.2em;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: rgba(255, 255, 255, 0.9);
    }

        .job-apply .form-floating > .form-control:focus {
            border-color: var(--primaryColor);
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
            background: white;
        }

    .job-apply .form-floating > label {
        color: #718096;
        font-weight: 500;
    }

.job-apply .file-upload-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.job-apply .file-upload-label {
    display: block;
    padding: 1rem;
    border: 2px dashed #cbd5e0;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

    .job-apply .file-upload-label:hover {
        border-color: var(--primaryColor);
        background: rgba(102, 126, 234, 0.05);
    }

    .job-apply .file-upload-label.has-file {
        border-color: var(--secondaryColor);
        background: rgba(72, 187, 120, 0.05);
    }

.job-apply .file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.job-apply .file-icon {
    font-size: 2rem;
    color: #cbd5e0;
    margin-bottom: 0.5rem;
}

.job-apply .file-text {
    color: #718096;
    font-weight: 500;
}

.job-apply .file-name {
    margin-top: 0.5rem;
    font-weight: 600;
    color: var(--secondaryColor);
}

.job-apply .submit-btn {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    background: var(--primaryColor);
    border: none;
    color: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .job-apply .submit-btn:hover {
        transform: translateY(-2px);
        /* box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3); */
        background: var(--secondaryColor);
    }

    .job-apply .submit-btn:active {
        transform: translateY(0);
    }

    .job-apply .submit-btn.loading {
        color: transparent;
    }

.job-apply .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.job-apply .submit-btn.loading .spinner {
    display: block;
}

.job-apply .success-message {
    display: none;
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    border-radius: 12px;
    margin-top: 1rem;
}

.job-apply .invalid-feedback {
    display: block;
    margin-top: 0.5rem;
}

.job-apply .form-floating > .form-control:-webkit-autofill ~ label {
    transform: scale(.65) translateY(-.5rem) translateX(.15rem) !important;
}

.job-apply .form-control.is-invalid,
.job-apply .file-upload-label.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
    padding-right: calc(1.5em + .75rem) !important;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem); */
}
/* #endregion careers */
/*#region Responsive*/

@media (max-width:1062px) {
    .navbar-logo img {
        height: 63px !important;
    }
}

@media (max-width:937px) {
    .carousel-box {
        width: 85%;
    }

    .clip-path-overlay {
        width: 90%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 99% 0%, 91% 100%, 0% 100%);
    }
}

@media (max-width:620px) {
    .carousel-content #carouselLogo {
        width: 70px;
    }

    .carousel-content p#carouselSubtitle {
        font-size: 15px !important;
    }

    .carousel-box {
        height: 122px;
    }

    .clip-path-overlay {
        height: 120px;
        bottom: -120px;
    }
}

@media (max-width:1000px) {
    .mem-navbar .nav-item {
        padding: 5px 0px !important;
    }
}

@media (max-width:992px) {

    main .about1 .vid,
    main .about2 .img,
    main .about3 .img {
        padding: 0px !important;
    }

    main .about2 .content,
    main .about1 .content,
    main .about3 .content {
        padding: 0px 1rem !important;
    }

    .home-page .w-992 {
        max-width: 90% !important;
    }
    .h-options .right-btns {
        justify-content: center !important;
    }
}

/* Mob*/
@media only screen and (max-width: 1363px) {
    /*960*/
    /*to handle the huuuuuge navbar*/

    .desktop-navbar {
        display: none;
    }

    #toggle-navbar {
        z-index: 1000;
        display: block;
        height: 40px;
        width: 40px;
        background: transparent;
        /* border: 2px solid var(--secondaryColor);
        border-radius: 5px; */
        border: none;
        font-size: 25px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white);
    }

    #toggle-navbar .bi-x {
        color: var(--primaryColor);
    }

    .mob-navbar {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        text-align: center;
        width: -webkit-fill-available;
        background: var(--white);
        padding: 50px 0px;
        z-index: 998;
    }

    .mob-navbar li {
        padding: 5px 15px;
    }

    .mob-navbar li a {

        color: var(--primaryColor) !important;
    }

    .mob-navbar li:hover a {
        color: var(--primaryColor);
        border-radius: 5px;
    }

    .mob-dropdown-wrapper+.dropdown {
        padding: 0;
        border: 1px solid var(--primaryColor);
        border-radius: 5px;
        margin: 1em auto;
        width: max-content;

    }

    .mob-sub-dropdown-wrapper+.dropdown {
        padding: 0;
        border: 1px solid;
        border-radius: 5px;
        margin: 10px 15px;

    }

    .mob-nav-active {
        overflow: hidden;
    }
}

/*.sidebar { don't use
    position: fixed;
    top: 0;
    bottom: 0;
    right: -250px;
    width: 250px;
    background-color: #fff;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
    padding: 1rem;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

    .sidebar.open {
        right: 0;
    }*/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1040;
}

    .overlay.active {
        display: block;
    }

/* Desktop view: sidebar is static */
@media (min-width: 992px) {

    /*.sidebar {
        position: static;
        right: auto;
        width: 100%;
        box-shadow: none;
        padding: 0;
    }*/

    /*.overlay {
        display: none !important;
    }*/
}