.elementor-3090 .elementor-element.elementor-element-33f0cc9{width:var( --container-widget-width, 101.204% );max-width:101.204%;--container-widget-width:101.204%;--container-widget-flex-grow:0;}.elementor-3090 .elementor-element.elementor-element-33f0cc9.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-33f0cc9 *//* =========================================================
   BRANDBOAT — MODERN NEON CONTACT SECTION
========================================================= */

.bb-contact {
  --blue: #1677ff;
  --blue-light: #36a4ff;
  --orange: #ff8a00;
  --orange-light: #ffb13b;

  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);

  --border: rgba(255, 255, 255, 0.16);

  width: 100%;
  padding: 110px 24px;

  background: transparent;

  font-family:
    "Inter",
    "Segoe UI",
    Arial,
    sans-serif;

  overflow: hidden;
}


.bb-contact *,
.bb-contact *::before,
.bb-contact *::after {
  box-sizing: border-box;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.bb-contact-container {
  width: min(1180px, 100%);

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 0.9fr);

  gap: 80px;

  align-items: start;
}


/* =========================================================
   EYEBROW
========================================================= */

.bb-eyebrow {
  display: flex;

  align-items: center;

  gap: 11px;

  margin-bottom: 19px;

  color: #ffffff;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: 2px;
}


.bb-eyebrow span {
  width: 31px;
  height: 2px;

  display: block;

  background:
    linear-gradient(
      90deg,
      var(--blue),
      var(--orange)
    );

  box-shadow:
    0 0 10px rgba(22, 119, 255, 0.8);
}


/* =========================================================
   MAIN HEADING — FORCE EXACTLY 2 LINES
========================================================= */

.bb-contact .bb-main-title {
  margin: 0 0 25px !important;
  padding: 0 !important;

  font-size: 46px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -1.5px !important;

  width: 100% !important;
  max-width: 100% !important;
}


/* MAIN HEADING GRADIENT */
.bb-contact .bb-main-title .bb-title-line {
  background: linear-gradient(
    90deg,
    #8b2cff 0%,     /* Purple */
    #c22cff 22%,    /* Violet */
    #f02f7d 50%,    /* Red / Pink */
    #ff4b3a 72%,    /* Red-Orange */
    #ff9800 100%    /* Orange */
  ) !important;

  background-size: 200% auto !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;

  -webkit-text-fill-color: transparent !important;

  animation: bb-heading-gradient 6s linear infinite !important;
}


/* ANIMATED GRADIENT */
@keyframes bb-heading-gradient {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
}


/* =========================================================
   INTRO
========================================================= */

.bb-intro {
  max-width: 630px;

  margin: 25px 0 27px;

  color: var(--muted);

  font-size: 15px;

  line-height: 1.75;

  font-weight: 400;
}


/* =========================================================
   DIVIDER
========================================================= */

.bb-line {
  width: 100%;

  height: 1px;

  margin-bottom: 26px;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.25),
      rgba(255,255,255,.08),
      transparent
    );
}


/* =========================================================
   FORM
========================================================= */

.bb-contact-form {
  width: 100%;
}


.bb-field {
  margin-bottom: 21px;
}


.bb-field > label {
  display: block;

  margin-bottom: 9px;

  color: #ffffff;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 1.1px;
}


.bb-field > label::first-letter {
  color: var(--orange);
}


/* =========================================================
   INPUT WRAPPER
========================================================= */

.bb-input-wrap {
  position: relative;

  width: 100%;
}


.bb-input-wrap > i {
  position: absolute;

  left: 17px;
  top: 50%;

  transform: translateY(-50%);

  z-index: 2;

  color: var(--blue-light);

  font-size: 15px;

  pointer-events: none;

  transition:
    color .3s ease,
    filter .3s ease;
}


.bb-input-wrap:focus-within > i {
  color: var(--orange);

  filter:
    drop-shadow(
      0 0 7px
      rgba(255, 138, 0, .65)
    );
}


/* =========================================================
   INPUTS
========================================================= */

.bb-input-wrap input,
.bb-input-wrap textarea {

  width: 100%;

  border: 1px solid rgba(255,255,255,.18);

  border-radius: 8px;

  outline: none;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      rgba(20, 40, 85, .72),
      rgba(8, 18, 45, .8)
    );

  box-shadow:
    inset 0 0 20px rgba(0,0,0,.12);

  font-family: inherit;

  font-size: 14px;

  transition:
    border-color .3s ease,
    box-shadow .3s ease,
    transform .3s ease,
    background .3s ease;
}


