.elementor-11 .elementor-element.elementor-element-9d36eeb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-a62cbb8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-98d52ef{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-cb5575a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-19b524b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-cd8afa4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-a92628f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-a16c0eb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-d677ec1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-ed7979c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-50ea206{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-af9bc6b */.mbs-hero{
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  background:#061f2f;
  color:#fff;
}

.mbs-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg, rgba(3,32,52,.96) 0%, rgba(4,80,112,.82) 48%, rgba(6,120,150,.45) 100%),
    url("https://dammarwaterfrontjetty.com/wp-content/uploads/2026/04/30167483_1563137003784992_7811096654186528368_o-1024x1024-1.jpg") center/cover no-repeat;
  z-index:1;
}

.mbs-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(0,201,167,.28), transparent 32%),
    radial-gradient(circle at 80% 70%, rgba(255,204,92,.22), transparent 35%);
  z-index:2;
}

.mbs-hero__inner{
  position:relative;
  z-index:3;
  min-height:100vh;
  width:100%;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:50px;
  padding:90px 6vw 70px;
}

.mbs-hero__content{
  max-width:720px;
}

.mbs-hero__label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 18px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  backdrop-filter:blur(10px);
  font-size:14px;
  font-weight:600;
  margin-bottom:22px;
}

.mbs-hero h1{
  margin:0;
  font-size:clamp(38px, 5vw, 60px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:800;
  max-width:700px;
}

.mbs-hero p{
  margin:24px 0 0;
  font-size:clamp(16px, 1.4vw, 20px);
  line-height:1.75;
  color:rgba(255,255,255,.86);
  max-width:680px;
}

.mbs-hero__points{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:28px;
  max-width:680px;
}

.mbs-hero__points span{
  display:flex;
  align-items:center;
  padding:13px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:14px;
  font-weight:600;
}

.mbs-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.mbs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:15px 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  transition:.3s ease;
}

.mbs-btn--primary{
  background:#25D366;
  color:#06351a;
  box-shadow:0 16px 35px rgba(37,211,102,.32);
}

.mbs-btn--primary:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 45px rgba(37,211,102,.42);
}

.mbs-btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.45);
  background:rgba(255,255,255,.08);
}

.mbs-btn--outline:hover{
  background:#fff;
  color:#06324a;
  transform:translateY(-3px);
}

.mbs-hero__trust{
  margin-top:24px;
  font-size:14px;
  color:rgba(255,255,255,.78);
}

.mbs-hero__media{
  position:relative;
  width:100%;
}

.mbs-hero__media::before{
  content:"";
  position:absolute;
  inset:22px -18px -18px 22px;
  border-radius:34px;
  background:linear-gradient(135deg, #00c9d8, #ffd166);
  opacity:.55;
  z-index:1;
}

.mbs-hero__media img{
  position:relative;
  z-index:2;
  width:100%;
  height:min(680px, 72vh);
  object-fit:cover;
  border-radius:34px;
  display:block;
  box-shadow:0 28px 80px rgba(0,0,0,.34);
  border:1px solid rgba(255,255,255,.22);
}

@media(max-width:991px){
  .mbs-hero__inner{
    grid-template-columns:1fr;
    padding:110px 22px 55px;
    gap:36px;
  }

  .mbs-hero__content{
    max-width:100%;
  }

  .mbs-hero h1{
    letter-spacing:-1px;
  }

  .mbs-hero__media img{
    height:420px;
  }
}

@media(max-width:600px){
  .mbs-hero{
    min-height:auto;
  }

  .mbs-hero__inner{
    min-height:auto;
    padding:95px 18px 42px;
  }

  .mbs-hero__points{
    grid-template-columns:1fr;
  }

  .mbs-hero__buttons{
    flex-direction:column;
  }

  .mbs-btn{
    width:100%;
  }

  .mbs-hero__media img{
    height:320px;
    border-radius:24px;
  }

  .mbs-hero__media::before{
    border-radius:24px;
    inset:14px -10px -10px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bc0dc8 */.mbs-trust{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(0,201,216,.14), transparent 32%),
    radial-gradient(circle at 90% 85%, rgba(255,209,102,.18), transparent 35%),
    #f6fbff;
  padding:90px 6vw;
  color:#08283b;
}

.mbs-trust__inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
}

.mbs-trust__head{
  max-width:760px;
  margin-bottom:42px;
}

.mbs-trust__label{
  display:inline-flex;
  align-items:center;
  padding:8px 16px;
  border-radius:999px;
  background:#e3f8fb;
  color:#047b8a;
  font-size:13px;
  font-weight:800;
  letter-spacing:.3px;
  margin-bottom:16px;
}

.mbs-trust__head h2{
  margin:0;
  font-size:clamp(32px, 4vw, 54px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
  color:#062436;
}

.mbs-trust__head p{
  margin:18px 0 0;
  max-width:690px;
  font-size:16px;
  line-height:1.8;
  color:#496271;
}

.mbs-trust__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}

.mbs-trust__card{
  position:relative;
  min-height:260px;
  padding:30px 26px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(8,40,59,.08);
  box-shadow:0 18px 45px rgba(6,36,54,.08);
  transition:.3s ease;
  overflow:hidden;
}

.mbs-trust__card::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:-45px;
  top:-45px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(0,201,216,.18), rgba(255,209,102,.18));
}

