body{
    font-size: .8rem;
    background: #fff !important;
    display: block;
    height: auto;
    min-height: 100%;
    overflow-x: clip !important;
    overflow-y: visible !important;
}
html{
    height: auto;
    min-height: 100%;
    overflow-x: clip;
    overflow-y: auto;
}
.nav-tabs.nav-pills .nav-link{
    padding: .4rem 1rem;
    box-shadow: none;
    border:1px solid #000;
    color: #000;
    font-weight: 400;
}
.nav-tabs.nav-pills .nav-link.active{
    background: var(--color-1);
    color: #fff;
    border-color: transparent;

}
.top-bar{
    background: rgb(255,255,255);
    background: linear-gradient(145deg, rgba(255,255,255,1) 14%, rgba(255,255,255,1) 57%, rgba(185,209,251,1) 100%);
    padding-top: 20px ;
    padding-bottom: 25px;
    position: relative;
}
.top-bar .president a{
    position: relative;
    height: 100%;
    display: inline-block;
}
.top-bar .president a img{
    position: absolute;
    right: 0;
    bottom: -73px;
    z-index: 99999;
}
.navbar-dark .navbar-nav .nav-link{
    position: relative;
    transition: all .3s;
    box-shadow: 0 0 0 0 inset rgba(0, 0, 0, .2);
}
.navbar-dark .navbar-nav .nav-link:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: all .3s;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #fff;
    box-shadow: 0 0 0 50px inset rgba(0, 0, 0, .2);
}
.navbar-dark .navbar-nav .nav-link:not(.langLink):hover:after{
    width: 100%;
}
.navbar-expand-lg.transparent:not(.fixed){
    padding-top: 0;
}
.navbar-expand-lg[class*=navbar-bg-]:not(.fancy):not(.extended):not(.fixed) .navbar-collapse .nav-link{
    padding-top: 11px;
    padding-bottom: 12px;
}

.homeswiper .swiper{
    height: calc(100vh - 253px);
}
.homeswiper img{
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.top-banner{
    height: 100%;
}
.navbar-expand-lg .offcanvas .offcanvas-body{
    width: 100%;
}
.navbar .navbar-nav{
    align-self: center;
}


.navbar .container{
    margin-right: 200px;
}
.navbar-expand-lg .dropdown-mega, .navbar-expand-lg .navbar-nav{
    margin-right: 0;
    padding: 0;
}
.btn, .lg-sub-html p, .nav-link, .nav-link p, .navbar .btn-sm{
    font-size: .7rem !important;
}
.nav-tabs.nav-pills{
    margin: 0;
    padding: 0;
}
.nav-tabs.nav-pills li:first-child a{
    margin: 0;
}
.block-heading{
    position: relative;
    padding-bottom: 10px;
}
.block-heading:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 3px;
    background: var(--color-1);
    transition: all .3s;
}
.daily .card{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
}
.daily .col-lg-5 article.post{
    /*margin-top: -65px;*/
}
.daily .col-lg-5 article.post img{
    object-fit: contain;
}
.swiper-button-next , .swiper-button-prev{
    background: rgba(255, 255, 255, .7);
    border: 0;
    box-shadow: 0 .25rem .75rem rgba(30, 34, 40, .02);
    width: 2.2rem;
    height: 2.2rem;
    line-height: inherit;
    border-radius: 100%;
    text-shadow: none;
    transition: all .2s ease-in-out;
    background: none;
    color: var(--color-1);
    top: 50%;
    font-size: 24px;
}
.swiper-button-prev{
    left: -10px;
    right: auto;
}
.swiper-button-next{
    right: -10px;
    left: auto;
}
.swiper-button-prev:after{
    content: 'prev' !important;
    font-family: swiper-icons !important;
    font-size: 1.6rem;
}
.swiper-button-next:after{
    content: 'next' !important;
    font-family: swiper-icons !important;
    font-size: 1.6rem;
}
.swiper-rtl .swiper-button-prev{
    right: -10px;
    left: auto;
}
.swiper-rtl .swiper-button-next{
    left: -10px;
    right: auto;
}
.swiper-rtl .swiper-button-prev:after{
    content: 'next' !important;
}
.swiper-rtl .swiper-button-next:after{
    content: 'prev' !important;
}

.tweets  .swiper-controls .swiper-navigation .swiper-button-prev:after{
    content: 'prev' !important;
    font-family: swiper-icons !important;
    color: var(--color-1);
}
.tweets  .swiper-controls .swiper-navigation .swiper-button-next:after{
    content: 'next' !important;
    font-family: swiper-icons !important;
    color: var(--color-1);
}
.tweets .tweetbg{
    background: var(--color-1);
    padding: 20px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    height: 120px;
}

.tweets .tweetbg:after , .tweets .tweetbg:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 50%;
    background-image: image-set(url(../img/stamp.webp) type("image/webp"), url(../img/stamp.png) type("image/png"));
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
}
.tweets .tweetbg:before{
    right: 0;
    left: auto;
    background-position: right;
}
.tweets .swiper-container{
    margin-top: -80px;
}
.tweets .card{
    margin: 25px;
    z-index: 2;
    border-radius: 5px;
}
.tweets .twitter-timeline{
    overflow: hidden;
}

