﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

:root {
    --theme-color: #374868;
    --theme-color2: #FFD54F;
    --title-color: #03060E;
    --body-color: #4E4E4E;
    --smoke-color: #F0F0F0;
    --smoke-color2: #F8F8F8;
    --smoke-color3: #C5DACC;
    --smoke-color4: #E9F5ED;
    --black-color: #000000;
    --black-color2: #0A0A0A;
    --gray-color: #D8DDE1;
    --white-color: #ffffff;
    --light-color: #B7BEC8;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font: "Playfair Display", serif;
    --body-font: "Inter", serif;
    --icon-font: "Font Awesome 7 Free"; 
    --main-container: 1620px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --color-green: #007d3a;
}


body {
    font-family: 'Open Sans', sans-serif !important;
    background: #fff;
    color: #222;
}
/**/


a {
    text-decoration: none !important;
    outline: 0 !important;
}

    a:active, a.nice-select.open, .currency-menu a.nice-select.open, .header-layout5 .langauge a.nice-select.open, .header-layout6 .langauge a.nice-select.open, .header-layout6 .header-right .langauge a.nice-select.open, .package-form a.nice-select.open, a:focus, a:hover, a:visited {
        text-decoration: none !important;
        outline: 0 !important;
    }



/*body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}*/
body.body-shape:before, body.body-shape:after {
    content: "";
    position: absolute;
    top: -50px;
    width: 239px;
    height: 350px;
    background-image: url("../Media/Images/body-shape.png");
    background-repeat: left top;
    background-repeat: no-repeat;
    z-index: -1;
}

    body.body-shape:before {
        left: 0;
        background-position: left center;
    }

    body.body-shape:after {
        top: -30px;
        right: 0;
        background-image: url("../Media/Images/body-shape2.png");
        background-position: right top;
    }

/*header video START*/
header.home-hero {
    position: relative;
    height: 750px;
    min-height: 500px;
    width: 100%;
    overflow: hidden;
}

    header.home-hero .container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 7%;
        top: auto;
        z-index: 2;
        height: auto;
        transform: none;
        /* Remove or override any previous top:60% or similar */
    }

    header.home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
       /* background: linear-gradient(120deg, rgba(30,40,60,0.55) 0%, rgba(0,0,0,0.25) 100%);*/
        z-index: 1;
    }

    header.home-hero .banner-text {
        position: relative;
        z-index: 2;
        animation: fadeInUp 1.2s;
    }

.banner-text h2, .sec-title {
    font-family: var(--title-font), serif;
    font-size: 2.8rem;
    letter-spacing: 1.5px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-container {
    background: rgba(28, 25, 20,0.5);
    border-left: 1px solid #025373;
    border-right: 1px solid #025373;
    max-height: 30%;
    top: 55%;
}

header.home-hero video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
}

.bg-light-blue {
    background: #26839B;
    color: #fff;
}

@media (max-width: 767px) {
    header.home-hero {
        height: 600px;
        min-height: 400px;
    }

        header.home-hero video {
            position: absolute;
            left: 50%;
            top: 0;
            width: 100vw;
            height: 100%;
            min-width: 100vw;
            min-height: 100%;
            max-width: none;
            max-height: none;
            object-fit: cover;
            transform: translateX(-50%);
            z-index: 0;
        }

        header.home-hero .container {
            bottom: 10%;
            padding-left: 10px;
            padding-right: 10px;
        }

    .banner-text {
        max-width: 80vw;
        padding: 1.2rem 1rem 1.2rem 1rem !important;
        margin-top: 1.2rem !important;
        margin-bottom: 1rem !important;
        border-left-width: 3px;
        border-radius: 14px;
        font-size: 0.98rem !important;
        box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.10) !important;
    }

        .banner-text h2 {
            font-size: 1.5rem !important;
            margin-bottom: 0.7rem !important;
        }

        .banner-text p {
            font-size: 1rem !important;
            margin-bottom: 1.2rem !important;
        }

        .banner-text .btn-find-out {
            font-size: 1rem !important;
            padding: 12px 22px !important;
        }
}

/*menu*/
.nav-scroll-bg {
    background: rgba(230, 249, 236,0.40) !important;
}

.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(2, 83, 115, 1) !important;
}

.navbar-brand img {
    max-width: 200px;
}

/*Footer*/
.footer-main {
    background-color: #4ca475;
    color:#fff;
}

.footer-copyright {
    background-color: #3c835d;
    box-shadow: 0 -1px 8px 0 #2d6246;
}