.mbs-trust__card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 65px rgba(6,36,54,.14);
}

.mbs-trust__icon{
  width:62px;
  height:62px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #e6fbff, #fff6dc);
  font-size:28px;
  margin-bottom:22px;
}

.mbs-trust__card h3{
  margin:0;
  font-size:20px;
  line-height:1.25;
  color:#062436;
  font-weight:800;
}

.mbs-trust__card p{
  margin:13px 0 0;
  font-size:14.5px;
  line-height:1.75;
  color:#607684;
}

@media(max-width:1100px){
  .mbs-trust__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:600px){
  .mbs-trust{
    padding:70px 18px;
  }

  .mbs-trust__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .mbs-trust__card{
    min-height:auto;
    padding:26px 22px;
    border-radius:22px;
  }

  .mbs-trust__head{
    margin-bottom:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a72156 */.mbs-packages{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  background:#062436;
  padding:95px 6vw;
  color:#fff;
}

.mbs-packages::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 15%, rgba(0,201,216,.22), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(255,209,102,.18), transparent 38%);
  pointer-events:none;
}

.mbs-packages__inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.mbs-packages__head{
  max-width:820px;
  margin-bottom:46px;
}

.mbs-packages__label{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  color:#ffd166;
  font-size:13px;
  font-weight:800;
  margin-bottom:16px;
}

.mbs-packages__head h2{
  margin:0;
  font-size:clamp(32px, 4vw, 56px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
}

.mbs-packages__head p{
  margin:18px 0 0;
  max-width:720px;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.78);
}

.mbs-packages__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
  align-items:stretch;
}

.mbs-package-card{
  position:relative;
  background:#fff;
  color:#062436;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 26px 70px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.16);
  display:flex;
  flex-direction:column;
  transition:.3s ease;
}

.mbs-package-card:hover{
  transform:translateY(-8px);
}

.mbs-package-card--featured{
  transform:translateY(-18px);
  border:2px solid #ffd166;
}

.mbs-package-card--featured:hover{
  transform:translateY(-26px);
}

.mbs-package-card__badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  padding:9px 14px;
  border-radius:999px;
  background:#ffd166;
  color:#062436;
  font-size:12px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}

.mbs-package-card__image{
  position:relative;
  height:250px;
  overflow:hidden;
}

.mbs-package-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s ease;
}

.mbs-package-card:hover .mbs-package-card__image img{
  transform:scale(1.08);
}

.mbs-package-card__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.52), transparent 62%);
}

.mbs-package-card__image span{
  position:absolute;
  left:20px;
  bottom:18px;
  z-index:2;
  color:#fff;
  font-size:13px;
  font-weight:800;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.22);
}

