/* Koral Travel Calendar UI */
.kt-cal{
  background:#f5f8fc;
  color:#0f172a;
  font-family:inherit;
}
.kt-cal *{box-sizing:border-box}
.kt-cal .container{
  max-width:1180px;
  margin:0 auto;
  padding-left:15px;
  padding-right:15px;
}
.kt-hero{
  position:relative;
  overflow:hidden;
  background:#082f6f;
}
.kt-hero__bg{
  position:absolute;
  inset:0;
  background:
linear-gradient(135deg,rgba(8,47,111,.98),rgba(4,120,150,.92)),
url('/uploads/kare_main.jpg') center/cover;
  transform:scale(1.02);
}
.kt-hero__inner{
  position:relative;
  padding:70px 15px 58px;
  text-align:center;
  color:#fff;
}
.kt-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.25);
  margin-bottom:18px;
  font-weight:700;
}
.kt-hero h1{
  color:#fff;
  font-size:48px;
  line-height:1.05;
  margin:0 0 12px;
  font-weight:900;
  letter-spacing:-.02em;
}
.kt-hero p{
  color:rgba(255,255,255,.92);
  margin:0 0 28px;
  font-size:18px;
}
.kt-search-card{
  display:grid;
  grid-template-columns:2fr 1fr auto;
  gap:12px;
  max-width:880px;
  margin:0 auto;
  background:#fff;
  padding:14px;
  border-radius:18px;
  box-shadow:0 20px 60px rgba(15,23,42,.22);
}
.kt-search-card input,
.kt-search-card select{
  height:48px;
  border:1px solid #dbe4f0;
  border-radius:12px;
  padding:0 14px;
  color:#0f172a;
  background:#fff;
  width:100%;
}
.kt-search-card button{
  height:48px;
  border:0;
  border-radius:12px;
  padding:0 22px;
  background:#f97316;
  color:#fff;
  font-weight:900;
  white-space:nowrap;
}
.kt-benefits{
  background:#fff;
  border-bottom:1px solid #e5edf7;
  box-shadow:0 10px 30px rgba(15,23,42,.04);
}
.kt-benefits-grid:before,
.kt-benefits-grid:after{
  display:none !important;
  content:none !important;
}
.kt-benefits-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  align-items:center !important;
  gap:0 !important;
  padding-top:18px !important;
  padding-bottom:18px !important;
}
.kt-benefits-grid > div{
  margin:0 !important;
  min-height:58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0 20px;
  border-right:1px solid #e5edf7;
}
.kt-benefits-grid > div:last-child{border-right:0}
.kt-benefits-grid strong{
  display:block;
  color:#082f6f;
  font-size:14px;
  font-weight:900;
}
.kt-benefits-grid span{
  display:block;
  color:#64748b;
  font-size:12px;
  margin-top:3px;
}
.kt-section{
  padding-top:42px;
  padding-bottom:54px;
}
.kt-featured-section{
  padding-bottom:20px;
}
.kt-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:20px;
}
.kt-section-head h2{
  color:#082f6f;
  font-size:28px;
  margin:0 0 6px;
  font-weight:900;
}
.kt-section-head p{
  margin:0;
  color:#64748b;
}
.kt-section-link{
  color:#082f6f !important;
  text-decoration:none !important;
  font-weight:900;
}
.kt-featured-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.kt-featured-card{
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
  transition:.22s ease;
}
.kt-featured-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 46px rgba(15,23,42,.14);
}
.kt-featured-img{
  height:132px;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  position:relative;
}
.kt-featured-img span{
  position:absolute;
  left:12px;
  top:12px;
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  background:#f97316;
  color:#fff;
  font-size:11px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(249,115,22,.28);
}
.kt-featured-body{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:12px;
  padding:14px;
}
.kt-featured-date{text-align:center}
.kt-featured-date strong{
  display:block;
  color:#082f6f;
  font-size:24px;
  line-height:1;
  font-weight:900;
}
.kt-featured-date small{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.kt-featured-info h3{
  color:#082f6f;
  margin:0 0 7px;
  font-size:15px;
  line-height:1.25;
  min-height:38px;
  font-weight:900;
}
.kt-featured-info p{
  margin:0 0 3px;
  color:#64748b;
  font-size:12px;
}
.kt-featured-foot{
  padding:0 14px 14px;
}
.kt-featured-foot div{
  display:flex;
  gap:8px;
}
.kt-featured-foot a{
  flex:1;
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#082f6f;
  color:#fff !important;
  text-decoration:none !important;
  font-size:12px;
  font-weight:900;
}
.kt-featured-foot a.wa{
  flex:0 0 40px;
  background:#22c55e;
  font-size:0;
}
.kt-featured-foot a.wa:before{
  content:"✆";
  font-size:15px;
}
.kt-month-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.kt-month-card{
  min-height:140px;
  border-radius:20px;
  color:#fff !important;
  text-decoration:none !important;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  box-shadow:0 14px 34px rgba(15,23,42,.15);
  transition:.22s ease;
}
.kt-month-card:before{
  display:none;
}
.kt-month-card:after{
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  right:-28px;
  bottom:-36px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
}
.kt-month-card span,
.kt-month-card small,
.kt-month-popular{
  position:relative;
  z-index:1;
}
.kt-month-card span{
  font-size:28px;
  line-height:1;
  font-weight:900;
  text-shadow:0 3px 18px rgba(0,0,0,.28);
}
.kt-month-card small{
  display:inline-flex;
  width:max-content;
  margin-top:10px;
  padding:5px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-size:13px;
  font-weight:900;
  backdrop-filter:blur(8px);
}
.kt-month-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 46px rgba(15,23,42,.2);
}
.kt-month-card.is-passive{
  filter:grayscale(.25);
  opacity:.75;
}
.kt-month-popular{
  position:absolute;
  top:14px;
  right:14px;
  background:#f97316;
  color:#fff;
  border-radius:999px;
  padding:5px 12px;
  font-size:12px;
  font-weight:900;
  box-shadow:0 8px 22px rgba(249,115,22,.32);
}
.kt-filter-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:18px;
}
.kt-filter-row button{
  border:1px solid #dbe4f0;
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:10px 18px;
  font-weight:800;
}
.kt-filter-row button.active{
  background:#082f6f;
  border-color:#082f6f;
  color:#fff;
}
.kt-tour-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.kt-tour-card{
  display:grid;
  grid-template-columns:118px 1fr auto;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:22px;
  padding:18px;
  box-shadow:0 10px 30px rgba(15,23,42,.07);
}
.kt-date-badge{
  min-height:86px;
  border-radius:18px;
  background:#eff6ff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px;
}
.kt-date-badge strong{
  color:#082f6f;
  font-size:28px;
  line-height:1;
  font-weight:900;
}
.kt-date-badge span{
  color:#f97316;
  font-size:12px;
  font-weight:800;
  margin-top:6px;
}
.kt-tour-body h3{
  color:#082f6f;
  margin:0 0 6px;
  font-size:18px;
  font-weight:900;
  line-height:1.2;
}
.kt-tour-body p{
  margin:0 0 10px;
  color:#64748b;
}
.kt-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.kt-tags span{
  background:#f1f5f9;
  color:#475569;
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  font-weight:800;
}
.kt-actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:116px;
}
.kt-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:40px;
  padding:8px 14px;
  border-radius:12px;
  text-decoration:none !important;
  font-weight:900;
}
.kt-btn-main{background:#082f6f;color:#fff !important}
.kt-btn-wa{background:#22c55e;color:#fff !important}
.kt-original-content{
  margin-top:24px;
  color:#64748b;
}
@media(max-width:1100px){
  .kt-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:992px){
  .kt-month-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .kt-tour-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .kt-hero__inner{padding:52px 15px 42px}
  .kt-hero h1{font-size:34px}
  .kt-search-card{grid-template-columns:1fr}
  .kt-benefits-grid{grid-template-columns:repeat(2,1fr) !important;gap:14px !important}
  .kt-benefits-grid > div{border-right:0;padding:0}
  .kt-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kt-month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kt-tour-card{grid-template-columns:92px 1fr}
  .kt-actions{grid-column:1/-1;flex-direction:row}
  .kt-actions .kt-btn{flex:1}
}
@media(max-width:520px){
  .kt-featured-grid{grid-template-columns:1fr}
  .kt-month-grid{grid-template-columns:1fr}
  .kt-month-card{min-height:118px}
}


/* TOUR CARD STABLE CLEAN */

.kt-tour-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}

.kt-tour-card{
  position:relative !important;
  display:block !important;
  background:#fff !important;
  border:1px solid #e5edf7 !important;
  border-radius:22px !important;
  padding:14px !important;
  box-shadow:0 10px 30px rgba(15,23,42,.07) !important;
  overflow:hidden !important;
}

.kt-tour-image{
  width:100% !important;
  height:210px !important;
  border-radius:18px !important;
  background-size:cover !important;
  background-position:center !important;
  margin:0 0 14px 0 !important;
}

.kt-date-badge{
  position:absolute !important;
  top:26px !important;
  left:26px !important;
  z-index:5 !important;
  min-height:78px !important;
  width:96px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.96) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:9px !important;
  box-shadow:0 10px 24px rgba(15,23,42,.12) !important;
}