body.body-pattern {
    background-image: url("../Media/Images/pattern.png");
}

/*------------------- 3.1. Preloader -------------------*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color);
}

    .preloader .th-btn {
        color: var(--title-color);
    }

        .preloader .th-btn:hover {
            color: var(--title-color);
        }

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}

    .preloader-inner img {
        display: block;
        margin: 0 auto 30px auto;
    }
@media (max-width: 782px) {
    .logged-in .sticky-wrapper.sticky,
    .logged-in .preloader .th-btn {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .logged-in .sticky-wrapper.sticky,
    .logged-in .preloader .th-btn {
        top: 0;
    }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .th-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: var(--smoke-color);
    }

        .th-menu-wrapper .mobile-logo svg {
            max-width: 185px;
        }

    .th-menu-wrapper .th-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: -16.5px;
        top: 25px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 18px;
        z-index: 1;
        color: var(--title-color);
        background-color: var(--theme-color2);
        border-radius: 50%;
    }

        .th-menu-wrapper .th-menu-toggle:hover {
            background-color: var(--title-color);
            color: var(--white-color);
        }

    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid var(--theme-color2);
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        z-index: 1;
    }

    .th-menu-wrapper.th-body-visible {
        opacity: 1;
        visibility: visible;
    }

        .th-menu-wrapper.th-body-visible .th-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
    /***scroll-bar***/
}

    .th-mobile-menu::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 0px;
    }

    .th-mobile-menu::-webkit-scrollbar-track {
        background: white;
        box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
        border-radius: 0px;
    }

    .th-mobile-menu::-webkit-scrollbar-thumb {
        background-color: var(--theme-color);
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
        border-radius: 0px;
    }

    .th-mobile-menu ul {
        margin: 0;
        padding: 0 0;
    }

        .th-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none;
        }

            .th-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1;
            }

            .th-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 12px 0;
                line-height: 1.4;
                font-size: 16px;
                text-transform: capitalize;
                color: var(--title-color);
                padding-left: 18px;
            }

                .th-mobile-menu ul li a:before {
                    content: "\f105";
                    font-family: var(--icon-font);
                    position: absolute;
                    left: 0;
                    top: 12px;
                    font-weight: 900;
                    margin-right: 10px;
                    display: inline-block;
                }

            .th-mobile-menu ul li.th-active > a {
                color: var(--theme-color);
            }

                .th-mobile-menu ul li.th-active > a:before {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .th-mobile-menu ul li ul li {
                padding-left: 20px;
            }

                .th-mobile-menu ul li ul li:last-child {
                    border-bottom: none;
                }

        .th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: var(--smoke-color);
            color: var(--title-color);
            box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
            border-radius: 50%;
        }

            .th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
                content: '\f107';
                font-weight:900;
                font-family: var(--icon-font);
            }

        .th-mobile-menu ul .th-item-has-children > a:after {
            content: "\f105";
            font-weight:900;
            font-family: var(--icon-font);
            width: 22px;
            height: 22px;
            line-height: 22px;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            border-radius: 50px;
            background-color: var(--smoke-color);
            float: right;
            margin-top: 1px;
        }

        .th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
            content: '\f068';
        }

        .th-mobile-menu ul .th-item-has-children.th-active > a:after {
            content: "\f068";
        }

    .th-mobile-menu > ul {
        padding: 0 40px;
    }

        .th-mobile-menu > ul > li:last-child {
            border-bottom: none;
        }

.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 8px;
}

    .th-menu-toggle:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
    }

    .th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
        width: auto;
        height: auto;
        background-color: transparent;
        color: var(--title-color);
        font-size: 20px;
    }

        .th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
            margin-right: 10px;
        }

    .th-menu-toggle.style-text-white {
        color: var(--white-color);
    }

@media (max-width: 400px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px;
    }

    .th-mobile-menu > ul {
        padding: 0 20px;
    }
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
    position: relative;
    z-index: 41;
}

    .th-header .th-btn {
        padding: 15px 24px;
    }

.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .sticky-wrapper.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: var(--white-color);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
        -webkit-animation: stickyAni 0.4s ease-in-out;
        animation: stickyAni 0.4s ease-in-out;
    }

@-webkit-keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

