.elementor-110 .elementor-element.elementor-element-204d5e5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-119d546{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-be35489{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-38cbeea{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-1917835{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-d461b99{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-110 .elementor-element.elementor-element-e49b9b1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-49c3f44 */.tme-package-hero{
  position:relative;
  width:100vw;
  min-height:760px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#071f1a;
  font-family:'Poppins',sans-serif;
  color:#fff;
}

.tme-package-hero__video{
  position:absolute;
  inset:0;
}

.tme-package-hero__video video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.tme-package-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(4,14,11,.95) 0%, rgba(4,14,11,.78) 38%, rgba(4,14,11,.32) 100%),
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.68));
}

.tme-package-hero__grid{
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.08;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size:58px 58px;
  pointer-events:none;
}

.tme-package-hero__wrap{
  position:relative;
  z-index:3;
  min-height:760px;
  max-width:1280px;
  margin:0 auto;
  display:flex;
  align-items:center;
  padding:130px clamp(20px,6vw,90px) 80px;
  box-sizing:border-box;
}

.tme-package-hero__content{
  max-width:960px;
}

.tme-package-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:24px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#ffcf45;
}

.tme-package-hero__eyebrow:before{
  content:"";
  width:44px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#8cc63f,#2ca7d8,#ff7a00);
}

.tme-package-hero h1{
  margin:0;
  font-size:clamp(52px,7vw,96px);
  line-height:.94;
  letter-spacing:-4px;
  font-weight:900;
  text-transform:uppercase;
  color:#fff;
  text-shadow:0 20px 55px rgba(0,0,0,.42);
}

.tme-package-hero p{
  max-width:780px;
  margin:28px 0 0;
  font-size:17px;
  line-height:1.9;
  color:rgba(255,255,255,.78);
}

.tme-package-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:36px;
}

.tme-package-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.25s ease;
}

.tme-package-hero__btn--main{
  background:linear-gradient(135deg,#8cc63f,#2ca7d8);
  color:#fff;
  box-shadow:0 18px 45px rgba(44,167,216,.28);
}

.tme-package-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}

.tme-package-hero__btn:hover{
  transform:translateY(-3px);
}

.tme-package-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:780px;
  margin-top:42px;
}

.tme-package-hero__stats div{
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}

.tme-package-hero__stats strong{
  display:block;
  margin-bottom:8px;
  font-size:24px;
  line-height:1;
  color:#fff;
}

.tme-package-hero__stats span{
  display:block;
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,.72);
}

@media(max-width:767px){

  .tme-package-hero{
    min-height:auto;
  }

  .tme-package-hero__wrap{
    min-height:700px;
    padding:120px 20px 70px;
    align-items:flex-end;
  }

  .tme-package-hero__overlay{
    background:
      linear-gradient(180deg, rgba(4,14,11,.25) 0%, rgba(4,14,11,.78) 40%, rgba(4,14,11,.96) 100%);
  }

  .tme-package-hero h1{
    font-size:44px;
    letter-spacing:-2px;
  }

  .tme-package-hero p{
    font-size:14.5px;
    line-height:1.75;
  }

  .tme-package-hero__buttons{
    flex-direction:column;
  }

  .tme-package-hero__btn{
    width:100%;
  }

  .tme-package-hero__stats{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:30px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-777768c */.tme-pack-cat{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#f7f3ea;
  font-family:'Poppins',sans-serif;
  color:#0d2b22;
  padding:115px clamp(20px,6vw,90px);
  box-sizing:border-box;
}

.tme-pack-cat__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 18%, rgba(44,167,216,.14), transparent 30%),
    radial-gradient(circle at 90% 75%, rgba(140,198,63,.18), transparent 32%),
    linear-gradient(135deg,#f7f3ea 0%,#eef7ef 52%,#edf8fb 100%);
  pointer-events:none;
}

.tme-pack-cat__bg:after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.2;
  background-image:
    linear-gradient(120deg, rgba(13,43,34,.07) 1px, transparent 1px),
    linear-gradient(60deg, rgba(13,43,34,.05) 1px, transparent 1px);
  background-size:54px 54px;
}

