.elementor-690 .elementor-element.elementor-element-4e3ba9e img {
    display: none;
}

/* for image slides */
.slide-left,
.slide-right {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s ease-out;
}

.slide-left {
    transform: translateX(-60px);
}

.scroll-in {
    opacity: 1;
    transform: translateX(0);
}

.sub-header {
    font-size: 18px !important;
    padding-bottom: 20px;
}

/* Smooth transition for header */
.custom-header {
    transition: all 0.4s ease !important;
    top: 0;
    padding: 0;
}

/* Transparent mode */
.custom-header.header-transparent {
    background: rgba(255, 255, 255, 0) !important;
    /* fully transparent */
}

.custom-header.header-transparent .sub-menu {
    background: rgba(255, 255, 255, 0) !important;
    /* fully transparent */
}

/* Normal header mode */
.header-normal {
    /* background-color: #013150 !important; solid background */
    background-color: var(--e-gloval-color-secondary);
}

.header-relative {
    position: relative;
}

.header-normal .sub-menu {
    /* background-color: #013150 !important; solid background */
    background-color: var(--e-gloval-color-secondary);
}

@media (max-width: 445px) {

    .slide-left,
    .slide-right {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.hero-content {
    max-width: 100% !important;
}

.hero-content h1 p {
    color: var(--e-global-color-accent);
}
/* .elementor-background-overlay::before {
	content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #013150 0%, #012237 100%);
} */
.dark-wrapper h2{
/* 	color: #fff !important; */
}
.dark-wrapper .content{
    color: #999999;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

/* Pop up */
.niagara-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.niagara-modal-inner {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 4px;
    position: relative;
    padding: 25px;
}

.modal-open {
    overflow: hidden;
}

.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}

/* -------------------------- */
/* Modal Overlay */
.niagara-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal Inner */
.niagara-modal-inner {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 4px;
    position: relative;
    padding: 40px;
}

/* Close Button */
.niagara-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.niagara-modal-close svg {
    width: 20px;
    height: 20px;
}

.niagara-modal-close:hover {
    color: #000;
}

/* Lock scroll when modal open */
body.modal-open {
    overflow: hidden;
}

/* Two column layout inside modal */
.niagara-modal-inner .elementor-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.niagara-modal-inner .elementor-col-50 {
    flex: 1;
    min-width: 280px;
}

/* Gallery */
.niagara-modal-inner .gwts-gwl-slidergal {
    width: 100%;
}

.niagara-modal-inner .gwts-gwl-slidergal li img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Title */
.niagara-modal-inner .elementor-heading-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a2e;
}

/* Accordion */
.niagara-modal-inner .card-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 5px 5px 5px 5px !important;
}

.niagara-modal-inner .card-header {
    background: #f5f5f5;
}

.niagara-modal-inner .card-wrapper.expand .card-header {
    background: #1a3c5e;
}

.niagara-modal-inner .card-header-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #120A00 !important;
    font-weight: 600;
    background-color: #f2f2f2 !important;
}

.niagara-modal-inner .card-wrapper.expand .card-header-button {
    color: #fff !important;
    background-color: var(--e-global-color-88e4181) !important;
}

.niagara-modal-inner .card-body {
    padding: 15px 20px !important;
}

.niagara-modal-inner .card-body ul {
    padding-left: 20px;
    margin: 0;
}

.niagara-modal-inner .card-body li {
    margin-bottom: 6px;
}

/* Hide normal/active icons based on state */
.niagara-modal-inner .card-wrapper .active-icon {
    display: none;
}

.niagara-modal-inner .card-wrapper.expand .normal-icon {
    display: none;
}

.niagara-modal-inner .card-wrapper.expand .active-icon {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .niagara-modal-inner {
        padding: 20px;
        max-height: 95vh;
    }

    .niagara-modal-inner .elementor-container {
        flex-direction: column;
    }
}

/* =====================
   BLOG PAGE
   ===================== */

.niagara-blog-hero {
    text-align: center;
    padding: 50px 20px 50px;
    background: #f0f6ff;
    margin-top: 88px;
}

.niagara-blog-hero h1 {
    font-size: 52px;
    font-weight: 700;
    color: #1a3c5e;
    margin-bottom: 10px;
}

.niagara-blog-hero p {
    font-size: 30px;
    color: #666;
}

.niagara-blog-list {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Single post hero title overlay */
.niagara-single__hero {
    position: relative;
    display: block;
}

.niagara-single__hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.niagara-single__hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
}

.niagara-single__hero-title h1 {
    color: #ffffff;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.55);
    /*     text-shadow: 0 2px 12px rgba(255, 255, 255, 0.35); /* white glow */
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    margin: 0;
    line-height: 1.2;
}

