.elementor-2111 .elementor-element.elementor-element-5fd7190{--display:flex;}.elementor-2111 .elementor-element.elementor-element-1ca1a1e{--display:flex;}.elementor-2111 .elementor-element.elementor-element-1ca1a1e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2111 .elementor-element.elementor-element-37a78fb{--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;}.elementor-2111 .elementor-element.elementor-element-1de323e{--display:flex;}.elementor-2111 .elementor-element.elementor-element-1329169{--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;}.elementor-2111 .elementor-element.elementor-element-8023a6d{--display:flex;}.elementor-2111 .elementor-element.elementor-element-9d7b42e{--display:flex;}.elementor-2111 .elementor-element.elementor-element-9d7b42e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2111 .elementor-element.elementor-element-0604c22{--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;}.elementor-2111 .elementor-element.elementor-element-f8a7a53{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2111 .elementor-element.elementor-element-1ca1a1e{--width:100%;}.elementor-2111 .elementor-element.elementor-element-9d7b42e{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-1ca1a1e */html,
body {
  overflow-x: hidden !important;
}

body .elementor,
body .elementor-section,
body .elementor-container,
body .e-con,
body .e-con-inner,
body .elementor-widget-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sea-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1077247 */.nc-specs-section {
    padding: 100px 24px;
    background: #f6f7f9;
    font-family: "Poppins", sans-serif;
}

.nc-specs-head {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.nc-specs-head span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(3,166,224,.1);
    color: #03A6E0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.nc-specs-head h2 {
    margin: 0;
    color: #1f284f;
    font-size: clamp(36px,4vw,56px);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.nc-specs-head p {
    margin-top: 20px;
    color: rgba(20,25,45,.72);
    font-size: 19px;
    line-height: 1.7;
}

.nc-specs-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.nc-spec-card {
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    border: 1px solid rgba(31,40,79,.08);
    box-shadow: 0 22px 60px rgba(31,40,79,.08);
}

.nc-spec-card h3 {
    margin: 0 0 30px;
    color: #1f284f;
    font-size: 34px;
    font-weight: 800;
}

.nc-spec-list {
    display: grid;
    gap: 14px;
}

.nc-spec-list div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    background: #f6f7f9;
    border-radius: 16px;
}

.nc-spec-list strong {
    color: #1f284f;
    font-weight: 700;
}

.nc-spec-list span {
    text-align: right;
    color: rgba(20,25,45,.78);
}

.nc-option {
    padding: 24px 0;
    border-bottom: 1px solid rgba(31,40,79,.08);
}

.nc-option:last-of-type {
    border-bottom: none;
}

.nc-option h4 {
    margin: 0 0 10px;
    color: #1f284f;
    font-size: 24px;
    font-weight: 700;
}

.nc-option p {
    margin: 0;
    color: rgba(20,25,45,.78);
    line-height: 1.8;
    font-size: 17px;
}

.nc-devis {
  width: 80%;
  margin: 28px auto 0;
  padding: 18px 22px;
  border: none;
  border-radius: 18px;
  background: #1f284f;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;

  cursor: pointer;
  transition: all .25s ease;
}
.nc-devis:hover {
  background: #03A6E0;
  transform: translateY(-2px);
}

.nc-contact-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.nc-contact-popup.is-open {
  display: flex;
}

.nc-contact-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 23, 71, .62);
  backdrop-filter: blur(8px);
}

.nc-contact-modal {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 680px;
  max-height: 88vh;
  overflow-y: auto;
  padding: 42px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
}

.nc-contact-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #f1f4f8;
  color: #1f284f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.nc-contact-modal-head {
  margin-bottom: 28px;
  text-align: center;
}

.nc-contact-modal-head span {
  color: #03A6E0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nc-contact-modal-head h3 {
  margin: 10px 0 10px;
  color: #1f284f;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.05;
}

.nc-contact-modal-head p {
  margin: 0;
  color: #5f6678;
  font-size: 16px;
  line-height: 1.6;
}

.nc-specs-notice{
    text-align:center;
    margin-top:50px;
}

