*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}
@font-face {
     font-family: "Playfair Display";
    src: url(font/PlayfairDisplay-Regular.ttf);
}

img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.flx-wrp{
    flex-wrap: wrap;
}
.cont{
    width: 85%;
    /* max-width: 1200px; */
    margin: 0 auto;
}
.nav-logo{
    width: 33%;
}
.txt-c{
    text-align: center;
}
.ft-10{
    font-size: 10px;
}
.ft-12{
    font-size: 12px;
}
.ft-14{
    font-size: 16px;
}
.ft-13{
    font-size: 13px;
}
.ft-15{
    font-size: 17px;
}
.ft-16{
    font-size: 18px;
}
.ft-18{
    font-size: 18px;
}
.ft-20{
    font-size: 20px;
}
.ft-22{
    font-size: 22px;
}
.ft-24{
    font-size: 24px;
}
.fw-500{
    font-weight: 500;
}
.fw-400{
    font-weight: 500;
}
.fw-600{
    font-weight: 600 ;
}

.whc{
    color: #ffff;
}
.fw-600{
    font-weight: 600;
}

.fw-900{
    font-weight: 900;
}
.flx{
    display: flex;
}
.flx-sb{
    display: flex;
    justify-content: space-between;
}
.justy-c{
    justify-content: center;
}
.item-c{
    align-items: center;
}
.gp-5{
    gap: 5px;
}
.gp-10{
    gap: 10px;
}
.gp-15{
    gap: 15px;
}
.gp-20{
    gap: 20px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-8{
    margin-top: 8px;
}
.mt-40{
    margin-top: 40px;
}
.mtb-20{
    margin-bottom: 20px;
}
.mtb-10{
    margin-bottom: 10px;
}


.logo2 {
    width: 26%;
    padding-bottom: 10px;
}
.logo {
    padding-right: 15px;
    width: 34%;
}
.heddubi {
    width: 100%;
    background-size: cover;
    height: 900px;
    position: relative;
}
.hero_video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header {

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 6px 28px -4px rgba(126, 138, 74, 0.2), 0 16px 48px -12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) saturate(165%);
    background-color: rgb(255 255 255);
    padding: 16px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 8px 24px -18px #1F3D2E59;
}
.nav-links1 {
    display: flex;
    list-style: none;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}