/*.tweets .card iframe{*/
/*    margin-top: -58px;*/
/*}*/

.tweets .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev{
    left: -2.5rem;

}
.tweets  .swiper-controls .swiper-navigation .swiper-button.swiper-button-next{
    right: -2.5rem;
}

.tweets .card-header{
    border: none;
    padding-bottom: 0;
}
.tweets .card-header img{
    width: 70px;
    padding: 0 15px;
}
.tweets .card-header h6{
    color: var(--color-1);
    direction: ltr;
}
.tweets  blockquote{
    padding:0 110px ;
    font-size: .7rem;
    color: #000;
}



.colorful {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    /*height: 500px;*/
}
.photoalbum .swiper-slide{
    border-radius: 15px;
    overflow: hidden;
    opacity: .25 !important;
    max-height:600px;
}
.photoalbum .swiper-slide > a,
.photoalbum .swiper-slide > .card{
    border-radius: 15px;
    overflow: hidden;
}
.photoalbum .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}

.photoalbum{
    padding: 0 7% ;
    max-height:600px;
}
.photoalbum .plyr--video{
    width: 100%;
}
.photoalbum .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
.photoalbum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.photoalbum video{
    border-radius: 15px;
}
.photoalbum img.fit{
    object-fit: contain;
    background: rgba(255, 255, 255, .8);
}
.photoalbum a{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.photoalbum .overlay .content{
    background: rgba(0, 0, 0, .5);
    padding: 20px 30px;
    color: #fff;
    position: relative;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 0 0 15px 15px;
}

.home-media-section{
    overflow: hidden;
}
.home-media-section .block-heading{
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.home-photoalbum{
    width: 100vw;
    max-width: 1520px;
    max-height: none;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}
.home-photoalbum .swiper-wrapper{
    align-items: center;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.home-photoalbum .swiper-slide{
    position: relative;
    width: min(64vw, 980px);
    aspect-ratio: 16 / 9;
    max-height: none;
    opacity: .38 !important;
    background: #f6f7f9;
    filter: saturate(.78) contrast(.96);
    transform: scale(.82);
    transform-origin: center center;
    z-index: 0;
    transition: transform .76s cubic-bezier(.22, .61, .36, 1), opacity .76s cubic-bezier(.22, .61, .36, 1), filter .76s cubic-bezier(.22, .61, .36, 1), box-shadow .76s cubic-bezier(.22, .61, .36, 1);
    will-change: transform, opacity;
}
.home-photoalbum .swiper-slide.swiper-slide-prev,
.home-photoalbum .swiper-slide.swiper-slide-next{
    opacity: .58 !important;
    transform: scale(.88);
    z-index: 1;
}
.home-photoalbum .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
    filter: none;
    transform: scale(1);
    z-index: 3;
    box-shadow: 0 24px 60px rgba(25, 61, 139, .16);
}
.home-photoalbum .swiper-slide > a,
.home-photoalbum .swiper-slide > .card{
    display: block;
    width: 100%;
    height: 100%;
}
.home-photoalbum .card{
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.home-photoalbum img,
.home-photoalbum video{
    display: block;
    width: 100%;
    height: 100%;
}
.home-photoalbum .overlay{
    overflow: hidden;
    border-radius: 0 0 15px 15px;
}
.home-photoalbum .overlay .content{
    padding: 18px 28px;
    font-size: 16px;
    line-height: 1.45;
    background: rgba(24, 31, 42, .74);
}
.home-photoalbum .swiper-button-next,
.home-photoalbum .swiper-button-prev{
    width: 52px;
    height: 52px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-1);
    background: rgba(255, 255, 255, .82);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    backdrop-filter: blur(10px) saturate(140%);
    border: 1px solid rgba(25, 61, 139, .12);
    box-shadow: 0 10px 24px rgba(25, 61, 139, .14), 0 2px 6px rgba(25, 61, 139, .10);
    transform: translateY(-50%);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1), background-color .28s ease, color .28s ease, box-shadow .28s ease, border-color .28s ease;
}
/* modern rounded chevron drawn from an SVG mask so it tints with currentColor */
.home-photoalbum .swiper-button-prev:after,
.home-photoalbum .swiper-button-next:after{
    content: '' !important;
    font-family: inherit !important;
    width: 22px;
    height: 22px;
    background-color: currentColor;
    -webkit-mask: var(--chev) no-repeat center / 22px 22px;
    mask: var(--chev) no-repeat center / 22px 22px;
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
}
.home-photoalbum .swiper-button-prev{
    left: max(24px, calc(50% - 500px));
    right: auto;
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l-7 7 7 7'/%3E%3C/svg%3E");
}
.home-photoalbum .swiper-button-next{
    right: max(24px, calc(50% - 500px));
    left: auto;
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}
.home-photoalbum .swiper-button-prev:hover,
.home-photoalbum .swiper-button-next:hover{
    color: #fff;
    background: var(--color-1);
    border-color: var(--color-1);
    box-shadow: 0 16px 32px rgba(25, 61, 139, .30), 0 4px 10px rgba(25, 61, 139, .20);
    transform: translateY(-50%) scale(1.06);
}
.home-photoalbum .swiper-button-prev:hover:after{
    transform: translateX(-2px);
}
.home-photoalbum .swiper-button-next:hover:after{
    transform: translateX(2px);
}
.home-photoalbum .swiper-button-prev:active,
.home-photoalbum .swiper-button-next:active{
    transform: translateY(-50%) scale(.95);
}
.home-photoalbum .swiper-button-disabled{
    opacity: .32;
    pointer-events: none;
}
/* RTL: keep arrows position-consistent (left = ‹, right = ›) so Arabic does NOT
   visually reverse them. Overrides Swiper's own .swiper-rtl repositioning. */
.home-photoalbum.swiper-rtl .swiper-button-prev{
    left: max(24px, calc(50% - 500px));
    right: auto;
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l-7 7 7 7'/%3E%3C/svg%3E");
}
.home-photoalbum.swiper-rtl .swiper-button-next{
    right: max(24px, calc(50% - 500px));
    left: auto;
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}
.home-photoalbum.swiper-horizontal > .swiper-pagination-bullets,
.home-photoalbum .swiper-pagination{
    position: relative;
    bottom: auto !important;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 18px;
    transform: none;
}
.home-photoalbum .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: rgba(25, 61, 139, .35);
    opacity: 1;
}
.home-photoalbum .swiper-pagination-bullet-active{
    background: var(--color-1);
}
.home-twitter-section{
    margin: 1.5rem 0 4rem;
}
.home-twitter-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.home-twitter-handle{
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(25, 61, 139, .18);
    background: rgba(25, 61, 139, .06);
    color: var(--color-1);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.home-twitter-handle:hover{
    color: #fff;
    background: var(--color-1);
}
.home-twitter-widget{
    display: block;
    min-height: 80px;
    color: transparent;
    font-size: 0;
}

.glightbox-clean .gdesc-inner .gslide-desc, .glightbox-clean .gdesc-inner .gslide-title{
    color: #000;
    font-size: 12px;
    line-height: 24px;
}
.goverlay{
    background: rgb(255 255 255 / 83%);
}
.gslide-image {
    max-width: 80%;
}
.homecontacts{
    background: #F1F0EB;
    padding: 50px 0;
}
.homecontacts .img-link{
    position: relative;
    display: inline-block;
    color: #000;
    text-align: center;
    text-align: center;
    z-index: 2;
}
.homecontacts .img-link span{
    display: block;
    padding: 5px 15px;
    background: #F1F0EB;
    margin-top: 15px;
    transition: ease-in-out all 300ms;
    line-height: 30px;
}
.homecontacts .img-link img{
    width: 30px;
}
.homecontacts .img-link:hover{
    color: var(--color-1);
}
.homecontacts .img-link:hover span{
    background: var(--color-1);
    color: #fff;
}
.line-though{
    position: relative;
}
.line-though:before{
    content: '';
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-1);
    z-index: 1;
}
.scndItem{
    margin-top: 50px;
    position: relative;
}
.scndItem:before{
    content: '';
    position: absolute;
    top: -45px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: var(--color-1);
    z-index: 1;
}
.imgMenu .link{
    display: inline-block;
    padding: 15px;
    transition: ease-in-out all 500ms;
    border-radius: 15px;
    color: #000;
    height: 100%;
}
.imgMenu .link:hover{
    background: rgba(255,255,255,.4);
    color: var(--color-1);
    box-shadow: 0px 30px 30px -20px rgba(0, 0, 0, .08);
}
.imgMenu .col{
    text-align: center;
}
.imgMenu .link img{
    height: 50px;
    object-fit: contain;
}
.imgMenu .link span{
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.newsletter-wrapper input{
    border-radius: 0 !important;
    border: 1px solid #043E9080 !important;
    color: #000 !important;
}
.newsletter-wrapper form.dark-fields .form-control{
    padding: 8px 15px;
}
.app-footer .social.social-muted a:not(.btn-circle):not([class*=link-]):hover i {
    color: #061739 !important;
}
.menufooter li a{
    font-size: .6rem;
}
.menufooter li a:hover{
    text-decoration: underline;
    color: #000;
}
.app-footer{
    padding-top: 2rem;
    clear: both;
    position: relative;
}
.content-wrapper{
    display: flow-root;
    flex: none;
    height: auto;
    min-height: 0;
}
.post-detail-wrapper{
    display: flow-root;
    padding-bottom: 4rem;
    margin-bottom: 5rem !important;
}
.post-detail-wrapper .page-content,
.post-detail-wrapper .row,
.article-content{
    min-width: 0;
}
.post-detail-wrapper .page-content,
.article-content{
    display: flow-root;
    overflow: visible;
}
.article-content{
    width: 100%;
    overflow-wrap: anywhere;
}
.article-content img,
.article-content video,
.article-content iframe,
.article-content table{
    max-width: 100%;
}
.article-content img,
.article-content video{
    height: auto;
}
.post-actions{
    clear: both;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.post-actions > *{
    min-width: 0;
}
.related-posts-wrapper{
    display: flow-root;
    clear: both;
    padding-bottom: 5rem;
}
.related-posts-wrapper .row{
    --bs-gutter-y: 1.5rem;
}
.related-posts-wrapper + .app-footer{
    margin-top: 2rem;
}
.item.post{
    height: 100%;
    min-width: 0;
}
.item.post .post-card{
    height: 100%;
    overflow: hidden;
}
.item.post .card-img-top{
    flex: 0 0 auto;
    margin-bottom: 0;
}
.item.post .card-body{
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.item.post .post-header{
    flex: 0 0 auto;
}
.item.post .post-title{
    overflow-wrap: anywhere;
}
.item.post .post-date{
    display: block;
}
.item.post .post-content{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}
.item.post .post-summary{
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.item.post .post-content .readmore{
    align-self: start;
    margin-top: .75rem;
}
.newsletter-wrapper .input-group{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.newsletter-wrapper .input-group .form-control{
    min-width: 0;
}
.newsletter-wrapper .input-group .btn{
    flex: 0 0 auto;
}
.app-footer .container{
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--color-1);
}
.page-title{
    padding: 0;
    background-color: var(--color-1);
    background-image: var(--page-title-bg);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: right;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.page-title img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: top center;
}
.page-title .title-container{
    display: inline-block;
    padding: 1.5rem 4rem;
    background: var(--color-1);
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 6rem 0 6rem;
    min-height: 180px;
    align-content: center;
}
.menu-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    min-width: 0;
}
.menu-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%;
    padding: 0 35px;
    cursor: grab;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}
.menu-wrapper.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}
.menu-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}
.menu-item {
    display: inline-block;
    flex-shrink: 0;
    margin: 0 5px;
    text-align: center;
}
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #ddd;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.nav-btn.left {
    left: 0;
}
.nav-btn.right {
    right: 0;
}
.nav-btn.hidden {
    display: none;
}
.menu-item a {
    border-width: 1px;
    padding: 0.3rem .8rem;
    border-radius: 0;
    font-size: .6rem !important;
}
.page-title .title-container h1{
    color: #fff;
    font-size: 2.4rem;
    margin: 0;
    line-height: 1.4;
}
.presidentcard{
    box-shadow: none;
    margin-bottom: 2rem;
}
.presidentcard .card-body{text-align: center}
.readmore{
    text-decoration: underline;
}
.presidentcard img{
    height: 375px;
    object-fit: cover;
    width: 100%;
}
.card-title a{
    color: #000;
}
.card-title a:hover{
    color: var(--color-1);
}
.centered-tabs{
    width: 100%;
    display: flex;

    justify-content: center;
    align-items: center;
}
.centered-tabs li{
    display: inline-flex;

}
.centered-tabs.nav-tabs.nav-pills .nav-link{
    margin: 0 2px;
    padding: 4px 15px;
    font-size: 14px !important;
}
.mainimg{
    text-align: center;
}

