/* Start Main Css*/

:root {
    --bs-main: #f3f3f3;
    --bs-white: #ffff;
    --bs-red: #e52522;
    --bs-black: #000000;
    --bs-primary: #2e3192;
    --bs-primary-rgb: 46, 49, 146;
    --bs-Grey: #4b4f58;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}

.container {
    max-width: 1200px;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    border: medium none;
    max-width: 100%;
}

a,
a:focus,
a:hover,
input,
textarea {
    outline: none;
}

button {
    overflow: visible;
    border: none;
}

/* poppins-300 - latin */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/poppins-v20-latin-300.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/poppins-v20-latin-300.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/poppins-v20-latin-300.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-300.woff")
            format("woff"),
        /* Modern Browsers */ url("../fonts/poppins-v20-latin-300.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/poppins-v20-latin-300.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/* poppins-regular - latin */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/poppins-v20-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/poppins-v20-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/poppins-v20-latin-regular.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("../fonts/poppins-v20-latin-regular.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/poppins-v20-latin-regular.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/poppins-v20-latin-regular.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/* poppins-500 - latin */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins-v20-latin-500.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/poppins-v20-latin-500.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/poppins-v20-latin-500.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-500.woff")
            format("woff"),
        /* Modern Browsers */ url("../fonts/poppins-v20-latin-500.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/poppins-v20-latin-500.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/* poppins-600 - latin */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/poppins-v20-latin-600.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/poppins-v20-latin-600.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/poppins-v20-latin-600.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-600.woff")
            format("woff"),
        /* Modern Browsers */ url("../fonts/poppins-v20-latin-600.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/poppins-v20-latin-600.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/* poppins-700 - latin */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins-v20-latin-700.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/poppins-v20-latin-700.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/poppins-v20-latin-700.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-700.woff")
            format("woff"),
        /* Modern Browsers */ url("../fonts/poppins-v20-latin-700.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/poppins-v20-latin-700.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/* poppins-900 - latin */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/poppins-v20-latin-900.eot");
    /* IE9 Compat Modes */
    src: local(""),
        url("../fonts/poppins-v20-latin-900.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/poppins-v20-latin-900.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-900.woff")
            format("woff"),
        /* Modern Browsers */ url("../fonts/poppins-v20-latin-900.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/poppins-v20-latin-900.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/* Cairo Font */
@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: normal;
    src: url("../webfonts/Cairo-Medium.ttf");
}
/* End Fonts */

/* End Main Css*/

/* Start Navbar */
.navbar-en {
    height: auto;
    min-height: 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0.5rem 0;
    position: relative;
    z-index: 1030; /* Higher than Bootstrap's default modal z-index */
}

.navbar-en .logo {
    position: relative;
    z-index: 99;
    margin-right: 2rem;
}

.navbar-en .logo img {
    width: 120px;
    height: 120px;
    border: 4px solid #2e3192;
    border-radius: 100px;
    transition: transform 0.3s ease;
}

.navbar-en .logo img:hover {
    transform: rotate(360deg);
}

.navbar-en .navbar-nav {
    gap: 1rem;
}

.navbar-en .nav-link {
    color: #000;
    font-size: 17px;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
}

.navbar-en .nav-link:hover,
.navbar-en .nav-item.active .nav-link {
    color: var(--bs-primary);
    font-weight: 600;
}

.navbar-en .language .dropdown-toggle {
    color: #000;
    font-size: 15px;
    border: none;
    background: transparent;
    transition: color 0.3s ease;
}

.navbar-en .language .dropdown-toggle:hover,
.navbar-en .language .dropdown-toggle:focus {
    color: var(--bs-primary);
    font-weight: 600;
}

.navbar-en .language .dropdown-menu {
    min-width: 120px;
    background-color: #e7e7e9;
    border: 1px solid #e7e7e9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: fade-in 0.3s ease;
}

.navbar-en .language .dropdown-item {
    padding: 0.5rem 1rem;
    color: #000;
    font-size: 14px;
    transition: color 0.3s ease;
}

.navbar-en .language .dropdown-item:hover {
    background-color: transparent;
    color: var(--bs-primary);
    font-weight: 600;
}

.navbar-en .navbar-toggler {
    border: none;
    padding: 0.5rem;
    transition: transform 0.3s ease;
}

.navbar-en .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-en .navbar-toggler:hover {
    transform: rotate(90deg);
}

/* Login button styles */
.navbar-en .btn-primary {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: #2e3192;
    border-color: #2e3192;
}

.navbar-en .btn-primary:hover,
.navbar-en .btn-primary:focus,
.navbar-en .btn-primary:active {
    background-color: #262879 !important; /* Slightly darker shade for hover */
    border-color: #262879 !important;
}

/* User dropdown styles */
.navbar-en .user-dropdown img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.navbar-en .user-dropdown .dropdown-toggle {
    padding: 0;
    border: none;
    background: transparent;
}

.navbar-en .user-dropdown .dropdown-menu {
    min-width: 200px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile styles */
@media (max-width: 991.98px) {
    .navbar-en {
        padding: 0.5rem 1rem;
    }

    .navbar-en .logo img {
        width: 80px;
        height: 80px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.98);
        z-index: 1040;
        height: 100vh !important;
        overflow-y: auto;
        padding: 1rem;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    /* Add padding for the close button */
    .navbar-collapse .navbar-nav {
        padding-top: 4rem;
    }

    /* Add close button */
    .navbar-toggler.collapsed {
        z-index: 1050;
    }

    .navbar-toggler:not(.collapsed) {
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 1050;
    }

    .navbar-en .navbar-nav {
        gap: 0;
    }

    .navbar-en .nav-link {
        padding: 0.75rem 1rem;
        border-radius: 4px;
    }

    .navbar-en .nav-link:hover {
        background-color: rgba(46, 49, 146, 0.1);
    }

    .navbar-en .d-flex.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 1rem;
    }

    .navbar-en .language,
    .navbar-en .btn-primary {
        width: 100%;
    }

    .navbar-en .language .dropdown-toggle,
    .navbar-en .btn-primary {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.75rem 1rem;
    }
}

/* Animation keyframes */
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* End Navbar */

/* Start Header */
header {
    background: url("../img/eltzam_web-02.png");
    background-size: cover;
    height: 480px;
    position: relative;
}

header .content {
    position: absolute;
    top: 50%;
    left: 50%; /* Center horizontally */
    transform: translate(-30%, -45%);
    text-align: center; /* Center text within the header */
}

header .content .title {
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em; /* Adjust the font size using em units */
    line-height: 1.2;
    color: #000;
    text-align: start;
}

@media screen and (max-width: 768px) {
    /* Apply different styles for screens up to 768px width */
    header {
        height: 300px; /* Adjust height for smaller screens */
    }

    header .content .title {
        font-size: 2em; /* Adjust font size for smaller screens */
    }
}

/* End Header */

/* Start news updates */
.news-updates {
    padding: 20px 50px;
    background: #2e3192;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 60px;
}

.news-updates #news-content {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    animation: newsflash 30s linear infinite;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-animation: newsflash 30s linear infinite;
}

.news-updates p {
    color: #fff;
    /* font-family: "Poppins"; */
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
}

@-webkit-keyframes newsflash {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

@keyframes newsflash {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

/* End news updates  */

/* Start Our Services */
.our-services {
    padding: 60px 0;
}

.title-box {
    text-align: center;
    margin-bottom: 50px;
}

.title-box .sub-title {
    background: rgba(232, 232, 232, 0.5);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 3px 10px;
    margin: 0 auto 10px;
    position: relative;
}

.title-box .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: -o-linear-gradient(
        355.94deg,
        #2e3192 -1.21%,
        #1f25d7 58.66%,
        #060eff 116.84%
    );
    background: linear-gradient(
        94.06deg,
        #2e3192 -1.21%,
        #1f25d7 58.66%,
        #060eff 116.84%
    );
}

.title-box .sub-title p {
    font-weight: 400;
    font-size: 14px;
    color: #1c1f35;
}

.title-box .title {
    font-size: 35px;
    font-weight: 600;
    line-height: 41px;
    color: #2e3192;
    text-align: center;
}

.our-services .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 145px 1fr 145px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
    text-align: -webkit-center;
}

.our-services .box-serv img {
    margin-bottom: 10px;
}

.our-services .box-serv .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    font-weight: 500;
    color: #5e6275;
    margin-bottom: 10px;
}

