.custom-carousel-nav {
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: end;
}

.carousel-btn {
    background: transparent !important;
    padding: 16px !important;
    transition: all 0.3s ease;
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border:2px solid #011E41;
}
.gray_gallery .carousel-btn.carousel-play-pause{
    background: #fff !important;
    border:2px solid #fff;
}

.carousel-play-pause{
    background:#F3F3F3 !important;
    border:none;
}

.carousel-btn.swiper-disabled-button {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.logo-module-section #logo_module .elementor-image-carousel-wrapper {
  display: flex;
  flex-direction: column;
}

.logo-module-section #logo_module .elementor-image-carousel.swiper-wrapper {
  order: 1;
}

.logo-module-section #logo_module .custom-carousel-nav {
  order: 2;
  margin-top: 117px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 1024px) {
    .custom-carousel-nav{
        justify-content: center;
    }
    .carousel-btn{
        width: 48px;
        height: 48px;
        padding: 12px !important;
    }
}

.custom-carousel-nav.carousel_center{
    justify-content: center;
}



/* Search Filter Style */
.search-filter-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
	justify-content:space-between;
}
.search-filter-wrapper.active_filters{
	padding-right:50px;
}

/* Categories Dropdown */
.filter-categories {
    position: relative;
}

.categories-dropdown {
    position: relative;
}

.categories-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    justify-content: space-between;
}

.categories-btn:hover,
.categories-btn.active {
    background: #e9ecef;
    border-color: #adb5bd;
}

.categories-arrow {
    transition: transform 0.3s ease;
}

.categories-btn.active .categories-arrow {
    transform: rotate(180deg);
}

.categories-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.categories-menu.show {
    display: block;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
}

.category-item:last-child {
    border-bottom: none;
}

.category-item:hover {
    background: #f8f9fa;
}

.category-item input[type="radio"] {
    margin: 0;
    accent-color: #007cba;
}

.category-item span {
    font-size: 14px;
    color: #495057;
}

/* Search Input */
.filter-search {
    flex: 1;
    max-width: 480px;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-wrapper:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/03/search.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 999;
    transform: translate(0%, -50%);
    top: 50%;
}

.search-input {
    width: 100% !important;
	padding-left: 54px !important;
}

.search-input:focus {
    outline: none;
    border-color: #007cba;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
}

.search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #6c757d;
    transition: color 0.3s ease;
    border-radius: 4px;
}

.search-btn:hover {
    color: #007cba;
    background: rgba(0, 124, 186, 0.1);
}

/* Loading Spinner */
.filter-loading {
    text-align: center;
	display:flex;
}

.loading-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.text-with-slider-section .swiper-pagination {
    position: absolute;
    bottom: -42px !important;
    text-align: right;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .search-filter-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
	.search-filter-wrapper.active_filters{
		padding-right:0px;
	}
    
    .filter-search {
        max-width: none !important;
    }
    
    .categories-btn {
        width: 100% !important;
    }
}

.search-filter-container .search-filter-wrapper button.categories-btn,
.search-filter-container .search-filter-wrapper .filter-search input.search-input {
	position: relative;
    width: 376px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    padding: 11px 20px 11px 30px;
    border-radius: 0;
    line-height: 24px;
    background: #fff;
    text-transform: capitalize;
    font-family: 'Lato';
	letter-spacing:0px;
    border:none;
}

.search-filter-container .search-filter-wrapper .filter-search input::placeholder {
	color: #000;
}

/* Reset Filter Button Styles */
.search-filter-container .filter-reset {
    position: absolute;
    right:0px;
}

.search-filter-container .reset-filter-btn {
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--e-global-color-text);
    padding:10px;
    display: flex;
    align-items: center;
    min-width: 32px;
    height: 32px;
    border:none;
    border-radius: 0px;
}

.search-filter-container .reset-filter-btn:hover {
    background: transparent;
    color: var(--e-global-color-secondary);
}

.search-filter-container .reset-filter-btn svg {
    width: 16px;
    height: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .search-filter-container .filter-reset {
		position:static;
		display:none;
    }
	
	.search-filter-container .filter-reset.has-active-filters{
		display:block;
	}
	.search-filter-container .filter-reset button::before{
		content:"Reset";
		margin-right:10px;
	}
    
    .search-filter-container .reset-filter-btn {
        min-width: 28px;
        height: 28px;
        padding: 6px;
    }
    
    .search-filter-container .reset-filter-btn svg {
        width: 14px;
        height: 14px;
    }
}

/* Show reset button only when there are active filters */
.search-filter-container .filter-reset {
    opacity: 0;
    visibility: hidden;
}

.search-filter-container .filter-reset.has-active-filters {
    opacity: 1;
    visibility: visible;
}

.loop-news-section .elementor-pagination span.prev, .loop-news-section .elementor-pagination span.next{
	display:none;
}
.loop-news-section .elementor-pagination span.page-numbers.current {
	background: #024AA0;
    padding: 13px 10px;
    vertical-align: middle;
    color: #fff !important;
    border-radius: 8px;
    margin: 0px !important;
}

.loop-news-section .elementor-pagination a{
    padding: 13px 10px;
    vertical-align: middle;
    margin:0px !important;
    text-transform: uppercase;
}
.loop-news-section .elementor-pagination a.page-numbers.next,
.loop-news-section .elementor-pagination a.page-numbers.prev {
	position: relative;
	display: inline-block;
}

.loop-news-section .elementor-pagination a.page-numbers.next:after,
.loop-news-section .elementor-pagination a.page-numbers.prev:before {
	content: "";
	position: absolute;
	top: 18px;
	background-image: url(/wp-content/uploads/2026/03/Arrow-Icon.svg);
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
}


.loop-news-section .elementor-pagination a.page-numbers.next:after {
	content: "";
	right: -18px;
}

.loop-news-section .elementor-pagination a.page-numbers.prev:before {
	content: "";
	left: -18px;
	transform: rotate(180deg);
    top:15px !important;
}

.loop-news-section h2.contentHeading .eyebrowText, .recent-articles h2.contentHeading .eyebrowText{
    display: block;
    font-family: "Fjalla One", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1.2px;
    color: var(--e-global-color-4cc11c4);
    margin-bottom: 14px;
}
.recent-articles h2.contentHeading .heading{
    color:#000;
    font-size: 30px;
}
.loop-news-section h2.contentHeading .heading{
    font-size: 30px;
    line-height: 36px;
}

.single-news h1.contentHeading .eyebrowText {
    font-size: 28px;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 0.84px;
    margin-bottom: 18px;
    display: inline-block;
    color: var(--e-global-color-bfd734e);
}
.single-news h1.contentHeading span.heading {
    display: block;
    margin-bottom: 25px;
    color: #fff;
}