.mbs-package-card__body{
  padding:28px 24px 26px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.mbs-package-card__body h3{
  margin:0;
  font-size:24px;
  line-height:1.2;
  font-weight:850;
  color:#062436;
}

.mbs-package-card__body p{
  margin:13px 0 0;
  font-size:14.5px;
  line-height:1.75;
  color:#607684;
}

.mbs-package-card__body ul{
  list-style:none;
  padding:0;
  margin:22px 0 0;
  display:grid;
  gap:10px;
}

.mbs-package-card__body li{
  position:relative;
  padding-left:25px;
  font-size:14px;
  color:#24495b;
  font-weight:600;
}

.mbs-package-card__body li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#00a7b5;
  font-weight:900;
}

.mbs-package-card__price{
  margin-top:auto;
  padding-top:24px;
  font-size:14px;
  color:#607684;
}

.mbs-package-card__price strong{
  display:inline-block;
  margin-left:4px;
  font-size:28px;
  color:#062436;
}

.mbs-package-card__btn{
  margin-top:18px;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  background:#00a7b5;
  color:#fff;
  font-size:15px;
  font-weight:800;
  transition:.3s ease;
}

.mbs-package-card__btn:hover{
  background:#062436;
  transform:translateY(-2px);
}

@media(max-width:1100px){
  .mbs-packages__grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .mbs-package-card--featured{
    transform:none;
  }

  .mbs-package-card--featured:hover{
    transform:translateY(-8px);
  }

  .mbs-package-card__image{
    height:320px;
  }
}

@media(max-width:600px){
  .mbs-packages{
    padding:75px 18px;
  }

  .mbs-package-card{
    border-radius:24px;
  }

  .mbs-package-card__image{
    height:235px;
  }

  .mbs-package-card__body{
    padding:24px 20px;
  }

  .mbs-package-card__body h3{
    font-size:22px;
  }

  .mbs-package-card__price strong{
    font-size:25px;
  }
}
.mbs-package-card__image{
  position:relative;
  aspect-ratio:3 / 4;
  height:auto;
  overflow:hidden;
}

.mbs-package-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:.5s ease;
}

@media(max-width:1100px){
  .mbs-package-card__image{
    aspect-ratio:4 / 5;
    height:auto;
  }
}

@media(max-width:600px){
  .mbs-package-card__image{
    aspect-ratio:4 / 5;
    height:auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-815fbee */.mbs-spots{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  background:#f7fcff;
  padding:95px 6vw;
  color:#062436;
}

.mbs-spots__inner{
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.mbs-spots__top{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:40px;
  align-items:end;
  margin-bottom:42px;
}

.mbs-spots__label{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:#e3f8fb;
  color:#047b8a;
  font-size:13px;
  font-weight:850;
  margin-bottom:16px;
}

.mbs-spots__top h2{
  margin:0;
  font-size:clamp(32px, 4vw, 56px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
}

.mbs-spots__top p{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:#607684;
}

.mbs-spots__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  grid-auto-rows:260px;
  gap:18px;
}

.mbs-spot-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 18px 50px rgba(6,36,54,.12);
  background:#062436;
}

.mbs-spot-card--large{
  grid-column:span 2;
  grid-row:span 2;
}

.mbs-spot-card--wide{
  grid-column:span 2;
}

.mbs-spot-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.mbs-spot-card:hover img{
  transform:scale(1.08);
}

.mbs-spot-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.12) 58%, transparent);
}

.mbs-spot-card__content{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:2;
  color:#fff;
}

.mbs-spot-card__content span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.26);
  backdrop-filter:blur(8px);
  font-size:13px;
  font-weight:900;
  margin-bottom:12px;
}

.mbs-spot-card__content h3{
  margin:0;
  font-size:22px;
  line-height:1.2;
  font-weight:850;
}

.mbs-spot-card__content p{
  margin:9px 0 0;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.82);
  max-width:520px;
}

