/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
    margin-top: 0 !important;
}
:root {
    --primary: #3d8fa9;
    --secondary: #60d4f7;
    --text: #191919;
    --accent: #448bab;
    --light: #EDF9FB;
    --white: #FFFFFF;
    --dark: #000000;
    --font1: 'Poppins', sans-serif;
    --font2: 'Montserrat', sans-serif;
}
*:focus-visible {
    outline: none !important;
}
html body {
    font-size: 16px;
    line-height: 160%;
    color: var(--text);
}
html a {
    transition: all 0.4s;
}
html .elementor-kit-6 a:hover {
    color: #000;
}
html .elementor-heading-title,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
    line-height: 120%;
}
html p:last-child {
    margin-bottom: 0 !important;
}
html h1.entry-title {
    display: none;
}
html .elementor-kit-5 p:last-child {
    margin-bottom: 0 !important;
}
main#content {
    min-height: 60vh;
    padding: 0;
    max-width: 100%;
}
html #header {
    position: fixed;
    z-index: 999;
    inset: 42px;
    bottom: auto;
    width: auto;
    transition: all 0.4s;
}
html.sticky #header {
    inset: 20px 42px;
    bottom: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hvr_box:before {
    content: "";
    background: linear-gradient( 60deg, rgb(83,70,197) 0%, rgb(61,143,169) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.hvr_box:hover:before {
    opacity: 0.85;
    visibility: visible;
}
.hvr_box .cntnt {
    max-height: 140px;
    overflow: hidden;
    transition: all 0.6s;
}
.hvr_box {
    transition: all 0.6s;
}
.hvr_box:hover .cntnt {
    max-height: 500px;
}
.hvr_box .cntnt .elementor-widget-text-editor {
    opacity: 0;
    transition: all 0.2s;
}
.hvr_box:hover .cntnt .elementor-widget-text-editor {
    opacity: 1;
}
.hvr_box .elementor-widget-image .elementor-widget-container {
    height: 420px;
}
.hvr_box .elementor-widget-image .elementor-widget-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ancmnt_carsl .elementor-swiper-button-prev {
    left: 80px !important;
}
.ancmnt_carsl .elementor-swiper-button-next {
    right: 80px !important;
}
.ancmnt_carsl .swiper-pagination-bullets {
    counter-reset: item;
    display: flex;
    align-items: center;
}
.ancmnt_carsl .swiper-pagination-bullets .swiper-pagination-bullet {
    counter-increment: item;
    position: relative;
    padding: 6px 18px;
    background: none;
    margin: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ancmnt_carsl .swiper-pagination-bullets .swiper-pagination-bullet {
    counter-increment: item;
    position: relative;
    padding: 6px 18px;
    background: none;
    margin: 0;
    opacity: 1;
}
.ancmnt_carsl .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary);
    border-radius: 50px;
    height: 28px;
    width: 40px;
    padding: 0;
}
.ancmnt_carsl .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: var(--white);
}
.ancmnt_carsl .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: counter(item);
    color: #000 ;
    font-weight: 500;
    font-size: 15px;
    display: block;
}
.ancmnt_carsl .e-con-boxed {
    box-shadow: 0px 13px 21px 0px rgba(17, 30, 44, 0.13);
}
.ancmnt_carsl .e-con-boxed .e-child {
    min-height: 310px;
}
.events-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.event-item {
    display: flex;
    gap: 90px;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 45px;
    padding-inline: 60px;
}
.event-item:last-child{
    padding-bottom: 0;
    border: 0;
}
.event-item .event-image a {
    display: block;
    height: 210px;
    width: 515px;
}
.event-item .event-image a img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-content {
    flex: 1;
}
.event-content h3 {
    font-size: 24px;
    margin: 0 0 4px;
    font-weight: bold;
    font-family: var(--e-global-typography-text-font-family);
    color: var(--dark);
}
.event-content h3 a {
    color: inherit;
    line-height: inherit;
}
.event-content h3:hover{
    color: #448bab;
}
.event-date {
    font-style: italic;
    color: #333333;
    font-family: var(--font2);
    margin-bottom: 0;
}
.event-item .event-content> p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.004em;
    color: var(--dark);
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.event-item .event-content .read-more-btn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--dark);
    position: relative;
}
.event-item .event-content .read-more-btn:hover{
    color: var(--primary);
}
.event-item .event-content .read-more-btn:before {
    content: "";
    height: 1px;
    display: inline-block;
    background-color: #448bab;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    transition: all 0.4s;
}
.event-item .event-content .read-more-btn:hover:before {
    width: 100%;
}
#blg_pst .elementor-post {
    position: relative;
}
#blg_pst .elementor-post__text {
    display: flex;
    flex-direction: column;
}
#blg_pst .elementor-post__text .elementor-post__excerpt {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#blg_pst .elementor-post__text  .elementor-post__meta-data {
    background-color: #3d8fa9;
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    position: absolute;
    top: 218px;
    right: 30px;
}
#blg_pst .elementor-post__text .elementor-post__title a {
    display: block;
}
#blg_pst .elementor-post__text .elementor-post__title:hover a{
    color: var(--primary);
}
#blg_pst .elementor-post__text .elementor-post__read-more:hover{
    color: var(--dark);
}
#blg_pst .elementor-post__thumbnail img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    object-fit: contain;
    transition: all 0.4s;
    background: rgb(61 143 169 / 15%);
}
#blg_pst .post:hover .elementor-post__thumbnail img {
    transform: scale(1.1);
}
#blg_pst .elementor-post__text .elementor-post__read-more {
    display: inline-block;
    margin-top: auto;
}
.logo_img .e-gallery-item .e-gallery-image {
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}
#cform .elementor-field {
    height: 46px;
    padding: 0;
}
#cform .elementor-field::placeholder {
    opacity: 1;
}
#adimg-box .elementor-widget-image-box {
    width: 15%;
    transition: all 0.6s;
}
#adimg-box .elementor-widget-image-box.acbox {
    width: 40%;
}
#adimg-box .elementor-image-box-img {
    display: block;
    height: 430px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
