﻿@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.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;
    }

    header.home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        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);
    }

.footer-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #fff;
    border-left: 3px solid #ffb600;
}

@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: 150px;
            border-radius: 8px;
        }
}

@media (max-width: 575.98px) {
    .footer-nav-link {
        font-size: 0.8rem !important;
    }

    .footer-title {
        font-size: 14px;
    }
}

.layout-page-sticky .th-header {
    position: sticky !important;
    top: 0;
    z-index: 1050;
}

.layout-page-sticky .sticky-wrapper {
    position: sticky !important;
    top: 0;
    z-index: 1040;
}

.layout-page-sticky body .th-header + .sticky-wrapper {
    top: 0 !important;
}

.layout-page-sticky > .th-header + .sticky-wrapper + div {
    margin-top: 120px; /* adjust as needed */
}

.menu-sticky-bg {
    background: rgb(0, 125, 58);

}

.menu-top-bar-bg {
    background: #4ca475;
    box-shadow: 0 6px 24px -2px rgba(0, 125, 58, 0.28) !important;
}

.layout-page-sticky .menu-area {
    border-radius: 0 !important;
    box-shadow: none !important;
}

    .layout-page-sticky .menu-area:before {
        border-radius: 0 !important;
        box-shadow: none !important;
    }

.taasisi-list-section {
    background: #f8fafc;
    padding: 3rem 0;
}

.taasisi-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07), 0 1.5px 6px rgba(0,0,0,0.03);
    margin-bottom: 2rem;
    transition: box-shadow 0.2s;
    overflow: hidden;
    min-height: 220px;
}

    .taasisi-card:hover {
        box-shadow: 0 8px 32px rgba(0,0,0,0.13), 0 3px 12px rgba(0,0,0,0.06);
    }

.taasisi-card-img {
    flex: 0 0 180px;
    background: #c9e3d5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

    .taasisi-card-img img {
        max-width: 150px;
        max-height: 150px;
        border-radius: 0.75rem;
        object-fit: contain;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        background: #fff;
    }

.taasisi-card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.taasisi-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a3c2b;
}