.kt-date-badge strong{
  color:#082f6f !important;
  font-size:30px !important;
  line-height:1 !important;
  font-weight:900 !important;
}

.kt-date-badge span{
  color:#f97316 !important;
  font-size:12px !important;
  font-weight:800 !important;
  margin-top:5px !important;
}

.kt-tour-body{
  position:static !important;
  padding:0 !important;
  margin:0 !important;
}

.kt-tour-body h3{
  color:#082f6f !important;
  margin:0 0 6px 0 !important;
  font-size:19px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  text-shadow:none !important;
}

.kt-tour-body p{
  color:#64748b !important;
  margin:0 0 6px 0 !important;
  font-size:14px !important;
  text-shadow:none !important;
}

.kt-tour-meta{
  display:block !important;
  margin:0 !important;
}

.kt-tour-meta p{
  color:#64748b !important;
  margin:0 !important;
  font-size:14px !important;
  font-weight:500 !important;
  text-shadow:none !important;
}

.kt-actions{
  display:flex !important;
  justify-content:flex-end !important;
  margin-top:12px !important;
  min-width:0 !important;
}

.kt-actions .kt-btn-main{
  min-width:150px !important;
  height:42px !important;
  border-radius:12px !important;
  background:#082f6f !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:900 !important;
}

.kt-tags{
  display:none !important;
}