.our-services .box-serv p {
    color: #666c89;
    font-weight: 500;
    font-size: 16px;
    line-height: 151.52%;
}

.our-services .box-serv:hover .title {
    color: #2e3192;
    cursor: pointer;
}

.our-services .btn-more {
    max-width: 180px;
    height: 50px;
    margin: 40px auto 0;
    background: #2e3192;
    display: none !important;
}

.our-services .box-serv:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@keyframes fade-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.our-services .box-serv {
    animation: fade-in 0.6s ease-in-out;
    -webkit-animation: fade-in 0.6s ease-in-out;
    padding: 15px;
    border-radius: 6px;
}

/* End Our Services */

/* Start Our Clients  */
/*
.our-clients {
    padding: 60px 0;
}

.our-clients .title {
    color: #2E3192;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 100px;
}

.our-clients .card {
    background: rgba(46, 46, 46, 1);
    border-radius: 14px;
    border: 1.4px solid rgba(255, 255, 255, 0.1);
    padding: 35px 25px;
}

.our-clients .card .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;

}

.our-clients .card .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 15px 0 5px;
}

.our-clients .card .job {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.our-clients .card .descrip {
    font-weight: 400;
    font-size: 14px;
    line-height: 162.52%;
    color: #FFFFFF;
    opacity: 0.3;
    margin-top: 10px;
}

.our-clients .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -190px;
    right: 0;

}

.our-clients .owl-carousel .owl-nav button {
    width: 90px;
    height: 90px;
    background: #E6E6E6;
    border-radius: 50%;
}

.our-clients .owl-carousel .owl-nav .owl-next {
    background: #2E3192;
    margin-left: 20px;

}
*/
.our-clients {
    padding: 10px 0;
}