.taasisi-card-meta {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.taasisi-card ul {
    padding-left: 0;
    margin-bottom: 1rem;
    list-style: none;
}

    .taasisi-card ul li {
        margin-bottom: 0.25rem;
        font-size: 1rem;
        color: #2d4739;
    }

.taasisi-card .th-btn {
    background: #1a3c2b;
    color: #fff;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: background 0.2s;
    border: none;
    text-decoration: none;
    min-width: 180px;
    text-align: center;
    align-self: flex-start;
    margin-top: 0.5rem;
}

    .taasisi-card .th-btn:hover {
        background: #218c5b;
        color: #fff;
    }

@media (max-width: 991.98px) {
    .taasisi-card-body {
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .taasisi-card {
        flex-direction: column;
        min-height: unset;
    }

    .taasisi-card-img {
        order: 0;
        width: 100%;
        justify-content: center !important;
        align-items: center !important;
        padding:  0.4rem;
        display: flex;
    }

    .taasisi-card-body {
        order: 1;
        width: 100%;
        padding: 1rem 1rem 1.5rem 1rem;
    }

    .taasisi-card-title {
        font-size: 1.1rem;
    }

    .taasisi-card .th-btn {
        align-self: flex-start;
        margin-top: 1rem;
    }
}

/* Side column styling */
.taasisi-side-col {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}

    .taasisi-side-col .side-section {
        background: #f8fafc;
        border-radius: 1rem;
        box-shadow: 0 2px 10px rgba(30,70,40,0.06);
        padding: 1.2rem 1rem 1.2rem 1.2rem;
        margin-bottom: 1.5rem;
        border-left: 4px solid #c9e3d5;
    }

    .taasisi-side-col .side-section-title {
        font-size: 1.15rem;
        font-weight: 700;
        color: #1a3c2b;
        margin-bottom: 0.7rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .taasisi-side-col .side-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .taasisi-side-col .side-list li {
            font-size: 1rem;
            color: #2d4739;
            margin-bottom: 0.5rem;
            padding-left: 0.2rem;
            display: flex;
            align-items: center;
        }

    .taasisi-side-col .side-link {
        color: #007d3a;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.18s;
        display: inline-block;
    }

        .taasisi-side-col .side-link:hover {
            color: #218c5b;
            text-decoration: underline;
        }

    .taasisi-side-col .advert-shop-section .advert-shop {
        background: #e9f5ed;
        border: 1px solid #c9e3d5;
        border-radius: 0.75rem;
        box-shadow: 0 2px 8px rgba(30,70,40,0.07);
        padding: 1rem 1rem 1rem 1.2rem;
    }

    .taasisi-side-col .advert-shop-section .btn-success {
        background: #1a3c2b;
        border: none;
        color: #fff;
        font-weight: 600;
        border-radius: 2rem;
        margin-top: 0.5rem;
        transition: background 0.18s;
    }

        .taasisi-side-col .advert-shop-section .btn-success:hover {
            background: #218c5b;
            color: #fff;
        }

@media (max-width: 991.98px) {
    .taasisi-side-col .side-section {
        padding: 1rem 0.7rem 1rem 1rem;
    }

    .taasisi-side-col .side-section-title {
        font-size: 1rem;
    }

    .taasisi-side-col .side-list li {
        font-size: 0.97rem;
    }
}
/* Side column styling */
.taasisi-side-col {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}

    .taasisi-side-col .side-section {
        background: #f8fafc;
        border-radius: 1rem;
        box-shadow: 0 2px 10px rgba(30,70,40,0.06);
        padding: 1.2rem 1rem 1.2rem 1.2rem;
        margin-bottom: 1.5rem;
        border-left: 4px solid #c9e3d5;
    }

    .taasisi-side-col .side-section-title {
        font-size: 1.15rem;
        font-weight: 700;
        color: #1a3c2b;
        margin-bottom: 0.7rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .taasisi-side-col .side-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .taasisi-side-col .side-list li {
            font-size: 1rem;
            color: #2d4739;
            margin-bottom: 0.5rem;
            padding-left: 0.2rem;
            display: flex;
            align-items: center;
        }

    .taasisi-side-col .side-link {
        color: #007d3a;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.18s;
        display: inline-block;
    }

        .taasisi-side-col .side-link:hover {
            color: #218c5b;
            text-decoration: underline;
        }

    .taasisi-side-col .advert-shop-section .advert-shop {
        background: #e9f5ed;
        border: 1px solid #c9e3d5;
        border-radius: 0.75rem;
        box-shadow: 0 2px 8px rgba(30,70,40,0.07);
        padding: 1rem 1rem 1rem 1.2rem;
    }

    .taasisi-side-col .advert-shop-section .btn-success {
        background: #1a3c2b;
        border: none;
        color: #fff;
        font-weight: 600;
        border-radius: 2rem;
        margin-top: 0.5rem;
        transition: background 0.18s;
    }

        .taasisi-side-col .advert-shop-section .btn-success:hover {
            background: #218c5b;
            color: #fff;
        }

@media (max-width: 991.98px) {
    .taasisi-side-col .side-section {
        padding: 1rem 0.7rem 1rem 1rem;
    }

    .taasisi-side-col .side-section-title {
        font-size: 1rem;
    }

    .taasisi-side-col .side-list li {
        font-size: 0.97rem;
    }
}

.taasisi-header {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 320px;
    background: url('/Media/Images/header_image.jpg') center center/cover no-repeat;
    width: 100%;
    position: relative;
}

    .taasisi-header::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 125, 58, 0.6); /* Light green with transparency */
        z-index: 1;
        pointer-events: none;
    }

    .taasisi-header .container,
    .taasisi-header h1,
    .taasisi-header p.lead {
        position: relative;
        z-index: 2;
    }

    .taasisi-header .container {
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .taasisi-header h1 {
        font-size: 2.5rem;
        font-weight: 700;
        text-shadow: 0 2px 8px rgba(0,0,0,0.4);
        margin-bottom: 1.2rem;
    }

    .taasisi-header p.lead {
        font-size: 1.25rem;
        text-shadow: 0 1px 4px rgba(0,0,0,0.3);
        margin-bottom: 0;
    }

@media (max-width: 991.98px) {
    .taasisi-header {
        min-height: 220px;
    }

        .taasisi-header h1 {
            font-size: 2rem;
        }

        .taasisi-header .container {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

        .taasisi-header p.lead {
            font-size: 1.1rem;
        }
}

@media (max-width: 575.98px) {
    .taasisi-header {
        min-height: 140px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .taasisi-header h1 {
            font-size: 1.2rem;
            margin-bottom: 0.7rem;
        }

        .taasisi-header .container {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .taasisi-header p.lead {
            font-size: 0.98rem;
        }

    .taasisi-side-col {
        padding: 0.5rem;
    }
}

.taasisi-side-col .side-articles-section {
    background: linear-gradient(135deg, #f8fafc 70%, #e9f5ed 100%);
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(30,70,40,0.07);
    padding: 1.2rem 1rem 1.2rem 1.2rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #c9e3d5;
}

.taasisi-side-col .side-articles-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.taasisi-side-col .side-article-link {
    background: #fff;
    border-radius: 0.7rem;
    box-shadow: 0 1px 6px rgba(30,70,40,0.06);
    padding: 0.7rem 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    transition: box-shadow 0.18s, background 0.18s;
    font-weight: 500;
    color: #1a3c2b;
    text-decoration: none;
    border-left: 3px solid #c9e3d5;
}

    .taasisi-side-col .side-article-link:hover {
        background: #e9f5ed;
        box-shadow: 0 2px 12px rgba(30,70,40,0.13);
        color: #218c5b;
        text-decoration: none;
    }

.taasisi-side-col .side-article-icon {
    font-size: 1.3rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.taasisi-side-col .side-article-title {
    font-size: 1rem;
    color: #1a3c2b;
    font-weight: 600;
    line-height: 1.3;
}

.taasisi-side-col .side-articles-more-link {
    font-size: 0.98rem;
    color: #007d3a;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.18s;
}

    .taasisi-side-col .side-articles-more-link:hover {
        color: #218c5b;
        text-decoration: underline;
    }

@media (max-width: 991.98px) {
    .taasisi-side-col .side-articles-section {
        padding: 1rem 0.7rem 1rem 1rem;
    }

    .taasisi-side-col .side-article-title {
        font-size: 0.97rem;
    }

    .taasisi-side-col {
        padding: 1rem;
    }

}

.ad-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(34, 139, 34, 0.15), 0 1.5px 6px rgba(0,0,0,0.08);
    border: 2px solid #c9e3d5;
    padding: 8px;
    background: #f8fff9;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .ad-image:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 32px rgba(34, 139, 34, 0.22), 0 3px 12px rgba(0,0,0,0.12);
    }

.shop-contact {
    background: #f4fff8;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 12px;
    border: 1px dashed #b6e2c6;
    font-size: 1rem;
    color: #226b3a;
    box-shadow: 0 1px 4px rgba(34, 139, 34, 0.07);
}

    .shop-contact .shop-address,
    .shop-contact .shop-phone {
        display: flex;
        align-items: center;
        margin-bottom: 4px;
        font-weight: 500;
    }

        .shop-contact .shop-address i,
        .shop-contact .shop-phone i {
            font-size: 1.1em;
        }

@media (max-width: 575.98px) {  
    .taasisi-side-col {
        padding: 0.5rem;
    }
}

.education-article {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 2rem;
}

    .education-article h2,
    .education-article h3 {
        font-family: 'Segoe UI', Arial, sans-serif;
    }

    .education-article h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #28a745;
        margin-bottom: 1.2rem;
        line-height: 1.15;
        word-break: break-word;
        letter-spacing: 0.01em;
        transition: font-size 0.2s;
    }

    .education-article h3 {
        font-size: 1.35rem;
        font-weight: 600;
        color: #374868;
        margin-top: 2rem;
        margin-bottom: 1rem;
        line-height: 1.18;
        word-break: break-word;
        letter-spacing: 0.01em;
        transition: font-size 0.2s;
    }

@media (max-width: 991.98px) {
    .education-article h2 {
        font-size: 1.6rem;
    }

    .education-article h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .education-article h2 {
        font-size: 1.15rem;
        margin-bottom: 0.7rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .education-article h3 {
        font-size: 0.98rem;
        margin-top: 1.2rem;
        margin-bottom: 0.6rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}

.articles-main-section .sec-title {
    color: #222;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.articles-main-section .title-img img {
    height: 24px;
}

.articles-main-section .article-card {
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    background: #fff;
}

    .articles-main-section .article-card:hover {
        box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.08);
    }

.articles-main-section .author-photo {
    width: 130px;
    height: 130px;
    min-width: 130px;
    min-height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1.5rem;
    transition: width 0.2s, height 0.2s;
}

@media (max-width: 576px) {
    .articles-main-section .author-photo {
        width: 90px;
        height: 90px;
        min-width: 90px;
        min-height: 90px;
        margin-right: 1rem;
    }
}

.articles-main-section .author-name {
    font-weight: 600;
    color: #198754;
    margin-bottom: 0.25rem;
}

.articles-main-section .article-title-link {
    color: #111 !important;
    text-decoration: none;
    transition: color 0.15s;
}

    .articles-main-section .article-title-link:hover,
    .articles-main-section .article-title-link:focus {
        color: #111 !important;
        text-decoration: underline;
    }

.articles-main-section .btn-article {
    background: #198754;
    color: #fff;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: background 0.2s;
}

    .articles-main-section .btn-article:hover {
        background: #145c32;
        color: #fff;
    }

.articles-main-section .list-group-item a {
    color: #198754;
    text-decoration: none;
    font-weight: 500;
}

    .articles-main-section .list-group-item a:hover {
        text-decoration: underline;
    }

.modern-articles-list {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    width: 100%;
}

    .modern-articles-list h4 {
        font-weight: 700;
        color: #198754;
        margin-bottom: 1.5rem;
        letter-spacing: 0.5px;
    }

    .modern-articles-list .list-group-item {
        background: transparent;
        border: none;
        padding: 0.75rem 0;
        display: flex;
        align-items: center;
        transition: background 0.15s;
    }

        .modern-articles-list .list-group-item:hover {
            background: #f6fdf9;
        }

        .modern-articles-list .list-group-item a {
            color: #222;
            font-size: 1.08rem;
            font-weight: 500;
            text-decoration: none;
            flex: 1;
            transition: color 0.15s;
            display: flex;
            align-items: center;
        }

            .modern-articles-list .list-group-item a:hover {
                color: #198754;
                text-decoration: underline;
            }

    .modern-articles-list .article-link-icon {
        color: #198754;
        font-size: 1.2rem;
        margin-right: 0.75rem;
        transition: color 0.15s;
    }

@media (max-width: 576px) {
    .modern-articles-list {
        padding: 1.2rem 0.5rem;
    }

        .modern-articles-list h4 {
            font-size: 1.1rem;
        }
}

.details-article-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s;
}

    .details-article-card:hover {
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    }

.details-author-avatar {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #e0e7ff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #f1f5f9;
}

.details-author-meta {
    font-size: 0.8rem;
    color: #007d3a;
    font-weight: 500;
}

.details-article-content {
    font-size: 1.13rem;
    line-height: 1.8;
    color: #374151;
}

/* Side Column */
.details-side-col {
    background: linear-gradient(135deg, #f8fafc 70%, #e9f5ed 100%);
    border-radius: 1.25rem;
    box-shadow: 0 2px 16px rgba(55,72,104,0.07);
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}

.details-side-section {
    margin-bottom: 2rem;
}

.details-side-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #198754;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.2rem;
}

    .details-side-title .details-side-icon {
        font-size: 1.3rem;
        color: #ffd54f;
        margin-right: 0.3rem;
        flex-shrink: 0;
        filter: drop-shadow(0 2px 4px #19875455);
    }

.details-side-subtext {
    font-size: 0.97rem;
    color: #6c757d;
    margin-bottom: 0.7rem;
    margin-left: 2.1rem;
    font-weight: 400;
}

.details-side-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.details-side-link {
    background: #fff;
    border-radius: 0.7rem;
    box-shadow: 0 1px 6px rgba(30,70,40,0.06);
    padding: 0.7rem 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    transition: box-shadow 0.18s, background 0.18s, color 0.18s;
    font-weight: 500;
    color: #1a3c2b;
    text-decoration: none;
    border-left: 3px solid #c9e3d5;
}

    .details-side-link:hover {
        background: #e9f5ed;
        box-shadow: 0 2px 12px rgba(30,70,40,0.13);
        color: #218c5b;
        text-decoration: none;
    }

.details-side-date {
    font-size: 0.95rem;
    color: #6c757d;
    margin-top: 0.2rem;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .details-side-col {
        padding: 1rem;
    }

    .details-side-title {
        font-size: 1.05rem;
    }

    .details-side-link {
        font-size: 0.97rem;
    }

    .details-side-subtext {
        font-size: 0.93rem;
        margin-left: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .details-side-col {
        padding: 0.5rem;
    }

    .details-side-title {
        font-size: 0.98rem;
    }

    .details-side-subtext {
        font-size: 0.88rem;
        margin-left: 1rem;
    }
}


.contact-media {   
    padding: 63px 40px;
    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: 24px;
    /* Medium Large devices */
    /* Medium Large devices */
    /* Extra small devices */
}

@media (max-width: 1399px) {
    .contact-media {
        padding: 20px 24px;
    }
}

@media (max-width: 1299px) {
    .contact-media {
        gap: 18px;
    }
}

@media (max-width: 375px) {
    .contact-media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.contact-media .icon-btn {
    width: 50px;
    height: 50px;
    font-size: 25px;
    background-color: var(--theme-color2);
    border: none;
    border-radius: 50%;
    color: var(--theme-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-media .box-text {
    font-size: 18px;
    max-width: 300px;
    margin-bottom: 0;
    /* Medium Large devices */
}

@media (max-width: 1399px) {
    .contact-media .box-text {
        font-size: 16px;
    }
}

.contact-media .box-text span {
    display: block;
}

.contact-media .box-text a {
    color: inherit;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

    .contact-media .box-text a:hover {
        color: var(--theme-color);
    }

.contact-media .box-title {
    margin-bottom: 5px;
    color: #007d3a;
    /* Medium Large devices */
}

@media (max-width: 1399px) {
    .contact-media .box-title {
        font-size: 20px;
    }
}

.contact-media:hover .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
}


.contact-form {
    border: 1px solid #999999;
    border-right-color: transparent;
    border-radius: 16px 0 0 16px;
    padding: 56px 56px 51px 56px;
    /* Medium Large devices */
    /* Large devices */
    /* Extra small devices */
}

    .contact-form .h2 {
        margin-top: -0.5rem;
        margin-bottom: 45px;
        /* Medium Large devices */
        /* Extra small devices */
        /* Extra small devices */
    }

@media (max-width: 1399px) {
    .contact-form .h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .contact-form .h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .contact-form .h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .contact-form .h2 {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .contact-form {
        padding: 40px;
    }
}

@media (max-width: 1199px) {
    .contact-form {
        border: 1px solid #999999;
        border-radius: 16px;
    }
}

@media (max-width: 375px) {
    .contact-form {
        padding: 30px;
    }
}

.contact-form .form-group {
    margin-bottom: 24px;
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 8px;
    color: var(--body-color);
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

    .contact-form select::-moz-placeholder,
    .contact-form .form-control::-moz-placeholder,
    .contact-form .form-select::-moz-placeholder,
    .contact-form textarea::-moz-placeholder,
    .contact-form input::-moz-placeholder {
        color: var(--body-color);
    }

    .contact-form select::-webkit-input-placeholder,
    .contact-form .form-control::-webkit-input-placeholder,
    .contact-form .form-select::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder,
    .contact-form input::-webkit-input-placeholder {
        color: var(--body-color);
    }

    .contact-form select:-ms-input-placeholder,
    .contact-form .form-control:-ms-input-placeholder,
    .contact-form .form-select:-ms-input-placeholder,
    .contact-form textarea:-ms-input-placeholder,
    .contact-form input:-ms-input-placeholder {
        color: var(--body-color);
    }

    .contact-form select::-webkit-input-placeholder, .contact-form .form-control::-webkit-input-placeholder, .contact-form .form-select::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form input::-webkit-input-placeholder {
        color: var(--body-color);
    }

    .contact-form select::-moz-placeholder, .contact-form .form-control::-moz-placeholder, .contact-form .form-select::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form input::-moz-placeholder {
        color: var(--body-color);
    }

    .contact-form select:-ms-input-placeholder, .contact-form .form-control:-ms-input-placeholder, .contact-form .form-select:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder, .contact-form input:-ms-input-placeholder {
        color: var(--body-color);
    }

    .contact-form select::-ms-input-placeholder, .contact-form .form-control::-ms-input-placeholder, .contact-form .form-select::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder, .contact-form input::-ms-input-placeholder {
        color: var(--body-color);
    }

    .contact-form select::placeholder,
    .contact-form .form-control::placeholder,
    .contact-form .form-select::placeholder,
    .contact-form textarea::placeholder,
    .contact-form input::placeholder {
        color: var(--body-color);
    }

    .contact-form textarea.form-control,
    .contact-form textarea {
        min-height: 200px;
        border-radius: 8px;
        padding-top: 16px;
        padding-bottom: 17px;
    }

.contact-form .nice-select:after {
    border-bottom: 1px solid var(--body-color);
    border-right: 1px solid var(--body-color);
}

.contact-form .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0;
}

    .contact-form .nice-select .option.selected {
        color: var(--theme-color) !important;
        background: var(--theme-color) !important;
        font-weight: 500;
    }

        .contact-form .nice-select .option.selected.focus {
            color: #fff !important;
            background: var(--theme-color) !important;
        }

    .contact-form .nice-select .option:hover, .contact-form .nice-select .option.focus {
        background: var(--theme-color) !important;
        color: #fff !important;
    }

.contact-form .th-btn {
    margin-top: 20px;
    padding: 19.5px 42px;
}


.contact-image {
    height: 749px;
    border-radius: 0px 16px 16px 0px;
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1399px) {
    .contact-image {
        height: 100%;
    }
}

@media (max-width: 1199px) {
    .contact-image {
        border-radius: 16px;
    }
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 16px 16px 0px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .contact-image img {
        border-radius: 16px;
    }
}

/* Section background and layout */
.taasisi-gallery {
    background: #f8fafc;
}

    /* Section titles styled to match site theme */
    
  /*  .taasisi-gallery .gallery-section-title,
    .taasisi-gallery .fw-bold {
        font-weight: 700;
        margin-bottom: 1.5rem;
        letter-spacing: 0.5px;
        text-shadow: 0 2px 8px rgba(0,125,58,0.07);
    }*/

    .taasisi-gallery h5.card-title {
        color: #007d3a;
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    /* Card styles */
    .taasisi-gallery .card {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 2px 16px rgba(44,62,80,0.07);
        transition: box-shadow 0.3s;
        background: #fff;
        border: none;
    }

        .taasisi-gallery .card:hover {
            box-shadow: 0 8px 32px rgba(44,62,80,0.15);
        }

    .taasisi-gallery .card-img-top {
        border-radius: 1rem 1rem 0 0;
        transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s;
        object-fit: cover;
        height: 200px;
    }

        .taasisi-gallery .card-img-top:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 32px rgba(44,62,80,0.15);
        }

    .taasisi-gallery .card-body {
        padding: 1rem;
    }

    .taasisi-gallery .card-text {
        color: #7f8c8d;
        font-size: 0.95rem;
    }

    /* Green theme button */
    .taasisi-gallery .btn-primary {
        background: linear-gradient(90deg, #007d3a 0%, #1db86b 100%);
        border: none;
        color: #fff;
        font-weight: 500;
        border-radius: 0.5rem;
        transition: background 0.3s, box-shadow 0.3s;
        padding: 0.4rem 1.2rem;
        font-size: 0.95rem;
        box-shadow: 0 2px 8px rgba(0,125,58,0.08);
    }

        .taasisi-gallery .btn-primary:hover,
        .taasisi-gallery .btn-primary:focus {
            background: linear-gradient(90deg, #1db86b 0%, #007d3a 100%);
            color: #fff;
            box-shadow: 0 4px 16px rgba(0,125,58,0.15);
        }

    /* Ratio and iframe styles */
    .taasisi-gallery .ratio {
        border-radius: 1rem 1rem 0 0;
        overflow: hidden;
        background: #eaf6fb;
    }

    .taasisi-gallery iframe {
        border: none;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .taasisi-gallery .card-img-top {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .taasisi-gallery .card-img-top {
        height: 120px;
    }

  /*  .taasisi-gallery .gallery-section-title,
    .taasisi-gallery .fw-bold {
        font-size: 1.3rem;
    }*/

    .taasisi-gallery .card {
        border-radius: 0.5rem;
    }

}

.video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 64px;
    height: 64px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

    .video-play-overlay:hover {
        background: rgba(0,0,0,0.7);
    }

    .video-play-overlay svg {
        width: 32px;
        height: 32px;
        fill: #fff;
    }

.video-container {
    position: relative;
}

.taasisi-details-main,
.modern-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px rgba(44,62,80,0.10);
    padding: 2.5rem 2rem 2rem 2rem;
    margin-bottom: 2.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .taasisi-details-main:hover,
    .modern-card:hover {
        box-shadow: 0 8px 32px rgba(44,62,80,0.15);
        transform: translateY(-4px) scale(1.01);
    }
    .taasisi-details-main .d-flex {
        gap: 2rem;
    }
.taasisi-logo-box {
    background: #f8fafc;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(44,62,80,0.07);
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    max-width: 200px;
}

.taasisi-logo-img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
    object-fit: contain;
    padding: 0.5rem;
}
.taasisi-details-contact {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.08rem;
    color: #374868;
}

.contact-icon {
    color: #007d3a;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-link {
    color: #007d3a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.18s;
}

    .contact-link:hover {
        color: #218c5b;
        text-decoration: underline;
    }
.btn-modern-cta {
    background: linear-gradient(90deg, #007d3a 0%, #1db86b 100%);
    color: #fff !important;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 2rem;
    box-shadow: 0 2px 8px rgba(0,125,58,0.10);
    padding: 0.9rem 1.5rem;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
}

    .btn-modern-cta:hover, .btn-modern-cta:focus {
        background: linear-gradient(90deg, #1db86b 0%, #007d3a 100%);
        color: #fff !important;
        box-shadow: 0 4px 16px rgba(0,125,58,0.15);
    }

.taasisi-details-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #007d3a;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
    .taasisi-details-main,
    .modern-card {
        padding: 1.2rem 0.7rem;
    }

    .taasisi-logo-box {
        min-width: 120px;
        max-width: 150px;
        padding: 0.4rem;
    }

    .taasisi-logo-img {
        max-width: 120px;
        max-height: 120px;
    }

    .taasisi-details-main .d-flex {
        flex-direction: column !important;
        gap: 1.2rem;
    }
}

.taasisi-details-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0;
    list-style: none;
}

.taasisi-details-thumb {
    width: 110px;
    height: 80px;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 1px 6px rgba(30,70,40,0.08);
    border: 2px solid #e9f5ed;
    background: #fff;
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
    cursor: pointer;
    display: block;
}

    .taasisi-details-thumb:hover {
        transform: scale(1.06);
        box-shadow: 0 4px 16px rgba(30,70,40,0.13);
        border-color: #c9e3d5;
    }

@media (max-width: 575.98px) {
    .taasisi-details-thumbnails {
        gap: 0.6rem;
    }

    .taasisi-details-thumb {
        width: 80px;
        height: 60px;
    }
}
.modern-package-card {
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
    transition: transform 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 16px rgba(44, 62, 80, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}

    .modern-package-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 8px 32px rgba(44, 62, 80, 0.16);
    }

.package-img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.package-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.4em 1em;
    font-size: 0.95em;
    border-radius: 1em;
    font-weight: 600;
    color:#fff;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.10);
}

.package-meta .badge {
    font-size: 0.95em;
    margin-bottom: 0.25em;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
}

    .package-features li {
        margin-bottom: 0.5em;
        font-size: 1em;
        display: flex;
        align-items: center;
    }

.btn-modern-cta {
    font-weight: 600;
    border-radius: 2em;
    padding: 0.7em 1.5em;
    font-size: 1.1em;
    transition: background 0.15s, color 0.15s;
}

.color-green {
    color: #1abc9c !important;
}

.color-gold {
    color: #f1c40f !important;
}

.bg-light-green {
    background-color: #eafaf1 !important;
}

.article-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 10px solid #4ca475; /* Green border for visual emphasis */
}

    .article-video:focus {
        outline: 2px solid #2ecc40;
        outline-offset: 2px;
    }

.article-video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.2s;
}

.article-video:hover .article-video-img,
.article-video:focus .article-video-img {
    filter: brightness(0.7);
}

.article-video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
}

.article-video.article-video-playing {
    cursor: default;
    background: #000;
}

    .article-video.article-video-playing .article-video-play-overlay,
    .article-video.article-video-playing .article-video-img {
        display: none;
    }


.gallery-box-shadow {
    box-shadow: 0 2px 12px rgba(44,62,80,0.07);
}

/*.taasisi-gallery .gallery-section-title {
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #4ca475;
}*/

.taasisi-gallery .gallery-header-desc {
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.taasisi-gallery .photo-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 2px 12px rgba(30, 60, 90, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
    margin-bottom: 1rem;
}

    .taasisi-gallery .photo-card:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 24px rgba(30, 60, 90, 0.16);
    }

    .taasisi-gallery .photo-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 0.75rem;
        transition: filter 0.2s;
    }

    .taasisi-gallery .photo-card:hover img {
        filter: brightness(0.85);
    }

.taasisi-gallery .photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(26, 54, 93, 0.7);
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    opacity: 0;
    transition: opacity 0.2s;
    border-radius: 0 0 0.75rem 0.75rem;
}

.taasisi-gallery .photo-card:hover .photo-caption {
    opacity: 1;
}

.taasisi-gallery .album-card {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(30, 60, 90, 0.08);
    transition: box-shadow 0.2s;
    background: #fff;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .taasisi-gallery .album-card:hover {
        box-shadow: 0 4px 24px rgba(30, 60, 90, 0.16);
    }

    .taasisi-gallery .album-card img {
        border-radius: 0.75rem 0.75rem 0 0;
        height: 220px;
        object-fit: cover;
        width: 100%;
        transition: filter 0.2s;
    }

    .taasisi-gallery .album-card:hover img {
        filter: brightness(0.92);
    }

.taasisi-gallery .album-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 0.5rem;
}

.taasisi-gallery .btn-view-album {
    background: #1a365d;
    color: #fff;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    padding: 0.4rem 1.2rem;
    margin-top: 0.5rem;
    transition: background 0.2s;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(30,60,90,0.08);
    border: none;
}

    .taasisi-gallery .btn-view-album:hover {
        background: #274b7a;
        color: #fff;
    }

@media (max-width: 992px) {
    .taasisi-gallery .photo-card img,
    .taasisi-gallery .album-card img {
        height: 160px;
    }

   /* .taasisi-gallery .gallery-section-title {
        font-size: 1.5rem;
    }*/
}

@media (max-width: 768px) {
    .taasisi-gallery .photo-card img,
    .taasisi-gallery .album-card img {
        height: 120px;
    }

   /* .taasisi-gallery .gallery-section-title {
        font-size: 1.2rem;
    }*/

    .taasisi-gallery .gallery-header {
        padding: 1rem 0;
        border-radius: 0.5rem;
    }
}

/* AlbumDetails Section Backgrounds */
.taasisi-gallery.album-photos {
    background: #f8fafc;
    box-shadow: 0 4px 24px rgba(44,62,80,0.08);
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.taasisi-gallery.other-albums {
    background: linear-gradient(135deg, #e9f5ed 60%, #c5dacc 100%);
    box-shadow: 0 4px 24px rgba(44,62,80,0.10);
    padding: 2rem 0;
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .taasisi-gallery.album-photos,
    .taasisi-gallery.other-albums {
        padding: 1rem 0;
    }
}

@media (max-width: 768px) {
    .taasisi-gallery.album-photos,
    .taasisi-gallery.other-albums {
        padding: 0.5rem 0;
    }
}

.color-light-green {
    color: #4ca475;
}

.photo-gallery-title {
    font-size: 2.2rem !important;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4ca475;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

@media (max-width: 991.98px) {
    .photo-gallery-title {
        font-size: 1.5rem !important;
        text-align: center;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .taasisi-details-title {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .photo-gallery-title {
        font-size: 1.1rem !important;
        line-height: 1.3;
        margin-bottom: 0.5rem;
        text-align: center;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .taasisi-details-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
}