@media(max-width:1100px){
  .mbs-spots__top{
    grid-template-columns:1fr;
    gap:18px;
  }

  .mbs-spots__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    grid-auto-rows:250px;
  }

  .mbs-spot-card--large,
  .mbs-spot-card--wide{
    grid-column:span 2;
  }
}

@media(max-width:600px){
  .mbs-spots{
    padding:75px 18px;
  }

  .mbs-spots__grid{
    grid-template-columns:1fr;
    grid-auto-rows:245px;
    gap:15px;
  }

  .mbs-spot-card,
  .mbs-spot-card--large,
  .mbs-spot-card--wide{
    grid-column:span 1;
    grid-row:span 1;
    border-radius:22px;
  }

  .mbs-spot-card__content{
    left:20px;
    right:20px;
    bottom:20px;
  }

  .mbs-spot-card__content h3{
    font-size:20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fdc2ad */.mbs-included{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  background:#062436;
  color:#fff;
  padding:95px 6vw;
}

.mbs-included::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 20%, rgba(0,201,216,.24), transparent 34%),
    radial-gradient(circle at 88% 84%, rgba(255,209,102,.18), transparent 38%);
  pointer-events:none;
}

.mbs-included__inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:52px;
  align-items:center;
}

.mbs-included__left{
  max-width:540px;
}

.mbs-included__label{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  color:#ffd166;
  font-size:13px;
  font-weight:850;
  margin-bottom:16px;
}

.mbs-included__left h2{
  margin:0;
  font-size:clamp(32px, 4vw, 54px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
}

.mbs-included__left p{
  margin:18px 0 0;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.78);
}

.mbs-included__btn{
  margin-top:30px;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 26px;
  border-radius:999px;
  text-decoration:none;
  background:#25D366;
  color:#06351a;
  font-size:15px;
  font-weight:850;
  box-shadow:0 16px 35px rgba(37,211,102,.28);
  transition:.3s ease;
}

.mbs-included__btn:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 45px rgba(37,211,102,.38);
}

.mbs-included__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.mbs-included__item{
  padding:26px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
  transition:.3s ease;
}

.mbs-included__item:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,.13);
}

.mbs-included__item span{
  width:58px;
  height:58px;
  border-radius:19px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  font-size:27px;
  margin-bottom:18px;
}

.mbs-included__item h3{
  margin:0;
  font-size:19px;
  line-height:1.25;
  font-weight:850;
}

.mbs-included__item p{
  margin:10px 0 0;
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,.72);
}

@media(max-width:1000px){
  .mbs-included__inner{
    grid-template-columns:1fr;
    gap:36px;
  }

  .mbs-included__left{
    max-width:760px;
  }
}

@media(max-width:600px){
  .mbs-included{
    padding:75px 18px;
  }

  .mbs-included__grid{
    grid-template-columns:1fr;
  }

  .mbs-included__item{
    border-radius:22px;
    padding:24px 20px;
  }

  .mbs-included__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-173e04d */.mbs-schedule{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 15%, rgba(0,201,216,.16), transparent 34%),
    radial-gradient(circle at 88% 85%, rgba(255,209,102,.18), transparent 38%),
    #f7fcff;
  color:#062436;
  padding:95px 6vw;
}

.mbs-schedule__inner{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

.mbs-schedule__head{
  text-align:center;
  max-width:760px;
  margin:0 auto 44px;
}

.mbs-schedule__label{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:#e3f8fb;
  color:#047b8a;
  font-size:13px;
  font-weight:850;
  margin-bottom:16px;
}

.mbs-schedule__head h2{
  margin:0;
  font-size:clamp(32px, 4vw, 56px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
}

.mbs-schedule__head p{
  margin:18px 0 0;
  font-size:16px;
  line-height:1.8;
  color:#607684;
}

.mbs-schedule__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
}

.mbs-schedule__card{
  padding:34px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(8,40,59,.08);
  box-shadow:0 20px 60px rgba(6,36,54,.09);
}

.mbs-schedule__card--dark{
  background:#062436;
  color:#fff;
}

.mbs-schedule__icon{
  width:64px;
  height:64px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #e6fbff, #fff6dc);
  font-size:30px;
  margin-bottom:20px;
}

.mbs-schedule__card--dark .mbs-schedule__icon{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
}

.mbs-schedule__card h3{
  margin:0 0 22px;
  font-size:26px;
  line-height:1.2;
  font-weight:850;
}

.mbs-schedule__times{
  display:grid;
  gap:12px;
}

.mbs-schedule__times span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 18px;
  border-radius:16px;
  background:#f2f9fc;
  color:#12384b;
  font-size:15px;
  font-weight:800;
}