/* Blog Card — list layout */
.niagara-blog-card {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 220px;
}

.niagara-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.niagara-blog-card__img-wrap {
    display: block;
    flex-shrink: 0;
    width: 300px;
    overflow: hidden;
}

.niagara-blog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.niagara-blog-card:hover .niagara-blog-card__img {
    transform: scale(1.05);
}

.niagara-blog-card__body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.niagara-blog-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.niagara-blog-card__cat {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #1a3c5e;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.niagara-blog-card__date,
.niagara-blog-card__author {
    font-size: 13px;
    color: #999;
}

.niagara-blog-card__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #1a1a2e;
}

.niagara-blog-card__title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.niagara-blog-card__title a:hover {
    color: #1a3c5e;
}

.niagara-blog-card__excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.niagara-blog-card__btn {
    align-self: flex-start;
    text-decoration: none !important;
    background-color: var(--e-global-color-88e4181) !important;
}

.niagara-blog-card__btn:hover {
    background-color: var(--e-global-color-text) !important;
}

/* Pagination */
.niagara-blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.niagara-blog-pagination .page-numbers {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #1a3c5e;
    font-weight: 600;
    transition: all 0.2s;
}

.niagara-blog-pagination .page-numbers:hover,
.niagara-blog-pagination .page-numbers.current {
    background: #1a3c5e;
    color: #fff;
    border-color: #1a3c5e;
}

.niagara-blog-empty {
    text-align: center;
    color: #999;
    font-size: 16px;
}

/* =====================
   SINGLE POST
   ===================== */

.niagara-single__hero {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.niagara-single__hero-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.niagara-single__container {
    max-width: 800px;
    margin: 50px auto;
    padding: 0 20px 80px;
}

.niagara-single__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.niagara-single__date,
.niagara-single__author,
.niagara-single__sep {
    font-size: 14px;
    color: #999;
}

.niagara-single__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
    margin-bottom: 40px;
}

.niagara-single__content {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.niagara-single__content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 40px 0 16px;
}

.niagara-single__content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 30px 0 14px;
}

.niagara-single__content p {
    margin-bottom: 20px;
}

.niagara-single__content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 24px 0;
}

.niagara-single__content a {
    color: #1a3c5e;
    text-decoration: underline;
}

.niagara-single__content ul,
.niagara-single__content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.niagara-single__content li {
    margin-bottom: 8px;
}

.niagara-single__back {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

/* Sub Header */
.niagara-sub-header {
    background: var(--e-global-color-secondary);
    color: #fff;
    width: 100%;
    z-index: 100000;
    /* above everything */
    position: relative;
    /* height: 51px; */
}

#masthead-sticky {
    /* position: sticky;
    top: 0; */
}

.niagara-sub-header__inner {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    padding: 0 8px 8px 0 !important;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    font-size: 16px;
    margin-bottom: 0 !important;
}

.niagara-icon-list-items {
    display: flex;
    color: #fff;
}

.niagara-icon-list-item {
    position: relative;
}

.divider::before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 0.5px;
    background: #fff;
    content: "";
}

.niagara-sub-header__inner span {
    /* display: flex; */
    align-items: center;
    gap: 6px;
}

.niagara-sub-header__inner a {
    color: #fff;
    text-decoration: none;
}

.niagara-sub-header__inner a:hover {
    /* color: #fff; */
}

/* Push main content down by sub-header height */
#content {
    margin-top: 0;
}

/* Spacer so content doesn't jump under fixed header */
body.header-is-fixed #content {
    /* margin-top: var(--header-height, 80px); adjust to your header height */
}

.header-is-fixed {
    position: fixed;
}

/* =====HEADER====== */

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container .logo{
    width: 120px;
    height: 120px;
}

.nav-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0;

}

.nav-menu li{
    list-style: none;
}

