/*
Theme Name: Featherlite Child
Theme URI: https://them.es/starter
Template: featherlite
Author: Selestin, Varkey
Author URI: https://them.es/
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.6.0.1753263841
Updated: 2025-07-25
*/

/*-------------------------
  Custom Font: Nortica Typeface
--------------------------*/
@font-face {
  font-family: 'Nortica Typeface';
  src: url('fonts/NorticaTypeface-Bold.woff2') format('woff2'),
       url('fonts/NorticaTypeface-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nortica Typeface';
  src: url('fonts/NorticaTypeface-Medium.woff2') format('woff2'),
       url('fonts/NorticaTypeface-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nortica Typeface';
  src: url('fonts/NorticaTypeface-SemiBold.woff2') format('woff2'),
       url('fonts/NorticaTypeface-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nortica Typeface';
  src: url('fonts/NorticaTypeface-Regular.woff2') format('woff2'),
       url('fonts/NorticaTypeface-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*-------------------------
  Global Typography Reset
--------------------------*/
body, html {
  font-family: 'Nortica Typeface', sans-serif !important;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
cursor: none;
}
html {
  scroll-behavior: smooth;
}
/* === Custom Cursor === */
.custom-cursor-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}

.circle,
.circle-follow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  will-change: transform, scale;
}

.circle {
  width: 8px;
  height: 8px;
  background-color: #002C44;
  z-index: 10000;
}

.circle-follow {
  width: 28px;
  height: 28px;
  background-color: #A38F5F80;
  z-index: 9999;
}
/* === Split Text Animation Word Wrapper === */
.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
}

/*-------------------------
  Header Styles
--------------------------*/
#header {
  transition: all 0.4s ease;
  background-color: transparent;
  z-index: 999;
}
#header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
#header .navbar-brand img {
  height: 42px;
}
#header nav .nav > li > a {
    color: #858585;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.09px;

}
#header nav .nav > li > a:hover {
  color: #9F8957;
}
/* Initially hide header only on homepage */
.hide-on-load {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.6s ease;
  pointer-events: none;
}
#header.scrolled {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: all;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
.nav-link {
    background: none !important;
    border: 0 !important;
    color: #858585 !important;
    display: block;
    font-size: 18px !important;
line-height:25px !important;
	letter-spacing:0.9px !important;
    font-weight: 400;
    padding: 0 !important;
    margin-left: 37px;
}
.nav-link:hover{color:#9F8957 !important;}
.dropdown-menu .dropdown-item {
  position: relative;
  padding-left: 1.5rem; /* space for the arrow */
  font-weight: 400;
  color: #002b3a; /* dark blue/black shade */
}

.dropdown-menu .dropdown-item::before {
  content: "\25B6"; /* Unicode for ▶ */
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  color: #002b3a;
}

/*-------------------------
  Sidebar Brochure Panel
--------------------------*/
.menu-toggle {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 33px;
  cursor: pointer;
  z-index: 1101; /* higher than header */
  position: relative;
}
.burger-line {
  width: 33px;
  height: 2px;
  background-color: #002C44;
  border-radius: 2px;
  transition: all 0.3s ease;
    display: block;
    margin: 6px 0 0 0;
}


.sidebar-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 413px;
  height: 100vh;
  background: rgba(0, 44, 68, 1);
  z-index: 1100;
  color: #fff;
  transition: right 0.4s ease;
}
.sidebar-menu.active {
  right: 0;
}
.sidebar-inner {
  padding: 1rem 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}
/* Ensure background lines are full height */
.sidebar-bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 100%;
  pointer-events: none;
  z-index: 0;
}

.sidebar-inner > * {
  position: relative;
  z-index: 1;
}

.sidebar-logo img {
  max-width: 160px;
}
.brochure-img img {
  width: 100%;
  max-width: 220px;
}
.get-your h3{
  font-size: 26px;
  font-weight: 400;
line-height:28px;
  color:#fff !important; 
	margin-left:30px;
}
.get-your h3 span{
  font-size: 16px;
  font-weight: 400;
 line-height:24px;  
}
.underline-hover {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.underline-hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0; /* Start from right */
  width: 0;
  height: 2px;
  background-color: currentColor; /* Inherits text color */
  transition: width 0.4s ease;
}