.our-clients .title {
    color: #2e3192;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.our-clients .job {
    color: #666c89;
    font-size: 26px;
    margin-bottom: 50px;
}

.our-clients .card {
    background: #495057;
    border-radius: 14px;
    border: 1.4px solid rgba(255, 255, 255, 0.1);
    padding: 35px 25px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.our-clients .card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.our-clients .card .image {
    /* width: 90px; */
    height: 100px;
    border-radius: 20%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.our-clients .card .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

.our-clients .card .job {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
}

.our-clients .card .descrip {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 0;
}
/* Owl Carousel Navigation */
.our-clients .owl-carousel {
    position: relative;
}

.our-clients .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
}

.our-clients .owl-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-clients .owl-carousel .owl-nav button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 49, 146, 0.15);
    border-color: #2e3192;
}

.our-clients .owl-carousel .owl-nav button:active {
    transform: translateY(0);
}

.our-clients .owl-carousel .owl-nav button span {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-2px);
}

.our-clients .owl-carousel .owl-nav .owl-next {
    background: #2e3192;
    color: #ffffff;
}

.our-clients .owl-carousel .owl-nav .owl-next:hover {
    background: #232878;
}

/* Owl Carousel Dots */
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e6e6e6;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: #d1d1d1;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #2e3192;
    width: 12px;
    height: 12px;
    border-color: #ffffff;
    box-shadow: 0 0 0 2px #2e3192;
}

/* Focus States for Accessibility */
.our-clients .owl-carousel .owl-nav button:focus,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(46, 49, 146, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .our-clients .owl-carousel .owl-nav {
        margin-top: 20px;
    }
    
    .our-clients .owl-carousel .owl-nav button {
        width: 38px;
        height: 38px;
    }
    
    .owl-carousel .owl-dots {
        margin-top: 20px;
    }
    
    .owl-carousel .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
    }
    
    .owl-carousel .owl-dots .owl-dot.active {
        width: 10px;
        height: 10px;
    }
}

/* End Our Clients  */

/* Start Footer */
footer {
    background: #1c1f35;
    padding: 100px 0 60px;
}

footer .logo img {
    border-radius: 6px;
}

