.elementor-kit-11{--e-global-color-primary:#C18453;--e-global-color-secondary:#18263B;--e-global-color-text:#414343;--e-global-color-accent:#486B8F;--e-global-color-09a7620:#FFFFFF;--e-global-color-a202e1f:#000000;--e-global-color-eddcfe1:#93A1B0;--e-global-typography-primary-font-family:"Gotham Black";--e-global-typography-secondary-font-family:"Gotham Medium";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gotham Medium";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1.3px;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;line-height:1.8em;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#FFFFFF00;font-family:"Gotham Medium", Sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-09a7620 );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-primary );}.elementor-kit-11 a:hover{color:var( --e-global-color-text );}.elementor-kit-11 h1{color:var( --e-global-color-secondary );font-family:"Gotham Black", Sans-serif;font-size:60px;letter-spacing:2.4px;}.elementor-kit-11 h2{font-family:"Gotham Black", Sans-serif;font-size:40px;}.elementor-kit-11 h3{color:var( --e-global-color-text );font-family:"Gotham Medium", Sans-serif;font-size:35px;font-weight:400;text-transform:uppercase;}.elementor-kit-11 h4{color:var( --e-global-color-text );font-family:"Gotham Medium", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-11 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-kit-11 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:767px){.elementor-kit-11 h1{font-size:43px;letter-spacing:0.5px;}.elementor-kit-11 h2{font-size:34px;}.elementor-kit-11 h3{font-size:26px;}.elementor-kit-11 h4{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-text-editor ul, .elementor-text-editor ol {margin: 20px 0;}

.elementor-text-editor p a {text-decoration:underline;}

.wp-block-button a {background: #333; color: #fff; border-radius: 0;transition: .4s all ease-in-out;}
.wp-block-button a:hover {background: #ccc; color: #333; }

/*
Remove red border on generic wp buttons
*/
input[type="submit"] {border: 0px;}









/* ================================
   Boxed split — RIGHT bleed + center gap
   ================================ */
@media (min-width: 1025px) {
  .boxed-split { 
    --center-gap: 80px;             /* <-- exact space in the middle */
    display: flex; 
    overflow-x: clip;               /* avoid horiz scrollbars */
  }

  /* LEFT side: stays half of the boxed layout */
  .boxed-split > .elementor-container > .elementor-column:first-child,
  .boxed-split > .e-con > .e-con:first-child {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
  }

  /* RIGHT side: true half of the viewport MINUS the center gap,
     and pulled to the viewport edge regardless of boxed width */
  .boxed-split .full-box {
    margin-left: var(--center-gap);                     /* create the center gap */
    flex: 0 0 calc(50vw - var(--center-gap));
    max-width: calc(50vw - var(--center-gap));
    min-width: 0;
    margin-right: calc((100% - 100vw) / 2);             /* bleed to right edge */
  }

  /* If you’re using the inner wrapper, let it just fill the right column */
  .boxed-split .full-box .bleed-inner { width: 100%; max-width: 100%; }

  /* Remove Elementor clamps so content can fill the space */
  .boxed-split .full-box .e-con-inner,
  .boxed-split .full-box .elementor-container,
  .boxed-split .full-box .elementor-widget-container {
    width: 100%;
    max-width: none;
  }

  .boxed-split .full-box img,
  .boxed-split .full-box .elementor-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}


/* ✅ Large tablet / small laptop */
@media (max-width: 1200px) {
  .boxed-split { --center-gap: 50px; }

  /* Kill right padding that reappears at this breakpoint (both Containers & legacy Sections) */
  .boxed-split.e-con {
    --e-container-padding: 0px !important;
    padding-right: 0 !important;
  }
  .boxed-split.elementor-section.elementor-section-boxed > .elementor-container {
    padding-right: 0 !important;
  }

  /* Keep the exact same right-column geometry so the gap stays in the CENTER */
  .boxed-split .full-box {
    margin-left: var(--center-gap);
    flex: 0 0 calc(50vw - var(--center-gap));
    max-width: calc(50vw - var(--center-gap));
    margin-right: calc((100% - 100vw) / 2);
  }
}

/* 📱 Phone: stack */
@media (max-width: 767px) {
  .boxed-split {
    flex-direction: column;
  }
  .boxed-split .full-box {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ================================
   Boxed split — LEFT bleed + center gap
   ================================ */
@media (min-width: 1025px) {
  .boxed-split-left{
    --center-gap: 80px;           /* exact space in the middle */
    display: flex;
    overflow-x: clip;             /* avoid horiz scrollbars */
  }

  /* RIGHT side: stays half of the boxed layout */
  .boxed-split-left > .elementor-container > .elementor-column:not(.full-box),
  .boxed-split-left > .e-con > .e-con:not(.full-box) {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
  }

  /* LEFT side (full-box): true half of the viewport MINUS the center gap,
     and pulled to the viewport edge regardless of boxed width */
  .boxed-split-left .full-box{
    margin-right: var(--center-gap);                 /* create the center gap */
    flex: 0 0 calc(50vw - var(--center-gap));
    max-width: calc(50vw - var(--center-gap));
    min-width: 0;
    margin-left: calc((100% - 100vw) / 2);           /* bleed to LEFT edge */
  }

  /* If you’re using the inner wrapper, let it just fill the left column */
  .boxed-split-left .full-box .bleed-inner{ width:100%; max-width:100%; }

  /* Remove Elementor clamps so content can fill the space */
  .boxed-split-left .full-box .e-con-inner,
  .boxed-split-left .full-box .elementor-container,
  .boxed-split-left .full-box .elementor-widget-container{
    width:100%;
    max-width:none;
  }

  .boxed-split-left .full-box img,
  .boxed-split-left .full-box .elementor-image img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
  }
}

/* ✅ Large tablet / small laptop */
@media (max-width: 1200px) {
  .boxed-split-left{ --center-gap: 50px; }

  /* Kill left padding that can reappear at this breakpoint (Containers & legacy Sections) */
  .boxed-split-left.e-con{
    --e-container-padding: 0px !important;
    padding-left: 0 !important;
  }
  .boxed-split-left.elementor-section.elementor-section-boxed > .elementor-container{
    padding-left: 0 !important;
  }

  /* Keep the exact same left-column geometry so the gap stays in the CENTER */
  .boxed-split-left .full-box{
    margin-right: var(--center-gap);
    flex: 0 0 calc(50vw - var(--center-gap));
    max-width: calc(50vw - var(--center-gap));
    margin-left: calc((100% - 100vw) / 2);
  }
}

/* 📱 Phone: stack */
@media (max-width: 767px) {
  .boxed-split-left{ flex-direction: column; }

  .boxed-split-left .full-box{
    margin-right: 0;
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* 1) Flex items allowed to shrink: prevent text/image overflow that causes overlap */
.elementor .elementor-column,
.elementor .e-con,                    /* new Container widget */
.elementor .e-container,
.elementor .elementor-widget-container {
  min-width: 0;   /* critical for Firefox with flex */
  min-height: 0;  /* prevents odd overflow when parent sets min-height */
}

/* 2) Long words/URLs can’t blow past their column width */
.elementor .elementor-widget-container {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* 3) Ensure absolutely-positioned children have a positioning context */
.elementor .elementor-column,
.elementor .e-con {
  position: relative;
}

/* 4) Images stay inside columns */
.elementor img {
  max-width: 100%;
  height: auto;
}

/* 5) When using sticky elements, make sure ancestor overflow doesn’t disable sticky */
.sticky,
[data-elementor-sticky] {
  position: sticky;
  top: var(--sticky-top, 0);
}
.elementor .overflow-hidden-parent {
  overflow: visible; /* sticky won’t work if any ancestor has overflow hidden */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham Black';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bigcreative.dev/iaero/wp-content/uploads/2025/10/GOTHAM-BLACK.woff2') format('woff2'),
		url('https://bigcreative.dev/iaero/wp-content/uploads/2025/10/GOTHAM-BLACK.woff') format('woff'),
		url('https://bigcreative.dev/iaero/wp-content/uploads/2025/10/GOTHAM-BLACK-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bigcreative.dev/iaero/wp-content/uploads/2025/10/GOTHAM-MEDIUM.woff2') format('woff2'),
		url('https://bigcreative.dev/iaero/wp-content/uploads/2025/10/GOTHAM-MEDIUM.woff') format('woff'),
		url('https://bigcreative.dev/iaero/wp-content/uploads/2025/10/GOTHAM-MEDIUM.ttf') format('truetype');
}
/* End Custom Fonts CSS */