.elementor-4280 .elementor-element.elementor-element-2f9d6c7{--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;--margin-top:0px;--margin-bottom:-80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:99;}.elementor-4280 .elementor-element.elementor-element-2f9d6c7:not(.elementor-motion-effects-element-type-background), .elementor-4280 .elementor-element.elementor-element-2f9d6c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000C7;}.elementor-4280 .elementor-element.elementor-element-3d24f22{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4280 .elementor-element.elementor-element-df9938a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4280 .elementor-element.elementor-element-653f1d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4280 .elementor-element.elementor-element-2905739 img{width:30%;}.elementor-4280 .elementor-element.elementor-element-5a54c8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4280 .elementor-element.elementor-element-30df30a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-4280 .elementor-element.elementor-element-3d24f22{--width:25%;}.elementor-4280 .elementor-element.elementor-element-653f1d5{--width:50%;}.elementor-4280 .elementor-element.elementor-element-5a54c8d{--width:25%;}}@media(max-width:767px){.elementor-4280 .elementor-element.elementor-element-2f9d6c7{--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;}.elementor-4280 .elementor-element.elementor-element-3d24f22{--z-index:99;}.elementor-4280 .elementor-element.elementor-element-df9938a > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-4280 .elementor-element.elementor-element-df9938a{z-index:1000;}.elementor-4280 .elementor-element.elementor-element-653f1d5{--width:60%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:-75px;--margin-bottom:0px;--margin-left:75px;--margin-right:0px;}.elementor-4280 .elementor-element.elementor-element-2905739 > .elementor-widget-container{margin:30px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4280 .elementor-element.elementor-element-2905739 img{width:20%;}.elementor-4280 .elementor-element.elementor-element-30df30a > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-df9938a */.follow-us-button {
    --btn-color: #00FFF;
    position: relative;
    padding: 10px 20px;
    font-family: Causten, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: white;
    background: none;
    border: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    filter: drop-shadow(0 2px 8px rgba(0, 255, 142, 0.7));
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.follow-us-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--btn-color);
    border-radius: 25px;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.follow-us-button span,
.follow-us-button span span {
    display: inline-flex;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.follow-us-button span {
    transition-delay: 0.05s;
}

.follow-us-button span:first-child {
    padding-right: 3px;
}

.follow-us-button span span {
    margin-left: 5px;
    transition-delay: 0.1s;
}

.follow-us-button ul {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transform: translateY(-50%);
}

.follow-us-button ul li {
    flex: 1;
}

.follow-us-button ul li a {
    display: inline-flex;
    vertical-align: middle;
    transform: translateY(55px);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.follow-us-button ul li a:hover {
    opacity: 0.5;
}

.follow-us-button:hover::before {
    transform: scale(1.2);
}

.follow-us-button:hover span,
.follow-us-button:hover span span {
    transform: translateY(-55px);
}

.follow-us-button:hover ul li a {
    transform: translateY(0);
}

.follow-us-button:hover ul li:nth-child(1) a {
    transition-delay: 0.15s;
}

.follow-us-button:hover ul li:nth-child(2) a {
    transition-delay: 0.2s;
}

.follow-us-button:hover ul li:nth-child(3) a {
    transition-delay: 0.25s;
}

.follow-us-button:hover ul li:nth-child(4) a {
    transition-delay: 0.3s;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbf6381 *//* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #000;
}

/* Navigation Bar */
.custom-nav {
  width: 550px; /* Fixed width */
  height: 25px;
  position: fixed;
  top: 20px;
  right: -650px; /* Initially hidden off-screen */
  background: 00FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.5s ease-in-out;
}

.custom-nav ul {
  list-style: none;
  display: flex;
  flex-direction: row; /* Keep horizontal */
  gap: 20px;
  padding: 0;
}

.custom-nav li {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.custom-nav li:hover {
  color: #f39c12;
}

/* Button */
.custom-btn {
  position: fixed;
  top: 20px;
  right: 30px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.25s ease;
}

.custom-btn span {
  background: #fff;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.35s ease;
}

.custom-btn .middle {
  top: 11px;
}

.custom-btn .bottom {
  top: 22px;
}

/* Active Button */
.custom-btn.active .top {
  transform: translateY(11px) rotate(45deg);
}

.custom-btn.active .middle {
  opacity: 0;
}

.custom-btn.active .bottom {
  transform: translateY(-11px) rotate(-45deg);
}

/* 🔹 MOBILE RESPONSIVENESS (KEEPING HORIZONTAL LAYOUT) 
@media screen and (max-width: 768px) {
  .custom-nav {
    width: 100%;
    right: -100%; /* Keep it off-screen 
  }

  .custom-nav ul {
    flex-wrap: wrap; /* Allow wrapping if needed 
    justify-content: center;
    padding: 10px;
  }

  .custom-nav li {
    font-size: 14px;
    padding: 5px;
  }

  .custom-btn {
    right: 20px;
    top: 20px;
  }
}

/* Navigation Links */
.custom-nav ul {
  list-style: none;
  display: flex;
  flex-direction: row; /* Keep horizontal */
  gap: 30px;
  padding: 0;
}

.custom-nav li {
  text-transform: uppercase;
  font-size: 16px;
}

/* Default Link Style */
.custom-nav a {
  color: #ffffff; /* White color */
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover Effect */
.custom-nav a:hover {
  color: #00FF8E; /* Neon Green */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30df30a */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #000; /* Changed background to black */
}

/* Hamburger Button */
.button_container {
  position: fixed;
  top: 3%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: .;
}

.button_container span {
  background: #fff;
  border: none;
  height: 3px;
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

/* Active (Close Button) */
.button_container.active .top {
  transform: translateY(11px) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
}

.button_container.active .bottom {
  transform: translateY(-11px) rotate(-45deg);
  background: #FFF;
}

/* Fullscreen Overlay */
.overlay {
  position: fixed;
  background: #000; /* Changed background to black */
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 999;
}

.overlay.open {
  opacity: .95;
  visibility: visible;
  height: 100%;
}

/* Overlay Menu */
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: calc(50% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}

/* Menu Links */
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

/* Hover Color Change */
.overlay ul li a:hover {
  color: #00FF8E; /* Changed hover color */
}

/* Underline Animation */
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

.overlay ul li a:hover:after {
  width: 100%;
}

/* Animation */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}/* End custom CSS */