.header-actions{
    display: flex; 
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header-actions .header-button{
    width: max-content;
}

.header-actions li{
    list-style: none;
}

/* =====Testimonial===== */

.testimonials {
  padding: 60px 0;
  background: #f0f6ff;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  flex-grow: 1;
}

.testimonial-user h3 {
  font-size: 18px;
  margin: 0;
}

.testimonial-user span {
  font-size: 14px;
  color: #777;
}

/* spacing between slides */
.swiper-slide {
  width: 300px; /* important for smooth scroll */
  display: flex;
  height: auto;
}

/* Custom spacing utilities */

.mt-33{
	margin-top: 33px
}

.mr-l {
    margin-left: 10px;
}

.mr-r {
    margin-right: 10px;
}

.client-login-btn {
    padding: 10px 20px 10px 20px !important;
}

.client-login-btn:hover {
    background-color: var(--e-global-color-text) !important;
}

.niagara-hero-mt {
    margin-top: 87px;
}

.gradient-bg{
	background: linear-gradient(133deg, #1f6f99 0%, #01263d 60%, #000c14 100%) !important;
}

.pd-30{
	padding: 30px 0 !important;
}

.bor-bot{
	border-bottom: 1.5px solid #5e86a0;
}

.mb-0{
	margin-bottom: 0px !important;
}

.ptb-0{
	padding: 0px !important;
}

.show-desktop{
    display: inline;
}

.show-mobile{
    display: none;
}

/* Hide on desktop */
.mobile-sticky-bar {
  display: none;
}

.hfe-site-logo-set {
	width: 120px;
	height: 120px;
}

/* Responsive */
@media (max-width: 1440px) {
	.hfe-site-logo-set {
        width: 88px;
        height: 88px;
    }
}
@media (max-width: 1025px) {
    .hide-on-tablet{
        display: none;
    }
    .niagara-hero-mt {
        margin-top: 72px;
    }

    .niagara-sub-header__inner {
        padding: 11px 8px !important;
        justify-content: flex-start;
    }

    .cont-client-login-btn {
        padding: 11px 0;
    }

    .elementor-element-897badd {
        margin-bottom: 70px;
    }

    .mobile-sticky-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        background: transparent;
        z-index: 9999;
        background-color: #f8f8f8;
    }

    .sticky-item {
        flex: 1;
        text-align: center;
        padding: 10px 5px;
        text-decoration: none;
        color: #333;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    /* Font Awesome icon */
    .sticky-item .icon {
        font-size: 18px;
        margin-bottom: 4px;
    }

    /* Text */
    .sticky-item .text {
        font-size: 12px;
    }

    /* Primary CTA */
    .sticky-item.primary {
        background: #0073e6;
        color: #fff;
        font-weight: 600;
    }

    /* Tap feedback */
    .sticky-item:active {
        background: #f2f2f2;
    }

    .sticky-item.primary:active {
        background: #005bb5;
    }
	
	.hfe-site-logo-set {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 768px) {

    .niagara-blog-card {
        flex-direction: column;
    }

    .niagara-blog-card__img-wrap {
        width: 100%;
        height: 200px;
    }

    .niagara-blog-card__body {
        padding: 20px;
    }

    .niagara-single__title {
        font-size: 26px;
    }

    .niagara-single__hero-img {
        height: 250px;
    }

    .hfe-site-logo-container img {
        width: 100% !important;
    }

    .niagara-hero-mt {
        margin-top: 75px;
    }
	
	.wrap-logo {
		display: flex;
		justify-content: space-around;
	}

    .show-mobile{
        display: inline;
    }
    .show-desktop{
        display: none;
    }
}

@media (max-width: 425px) {

    .custom-header {
        height: 75px;
    }

    .niagara-blog-hero h1 {
        font-size: 40px;
    }

    .niagara-blog-hero p {
        font-size: 26px;
    }

    .niagara-icon-list-items {
        display: block;
    }

    .divider::before {
        display: none;
    }

    .niagara-icon-list-item.divider {
        padding-bottom: 8px;
    }

    .niagara-icon-list-icon.mr-l {
        margin-left: 0px;
    }
	
	.elementor-71 .elementor-element.elementor-element-4112b52 img{
		width: 120px;
		height: 120px;
	}
	
	.elementor-widget.elementor-align-right .elementor-icon-list-items{
		justify-content: flex-start;
	}
	
	.mobile-100vh{
		height: 100vh !important;
	}
	
	.elementor-748 .elementor-element.elementor-element-989651d .hfe-nav-menu__toggle{
		margin-top: 17px;
	}
	
	 .niagara-blog-card__title {
    margin: 0;
    }

   .niagara-blog-card__title a {
    font-size: 1.5rem;
    line-height: 1.3;
    display: inline-block;
    }
    .niagara-blog-card__btn{
     font-size: 12px !important;
    }
    .niagara-blog-card{
        margin-bottom: -25%;
        margin-top: -5%;
    }
    .niagara-single__content{
        font-size: 15px;
    }
    .wp-block-heading{
      margin-top: -2% !important;
    }
    .niagara-single__back{
        margin-bottom: -25%;
    }
    .niagara-single__hero-title h1 {
        font-size: 1.5rem !important;
    }
    .niagara-single__content h2{
        font-size: 1.2rem;
    }
	
	.elementor-71 .elementor-element.elementor-element-6197682 .elementor-heading-title{
        font-size: 25px;
    }

    .elementor-71 .elementor-element.elementor-element-5af30ba .elementor-heading-title{
        font-size: 25px;
    }
	 .elementor-element-8986d1f .demo{
        text-align: justify;
    }
}

.elementor-image-box-title {
  min-height: 60px;
}