.mbs-schedule__times span::after{
  content:"Available";
  font-size:11px;
  font-weight:900;
  color:#047b8a;
  background:#dff7f9;
  padding:6px 9px;
  border-radius:999px;
}

.mbs-schedule__card--dark .mbs-schedule__times span{
  background:rgba(255,255,255,.1);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
}

.mbs-schedule__card--dark .mbs-schedule__times span::after{
  background:rgba(255,209,102,.18);
  color:#ffd166;
}

.mbs-schedule__note{
  margin-top:26px;
  padding:18px 22px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(8,40,59,.08);
  color:#607684;
  font-size:14.5px;
  line-height:1.7;
  box-shadow:0 14px 40px rgba(6,36,54,.07);
}

.mbs-schedule__note strong{
  color:#062436;
}

@media(max-width:800px){
  .mbs-schedule__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .mbs-schedule{
    padding:75px 18px;
  }

  .mbs-schedule__card{
    padding:26px 20px;
    border-radius:24px;
  }

  .mbs-schedule__card h3{
    font-size:22px;
  }

  .mbs-schedule__times span{
    padding:14px 14px;
    font-size:14px;
  }

  .mbs-schedule__times span::after{
    display:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e92059 */.mbs-gallery{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  background:#062436;
  color:#fff;
  padding:95px 6vw;
}

.mbs-gallery::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 12%, rgba(0,201,216,.18), transparent 34%),
    radial-gradient(circle at 88% 85%, rgba(255,209,102,.14), transparent 36%);
}

.mbs-gallery__inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}

.mbs-gallery__head{
  text-align:center;
  max-width:760px;
  margin:0 auto 42px;
}

.mbs-gallery__label{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.15);
  color:#ffd166;
  font-size:13px;
  font-weight:850;
  margin-bottom:16px;
}

.mbs-gallery__head h2{
  margin:0;
  font-size:clamp(32px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
}

.mbs-gallery__head p{
  margin:18px 0 0;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.75);
}

.mbs-gallery__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:240px;
  gap:18px;
}

.mbs-gallery__item{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  display:block;
  box-shadow:0 20px 55px rgba(0,0,0,.22);
}

.mbs-gallery__item--large{
  grid-column:span 2;
  grid-row:span 2;
}

.mbs-gallery__item--wide{
  grid-column:span 2;
}

.mbs-gallery__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.mbs-gallery__item:hover img{
  transform:scale(1.08);
}

.mbs-gallery__item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.34), transparent);
}

.mbs-gallery__cta{
  text-align:center;
  margin-top:34px;
}

.mbs-gallery__cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:16px 28px;
  border-radius:999px;
  background:#25D366;
  color:#06351a;
  text-decoration:none;
  font-size:15px;
  font-weight:850;
  box-shadow:0 16px 38px rgba(37,211,102,.28);
  transition:.3s ease;
}

.mbs-gallery__cta a:hover{
  transform:translateY(-3px);
}

@media(max-width:1000px){
  .mbs-gallery__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .mbs-gallery__item--large,
  .mbs-gallery__item--wide{
    grid-column:span 2;
  }
}