.login {
    padding: 4px;
    background: white;
    color: black;
}
.login:hover {
    background: #2e3192;
    color: white;
}

footer .links ul {
    margin: 0;
    padding: 0;
}

footer .links ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

footer .links ul li a {
    color: #fff;
}

footer .links ul li:hover a {
    color: #fdd65b;
}

footer .social-media div {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .social-media div a {
    color: #000;
}

footer .social-media div:hover {
    background: #fdd65b;
}

footer .copyright {
    text-align: center;
    margin-top: 50px;
}

footer .copyright ul {
    margin: 0;
    padding: 0;
}

footer .copyright ul li {
    list-style: none;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}

footer .copyright ul li a {
    font-size: 14px;
    color: #fff;
}

footer .logo img {
    border-radius: 6px;
    -webkit-animation: logo-anim 1s ease-in-out infinite alternate;
    animation: logo-anim 1s ease-in-out infinite alternate;
}

@-webkit-keyframes logo-anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes logo-anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

footer .links ul li:hover a {
    color: #fdd65b;
    text-decoration: underline;
}

footer .social-media div {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: social-media-anim 0.5s ease-in-out infinite alternate;
    animation: social-media-anim 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes social-media-anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes social-media-anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

footer .social-media div:hover {
    background: #fdd65b;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

footer .copyright {
    text-align: center;
    margin-top: 50px;
    opacity: 0;
    -webkit-animation: fade-in 1s forwards;
    animation: fade-in 1s forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* End Footer */

/* Start Banner About Us */
.bannar {
    background: url("../img/eltzam_web-02.png");
    background-size: cover;
    background-position: center;
    height: 480px;
    position: relative;
}

.bannar .overlay {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(99.99%, rgba(0, 0, 0, 0.45)),
        to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.45) 99.99%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45) 99.99%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bannar .content {
    position: absolute;
    bottom: 65px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: unset;
}

.bannar .content .sub-title {
    background: #1c1f35;
    height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.bannar .content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: -o-linear-gradient(
        355.94deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
    background: linear-gradient(
        94.06deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
}

.bannar .content .sub-title span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.bannar .content .title {
    font-size: 48px;
    margin-top: 10px;
    color: #fff;
}

/* Animation */
.bannar .content .sub-title,
.bannar .content .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.bannar .content .sub-title {
    -webkit-animation: fadeInLeft 1s ease forwards;
    animation: fadeInLeft 1s ease forwards;
}

.bannar .content .title {
    -webkit-animation: fadeInRight 1s ease forwards;
    animation: fadeInRight 1s ease forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* End Banner About Us */

/* Start introduction */
.introduction {
    padding: 60px 0;
    background-color: #f5f5f5;
    /* border: 3px solid #2e3192;
    border-radius: 6px; */
}

.introduction .image {
    padding: 15px 20px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.introduction .image img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.introduction .image:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.introduction .content .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    color: #2e3192;
    margin-bottom: 20px;
    -webkit-animation: fade-in 1s ease;
    animation: fade-in 1s ease;
}

.introduction .content .descrip {
    font-weight: 400;
    font-size: 18px;
    line-height: 39px;
    color: #666c89;
    -webkit-animation: slide-up 1s ease;
    animation: slide-up 1s ease;
    text-align: justify;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-up {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* End introduction */

/* Start Our Team */
.our-team {
    padding: 60px 0;
}

.our-team .grid-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.our-team .card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.our-team .card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.our-team .card .card-img-top {
    max-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.our-team .card .card-body {
    background: #1c1f35;
    color: #fff;
    padding: 20px;
    position: relative;
}
.pagination-client {
    display: flex;
    justify-center: center;
    items-center: center;
}

.our-team .card .card-name {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.our-team .card .card-job {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.our-team .card .card-text {
    margin-bottom: 20px;
}

.our-team .card .social-media-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 20px;
    right: 20px;
}

.our-team .card .social-media-card .icon {
    margin-left: 10px;
}

.our-team .card .social-media-card a {
    color: #1c1f35;
}

.our-team .grid-card .card .social-media-card {
    width: 120px;
    height: 45px;
    background: -o-linear-gradient(
        355.94deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
    background: linear-gradient(
        94.06deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-team .grid-card .card .social-media-card div {
    margin: 5px;
}

.our-team .grid-card .card .social-media-card a {
    color: #1c1f35;
}

.our-team .grid-card .card .social-media-card a i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.our-team .grid-card .card .social-media-card a:hover i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* End Our Team */

/* Start our-works */
.our-works {
    padding: 60px 0;
}
.our-works .hidden {
    display: none;
}

.our-works .card {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our-works .card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.our-works .card .card-image img {
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px 8px 0 0;
}

.our-works .card .card-body {
    padding: 20px;
}

.our-works .card .card-title {
    font-size: 18px;
    line-height: 1.2;
    color: #2e3192;
    font-weight: 600;
    margin-bottom: 10px;
}

.our-works .card .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #abb0ba;
    margin-bottom: 20px;
}

.our-works .card .link-primary {
    color: #2e3192;
    font-weight: 600;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

.our-works .card .link-primary:hover {
    color: #1c1f35;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.our-works .btn {
    background-color: #1c1f35;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.our-works .btn:hover {
    background-color: #242649;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

/* End our-works */

/* Start Our Members */
.our-members {
    padding: 60px;
}

.our-members .owl-carousel .owl-stage-outer {
    padding: 50px 0 0;
}

.our-members .card-member {
    padding: 80px 30px 30px;
    position: relative;
    background: #1c1f35;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
        -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out,
        -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.our-members .card-member:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.our-members .card-member .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
}

.our-members .card-member .descrip {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    /* text-align: center; */
    color: #f2f2f2;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.our-members .card-member:hover .descrip {
    opacity: 1;
}

.our-members .card-member .title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color: #f2f2f2;
    margin-top: 20px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.our-members .card-member:hover .title {
    opacity: 1;
}

.our-members .card-member .title span {
    display: block;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.our-members .card-member:hover .title span {
    opacity: 1;
}

.owl-members {
    padding: 0 80px;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.5s ease-in-out,
        -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out,
        -webkit-transform 0.5s ease-in-out;
}

.owl-members.loaded {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.owl-members {
    padding: 0 80px;
}

.owl-members .owl-nav {
    display: block !important;
}

.owl-members .owl-nav button {
    background: #1c1f35 !important;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
        -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out,
        -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.owl-members .owl-nav button i {
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.owl-members .owl-nav .owl-prev {
    left: -25px;
}

.owl-members .owl-nav .owl-next {
    right: -25px;
}

.owl-members .owl-nav button:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.owl-members .owl-nav button:hover i {
    color: #f2f2f2;
}

/* End Our Members */
.bannar-sharia-council {
    background-image: url("../img/AMAR.png");
    background-position: top;
}

/* Start scientific-research */
.scientific-research {
    padding: 60px 0;
}

.scientific-research .image-box {
    margin-bottom: 25px;
}

.scientific-research .text-box p {
    color: #666c89;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.scientific-research .text-box p:last-child {
    margin: 0;
}

/* Additional Effects */

.scientific-research .title-box {
    text-align: center;
}

.scientific-research .image-box img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.scientific-research .text-box p {
    line-height: 1.8;
}

/* Animation */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.scientific-research .image-box,
.scientific-research .text-box {
    -webkit-animation: fadeInUp 1s ease-in-out;
    animation: fadeInUp 1s ease-in-out;
}

.bannar-services {
    background-image: url("../img/eltzam_web-02.png");
}

/* End scientific-research */

/* Start How-We Works */
.how-we-works {
    padding: 60px 0 90px;
}

.how-we-works .frame-img {
    position: relative;
}

.how-we-works .frame-img .rel-img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(30px, 30px);
    border-top: 30px solid #fff;
    border-left: 30px solid #fff;
    -webkit-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.right-box .item-serv {
    grid-gap: 15px;
    margin-bottom: 30px;
}

.right-box .item-serv:last-child {
    margin: 0;
}

.right-box .item-serv .icon-circle {
    width: 60px;
    height: 60px;
    background: #1c1f35;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
}

.right-box .item-serv .icon-circle i {
    color: #fff;
}

.right-box .item-serv .content .title {
    color: #1c1f35;
    font-size: 22px;
    line-height: 1.4;
}

.right-box .item-serv .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #666c89;
}

.how-we-works .frame-img:hover .rel-img {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.right-box .item-serv .icon-circle {
    width: 60px;
    height: 60px;
    background: #1c1f35;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.right-box .item-serv:hover .icon-circle {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/* End How-We Works */

/* Start Banner legal-certificates */
.bannar-legal-certificates {
    background-image: url("../img/Background-certif.png");
    background-position: top;
}

.certificates .title-box .descrip {
    color: #666c89;
    font-size: 16px;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

/* End Banner legal-certificates */
/* Start Fatwa */
.agreement {
    padding: 0px 0 20px;
}

.agreement .accordion-item {
    border: 2px solid #1c1f35;
    margin-bottom: 5px;
}

.agreement .accordion-button {
    background: #1c1f35;
    color: #fff;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.agreement .accordion-button:not(.collapsed) {
    background: #1c1f35;
    color: #fff;
}

.agreement .accordion-button::after {
    background-image: url("../img/arrow_drop_down.png");
    height: 10px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.agreement .accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow_drop_down.png");
}

.agreement .accordion-button:focus {
    border-color: transparent;
    outline: 0;
}

.agreement .accordion-body {
    color: #666c89;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, max-height 0.3s ease;
    -o-transition: opacity 0.3s ease, max-height 0.3s ease;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.agreement .accordion-collapse.show .accordion-body {
    opacity: 1;
    max-height: 500px;
    -webkit-transition: opacity 0.3s ease, max-height 0.3s ease;
    -o-transition: opacity 0.3s ease, max-height 0.3s ease;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

/* End Fatwa */

/*Start Contact Us*/
.contact-us {
    padding: 60px 0;
}

.bannar-contact-us {
    background-image: url("../img/Background-contact-us.png");
}

.box-form {
    max-width: 960px;
    background: #091242;
    padding: 100px;
    margin: auto;
}

.contact-us .title-box .title {
    color: #fff;
    margin-bottom: 20px;
}

.contact-us .title-box .sub-title {
    background-color: #273270;
}

.contact-us .title-box p {
    color: #fff;
    margin-bottom: 20px;
}

.contact-us .title-box .sub-title p {
    margin: 0;
}

.contact-us .title-box .sub-title::before {
    background: -o-linear-gradient(
        355.94deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
    background: linear-gradient(
        94.06deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
}

.contact-us .grid-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 20px 60px;
    padding: 0 40px;
    margin-bottom: 40px;
}

.contact-us .grid-icons .item-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    grid-gap: 10px;
    text-align: center;
}

.contact-us .grid-icons .item-cont .icon-circle {
    background: #273270;
    border: 1px solid #273270;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-us .grid-icons .item-cont .icon-circle i {
    color: #fff;
}

.contact-us .grid-icons .item-cont span {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.contact-us .g-tow-col {
    grid-gap: 30px;
    margin-bottom: 20px;
}

.contact-us .g-tow-col .form-area {
    width: 50%;
}

.contact-us input,
.contact-us select,
.contact-us textarea {
    border: 1px solid rgba(224, 224, 224, 1);
    background: transparent;
    height: 60px;
    padding: 7px 20px;
    width: 100%;
    color: #fff; /* Text color for selected option */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.contact-us select option {
    color: #000; /* Text color for options in the dropdown */
    background-color: #fff; /* Background color of options */
}

.contact-us select:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.contact-us select option[selected] {
    color: #fff; /* Ensures selected option text color is white */
}

.contact-us textarea::-webkit-input-placeholder,
.contact-us input::-webkit-input-placeholder {
    color: #fff;
}

.contact-us textarea::-moz-placeholder,
.contact-us input::-moz-placeholder {
    color: #fff;
}

.contact-us textarea:-ms-input-placeholder,
.contact-us input:-ms-input-placeholder {
    color: #fff;
}

.contact-us textarea::-ms-input-placeholder,
.contact-us input::-ms-input-placeholder {
    color: #fff;
}

.contact-us textarea::placeholder,
.contact-us input::placeholder {
    color: #fff;
}

.contact-us .btn-submit {
    background: -o-linear-gradient(
        355.94deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
    background: linear-gradient(
        94.06deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
    height: 60px;
    padding: 20px 30px;
    width: 194px;
    margin: 40px auto 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #23212a;
}

.box-form {
    -webkit-animation: slide-up 0.8s ease;

    animation: slide-up 0.8s ease;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.contact-us .title-box .title {
    color: #fff;
    margin-bottom: 20px;
    -webkit-animation: fade-in 0.8s ease;
    animation: fade-in 0.8s ease;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.contact-us .title-box .sub-title {
    -webkit-animation: pulse 1.5s infinite;

    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.contact-us .title-box p {
    color: #fff;
}

.contact-us .grid-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 40px;
    -webkit-animation: fade-in 0.8s ease;
    animation: fade-in 0.8s ease;
}

.contact-us .grid-icons .item-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-us .grid-icons .item-cont .icon-circle {
    background: #273270;
    border: 1px solid #273270;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-us .grid-icons .item-cont .icon-circle i {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.contact-us .grid-icons .item-cont span {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.contact-us .grid-icons .item-cont:hover .icon-circle {
    background: #fff;
    border-color: #fff;
}

.contact-us .grid-icons .item-cont:hover .icon-circle i {
    color: #273270;
}

.contact-us .g-tow-col {
    grid-gap: 30px;
    margin-bottom: 20px;
    -webkit-animation: fade-in 0.8s ease;
    animation: fade-in 0.8s ease;
}

.contact-us .g-tow-col .form-area {
    width: 50%;
}
.contact-us .g-three-col .form-area {
    width: 100%;
}

.contact-us input,
.contact-us textarea {
    border: 1px solid rgba(224, 224, 224, 1);
    background: transparent;
    height: 60px;
    padding: 7px 20px;
    width: 100%;
    color: #fff;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.contact-us input::-webkit-input-placeholder,
.contact-us textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.contact-us input::-moz-placeholder,
.contact-us textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

.contact-us input:-ms-input-placeholder,
.contact-us textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.contact-us input::-ms-input-placeholder,
.contact-us textarea::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.contact-us input::placeholder,
.contact-us textarea::placeholder {
    color: #fff;
    opacity: 0.5;
}

.contact-us textarea {
    resize: none;
}

.contact-us .form-area {
    margin-bottom: 20px;
    -webkit-animation: fade-in 0.8s ease;
    animation: fade-in 0.8s ease;
}

.contact-us .btn-submit {
    background: -o-linear-gradient(
        355.94deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
    background: linear-gradient(
        94.06deg,
        #ffb629 -1.21%,
        #ffda56 58.66%,
        #ffd7a6 116.84%
    );
    height: 60px;
    padding: 20px 30px;
    width: 194px;
    margin: 40px auto 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #23212a;
    text-align: center;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-animation: fade-in 0.8s ease;
    animation: fade-in 0.8s ease;
}

.contact-us .btn-submit:hover {
    background: #ffd7a6;
}

.contact-us input:focus {
    border-color: #ffd7a6;
    outline: none;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 215, 166, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 215, 166, 0.5);
}

/* End Contact Us */

/**/

.navbar-mobile {
    display: none;
}

.navbar-en .colse {
    padding: 20px;
}

.navbar-en .sidenav ul li a i {
    margin-right: 10px;
}

.frame-img {
    width: max-content;
}

.hidden-card {
    display: none;
}
.more {
    display: none;
}

/* Navbar styling */
.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav {
    margin-left: 2rem;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        margin-left: 0;
    }
    
    .navbar .container {
        flex-wrap: wrap;
    }
    
    .d-flex.align-items-center {
        order: 2;
    }
}

/* Navbar styling */
.navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar-collapse {
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        text-align: center;
    }
    
    .navbar .d-flex.align-items-center {
        justify-content: center;
        margin-top: 1rem;
    }
}

.pagination .page-link {
    padding: 0.2rem 0.4rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    font-size: 10px;
    border-radius: 50px;
  }