@media(max-width:992px){
  .kt-tour-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:767px){
  .kt-tour-card{
    padding:12px !important;
    border-radius:20px !important;
  }

  .kt-tour-image{
    height:145px !important;
    border-radius:16px !important;
    margin-bottom:12px !important;
  }

  .kt-date-badge{
    top:22px !important;
    left:22px !important;
    width:82px !important;
    min-height:68px !important;
    border-radius:16px !important;
  }

  .kt-date-badge strong{
    font-size:26px !important;
  }

  .kt-date-badge span{
    font-size:11px !important;
    margin-top:4px !important;
  }

  .kt-tour-body h3{
    font-size:17px !important;
  }

  .kt-actions{
    justify-content:stretch !important;
  }

  .kt-actions .kt-btn-main{
    width:100% !important;
    min-width:0 !important;
  }
}
/* TOUR CARD IMAGE TEXT LAYOUT */

.kt-tour-card{
  position:relative !important;
  display:block !important;
  padding:14px !important;
  border-radius:22px !important;
  overflow:hidden !important;
}

.kt-tour-image{
  width:100% !important;
  height:230px !important;
  border-radius:18px !important;
  background-size:cover !important;
  background-position:center !important;
  margin:0 !important;
  position:relative !important;
}

.kt-tour-image:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.10));
}

.kt-date-badge{
  position:absolute !important;
  top:28px !important;
  left:28px !important;
  z-index:5 !important;
}

.kt-tour-body{
  position:absolute !important;
  top:46px !important;
  left:150px !important;
  right:30px !important;
  z-index:6 !important;
  padding:0 !important;
  margin:0 !important;
}