@keyframes stickyAni {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

    .main-menu a:hover {
        color: var(--theme-color2);
    }

.main-menu > ul > li {
    margin: 0 16px;
}

    .main-menu > ul > li > a {
        padding: 5px 0;
    }

        .main-menu > ul > li > a:before {
            content: '';
            height: 2px;
            width: 0;
            background-color: var(--theme-color2);
            position: absolute;
            bottom: 0;
            right: 0;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

        .main-menu > ul > li > a:hover {
            color: var(--theme-color2);
        }

            .main-menu > ul > li > a:hover:before {
                width: 100%;
                right: unset;
                left: 0;
            }

.main-menu ul {
    margin: 0;
    padding: 0;
}

    .main-menu ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        .main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
            content: "\f078";
            display: inline-block;
            position: relative;
            font-family: var(--icon-font);
            margin-left: 5px;
            font-weight: 600;
            top: 0;
            font-size: 0.9em;
            color: inherit;
            -webkit-transition: -webkit-transform 0.4s ease-in-out;
            transition: -webkit-transform 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out;
            transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        }

        .main-menu ul li:has(.sub-menu) > a:hover:after, .main-menu ul li:has(.mega-menu) > a:hover:after, .main-menu ul li.menu-item-has-children > a:hover:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .main-menu ul li:last-child {
            margin-right: 0 !important;
        }

        .main-menu ul li:first-child {
            margin-left: 0 !important;
        }

        .main-menu ul li:hover > ul.sub-menu {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            z-index: 9;
        }

        .main-menu ul li:hover ul.mega-menu {
            visibility: visible;
            opacity: 1;
            z-index: 9;
            -webkit-transform: scaleY(1) translateX(0%);
            -ms-transform: scaleY(1) translateX(0%);
            transform: scaleY(1) translateX(0%);
            /* Medium Large devices */
        }

@media (max-width: 1399px) {
    .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(12%);
        -ms-transform: scaleY(1) translateX(12%);
        transform: scaleY(1) translateX(12%);
    }
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    visibility: hidden;
    min-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-bottom: 3px solid var(--theme-color);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu {
    padding: 10px;
 /*   left: -27px;*/
}

    .main-menu ul.sub-menu li {
        display: block;
        margin: 0 0;
        padding: 0px 9px;
    }

        .main-menu ul.sub-menu li:not(:last-child) {
            margin-bottom: 5px;
        }

        .main-menu ul.sub-menu li.menu-item-has-children > a:after {
            content: "\f107";
            float: right;
            top: 1px;
            display: inline-block;
        }

        .main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
            content: "\f106";
        }

        .main-menu ul.sub-menu li a {
            position: relative;
            padding-left: 0;
            text-transform: capitalize;
            color: #000;
        }

            .main-menu ul.sub-menu li a:before {
                content: "\f678";
                position: absolute;
                top: 6px;
                left: 10px;
                font-family: var(--icon-font);
                font-weight: 900;
                width: 13px;
                height: 16px;
                text-align: center;
                display: inline-block;
                font-size: 16px;
                line-height: 1;
                color: var(--theme-color);
               /* font-weight: 500;*/
                opacity: 0;
                visibility: visible;
                -webkit-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

            .main-menu ul.sub-menu li a:hover {
                padding-left: 23px;
            }

                .main-menu ul.sub-menu li a:hover:before {
                    visibility: visible;
                    opacity: 1;
                    left: 0;
                    color: var(--theme-color2);
                }

        .main-menu ul.sub-menu li ul.sub-menu {
            left: 100%;
            right: auto;
            top: 0;
            margin: 0 0;
            margin-left: 20px;
        }

            .main-menu ul.sub-menu li ul.sub-menu li ul {
                left: 100%;
                right: auto;
            }

.main-menu .mega-menu-wrap {
    position: static;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

    .header-button .icon-btn {
        position: relative;
    }

    .header-button .search-form {
        position: relative;
    }

@media (max-width: 1399px) {
    .header-button .search-form {
        display: none;
    }
}

.header-button .search-form input {
    width: 225px;
    height: 48px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 8px;
}

.header-button .search-form button {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: transparent;
    border: 0;
    color: var(--title-color);
}

.header-button li {
    list-style: none;
}

    .header-button li .currency-menu {
        background-color: transparent;
        border: 1px solid #E4E4E6;
        border-radius: 8px;
        height: 48px;
        padding: 10px 25px;
    }

    .header-button li .dropdown-menu {
        padding: 30px 40px 18px;
        border-bottom: none;
    }

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--title-font);
}

    .header-links li input {
        background-color: transparent;
        border: none;
        padding: 0;
        height: auto;
    }

    .header-links li:not(:last-child) {
        margin: 0 18px 0 0;
    }

    .header-links li.input:after {
        content: '\f0d7';
        font-family: var(--icon-font);
        font-weight: 600;
        position: absolute;
        top: -2px;
        right: 8px;
    }

    .header-links li > i {
        color: var(--theme-color2);
        margin-right: 6px;
    }

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    font-family: var(--body-font);
    font-size: 14px;
    color: var(--white-color);
}

