.elementor-2121 .elementor-element.elementor-element-fd9941c{--display:flex;}.elementor-2121 .elementor-element.elementor-element-cd910ce{--display:flex;}.elementor-2121 .elementor-element.elementor-element-4eae15f{--display:flex;}.elementor-2121 .elementor-element.elementor-element-4f5d23a{--display:flex;}.elementor-2121 .elementor-element.elementor-element-790fecd{--display:flex;}.elementor-2121 .elementor-element.elementor-element-32ce3c5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2121 .elementor-element.elementor-element-a0b602d{--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-2121 .elementor-element.elementor-element-22c5a6e{--display:flex;}.elementor-2121 .elementor-element.elementor-element-ceec7d8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b21a1d6 */.nc-products-section {
  padding: 20px 24px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

.nc-products-container {
  max-width: 1420px;
  margin: 0 auto;
}

.nc-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.nc-product-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(31, 40, 79, 0.08);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(18, 31, 61, 0.08);
  transition: 0.35s ease;
}

.nc-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(3, 166, 224, 0.28);
  box-shadow: 0 30px 80px rgba(18, 31, 61, 0.14);
}

.nc-product-image {
  display: block;
  height: 250px;
  overflow: hidden;
  background: #f5f8fb;
}

.nc-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.nc-product-card:hover .nc-product-image img {
  transform: scale(1.045);
}

.nc-product-content {
  padding: 26px 26px 28px;
  text-align: center;
}

.nc-product-tag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(31, 40, 79, 0.06);
  color: #1f284f;
  font-size: 13px;
  font-weight: 800;
}

.nc-product-content h3 {
  min-height: 62px;
  margin: 0 0 18px;
  color: #1f284f;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.nc-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f6f8fb;
}

.nc-product-meta span {
  color: #5d6472;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.nc-product-meta strong {
  flex-shrink: 0;
  color: #03A6E0;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.nc-product-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.nc-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #1f284f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(31, 40, 79, 0.22);
  transition: 0.3s ease;
}

.nc-product-btn:hover {
  background: #03A6E0;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(3, 166, 224, 0.28);
}

.nc-product-link {
  color: #1f284f;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  opacity: 0.75;
  transition: 0.25s ease;
}

.nc-product-link:hover {
  color: #03A6E0;
  opacity: 1;
}

@media (max-width: 1180px) {
  .nc-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .nc-products-section {
    padding: 60px 18px;
  }

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

  .nc-product-image {
    height: 230px;
  }

  .nc-product-content h3 {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56b4cbd */.nc-featured-products {
  width: 100%;
  padding: 110px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fafd 100%);
  font-family: "Poppins", sans-serif;
}

.nc-featured-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.nc-featured-head {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

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

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

.nc-featured-head p {
  margin: 22px auto 0;
  color: rgba(7, 23, 71, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.nc-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.nc-featured-card {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(7, 23, 71, 0.08);
  box-shadow: 0 28px 80px rgba(7, 23, 71, 0.10);
  display: flex;
  flex-direction: column;
}

.nc-featured-dark {
  background:
    radial-gradient(circle at bottom right, rgba(3, 166, 224, 0.18), transparent 32%),
    linear-gradient(135deg, #071747 0%, #1f284f 100%);
  color: #ffffff;
}

.nc-featured-light {
  background:
    radial-gradient(circle at bottom right, rgba(3, 166, 224, 0.12), transparent 32%),
    #ffffff;
  color: #071747;
}

.nc-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.nc-product-label,
.nc-featured-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nc-featured-dark .nc-product-label {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.nc-featured-light .nc-product-label {
  background: rgba(3, 166, 224, 0.10);
  color: #03A6E0;
}

.nc-featured-badge {
  background: #03A6E0;
  color: #ffffff;
}

.nc-featured-light .nc-featured-badge {
  background: rgba(3, 166, 224, 0.10);
  color: #03A6E0;
}

.nc-product-image {
  position: relative;
  z-index: 2;
  height: 260px;
  margin-bottom: 36px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nc-featured-light .nc-product-image {
  background: #f4fafd;
}

.nc-product-image img {
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;
}

.nc-featured-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  font-family: "League Spartan", sans-serif;
  color:#03A6E0;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .9;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.nc-featured-card p {
  position: relative;
  z-index: 2;
  min-height: 88px;
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.7;
}

.nc-featured-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.nc-featured-light p {
  color: rgba(7, 23, 71, 0.72);
}

.nc-featured-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nc-featured-card li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}

.nc-featured-dark li {
  color: rgba(255, 255, 255, 0.86);
}

.nc-featured-light li {
  color: rgba(7, 23, 71, 0.78);
}

.nc-featured-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #03A6E0;
  font-weight: 900;
}

.nc-featured-bottom {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nc-featured-bottom strong {
  font-family: "League Spartan", sans-serif;
  font-size: 46px;
  line-height: 1;
}

.nc-featured-dark .nc-featured-bottom strong {
  color: #ffffff;
}

.nc-featured-light .nc-featured-bottom strong {
  color: #071747;
}

.nc-featured-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  background: #03A6E0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  transition: all .25s ease;
}

.nc-featured-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #071747;
}

.nc-featured-btn-dark {
  background: #1f284f;
}

.nc-featured-btn-dark:hover {
  background: #03A6E0;
  color: #ffffff;
}

@media (max-width: 900px) {
  .nc-featured-products {
    padding: 80px 18px;
  }

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

  .nc-featured-card {
    min-height: auto;
    padding: 26px;
    border-radius: 28px;
  }

  .nc-card-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .nc-product-label,
  .nc-featured-badge {
    min-height: 40px;
    font-size: 13px;
  }

  .nc-product-image {
    height: 220px;
    margin-bottom: 30px;
  }

  .nc-featured-card p {
    min-height: auto;
  }

  .nc-featured-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .nc-featured-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-380f38f */.nc-serenity-hero {
  position: relative;
  width: 100%;
  min-height: 760px;
  padding: 120px 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 23, 71, 0.92) 0%, rgba(7, 23, 71, 0.72) 46%, rgba(7, 23, 71, 0.20) 100%),
    url("http://www.nauticoncept.com/wp-content/uploads/2026/06/arriere-plan-home-page-2.jpg") center/cover no-repeat;
  font-family: "Poppins", sans-serif;
}

.nc-serenity-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.nc-serenity-content {
  max-width: 720px;
}

.nc-serenity-content span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(3, 166, 224, 0.18);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.nc-serenity-content h1 {
  margin: 0;
  color: #ffffff;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .92;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.nc-serenity-content p {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.7;
}

.nc-serenity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}

.nc-serenity-btn-primary,
.nc-serenity-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 32px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 800;
  transition: all .25s ease;
}