.underline-hover:hover::after {
  width: 100%; /* Expand to full width */
  left: 0;
  right: auto;
}

.download-btn {
  display: inline-block;
  background: transparent;
  padding: 0px;
  margin-left:30px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
line-height:17px;
display:flex;
flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
letter-spacing:0.7px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border:0 !important;
	border-left: 1px solid #858585 !important;
    border-radius: 0 !important;
    color: #858585;
    display: none;
	top:44px !important;
    font-size: 18px;
	line-height:25px;
    letter-spacing:0.9px;
    list-style: none;
    margin: 0;
	left:35px !important;
    min-width: 13rem !important;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
    background-image: transparent !important;
    color: #9F8957 !important;
    text-decoration: none;
}
.sidebar-close {
  position: absolute;
  top: 10px;
  right: -53px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.sidebar-close-icon {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease, stroke 0.3s ease;
}

/* Hover animation (scale like Motion.page style) */
.sidebar-close:hover {
  transform: scale(1.1);
}

.sidebar-close:hover .sidebar-close-icon {
  stroke: #9F8957; /* can adapt this to other theme if needed */
  transform: rotate(90deg);
}
.sidebar-bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 100%;
  pointer-events: none;
  z-index: 0;
}
.sidebar-inner * {
  position: relative;
  z-index: 2;
}
#footer .menu-item a[aria-current=page] {color:rgb(159, 137, 87) !important;}
.sidebar-menu address {
margin-top:40px;
  font-size: 16px;
line-height:24px;
letter-spacing.9px;
color: #FFFFFF;
text-align:left;
}
.sidebar-menu a {
  color: #fff;
  text-decoration: none;
}
.social-icons a {
  color: #9F8957;
  font-size: 18px;
  margin-right: 12px;
}
.social-icons a:hover {
  color: #fff;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
background: rgba(0, 44, 68, .8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/*-------------------------
  GSAP / ScrollTrigger Utility Classes
--------------------------*/
.word {
  display: inline-block;
  opacity: 0;
}
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.hover-scale {
  transition: transform 0.3s ease;
  will-change: transform;
}
.tilt-on-hover {
  transform-style: preserve-3d;
  will-change: transform;
}



/*-------------------------
  Footer (Unchanged)
--------------------------*/
#footer {
  background-color: #000000 !important;
  padding-top: 48px;
}
#footer .is-layout-flex{display: inline-flex !important;}
#footer p {
  color: #858585;
}
.copyright {
  font-size: 16px;
  line-height: 21px;
}
.menu-footermenu-container ul li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.menu-footermenu-container ul li a,
.social-links li {
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  letter-spacing: .7px;
}
.menu-footermenu-container ul li a:hover {
  color: #9F8957;
}
.menu-footermenu-container ul {
  padding: 0 !important;
}
#footer ol, ul {
  padding-left: 0 !important;
}
.social-links li {
  padding-left: 0 !important;
  list-style: none;
}
#footer hr {
  color: #707070;
  border-color: #707070;
}
.wp-container-core-columns-is-layout-9d6595d7 {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
#footer .is-layout-flex {
    display: block !important;
}
  .circle,
  .circle-follow {
    display: none !important;
  }
}

/* Hide sidebar menu and toggle on small screens */
@media (max-width: 767.98px) {
  .sidebar-menu,
  .sidebar-overlay,
  .menu-toggle {
    display: none !important;
  }

  .navbar-toggler {
    display: block !important;
  }
	
}
@media (max-width: 600px) {
.navbar-brand{margin:0px 20px;}
	.nav-link {margin-left:30px;}
.line-icon {
    background-color: initial !important;
    border: none !important;
    border-radius: 0 !important;
    color: #002C44;
	direction: rtl;
    top: 8px;
    position: relative;
}
.line-icon:hover {
	direction: ltr;
}
.menu-icon__line {
	height: 3px;
	width: 18px;
	display: block;
	background-color: #002C44;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 34px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 34px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
	ul#menu-main-menu {
        padding: 30px 0;
    }
	li.menu-item {
    margin: 15px 0px;
}
	 .navbar-collapse {
        flex-grow: 0 !important;
        background: #002C44 !important;
    }
	.navbar-nav .dropdown-menu {
    position: static;
    background: transparent;
   margin-left:35px;
}
	.navbar-toggler:focus {   
		
	outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
	}
	#header {
    
    padding: 15px 0;
}
	.dropdown-menu .dropdown-item {
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
    color: #A38F5F;
    font-size: 16px;
}
	.hero-section .elementor .elementor-background-video-hosted {
    inset-block-start: 39%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -39%);
}
}
/* Show sidebar and toggle on desktop only */
@media (min-width: 768px) {
  .sidebar-menu,
  .sidebar-overlay,
  .menu-toggle {
    display: block;
  }

  .navbar-toggler {
    display: none !important;
  }
}
i.fas.fa-long-arrow-alt-right {margin-left:10px;}