.tme-pack-cat__wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}

.tme-pack-cat__head{
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:50px;
  align-items:end;
  margin-bottom:56px;
}

.tme-pack-cat__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#2e7d32;
}

.tme-pack-cat__eyebrow:before{
  content:"";
  width:44px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#8cc63f,#2ca7d8,#ff7a00);
}

.tme-pack-cat h2{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:1;
  letter-spacing:-2.5px;
  font-weight:900;
  text-transform:uppercase;
  color:#0d2b22;
}

.tme-pack-cat__head p{
  margin:0;
  max-width:700px;
  font-size:16px;
  line-height:1.85;
  color:rgba(13,43,34,.72);
}

.tme-pack-cat__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.tme-pack-cat__card{
  position:relative;
  min-height:390px;
  border-radius:30px;
  overflow:hidden;
  background:#0d2b22;
  box-shadow:0 24px 70px rgba(13,43,34,.16);
  isolation:isolate;
  transition:.25s ease;
  text-decoration:none;
  color:#fff;
}

.tme-pack-cat__card--large{
  grid-column:span 2;
  grid-row:span 2;
  min-height:798px;
}

.tme-pack-cat__card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
  transition:.55s ease;
}

.tme-pack-cat__card:hover{
  transform:translateY(-7px);
  box-shadow:0 30px 85px rgba(13,43,34,.22);
}

.tme-pack-cat__card:hover img{
  transform:scale(1.1);
}

.tme-pack-cat__shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(7,31,26,.42) 45%, rgba(7,31,26,.96) 100%);
}

.tme-pack-cat__content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:28px;
}

.tme-pack-cat__content span{
  display:inline-flex;
  margin-bottom:13px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#ffcf45;
  font-size:10.5px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
}

.tme-pack-cat__content h3{
  margin:0;
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.8px;
  color:#fff;
}

.tme-pack-cat__card--large .tme-pack-cat__content h3{
  font-size:42px;
}

.tme-pack-cat__content p{
  margin:13px 0 0;
  font-size:13.5px;
  line-height:1.7;
  color:rgba(255,255,255,.76);
}

.tme-pack-cat__card--large .tme-pack-cat__content p{
  max-width:620px;
  font-size:15px;
}

@media(max-width:1180px){
  .tme-pack-cat__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .tme-pack-cat__card--large{
    grid-column:span 2;
    min-height:580px;
  }
}

@media(max-width:767px){
  .tme-pack-cat{
    padding:78px 20px;
  }

  .tme-pack-cat__head{
    grid-template-columns:1fr;
    gap:22px;
    margin-bottom:34px;
  }

  .tme-pack-cat h2{
    font-size:36px;
    letter-spacing:-1.4px;
  }

  .tme-pack-cat__head p{
    font-size:14.5px;
    line-height:1.75;
  }

  .tme-pack-cat__grid{
    grid-template-columns:1fr;
  }

  .tme-pack-cat__card,
  .tme-pack-cat__card--large{
    grid-column:auto;
    grid-row:auto;
    min-height:380px;
    border-radius:24px;
  }

  .tme-pack-cat__content{
    padding:24px;
  }

  .tme-pack-cat__card--large .tme-pack-cat__content h3,
  .tme-pack-cat__content h3{
    font-size:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10d9dd8 */.tme-tour-list{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#071f1a;
  font-family:'Poppins',sans-serif;
  color:#fff;
  padding:115px clamp(20px,6vw,90px);
  box-sizing:border-box;
}

.tme-tour-list__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 16%, rgba(44,167,216,.2), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(140,198,63,.16), transparent 32%),
    linear-gradient(135deg,#071f1a 0%,#0f352b 55%,#071713 100%);
}

.tme-tour-list__bg:after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.08;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size:58px 58px;
}

.tme-tour-list__wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}

.tme-tour-list__head{
  max-width:860px;
  margin-bottom:55px;
}

.tme-tour-list__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#ffcf45;
}

