.elementor-95 .elementor-element.elementor-element-438e3d45{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:95;}.elementor-95 .elementor-element.elementor-element-438e3d45:not(.elementor-motion-effects-element-type-background), .elementor-95 .elementor-element.elementor-element-438e3d45 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2E7DF;}.elementor-95 .elementor-element.elementor-element-449343d{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.custom-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 30px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid transparent;
  transition: border-bottom .3s ease, background-color 0.3s ease, filter 0.3s ease, box-shadow 0.2s ease;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
.custom-nav:hover {
  border-bottom: 1px solid rgba(255, 95, 28, .7);
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 0 20px 0 rgba(255, 95, 28, .7);
}
.custom-nav.scrolled {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 95, 28, .7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(6px);
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.nav-logo svg {
  height: 45px;
  width: auto;
  display: block;
  z-index: 1100;
  margin-top: 3px;
  margin-bottom: -7px;
}
.nav-logo .svnl-1 {
  fill: #ffffff;
  transition: all .5s ease;
}
.nav-logo:hover .svnl-1 {
  fill: #ff5f1c;
  transition: all 0.2s ease;
}
.nav-logo .svnl-2 {
  transition: all .5s ease;
}
.nav-logo:hover .svnl-2 {
  fill: rgba(0,0,0,0.25);
  transition: all 0.2s ease;
}
.nav-logo:hover {
  filter: drop-shadow(0px 0px 20px  rgba(0, 0, 0, 1));
  transition: all 0.3s ease;
}
.nav-logo {
  transition: all 0.3s ease;
}

.nav-right ul {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-right a {
  background: transparent;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-right a:hover {
  border: 1px solid #FF5F1C;
  border-radius: 15px;
  background: rgba(0,0,0,0.5);
  text-decoration: none;
  color: #E8E8E8;
  transition: all 0.3s ease;/* Accent colour – tweak as needed */
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav > ul > li {
  position: relative;
}

.nav-right .sub-menu {
  display: none;
  position: absolute;
  margin-top: 5px;
  top: 100%;
  left: 0;
  background: rgba(0,0,0,0.75);
  min-width: 200px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
  z-index: 1000;
  border-radius: 15px;
  border-color: #FF5F1C;
  border-style: solid;
  border-width: 1px;
}
.sub-menu li a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  border-radius: 13.6px !important;
}
.sub-menu li a:hover {
  background: rgba(255,255,255,0.1);
  border-color: #FF5F1C;
}
nav ul li:hover > .sub-menu {
  display: block;
}
.nav-right .sub-menu .nav-portfolio-top {
  background-color: rgba(255,255,255,0.15);
  border-radius: 15px 15px 0px 0px;
}
.nav-right .sub-menu .nav-portfolio-mid {
  background-color: rgba(255,255,255,0.15);
}
/* Icon base styling */
.nav-right .social a {
  padding: 5px 5px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #ffffff;
  transition: all 0.3s ease, transform 0.2s ease;
}

/* Instagram icon (Font Awesome) */
.nav-right .social a .fab.fa-instagram {
  pointer-events: none; /* ensures the link itself is clickable */
}

/* Hover effect */
.nav-right .social a:hover {
  color: #787878;
  transform: scale(1.1);
}

/* Optional: subtle colour difference between the two icons */
.nav-right .social a:nth-child(2):hover {
  color: #e1306c; /* Instagram pink tone */
}
/* Hamburger button (hidden on desktop) */
.sv-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.insta-icon .svg-main-hover {
    display: none;

}

.insta-icon:hover .svg-main-default {
    display: none;

}

.insta-icon:hover .svg-main-hover {
    display: inline;

}
.insta-icon .svg-aviation-hover {
    display: none;

}

.insta-icon:hover .svg-aviation-default {
    display: none;

}

.insta-icon:hover .svg-aviation-hover {
    display: inline;

}

.insta-icon span svg {
    width: 24px;
    height: 24px;
}
.desktop-hidden {
    display: none;
}
@media (max-width: 1056px) {
    .nav-right {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    transition: right 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    border-left: 1px solid #ff5f1c;
  }

  .nav-right ul {
    flex-direction: column;
    gap: 40px;
  }

  .sv-hamburger {
    display: block;
    z-index: 1050;
  }

  /* Active menu */
  .nav-right.active {
    right: 0;
    z-index: 1002;
    backdrop-filter: blur(4px);
  }

  /* Adjust logo + padding */
  .custom-nav {
    padding: 15px 25px;
  }
  .custom-nav:hover {
    border-bottom: 1px solid transparent;
  }
nav ul li:hover > .sub-menu {
  display: none;
}
  .nav-logo svg {
    height: 30px;
    margin-top: 5px;
    margin-bottom: -3px;
  }
  .insta-icon .svg-main-hover {
    display: inline;
    margin: 0 0 0 3px;
}

.insta-icon .svg-main-default {
    display: inline;
  margin: 0 3px 0 0;
}
  .insta-icon:hover .svg-main-default {
    display: inline;
  }

.insta-icon:hover .svg-main-hover {
    display: inline;
}
.insta-icon .svg-aviation-hover {
    display: inline;
  margin: 0 0 0 3px;
}
  .insta-icon .svg-aviation-default {
    display: inline;
    margin: 0 3px 0 0;
}

.insta-icon:hover .svg-aviation-default {
    display: inline;
}

.insta-icon:hover .svg-aviation-hover {
    display: inline;
}
  .sqs-events-collection-item {
  padding-top: 115px  !important;
}
.desktop-hidden {
    display: list-item;
}
}/* End custom CSS */