#adimg-box .elementor-image-box-img:before {
    content: "";
    position: absolute;
    background:linear-gradient(220deg, rgba(83, 70, 197, 0) 30%, #3D8FA9 80%);
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
#adimg-box .elementor-widget-image-box.acbox .elementor-image-box-img:before{
    visibility: visible;
    opacity: 1;
}
#adimg-box .elementor-image-box-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#adimg-box .elementor-image-box-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 36px;
    width: auto;
    opacity: 0;
    transition: all 0.6s;
}
#adimg-box .elementor-widget-image-box.acbox .elementor-image-box-content {
    opacity: 1;
}
.img_glry div#gallery-1 figure a {
    display: block;
    height: 310px;
    width: 100%;
}
.img_glry div#gallery-1 figure a img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.govrmnt_prtnr:before {
    content: "";
    height: 530px;
    position: absolute;
    inset: 0;
    background: linear-gradient( 60deg, rgb(83,70,197) 0%, rgb(61,143,169) 100%);
}
.pst-evnt-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.pst-evnt-list .pst-evnt-item {
    position: relative;
}
.pst-evnt-list .pst-evnt-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--white);
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pst-evnt-list .pst-evnt-item h3:hover{
    color: var(--secondary);
}
.pst-evnt-list .pst-evnt-item .event-date {
    font-size: 13px;
    font-weight: 500;
    color: var(--white);
}
.pst-evnt-list .pst-evnt-item p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.001em;
    margin: 6px 0 25px;
    opacity: 0;
    color: var(--white);
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.pst-evnt-list .pst-evnt-item .read-more-btn {
    font-family: var(--font1);
    display: inline-block;
    background-color: #333333;
    color: #FFF;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 50px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.pst-evnt-list .pst-evnt-item .read-more-btn:hover {
    background-color: var(--accent);
    color: #FFF;
}
.pst-evnt-list .pst-evnt-item .event-image{
    display: block;
    height: 380px;
    width: 100%;
}
.pst-evnt-list .pst-evnt-item .event-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pst-evnt-list .pst-evnt-item .event-content {
    padding: 40px 30px;
    max-height: 143px;
    overflow: hidden;
    transition: all 0.6s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.pst-evnt-list .pst-evnt-item::before{
    content: "";
    background: linear-gradient( 60deg, rgb(83,70,197) 0%, rgb(61,143,169) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 0;
}
.pst-evnt-list .pst-evnt-item:hover .event-content {
    max-height: 500px;
}
.pst-evnt-list .pst-evnt-item:hover .event-content p{
    opacity: 1;
}
.pst-evnt-list .pst-evnt-item:hover::before {
    opacity: 0.8;
    visibility: visible;
}
#bcat h5 {
    display: none;
}
#bcat ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 18px;
}
#bcat ul a {
    display: block;
    line-height: 50px;
    padding: 0 28px;
    color: #333333;
    background: #cccccc;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
}
#bcat ul a:hover {
    background: #3d8fa9;
    color: #FFF;
}
html .blog-post .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
html .blog-post .elementor-pagination .page-numbers {
    margin: 0 !important;
    background-color: transparent;
    border-radius: 50px;
    width: 40px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    font-size: 16px;
    transition: all 0.4s;
}
html .blog-post .elementor-pagination .page-numbers.current, html .blog-post .elementor-pagination .page-numbers:hover {
    background: var(--primary);
    color: #FFF;
}
html .blog-post .elementor-pagination :is(.prev,.next) {
    font-size: 0;
    background-color: var( --e-global-color-primary );
    border-radius: 6px 6px 6px 6px;
    width: 30px;
    height: 62px;
    position: relative;
    margin-right: 50px !important;
}
html .blog-post .elementor-pagination .next {
    margin-right: 0 !important;
    margin-left: 50px !important;
    transform: scaleX(-1);
}
html .blog-post .elementor-pagination :is(.prev,.next):before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="14" viewBox="0 0 11 14" fill="none"><path d="M9.85991 12.7243L2.80284 8.73791C1.73239 8.13356 1.73239 6.59148 2.80284 5.98713L9.85991 2" stroke="white" stroke-width="2.37"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
html .blog-post .elementor-pagination :is(.prev,.next):hover {
    background: #000;
}
 #bcat ul .current-cat a {
    background-color: var(--primary);
    color: #FFF;
}
.evnt_pst_bx .elementor-post__card .elementor-post__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-block: 25px !important;
    transform: translateY(100%);
    transition: all 0.5s;
}
.evnt_pst_bx .elementor-post__card:hover .elementor-post__text {
    transform: translateY(0%);
}
.evnt_pst_bx .elementor-post__card .elementor-post__thumbnail__link {
    margin: 0;
}
.evnt_pst_bx .elementor-post__card:before{
    content: "";
    background: linear-gradient( 60deg, rgb(83,70,197) 0%, rgb(61,143,169) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 0;
}
.evnt_pst_bx .elementor-post__card:hover:before{
    opacity: 0.8;
    visibility: visible;
}
.evnt_pst_bx .elementor-post__card .elementor-post__thumbnail__link::after{
    display: none !important;
}
.post-content h2 {
    font-size: 28px;
    line-height: 110%;
}
.link_p a {
    color: var(--primary);
}
.link_p a:hover {
    color: var(--dark);
}

.bod-content .elementor-widget-text-editor {
    height: 288px;
    overflow: auto;
    padding-right: 30px;
}
.bod-content .elementor-widget-text-editor::-webkit-scrollbar {
    width: 2px;
}
.bod-content .elementor-widget-text-editor::-webkit-scrollbar-track {
    width: 2px;
	background-color: rgb(61 143 169 / 20%);
}
.bod-content .elementor-widget-text-editor::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: var(--primary);
}
#sticky-cards > .elementor-element {
    position: sticky;
    top: 130px;
}
#sticky-cards > .elementor-element:nth-child(2) {
    top: 150px;
}
#sticky-cards > .elementor-element:nth-child(3) {
    top: 170px;
}
#sticky-cards > .elementor-element:nth-child(4) {
    top: 190px;
}
#sticky-cards > .elementor-element:nth-child(5) {
    top: 210px;
}
#subsid-boxs .elementor-image-box-wrapper {
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #0093AD;
}
#subsid-boxs .elementor-image-box-img,
#subsid-boxs .elementor-image-box-img img {
    display: block;
}
#subsid-boxs .elementor-image-box-img:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
    transition: all 0.5s;
}
#subsid-boxs .elementor-image-box-content {
    position: absolute;
    z-index: 2;
    inset: 0;
    top: auto;
    padding: 22px;
    transition: all 0.5s;
}
#subsid-boxs .elementor-image-box-wrapper:hover figure:before,
#subsid-boxs .elementor-image-box-wrapper:hover .elementor-image-box-content {
    opacity: 0;
    visibility: hidden;
}
#subsid-boxs .elementor-image-box-wrapper:hover figure img {
    transform: scale(1.1);
}
body:has(#gall-tabs) .elementor-slideshow__title {
    display: none;
}
#gall-tabs .e-n-tabs-heading {
    position: sticky;
    top: 102px;
    background: #FFF;
    z-index: 9;
    padding-block: 20px;
}