.nc-notice-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 34px;
    background:#1f284f;
    color:#fff;
    text-decoration:none;
    border-radius:20px;
    font-size:16px;
    font-weight:700;
    transition:all .3s ease;
    box-shadow:0 12px 30px rgba(31,40,79,.18);
}

.nc-notice-btn:hover{
    transform:translateY(-2px);
    background:#03A6E0;
    color:#fff;
    box-shadow:0 18px 40px rgba(3,166,224,.25);
}

@media(max-width:768px){

    .nc-specs-notice{
        margin-top:40px;
    }

    .nc-notice-btn{
        width:100%;
        max-width:360px;
        padding:16px 24px;
    }

}

@media (max-width: 560px) {
  .nc-contact-modal {
    padding: 34px 22px;
    border-radius: 24px;
  }
}

@media(max-width:1024px){

    .nc-specs-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .nc-specs-section{
        padding:70px 18px;
    }

    .nc-spec-card{
        padding:28px;
    }

    .nc-spec-list div{
        flex-direction:column;
    }

    .nc-spec-list span{
        text-align:left;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-007f5be */.ns-benefits-section {
  width: 100%;
  padding: 0 24px 80px;
  background: #ffffff;
  font-family: "Didact Gothic", sans-serif;
  color: #222956;
}

.ns-benefits-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 42px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(3, 166, 224, 0.055), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(34, 41, 86, 0.06);
  box-shadow: 0 22px 70px rgba(34, 41, 86, 0.06);
}

.ns-benefit-card {
  min-width: 0;
}

.ns-benefit-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 166, 224, 0.08);
  border: 1px solid rgba(3, 166, 224, 0.16);
}

.ns-benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #03a6e0;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ns-benefit-card h3 {
  margin: 0 0 12px;
  font-family: "League Spartan", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #222956;
}

.ns-benefit-card p {
  max-width: 250px;
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(34, 41, 86, 0.78);
}

@media (max-width: 1100px) {
  .ns-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }
}