.tme-tour-list__eyebrow:before{
  content:"";
  width:44px;
  height:2px;
  background:linear-gradient(90deg,#8cc63f,#2ca7d8,#ff7a00);
  border-radius:99px;
}

.tme-tour-list h2{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:1;
  letter-spacing:-2.5px;
  font-weight:900;
  text-transform:uppercase;
  color:#fff;
}

.tme-tour-list__head p{
  max-width:720px;
  margin:24px 0 0;
  font-size:16px;
  line-height:1.85;
  color:rgba(255,255,255,.72);
}

.tme-tour-list__list{
  display:grid;
  gap:26px;
}

.tme-tour-list__box{
  display:grid;
  grid-template-columns:330px 1fr;
  gap:28px;
  padding:22px;
  border-radius:34px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
}

.tme-tour-list__poster{
  overflow:hidden;
  border-radius:26px;
  background:#0d2b22;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.tme-tour-list__poster img{
  width:100%;
  height:100%;
  min-height:440px;
  object-fit:cover;
  display:block;
}

.tme-tour-list__top{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.tme-tour-list__top span,
.tme-tour-list__top strong{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.tme-tour-list__top span{
  background:rgba(255,255,255,.12);
  color:#ffcf45;
  border:1px solid rgba(255,255,255,.14);
}

.tme-tour-list__top strong{
  background:linear-gradient(135deg,#8cc63f,#2ca7d8);
  color:#fff;
}

.tme-tour-list__content h3{
  margin:0;
  font-size:clamp(28px,3vw,44px);
  line-height:1.05;
  letter-spacing:-1.4px;
  color:#fff;
}

.tme-tour-list__content > p{
  margin:18px 0 0;
  max-width:860px;
  font-size:15px;
  line-height:1.8;
  color:rgba(255,255,255,.74);
}

.tme-tour-list__details{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:24px;
}

.tme-tour-list__details div{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.11);
}

.tme-tour-list__details b{
  display:block;
  margin-bottom:7px;
  font-size:12px;
  color:#ffcf45;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.tme-tour-list__details span{
  display:block;
  font-size:13.5px;
  line-height:1.55;
  color:rgba(255,255,255,.78);
}

.tme-tour-list__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin-top:24px;
  padding:0 28px;
  border-radius:999px;
  background:linear-gradient(135deg,#8cc63f,#2ca7d8);
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 18px 45px rgba(44,167,216,.25);
}

@media(max-width:1024px){
  .tme-tour-list__box{
    grid-template-columns:260px 1fr;
  }

  .tme-tour-list__details{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .tme-tour-list{
    padding:78px 20px;
  }

  .tme-tour-list h2{
    font-size:36px;
    letter-spacing:-1.4px;
  }

  .tme-tour-list__box{
    grid-template-columns:1fr;
    padding:16px;
    border-radius:26px;
  }

  .tme-tour-list__poster img{
    min-height:auto;
    aspect-ratio:3/4;
  }

  .tme-tour-list__details{
    grid-template-columns:1fr;
  }

  .tme-tour-list__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e65b6b */.tme-bookwhy{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#f7f3ea;
  font-family:'Poppins',sans-serif;
  color:#0d2b22;
  padding:115px clamp(20px,6vw,90px);
  box-sizing:border-box;
}

.tme-bookwhy__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 18%, rgba(44,167,216,.14), transparent 30%),
    radial-gradient(circle at 90% 75%, rgba(140,198,63,.18), transparent 32%),
    linear-gradient(135deg,#f7f3ea 0%,#eef7ef 52%,#edf8fb 100%);
  pointer-events:none;
}

.tme-bookwhy__bg:after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.2;
  background-image:
    linear-gradient(120deg, rgba(13,43,34,.07) 1px, transparent 1px),
    linear-gradient(60deg, rgba(13,43,34,.05) 1px, transparent 1px);
  background-size:54px 54px;
}

.tme-bookwhy__wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}

.tme-bookwhy__head{
  max-width:860px;
  margin-bottom:55px;
}

.tme-bookwhy__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#2e7d32;
}

.tme-bookwhy__eyebrow:before{
  content:"";
  width:44px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#8cc63f,#2ca7d8,#ff7a00);
}

.tme-bookwhy h2{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:1;
  letter-spacing:-2.5px;
  font-weight:900;
  text-transform:uppercase;
  color:#0d2b22;
}

.tme-bookwhy__head p{
  max-width:720px;
  margin:24px 0 0;
  font-size:16px;
  line-height:1.85;
  color:rgba(13,43,34,.72);
}

.tme-bookwhy__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.tme-bookwhy__card{
  padding:32px;
  border-radius:30px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(13,43,34,.08);
  box-shadow:0 20px 60px rgba(13,43,34,.1);
}

.tme-bookwhy__card span{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  border-radius:16px;
  background:linear-gradient(135deg,#8cc63f,#2ca7d8);
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.tme-bookwhy__card h3{
  margin:0;
  font-size:24px;
  line-height:1.18;
  color:#0d2b22;
}

.tme-bookwhy__card p{
  margin:14px 0 0;
  font-size:14px;
  line-height:1.75;
  color:rgba(13,43,34,.68);
}

@media(max-width:1024px){
  .tme-bookwhy__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .tme-bookwhy{
    padding:78px 20px;
  }

  .tme-bookwhy h2{
    font-size:36px;
    letter-spacing:-1.4px;
  }

  .tme-bookwhy__grid{
    grid-template-columns:1fr;
  }

  .tme-bookwhy__card{
    padding:26px;
    border-radius:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fce1529 */.tme-addon{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#071f1a;
  font-family:'Poppins',sans-serif;
  color:#fff;
  padding:115px clamp(20px,6vw,90px);
  box-sizing:border-box;
}

.tme-addon__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 16%, rgba(44,167,216,.2), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(140,198,63,.16), transparent 32%),
    linear-gradient(135deg,#071f1a 0%,#0f352b 55%,#071713 100%);
}

.tme-addon__wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}

.tme-addon__head{
  max-width:860px;
  margin-bottom:55px;
}

.tme-addon__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#ffcf45;
}

.tme-addon__eyebrow:before{
  content:"";
  width:44px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#8cc63f,#2ca7d8,#ff7a00);
}

.tme-addon h2{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:1;
  letter-spacing:-2.5px;
  font-weight:900;
  text-transform:uppercase;
  color:#fff;
}

.tme-addon__head p{
  max-width:720px;
  margin:24px 0 0;
  font-size:16px;
  line-height:1.85;
  color:rgba(255,255,255,.72);
}

.tme-addon__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.tme-addon__card{
  position:relative;
  min-height:420px;
  overflow:hidden;
  border-radius:30px;
  background:#0d2b22;
  box-shadow:0 24px 70px rgba(0,0,0,.25);
}

.tme-addon__card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.tme-addon__card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(7,31,26,.96));
}