.bb-input-wrap input {
  height: 51px;

  padding:
    0 16px 0 48px;
}


.bb-input-wrap textarea {
  min-height: 145px;

  padding:
    16px 16px 16px 48px;

  resize: vertical;

  line-height: 1.6;
}


.bb-input-wrap input::placeholder,
.bb-input-wrap textarea::placeholder {
  color: rgba(255,255,255,.38);
}


/* =========================================================
   INPUT FOCUS — NEON
========================================================= */

.bb-input-wrap input:focus,
.bb-input-wrap textarea:focus {

  border-color:
    rgba(22, 145, 255, .85);

  background:
    linear-gradient(
      135deg,
      rgba(20, 52, 105, .9),
      rgba(10, 23, 55, .95)
    );

  box-shadow:
    0 0 0 1px
      rgba(22,145,255,.25),

    0 0 20px
      rgba(22,119,255,.14),

    inset 0 0 18px
      rgba(22,119,255,.05);

  transform: translateY(-1px);
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.bb-submit {

  position: relative;

  width: 100%;

  height: 52px;

  border: 0;

  border-radius: 8px;

  overflow: hidden;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  color: #ffffff;

  font-family: inherit;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .2px;

  background:
    linear-gradient(
      100deg,
      var(--blue),
      #258fff 45%,
      var(--orange)
    );

  box-shadow:
    0 8px 30px
      rgba(22,119,255,.22),

    0 4px 20px
      rgba(255,138,0,.12);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.bb-submit::before {

  content: "";

  position: absolute;

  top: 0;
  left: -120%;

  width: 70%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.35),
      transparent
    );

  transform: skewX(-20deg);

  transition: left .65s ease;
}


.bb-submit:hover::before {
  left: 150%;
}


.bb-submit:hover {

  transform: translateY(-3px);

  box-shadow:
    0 12px 38px
      rgba(22,119,255,.3),

    0 7px 28px
      rgba(255,138,0,.2);
}


.bb-submit i {

  transition:
    transform .3s ease;
}


.bb-submit:hover i {
  transform: translateX(5px);
}


/* =========================================================
   RIGHT DIGITAL VISUAL
========================================================= */

.bb-visual {

  position: relative;

  width: 100%;

  height: 300px;

  overflow: hidden;

  border-radius: 14px;

  border: 1px solid
    rgba(255,255,255,.13);

  background:
    radial-gradient(
      circle at 30% 40%,
      rgba(22,119,255,.22),
      transparent 34%
    ),

    radial-gradient(
      circle at 75% 60%,
      rgba(255,138,0,.19),
      transparent 34%
    ),

    linear-gradient(
      135deg,
      #071638,
      #050d22
    );

  box-shadow:
    inset 0 0 50px
      rgba(0,0,0,.35),

    0 20px 50px
      rgba(0,0,0,.15);
}


/* =========================================================
   GRID
========================================================= */

.bb-grid {

  position: absolute;

  inset: -100px;

  background-image:
    linear-gradient(
      rgba(255,255,255,.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.045) 1px,
      transparent 1px
    );

  background-size: 28px 28px;

  transform:
    perspective(500px)
    rotateX(60deg)
    translateY(90px);

  opacity: .7;
}


/* =========================================================
   GLOW
========================================================= */

.bb-glow {

  position: absolute;

  width: 150px;
  height: 150px;

  border-radius: 50%;

  filter: blur(40px);

  opacity: .55;

  animation:
    bbFloat 5s ease-in-out infinite;
}


.bb-glow-one {

  top: -40px;
  left: -30px;

  background: var(--blue);
}


.bb-glow-two {

  right: -35px;
  bottom: -40px;

  background: var(--orange);

  animation-delay: 1.4s;
}


@keyframes bbFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}


/* =========================================================
   ORBITS
========================================================= */

.bb-orbit {

  position: absolute;

  left: 50%;
  top: 50%;

  border: 1px solid
    rgba(255,255,255,.16);

  border-radius: 50%;

  transform:
    translate(-50%, -50%)
    rotate(-15deg);

  animation:
    bbOrbit 12s linear infinite;
}


.bb-orbit-one {

  width: 250px;
  height: 110px;

  border-color:
    rgba(22,145,255,.42);
}


.bb-orbit-two {

  width: 300px;
  height: 140px;

  transform:
    translate(-50%, -50%)
    rotate(55deg);

  border-color:
    rgba(255,138,0,.35);

  animation-duration: 16s;
}


@keyframes bbOrbit {

  from {
    transform:
      translate(-50%, -50%)
      rotate(0deg);
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(360deg);
  }
}