@media(max-width:600px){
  .mbs-gallery{
    padding:75px 18px;
  }

  .mbs-gallery__grid{
    grid-template-columns:1fr;
    grid-auto-rows:220px;
    gap:14px;
  }

  .mbs-gallery__item,
  .mbs-gallery__item--large,
  .mbs-gallery__item--wide{
    grid-column:span 1;
    grid-row:span 1;
    border-radius:22px;
  }

  .mbs-gallery__cta a{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cae8a23 */.mbs-testimonials{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  background:
    radial-gradient(circle at 10% 18%, rgba(0,201,216,.16), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(255,209,102,.18), transparent 38%),
    #f7fcff;
  color:#062436;
  padding:95px 6vw;
}

.mbs-testimonials__inner{
  width:100%;
  max-width:1240px;
  margin:0 auto;
}

.mbs-testimonials__head{
  max-width:760px;
  text-align:center;
  margin:0 auto 44px;
}

.mbs-testimonials__label{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:#e3f8fb;
  color:#047b8a;
  font-size:13px;
  font-weight:850;
  margin-bottom:16px;
}

.mbs-testimonials__head h2{
  margin:0;
  font-size:clamp(32px,4vw,56px);
  line-height:1.08;
  letter-spacing:-1.5px;
  font-weight:700;
}

.mbs-testimonials__head p{
  margin:18px 0 0;
  font-size:16px;
  line-height:1.8;
  color:#607684;
}

.mbs-testimonials__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.mbs-testimonial-card{
  background:#fff;
  border-radius:28px;
  padding:30px 26px;
  border:1px solid rgba(8,40,59,.08);
  box-shadow:0 18px 50px rgba(6,36,54,.08);
  transition:.3s ease;
}

.mbs-testimonial-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 65px rgba(6,36,54,.14);
}

.mbs-testimonial-card--featured{
  background:#062436;
  color:#fff;
}

.mbs-testimonial-card__stars{
  color:#ffd166;
  font-size:18px;
  letter-spacing:2px;
  margin-bottom:18px;
}

.mbs-testimonial-card p{
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:#496271;
}

.mbs-testimonial-card--featured p{
  color:rgba(255,255,255,.78);
}

.mbs-testimonial-card__user{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:26px;
}

.mbs-testimonial-card__user span{
  width:48px;
  height:48px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#e6fbff,#fff6dc);
  color:#062436;
  font-size:18px;
  font-weight:900;
}

.mbs-testimonial-card--featured .mbs-testimonial-card__user span{
  background:rgba(255,255,255,.13);
  color:#ffd166;
  border:1px solid rgba(255,255,255,.18);
}

.mbs-testimonial-card__user h3{
  margin:0;
  font-size:16px;
  font-weight:850;
}

.mbs-testimonial-card__user small{
  display:block;
  margin-top:3px;
  font-size:13px;
  color:#7b909b;
}

.mbs-testimonial-card--featured .mbs-testimonial-card__user small{
  color:rgba(255,255,255,.62);
}

@media(max-width:900px){
  .mbs-testimonials__grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .mbs-testimonials{
    padding:75px 18px;
  }

  .mbs-testimonial-card{
    border-radius:22px;
    padding:26px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0310f2 */.mbs-cta-final{
  width:100vw;
  min-height:78vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  font-family:'Poppins', Arial, sans-serif;
  color:#fff;
}

.mbs-cta-final__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(3,25,39,.72), rgba(3,25,39,.78)),
    url("https://dammarwaterfrontjetty.com/wp-content/uploads/2026/04/sumai-hotel-pulau-redang-scaled-1.jpg") center/cover no-repeat;
}

.mbs-cta-final::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 20%, rgba(0,201,216,.22), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(255,209,102,.16), transparent 34%);
}

.mbs-cta-final__inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1320px;
  min-height:78vh;
  margin:0 auto;
  padding:90px 6vw;
  display:flex;
  align-items:center;
}

.mbs-cta-final__content{
  max-width:760px;
}

.mbs-cta-final__label{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  color:#ffd166;
  font-size:13px;
  font-weight:850;
  margin-bottom:18px;
}