/* magnifieer zoom */

.magnifier-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.magnifier-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.magnifier {
  position: absolute;
  border: 3px solid #b29559; /* Featherlite gold */
  border-radius: 50%;
  cursor: none;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 200% 200%;
}

.tech-specs-bg {
  position: relative;
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: marquee-left 40s linear infinite;
}

/* Marquee animation */
@keyframes marquee-left {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100%;
  }
}
 @media screen and (min-width: 1380px) {
	 .cloud-2 {top:55% !important; right:15% !important;}
}
.wp-container-core-columns-is-layout-9d6595d7 {
    display: flex;
    gap: 7rem;
}
}
 
.hero-section.scrolled-away {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.hero-animated-section {
  position: relative;
  overflow: hidden;
}

.floating-cloud {
  position: absolute;
  will-change: transform;
  pointer-events: none;
  z-index: 5;
  opacity: 1;
  max-width: 600px;
}

.cloud-1, .cloud-2 {
  position: absolute;
  will-change: transform;
  pointer-events: none;
}


.building-hover {
  transition: transform 0.5s ease;
}
.building-hover:hover {
  transform: scale(1.03);
}

input#forminator-field-text-1_68945f13f2af9 {
    height: 60px !important;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-textarea {height:60px !important;}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    gap: 3rem !important;
}
/* ===================================
   ELEMENTOR VIDEO FIX - COMPREHENSIVE SOLUTION
   =================================== */

/* Fix all Elementor background videos */
.elementor-background-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.elementor-background-video-container video {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Fix video widget containers */
.elementor-widget-video .elementor-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
    background-color: #000;
    border: none;
    display: block;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

/* Desktop - Full height video */
@media (min-width: 1025px) {
    .elementor-background-video-container video,
    .elementor-widget-video .elementor-wrapper iframe,
    .elementor-widget-video .elementor-wrapper video {
        height: 100% !important;
        object-fit: cover !important;
    }
}

/* Tablet responsiveness */
@media (min-width: 769px) and (max-width: 1024px) {
    .elementor-background-video-container video {
        object-fit: cover !important;
        height: 100% !important;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .elementor-background-video-container video {
        object-fit: cover !important;
        height: 100% !important;
    }
    
    .elementor-widget-video .elementor-wrapper iframe,
    .elementor-widget-video .elementor-wrapper video {
        height: 100% !important;
    }
}

/* Fix specific elements - Remove left/right positioning issues */
body:not(.rtl) .elementor-2 .elementor-element.elementor-element-00cb162,
body:not(.rtl) .elementor-2 .elementor-element.elementor-element-620e9d2 {
    left: 0 !important;
    right: 0 !important;
}

/* Prevent video distortion on all screen sizes */
.elementor-background-video-container video {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

/* Ensure parent container has proper height */
.elementor-section.elementor-section-height-full {
    min-height: 100vh;
}

/* Fix for autoplay videos */
.elementor-background-video-embed {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.plan li {
font-size: 20px !important; 
    font-size:400;
    line-height: 28px; 
    letter-spacing: 0.9px;} 

.floating-btn {
  position: fixed;
  bottom: 80px;       /* Distance from bottom */
  right: 14px;        /* Distance from right */
  background-color: transparent; /* Button color */ 
  text-decoration: none;
  z-index: 9999;      /* Keeps it on top of other elements */
  box-shadow: none;
}
.floating-btn img {border-radius:100%;}


.elementor-element.elementor-element-85824a2.legacyheading.elementor-widget.elementor-widget-heading {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
	z-index:1000;
}