@media (max-width: 640px) {
  .ns-benefits-section {
    padding: 0 16px 56px;
  }

  .ns-benefits-grid {
    grid-template-columns: 1fr;
    padding: 32px 26px;
    gap: 30px;
  }

  .ns-benefit-card p {
    max-width: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-546caf7 */.nc-app-carousel-section {
  width: 100%;
  padding: 100px 24px;
  background: linear-gradient(180deg, #f4fafd 0%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.nc-app-carousel-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.nc-app-carousel-head {
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
}

.nc-app-carousel-head span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(3, 166, 224, 0.1);
  color: #03A6E0;
  font-size: 15px;
  font-weight: 800;
}

.nc-app-carousel-head h2 {
  margin: 0;
  color: #071747;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.nc-app-carousel-head p {
  max-width: 650px;
  margin: 22px auto 0;
  color: rgba(7, 23, 71, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.nc-app-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.nc-app-carousel {
  width: 100%;
  overflow: hidden;
}

.nc-app-track {
  display: flex;
  transition: transform 0.55s ease;
}

.nc-app-slide {
  min-width: 33.333%;
  padding: 10px 24px;
  text-align: center;
  box-sizing: border-box;
}

.nc-app-mockup {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto 28px;
  filter: drop-shadow(0 28px 45px rgba(7, 23, 71, 0.22));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.nc-app-slide:hover .nc-app-mockup {
  transform: translateY(-6px);
  filter: drop-shadow(0 36px 60px rgba(7, 23, 71, 0.28));
}

.nc-app-slide h3 {
  margin: 0 0 10px;
  color: #071747;
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.nc-app-slide p {
  max-width: 300px;
  margin: 0 auto;
  color: rgba(7, 23, 71, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.nc-app-arrow {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: #1f284f;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 5;
}

.nc-app-arrow:hover {
  background: #03A6E0;
  transform: translateY(-2px);
}

.nc-app-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
}

.nc-app-dot {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 999px;
  background: rgba(7, 23, 71, 0.22);
  cursor: pointer;
  transition: all 0.25s ease;
}

.nc-app-dot.active {
  width: 28px;
  background: #03A6E0;
}

.nc-app-mockup {
  border-radius: 24px;
  overflow: hidden;
}

.nc-app-mockup {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto 28px;
  clip-path: inset(0 round 32px);
  filter: drop-shadow(0 28px 45px rgba(7, 23, 71, 0.22));
  transition: transform 0.3s ease, filter 0.3s ease;
}

@media (max-width: 1024px) {
  .nc-app-slide {
    min-width: 50%;
  }

  .nc-app-mockup {
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  .nc-app-carousel-section {
    padding: 70px 18px;
  }

  .nc-app-slide {
    min-width: 100%;
    padding: 10px 8px;
  }

  .nc-app-mockup {
    max-width: 300px;
  }

  .nc-app-arrow {
    position: absolute;
    top: 42%;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .nc-app-prev {
    left: -8px;
  }

  .nc-app-next {
    right: -8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f12096 */.ns-boats-section {
  width: 100%;
  padding: 5px 24px 95px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(3, 166, 224, 0.045) 100%);
  font-family: "Didact Gothic", sans-serif;
  color: #222956;
}

.ns-boats-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.ns-boats-head {
  margin-bottom: 36px;
}

.ns-boats-head span {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color:#03a6e0;
}

.ns-boats-head h2 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: #222956;
}

.ns-boats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.ns-boat-card {
  min-width: 0;
}

.ns-boat-card img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 28px;
  box-shadow: 0 18px 45px rgba(34, 41, 86, 0.1);
}

.ns-boat-card h3 {
  margin: 0 0 14px;
  font-family: "League Spartan", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #222956;
}

.ns-boat-card p {
  max-width: 280px;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(34, 41, 86, 0.76);
}

@media (max-width: 1100px) {
  .ns-boats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ns-boat-card img {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .ns-boats-section {
    padding: 64px 16px 72px;
  }

  .ns-boats-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ns-boat-card img {
    height: 220px;
    margin-bottom: 22px;
  }

  .ns-boat-card p {
    max-width: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54b71ba */.nc-partners-section{
    padding:60px 0;
    background:#fff;
    overflow:hidden;
    font-family:"Poppins",sans-serif;
}

.nc-partners-head{
    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
    padding:0 24px;
}

.nc-partners-head span{
    display:inline-block;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(3,166,224,.1);
    color:#03A6E0;
    font-size:18px;
    font-weight:700;
    margin-bottom:16px;
}

.nc-partners-head h2{
    margin:0;
    color:#1f284f;
    font-size:clamp(36px,4vw,45px);
    font-weight:800;
    letter-spacing:-0.04em;
}

.nc-partners-head p{
    margin-top:20px;
    color:rgba(20,25,45,.72);
    font-size:19px;
    line-height:1.7;
}

.nc-logo-marquee{
    width:100%;
    overflow:hidden;
    position:relative;
}

.nc-logo-track{
    display:flex;
    gap:28px;
    width:max-content;
    animation:ncPartnersScroll 65s linear infinite;
}

.nc-logo-item{
    width:300px;
    height:180px;
    flex-shrink:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-decoration:none;

    background:#ffffff;
    border:1px solid rgba(31,40,79,.08);
    border-radius:28px;

    transition:.3s ease;
}

.nc-logo-item:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(31,40,79,.08);
}

.nc-logo-item img{
    max-width:240px;
    max-height:110px;
        border-radius:10px;

    width:auto;
    height:auto;
    object-fit:contain;
    transition:.3s ease;
}

.nc-logo-item span{
    margin-top:14px;
    color:#1f284f;
    font-size:15px;
    font-weight:600;
    text-align:center;
    padding:0 12px;
}

.nc-logo-marquee:hover .nc-logo-track{
    animation-play-state:paused;
}

@keyframes ncPartnersScroll{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(calc(-50% - 14px));
    }

}

@media(max-width:1024px){

    .nc-logo-item{
        width:260px;
        height:160px;
    }

    .nc-logo-item img{
        max-width:210px;
        max-height:95px;
    }

}

@media(max-width:768px){

    .nc-partners-section{
        padding:70px 0;
    }

    .nc-partners-head{
        margin-bottom:40px;
    }

    .nc-logo-track{
        gap:18px;
        animation-duration:45s;
    }

    .nc-logo-item{
        width:220px;
        height:140px;
        border-radius:22px;
    }

    .nc-logo-item img{
        max-width:170px;
        max-height:80px;
    }

    .nc-logo-item span{
        font-size:13px;
        margin-top:10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c617a8 */.nc-expertise-section{
  background:#fff;
  padding:75px 40px;
  overflow:hidden;
}

.nc-expertise-wrapper{
  max-width:1480px;
  margin:0 auto;
}

/* HEADING */

.nc-expertise-heading{
  text-align:center;
  max-width:1200px;
  margin:0 auto;
}

.nc-expertise-line{
  display:block;
  width:68px;
  height:4px;
  background:#1CA8E3;
  border-radius:99px;
  margin:0 auto 42px;
}

.nc-expertise-heading h2{
  margin:0;

  font-family:"League Spartan", sans-serif;
  font-size:60px;
  line-height:.94;
  letter-spacing:-3px;
  color:#071747;
  font-weight:700;
}

.nc-expertise-heading h2 span{
  color:#1CA8E3;
}

/* CONTENT */

.nc-expertise-content{
  margin-top:62px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:42px;
}

/* TEXT BOX */

.nc-expertise-text{
  max-width:980px;
  padding:46px 52px;

  border-radius:30px;

  background:linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fbfd 100%
  );

  border:1px solid rgba(7,23,71,.08);

  box-shadow:
    0 24px 70px rgba(7,23,71,.06);

  text-align:center;
}

.nc-expertise-text p{
  margin:0 0 28px;

  font-family:"Poppins", sans-serif;
  font-size:23px;
  line-height:1.9;
  color:#1F284F;
  font-weight:400;
}

.nc-expertise-text p:last-child{
  margin-bottom:0;
}

/* STATS */

.nc-expertise-stats{
  width:100%;

  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;

  max-width:1100px;
}

.nc-stat-card{
  border:1px solid rgba(7,23,71,.08);
  border-radius:24px;
  padding:30px;

  background:#fff;

  text-align:center;

  transition:.3s ease;
}

.nc-stat-card:hover{
  transform:translateY(-4px);

  box-shadow:
    0 18px 40px rgba(7,23,71,.06);
}

.nc-stat-card span{
  display:block;
  margin-bottom:10px;

  font-family:"League Spartan", sans-serif;
  font-size:44px;
  line-height:1;
  color:#1CA8E3;
  font-weight:700;
}

.nc-stat-card p{
  margin:0;

  font-family:"Poppins", sans-serif;
  font-size:23px;
  color:#1F284F;
  line-height:1.5;
}

/* RESPONSIVE */

@media(max-width:900px){

  .nc-expertise-section{
    padding:60px 24px;
  }

  .nc-expertise-heading h2{
    font-size:54px;
    letter-spacing:-2px;
  }

  .nc-expertise-content{
    margin-top:44px;
  }

  .nc-expertise-text{
    padding:34px;
  }

  .nc-expertise-stats{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:600px){

  .nc-expertise-section{
    padding:50px 14px;
  }

  .nc-expertise-line{
    margin-bottom:28px;
  }

  .nc-expertise-heading h2{
    font-size:40px;
    line-height:.98;
    letter-spacing:-1.5px;
  }

  .nc-expertise-text{
    padding:26px 22px;
    border-radius:24px;
  }

  .nc-expertise-text p{
    font-size:16px;
    line-height:1.8;
  }

  .nc-expertise-stats{
    grid-template-columns:1fr;
  }

}

.nc-flag-fr{
  width:50px;
  height:50px;

  border-radius:50%;
  overflow:hidden;

  display:flex;

  margin:0 auto 28px;

  box-shadow:0 10px 24px rgba(7,23,71,.08);
}

.nc-flag-fr span{
  flex:1;
  height:100%;
}

.fr-blue{
  background:#0055A4;
}

.fr-white{
  background:#ffffff;
}

.fr-red{
  background:#EF4135;
}/* End custom CSS */