.elementor-kit-12{--e-global-color-primary:#0A165E;--e-global-color-secondary:#54595F;--e-global-color-text:#585B6F;--e-global-color-accent:#0070CD;--e-global-color-b2e3495:#0A2D36;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;font-size:18px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-accent );font-size:16px;font-weight:500;text-transform:capitalize;line-height:1.2em;color:#FFFFFF;border-radius:10px 10px 10px 10px;padding:16px 30px 16px 30px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 h1{font-size:60px;line-height:1.1em;letter-spacing:-0.02em;}.elementor-kit-12 h2{font-size:40px;line-height:1.2em;letter-spacing:-0.02em;}.elementor-kit-12 h3{font-size:20px;line-height:1.2em;}.elementor-kit-12 label{color:var( --e-global-color-primary );}.elementor-kit-12 input:not([type="button"]):not([type="submit"]),.elementor-kit-12 textarea,.elementor-kit-12 .elementor-field-textual{font-size:16px;font-weight:400;line-height:1em;background-color:#FFFFFF1A;border-style:solid;border-width:1px 1px 1px 1px;border-color:#3672FF24;border-radius:10px 10px 10px 10px;padding:18px 20px 18px 20px;}.elementor-kit-12 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-12 textarea:focus,.elementor-kit-12 .elementor-field-textual:focus{color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1540px;}.e-con{--container-max-width:1540px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media(max-width:1195px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12 h1{font-size:38px;letter-spacing:0px;}.elementor-kit-12 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.post, .page {
    margin: 0px;
}

h3.elementor-icon-box-title {
    margin: 0px;
}

.rank-math-breadcrumb > p {
    margin: 0px;
    color:#ffffff;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    text-align: left;
}

.rank-math-breadcrumb > p > a{
    color:#ffffff;
}


/* OUTER CONTAINER */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* MOVING TRACK */
.marquee-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  animation: marquee-scroll 18s linear infinite;
}

/* PREVENT SHRINKING (critical for mobile) */
.marquee-track * {
  flex-shrink: 0;
}

/* FORCE HEADINGS TO STAY ON ONE LINE */
.marquee-track h1,
.marquee-track h2,
.marquee-track h3,
.marquee-track h4,
.marquee-track h5,
.marquee-track h6 {
  white-space: nowrap;
  line-height: 1;
}

/* IMAGE FIX (prevents disappearing) */
.marquee-track img {
  width: auto;
  max-width: none;
  height: auto;
  min-width: 14px;
}

/* SEAMLESS LOOP */
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* MOBILE TUNING */
@media (max-width: 767px) {
  .marquee-track {
    animation-duration: 14s;
  }
}

/* MOBILE TUNING */
@media (min-width: 1120px) {
li.hidedesktop.menu-item.menu-item-type-post_type.menu-item-object-page {
    display: none;
}
}


.jet-listing-grid__slider-icon.next-arrow {
    border-radius: 5px;
}

.jet-listing-grid__slider-icon.prev-arrow.swiper-button-prev-svg.swiper-arrow {
    border-radius: 5px;
}

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none !important;
}


/* Elementor Heading Line Animation */
.animatein .elementor-heading-title{
    overflow: hidden;
}

.animatein .line{
    display: block;
    overflow: hidden;
}

.animatein .line-inner{
    display: block;
    transform: translateY(120%);
    opacity: 0;
}

/* Animate only when visible */
.animatein.in-view .line-inner{
    animation: lineReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.animatein.in-view .line:nth-child(1) .line-inner{
    animation-delay: 0.1s;
}

.animatein.in-view .line:nth-child(2) .line-inner{
    animation-delay: 0.25s;
}

.animatein.in-view .line:nth-child(3) .line-inner{
    animation-delay: 0.4s;
}

.animatein.in-view .line:nth-child(4) .line-inner{
    animation-delay: 0.55s;
}

.animatein.in-view .line:nth-child(5) .line-inner{
    animation-delay: 0.7s;
}

@keyframes lineReveal{
    to{
        transform: translateY(0);
        opacity: 1;
    }
}/* End custom CSS */