.nav-links1 li a.active {
    color:  #5A6B3F;
;
    border-bottom: 1px solid #5A6B3F;
;
}
.header-wrap{
    width: 99%;
}
.nav-links1 li a {
    color: #1F3D2E;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 11px;
    border-radius: 0px;
    font-family: 'Inter';
    font-style: inherit;
    text-transform: uppercase;
}
.hero-card {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    background: linear-gradient(93.46deg, #7E8A4A -0.38%, #464E24 52.13%);
    width: 647px;
    max-width: calc(100% - 80px);
    padding: 30px 40px 53px;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.history-wrap{
    padding:80px 0 120px;
}
.cardh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.webcs{
    color:  #5A5A52;
;
}
.cardh {
    width: 30%;
    position: relative;
    overflow: hidden;
    min-height: 460px;
    color: #1f3a2e;
    margin-top:30px;
}
.collection {
    gap: 22px;
    flex-wrap: wrap;
}
.cardh .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(245, 243, 238, 0.2) -68.98%, #F5F3EE 48.19%);
    padding: 22px 26px 10px;
}

.cardh .caption h2 {
    font-family: 'Playfair Display';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-para{

    font-size: 15px;
    font-family: Cormorant Garamond;
    font-weight: 600;
    color:#282828;

}
.btm-line {
    width: 93%;
    height: 1px;
    background: #7E8A4A;
    margin: 0 auto;
    margin-top: 30px;
}
.best-tour-wrap{background: #F5F3EE;
padding: 60px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  /* max-width: 1000px; */
  margin: 0 auto;
}
.cnstt{
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
 .villages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 24px;

    margin: 30px auto;
  }

.img-bx{
     width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}

.card1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* margin-bottom: 16px; */
}

  .card1 h3 {
    font-size: 25px;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 8px;
  }

  .card1 p {
    font-family: Arial, sans-serif;
    font-size: 12.5px;
    line-height: 1.6;
    color: #8a8a8a;
    margin-bottom: 18px;
  }

  .card1-buttons {
    gap: 10px;
  }

  .btn {
    font-family: Arial, sans-serif;
    font-size: 10.5px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 11px 18px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    flex: 1;
  }

  .btn-solid {
    background: #6b7a4f;
    color: #fff;
    border: 1px solid #6b7a4f;
  }

  .btn-outline {
    background: transparent;
    color: #333;
    border: 1px solid #ccc;
  }

  @media (max-width: 800px) {
    /* body { padding: 30px 20px; } */
    .villages-grid { grid-template-columns: repeat(2, 1fr);}
        nav{
            display:none
        }
        .nav-logo{
            width:100%;
            justify-content: center;
        }

        .header-wrap{
            width:100%
        }



  }

  @media (max-width: 520px) {
    .villages-grid { grid-template-columns: 1fr; }
  }
    .banner {
    /* max-width: 950px; */
    margin: 65px auto;
    height: 220px;
    overflow: hidden;
  }

  .banner-text {
    flex: 1 1 48%;
    height: 100%;
    background: linear-gradient(251deg, #4b5a2c, #7c8a4a);
    padding: 0 60px;
    flex-direction: column;
    justify-content: center;
}

  .banner-text h1 {
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    margin-bottom: 22px;
}

  .btn-outlines {
    align-self: flex-start;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.8);
    background: transparent;
    padding: 13px 24px;
    cursor: pointer;
    text-decoration: none;
        width: 180px;
  }

  .banner-image {
    flex: 1 1 52%;
    height: 100%;
  }

  .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 700px) {
    .banner { height: auto; flex-direction: column; }
    .banner-text { padding: 40px 30px; }
    .banner-image { height: 220px; }
  }
.card1 h3 {
    font-size: 25px;
    font-weight: 400;
    color: #2f2f2f;
    margin-bottom: 8px;
}
.card1 p {
    font-family: 'Cormorant Garamond';
    font-size: 16px;
    line-height: 1.6;
    color: #5A5A52;
    margin-bottom: 18px;
    min-height: 44px;
}
  .tabcontent { display: none;}
   .tab.active-tab {
    background: #1F3D2E;
    color: #fff;
    border-color: #111;
  }
.disp{
     font-family: 'Playfair Display';
}
 .webc{
    color:#7E8A4A;
 }
 .CG-ft{
    font-family: 'Cormorant Garamond';
 }
 .para-cg{
    color:#383838;
 }