/* =========================================================
   CENTER LOGO
========================================================= */

.bb-center-logo {

  position: absolute;

  left: 50%;
  top: 50%;

  transform:
    translate(-50%, -50%);

  display: flex;

  align-items: center;

  flex-direction: column;

  z-index: 4;
}


.bb-logo-mark {

  display: flex;

  align-items: center;

  gap: 7px;

  color: #ffffff;

  font-size: 22px;

  font-weight: 900;

  margin-bottom: 8px;
}


.bb-logo-mark i {

  color: var(--orange);

  font-size: 13px;

  filter:
    drop-shadow(
      0 0 8px
      rgba(255,138,0,.7)
    );
}


.bb-center-logo > strong {

  color: #ffffff;

  font-size: 22px;

  letter-spacing: 2px;
}


.bb-center-logo > strong span {

  background:
    linear-gradient(
      90deg,
      var(--blue-light),
      var(--orange)
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}


.bb-center-logo small {

  margin-top: 5px;

  color:
    rgba(255,255,255,.48);

  font-size: 7px;

  letter-spacing: 3px;
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.bb-floating-card {

  position: absolute;

  z-index: 5;

  display: flex;

  align-items: center;

  gap: 8px;

  padding: 9px 12px;

  border-radius: 7px;

  background:
    rgba(7,18,45,.82);

  border: 1px solid
    rgba(255,255,255,.14);

  backdrop-filter:
    blur(10px);

  color: #ffffff;

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 1px;

  box-shadow:
    0 8px 25px
      rgba(0,0,0,.2);

  animation:
    bbCardFloat 4s ease-in-out infinite;
}


.bb-floating-card i {
  font-size: 12px;
}


.bb-card-one {

  left: 24px;
  top: 45px;

  color: var(--blue-light);

}


.bb-card-two {

  right: 24px;
  top: 50px;

  color: var(--orange);

  animation-delay: .8s;
}


.bb-card-three {

  left: 30px;
  bottom: 36px;

  color: #ffffff;

  animation-delay: 1.4s;
}


@keyframes bbCardFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}


/* =========================================================
   VISUAL TEXT
========================================================= */

.bb-visual-text {

  position: absolute;

  bottom: 15px;
  right: 20px;

  color:
    rgba(255,255,255,.3);

  font-size: 8px;

  letter-spacing: 3px;

  font-weight: 700;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.bb-details {

  display: flex;

  flex-direction: column;

  gap: 18px;

  padding: 23px 0 22px;

  border-bottom:
    1px solid
    rgba(255,255,255,.16);
}


.bb-detail {

  display: flex;

  align-items: center;

  gap: 16px;

  text-decoration: none;

  color: #ffffff;

  transition:
    transform .3s ease;
}


.bb-detail:hover {

  transform:
    translateX(5px);
}


/* =========================================================
   DETAIL ICON
========================================================= */

.bb-detail-icon {

  flex: 0 0 43px;

  width: 43px;
  height: 43px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 8px;

  color: #ffffff;

  font-size: 17px;

  background:
    linear-gradient(
      135deg,
      var(--blue),
      var(--orange)
    );

  box-shadow:
    0 0 18px
      rgba(22,119,255,.15);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.bb-detail:hover .bb-detail-icon {

  transform:
    scale(1.06);

  box-shadow:
    0 0 22px
      rgba(22,119,255,.28);
}


/* =========================================================
   DETAIL TEXT
========================================================= */

.bb-detail-text {

  display: flex;

  flex-direction: column;

  gap: 4px;
}


.bb-detail-text span {

  color: var(--orange-light);

  font-size: 12px;

  font-weight: 800;

  letter-spacing: .3px;
}


.bb-detail-text strong {

  color: #ffffff;

  font-size: 15px;

  line-height: 1.45;

  font-weight: 500;

  letter-spacing: .05px;
}


/* =========================================================
   SOCIAL
========================================================= */

.bb-social {

  padding: 22px 0 20px;
}


.bb-social h3 {

  margin: 0 0 13px;

  color: #ffffff;

  font-size: 16px;

  font-weight: 800;
}


.bb-social-links {

  display: flex;

  align-items: center;

  gap: 9px;

  flex-wrap: wrap;
}


.bb-social-links a {

  width: 38px;
  height: 38px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 7px;

  color: #ffffff;

  text-decoration: none;

  border:
    1px solid
    rgba(255,255,255,.16);

  background:
    rgba(255,255,255,.055);

  font-size: 15px;

  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease,
    box-shadow .3s ease;
}


.bb-social-links a:hover {

  transform:
    translateY(-5px);

  border-color:
    rgba(22,145,255,.7);

  background:
    linear-gradient(
      135deg,
      var(--blue),
      var(--orange)
    );

  box-shadow:
    0 8px 22px
      rgba(22,119,255,.2);
}


/* =========================================================
   CTA
========================================================= */

.bb-cta {

  padding-top: 2px;
}


.bb-cta h3 {

  margin: 0 0 10px;

  color: #ffffff;

  font-size: 25px;

  line-height: 1.25;

  font-weight: 800;

  letter-spacing: -.5px;
}


.bb-cta h3 span {

  background:
    linear-gradient(
      90deg,
      var(--blue-light),
      var(--orange)
    );

  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;
}


.bb-cta p {

  max-width: 570px;

  margin: 0 0 18px;

  color: var(--muted);

  font-size: 14px;

  line-height: 1.7;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.bb-cta-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 11px;

  min-width: 190px;

  height: 46px;

  padding: 0 20px;

  border-radius: 8px;

  color: #ffffff;

  text-decoration: none;

  font-size: 12px;

  font-weight: 800;

  background:
    linear-gradient(
      100deg,
      var(--blue),
      #238cff,
      var(--orange)
    );

  box-shadow:
    0 8px 28px
      rgba(22,119,255,.2);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.bb-cta-button:hover {

  transform:
    translateY(-3px);

  box-shadow:
    0 12px 35px
      rgba(22,119,255,.28);
}


.bb-cta-button i {

  transition:
    transform .3s ease;
}


.bb-cta-button:hover i {

  transform:
    translateX(5px);
}


/* =========================================================
   ENTRY ANIMATION
========================================================= */

.bb-reveal-left,
.bb-reveal-right {

  opacity: 0;

  animation-duration: .9s;

  animation-fill-mode: forwards;

  animation-timing-function:
    cubic-bezier(.22,1,.36,1);
}


.bb-reveal-left {

  animation-name:
    bbRevealLeft;
}


.bb-reveal-right {

  animation-name:
    bbRevealRight;

  animation-delay: .15s;
}


@keyframes bbRevealLeft {

  from {

    opacity: 0;

    transform:
      translateX(-50px);
  }

  to {

    opacity: 1;

    transform:
      translateX(0);
  }
}


@keyframes bbRevealRight {

  from {

    opacity: 0;

    transform:
      translateX(50px);
  }

  to {

    opacity: 1;

    transform:
      translateX(0);
  }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

  .bb-contact {

    padding:
      80px 22px;
  }


  .bb-contact-container {

    grid-template-columns:
      1fr;

    gap: 60px;
  }


  .bb-info-side {

    width: 100%;
  }


  .bb-visual {

    height: 330px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .bb-contact {

    padding:
      65px 18px;
  }


  .bb-contact-container {

    gap: 48px;
  }


  .bb-main-title {

    font-size: 38px;

    letter-spacing:
      -1.8px;
  }


  .bb-intro {

    font-size: 14px;

    line-height: 1.7;
  }


  .bb-visual {

    height: 270px;
  }


  .bb-center-logo > strong {

    font-size: 18px;
  }


  .bb-card-one {

    left: 12px;
  }


  .bb-card-two {

    right: 12px;
  }


  .bb-card-three {

    left: 15px;
  }


  .bb-detail-text strong {

    font-size: 14px;
  }


  .bb-social-links {

    gap: 8px;
  }


  .bb-social-links a {

    width: 36px;
    height: 36px;
  }


  .bb-cta h3 {

    font-size: 22px;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

  .bb-main-title {

    font-size: 33px;
  }


  .bb-visual {

    height: 245px;
  }


  .bb-floating-card {

    padding:
      7px 9px;

    font-size: 7px;
  }


  .bb-detail-icon {

    flex-basis: 40px;

    width: 40px;
    height: 40px;
  }


  .bb-detail-text strong {

    font-size: 13px;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bb-reveal-left,
  .bb-reveal-right {

    opacity: 1;

    animation: none;

    transform: none;
  }


  .bb-glow,
  .bb-orbit,
  .bb-floating-card {

    animation: none;
  }


  .bb-contact * {

    scroll-behavior: auto !important;

    transition-duration:
      .01ms !important;
  }
}

@media screen and (max-width: 650px) {

  .bb-contact .bb-main-title {
    font-size: 36px !important;
    line-height: 1.12 !important;
    letter-spacing: -1px !important;
  }

}


@media screen and (max-width: 420px) {

  .bb-contact .bb-main-title {
    font-size: 31px !important;
  }

}/* End custom CSS */