.mainimg img{
    max-height: 400px;
    object-fit: cover;
    max-width: 100%;

}

#biography .pimg{
    float: left;
    width: 160px;
    height: 215px;
    object-fit: cover;
    margin: 0 15px;
}
#election img{
    max-width: 80%;
    object-fit: contain;
}
.image-list figure{
    width: 3rem;
    height: 3rem;
}
.president_post_card{
    border: 0;
    box-shadow: none;
    transition: ease-in-out all 300ms;
}


.card-img-top{
    height: 220px;
    overflow: hidden;
    object-fit: cover;
}
.daily .card-img-top{
    height: auto;
}
.daily  figure.overlay img{
    height: auto;
}
.president_post_card img{
    height: 220px;
    object-fit: cover;
    transition: ease-in-out all 300ms;
}
.president_post_card .card-body{
//  padding: 10px;
}
.president_post_card h6{
    font-size: 14px;
    margin: 0;
}
.president_post_card:hover{
    box-shadow:0px 0px 20px 10px rgba(0,0,0,.09)
}
.president_post_card:hover img{
    transform: scale(1.1);
}
.president_post_card:hover h6{
    color: var(--color-1);
}
.cat-radio .input{
    position: relative;
}
.cat-radio input[type="radio"]{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cat-radio label{
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
    margin-bottom: 2px;

}
.cat-radio input[type="radio"]:checked + label{
    color: var(--color-1);
    font-weight: bold;
}
.bookfile figure{
    width: 2rem;
    height: 2rem;
}
.image-list .bookfile .post-content{
    margin-right: 2.5rem;
}
.bookfile{
    margin-bottom: 10px;
    margin-right: 4.25rem;
    margin-top: 15px;
}
#president_books .post-content h4{
    margin: 0;
    font-size: .8rem;
}
.search-box{
    padding: 15px;
    border: 1px solid var(--color-1);
    border-radius: 10px;
}
.search-box input[type='search']{
    margin-top: 10px;
}
.search-box input[type='search'], .search-box input[type='date'],.search-box input[type='email']{
    border-color: var(--color-1);
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 0.6rem;
}
.search-box  .wrapper .row .col-6:first-child{
    padding-right: 5px;
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.search-box  .wrapper .row .col-6:nth-child(2){
    padding-left: 5px;
    padding-right: calc(var(--bs-gutter-x) * .5);
}

.labeledInput   {
    position: relative;
}
.labeledInput label{
    position: absolute;
    top: -10px;
    left: 5px;
    background: #fff;
    padding: 2px 5px;
    font-size: 0.5rem;
    color: var(--color-1);
}
.cat-radio label{
    font-size: .7rem;
}
.search-box button{
    width: 100%;
    padding: 5px;
}
.accordion-wrapper .card{
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
}

.accordion-item.icon button[aria-expanded="true"] i.uil-plus-circle:before{
    content: "\ec06";
}
.g-tabs{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 6.5rem;
    min-width: 0;
}
.g-tabs li {
    margin-bottom: 10px;
}
.g-tabs li a{
    padding: 15px 20px;
    border-radius: 5px;
    color: #000;
    background: rgba(4, 62, 144, 0.11);
    transition: ease-in-out all 300ms;
    display: inline-block;
    width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: center;
}
.g-tabs li a.active , .g-tabs li a:hover{
    background: var(--color-1);
    color: #fff !important;

}

.btn-close:before{
    font-size: 1.8rem;
    background: none;
}
.form-label{
    color: var(--color-1);
}
.form-control{
    box-shadow: none;
    border-color: var(--color-1);
}

.modal{
    z-index: 99999999999;
}
.modal-backdrop{
    z-index: 99999;
}
figure.overlay img{
    height: 100% !important;
    object-fit: cover;
}

.formerdirectors img{
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

.cItem{
    display: flex;
    justify-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
    height: 100%;
}
.form-check-input{
    border-color: #193d8b;
}

.langLink{
    color: #000;
    padding: 5px 10px !important;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
}
.langLink:hover{
    color:var(--color-1) !important;
}

@media screen and (max-width: 991.98px){
    .photoalbum{
        padding:0;
    }
    .home-media-section .block-heading{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home-photoalbum{
        width: 100%;
        overflow: hidden;
        padding: 0;
    }
    .home-photoalbum .swiper-slide{
        width: calc(100vw - 32px);
        aspect-ratio: 4 / 3;
        border-radius: 10px;
        box-shadow: none;
        filter: none;
        transform: scale(1);
    }
    .home-photoalbum .swiper-slide > a,
    .home-photoalbum .swiper-slide > .card,
    .home-photoalbum img,
    .home-photoalbum video{
        border-radius: 10px;
    }
    .home-photoalbum .overlay,
    .home-photoalbum .overlay .content{
        border-radius: 0 0 10px 10px;
    }
    .home-photoalbum .swiper-button-next,
    .home-photoalbum .swiper-button-prev{
        width: 44px;
        height: 44px;
    }
    .home-photoalbum .swiper-button-prev:after,
    .home-photoalbum .swiper-button-next:after{
        width: 18px;
        height: 18px;
        -webkit-mask-size: 18px 18px;
        mask-size: 18px 18px;
    }
    .home-photoalbum .swiper-button-prev{
        left: 10px;
        right: auto;
    }
    .home-photoalbum .swiper-button-next{
        right: 10px;
        left: auto;
    }
    .home-photoalbum.swiper-rtl .swiper-button-prev{
        left: 10px;
        right: auto;
    }
    .home-photoalbum.swiper-rtl .swiper-button-next{
        right: 10px;
        left: auto;
    }
    .photoalbum .swiper-slide{
        overflow:hidden
    }
    .photoalbum .overlay .content{
        max-height: 66px;
    }

    .nav-tabs.nav-pills .nav-item, .nav-tabs.nav-tabs-basic .nav-item{
        margin-bottom: .3rem;
    }
    .daily .col-lg-5 article.post{
        margin-top: 0;
    }
    .homeswiper .swiper{
        height: calc(80vh - 253px);
    }
    .navbar.navbar-bg-light {
        height: 47px;
    }
    .navbar.navbar-bg-light .container{
        position: relative;
        max-width: none;
        width: 100%;
        min-height: 47px;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-other{
        position: absolute;
        top: 50%;
        right: 15px;
        left: auto;
        width: auto;
        text-align: end;
        justify-content: end;
        display: flex;
        transform: translateY(-50%);
    }
    .navbar-other .navbar-nav{
        margin: 0;
    }

    .offcanvas{
        background: var(--color-1);
    }
    .navbar-expand-lg .offcanvas-nav .offcanvas-header{
        height: 272px;
        background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(185, 209, 251, 1) 100%);
        box-shadow: 0px -47px 0px #224faf inset;
    }
    .offcanvas-nav .offcanvas-header .btn-close{
        position: absolute;
        right: 15px;
        top: 15px;
        color: #183d8b;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body{
        padding-top: 25px;
    }
}
.page-loader{
    z-index: 9999999;
}
.navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu{
    margin-top: 0 !important;
    top: 53px;
    border-radius: 0 0px 5px 5px;
    padding: 0;
    overflow: hidden;

}
.dropdown-item{
    padding: 12px 15px;
}
.dropdown-item:hover{
    background:#f1f1f1;
}
.newscontent .plyr{

    margin: 50px;
}
.swiper-slide .display-4.text-white{
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    border-radius: 5px;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, .5);
}
@media screen and (max-width:700px) {
    #albumModal .modal-body{
        padding:0;
    }
    #albumModal .modal-header{
        padding:16px 20px;
    }
    .top-bar .col-3:last-child{
        display: none;
    }
    .top-bar .col-6{
        width: 75%;
        padding: 0 60px;
    }
    .top-bar .col-6 img{
        width: 100%;
        object-fit: contain;
    }
}