.sub-para{
    font-family: inter;
    font-size: 15px;
    letter-spacing: 3px;
    color:  #6B7A4A;
;
    font-weight: 400;
    text-align: center;
}
.hdr{
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    /* color: #7E8A4A; */
    text-align: center;
}
.eyebrow {
    font-family: inter;
    font-size: 13px;
    letter-spacing: 3px;
    color: rgb(236, 231, 213);
    font-weight: 400;
    text-align: center;
    margin-bottom: 14px;
}
.hero-card1 p{
    line-height: 2;
}
  .hero-card h1 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }

  .hero-divider {
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }

  .hero-divider .line {
    width: 100px;
    height: 1px;
    background: rgba(255,255,255,0.5);
  }

  .hero-divider .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
  }


  .hero-divider1 {
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }

  .hero-divider1 .line {
    width: 100px;
    height: 1px;
    background: #6B7A4A80;
  }

  .hero-divider1 .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6B7A4A80;
  }


  .hero-card p {
    font-style: italic;
    font-size: 14px;
    line-height: 1.6;
    color: #e8e6da;
    text-align: center;
    margin-bottom: 26px;
  }

  .hero-buttons {
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }
.btn {
    font-family: 'Inter';
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 400;
    padding: 13px 24px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    color: #7E8A4A;
}

  .btn-solid {
    background:#7E8A4A;
    color:#fff ;
    border: 1px solid #fff;
  }

 .btn-outline {
    background: transparent;
    color: #333;
    border: 1px solid #ccc;
}
.hero-wrap1{
    position:relative
}
.scroll-down{
    width: 100%;
}
  @media (max-width: 800px) {
    .hero { height: auto; min-height: 480px; }
    .hero-card {
      position: relative;
      left: 0;
      top: 0;
      transform: none;
      width: 100%;
      max-width: 100%;
      margin: 20px;
      padding: 30px 24px;
    }
    .hero-bg { grid-template-columns: repeat(4, 1fr); }
  }
  .sldr{
    padding: 50px 0;
  }

  .extra-sld{
    margin: 30px 0 0;
    padding: 40px 0;
    background-image: url(https://images.emtcontent.com/tourism/bicester-img/bg-image.jpg);
    position: relative;
  }
  .overlay1{
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.82);
    /* or */
    /* background:#fff;
       opacity:.82; */
}
.hw-rd{
     position: relative;
    width: 100%;
    padding: 120px 0;
    background: url("https://images.emtcontent.com/tourism/bicester-img/bg-cc.webp") center/cover no-repeat;
}
.pg-hdr{
    text-align: center;
}
  /* ---- tabs row ---- */
  .tabs-row {
    gap: 14px;
    margin-bottom: 34px;
  }

  .step {
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 46px 36px;
    font-family: 'Playfair Display';
}
.step-num {
    width: 50px;
    height: 50px;
    border: 1px solid #b9a877;
    border-radius: 50%;
    justify-content: center;
    font-style: italic;
    font-size: 16px;
    color: #3f5b3f;
    margin-bottom: 22px;
}
.step h3 {
    font-size: 25px;
    font-weight: 400;
    color: #223526;
    margin-bottom: 14px;
}

.trm{
    padding: 40px 0;
}
.steps-row{
    background-color: #ffff;
}
.step p {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #5A5A52;
    font-weight: 500;
}
  .tab-arrow {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    color: #444;
    flex-shrink: 0;
  }

  .tab-arrow:hover { background: #f2f2f2; }

  .tabs-viewport {
    overflow: hidden;
    flex: 1;
  }

  .tabs-track {
    gap: 10px;
    transition: transform 0.4s ease;
    width: max-content;
  }

  .tab {
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 700;
    padding: 13px 22px;
    border-radius: 3px;
    background: #eef3e0;
    color: #4a5c3d;
    white-space: nowrap;
    cursor: pointer;
    border: none;
  }
  .view{
    color: #fff;
  }
.s_copyright {
    background: #223526;
    padding: 13px 0;
    color: #fff;
    font-size: 16px;
}
  .tab.active {
    background: #223526;
    color: #fff;
  }

  /* ---- card slider ---- */
  .cards-viewport {
    overflow: hidden;
  }

  .cards-track {
    gap: 24px;
    transition: transform 0.5s ease;
  }

  .card {
    flex: 0 0 calc(33.333% - 16px);
    background: #eef0e4;
    border-radius: 4px;
    padding: 34px 30px 40px;
    flex-direction: column;
    transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
    transform: scale(0.97);
  }



  .card-top {
    justify-content: space-between;
    margin-bottom: 22px;
  }

  .stars {
    color: #c9a227;
    font-size: 15px;
    letter-spacing: 2px;
  }



  .category-badge {
    font-family: Arial, sans-serif;
    font-size: 9.5px;
    letter-spacing: 1.2px;
    font-weight: 700;
    background: #fff;
    color: #444;
    padding: 6px 10px;
    border-radius: 3px;
  }

  .card h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #223526;
    font-family: "Playfair Display";
  }