@media (max-width: 320px) {
    .header-links li,
    .header-links span,
    .header-links p,
    .header-links a {
        font-size: 12px;
    }
}

.header-links li img,
.header-links span img,
.header-links p img,
.header-links a img {
    margin-right: 8px;
}

.header-links a:hover {
    color: var(--theme-color);
}

.header-links i {
    color: var(--theme-color2);
}

.header-links b,
.header-links strong {
    font-weight: 600;
}

.social-links .social-title {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: var(--body-font);
    color: var(--body-color);
}

@media (max-width: 1599px) {
    .social-links .social-title {
        display: none;
    }
}

.social-links a {
    font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .social-links a:last-child {
        margin-right: 0 !important;
    }

    .social-links a:hover {
        color: var(--theme-color);
    }

        .social-links a:hover i {
            -webkit-animation: slideTop 0.5s;
            animation: slideTop 0.5s;
        }

.header-social .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: var(--body-color);
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0;
}

    .header-social a:last-child {
        margin-right: 0;
    }

    .header-social a:hover {
        color: #57B33E;
    }

.header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .header-logo {
        max-width: 150px;
    }

        .header-logo .icon-masking .mask-icon {
            -webkit-mask-size: cover;
            mask-size: cover;
        }
}

/* Large devices */
@media (max-width: 1199px) {
    .main-menu > ul > li > a {
        padding: 37px 0;
    }
}

.header-button .th-btn {
    /* Medium Large devices */
}

@media (max-width: 1399px) {
    .header-button .th-btn {
        display: none;
    }
}

/* header layout1 start  ---------------------------------- */
.header-layout1 .sticky-wrapper.sticky .menu-area {
    padding: 0;
}

    .header-layout1 .sticky-wrapper.sticky .menu-area:before {
        display: none;
    }

.header-top {
    background: transparent;
    border-bottom: none;
    padding: 0.5rem 0;
}

    .header-top .header-links ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 2rem;
        align-items: center;
    }

    .header-top .header-links li {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

.above-h-s {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #ffe066 !important;
    color: #333 !important;
    border-radius: 50% !important;
    padding:5px;
    width: 1rem !important;
    height: 1rem !important;
    font-size: 1rem !important;
    margin-right: 0.3rem !important;
    box-shadow: 0 2px 6px rgba(255, 224, 102, 0.2) !important;
    vertical-align: middle !important;
}

    .header-top .header-links a,
    .header-top .header-links li,
    .header-top .header-links span,
    .header-top .header-links p,
    .header-top .header-social a {
        color: #fff !important;
    }

    .header-top .header-links a {
        font-weight: 500;
        text-decoration: none;
        transition: color 0.2s;
    }

        .header-top .header-links a:hover {
            color: #ffe066;
        }

    .header-top .langauge select {
        border-radius: 0.5rem;
        border: 1px solid #ffe066;
        padding: 0.25rem 0.75rem;
        background: transparent;
        color: #fff;
        font-size: 0.95rem;
    }

    .header-top .header-social a {
        margin-right: 0.5rem;
    }

    .header-top .header-social a:last-child i {
        margin-right: 0;
    }


.header-layout1 .menu-area {
    padding: 0px 10px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    background: #007d3a;
    /* Small devices */
}
.menu-area-sticky {
    background: #fff !important;
}

    .menu-area-sticky a {
        color: #000 !important;
    }

.menu-area {
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s;
    will-change: transform, opacity;
}

.menu-area-sticky {  
    animation: menuAreaSlideDown 0.4s cubic-bezier(0.4,0,0.2,1);
}

.menu-area:not(.menu-area-sticky) {
    animation: menuAreaSlideUp 0.4s cubic-bezier(0.4,0,0.2,1);
}

@keyframes menuAreaSlideDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes menuAreaSlideUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-40px);
    }
}

@media (max-width: 767px) {
    .header-layout1 .menu-area {
        padding: 0 10px;
    }
}

.header-layout1 .menu-area:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 15%;   
    border-radius: 8px 0 0 8px;
}