.tme-addon__content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:28px;
}

.tme-addon__content span{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#ffcf45;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

.tme-addon__content h3{
  margin:0;
  font-size:25px;
  line-height:1.15;
  color:#fff;
}

.tme-addon__content p{
  margin:13px 0 0;
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.76);
}

@media(max-width:1024px){
  .tme-addon__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .tme-addon{
    padding:78px 20px;
  }

  .tme-addon h2{
    font-size:36px;
    letter-spacing:-1.4px;
  }

  .tme-addon__grid{
    grid-template-columns:1fr;
  }

  .tme-addon__card{
    min-height:380px;
    border-radius:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7edd632 */.tme-bookflow{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#f7f3ea;
  font-family:'Poppins',sans-serif;
  color:#0d2b22;
  padding:115px clamp(20px,6vw,90px);
  box-sizing:border-box;
}

.tme-bookflow__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 18%, rgba(44,167,216,.14), transparent 30%),
    radial-gradient(circle at 90% 75%, rgba(140,198,63,.18), transparent 32%),
    linear-gradient(135deg,#f7f3ea 0%,#eef7ef 52%,#edf8fb 100%);
}

.tme-bookflow__wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}

.tme-bookflow__head{
  max-width:860px;
  margin-bottom:55px;
}

.tme-bookflow__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#2e7d32;
}