.card p {
    font-size: 17px;
    line-height: 1.7;
    color: #5A5A52;
    margin-bottom: 22px;
    font-family: 'Cormorant Garamond';
}



  .card p b, .card p i { font-style: italic; font-weight: 700; }

  .checklist {
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
  }

  .check-item {
    gap: 8px;
    align-items: flex-start;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #4a5c3d;
  }


  @media (max-width: 900px) {
    .card { flex: 0 0 calc(100% - 0px); }
  }
  .hero-card1 {


    background: #fff;
    width: 647px;
    max-width: calc(100% - 80px);
    padding: 30px 40px 53px;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.eyebrow1 {
    font-family: inter;
    font-size: 16px;
    letter-spacing: 3px;
    color: #6B7A4A;
;
    font-weight: 400;
    text-align: center;
    margin-bottom: 14px;
}
.hero-card1 h1 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    color:  #1F3D2E;
;
    text-align: center;
    margin-bottom: 10px;
}
/* ===== Tabs row ===== */
  .tabs-row { gap:14px; margin-bottom:36px; }
  .tab-arrow {
    width:42px; height:42px; min-width:42px; border-radius:50%;
    border:1px solid #768246; background:#fff; cursor:pointer;
    font-size:14px; justify-content:center; color:#768246;
    flex-shrink:0; transition:.25s ease; box-shadow:0 1px 3px rgba(0,0,0,.04);
  }
  .tab-arrow:hover:not(:disabled) { background:#1f2b16; color:#fff; border-color:#1f2b16; transform:scale(1.05); }
  .tab-arrow:active:not(:disabled) { transform:scale(.95); }
  .tab-arrow:disabled { opacity:.3; cursor:not-allowed; }

  .tabs-viewport { overflow:hidden; flex:1; }
  .tabs-track { gap:10px; transition: transform .45s cubic-bezier(.22,.68,0,1); width:max-content; }

  .tab {
    white-space:nowrap; padding:10px 24px; border:1px solid #1F3D2E; cursor:pointer;
    background:#e8f0d8; color:#232c1a; letter-spacing:1.3px; font-size:12.5px;
    font-weight:600; border-radius:3px; transition:.25s ease;
    font-family:'Jost', sans-serif;
  }
  .tab.active-tab { background:#1F3D2E; color:#fff; box-shadow:0 4px 14px rgba(31,43,22,.25); }
  .tab:hover:not(.active-tab) { background:#d9e6bd; }

  /* ===== Cards ===== */
  .tabcontent { display:none; animation:fadeIn .4s ease; }
  @keyframes fadeIn { from{opacity:0; transform:translateY(6px);} to{opacity:1; transform:translateY(0);} }
  .cards-viewport { overflow:hidden; }
  .cards-track { gap:24px; }

  .card {
    flex:1; min-width:0; padding:34px 30px; border-radius:6px; flex-direction:column;
    background:#eef1e5; color:#232c1a;
    transition:.3s ease; border:1px solid transparent;
  }
  .card:nth-child(2) { background:#e3ead0; }
  .card.active { background:#5c6b32; color:#fff; box-shadow:0 12px 30px rgba(92,107,50,.28); }

  /* Hover: background + all text turns white (forced with !important so it
     overrides any conflicting page/builder styles) */
  .card:hover,
  .card.is-hovered {
    background:#5c6b32 !important;
    color:#fff !important;
    cursor:pointer;
    box-shadow:0 12px 30px rgba(92,107,50,.28);
  }

  .card-top { justify-content:space-between; margin-bottom:18px; }
  .stars { color:#5c6b32; letter-spacing:3px; font-size:14px; transition:.3s ease; }
  .card.active .stars,
  .card:hover .stars,
  .card.is-hovered .stars { color:#dfe6bd !important; }
  .category-badge {
    font-size:10px; letter-spacing:1.5px; background:rgba(0,0,0,.06);
    padding:5px 11px; border-radius:2px; font-weight:600; color:#5b6752;
    transition:.3s ease;
  }
  .card.active .category-badge,
  .card:hover .category-badge,
  .card.is-hovered .category-badge { background:rgba(255,255,255,.15) !important; color:#f1f4e4 !important; }

  .card h2 {
    margin:0 0 16px; font-size:36px; font-weight:500;
    font-family:'Playfair Display', serif;
    transition:color .3s ease;
    color:inherit;
  }
  .card p { line-height:1.7; margin:0 0 22px; font-size:14.5px; color:inherit !important; opacity:.92; }
  .checklist { flex-direction:column; gap:12px; margin-top:auto; }
  .check-item { gap:10px; align-items:flex-start; font-size:14px; line-height:1.5; color:inherit; }
  .tick {
    color:#5c6b32; font-weight:bold;
    width:18px; height:18px; border-radius:50%; font-size:15px;
    display:inline-flex; align-items:center; justify-content:center; flex-shrink:0;
    transition:background .3s ease;
  }
  .card.active .tick,
  .card:hover .tick,
  .card.is-hovered .tick { background:rgba(255,255,255,.2) !important; color: #fff; font-size: 15px; }

  @media (max-width:820px){
    .cards-track { flex-direction:column; }
    .card h2 { font-size:30px; }
  }




  /* ---- back link ---- */
  .back-bar {
    background: #fff;
    padding: 22px 60px;
  }

  .back-link {
    gap: 8px;
    color: #4a5c4d;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
  }

  .back-link span.arrowdgtl {
    font-size: 16px;
    display: block;
  }

  /* ---- image collage ---- */
  .collage {
    background: #fff;
    padding-bottom: 0;
    gap: 4px;
    height: 250px;
    overflow: hidden;
  }

  .collage img {
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .collage .c1 { width: 20%; }
  .collage .c2 { width: 12%; }
  .collage .c3 { width: 8%; }
  .collage .c4 { width: 15%; }
  .collage .c5 { width: 15%; }
  .collage .c6 { width: 8%; }
  .collage .c7 { width: 10%; }
  .collage .c8 { width: 12%; }

  /* ---- intro section ---- */
  .intro {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 60px 20px 50px;
    max-width: 760px;
    margin: 0 auto;
  }

  .eyebrow {
    font-family: inter;
    font-size: 12px;
    letter-spacing: 3px;
    color: #a99a6b;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .intro h1 {
    font-style: italic;
    font-weight: 400;
    font-size: 44px;
    color: #1f3a2e;
    margin-bottom: 22px;
  }

  .intro p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
  }

  /* ---- highlights card ---- */
  .highlights-wrapper {
    justify-content: center;
    padding-bottom: 70px;
  }

  .highlights-card {
    background: #fff;
    border: 1px solid #e4e2dc;
    border-radius: 4px;
    width: 100%;
    max-width: 850px;
    padding: 46px 50px;
  }

  .highlights-header {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .highlights-title h2 {
    font-size: 32px;
    font-weight: 400;
    color: #3f5b3f;
    margin-bottom: 10px;
  }

  .highlights-title .sub {
    font-family: inter;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #6B7A4A;
    font-weight: 400;
  }
.mn{
    background-color: #f4f1e86e;
}
.highlight-item a{ text-decoration: underline !important; color:#000;}
  .itinerary-btn {
    background: #f4f1e8;
    border: 1px solid #d8cfa8;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #3f5b3f;
    padding: 15px 26px;
    cursor: pointer;
    white-space: nowrap;
  }


 .highlight-item {
    border-left: 1px solid #D6D6D6;
    padding-left: 22px;
    margin-top: 34px;
}

.highlight-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1F3D2E;
    margin-bottom: 10px;
    font-family: "Playfair Display";
}

  .highlight-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    font-family: 'Cormorant Garamond';
}

  @media (max-width: 900px) {
     .intro { padding-left: 20px; padding-right: 20px; }
    .highlights-wrapper { padding-left: 20px; padding-right: 20px; }
    .highlights-card { padding: 32px 24px; }
    .highlights-header { flex-direction: column; align-items: flex-start; gap: 16px; }
       .intro h1 {
        font-size: 25px;
    }

    .collage { height: 180px; }
    .back-bar{
        padding:0px 0px 10px;
    }
    .banner-text h1{
        font-size: 30px;
        text-align: center;
    }
    .highlights-title h2 {
        font-size: 22px;

    }
    .hero-card h1{
        font-size:26px;
    }
    .hdr{
        font-size:28px;
    }


  }

/* ==========================================================================
   ADDITIONAL RESPONSIVE RULES — TABLET & MOBILE
   (Appended block. Existing breakpoints above are untouched.)
   ========================================================================== */

/* ---------- TABLET: max-width 1024px ---------- */
@media (max-width: 1024px) {

  .cont {
    width: 90%;
  }

  /* 3-col grids -> 2-col */
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  /* image collage cards */
  .cardh {
    width: 47%;
  }

  .collection {
    gap: 16px;
    justify-content: center;
  }

  /* hero card shrinks with viewport instead of fixed 647px */
  .hero-card,
  .hero-card1 {
    width: 90%;
    left: 20px;
  }

  /* card slider: 2 per row instead of 3 */
  .card {
    flex: 0 0 calc(50% - 12px);
  }

  .card h2 {
    font-size: 26px;
  }

  /* steps row wraps to 2 columns */
  .step {
    flex: 1 1 45%;
    padding: 34px 24px;
  }

  .tabs-row {
    flex-wrap: wrap;
  }

  .banner-text {
    padding: 0 36px;
  }

  .banner-text h1 {
    font-size: 38px;
  }

  .highlights-card {
    padding: 38px 32px;
  }

  .back-bar {
    padding: 18px 30px;
  }
}

/* ---------- MOBILE: max-width 600px ---------- */
@media (max-width: 600px) {

  .cont {
    width: 92%;
  }

  /* stack all grids to single column */
  .grid,
  .card1-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* image collage cards go full width, stacked */
  .cardh {
    width: 100%;
    min-height: 320px;
  }

  .cardh .caption h2 {
    font-size: 18px;
  }

  .collection {
    gap: 14px;
  }

  /* hero cards */
  .hero-card,
  .hero-card1 {
    width: calc(100% - 24px);
    max-width: 100%;
    left: -5px;
    height: auto;
    padding: 24px 20px 30px;
  }

  .hero-card h1,
  .hero-card1 h1 {
    font-size: 24px;
  }

  .hero-card p {
    font-size: 13px;
  }

  .hero-buttons,
  .card1-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    width: 100%;
  }

  /* card slider: 1 per row, no shrink/scale transforms */
  .card {
    flex: 0 0 100%;
    padding: 26px 20px 30px;
    transform: none;
  }

  .card h2 {
    font-size: 22px;
  }

  .card p {
    font-size: 15px;
  }

  /* steps row stacks fully */
  .step {
    flex: 1 1 100%;
    padding: 28px 18px;
  }

  .step h3 {
    font-size: 20px;
  }

  /* tabs: allow horizontal scroll instead of overflow break */
  .tabs-row {
    gap: 8px;
  }

  .tab-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 12px;
  }

  .tab {
    padding: 10px 16px;
    font-size: 10.5px;
  }

  /* banner */
  .banner-text {
    padding: 30px 20px;
  }

  .banner-text h1 {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .btn-outlines {
    width: 100%;
    padding: 12px 18px;
  }

  /* image collage strip */
  .collage {
    height: 140px;
    gap: 2px;
  }

  /* intro / highlights */
  .intro {
    padding: 40px 16px 30px;
  }

  .intro h1 {
    font-size: 22px;
  }

  .intro p {
    font-size: 15px;
  }

  .highlights-card {
    padding: 24px 18px;
  }

  .highlights-title h2 {
    font-size: 20px;
  }

  .highlight-item {
    padding-left: 14px;
    margin-top: 24px;
  }

  .highlight-item h3 {
    font-size: 16px;
  }

  .highlight-item p {
    font-size: 15px;
  }

  .itinerary-btn {
    font-size: 11px;
    padding: 12px 18px;
    width: 100%;
    text-align: center;
  }

  .back-bar {
    padding: 14px 16px;
  }

  .back-link {
    font-size: 11px;
  }

  .hdr {
    font-size: 22px;
  }

  .sub-para {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .step-num {
    width: 42px;
    height: 42px;
  }
  .steps-row{
    flex-direction: column;
  }
  .step-divider{
    height: 1px;
    width: 100%;
    background-color:#cccc;
  }
  .ft-20{
    font-size: 18px;
  }
  .heddubi{
    height:200px;
  }
  .ortment{
    display:none;
  }
  .history-wrap{
    padding:0px 0 60px;
  }
}