@media (max-width: 1699px) {
    .header-layout1 .menu-area:before {
        width: 18%;
    }
}

@media (max-width: 1299px) {
    .header-layout1 .menu-area:before {
        width: 22%;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .menu-area:before {
        width: 28%;
    }
}

@media (max-width: 991px) {
    .header-layout1 .menu-area:before {
        width: 37%;
    }
}

@media (max-width: 767px) {
    .header-layout1 .menu-area:before {
        width: 50%;
    }
}
.header-layout1 .main-menu > ul > li {
    margin: 0 15px;
}

.header-layout1 .th-btn {
    /* Medium Large devices */
    /* Extra small devices */
}

@media (max-width: 1299px) {
    .header-layout1 .th-btn {
        padding: 15px 20px;
    }
}

@media (max-width: 575px) {
    .header-layout1 .th-btn {
        display: none;
    }
}

.header-layout1 .header-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-layout1 .header-logo {
    text-align: center;
}

.header-layout1 .main-menu > ul > li > a {
    padding: 20px 0;
}

.header-layout1 .main-menu > ul > li {
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .header-layout1 .main-menu > ul > li {
        margin: 0 10px;
    }
}

.header-layout1.unittest-header .logo-bg {
    display: none;
}

.header-layout1.unittest-header .menu-area:before {
    display: none;
}

.header-layout1.unittest-header .header-logo {
    margin: 0;
}

.header-layout1.unittest-header .main-menu > ul > li {
    /* Medium Large devices */
}

@media (max-width: 1299px) {
    .header-layout1.unittest-header .main-menu > ul > li {
        margin: 0 12px;
    }
}

@media (min-width: 1200px) {
    .header-layout1 {
        --main-container: 1800px;
    }
}

@media (min-width: 2580px) and (max-width: 4180px) {
    .header-layout1 .logo-bg {
        width: 10%;
    }
}

/* header layout1 end  ---------------------------------- */


.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .scroll-top:after {
        content: "\f062";
        font-family: var(--icon-font);
        font-weight:900;
        position: absolute;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        color: var(--theme-color2);
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        cursor: pointer;
        display: block;
        z-index: 1;
        border: 2px solid var(--theme-color2);
        box-shadow: none;
        border-radius: 50%;
    }

    .scroll-top svg {
        color: var(--theme-color2);
        border-radius: 50%;
        background: var(--white-color);
    }

        .scroll-top svg path {
            fill: none;
        }

    .scroll-top .progress-circle path {
        stroke: var(--theme-color2);
        stroke-width: 20px;
        box-sizing: border-box;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .scroll-top.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.nice-select:after {
    content: '';
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    border-bottom: 1px solid var(--body-color);
    border-right: 1px solid var(--body-color);
    position: absolute;
    right: 20px;
    line-height: calc(var(--input-height) - 2px);
    top: 21px;
    height: 8px;
    width: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    border-radius: 0;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-bottom: 1px solid var(--theme-color);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

    .nice-select.disabled:after {
        border-color: #cccccc;
    }

.nice-select.wide {
    width: 100%;
}

    .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }

.nice-select.right {
    float: right;
}

    .nice-select.right .list {
        left: auto;
        right: 0;
    }

.nice-select.small {
    font-size: 12px;
    height: 25px;
    line-height: 15px;
}

    .nice-select.small:after {
        height: 4px;
        width: 4px;
    }

    .nice-select.small .option {
        line-height: 15px;
        min-height: 15px;
    }

.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-28px);
    -ms-transform: scale(0.75) translateY(-28px);
    transform: scale(0.75) translateY(-28px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

    .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
    }

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: var(--smoke-color);
    }

    .nice-select .option.selected {
        font-weight: bold;
    }

    .nice-select .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default;
    }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*.banner-text
{

}

.btn-find-out {
    text-transform: capitalize;
    border-radius: 55px;
    color: #000 !important;
    line-height: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: pre;
    z-index: 1;
    border: 0;
    background-color: #FFD54F;
    padding: 20px 30px;
    font-weight: bold;
}

    .btn-find-out:after {
        background-color: #1c1e211f;
        border-radius: 50%;
        content: '';
        height: 167px;
        min-width: 167px;
        position: absolute;
        top: 100%;
        transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
        width: 100%;
        z-index: -1;
        left: 0;
    }

    .btn-find-out:hover:after {
        transform: scale(2.47) translateY(0);
        top: 100%;
    }*/