.kt-tour-body h3{
  color:#fff !important;
  font-size:24px !important;
  line-height:1.2 !important;
  margin:0 0 8px !important;
  text-shadow:0 3px 14px rgba(0,0,0,.45) !important;
}

.kt-tour-body p{
  color:#fff !important;
  font-size:16px !important;
  margin:0 0 6px !important;
  text-shadow:0 3px 14px rgba(0,0,0,.45) !important;
}

.kt-tour-meta{
  margin:0 !important;
}

.kt-tour-meta p{
  color:#fff !important;
  font-size:16px !important;
  margin:0 !important;
}

.kt-actions{
  margin-top:14px !important;
  display:flex !important;
}

.kt-actions .kt-btn-main{
  width:120px !important;
  height:48px !important;
  border-radius:14px !important;
}
@media(max-width:767px){

  .kt-tour-image{
    height:190px !important;
  }

  .kt-date-badge{
    top:22px !important;
    left:22px !important;
  }

  .kt-tour-body{
    top:105px !important;
    left:24px !important;
    right:24px !important;
  }

  .kt-tour-body h3{
    font-size:17px !important;
  }

  .kt-tour-body p,
  .kt-tour-meta p{
    font-size:13px !important;
  }

}
/* FINAL BUTTON POSITION */

.kt-tour-card .kt-actions{
  padding-left:220px !important;
  justify-content:flex-start !important;
}
.kt-tour-card .kt-actions{
  margin-top:50px !important;
}
@media(max-width:767px){

  .kt-tour-image{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
  }

}
.kt-tour-title-link{
  color:inherit !important;
  text-decoration:none !important;
  pointer-events:none;
}

@media(max-width:767px){

  .kt-tour-title-link{
    pointer-events:auto !important;
  }

}
@media(max-width:767px){

  .kt-tour-title-link{
    color:#fff !important;
  }

}
.kt-all-tours-wrap{
  width:100% !important;
  text-align:center !important;
  margin-top:30px !important;
}

.kt-all-tours-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#082f6f !important;
  color:#fff !important;
  text-decoration:none !important;
  padding:14px 34px !important;
  border-radius:14px !important;
  font-size:16px !important;
  font-weight:700 !important;
  min-width:240px !important;
}

/* FILTER HIDE FIX */
.kt-tour-card.kt-filter-hidden{
  display:none !important;
}
.kt-tour-body h3{
  font-size:20px !important;
  line-height:1.25 !important;
}

@media(max-width:768px){

  .kt-tour-body h3{
    font-size:18px !important;
    line-height:1.2 !important;
  }
}
.kt-filter-row{
  justify-content:center !important;
}
.kt-hero:before,
.kt-hero:after,
.kt-hero__bg:before,
.kt-hero__bg:after{
    display:none !important;
    content:none !important;
}


@media(max-width:767px){

  .kt-price-badge{
    left:22px;
    top:102px;
    bottom:auto;
    min-width:82px;
    min-height:34px;
    font-size:15px;
    border-radius:12px;
  }

}

/* PRICE BADGE - card level */
.kt-tour-card{
  position:relative !important;
  overflow:hidden !important;
}

.kt-price-badge{
  position:absolute !important;
  left:28px !important;
  bottom:28px !important;
  z-index:9 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:96px !important;
  min-height:42px !important;
  padding:8px 16px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.96) !important;
  color:#f97316 !important;
  font-size:18px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 10px 24px rgba(15,23,42,.18) !important;
}

@media(max-width:767px){
  .kt-price-badge{
    left:22px !important;
    top:102px !important;
    bottom:auto !important;
    min-width:82px !important;
    min-height:34px !important;
    padding:7px 12px !important;
    font-size:15px !important;
    border-radius:12px !important;
  }
}
@media(max-width:767px){

  .kt-price-badge{
    left:18px !important;
    bottom:18px !important;
    top:auto !important;
  }

}
@media(max-width:767px){

  .kt-price-badge{
    left:auto !important;
    right:18px !important;
    top:18px !important;
    bottom:auto !important;
  }

}