.tme-bookflow__eyebrow:before{
  content:"";
  width:44px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#8cc63f,#2ca7d8,#ff7a00);
}

.tme-bookflow h2{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:1;
  letter-spacing:-2.5px;
  font-weight:900;
  text-transform:uppercase;
  color:#0d2b22;
}

.tme-bookflow__head p{
  max-width:720px;
  margin:24px 0 0;
  font-size:16px;
  line-height:1.85;
  color:rgba(13,43,34,.72);
}

.tme-bookflow__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.tme-bookflow__card{
  padding:32px;
  border-radius:30px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(13,43,34,.08);
  box-shadow:0 20px 60px rgba(13,43,34,.1);
}

.tme-bookflow__card span{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  border-radius:16px;
  background:linear-gradient(135deg,#8cc63f,#2ca7d8);
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.tme-bookflow__card h3{
  margin:0;
  font-size:24px;
  line-height:1.18;
  color:#0d2b22;
}

.tme-bookflow__card p{
  margin:14px 0 0;
  font-size:14px;
  line-height:1.75;
  color:rgba(13,43,34,.68);
}

@media(max-width:1024px){
  .tme-bookflow__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .tme-bookflow{
    padding:78px 20px;
  }

  .tme-bookflow h2{
    font-size:36px;
    letter-spacing:-1.4px;
  }

  .tme-bookflow__grid{
    grid-template-columns:1fr;
  }

  .tme-bookflow__card{
    padding:26px;
    border-radius:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f20bc70 */.tme-package-cta{
  position:relative;
  width:100vw;
  min-height:620px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  font-family:'Poppins',sans-serif;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:100px 20px;
  box-sizing:border-box;
}

.tme-package-cta__bg{
  position:absolute;
  inset:0;
}

.tme-package-cta__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.tme-package-cta__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,31,26,.95), rgba(7,31,26,.62), rgba(7,31,26,.9)),
    radial-gradient(circle at 50% 40%, rgba(44,167,216,.22), transparent 35%);
}

.tme-package-cta__wrap{
  position:relative;
  z-index:2;
  max-width:980px;
  text-align:center;
}

.tme-package-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:22px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#ffcf45;
}

.tme-package-cta__eyebrow:before,
.tme-package-cta__eyebrow:after{
  content:"";
  width:44px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#8cc63f,#2ca7d8,#ff7a00);
}

.tme-package-cta h2{
  margin:0;
  font-size:clamp(42px,6vw,82px);
  line-height:.98;
  letter-spacing:-3px;
  font-weight:900;
  text-transform:uppercase;
  color:#fff;
}

.tme-package-cta p{
  max-width:720px;
  margin:26px auto 0;
  font-size:17px;
  line-height:1.85;
  color:rgba(255,255,255,.78);
}

.tme-package-cta__buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
  margin-top:36px;
}

.tme-package-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:.25s ease;
}

.tme-package-cta__btn--main{
  background:linear-gradient(135deg,#8cc63f,#2ca7d8);
  color:#fff;
  box-shadow:0 18px 45px rgba(44,167,216,.28);
}

.tme-package-cta__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}

.tme-package-cta__btn:hover{
  transform:translateY(-3px);
}

@media(max-width:767px){
  .tme-package-cta{
    min-height:560px;
    padding:80px 20px;
  }

  .tme-package-cta h2{
    font-size:40px;
    letter-spacing:-1.6px;
  }

  .tme-package-cta p{
    font-size:14.5px;
    line-height:1.75;
  }

  .tme-package-cta__buttons{
    flex-direction:column;
  }

  .tme-package-cta__btn{
    width:100%;
  }

  .tme-package-cta__eyebrow:before,
  .tme-package-cta__eyebrow:after{
    width:24px;
  }
}/* End custom CSS */