.photoalbum video{
    width:100%;
    height: 100%;
    object-fit:cover;
}

[dir="ltr"] .top-bar .president a img{
    right: 0;
    left: auto;
    bottom: -73px;
}
[dir="ltr"] .page-title{
    text-align: left;
}
[dir="ltr"]  .page-title .title-container{
    border-radius: 0 6rem 0 ;
}

@media (max-width: 767.98px){
    .page-title{
        background-image: var(--page-title-bg-mobile, var(--page-title-bg));
        background-attachment: scroll;
    }
}

.swiper-creative .swiper-slide.swiper-slide-visible.swiper-slide-active {
    z-index: 999;
}

.uil.uil-share{
    padding: 5px;
    border-radius: 5px;
    transition: ease-in-out all 300ms;
}
a:hover .uil.uil-share{
    background: var(--color-1);
    color: #fff;
}
.language-switcher{
    display: inline-block;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 7;
}
.language-switcher .lang-toggle{
    direction: ltr;
    height: 34px;
    min-width: 76px;
    border: 0;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    transition: background-color .2s ease, box-shadow .2s ease;
}
.language-switcher .lang-toggle i{
    font-size: 18px;
    line-height: 1;
}
.language-switcher .lang-toggle .uil-angle-down{
    font-size: 15px;
}
.language-switcher .lang-toggle:hover,
.language-switcher .lang-toggle[aria-expanded="true"]{
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
}
.language-switcher .language-menu{
    min-width: 96px;
    padding: 4px;
    margin-top: 6px;
    border-radius: 6px;
    border: 1px solid rgba(4, 62, 144, 0.18);
    box-shadow: 0 12px 28px rgba(30, 34, 40, 0.14);
    text-align: center;
    overflow: hidden;
}
.language-switcher .langLink{
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 8px 12px !important;
    border-radius: 4px;
    color: var(--color-1);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.language-switcher .langLink.active,
.language-switcher .langLink:hover{
    background: var(--color-1);
    color: #fff;
}
.language-switcher .language-menu .langLink{
    background: #fff;
    color: #7b8497;
}
.language-switcher .language-menu .langLink:hover{
    background: #f3f6fb;
    color: var(--color-1);
}
.language-switcher .language-menu .langLink.active{
    background: #eef3fb;
    color: var(--color-1);
    box-shadow: none;
}
#menu-wrapper .menu-item .btn:hover{
    background: var(--color-1);

}