.banner-text {
    background: rgba(28, 25, 20, 0.65);
    border-radius: 24px;
    padding: 2.5rem 2rem 2.5rem 2.5rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    color: #fff;
    position: relative;
    z-index: 3;
    max-width: 520px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(2px);
    border-left: 4px solid var(--theme-color2);
}

    .banner-text h2 {
        font-family: var(--title-font), serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--theme-color2);
        text-shadow: 0 2px 12px rgba(0,0,0,0.25);
        margin-bottom: 1rem;
    }

    .banner-text p {
        font-size: 1.25rem;
        color: #fff;
        margin-bottom: 2rem;
        text-shadow: 0 1px 8px rgba(0,0,0,0.18);
    }

    .banner-text .btn-find-out {
        font-size: 1.15rem;
        padding: 18px 38px;
        background: linear-gradient(90deg, var(--theme-color2) 60%, #ffe082 100%);
        color: #222 !important;
        border-radius: 55px;
        font-weight: bold;
        box-shadow: 0 4px 24px 0 rgba(255, 213, 79, 0.18);
        transition: background 0.3s, color 0.3s, box-shadow 0.3s;
        border: none;
        outline: none;
    }

        .banner-text .btn-find-out:hover,
        .banner-text .btn-find-out:focus {
            background: linear-gradient(90deg, #ffe082 0%, var(--theme-color2) 100%);
            color: #000 !important;
            box-shadow: 0 6px 32px 0 rgba(255, 213, 79, 0.28);
            text-decoration: none;
        }


  /* HAJJ SECTION*/

.hajj-main-section {
    margin:0;
    padding:3.5rem 2rem;
}

.hajj-row-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: stretch;
}

.hajj-section {
    flex: 1 1 280px;
    min-width: 240px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: url('/Media/Images/kaaba.jpg') center center/cover no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 4px 18px 0 rgba(31, 38, 135, 0.12);
    min-height: 250px; /* Minimum height for desktops */
}

.hajj-section-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hajj-section-title {
    color: #145a32;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.hajj-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.2rem;
}

    .hajj-list li {
        color: #fff;
        font-size: 1.18rem;
        font-weight: 600;
        margin-bottom: 1.1rem;
        letter-spacing: 0.01em;
        text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    }

.hajj-info-section {
    flex: 2 1 400px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .hajj-info-section p {
        margin-bottom: 1.2rem;
        font-size: 1.08rem;
    }

.tips-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.tip-link {
    display: inline-block;
    background: #007bff;
    color: #fff;
    border-radius: 2rem;
    padding: 0.5rem 1.3rem;
    font-size: 0.98rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0.3rem;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}

    .tip-link:hover,
    .tip-link:focus {
        background: #0056b3;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 900px) {
    .hajj-row-section {
        flex-direction: column;
        gap: 1rem;
    }

    .hajj-main-section {
        padding: 2rem 1rem;
    }

    .hajj-section,
    .hajj-info-section {
        max-width: 100%;
        min-width: 0;
    }

    .hajj-section {
        min-height: 150px; /* Minimum height for small devices */
    }

    .hajj-section-title {
        font-size: 1.5rem;
    }
}

/*EVENTSSSSS*/

/* event area -------------------------*/
.event-card {
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    /* Medium Large devices */
    /* Small devices */
}

@media (max-width: 1399px) {
    .event-card {
        width: 100%;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .event-card {
        display: block;
    }
}

.event-card:not(:last-child) {
    margin-bottom: 32px;
}

.event-card .th-btn:hover .btn-text:before,
.event-card .th-btn:hover .btn-text:after {
    color: var(--white-color);
}

.event-card .box-img {
    position: relative;
    min-width: 236px;
    border-radius: 8px;
    z-index: 2;
    padding:10PX; 
   
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .event-card .box-img {
        margin-bottom: 0;
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .event-card .box-img {
        margin-bottom: 20px;
    }
}

.event-card .box-img .badge {
    -webkit-clip-path: path("M0 0H54V23H0L4.5 11.5L0 0Z");
    clip-path: path("M0 0H54V23H0L4.5 11.5L0 0Z");
    background-color: var(--theme-color2);
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--title-color);
    padding: 4.5px 8px;
    min-width: 54px;
    top: 16px;
    right: -1px;
    position:absolute;
}

.event-card .box-img img {
    border-radius: 8px;
}

.event-card .box-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: #007d3a;
    font-weight:bold;
    /* Extra large devices */
}

.box-title a {
    text-decoration: none !important;
    color: #007d3a;
    font-weight: bold;
}

.color-green {
    color: #007d3a;
}


@media (max-width: 1500px) {
    .event-card .box-title {
        font-size: 22px;
    }
}

.event-card .box-text {
    margin-bottom: 25px;
}

.event-card .event-meta {
    margin-bottom: 20px;
}

    .event-card .event-meta a {
        color: var(--body-color);
    }

        .event-card .event-meta a i {
            color: var(--theme-color);
            margin-right: 8px;
        }

        .event-card .event-meta a:not(:first-child) {
            margin-left: 16px;
        }

.global-img {
    position: relative;
    min-width: 50%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* Medium devices */
}

    .global-img:after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 1;
    }

    .global-img img {
        width: 100%;
        object-fit: cover;
        -webkit-transition: 1.3s all ease;
        transition: 1.3s all ease;
    }

@media (max-width: 991px) {
    .global-img {
        margin-bottom: 30px;
    }
}

.global-img:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.global-img:hover:after {
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent;
}



.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: var(--color-green);
    font-family: var(--body-font);
    border: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    padding: 12px 30px;
    border-radius: 8px;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
    overflow: hidden;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .th-btn .btn-text {
        display: inline-block;
        position: relative;
        z-index: 1;
        margin-bottom: 2px;
        text-align: center;
    }

        .th-btn .btn-text::after {
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            display: block;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            position: absolute;
            background: transparent;
            color: var(--white-color);
            content: attr(data-back);
            -webkit-transform: translateY(240%);
            -ms-transform: translateY(240%);
            transform: translateY(240%);
        }

        .th-btn .btn-text::before {
            top: 0;
            left: 0;
            opacity: 1;
            display: block;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            position: relative;
            color: var(--white-color);
            content: attr(data-front);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

    .th-btn::after {
        content: "";
        width: 100%;
        height: 100%;
        background: var(--title-color);
        position: absolute;
        top: 100%;
        left: 0;
        border-radius: 100%;
        z-index: -1;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .th-btn:hover {
        color: var(--white-color);
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

        .th-btn:hover::after {
            top: 0%;
            border-radius: 0%;
        }

        .th-btn:hover .btn-text::after {
            opacity: 1;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }

        .th-btn:hover .btn-text::before {
            opacity: 0;
            -webkit-transform: translateY(-240%);
            -ms-transform: translateY(-240%);
            transform: translateY(-240%);
        }

.custom-article-card {
    transition: transform 0.2s, box-shadow 0.2s;
    background: linear-gradient(135deg, #f8fafc 0%, #e9ecef 100%);
    border-radius: 1rem;
}

    .custom-article-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    }

.article-author-img {
    width: 120px;
    height: 140px;
    object-fit: cover;
    border-radius: 30% / 40%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    aspect-ratio: 3 / 4;
}

.card-title {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}

.badge {
    font-size: 0.95rem;
    padding: 0.5em 1em;
    border-radius: 1em;
}

@media (max-width: 767px) {
    .article-author-img {
        width: 112px;
        height: 112px;
    }

    .card-title {
        font-size: 1.1rem;
    }
}

.home-articles {
    background: url('../media/images/madina.jpg') center center/cover no-repeat;
    position: relative;
    padding: 4rem 0 3rem 0;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    overflow: hidden;
}

    .home-articles::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(55, 72, 104, 0.75); /* theme color overlay for readability */
        z-index: 0;
    }

    .home-articles > .container,
    .home-articles .title-area,
    .home-articles .row,
    .home-articles .col-12,
    .home-articles .article-card {
        position: relative;
        z-index: 1;
    }

    .home-articles .title-area {
        margin-bottom: 2.5rem;
    }

    .home-articles .sec-title {
        font-family: var(--title-font), serif;
        font-size: 2.7rem;
        font-weight: 700;
        color: var(--white-color);
        letter-spacing: 0.02em;
        margin-bottom: 0.5rem;
        text-shadow: 0 2px 12px rgba(0,0,0,0.18);
    }

    .home-articles .article-card {
        background: #fff;
        border-radius: 1.5rem;
        box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.10);
        transition: transform 0.18s, box-shadow 0.18s;
        margin-bottom: 2rem;
        padding: 1.5rem 1.2rem;
        display: flex;
        align-items: center;
        gap: 1.2rem;
    }

        .home-articles .article-card:hover {
            transform: translateY(-6px) scale(1.03);
            box-shadow: 0 8px 32px rgba(0,0,0,0.13);
        }

    .home-articles .card-text {
        font-size: 1.05rem;
        color: var(--body-color);
        margin-bottom: 0.7rem;
    }

    .home-articles .badge {
        font-size: 0.95rem;
        padding: 0.5em 1em;
        border-radius: 1em;
        background: var(--theme-color2);
        color: var(--title-color);
        font-weight: 600;
        white-space: normal;
        word-break: break-word;
    }

    .home-articles .th-btn {
        margin-top: 2rem;
        min-width: 200px;
        font-size: 1.1rem;
        padding: 14px 36px;
        border-radius: 2rem;
        background: var(--color-green);
        color: #222 !important;
        font-weight: bold;
        box-shadow: 0 4px 24px 0 rgba(255, 213, 79, 0.18);
        transition: background 0.3s, color 0.3s, box-shadow 0.3s;
        border: none;
        outline: none;
    }

        .home-articles .th-btn:hover,
        .home-articles .th-btn:focus {
            background: var(--theme-color2);
            color: #000 !important;
            box-shadow: 0 6px 32px 0 rgba(255, 213, 79, 0.28);
            text-decoration: none;
        }

.event-card, .article-card {
    transition: box-shadow 0.2s, transform 0.2s;
}

    .event-card:hover, .article-card:hover {
        box-shadow: 0 8px 32px rgba(0,0,0,0.13);
        transform: translateY(-6px) scale(1.03);
    }



@media (max-width: 991px) {
    .home-articles {
        padding: 2.5rem 0 2rem 0;
    }

        .home-articles .article-card {
            flex-direction: column;
            align-items: flex-start;
            padding: 1.2rem 0.7rem;
        }

        .home-articles .article-author-img {
            margin-right: 0;
            margin-bottom: 1rem;
        }

        .home-articles .badge {
            font-size: 0.8rem;
        }
}

.taasisi-section {
    padding: 4rem 0 5rem 0;
    position: relative;
    background-image: url('../media/images/madina-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .taasisi-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(30, 70, 40, 0.62); /* Greenish with a bit of black */
        pointer-events: none;
        z-index: 1;
    }

    .taasisi-section::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.18); /* Subtle black overlay */
        pointer-events: none;
        z-index: 2;
    }

    .taasisi-section > * {
        position: relative;
        z-index: 3;
    }

.home-photo-gallery {
    /*background: #4ca475;*/ /*linear-gradient(135deg, #232526 0%, #414345 100%);*/
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 48px 0 56px 0;
    position: relative;
    overflow: hidden;
}

    .home-photo-gallery .title-area {
        margin-bottom: 32px;
    }

    .home-photo-gallery .sec-title {
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: 1px;
        color: #4ca475; /* Updated to requested color */
        text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    }

    .home-photo-gallery .swiper-container {
        padding-bottom: 32px;
    }

    .home-photo-gallery .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-photo-gallery .gallery-img {
        max-width: 260px;
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 16px;
        /* Greenish shadow and border for slide images */
        box-shadow: 0 4px 24px 0 rgba(76, 164, 117, 0.35), 0 0 0 3px #4ca475;
        transition: transform 0.2s, box-shadow 0.2s;
    }

        .home-photo-gallery .gallery-img:hover {
            transform: scale(1.04);
            box-shadow: 0 8px 36px 0 rgba(76, 164, 117, 0.55), 0 0 0 3px #4ca475;
            z-index: 2;
        }

    .home-photo-gallery .swiper-button-next,
    .home-photo-gallery .swiper-button-prev {
        color: #4ca475; /* Updated to requested color */
        filter: drop-shadow(0 2px 8px #4ca47555);
    }

@media (max-width: 991px) {
    .sec-title {
        font-size: 1.8rem !important;
        line-height: 2;
        margin-bottom: 0.7rem;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .box-title {
        font-size: 1.4rem !important;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    .sec-title {
        font-size: 1.3rem !important;
        line-height: 1.7;
        margin-bottom: 0.5rem;
        text-align: center;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .box-title {
        font-size: 1.2rem !important;
        line-height: 1.5;
    }
}

@media (max-width: 991.98px) {
    .home-photo-gallery .gallery-img {
        max-width: 100%;
        height: 140px;
    }
}

@media (max-width: 575.98px) {
    .home-photo-gallery {
        padding: 24px 0 32px 0;
        border-radius: 12px;
    }

        .home-photo-gallery .gallery-img {
            height: 100px;
            border-radius: 8px;
        }
}