.nc-serenity-btn-primary {
  background: #03A6E0;
  color: #ffffff;
}

.nc-serenity-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.nc-serenity-btn-primary:hover,
.nc-serenity-btn-secondary:hover {
  transform: translateY(-3px);
}

.nc-serenity-btn-primary:hover {
  background: #ffffff;
  color: #071747;
}

.nc-serenity-btn-secondary:hover {
  background: #ffffff;
  color: #071747;
}

.nc-serenity-card {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 80px rgba(7, 23, 71, 0.18);
  backdrop-filter: blur(14px);
}

.nc-serenity-card div {
  padding: 30px 26px;
  border-right: 1px solid rgba(7, 23, 71, 0.08);
}

.nc-serenity-card div:last-child {
  border-right: none;
}

.nc-serenity-card strong {
  display: block;
  color: #071747;
  font-family: "League Spartan", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.nc-serenity-card span {
  display: block;
  margin-top: 8px;
  color: rgba(7, 23, 71, 0.62);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .nc-serenity-hero {
    min-height: auto;
    padding: 90px 18px 120px;
    background:
      linear-gradient(180deg, rgba(7, 23, 71, 0.94) 0%, rgba(7, 23, 71, 0.78) 100%),
      url("URL-DE-TON-IMAGE-BATEAU-SEREIN") center/cover no-repeat;
  }

  .nc-serenity-actions {
    flex-direction: column;
  }

  .nc-serenity-btn-primary,
  .nc-serenity-btn-secondary {
    width: 100%;
  }

  .nc-serenity-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 54px;
    grid-template-columns: 1fr;
  }

  .nc-serenity-card div {
    border-right: none;
    border-bottom: 1px solid rgba(7, 23, 71, 0.08);
  }

  .nc-serenity-card div:last-child {
    border-bottom: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07ea9a8 */.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 */
/* Start custom CSS for html, class: .elementor-element-b377502 */.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-fce4bc9 */.nc-catalogue-final{
    position:relative;

    min-height:650px;

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

    padding:120px 40px;

    background-image:url('http://www.nauticoncept.com/wp-content/uploads/2026/06/arriere-plan-home-page-1.jpg');
    background-size:cover;
    background-position:center;

    overflow:hidden;
}

.nc-catalogue-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(7,23,71,0.45),
        rgba(7,23,71,0.85)
    );
}

.nc-catalogue-content{
    position:relative;
    z-index:2;

    max-width:900px;

    text-align:center;

    color:white;
}

.nc-catalogue-content span{
    display:inline-flex;

    padding:10px 18px;

    background:rgba(255,255,255,0.12);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,0.15);

    border-radius:999px;

    font-family:"Poppins",sans-serif;
    font-size:15px;
    font-weight:600;

    margin-bottom:28px;
}

.nc-catalogue-content h2{
    margin:0 0 25px;

    font-family:"League Spartan",sans-serif;

    font-size:clamp(52px,5vw,84px);

    line-height:0.95;
    
    color:#fff;

    font-weight:800;
}

.nc-catalogue-content p{
    margin:0 auto 45px;

    max-width:760px;

    font-family:"Poppins",sans-serif;

    font-size:22px;

    line-height:1.8;

    color:rgba(255,255,255,0.92);
}

.nc-catalogue-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.nc-btn-primary{
    padding:20px 34px;

    background:#03A6E0;

    color:white;

    border-radius:16px;

    text-decoration:none;

    font-family:"League Spartan",sans-serif;
    font-size:22px;
    font-weight:700;

    transition:.3s;
}

.nc-btn-primary:hover{
    transform:translateY(-3px);
    color:#fff;
}

.nc-btn-secondary{
    padding:20px 34px;

    background:rgba(255,255,255,0.12);

    border:1px solid rgba(255,255,255,0.2);

    backdrop-filter:blur(12px);

    color:white;

    border-radius:16px;

    text-decoration:none;

    font-family:"League Spartan",sans-serif;
    font-size:22px;
    font-weight:700;
}

@media(max-width:768px){

    .nc-catalogue-final{
        min-height:auto;
        padding:90px 24px;
    }

    .nc-catalogue-content h2{
        font-size:44px;
    }

    .nc-catalogue-content p{
        font-size:18px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ceec7d8 */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 */