.titleElement{    position: absolute;
    bottom: 25%;
    right: 0;
}
.mobile-search-btn{
    display: none;
}
@media screen and (max-width: 991.98px){
    .navbar.navbar-bg-light {
        overflow: visible;
    }
    .navbar-other{
        z-index: 8;
    }
    .palace-gallery-row{
        --bs-gutter-y: 1rem;
    }
    .palace-gallery-tabs,
    .palace-gallery-media{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .palace-gallery-media{
        min-width: 0;
    }
    .palaceImages .Albumswiper{
        width: 100%;
        max-width: 100%;
    }
    .g-tabs{
        display: flex;
        flex-direction: row;
        column-gap: 10px;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .g-tabs::-webkit-scrollbar{
        display: none;
    }
    .g-tabs li{
        flex: 0 0 auto;
        margin-bottom: 0;
    }
    .g-tabs li a{
        width: auto;
        min-width: 120px;
        max-width: 180px;
        white-space: normal;
    }
}

/* Header invariants: top portrait stays right; language/menu controls stay left in every locale. */
.top-bar{
    direction: rtl;
}
.top-bar > [class*="col-"]{
    direction: ltr;
}
.top-bar .president{
    text-align: right;
    padding-right: 0;
}
.top-bar .president a img,
[dir="ltr"] .top-bar .president a img{
    right: 0;
    left: auto;
    bottom: -73px;
}
.navbar.navbar-bg-light{
    overflow: visible;
}
.navbar.navbar-bg-light .container{
    position: relative;
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    direction: ltr;
}
.navbar-other,
[dir="ltr"] .navbar-other{
    position: absolute;
    top: 50%;
    left: 26px;
    right: auto;
    width: auto;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    transform: translateY(-50%);
    margin-left: calc(12.5vw - 77.125px);
    z-index: 8;
}
.navbar-other .navbar-nav{
    direction: ltr;
    gap: 12px;
    margin: 0;
}
.navbar-other .language-switcher{
    direction: rtl;
    order: 1;
}
.navbar-other .nav-item.d-lg-none{
    order: 2;
}
@media screen and (min-width: 992px){
    .navbar.navbar-bg-light .container{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding-left: 26px;
        padding-right: 0;
    }
    .navbar-other,
    [dir="ltr"] .navbar-other{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        order: 1;
        flex: 0 0 auto;
        transform: none;
        margin-right: 20px;
    }
    .navbar-expand-lg .navbar-collapse{
        order: 2;
        flex: 1 1 auto;
        min-width: 0;
        padding-left: 0;
        padding-right: 250px;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body{
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body > .navbar-nav{
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body > .navbar-nav .nav-link{
        font-size: clamp(.56rem, .95vw, .7rem) !important;
        white-space: nowrap;
    }
}

@media screen and (max-width: 991.98px){
    .navbar.navbar-bg-light .container{
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        width: 100%;
    }
    .navbar-other,
    [dir="ltr"] .navbar-other{
        left: 26px;
        right: auto;
        justify-content: flex-start;
        text-align: start;
    }
    .navbar-other .navbar-nav{
        direction: ltr;
        gap: 8px;
    }
    .navbar-other .language-switcher{
        direction: rtl;
        order: 1;
    }
    .navbar-other .nav-item.d-lg-none{
        order: 2;
    }
}

@media screen and (max-width: 700px){
    .navbar-other,
    [dir="ltr"] .navbar-other{
        margin-left: 0;
    }
}

/*Mobile Styles*/
@media screen and (max-width: 991.98px){
    .nav-tabs.nav-pills, .nav-tabs.nav-tabs-basic{
        flex-direction: row;
        column-gap: 10px;
    }
    .accordion-item.icon .card-body{
        padding: 5px;
    }
    .palaceImages .row.mt-10 , .g-tabs{
        margin-top: 0 !important;
    }
    .palaceImages .swiper-button-next ,  .swiper-button-prev{
        display: none;
    }
    .g-tabs li a{
        padding: 10px 15px;
        border-radius: 5px;
        color: #000;
        background: rgba(4, 62, 144, 0.11);
        transition: ease-in-out all 300ms;
        display: inline-block;
        width: 100%;
        line-height: 20px;
        font-size: 13px;
    }
    .g-tabs{
        flex-direction: row;
        display: flex;
        column-gap: 10px;
    }
    .mobile-search-btn{
        z-index: 999999;
        position: fixed;
        bottom: 10px;
        left: 10px;
        display: inline;
    }

    .mobile-search-btn i.uil-multiply{
        display:none;
    }
    .mobile-search-btn.open i.uil-multiply{
        display: block;
    }
    .mobile-search-btn.open i.uil-search{
        display: none;
    }
    .search-box , .first-lady-search-box{
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 99999;
        padding: 25px;
        height: 100%;
        left: 0;
        padding-bottom: 85px;
        border-radius: 0;
        transform: translateY(120%) scale(.8);
        opacity: 0;
        visibility: hidden;
        transition: ease-in-out all 300ms;
    }
    .first-lady-search-box .search-box{
        position: relative;
        height: auto;
        ransform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
        display: contents;
    }
    .first-lady-search-box .search-box form{    margin-top: 20px;}
    .mobile-search-btn.open + .search-box ,  .mobile-search-btn.open + .first-lady-search-box{
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }
    .top-bar{
        min-height: 0;
        overflow: visible;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .top-bar .president a img{
        position: absolute;
        right: 0;
        left: auto;
        bottom: -73px;
        width: min(42vw, 200px);
        max-width: 200px;
        height: auto;
        max-height: 210px;
        object-fit: initial;
    }
    [dir="ltr"] .top-bar .president a img{
        right: 0;
        left: auto;
        bottom: -73px;
    }
    .navbar-other,
    [dir="ltr"] .navbar-other{
        left: 26px;
        right: auto;
        justify-content: flex-start;
        text-align: start;
    }
    .navbar-other .navbar-nav{
        direction: ltr;
    }
    .navbar-other .language-switcher{
        direction: rtl;
    }
    .palace-gallery-tabs,
    .palace-gallery-media{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .g-tabs{
        overflow-x: auto;
        padding-bottom: 8px;
    }
    .g-tabs li{
        flex: 0 0 auto;
        margin-bottom: 0;
    }
    .g-tabs li a{
        width: auto;
        min-width: 120px;
        max-width: 180px;
        white-space: normal;
    }
}

/* Article and modal photo albums: contained active slide with visible previews. */
.photoalbum:not(.home-photoalbum){
    --gallery-height: clamp(420px, 38vw, 600px);
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 7%;
    max-height: var(--gallery-height);
    overflow: hidden;
}
.photoalbum:not(.home-photoalbum) .swiper-wrapper{
    height: var(--gallery-height);
    align-items: center;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.photoalbum:not(.home-photoalbum) .swiper-slide{
    width: 100%;
    aspect-ratio: var(--media-ratio, 16 / 9);
    height: var(--gallery-height);
    max-height: var(--gallery-height);
    opacity: .28 !important;
    background: transparent;
    border-radius: 15px;
    overflow: hidden;
    filter: saturate(.82) contrast(.96);
    transform: scale(.78);
    transform-origin: center center;
    box-shadow: none;
    z-index: 0;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1), opacity .55s cubic-bezier(.22, .61, .36, 1), filter .55s cubic-bezier(.22, .61, .36, 1);
    will-change: transform, opacity;
}
.photoalbum:not(.home-photoalbum) .swiper-slide.is-portrait{
    width: 100%;
}
.photoalbum:not(.home-photoalbum) .swiper-slide.is-square{
    width: 100%;
}
.photoalbum:not(.home-photoalbum) .swiper-slide.swiper-slide-prev,
.photoalbum:not(.home-photoalbum) .swiper-slide.swiper-slide-next{
    opacity: .36 !important;
    transform: scale(.82);
    z-index: 1;
}
.photoalbum:not(.home-photoalbum) .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
    filter: none;
    transform: scale(1);
    z-index: 2;
}
.photoalbum:not(.home-photoalbum) .swiper-slide > a,
.photoalbum:not(.home-photoalbum) .swiper-slide > .card{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}
.photoalbum:not(.home-photoalbum) .swiper-slide.is-portrait > a::before,
.photoalbum:not(.home-photoalbum) .swiper-slide.is-portrait > .card::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--media-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(26px) saturate(1.08) contrast(.96);
    opacity: .82;
    transform: scale(1.14);
    z-index: 0;
}
.photoalbum:not(.home-photoalbum) .swiper-slide.is-portrait > a::after,
.photoalbum:not(.home-photoalbum) .swiper-slide.is-portrait > .card::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, .08));
    z-index: 0;
}
.photoalbum:not(.home-photoalbum) .card{
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.photoalbum:not(.home-photoalbum) img,
.photoalbum:not(.home-photoalbum) video{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.photoalbum:not(.home-photoalbum) .swiper-slide.is-portrait img{
    object-fit: contain;
    object-position: center center;
}
.photoalbum:not(.home-photoalbum) .plyr{
    width: 100%;
    height: 100%;
}
.photoalbum:not(.home-photoalbum) .swiper-button-next,
.photoalbum:not(.home-photoalbum) .swiper-button-prev{
    width: 48px;
    height: 48px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-1);
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(25, 61, 139, .10);
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(25, 61, 139, .12);
    transform: translateY(-50%);
    transition: transform .25s cubic-bezier(.22, 1, .36, 1), background-color .25s ease, color .25s ease, box-shadow .25s ease;
    z-index: 6;
}
.photoalbum:not(.home-photoalbum) .swiper-button-prev:after,
.photoalbum:not(.home-photoalbum) .swiper-button-next:after{
    content: '' !important;
    font-family: inherit !important;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: var(--chev) no-repeat center / 20px 20px;
    mask: var(--chev) no-repeat center / 20px 20px;
    transition: transform .25s cubic-bezier(.22, 1, .36, 1);
}
.photoalbum:not(.home-photoalbum) .swiper-button-prev{
    left: clamp(8px, 3vw, 22px);
    right: auto;
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l-7 7 7 7'/%3E%3C/svg%3E");
}
.photoalbum:not(.home-photoalbum) .swiper-button-next{
    right: clamp(8px, 3vw, 22px);
    left: auto;
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}
.photoalbum:not(.home-photoalbum) .swiper-button-prev:hover,
.photoalbum:not(.home-photoalbum) .swiper-button-next:hover{
    color: #fff;
    background: var(--color-1);
    box-shadow: 0 14px 26px rgba(25, 61, 139, .24);
    transform: translateY(-50%) scale(1.05);
}
.photoalbum:not(.home-photoalbum) .swiper-button-prev:hover:after{
    transform: translateX(-2px);
}
.photoalbum:not(.home-photoalbum) .swiper-button-next:hover:after{
    transform: translateX(2px);
}
.photoalbum:not(.home-photoalbum).swiper-rtl .swiper-button-prev{
    left: clamp(8px, 3vw, 22px);
    right: auto;
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l-7 7 7 7'/%3E%3C/svg%3E");
}
.photoalbum:not(.home-photoalbum).swiper-rtl .swiper-button-next{
    right: clamp(8px, 3vw, 22px);
    left: auto;
    --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}
.photoalbum:not(.home-photoalbum) .swiper-pagination{
    display: none;
}
.post-detail-wrapper .post-gallery-section{
    margin: clamp(2.25rem, 3vw, 3.125rem) auto clamp(2rem, 3vw, 3rem) !important;
    padding: 0 !important;
    overflow: visible;
}
@media screen and (max-width: 991.98px){
    .photoalbum:not(.home-photoalbum){
        --gallery-height: auto;
        width: 100%;
        padding: 0;
        max-height: none;
        overflow: hidden;
    }
    .photoalbum:not(.home-photoalbum) .swiper-wrapper{
        height: auto;
        align-items: flex-start;
    }
    .photoalbum:not(.home-photoalbum) .swiper-slide{
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
        max-height: none;
        transform: scale(1);
        filter: none;
    }
    .photoalbum:not(.home-photoalbum) .swiper-slide.is-portrait{
        width: 100%;
    }
    .photoalbum:not(.home-photoalbum) .swiper-slide.is-square{
        width: 100%;
    }
    .post-detail-wrapper .post-gallery-section{
        margin: 1.5rem 0 2rem !important;
    }
    .photoalbum:not(.home-photoalbum) .swiper-button-next,
    .photoalbum:not(.home-photoalbum) .swiper-button-prev{
        width: 42px;
        height: 42px;
    }
    .photoalbum:not(.home-photoalbum) .swiper-button-prev,
    .photoalbum:not(.home-photoalbum).swiper-rtl .swiper-button-prev{
        left: 10px;
        right: auto;
    }
    .photoalbum:not(.home-photoalbum) .swiper-button-next,
    .photoalbum:not(.home-photoalbum).swiper-rtl .swiper-button-next{
        right: 10px;
        left: auto;
    }
}

/* ===== Fixed header on mobile =====
   Pin the whole header to the top while scrolling on small screens so it does
   not shift/"bug out". The page content is offset by JS (setHeaderOffset in
   layout.blade.php) which measures the header's full visual height — the
   president photo is absolutely positioned and overflows below the header box. */
@media screen and (max-width: 991.98px){
    header.wrapper{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1031;
    }
}