@media (max-width: 1024px) {
    .event-item .event-image a {
        height: 180px;
        width: 300px;
    }
    .event-item .event-image a img {
        border-radius: 10px;
    }
    .hvr_box .elementor-widget-image .elementor-widget-container {
        height: 300px;
    }
    .hvr_box .cntnt {
        max-height: 80px;
    }
    .ancmnt_carsl .e-con-boxed .e-child {
        min-height: 230px;
    }
    .ancmnt_carsl .elementor-swiper-button-next {
        right: 20px !important;
    }
    .ancmnt_carsl .elementor-swiper-button-prev {
        left: 20px !important;
    }
    .event-item {
        gap: 30px;
        padding-bottom: 25px;
        padding-inline: 0;
    }
    .events-list {
        gap: 25px;
    }
    .event-content h3 {
        font-size: 18px;
    }
    .event-item .event-content> p {
        font-size: 14px;
        margin: 12px 0;
    }
    #blg_pst .elementor-post__text  .elementor-post__meta-data {
        padding: 6px 8px;
        top: 180px;
        right: 20px;
    }
    .logo_img .e-gallery-item .e-gallery-image {
        padding-bottom: 60px;
    }
    html #header {
        inset: 20px;
        bottom: auto;
    }


    html .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed !important;
        margin: 0;
        transform: scaleY(1) !important;
        max-height: 100vh !important;
        height: 100vh;
        left: 0 !important;
        top: 0 !important;
        bottom: 0;
        padding: 60px 35px;
        width: 350px !important;
        transition: all 0.5s;
        translate: -100%;
        animation: none !important;
        background: #2A649B;
    }
    html .elementor-nav-menu--dropdown > ul.elementor-nav-menu > li.menu-item > a {
        color: #fff;
    }
    html .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
        translate: 0%;
    }
    html .elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item {
        margin-bottom: 10px;
    }
    html .elementor-nav-menu--dropdown ul.elementor-nav-menu .elementor-item {
        padding: 0;
        font-size: 20px !important;
        line-height: 140%;
        background: transparent !important;
    }
    html .elementor-active .elementor-menu-toggle__icon--close svg {
        width: 25px;
    }
    .elementor-nav-menu .sub-arrow svg {
        fill: #fff;
    }
    html .elementor-menu-toggle:before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 70%);
        backdrop-filter: saturate(180%) blur(12px);
        -webkit-backdrop-filter: saturate(180%) blur(12px);
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
    }
    html .elementor-menu-toggle.elementor-active:before {
        opacity: 1;
        visibility: visible;
    }
    html .elementor-active .elementor-menu-toggle__icon--close {
        position: fixed;
        right: 0;
        top: 0;
        margin: 20px;
        z-index: 9999;
    }
    html header .elementor-menu-toggle {
        margin-left: auto !important;
        margin-right: 0 !important;
        width: 44px;
        height: 44px;
    }
    .pst-evnt-list .pst-evnt-item .event-content {
        padding: 14px;
        max-height: 94px;
    }
    .pst-evnt-list .pst-evnt-item h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .pst-evnt-list .pst-evnt-item .event-date {
        font-size: 12px;
    }
    .pst-evnt-list .pst-evnt-item p {
        font-size: 13px;
        margin: 4px 0 16px;
    }
    .pst-evnt-list .pst-evnt-item .read-more-btn {
        padding: 0 20px;
        line-height: 36px;
        font-size: 13px;
    }
    .pst-evnt-list .pst-evnt-item .event-image {
        height: 280px;
    }
    #adimg-box .elementor-image-box-content {
        margin: 18px;
    }
    #adimg-box .elementor-image-box-img {
        height: 320px;
        border-radius: 10px;
    }
    html.sticky #header {
        inset: 18px;
        bottom: auto;
    }
    #bcat ul {
        gap: 10px;
    }
    #bcat ul a {
        line-height: 40px;
        padding: 0 24px;
        font-size: 14px;
    }
    .post-content h2 {
        font-size: 24px;
        line-height: 130%;
    }
    .bod-content .elementor-widget-text-editor {
        height: 220px;
        padding-right: 20px;
    }
    #gall-tabs .e-n-tabs-heading {
        top: 92px;
        padding-block: 16px;
    }
}

