/* =========================================================
   TRAVELMANTRA AJAY — PERSONAL TRAVEL CREATOR WEBSITE
   Single-file HTML + CSS + JS
   ========================================================= */
:root{
  --tma-teal:#0a8f84;
  --tma-teal-dark:#066d66;
  --tma-teal-soft:#e9f7f4;
  --tma-navy:#102a43;
  --tma-navy-2:#0a1d2f;
  --tma-ink:#203447;
  --tma-muted:#6d7e8d;
  --tma-cream:#f7f4ed;
  --tma-white:#ffffff;
  --tma-gold:#d8a84e;
  --tma-border:#e3e9e7;
  --tma-shadow:0 22px 70px rgba(16,42,67,.12);
  --tma-radius:24px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{font-family:'Poppins',sans-serif;color:var(--tma-ink);background:#fff;overflow-x:hidden}
body.tma-menu-open{overflow:hidden}
img,video{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
section{position:relative;overflow:hidden}
.tma-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.tma-section{padding:96px 0}
.tma-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--tma-teal);font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}
.tma-kicker:before{content:"";width:28px;height:2px;background:var(--tma-gold);border-radius:99px}
.tma-title{font-size:clamp(32px,4.5vw,54px);line-height:1.1;color:var(--tma-navy);font-weight:800;letter-spacing:-1.5px}
.tma-title em{font-style:normal;color:var(--tma-teal)}
.tma-lead{font-size:15px;line-height:1.85;color:var(--tma-muted);max-width:700px;margin-top:16px}
.tma-section-head{text-align:center;max-width:820px;margin:0 auto 50px}
.tma-section-head .tma-kicker{justify-content:center}
.tma-section-head .tma-kicker:after{content:"";width:28px;height:2px;background:var(--tma-gold);border-radius:99px}
.tma-section-head .tma-lead{margin:16px auto 0}
.tma-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:14px 24px;font-size:13px;font-weight:700;transition:.3s ease;min-height:48px}
.tma-btn-primary{background:var(--tma-teal);color:#fff;box-shadow:0 14px 34px rgba(10,143,132,.25)}
.tma-btn-primary:hover{background:var(--tma-teal-dark);transform:translateY(-3px)}
.tma-btn-light{background:#fff;color:var(--tma-navy);box-shadow:0 12px 34px rgba(0,0,0,.14)}
.tma-btn-light:hover{transform:translateY(-3px);color:var(--tma-teal)}
.tma-btn-outline{background:transparent;color:var(--tma-navy);border:1px solid #cdd8d6}
.tma-btn-outline:hover{border-color:var(--tma-teal);color:var(--tma-teal);transform:translateY(-3px)}

/* HEADER */
.tma-header{position:fixed;inset:0 0 auto 0;z-index:1000;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,42,67,.08);transition:.3s ease}
.tma-header.tma-scrolled{box-shadow:0 12px 34px rgba(16,42,67,.1);background:rgba(255,255,255,.96)}
.tma-nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.tma-brand{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:0}
.tma-brand img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid #edf3f1}
.tma-brand-text{font-size:16px;font-weight:800;color:var(--tma-navy);line-height:1.1;white-space:nowrap}
.tma-brand-text span{display:block;font-size:9px;color:var(--tma-teal);text-transform:uppercase;letter-spacing:1.7px;margin-top:4px}
.tma-menu{display:flex;align-items:center;justify-content:center;gap:22px;list-style:none;min-width:0}
.tma-menu a{font-size:12px;font-weight:600;color:#405365;position:relative;white-space:nowrap;transition:.25s}
.tma-menu a:after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;background:var(--tma-teal);transition:.25s}
.tma-menu a:hover,.tma-menu a.tma-active{color:var(--tma-teal)}
.tma-menu a:hover:after,.tma-menu a.tma-active:after{width:100%}
.tma-nav-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.tma-nav-call{padding:11px 17px;min-height:44px;font-size:11px}
.tma-menu-toggle{display:none;width:44px;height:44px;border:1px solid #dbe5e2;border-radius:13px;background:#fff;color:var(--tma-navy);font-size:23px;align-items:center;justify-content:center}

/* HERO */
#home{min-height:760px;height:100vh;display:flex;align-items:center;background:var(--tma-navy-2);color:#fff;padding-top:82px}
.tma-hero-media{position:absolute;inset:0}
.tma-hero-media video{width:100%;height:100%;object-fit:cover;object-position:center}
.tma-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,25,36,.92) 0%,rgba(5,25,36,.82) 40%,rgba(5,25,36,.38) 70%,rgba(5,25,36,.25) 100%)}
.tma-hero-glow{position:absolute;right:-160px;top:120px;width:520px;height:520px;border-radius:50%;background:rgba(12,173,160,.24);filter:blur(120px)}
.tma-hero-inner{position:relative;z-index:5;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;width:100%}
.tma-hero-copy{max-width:760px;padding:30px 0}
.tma-hero-copy .tma-kicker{color:#8ee0d7}
.tma-hero-copy h1{font-size:clamp(46px,6.4vw,82px);line-height:.98;letter-spacing:-3px;font-weight:800;color:#fff;max-width:800px}
.tma-hero-copy h1 span{color:#9ae5dc}
.tma-hero-copy p{max-width:650px;margin:22px 0 28px;color:rgba(255,255,255,.82);line-height:1.85;font-size:15px}
.tma-hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.tma-hero-note{display:flex;align-items:center;gap:10px;margin-top:24px;font-size:11px;color:rgba(255,255,255,.72)}
.tma-hero-note i{color:#9ae5dc;font-size:16px}
.tma-hero-card{justify-self:end;width:min(380px,100%);background:rgba(255,255,255,.12);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:30px;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.25)}
.tma-hero-card-media{height:390px;border-radius:22px;overflow:hidden;position:relative;background:#0a1d2f}
.tma-hero-card-media img{width:100%;height:100%;object-fit:cover}
.tma-hero-card-media:after{content:"";position:absolute;inset:auto 0 0;height:50%;background:linear-gradient(to top,rgba(4,22,31,.88),transparent)}
.tma-hero-card-label{position:absolute;left:18px;right:18px;bottom:17px;z-index:2}
.tma-hero-card-label small{font-size:10px;text-transform:uppercase;letter-spacing:1.8px;color:#9ae5dc}
.tma-hero-card-label strong{display:block;font-size:18px;margin-top:4px;color:#fff}
.tma-scroll-cue{position:absolute;left:50%;bottom:24px;z-index:6;transform:translateX(-50%);width:34px;height:52px;border:1px solid rgba(255,255,255,.35);border-radius:30px;display:flex;justify-content:center;padding-top:10px}
.tma-scroll-cue span{width:4px;height:9px;background:#fff;border-radius:4px;animation:tmaScroll 1.8s infinite}

/* CREDIBILITY */
#credibility{background:#fff;padding:0;overflow:visible}
.tma-proof-bar{position:relative;z-index:10;margin-top:-34px;background:#fff;border:1px solid #e4ece9;border-radius:22px;box-shadow:var(--tma-shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.tma-proof-item{padding:25px 20px;text-align:center;position:relative}
.tma-proof-item:not(:last-child):after{content:"";position:absolute;right:0;top:22%;height:56%;width:1px;background:#e7eeec}
.tma-proof-item strong{display:block;font-size:29px;color:var(--tma-navy);line-height:1;font-weight:800}
.tma-proof-item span{display:block;font-size:10px;color:var(--tma-muted);margin-top:7px;text-transform:uppercase;letter-spacing:1px}

/* ABOUT */
#about{background:var(--tma-cream)}
.tma-about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}
.tma-about-visual{position:relative;min-height:570px}
.tma-about-main{position:absolute;left:0;top:0;width:78%;height:510px;border-radius:28px;overflow:hidden;box-shadow:var(--tma-shadow)}
.tma-about-main img{width:100%;height:100%;object-fit:cover}
.tma-about-mini{position:absolute;right:0;bottom:0;width:54%;height:260px;border:10px solid var(--tma-cream);border-radius:26px;overflow:hidden;box-shadow:0 16px 45px rgba(16,42,67,.12)}
.tma-about-mini img{width:100%;height:100%;object-fit:cover}
.tma-about-badge{position:absolute;right:7%;top:36px;width:138px;height:138px;border-radius:50%;background:var(--tma-teal);color:#fff;display:grid;place-items:center;text-align:center;box-shadow:0 18px 44px rgba(10,143,132,.25);border:8px solid rgba(255,255,255,.7)}
.tma-about-badge strong{display:block;font-size:31px;line-height:1}
.tma-about-badge span{font-size:9px;text-transform:uppercase;letter-spacing:1px}
.tma-about-copy .tma-title{max-width:640px}
.tma-about-copy p{font-size:14px;line-height:1.9;color:var(--tma-muted);margin-top:16px}
.tma-about-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0 30px}
.tma-about-point{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600;color:#30475a}
.tma-about-point i{width:30px;height:30px;border-radius:50%;background:#dff2ee;color:var(--tma-teal);display:grid;place-items:center;flex:0 0 auto}

/* JOURNEYS */
#journeys{background:#fff}
.tma-journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tma-journey-card{height:390px;border-radius:24px;overflow:hidden;position:relative;background:#dfe9e7;box-shadow:0 16px 44px rgba(16,42,67,.09);transition:.4s}
.tma-journey-card:nth-child(1),.tma-journey-card:nth-child(5){grid-row:span 1}
.tma-journey-card img{width:100%;height:100%;object-fit:cover;transition:.6s}
.tma-journey-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,25,36,.9),rgba(5,25,36,.08) 66%)}
.tma-journey-card:hover{transform:translateY(-7px)}
.tma-journey-card:hover img{transform:scale(1.07)}
.tma-journey-content{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}
.tma-journey-content small{color:#a8e7df;text-transform:uppercase;letter-spacing:1.4px;font-size:9px;font-weight:700}
.tma-journey-content h3{font-size:20px;margin:5px 0 6px}
.tma-journey-content p{font-size:11px;color:#d9e4e7;line-height:1.65}
.tma-journey-hint{margin-top:22px;text-align:center;font-size:11px;color:#7b8c99}

/* STORY */
#story{background:var(--tma-navy-2);color:#fff}
.tma-story-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:570px;align-items:stretch}
.tma-story-media{position:relative;min-height:570px;overflow:hidden;border-radius:0 32px 32px 0}
.tma-story-media img{width:100%;height:100%;object-fit:cover}
.tma-story-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,29,47,.08),rgba(10,29,47,.5))}
.tma-story-copy{padding:70px 7%;display:flex;flex-direction:column;justify-content:center}
.tma-story-copy .tma-title{color:#fff}
.tma-story-copy .tma-lead{color:#b7c5cd}
.tma-story-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:26px 0 30px}
.tma-story-list li{font-size:12px;color:#d8e1e5;display:flex;gap:8px;align-items:flex-start}
.tma-story-list i{color:#80d8cf;margin-top:1px}

/* SERVICES */
#services{background:#fff}
.tma-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tma-service-card{border:1px solid var(--tma-border);border-radius:22px;padding:28px 23px;background:#fff;transition:.4s;display:flex;flex-direction:column;min-height:300px;position:relative;overflow:hidden}
.tma-service-card:before{content:"";position:absolute;right:-62px;top:-62px;width:140px;height:140px;border-radius:50%;background:#eaf7f4;transition:.45s}
.tma-service-card:hover{transform:translateY(-8px);box-shadow:var(--tma-shadow);border-color:transparent}
.tma-service-card:hover:before{transform:scale(1.6)}
.tma-service-icon{position:relative;z-index:2;width:58px;height:58px;border-radius:17px;background:#e7f5f2;color:var(--tma-teal);display:grid;place-items:center;font-size:25px;margin-bottom:20px}
.tma-service-card h3{position:relative;z-index:2;font-size:17px;color:var(--tma-navy);margin-bottom:10px}
.tma-service-card p{position:relative;z-index:2;font-size:11px;line-height:1.8;color:var(--tma-muted);flex:1}
.tma-service-card a{position:relative;z-index:2;color:var(--tma-teal);font-size:11px;font-weight:800;margin-top:18px;display:inline-flex;gap:7px;align-items:center}

/* CONSULTATION */
#consultation{background:linear-gradient(135deg,#eef8f5,#f9f6ef)}
.tma-consult-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}
.tma-consult-card{background:var(--tma-navy);color:#fff;border-radius:30px;padding:38px;box-shadow:0 28px 80px rgba(16,42,67,.2);position:relative;overflow:hidden}
.tma-consult-card:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(47,190,174,.18);filter:blur(10px);right:-120px;bottom:-150px}
.tma-consult-card>*{position:relative;z-index:2}
.tma-consult-card small{color:#8ee0d7;text-transform:uppercase;letter-spacing:1.7px;font-size:10px}
.tma-consult-card h3{font-size:29px;line-height:1.2;margin:10px 0 14px}
.tma-consult-card p{font-size:12px;line-height:1.8;color:#c2ced5}
.tma-consult-checks{list-style:none;margin:22px 0 26px;display:grid;gap:11px}
.tma-consult-checks li{font-size:11px;display:flex;align-items:flex-start;gap:9px;color:#e4ebee}
.tma-consult-checks i{color:#82ddd3}
.tma-consult-copy p{font-size:14px;line-height:1.9;color:var(--tma-muted);margin:15px 0 26px}
.tma-mini-process{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.tma-mini-step{background:#fff;border:1px solid #dfe8e5;border-radius:16px;padding:18px 15px}
.tma-mini-step strong{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--tma-teal);color:#fff;font-size:12px;margin-bottom:12px}
.tma-mini-step h4{font-size:12px;color:var(--tma-navy);margin-bottom:5px}
.tma-mini-step p{font-size:10px!important;line-height:1.6!important;margin:0!important}

/* BOOKING */
#book-call{background:#fff}
.tma-booking-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:start}
.tma-booking-info{position:sticky;top:110px}
.tma-booking-info .tma-title{font-size:clamp(30px,4vw,46px)}
.tma-booking-info p{font-size:13px;line-height:1.8;color:var(--tma-muted);margin:15px 0 24px}
.tma-booking-steps{display:grid;gap:11px}
.tma-booking-step{display:flex;gap:12px;align-items:flex-start;padding:13px 14px;border:1px solid #e3ebe8;border-radius:14px;background:#fbfdfc}
.tma-booking-step span{width:28px;height:28px;border-radius:9px;background:#dff2ee;color:var(--tma-teal);display:grid;place-items:center;font-size:10px;font-weight:800;flex:none}
.tma-booking-step strong{display:block;font-size:11px;color:var(--tma-navy);margin-bottom:2px}
.tma-booking-step p{font-size:9px;line-height:1.5;margin:0;color:#7a8a96}
.tma-booking-panel{background:#f7faf9;border:1px solid #dfe9e6;border-radius:28px;padding:28px;box-shadow:0 18px 55px rgba(16,42,67,.08)}
.tma-booking-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:22px}
.tma-booking-panel-head h3{font-size:22px;color:var(--tma-navy)}
.tma-booking-panel-head p{font-size:10px;color:var(--tma-muted);margin-top:5px}
.tma-secure-badge{font-size:9px;font-weight:700;color:var(--tma-teal);background:#e4f5f1;padding:7px 10px;border-radius:999px;white-space:nowrap}
.tma-service-options{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-bottom:18px}
.tma-service-option{border:1px solid #dce7e4;background:#fff;border-radius:15px;padding:14px;text-align:left;transition:.25s;color:var(--tma-navy)}
.tma-service-option:hover,.tma-service-option.tma-selected{border-color:var(--tma-teal);box-shadow:0 0 0 3px rgba(10,143,132,.08)}
.tma-service-option strong{display:block;font-size:11px}
.tma-service-option small{display:block;font-size:9px;color:#7b8b96;margin-top:4px;line-height:1.5}
.tma-booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tma-field{display:flex;flex-direction:column;gap:6px}
.tma-field.tma-full{grid-column:1/-1}
.tma-field label{font-size:9px;font-weight:700;color:#536775;text-transform:uppercase;letter-spacing:.6px}
.tma-field input,.tma-field select,.tma-field textarea{width:100%;border:1px solid #d8e4e1;background:#fff;border-radius:11px;outline:0;padding:12px 13px;font-size:11px;color:var(--tma-navy)}
.tma-field input,.tma-field select{height:46px}
.tma-field textarea{height:96px;resize:none}
.tma-field input:focus,.tma-field select:focus,.tma-field textarea:focus{border-color:var(--tma-teal);box-shadow:0 0 0 3px rgba(10,143,132,.08)}
.tma-booking-submit{width:100%;margin-top:15px}
.tma-booking-disclaimer{font-size:9px;color:#84939d;text-align:center;margin-top:11px;line-height:1.55}
.tma-integration-note{margin-top:15px;border:1px dashed #b9cbc7;border-radius:14px;padding:13px;background:#fff;color:#657985;font-size:9px;line-height:1.6}
.tma-integration-note strong{color:var(--tma-navy)}

/* GUIDES */
#guides{background:var(--tma-cream)}
.tma-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tma-guide-card{background:#fff;border:1px solid #e1e8e5;border-radius:22px;overflow:hidden;transition:.4s}
.tma-guide-card:hover{transform:translateY(-7px);box-shadow:var(--tma-shadow)}
.tma-guide-cover{height:235px;position:relative;overflow:hidden}
.tma-guide-cover img{width:100%;height:100%;object-fit:cover;transition:.5s}
.tma-guide-card:hover .tma-guide-cover img{transform:scale(1.06)}
.tma-guide-cover span{position:absolute;left:14px;top:14px;background:rgba(16,42,67,.86);color:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:700}
.tma-guide-body{padding:21px}
.tma-guide-body h3{font-size:17px;color:var(--tma-navy);margin-bottom:7px}
.tma-guide-body p{font-size:10px;line-height:1.7;color:var(--tma-muted)}
.tma-guide-body a{margin-top:15px;color:var(--tma-teal);font-size:10px;font-weight:800;display:inline-flex;gap:7px;align-items:center}

/* BLOG */
#travel-tips{background:#fff}
.tma-blog-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}
.tma-blog-main,.tma-blog-small{border-radius:24px;overflow:hidden;position:relative;background:#dde6e4}
.tma-blog-main{min-height:500px}
.tma-blog-main img,.tma-blog-small img{width:100%;height:100%;object-fit:cover}
.tma-blog-main:after,.tma-blog-small:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,25,36,.88),rgba(5,25,36,.05) 68%)}
.tma-blog-main-content,.tma-blog-small-content{position:absolute;z-index:2;left:24px;right:24px;bottom:23px;color:#fff}
.tma-blog-main-content small,.tma-blog-small-content small{font-size:9px;text-transform:uppercase;letter-spacing:1.3px;color:#a7e4dc}
.tma-blog-main-content h3{font-size:27px;line-height:1.25;margin-top:5px}
.tma-blog-main-content p{font-size:11px;color:#d4dfe3;margin-top:8px;line-height:1.7;max-width:600px}
.tma-blog-side{display:grid;grid-template-rows:1fr 1fr;gap:24px}
.tma-blog-small{min-height:238px}
.tma-blog-small-content h3{font-size:16px;line-height:1.3;margin-top:4px}

/* SOCIAL */
#social{background:var(--tma-navy-2);color:#fff}
#social .tma-title{color:#fff}
#social .tma-lead{color:#aebdc6}
.tma-social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tma-reel-card{aspect-ratio:9/13;border-radius:24px;overflow:hidden;position:relative;background:#0b3340;border:1px solid rgba(255,255,255,.08)}
.tma-reel-card img{width:100%;height:100%;object-fit:cover}
.tma-reel-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,17,28,.88),transparent 62%)}
.tma-reel-overlay{position:absolute;z-index:2;left:18px;right:18px;bottom:18px}
.tma-reel-overlay i{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--tma-teal);display:grid;place-items:center;font-size:18px;margin-bottom:12px}
.tma-reel-overlay small{font-size:9px;color:#9edfd7;text-transform:uppercase;letter-spacing:1px}
.tma-reel-overlay h3{font-size:15px;margin-top:4px}

/* TESTIMONIALS */
#testimonials{background:#fff}
.tma-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tma-testimonial-card{border:1px solid #e0e8e5;border-radius:22px;padding:25px;background:#fff;min-height:235px;position:relative}
.tma-testimonial-card .bi-quote{position:absolute;right:20px;top:16px;font-size:42px;color:#e2f2ef}
.tma-stars{color:#e5ac36;font-size:11px;margin-bottom:14px}
.tma-testimonial-card p{font-size:11px;line-height:1.85;color:var(--tma-muted);font-style:italic}
.tma-testimonial-author{display:flex;align-items:center;gap:11px;margin-top:18px}
.tma-testimonial-author span{width:42px;height:42px;border-radius:50%;background:#e7f4f1;color:var(--tma-teal);display:grid;place-items:center;font-weight:800;font-size:13px}
.tma-testimonial-author strong{display:block;font-size:11px;color:var(--tma-navy)}
.tma-testimonial-author small{font-size:9px;color:#8998a3}
.tma-verified-note{text-align:center;margin-top:18px;font-size:10px;color:#84939d}

/* COLLABORATE */
#collaborate{background:linear-gradient(120deg,#0b7e76,#075d58);color:#fff}
.tma-collab-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:45px;align-items:center}
.tma-collab-copy .tma-kicker{color:#b9f0e9}
.tma-collab-copy .tma-title{color:#fff}
.tma-collab-copy p{font-size:13px;line-height:1.85;color:#d7efec;margin:16px 0 25px;max-width:700px}
.tma-collab-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:26px}
.tma-collab-points div{font-size:11px;display:flex;gap:8px;align-items:center}
.tma-collab-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);border-radius:24px;padding:26px}
.tma-collab-card h3{font-size:20px;margin-bottom:7px}
.tma-collab-card p{font-size:10px;line-height:1.7;color:#d7efec;margin-bottom:18px}
.tma-collab-card a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 0;border-top:1px solid rgba(255,255,255,.16);font-size:11px}

/* FAQ */
#faq{background:var(--tma-cream)}
.tma-faq-wrap{max-width:850px;margin:auto;display:grid;gap:11px}
.tma-faq-item{border:1px solid #dde6e3;border-radius:16px;background:#fff;overflow:hidden}
.tma-faq-q{width:100%;border:0;background:#fff;text-align:left;padding:18px 19px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--tma-navy);font-size:12px;font-weight:700}
.tma-faq-q i{color:var(--tma-teal);transition:.3s}
.tma-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.tma-faq-a p{padding:0 19px 18px;color:var(--tma-muted);font-size:11px;line-height:1.8}
.tma-faq-item.tma-open{border-color:#b6dcd6}
.tma-faq-item.tma-open .tma-faq-q{color:var(--tma-teal)}
.tma-faq-item.tma-open .tma-faq-q i{transform:rotate(45deg)}

/* CONTACT */
#contact{background:#fff}
.tma-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}
.tma-contact-copy p{font-size:13px;line-height:1.85;color:var(--tma-muted);margin:15px 0 25px}
.tma-contact-list{display:grid;gap:12px}
.tma-contact-item{display:flex;gap:12px;align-items:center}
.tma-contact-icon{width:46px;height:46px;border-radius:13px;background:#e8f5f2;color:var(--tma-teal);display:grid;place-items:center;font-size:18px;flex:none}
.tma-contact-item small{display:block;font-size:8px;color:#8a99a3;text-transform:uppercase;letter-spacing:.7px}
.tma-contact-item a,.tma-contact-item strong{font-size:11px;color:var(--tma-navy);font-weight:700}
.tma-contact-form{border:1px solid #dfe7e4;border-radius:26px;padding:30px;background:#f9fbfa;box-shadow:0 18px 55px rgba(16,42,67,.06)}
.tma-contact-form h3{font-size:21px;color:var(--tma-navy);margin-bottom:18px}

/* FINAL CTA */
.tma-final-cta{padding:42px 0;background:var(--tma-navy);color:#fff}
.tma-final-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}
.tma-final-inner h3{font-size:25px;line-height:1.2}
.tma-final-inner p{font-size:10px;color:#b8c5cd;margin-top:6px}

/* FOOTER */
.tma-footer{background:#071522;color:#94a3ae;padding:62px 0 22px}
.tma-footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.25fr;gap:40px;margin-bottom:42px}
.tma-footer-brand{display:flex;align-items:center;gap:12px;color:#fff;font-size:15px;font-weight:800;margin-bottom:14px}
.tma-footer-brand img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.tma-footer p{font-size:10px;line-height:1.85}
.tma-footer h4{font-size:11px;color:#fff;margin-bottom:15px;text-transform:uppercase;letter-spacing:.8px}
.tma-footer-links{list-style:none;display:grid;gap:9px}
.tma-footer-links a{font-size:10px;transition:.25s}
.tma-footer-links a:hover{color:#83d8cf;padding-left:3px}
.tma-footer-social{display:flex;gap:8px;margin-top:15px}
.tma-footer-social a{width:34px;height:34px;border-radius:9px;background:#102638;color:#fff;display:grid;place-items:center;font-size:13px;transition:.25s}
.tma-footer-social a:hover{background:var(--tma-teal);transform:translateY(-3px)}
.tma-footer-bottom{border-top:1px solid #16293a;padding-top:18px;display:flex;justify-content:space-between;gap:18px;font-size:9px}

/* FLOATING / MOBILE CTA */
.tma-back-top{position:fixed;right:22px;bottom:92px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--tma-navy);box-shadow:0 10px 30px rgba(16,42,67,.18);z-index:950;opacity:0;visibility:hidden;transition:.3s}
.tma-back-top.tma-show{opacity:1;visibility:visible}
.tma-mobile-book{display:none;position:fixed;left:14px;right:14px;bottom:12px;z-index:980;background:var(--tma-teal);color:#fff;border-radius:16px;padding:13px 18px;text-align:center;font-size:12px;font-weight:800;box-shadow:0 18px 45px rgba(10,143,132,.3)}

/* TOAST */
.tma-toast{position:fixed;left:50%;bottom:25px;z-index:5000;transform:translate(-50%,30px);opacity:0;visibility:hidden;max-width:min(500px,calc(100% - 30px));background:#102a43;color:#fff;padding:13px 17px;border-radius:12px;font-size:10px;line-height:1.5;box-shadow:0 16px 50px rgba(0,0,0,.2);transition:.3s;text-align:center}
.tma-toast.tma-show{transform:translate(-50%,0);opacity:1;visibility:visible}

/* REVEAL */
/* REVEAL — FAIL SAFE
   Content is visible by default. It is hidden for animation only after the main JS
   successfully starts and adds the .tma-js class to <html>. */
.tma-reveal{opacity:1;transform:none;transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}
html.tma-js .tma-reveal:not(.tma-visible){opacity:0}
html.tma-js .tma-reveal-left:not(.tma-visible){transform:translateX(-55px)}
html.tma-js .tma-reveal-right:not(.tma-visible){transform:translateX(55px)}
html.tma-js .tma-reveal-up:not(.tma-visible){transform:translateY(44px)}
html.tma-js .tma-reveal.tma-visible{opacity:1;transform:translate(0,0)}
@keyframes tmaScroll{0%{transform:translateY(0);opacity:0}30%{opacity:1}100%{transform:translateY(22px);opacity:0}}

/* RESPONSIVE */
@media(max-width:1080px){
  .tma-menu{gap:14px}.tma-menu a{font-size:10px}.tma-nav-call{display:none}
  .tma-service-grid{grid-template-columns:repeat(2,1fr)}
  .tma-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  html{scroll-padding-top:76px}
  .tma-nav{height:72px}.tma-brand img{width:52px;height:52px}.tma-brand-text{font-size:14px}
  .tma-menu-toggle{display:flex}.tma-nav-call{display:inline-flex;padding:10px 14px}
  .tma-menu{position:absolute;left:16px;right:16px;top:78px;display:flex;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid #dbe5e2;border-radius:18px;padding:10px;box-shadow:0 24px 60px rgba(16,42,67,.18);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.3s;max-height:calc(100vh - 100px);overflow-y:auto}
  .tma-menu.tma-open{opacity:1;visibility:visible;transform:translateY(0)}
  .tma-menu a{display:block;padding:12px 13px;font-size:11px;border-radius:10px}.tma-menu a:hover{background:#eef7f5}.tma-menu a:after{display:none}
  #home{padding-top:72px;height:auto;min-height:720px}.tma-hero-inner{grid-template-columns:1fr}.tma-hero-card{display:none}.tma-hero-copy{padding:90px 0 110px;max-width:700px}
  .tma-hero-media:after{background:linear-gradient(90deg,rgba(5,25,36,.92),rgba(5,25,36,.6))}
  .tma-proof-bar{grid-template-columns:repeat(2,1fr)}.tma-proof-item:nth-child(2):after{display:none}.tma-proof-item:nth-child(-n+2){border-bottom:1px solid #e7eeec}
  .tma-about-grid,.tma-consult-grid,.tma-booking-wrap,.tma-contact-grid,.tma-collab-grid{grid-template-columns:1fr}.tma-about-grid{gap:42px}.tma-about-visual{max-width:650px;width:100%;margin:auto}
  .tma-journey-grid{grid-template-columns:repeat(2,1fr)}
  .tma-story-grid{grid-template-columns:1fr}.tma-story-media{min-height:420px;border-radius:0}.tma-story-copy{padding:60px 6%}
  .tma-booking-info{position:static}.tma-guide-grid,.tma-testimonial-grid,.tma-social-grid{grid-template-columns:repeat(2,1fr)}
  .tma-blog-grid{grid-template-columns:1fr}.tma-blog-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.tma-blog-small{min-height:260px}
}
@media(max-width:650px){
  body{padding-bottom:72px}.tma-container{width:calc(100% - 28px)}.tma-section{padding:72px 0}.tma-section-head{margin-bottom:34px}
  .tma-brand-text span{display:none}.tma-brand-text{font-size:12px}.tma-nav-actions .tma-nav-call{display:none}
  #home{min-height:680px}.tma-hero-media video{object-position:center center}.tma-hero-copy{padding:80px 0 105px}.tma-hero-copy h1{font-size:clamp(38px,12vw,54px);letter-spacing:-2px}.tma-hero-copy p{font-size:12px}.tma-hero-actions{flex-direction:column;align-items:stretch}.tma-hero-actions .tma-btn{width:100%}
  .tma-proof-bar{margin-top:-26px;border-radius:18px}.tma-proof-item{padding:20px 12px}.tma-proof-item strong{font-size:23px}.tma-proof-item span{font-size:8px}
  .tma-about-visual{min-height:470px}.tma-about-main{width:86%;height:410px}.tma-about-mini{width:58%;height:210px;border-width:7px}.tma-about-badge{width:110px;height:110px;right:2%;top:30px;border-width:6px}.tma-about-badge strong{font-size:24px}
  .tma-about-points{grid-template-columns:1fr}
  .tma-journey-grid,.tma-service-grid,.tma-guide-grid,.tma-testimonial-grid,.tma-social-grid{grid-template-columns:1fr}.tma-journey-card{height:360px}
  .tma-story-list{grid-template-columns:1fr}.tma-story-media{min-height:350px}.tma-story-copy{padding:50px 14px}
  .tma-mini-process{grid-template-columns:1fr}.tma-service-options,.tma-booking-grid{grid-template-columns:1fr}.tma-field.tma-full{grid-column:auto}.tma-booking-panel{padding:19px;border-radius:21px}.tma-booking-panel-head{flex-direction:column}
  .tma-blog-main{min-height:400px}.tma-blog-side{grid-template-columns:1fr}.tma-blog-main-content h3{font-size:21px}
  .tma-collab-points{grid-template-columns:1fr}
  .tma-contact-form{padding:20px}.tma-final-inner{flex-direction:column;text-align:center}.tma-final-inner .tma-btn{width:100%}
  .tma-footer-grid{grid-template-columns:1fr;gap:28px}.tma-footer-bottom{flex-direction:column;text-align:center;align-items:center}
  .tma-mobile-book{display:block}.tma-back-top{right:17px;bottom:86px}
  .tma-reveal-left,.tma-reveal-right,.tma-reveal-up{transform:translateY(28px)}
}
@media(max-width:390px){
  .tma-brand img{width:46px;height:46px}.tma-brand-text{font-size:11px}.tma-menu-toggle{width:41px;height:41px}
  .tma-title{font-size:30px}.tma-about-main{height:380px}.tma-about-mini{height:180px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.tma-reveal{opacity:1;transform:none;transition:none}.tma-journey-card img,.tma-guide-card img{transition:none}.tma-scroll-cue span{animation:none}
}


/* =========================================================
   2026 PREMIUM PERSONAL-CREATOR UPDATE
   - no pink/magenta UI
   - compact mobile sticky CTA
   - no stock/placeholder travel imagery
   - minimalist Travelmantra Ajay identity
   ========================================================= */
:root{
  --tma-teal:#0a8f84;
  --tma-teal-dark:#066d66;
  --tma-navy:#102a43;
  --tma-navy-2:#071a2a;
  --tma-ink:#203447;
  --tma-muted:#6d7e8d;
  --tma-cream:#f7f4ed;
  --tma-white:#ffffff;
  --tma-gold:#d8a84e;
}

/* Minimal header identity */
.tma-brand{gap:10px}
.tma-brand-logo{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;
  background:var(--tma-navy);color:#fff;position:relative;flex:0 0 auto;
  box-shadow:0 10px 28px rgba(16,42,67,.16);overflow:hidden
}
.tma-brand-logo:before{
  content:"";position:absolute;width:24px;height:24px;border:1px solid rgba(255,255,255,.35);
  border-radius:50%
}
.tma-brand-logo i{font-size:17px;position:relative;z-index:2;transform:rotate(-18deg)}
.tma-brand-copy{display:flex;flex-direction:column;line-height:1.05}
.tma-brand-name{font-size:15px;font-weight:800;letter-spacing:-.35px;color:var(--tma-navy)}
.tma-brand-name b{color:var(--tma-teal);font-weight:800}
.tma-brand-tag{font-size:8px;color:#758590;letter-spacing:1.25px;text-transform:uppercase;margin-top:5px;font-weight:700}

/* Force hamburger into the website palette — no magenta/pink */
.tma-menu-toggle{
  background:var(--tma-navy)!important;color:#fff!important;border-color:var(--tma-navy)!important;
  box-shadow:0 8px 20px rgba(16,42,67,.13)
}
.tma-menu-toggle:hover,.tma-menu-toggle:focus-visible{
  background:var(--tma-teal)!important;border-color:var(--tma-teal)!important;color:#fff!important;
  outline:none
}
body.tma-menu-open .tma-menu-toggle{background:var(--tma-teal)!important;border-color:var(--tma-teal)!important}

/* Hero is intentionally photo-free until Ajay's own media is supplied */
#home{
  background:
    radial-gradient(circle at 78% 30%,rgba(10,143,132,.28),transparent 28%),
    radial-gradient(circle at 18% 76%,rgba(216,168,78,.12),transparent 25%),
    linear-gradient(135deg,#071a2a 0%,#0d2d3d 52%,#0b5f5a 140%);
}
.tma-hero-media{background:transparent}
.tma-hero-media:after{background:linear-gradient(90deg,rgba(7,26,42,.22),rgba(7,26,42,0))}
.tma-route-art{position:absolute;inset:0;pointer-events:none;opacity:.75}
.tma-route-art:before{
  content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.10);
  border-radius:50%;right:-120px;top:90px;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018)
}
.tma-route-art:after{
  content:"";position:absolute;right:10%;top:28%;width:220px;height:120px;
  border-top:2px dashed rgba(157,229,220,.45);border-radius:50%;transform:rotate(-14deg)
}
.tma-hero-card{background:rgba(255,255,255,.09);padding:26px;border-radius:30px}
.tma-creator-signature{height:390px;border-radius:22px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;
  background:linear-gradient(160deg,rgba(255,255,255,.10),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.12);position:relative;overflow:hidden}
.tma-creator-signature:before{content:"AJ";position:absolute;right:16px;top:-12px;font-size:150px;line-height:1;font-weight:800;color:rgba(255,255,255,.055);letter-spacing:-12px}
.tma-creator-signature .tma-sign-icon{width:58px;height:58px;border-radius:18px;background:#fff;color:var(--tma-teal);display:grid;place-items:center;font-size:25px;margin-bottom:22px}
.tma-creator-signature small{font-size:9px;text-transform:uppercase;letter-spacing:1.7px;color:#9ae5dc;font-weight:700}
.tma-creator-signature strong{font-size:24px;line-height:1.25;color:#fff;margin-top:8px;max-width:260px}

/* Credibility becomes proof of approach, not unverified vanity metrics */
.tma-proof-item strong{font-size:15px;line-height:1.3}
.tma-proof-item span{font-size:9px;line-height:1.5}

/* About visual: editorial creator card, not stock photography */
.tma-about-visual{min-height:520px}
.tma-about-main{
  width:82%;height:460px;background:linear-gradient(145deg,#102a43,#0a8f84);display:flex;align-items:flex-end;
  padding:34px;color:#fff;border-radius:30px
}
.tma-about-main:before{content:"AJAY";position:absolute;top:20px;right:26px;font-size:92px;font-weight:800;letter-spacing:-7px;color:rgba(255,255,255,.07)}
.tma-about-main-copy{position:relative;z-index:2;max-width:320px}
.tma-about-main-copy small{font-size:9px;text-transform:uppercase;letter-spacing:1.8px;color:#a8e7df;font-weight:700}
.tma-about-main-copy h3{font-size:28px;line-height:1.15;margin:7px 0 8px}
.tma-about-main-copy p{font-size:11px;line-height:1.7;color:rgba(255,255,255,.76)}
.tma-about-mini{
  display:flex;align-items:flex-end;background:#fff;padding:24px;border:8px solid var(--tma-cream);height:220px;
}
.tma-about-mini blockquote{font-size:15px;line-height:1.55;color:var(--tma-navy);font-weight:700}
.tma-about-badge{background:var(--tma-gold);color:var(--tma-navy);width:118px;height:118px}
.tma-about-badge i{font-size:28px}.tma-about-badge span{display:block;margin-top:5px;font-size:8px;font-weight:800;line-height:1.45}

/* Real-journey archive */
.tma-journey-empty{
  border:1px solid #dbe7e4;border-radius:28px;background:linear-gradient(145deg,#fbfdfc,#eef8f5);
  padding:56px 28px;text-align:center;max-width:760px;margin:0 auto
}
.tma-journey-empty-icon{width:62px;height:62px;border-radius:19px;margin:0 auto 18px;background:var(--tma-navy);color:#fff;display:grid;place-items:center;font-size:25px}
.tma-journey-empty h3{font-size:21px;color:var(--tma-navy);margin-bottom:8px}
.tma-journey-empty p{font-size:12px;line-height:1.75;color:var(--tma-muted);max-width:560px;margin:auto}
.tma-journey-grid:empty{display:none}
.tma-journey-card{background:#0e293b}

/* Photo-free editorial visuals */
.tma-story-media{background:linear-gradient(145deg,#0b7e76,#102a43);display:grid;place-items:center}
.tma-story-symbol{width:min(330px,72%);aspect-ratio:1;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;position:relative}
.tma-story-symbol:before,.tma-story-symbol:after{content:"";position:absolute;border:1px dashed rgba(255,255,255,.18);border-radius:50%}
.tma-story-symbol:before{inset:30px}.tma-story-symbol:after{inset:66px}
.tma-story-symbol i{font-size:70px;color:#fff;position:relative;z-index:2}

/* Guide cards become clean note cards rather than pretend downloadable products */
.tma-guide-cover{height:150px;display:grid;place-items:center;background:linear-gradient(145deg,#eef8f5,#f8f4e8)}
.tma-guide-cover i{font-size:38px;color:var(--tma-teal)}
.tma-guide-cover span{left:14px;top:14px}
.tma-guide-body p{font-size:11px}

/* Blog/tips: editorial cards without stock photos */
.tma-blog-main,.tma-blog-small{background:linear-gradient(145deg,#102a43,#0b5f5a)}
.tma-blog-main:after,.tma-blog-small:after{display:none}
.tma-blog-main-content,.tma-blog-small-content{position:relative;left:auto;right:auto;bottom:auto;padding:34px;min-height:100%;display:flex;flex-direction:column;justify-content:flex-end}
.tma-blog-main-content:before,.tma-blog-small-content:before{content:"✦";font-size:32px;color:#9ae5dc;margin-bottom:auto}
.tma-blog-main-content small,.tma-blog-small-content small{color:#a7e4dc}

/* Hide unverified social/testimonial placeholder areas until real links/reviews are supplied */
#social[hidden],#testimonials[hidden]{display:none!important}

/* Footer minimalist logo */
.tma-footer-brand .tma-brand-logo{width:40px;height:40px;border-radius:12px;background:#fff;color:var(--tma-navy);box-shadow:none}

/* Mobile sticky CTA: compact, safe, and auto-hidden over forms/booking/footer */
.tma-mobile-book{transition:opacity .25s ease,transform .25s ease,background .25s ease}
body.tma-mobile-cta-hidden .tma-mobile-book{opacity:0;visibility:hidden;transform:translateY(14px);pointer-events:none}

@media(max-width:650px){
  body{padding-bottom:72px}
  .tma-footer{padding-bottom:96px}
  .tma-brand-logo{width:40px;height:40px;border-radius:12px}
  .tma-brand-name{font-size:12px}.tma-brand-tag{display:none}
  .tma-mobile-book{
    display:inline-flex;align-items:center;justify-content:center;gap:7px;
    left:auto;right:14px;bottom:max(10px,env(safe-area-inset-bottom));width:auto;max-width:calc(100% - 28px);
    min-height:40px;padding:9px 14px;border-radius:999px;font-size:10px;line-height:1;letter-spacing:.1px;
    box-shadow:0 12px 30px rgba(16,42,67,.22);background:var(--tma-teal)
  }
  .tma-mobile-book:hover{background:var(--tma-teal-dark)}
  .tma-back-top{right:17px;bottom:62px;width:38px;height:38px}
  .tma-about-visual{min-height:430px}.tma-about-main{height:390px;width:88%;padding:26px}.tma-about-main:before{font-size:70px}.tma-about-mini{height:176px;padding:18px}
  .tma-about-badge{width:92px;height:92px}.tma-about-badge i{font-size:22px}.tma-about-badge span{font-size:7px}
  .tma-journey-empty{padding:40px 20px;border-radius:22px}.tma-journey-empty h3{font-size:18px}
  .tma-story-symbol{width:230px}
  .tma-blog-main-content,.tma-blog-small-content{padding:24px}
}


/* LIVE 1:1 BOOKING PLUGIN INTEGRATION */
#book-call{background:linear-gradient(180deg,#ffffff 0%,#f8fbfa 100%)}
.tma-booking-flowbar{max-width:980px;margin:0 auto 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.tma-booking-flowbar>div{background:#fff;border:1px solid #e0e9e6;border-radius:18px;padding:16px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;box-shadow:0 10px 28px rgba(16,42,67,.04)}
.tma-booking-flowbar span{grid-row:1/3;width:34px;height:34px;border-radius:11px;background:#e4f5f1;color:var(--tma-teal);display:grid;place-items:center;font-size:11px;font-weight:800}
.tma-booking-flowbar strong{font-size:11px;color:var(--tma-navy);line-height:1.25}
.tma-booking-flowbar small{font-size:8px;color:var(--tma-muted);margin-top:2px}
.tma-live-booking{min-width:0;width:100%;max-width:1040px;margin:0 auto}
.tma-live-booking .tma-booking-app{margin:0;width:100%}
.tma-live-booking .tma-booking-shell{max-width:100%}
.tma-live-booking-note{max-width:980px;margin:16px auto 0;display:flex;justify-content:center;align-items:center;gap:9px;padding:12px 14px;border-radius:14px;background:#eef8f5;border:1px solid #d9ebe7;color:#5c707d;font-size:10px;line-height:1.6;text-align:center}
.tma-live-booking-note i{color:var(--tma-teal);font-size:17px;flex:none}
@media(max-width:760px){.tma-booking-flowbar{grid-template-columns:1fr 1fr}.tma-booking-flowbar>div{padding:13px}.tma-live-booking-note{align-items:flex-start;text-align:left}}
@media(max-width:430px){.tma-booking-flowbar{grid-template-columns:1fr}.tma-booking-flowbar small{font-size:9px}.tma-live-booking-note{font-size:9px}}



/* =========================================================
   REAL PHOTO + FULL RESPONSIVE REFINEMENT — AUG 24, 2026
   ========================================================= */
.tma-about-main.tma-about-photo{
  padding:0!important;
  display:block!important;
  isolation:isolate;
  background:#0d2d3d!important;
}
.tma-about-main.tma-about-photo:before{display:none!important}
.tma-about-main.tma-about-photo>img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;
  z-index:0;transition:transform .7s ease;
}
.tma-about-main.tma-about-photo:after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(to top,rgba(5,25,36,.86) 0%,rgba(5,25,36,.28) 48%,rgba(5,25,36,.08) 100%);
}
.tma-about-main.tma-about-photo:hover>img{transform:scale(1.035)}
.tma-about-main.tma-about-photo .tma-about-main-copy{
  position:absolute;z-index:2;left:32px;right:32px;bottom:30px;max-width:390px;
  text-shadow:0 2px 20px rgba(0,0,0,.28);
}

/* Real travel archive grid */
.tma-journey-grid:not(:empty){display:grid}
.tma-journey-card{min-width:0}
.tma-journey-card img{object-position:center}
.tma-journey-content{max-width:calc(100% - 44px)}
.tma-journey-content h3,.tma-journey-content p{overflow-wrap:anywhere}

/* Prevent long contact text / plugin content from creating horizontal scroll */
.tma-contact-grid,.tma-booking-wrap,.tma-live-booking,.tma-live-booking *{min-width:0}
.tma-contact-item,.tma-contact-item>div{min-width:0}
.tma-contact-item a,.tma-footer a{overflow-wrap:anywhere;word-break:break-word}
iframe,embed,object{max-width:100%}

@media(max-width:1100px){
  .tma-container{width:min(100% - 34px,1120px)}
  .tma-section{padding:82px 0}
  .tma-about-grid{gap:50px}
  .tma-story-copy{padding:58px 6%}
  .tma-service-grid{gap:15px}
}

@media(max-width:900px){
  body{overflow-x:hidden}
  .tma-header{width:100%}
  .tma-container{width:calc(100% - 30px)}
  .tma-nav{gap:10px}
  .tma-menu{left:15px;right:15px;width:auto}
  .tma-hero-inner{display:block}
  .tma-hero-copy{max-width:720px;padding:84px 0 96px}
  .tma-proof-bar{max-width:720px;margin-left:auto;margin-right:auto}
  .tma-about-grid,.tma-consult-grid,.tma-booking-wrap,.tma-contact-grid,.tma-collab-grid{gap:36px}
  .tma-about-visual{min-height:540px;max-width:700px}
  .tma-about-main{width:82%;height:490px}
  .tma-about-mini{width:50%;height:210px}
  .tma-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .tma-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tma-guide-grid,.tma-social-grid,.tma-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tma-blog-side{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tma-booking-flowbar{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){
  html{scroll-padding-top:72px}
  body{font-size:15px;padding-bottom:68px}
  .tma-container{width:calc(100% - 24px)}
  .tma-section{padding:62px 0}
  .tma-section-head{margin-bottom:30px}
  .tma-title{font-size:clamp(28px,9vw,38px);line-height:1.12;letter-spacing:-1px}
  .tma-lead{font-size:13px;line-height:1.75}
  .tma-kicker{font-size:10px;letter-spacing:1.5px}
  .tma-btn{min-height:46px;padding:12px 18px;font-size:12px}

  .tma-nav{height:68px}
  .tma-brand-logo{width:38px;height:38px}
  .tma-brand-name{font-size:11px}
  .tma-menu-toggle{width:40px;height:40px;border-radius:12px;font-size:20px}
  .tma-menu{top:72px;left:12px;right:12px;max-height:calc(100dvh - 88px);padding:8px}
  .tma-menu a{padding:13px 12px;font-size:12px}

  #home{padding-top:68px;min-height:650px;height:auto}
  .tma-hero-copy{padding:72px 0 92px}
  .tma-hero-copy h1{font-size:clamp(36px,12vw,52px);line-height:1.01;letter-spacing:-1.8px}
  .tma-hero-copy p{font-size:12px;line-height:1.75;margin:18px 0 24px}
  .tma-hero-note{font-size:10px;align-items:flex-start;line-height:1.55}
  .tma-scroll-cue{display:none}

  .tma-proof-bar{grid-template-columns:1fr 1fr;margin-top:-24px;border-radius:18px}
  .tma-proof-item{padding:18px 8px}
  .tma-proof-item strong{font-size:13px}
  .tma-proof-item span{font-size:8px}

  .tma-about-grid{gap:30px}
  .tma-about-visual{min-height:430px;width:100%}
  .tma-about-main{left:0;width:92%;height:390px;border-radius:22px}
  .tma-about-main.tma-about-photo .tma-about-main-copy{left:22px;right:22px;bottom:22px}
  .tma-about-main-copy h3{font-size:23px}
  .tma-about-main-copy p{font-size:10px;line-height:1.65}
  .tma-about-mini{right:0;width:58%;height:155px;border-width:6px;border-radius:20px;padding:16px}
  .tma-about-mini blockquote{font-size:12px}
  .tma-about-badge{right:2%;top:22px;width:82px;height:82px;border-width:5px}
  .tma-about-badge i{font-size:20px}
  .tma-about-copy p{font-size:13px;line-height:1.8}
  .tma-about-points{grid-template-columns:1fr;gap:10px;margin:20px 0 24px}

  .tma-journey-grid{grid-template-columns:1fr;gap:14px}
  .tma-journey-card{height:auto;aspect-ratio:4/5;border-radius:20px}
  .tma-journey-content{left:18px;right:18px;bottom:17px;max-width:none}
  .tma-journey-content h3{font-size:18px}
  .tma-journey-content p{font-size:10px}

  .tma-story-grid{display:block}
  .tma-story-media{min-height:310px;border-radius:0}
  .tma-story-copy{padding:44px 12px}
  .tma-story-list{grid-template-columns:1fr}

  .tma-service-grid,.tma-guide-grid,.tma-social-grid,.tma-testimonial-grid{grid-template-columns:1fr;gap:14px}
  .tma-service-card{min-height:auto;padding:23px 20px}
  .tma-service-card h3{font-size:16px}
  .tma-service-card p{font-size:11px}
  .tma-mini-process{grid-template-columns:1fr}

  .tma-booking-flowbar{grid-template-columns:1fr;gap:8px}
  .tma-booking-flowbar>div{padding:12px;border-radius:14px}
  .tma-booking-panel{padding:16px;border-radius:18px}
  .tma-booking-panel-head{flex-direction:column;gap:8px}
  .tma-service-options,.tma-booking-grid{grid-template-columns:1fr}
  .tma-field.tma-full{grid-column:auto}
  .tma-field input,.tma-field select,.tma-field textarea{font-size:16px}
  .tma-field input,.tma-field select{height:48px}
  .tma-field textarea{min-height:110px;height:auto}
  .tma-live-booking{overflow:visible}
  .tma-live-booking .tma-booking-app,.tma-live-booking .tma-booking-shell{max-width:100%!important;width:100%!important}

  .tma-blog-grid{grid-template-columns:1fr;gap:14px}
  .tma-blog-main{min-height:360px}
  .tma-blog-side{grid-template-columns:1fr;gap:14px}
  .tma-blog-small{min-height:220px}
  .tma-blog-main-content,.tma-blog-small-content{padding:22px}
  .tma-blog-main-content h3{font-size:20px}

  .tma-contact-form{padding:18px;border-radius:20px}
  .tma-contact-list{gap:10px}
  .tma-contact-item{align-items:flex-start}
  .tma-contact-item a{font-size:11px;line-height:1.55}

  .tma-final-inner{flex-direction:column;text-align:center;gap:18px}
  .tma-final-inner .tma-btn{width:100%}
  .tma-footer{padding-bottom:90px}
  .tma-footer-grid{grid-template-columns:1fr;gap:26px}
  .tma-footer-bottom{flex-direction:column;align-items:center;text-align:center}
}

@media(max-width:420px){
  .tma-container{width:calc(100% - 20px)}
  .tma-section{padding:56px 0}
  .tma-title{font-size:29px}
  .tma-brand-copy{max-width:145px}
  .tma-about-visual{min-height:400px}
  .tma-about-main{height:360px;width:94%}
  .tma-about-mini{height:140px;width:62%;bottom:0}
  .tma-about-badge{width:74px;height:74px;right:0}
  .tma-journey-card{aspect-ratio:3/4}
  .tma-mobile-book{right:10px;bottom:max(8px,env(safe-area-inset-bottom));max-width:calc(100% - 20px)}
  .tma-back-top{right:12px}
}


/* =========================================================
   HEADER + FOOTER REAL LOGO UPDATE
   ========================================================= */
.tma-site-logo{
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  padding:3px;
  flex:0 0 auto;
  box-shadow:0 8px 22px rgba(16,42,67,.10);
}
.tma-footer-logo{
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  padding:3px;
  flex:0 0 auto;
}

@media(max-width:900px){
  .tma-site-logo{width:50px;height:50px}
  .tma-footer-logo{width:52px;height:52px}
}
@media(max-width:700px){
  .tma-site-logo{width:44px;height:44px;padding:2px}
  .tma-footer-logo{width:48px;height:48px;padding:2px}
}
@media(max-width:420px){
  .tma-site-logo{width:42px;height:42px}
  .tma-footer-logo{width:46px;height:46px}
}


/* =========================================================
   AFFILIATE LINK SUPPORT
   ========================================================= */
#affiliate-deals{background:linear-gradient(180deg,#f7fbfa 0%,#fff 100%)}
.tma-affiliate-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.tma-affiliate-card{background:#fff;border:1px solid var(--tma-border);border-radius:22px;padding:24px;min-height:260px;display:flex;flex-direction:column;box-shadow:0 14px 38px rgba(16,42,67,.06);transition:.35s ease}
.tma-affiliate-card:hover{transform:translateY(-6px);box-shadow:var(--tma-shadow)}
.tma-affiliate-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#e7f5f2;color:var(--tma-teal);font-size:23px;margin-bottom:18px}
.tma-affiliate-card h3{color:var(--tma-navy);font-size:17px;margin-bottom:8px}
.tma-affiliate-card p{color:var(--tma-muted);font-size:10px;line-height:1.75;flex:1}
.tma-affiliate-card .tma-affiliate-btn{margin-top:18px;width:100%}
.tma-affiliate-card .tma-affiliate-btn[aria-disabled="true"]{opacity:.55;pointer-events:none;filter:grayscale(.15)}
.tma-affiliate-disclosure{margin-top:22px;padding:13px 15px;border:1px dashed #bdd3cf;border-radius:14px;background:#fff;color:#6f808c;font-size:9px;line-height:1.65;text-align:center}
@media(max-width:1000px){.tma-affiliate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.tma-affiliate-grid{grid-template-columns:1fr}.tma-affiliate-card{min-height:auto;padding:21px}}


/* =========================================================
   HERO BANNER — MINIMAL TEXT + AJAY PHOTO UPDATE
   ========================================================= */
#home{
  min-height:760px;
  height:auto;
  display:flex;
  align-items:center;
  color:#fff;
  padding-top:82px;
  background:
    radial-gradient(circle at 76% 28%,rgba(10,143,132,.16),transparent 28%),
    linear-gradient(135deg,#071a2a 0%,#0b2e40 52%,#0a5d5a 120%);
}
.tma-hero-minimal-layout{
  grid-template-columns: .92fr .68fr;
  gap:42px;
  align-items:center;
  min-height:680px;
  padding:38px 0 54px;
}
.tma-hero-banner-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 22%;
}
#home .tma-hero-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,25,36,.82) 0%,rgba(5,25,36,.72) 34%,rgba(5,25,36,.44) 66%,rgba(5,25,36,.34) 100%);
  z-index:1;
}
#home .tma-route-art{z-index:2;opacity:.34}
.tma-hero-minimal-copy{
  max-width:560px;
  position:relative;
  z-index:4;
}
.tma-hero-minimal-copy .tma-kicker{
  margin-bottom:14px;
}
.tma-hero-minimal-copy h1{
  font-size:clamp(34px,5.3vw,64px);
  line-height:1.02;
  letter-spacing:-2px;
  font-weight:800;
  color:#fff;
  max-width:540px;
}
.tma-hero-minimal-copy h1 span{color:#9ae5dc}
.tma-hero-minimal-copy p{
  max-width:520px;
  margin:16px 0 24px;
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:1.75;
}
.tma-hero-photo-card{
  display:block;
  justify-self:end;
  width:min(360px,100%);
  padding:16px;
  border-radius:28px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(14px);
  box-shadow:0 26px 70px rgba(0,0,0,.24);
  position:relative;
  z-index:4;
}
.tma-hero-photo-card .tma-hero-card-media{
  height:470px;
  border-radius:22px;
  overflow:hidden;
  position:relative;
}
.tma-hero-photo-card .tma-hero-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.tma-hero-photo-card .tma-hero-card-media:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:48%;
  background:linear-gradient(to top,rgba(4,22,31,.92),transparent);
}
.tma-hero-photo-card .tma-hero-card-label{
  position:absolute;
  left:34px;
  right:34px;
  bottom:28px;
  z-index:2;
}
.tma-hero-photo-card .tma-hero-card-label small{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:1.7px;
  color:#a7e4dc;
}
.tma-hero-photo-card .tma-hero-card-label strong{
  display:block;
  margin-top:6px;
  font-size:22px;
  color:#fff;
  line-height:1.2;
}
@media(max-width:900px){
  #home{padding-top:72px;min-height:auto}
  .tma-hero-minimal-layout{
    grid-template-columns:1fr;
    min-height:auto;
    gap:24px;
    padding:24px 0 48px;
  }
  .tma-hero-photo-card{
    display:block;
    width:min(100%,420px);
    justify-self:center;
    order:1;
  }
  .tma-hero-minimal-copy{
    order:2;
    max-width:100%;
    text-align:left;
  }
  .tma-hero-minimal-copy h1{
    font-size:clamp(30px,8vw,46px);
    max-width:100%;
  }
  .tma-hero-minimal-copy p{
    margin:12px 0 20px;
    font-size:14px;
  }
  #home .tma-hero-media:after{
    background:linear-gradient(180deg,rgba(5,25,36,.42) 0%,rgba(5,25,36,.70) 48%,rgba(5,25,36,.88) 100%);
  }
}
@media(max-width:650px){
  #home{padding-top:68px}
  .tma-hero-minimal-layout{padding:18px 0 40px}
  .tma-hero-photo-card{
    width:100%;
    max-width:340px;
    padding:12px;
    border-radius:22px;
  }
  .tma-hero-photo-card .tma-hero-card-media{height:320px;border-radius:18px}
  .tma-hero-photo-card .tma-hero-card-label{left:24px;right:24px;bottom:20px}
  .tma-hero-photo-card .tma-hero-card-label strong{font-size:18px}
  .tma-hero-minimal-copy .tma-kicker{font-size:10px;letter-spacing:1.5px}
  .tma-hero-minimal-copy h1{
    font-size:clamp(28px,9vw,38px);
    line-height:1.08;
    letter-spacing:-1.2px;
  }
  .tma-hero-minimal-copy p{
    font-size:12px;
    line-height:1.7;
  }
  .tma-hero-actions{flex-direction:column;align-items:stretch}
  .tma-hero-actions .tma-btn{width:100%}
}


/* =========================================================
   HERO BACKGROUND IMAGE REMOVED
   Photo remains only in the hero profile card.
   ========================================================= */
#home{
  background:
    radial-gradient(circle at 78% 28%,rgba(10,143,132,.24),transparent 30%),
    radial-gradient(circle at 18% 78%,rgba(216,168,78,.10),transparent 28%),
    linear-gradient(135deg,#071a2a 0%,#0c3040 52%,#0b625d 125%)!important;
}
#home .tma-hero-media{
  background:transparent!important;
}
#home .tma-hero-media:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(120deg,rgba(255,255,255,.02),transparent 38%),
    radial-gradient(circle at 74% 34%,rgba(154,229,220,.07),transparent 24%)!important;
}
.tma-hero-banner-photo{
  display:none!important;
}
#home .tma-route-art{
  opacity:.55;
}

@media(max-width:900px){
  #home .tma-hero-media:after{
    background:
      radial-gradient(circle at 72% 24%,rgba(154,229,220,.08),transparent 28%),
      linear-gradient(180deg,rgba(255,255,255,.015),transparent)!important;
  }
}


/* =========================================================
   MY JOURNEYS — CLICKABLE CARDS + DETAILS POPUP
   ========================================================= */
.tma-journey-card{
  cursor:pointer;
  outline:none;
}
.tma-journey-card:focus-visible{
  box-shadow:0 0 0 4px rgba(10,143,132,.22),0 18px 50px rgba(16,42,67,.14);
}
.tma-journey-card .tma-journey-open{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:9px;
  font-size:9px;
  font-weight:800;
  color:#baf0e9;
  text-transform:uppercase;
  letter-spacing:.8px;
}
.tma-journey-card .tma-journey-open i{font-size:12px}

body.tma-journey-modal-open{overflow:hidden}

.tma-journey-modal{
  position:fixed;
  inset:0;
  z-index:7000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(4,18,29,.78);
  backdrop-filter:blur(10px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease,visibility .28s ease;
}
.tma-journey-modal.tma-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.tma-journey-modal-dialog{
  width:min(1040px,100%);
  max-height:min(88vh,860px);
  overflow:hidden;
  background:#fff;
  border-radius:28px;
  box-shadow:0 30px 100px rgba(0,0,0,.34);
  position:relative;
  transform:translateY(18px) scale(.985);
  transition:transform .3s ease;
}
.tma-journey-modal.tma-open .tma-journey-modal-dialog{
  transform:translateY(0) scale(1);
}
.tma-journey-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:8;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(7,26,42,.84);
  color:#fff;
  font-size:21px;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  transition:.25s ease;
}
.tma-journey-modal-close:hover{
  background:var(--tma-teal);
  transform:rotate(5deg);
}
.tma-journey-modal-scroll{
  max-height:min(88vh,860px);
  overflow:auto;
  overscroll-behavior:contain;
}
.tma-journey-modal-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  min-height:600px;
}
.tma-journey-modal-gallery{
  padding:18px;
  background:#071a2a;
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:0;
}
.tma-journey-main-photo{
  min-height:500px;
  border-radius:20px;
  overflow:hidden;
  background:#0e293b;
  position:relative;
}
.tma-journey-main-photo img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  object-position:center;
  transition:opacity .2s ease,transform .35s ease;
}
.tma-journey-main-photo:hover img{transform:scale(1.015)}
.tma-journey-thumbs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.tma-journey-thumb{
  padding:0;
  border:2px solid transparent;
  border-radius:12px;
  overflow:hidden;
  background:#102a43;
  aspect-ratio:4/3;
  opacity:.72;
  transition:.25s ease;
}
.tma-journey-thumb:hover,
.tma-journey-thumb.tma-active{
  opacity:1;
  border-color:#9ae5dc;
  transform:translateY(-2px);
}
.tma-journey-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.tma-journey-modal-copy{
  padding:52px 40px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.tma-journey-modal-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  padding:8px 11px;
  background:#e7f5f2;
  color:var(--tma-teal);
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:16px;
}
.tma-journey-modal-copy h2{
  color:var(--tma-navy);
  font-size:clamp(28px,4vw,46px);
  line-height:1.12;
  letter-spacing:-1.2px;
  margin-bottom:10px;
}
.tma-journey-country-row{
  display:flex;
  align-items:center;
  gap:9px;
  color:#536775;
  font-size:11px;
  font-weight:700;
  margin-bottom:22px;
}
.tma-journey-country-row i{
  width:32px;height:32px;
  border-radius:10px;
  display:grid;place-items:center;
  background:#eef7f5;
  color:var(--tma-teal);
  font-size:15px;
  flex:0 0 auto;
}
.tma-journey-modal-description{
  color:var(--tma-muted);
  font-size:13px;
  line-height:1.9;
  margin-bottom:24px;
}
.tma-journey-modal-note{
  border-left:3px solid var(--tma-gold);
  background:#f8f6ef;
  border-radius:0 13px 13px 0;
  padding:13px 15px;
  color:#667885;
  font-size:10px;
  line-height:1.7;
  margin-bottom:24px;
}
.tma-journey-modal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.tma-journey-modal-actions .tma-btn{min-width:150px}

@media(max-width:900px){
  .tma-journey-modal{padding:14px}
  .tma-journey-modal-dialog{max-height:92vh;border-radius:22px}
  .tma-journey-modal-scroll{max-height:92vh}
  .tma-journey-modal-grid{grid-template-columns:1fr;min-height:0}
  .tma-journey-modal-gallery{padding:12px}
  .tma-journey-main-photo{min-height:370px}
  .tma-journey-main-photo img{min-height:370px}
  .tma-journey-modal-copy{padding:30px 24px 32px}
}
@media(max-width:650px){
  .tma-journey-modal{
    padding:8px;
    align-items:flex-end;
  }
  .tma-journey-modal-dialog{
    width:100%;
    max-height:94dvh;
    border-radius:24px 24px 16px 16px;
  }
  .tma-journey-modal-scroll{max-height:94dvh}
  .tma-journey-modal-close{
    width:40px;height:40px;
    top:12px;right:12px;
  }
  .tma-journey-modal-gallery{padding:9px}
  .tma-journey-main-photo,
  .tma-journey-main-photo img{
    min-height:310px;
    height:310px;
  }
  .tma-journey-main-photo{border-radius:16px}
  .tma-journey-thumbs{grid-template-columns:repeat(4,1fr);gap:6px}
  .tma-journey-thumb{border-radius:9px}
  .tma-journey-modal-copy{padding:25px 18px 28px}
  .tma-journey-modal-copy h2{font-size:27px}
  .tma-journey-modal-description{font-size:12px;line-height:1.8}
  .tma-journey-modal-actions{flex-direction:column}
  .tma-journey-modal-actions .tma-btn{width:100%}
}


/* JOURNEY POPUP CLICK FIX */
.tma-journey-card{
  cursor:pointer!important;
  pointer-events:auto!important;
  touch-action:manipulation;
}
.tma-journey-card img,
.tma-journey-card .tma-journey-content{
  pointer-events:none;
}
.tma-journey-modal{
  pointer-events:none;
}
.tma-journey-modal.tma-open{
  pointer-events:auto;
}


/* =========================================================
   BLOG PLUGIN SHORTCODE INTEGRATION
   ========================================================= */
.tma-blog-shortcode-slot{
  position:relative;
  width:100%;
  overflow:hidden;
  scroll-margin-top:90px;
}
.tma-blog-shortcode-slot .tmawp-blog{
  margin:0;
}
@media(max-width:700px){
  .tma-blog-shortcode-slot{scroll-margin-top:72px}
}

/* =========================================================
   DYNAMIC SITE PLUGIN — EXTRA SAFETY
   ========================================================= */
.tma-dynamic-site{position:relative;width:100%;overflow-x:hidden;font-family:'Poppins',sans-serif}
.tma-dynamic-site *{box-sizing:border-box}
.tma-dynamic-site .tma-dyn-hidden{display:none!important}
.tma-dynamic-site .tma-dyn-inline-shortcode{width:100%;min-width:0}
.tma-dynamic-site .tma-dyn-admin-missing{
  width:min(900px,calc(100% - 30px));margin:30px auto;padding:18px;border:1px dashed #c7d6d2;
  border-radius:14px;background:#fff8e8;color:#6c5a2b;font-size:12px;line-height:1.7
}
.tma-dynamic-site .tma-journey-card{cursor:pointer}
.tma-dynamic-site .tma-journey-card .tma-journey-open{display:inline-flex;align-items:center;gap:6px;margin-top:9px;font-size:9px;font-weight:800;color:#baf0e9;text-transform:uppercase;letter-spacing:.8px}
.tma-dynamic-site .tma-dyn-contact-form select{appearance:auto}
.tma-dynamic-site .tma-dyn-shortcode-slot{width:100%;min-width:0}
.tma-dynamic-site .tma-dyn-shortcode-slot>*{max-width:100%}

/* =========================================================
   v1.1.0 - TRAVEL ITINERARY + RAZORPAY
   ========================================================= */
#travel-itinerary{background:linear-gradient(180deg,#f7fbfa 0%,#fff 100%);position:relative}
.tma-anchor-alias{position:absolute;top:-95px;left:0;width:1px;height:1px;pointer-events:none}
.tma-itinerary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.tma-itinerary-card{background:#fff;border:1px solid var(--tma-border);border-radius:24px;overflow:hidden;box-shadow:0 16px 44px rgba(16,42,67,.07);transition:transform .35s ease,box-shadow .35s ease;display:flex;flex-direction:column;min-width:0}
.tma-itinerary-card:hover{transform:translateY(-7px);box-shadow:var(--tma-shadow)}
.tma-itinerary-image{height:235px;position:relative;overflow:hidden;background:linear-gradient(135deg,#e5f5f2,#f5efe2)}
.tma-itinerary-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}
.tma-itinerary-card:hover .tma-itinerary-image img{transform:scale(1.055)}
.tma-itinerary-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:var(--tma-teal);font-weight:700;font-size:11px}
.tma-itinerary-placeholder i{font-size:34px}
.tma-itinerary-country{position:absolute;left:15px;top:15px;background:rgba(16,42,67,.88);color:#fff;border-radius:999px;padding:8px 12px;font-size:9px;font-weight:800;letter-spacing:.2px;box-shadow:0 8px 20px rgba(16,42,67,.18)}
.tma-itinerary-body{padding:22px;display:flex;flex-direction:column;flex:1}
.tma-itinerary-body h3{font-size:18px;line-height:1.35;color:var(--tma-navy);margin:0 0 9px}
.tma-itinerary-body>p{font-size:10px;line-height:1.8;color:var(--tma-muted);margin:0 0 20px;flex:1}
.tma-itinerary-buy-row{display:flex;gap:14px;align-items:center;justify-content:space-between;border-top:1px solid #edf2f0;padding-top:17px}
.tma-itinerary-price{min-width:0}
.tma-itinerary-price small{display:block;color:#8998a3;font-size:8px;text-transform:uppercase;letter-spacing:.7px;margin-bottom:2px}
.tma-itinerary-price strong{display:block;color:var(--tma-navy);font-size:15px;white-space:nowrap}
.tma-itinerary-buy{min-width:125px;justify-content:center;border:0;cursor:pointer}
.tma-itinerary-buy:disabled{opacity:.72;cursor:wait}
.tma-itinerary-secure-note{margin-top:22px;padding:13px 15px;border:1px dashed #bdd3cf;border-radius:14px;background:#fff;color:#6f808c;font-size:9px;line-height:1.65;text-align:center}
.tma-itinerary-secure-note i{color:var(--tma-teal);margin-right:5px}

@media(max-width:1000px){
  .tma-itinerary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .tma-itinerary-grid{grid-template-columns:1fr;gap:15px}
  .tma-itinerary-image{height:220px}
  .tma-itinerary-body{padding:19px}
  .tma-itinerary-buy-row{align-items:flex-end}
  .tma-itinerary-buy{min-width:120px}
}
@media(max-width:390px){
  .tma-itinerary-buy-row{display:grid;grid-template-columns:1fr}
  .tma-itinerary-buy{width:100%}
}