.mbs-cta-final__content h2{
  margin:0;
  font-size:clamp(38px,5vw,72px);
  line-height:1.03;
  letter-spacing:-2px;
  font-weight:700;
}

.mbs-cta-final__content p{
  margin:22px 0 0;
  font-size:17px;
  line-height:1.85;
  color:rgba(255,255,255,.82);
  max-width:650px;
}

.mbs-cta-final__points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:28px;
  max-width:640px;
}

.mbs-cta-final__points span{
  padding:13px 16px;
  border-radius:15px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-size:14px;
  font-weight:700;
}

.mbs-cta-final__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.mbs-cta-final__btn{
  min-height:54px;
  padding:15px 28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:15px;
  font-weight:850;
  transition:.3s ease;
}

.mbs-cta-final__btn--primary{
  background:#25D366;
  color:#06351a;
  box-shadow:0 16px 40px rgba(37,211,102,.32);
}

.mbs-cta-final__btn--primary:hover{
  transform:translateY(-3px);
}

.mbs-cta-final__btn--outline{
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  background:rgba(255,255,255,.06);
}

.mbs-cta-final__btn--outline:hover{
  background:#fff;
  color:#062436;
}

@media(max-width:768px){
  .mbs-cta-final,
  .mbs-cta-final__inner{
    min-height:auto;
  }

  .mbs-cta-final__inner{
    padding:75px 18px;
  }

  .mbs-cta-final__points{
    grid-template-columns:1fr;
  }

  .mbs-cta-final__buttons{
    flex-direction:column;
  }

  .mbs-cta-final__btn{
    width:100%;
  }

  .mbs-cta-final__content h2{
    letter-spacing:-1px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-538d9ee */.mbs-footer{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#041722;
  color:#fff;
  font-family:'Poppins',Arial,sans-serif;
  padding:70px 6vw 0;
  position:relative;
  overflow:hidden;
}

.mbs-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(0,201,216,.14), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(255,209,102,.10), transparent 35%);
  pointer-events:none;
}

.mbs-footer__inner{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr .8fr .9fr 1fr;
  gap:40px;
}

.mbs-footer__logo{
  width:90px;
  height:auto;
  display:block;
  margin-bottom:18px;
  object-fit:contain;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.20));
}

.mbs-footer__brand h2{
  margin:0;
  font-size:22px;
  line-height:1.25;
  font-weight:800;
  color:#fff;
}

.mbs-footer__brand p,
.mbs-footer__col p{
  margin:16px 0 0;
  font-size:14.5px;
  line-height:1.8;
  color:rgba(255,255,255,.68);
}

.mbs-footer__wa{
  margin-top:24px;
  min-height:48px;
  padding:13px 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#25D366;
  color:#06351a;
  text-decoration:none;
  font-size:14px;
  font-weight:850;
  transition:.3s ease;
}

.mbs-footer__wa:hover{
  transform:translateY(-3px);
}

.mbs-footer__col h3{
  margin:0 0 18px;
  font-size:16px;
  font-weight:900;
  color:#ffd166;
}

.mbs-footer__col a{
  display:block;
  margin-bottom:12px;
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:14.5px;
  transition:.25s ease;
}

.mbs-footer__col a:hover{
  color:#fff;
  transform:translateX(4px);
}

.mbs-footer__bottom{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:55px auto 0;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.10);
  text-align:center;
  font-size:13.5px;
  color:rgba(255,255,255,.55);
}

@media(max-width:1000px){
  .mbs-footer__inner{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .mbs-footer{
    padding:55px 18px 0;
  }

  .mbs-footer__inner{
    grid-template-columns:1fr;
    gap:32px;
  }

  .mbs-footer__logo{
    width:78px;
    margin-bottom:16px;
  }

  .mbs-footer__brand h2{
    font-size:20px;
  }

  .mbs-footer__wa{
    width:100%;
  }

  .mbs-footer__bottom{
    margin-top:38px;
  }
}/* End custom CSS */