@media (max-width: 767px) {
    .event-item {
        gap: 22px 0;
        flex-wrap: wrap;
    }
    .hvr_box .cntnt{
        display: block;
        max-height: 90px;
    }
    .hvr_box .elementor-widget-image .elementor-widget-container {
        height: 250px;
    }
    .ancmnt_carsl .elementor-swiper-button-next {
        right: 10px !important;
    }
    .ancmnt_carsl .elementor-swiper-button-prev {
        left: 10px !important;
    }
    .ancmnt_carsl .e-con-boxed .e-child {
        min-height: auto;
    }
    .event-date {
        font-size: 14px;
    }
    .event-content {
        flex: unset;
    }
    .event-item .event-image a {
        height: 180px;
        width: 100%;
    }
    .event-item .event-image{
        width: 100%;
    }
    #blg_pst .elementor-post__text  .elementor-post__meta-data {
        top: 150px;
        right: 15px;
        font-size: 11px;
    }
    .logo_img .e-gallery-item .e-gallery-image {
        padding-bottom: 40px;
    }
    html #header {
        inset: 15px;
        bottom: auto;
    }
    html.sticky #header {
        inset: 15px;
        bottom: auto;
    }
    html .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        width: 100% !important;
    }
    .pst-evnt-list {
        grid-template-columns: repeat(2,1fr);
    }
    .pst-evnt-list .pst-evnt-item .event-content {
        padding: 12px;
        max-height: 90px;
    }
    .pst-evnt-list .pst-evnt-item h3 {
        font-size: 15px;
    }
    .pst-evnt-list .pst-evnt-item p {
        font-size: 11px;
        margin: 4px 0 12px;
    }
    .pst-evnt-list .pst-evnt-item .read-more-btn {
        padding: 0 16px;
        line-height: 34px;
        font-size: 12px;
    }
    .pst-evnt-list .pst-evnt-item .event-image {
        height: 250px;
    }
    #adimg-box .elementor-image-box-img {
        height: 280px;
        border-radius: 8px;
    }
    .elementor-element:has(#adimg-box) {
        overflow: hidden;
    }
    #adimg-box {
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    #adimg-box .elementor-widget-image-box {
        scroll-snap-align: start;
        width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
        transition: all 0.6s;
    }
    #adimg-box .elementor-widget-image-box .elementor-image-box-content {
        transform: translateY(100%);
    }
    #adimg-box .elementor-widget-image-box .elementor-image-box-img:before {
        visibility: hidden;
        opacity: 0;
    }
    #adimg-box .elementor-widget-image-box.acbox .elementor-image-box-content {
        transform: translateY(0%);
        opacity: 1;
    }
    #adimg-box .elementor-widget-image-box.acbox .elementor-image-box-img:before {
        visibility: visible;
        opacity: 1;
    }
    #adimg-box .elementor-widget-image-box {
        overflow: hidden;
    }
    #bcat ul {
        gap: 8px;
        flex-wrap: wrap;
    }
    #bcat ul a {
        line-height: 28px;
        padding: 0 14px;
        font-size: 12px;
    }
    .evnt_pst_bx .elementor-post__card .elementor-post__text {
        position: static;
        z-index: 2;
        padding: 20px !important;
        transform: translateY(0%);
        background: linear-gradient( 60deg, rgb(83,70,197) 0%, rgb(61,143,169) 100%);
    }
    .evnt_pst_bx .elementor-post__card:before {
        display: none;
    }
    .evnt_pst_bx .elementor-post__card .elementor-post__text :is(h3,a) {
        font-size: 18px !important;
    }
    .evnt_pst_bx .elementor-post__card .elementor-post__text .elementor-post__excerpt p {
        font-size: 13px;
    }
    #sticky-cards > .elementor-element {
        position: static;
    }
    #gall-tabs .e-n-tabs-heading {
        position: static;
    }
}