/*
Theme Name: Travel Yatra Theme Pro
Theme URI: https://example.com/travel-yatra-theme
Author: ChatGPT for Abhishek Das
Description: Vibrant travel agency WordPress theme designed for tour packages, cab tariff, quote forms, WhatsApp booking and travel blog. Requires Travel Yatra Core Pro plugin.
Version: 1.0.7
Text Domain: travel-yatra-theme
*/
:root{
  --tyt-primary:#00a7c8;
  --tyt-secondary:#2563eb;
  --tyt-accent:#ff7a00;
  --tyt-sun:#ffc400;
  --tyt-green:#18b875;
  --tyt-dark:#06283d;
  --tyt-muted:#607284;
  --tyt-border:#dceef6;
  --tyt-bg:#f7fcff;
  --tyt-card:#ffffff;
  --tyt-shadow:0 18px 45px rgba(6,40,61,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--tyt-dark);background:linear-gradient(180deg,#f7fcff 0,#fff 220px)}
a{color:var(--tyt-secondary)}
img{max-width:100%;height:auto}.tyt-container{max-width:1200px;margin:0 auto;padding:0 18px}
.tyt-topbar{background:linear-gradient(90deg,#06283d 0%,#005f73 45%,#00a7c8 100%);color:#fff;font-size:14px;box-shadow:0 6px 24px rgba(0,95,115,.18)}
.tyt-topbar-inner{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:9px 18px}.tyt-topbar a{color:#fff;text-decoration:none;font-weight:700}.tyt-topbar-left,.tyt-topbar-right{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.tyt-pay{background:linear-gradient(135deg,var(--tyt-sun),var(--tyt-accent));color:#111!important;padding:8px 13px;border-radius:999px;font-weight:900;box-shadow:0 8px 18px rgba(255,122,0,.28)}
.tyt-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 12px 34px rgba(6,40,61,.08);border-bottom:1px solid rgba(0,167,200,.14)}
.tyt-header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:82px}.tyt-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.tyt-logo-mark{width:54px;height:54px;border-radius:20px;background:linear-gradient(135deg,var(--tyt-primary),var(--tyt-green) 55%,var(--tyt-sun));display:grid;place-items:center;color:#fff;font-weight:900;font-size:25px;box-shadow:0 14px 30px rgba(0,167,200,.28)}.tyt-logo-text strong{display:block;font-size:22px;color:var(--tyt-dark);line-height:1}.tyt-logo-text span{display:block;color:var(--tyt-muted);font-size:12px;font-weight:700}.tyt-nav{display:flex;align-items:center}.tyt-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}.tyt-nav li{position:relative}.tyt-nav a{display:block;padding:14px 13px;text-decoration:none;color:var(--tyt-dark);font-weight:900;border-radius:14px;transition:.18s ease}.tyt-nav a:hover{background:linear-gradient(135deg,rgba(0,167,200,.12),rgba(255,196,0,.18));color:#006d8f;transform:translateY(-1px)}.tyt-nav .sub-menu{position:absolute;left:0;top:100%;min-width:270px;background:#fff;border:1px solid var(--tyt-border);border-radius:20px;box-shadow:0 24px 70px rgba(6,40,61,.16);padding:10px;display:none}.tyt-nav li:hover>.sub-menu{display:block}.tyt-nav .sub-menu a{white-space:nowrap;padding:10px 12px}.tyt-mobile-toggle{display:none;border:0;background:linear-gradient(135deg,var(--tyt-primary),var(--tyt-secondary));color:#fff;border-radius:14px;padding:11px 14px;font-weight:900;box-shadow:0 8px 18px rgba(37,99,235,.22)}

/* Urban-style mega menu */
.tyt-nav li.tyt-mega{position:static}
.tyt-nav li.tyt-mega>.sub-menu{left:50%;transform:translateX(-50%);width:min(1120px,calc(100vw - 32px));min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:18px;border-radius:24px}
.tyt-nav li.tyt-mega:hover>.sub-menu{display:grid}
.tyt-nav li.tyt-mega>.sub-menu>li>a{font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:#f97316;background:linear-gradient(135deg,rgba(255,122,0,.12),rgba(255,196,0,.18));border-radius:14px;margin-bottom:6px}
.tyt-nav li.tyt-mega>.sub-menu>li>.sub-menu{position:static;display:block;min-width:0;box-shadow:none;border:0;border-radius:0;background:transparent;padding:0}
.tyt-nav li.tyt-mega>.sub-menu>li>.sub-menu a{white-space:normal;font-size:13px;font-weight:800;padding:8px 10px;border-radius:12px;color:#123}
.tyt-nav li.tyt-mega>.sub-menu>li>.sub-menu a:hover{background:linear-gradient(135deg,rgba(0,167,200,.10),rgba(24,184,117,.12));color:#006d8f;transform:none}
.tyt-nav li.tyt-mega>.sub-menu>li>.sub-menu:before{display:none}
.tyt-main{min-height:55vh}.tyt-page-header{background:radial-gradient(circle at 15% 20%,rgba(255,196,0,.38),transparent 28%),linear-gradient(135deg,#00a7c8 0%,#2563eb 52%,#06283d 100%);color:#fff;padding:78px 0;text-align:center;position:relative;overflow:hidden}.tyt-page-header:after{content:"";position:absolute;right:-90px;bottom:-120px;width:330px;height:330px;border-radius:50%;background:rgba(255,255,255,.16)}.tyt-page-header h1{font-size:clamp(32px,4vw,60px);margin:0;color:#fff;position:relative;z-index:1;text-shadow:0 10px 28px rgba(6,40,61,.22)}
.tyt-content{padding:56px 0}.tyt-content .tyt-container>h1:first-child{display:none}.tyt-footer{background:radial-gradient(circle at 85% 0%,rgba(0,167,200,.25),transparent 28%),linear-gradient(135deg,#06283d,#024663);color:#dff7ff}.tyt-footer a{color:#fff;text-decoration:none}.tyt-footer a:hover{color:var(--tyt-sun)}.tyt-footer-top{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:30px;padding:55px 18px}.tyt-footer h3{color:#fff;margin-top:0}.tyt-footer ul{list-style:none;margin:0;padding:0}.tyt-footer li{margin:9px 0}.tyt-footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:18px;text-align:center;color:#b9d8e5}
.tyt-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tyt-post-card{border:1px solid var(--tyt-border);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(0,167,200,.08);transition:.22s ease}.tyt-post-card:hover{transform:translateY(-5px);box-shadow:var(--tyt-shadow)}.tyt-post-card a{text-decoration:none;color:inherit}.tyt-post-card-body{padding:20px}.tyt-post-card h2{font-size:22px;margin:0 0 12px}.tyt-post-thumb{height:220px;background:linear-gradient(135deg,var(--tyt-primary),var(--tyt-secondary) 55%,var(--tyt-accent));display:grid;place-items:center;color:#fff;font-weight:900}.tyt-single-content{max-width:900px;margin:0 auto;font-size:17px;line-height:1.75}.tyt-single-content h2{margin-top:36px}.tyt-required-plugin{max-width:900px;margin:50px auto;padding:22px;border:1px solid #ffd2d2;background:#fff5f5;border-radius:18px;color:#9b1c1c}.screen-reader-text{position:absolute;left:-10000px}
@media(max-width:920px){.tyt-mobile-toggle{display:block}.tyt-header-inner{min-height:72px}.tyt-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-top:1px solid var(--tyt-border);box-shadow:0 18px 34px rgba(6,40,61,.1)}.tyt-nav.open{display:block}.tyt-nav ul{display:block;padding:12px}.tyt-nav .sub-menu{position:static;display:block;box-shadow:none;border:0;background:#eefaff;margin:0 0 10px 14px}.tyt-topbar-inner{display:block}.tyt-topbar-left,.tyt-topbar-right{margin:4px 0}.tyt-footer-top{grid-template-columns:1fr 1fr}.tyt-post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.tyt-container{padding:0 14px}.tyt-logo-text strong{font-size:18px}.tyt-logo-text span{display:none}.tyt-footer-top,.tyt-post-grid{grid-template-columns:1fr}.tyt-page-header{padding:52px 0}.tyt-content{padding:36px 0}.tyt-topbar-left,.tyt-topbar-right{gap:10px}}

@media(max-width:920px){.tyt-nav li.tyt-mega>.sub-menu{width:auto;display:block;transform:none}.tyt-nav li.tyt-mega:hover>.sub-menu{display:block}.tyt-nav li.tyt-mega>.sub-menu>li>a{margin-top:8px}.tyt-nav li.tyt-mega>.sub-menu>li>.sub-menu{margin-left:12px;background:#fff;border-radius:14px;padding:6px}}

/* Global Yatra bundled logo update: header + footer */
.tyt-brand-image{display:flex;align-items:center;min-width:260px;line-height:0}
.tyt-header-logo-img{display:block;width:min(360px,36vw);max-width:100%;height:auto;max-height:88px;object-fit:contain}
.tyt-site-header .custom-logo-link{display:none}
.tyt-header-inner{min-height:96px}
.tyt-footer-brand-block{min-width:0}
.tyt-footer-logo-link{display:inline-flex;align-items:center;line-height:0;margin-bottom:14px;text-decoration:none}
.tyt-footer-logo-img{display:block;width:min(380px,100%);height:auto;max-height:100px;object-fit:contain;background:transparent!important;border-radius:0!important;box-shadow:none!important;filter:none!important}
.tyt-footer-tagline{margin-top:6px;font-weight:800;color:#ffffff}
@media(max-width:1100px){.tyt-header-logo-img{width:300px}.tyt-brand-image{min-width:220px}.tyt-nav a{padding:12px 9px;font-size:14px}}
@media(max-width:920px){.tyt-header-logo-img{width:270px;max-height:76px}.tyt-brand-image{min-width:0}.tyt-header-inner{min-height:82px}.tyt-nav{top:82px}}
@media(max-width:640px){.tyt-header-logo-img{width:218px;max-height:64px}.tyt-footer-logo-img{width:300px;max-height:82px}}

/* v1.0.4: footer logo uses a transparent PNG without black rectangle/background. */
.tyt-footer-logo-link,.tyt-footer-brand-block .tyt-footer-logo-img{background:transparent!important;}


/* v1.0.5: deep forest silhouette footer redesign */
.tyt-footer{position:relative;margin-top:120px;background:linear-gradient(180deg,#102a56 0%,#0c2348 42%,#091936 100%);color:#eef7ff;overflow:visible}
.tyt-footer::before{content:"";position:absolute;left:0;right:0;top:-126px;height:170px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath fill='%230b2045' d='M0 180V116c23 2 45 1 66-6 22-7 42-20 58-35 17-16 33-18 52-10 12 5 24-1 34-11 15-16 33-26 53-20 23 7 37-4 50-24 15-22 34-30 56-18 15 8 28 24 41 36 11 10 25 15 39 8 15-7 26-24 38-37 16-18 37-24 57-11 16 10 27 28 40 40 12 11 27 16 42 7 16-10 28-31 44-41 18-11 39-11 57 1 17 10 30 28 44 41 12 10 26 14 40 8 16-8 29-24 42-38 15-16 34-24 55-17 16 5 28 20 42 30 16 11 34 14 50 2 14-10 24-28 38-40 17-16 39-22 60-12 18 8 31 24 46 35 13 10 29 16 45 10 15-6 27-21 39-33 15-16 34-24 55-20 23 4 38 19 54 35 14 14 32 22 52 19 18-3 33-15 46-27 14-12 30-18 48-12 18 7 30 22 44 34 16 14 35 22 56 23v77H0Z'/%3E%3Cg fill='%23071934'%3E%3Cpath d='M0 180V138l20 4 14-23 11 4 10-26 11 7 10-22 12 13 8-25 13 9 11-26 11 14 8-20 13 6 12-25 9 20 14-14 10 29 12-13 12 24 12-18 10 4 11-21 11 8 12-26 12 15 9-21 13 7 12-22 12 14 9-26 14 15 10-19 12 8 11-22 12 15 10-25 13 12 11-21 11 8 12-27 12 17 9-18 13 7 12-24 10 17 12-12 11 25 12-14 10 18 13-20 11 7 11-22 13 11 10-25 12 16 12-18 10 9 13-27 11 20 11-11 12 23 11-18 11 9 12-26 11 16 12-17 11 9 12-23 11 13 10-19 14 6 10-20 11 13 12-25 10 19 13-8 11 23 11-17 13 10 11-28 11 18 13-10 11 23 11-15 13 7 10-20 12 14 11-24 11 14 12-11 12 24 10-21 11 7 13-24 11 17 12-12 10 20 13-10 11 18 12-14 10 24 14-10 10 20 13-15 11 25 12-7 10 11 15-6 12 12 11 3V180H0Z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat-x;background-size:cover;background-position:center top;pointer-events:none}
.tyt-footer a{color:#fff;text-decoration:none}
.tyt-footer a:hover{color:#ffcc59}
.tyt-footer-top{display:block;text-align:center;padding:34px 18px 36px;max-width:980px;margin:0 auto}
.tyt-footer-brand-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}
.tyt-footer-logo-link{margin:0;display:inline-flex;justify-content:center}
.tyt-footer-logo-img{width:min(400px,90vw);max-height:115px}
.tyt-footer-tagline,.tyt-footer-brand-block p{display:none}
.tyt-footer h3{display:none}
.tyt-footer nav,.tyt-footer .menu-footer-container{width:100%}
.tyt-footer .menu,.tyt-footer .tyt-footer-simple-menu{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}
.tyt-footer .menu li,.tyt-footer .tyt-footer-simple-menu li{position:relative;margin:0;padding:0 18px;line-height:1.2}
.tyt-footer .menu li+li::before,.tyt-footer .tyt-footer-simple-menu li+li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:28px;background:rgba(255,255,255,.35)}
.tyt-footer .menu a,.tyt-footer .tyt-footer-simple-menu a{font-size:17px;font-weight:500;letter-spacing:.01em}
.tyt-footer-bottom{border-top:0;padding:0 18px 34px;text-align:center;color:rgba(255,255,255,.92);font-size:17px}
.tyt-footer-bottom strong{font-weight:700}
@media(max-width:768px){.tyt-footer{margin-top:90px}.tyt-footer::before{top:-92px;height:126px}.tyt-footer-top{padding:26px 16px 24px}.tyt-footer-logo-img{width:min(310px,88vw);max-height:90px}.tyt-footer .menu li,.tyt-footer .tyt-footer-simple-menu li{padding:8px 14px}.tyt-footer .menu li+li::before,.tyt-footer .tyt-footer-simple-menu li+li::before{height:18px}.tyt-footer-bottom{padding:0 16px 26px;font-size:15px}}
@media(max-width:520px){.tyt-footer .menu,.tyt-footer .tyt-footer-simple-menu{gap:8px 0}.tyt-footer .menu li,.tyt-footer .tyt-footer-simple-menu li{padding:6px 12px}.tyt-footer .menu li+li::before,.tyt-footer .tyt-footer-simple-menu li+li::before{display:none}.tyt-footer .menu a,.tyt-footer .tyt-footer-simple-menu a{font-size:15px}}


/* v1.0.6: corrected realistic deep-forest footer, no blue square block */
.tyt-footer{
  position:relative!important;
  margin-top:96px!important;
  background:
    radial-gradient(circle at 50% -18%, rgba(43,63,118,.38), transparent 34%),
    linear-gradient(180deg,#121a42 0%,#11183d 42%,#0b1230 100%)!important;
  color:#ffffff!important;
  overflow:visible!important;
  isolation:isolate;
  border:0!important;
  box-shadow:none!important;
}
.tyt-footer::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:-94px!important;
  width:100%!important;
  height:96px!important;
  background-image:url("assets/images/deep-forest-footer-silhouette.svg")!important;
  background-repeat:no-repeat!important;
  background-position:bottom center!important;
  background-size:100% 100%!important;
  background-color:transparent!important;
  pointer-events:none!important;
  z-index:0!important;
}
.tyt-footer::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(circle at 18% 0%,rgba(255,255,255,.035),transparent 24%),
    radial-gradient(circle at 80% 15%,rgba(0,167,200,.06),transparent 32%),
    linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.16))!important;
  pointer-events:none!important;
  z-index:0!important;
}
.tyt-footer-inner{
  position:relative!important;
  z-index:2!important;
  max-width:980px!important;
  margin:0 auto!important;
  padding:30px 18px 30px!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:20px!important;
}
.tyt-footer-top{display:block!important;padding:0!important;max-width:none!important}
.tyt-footer-brand-block{display:block!important}
.tyt-footer-logo-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
  text-decoration:none!important;
  background:transparent!important;
  box-shadow:none!important;
}
.tyt-footer-logo-img{
  display:block!important;
  width:min(480px,88vw)!important;
  max-height:118px!important;
  height:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
}
.tyt-footer-tagline,
.tyt-footer-brand-block p,
.tyt-footer h3,
.tyt-footer .tyt-footer-top > div:not(.tyt-footer-brand-block),
.tyt-footer .tyt-footer-top > div h3,
.tyt-footer .tyt-footer-top > div p{
  display:none!important;
}
.tyt-footer a{color:#fff!important;text-decoration:none!important}
.tyt-footer a:hover{color:#ffcc59!important}
.tyt-footer .menu,
.tyt-footer .tyt-footer-simple-menu{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:0!important;
}
.tyt-footer .menu li,
.tyt-footer .tyt-footer-simple-menu li{
  position:relative!important;
  margin:0!important;
  padding:0 18px!important;
  line-height:1.15!important;
}
.tyt-footer .menu li+li::before,
.tyt-footer .tyt-footer-simple-menu li+li::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:1px!important;
  height:24px!important;
  background:rgba(255,255,255,.36)!important;
}
.tyt-footer .menu a,
.tyt-footer .tyt-footer-simple-menu a{
  display:inline-block!important;
  font-size:17px!important;
  font-weight:650!important;
  letter-spacing:.01em!important;
  padding:5px 0!important;
}
.tyt-footer-bottom{
  border:0!important;
  padding:0!important;
  margin:0!important;
  text-align:center!important;
  color:rgba(255,255,255,.94)!important;
  font-size:17px!important;
  line-height:1.4!important;
}
@media(max-width:768px){
  .tyt-footer{margin-top:78px!important}
  .tyt-footer::before{top:-76px!important;height:78px!important}
  .tyt-footer-inner{padding:24px 14px 26px!important;gap:16px!important}
  .tyt-footer-logo-img{width:min(340px,86vw)!important;max-height:92px!important}
  .tyt-footer .menu li,.tyt-footer .tyt-footer-simple-menu li{padding:0 13px!important}
  .tyt-footer .menu li+li::before,.tyt-footer .tyt-footer-simple-menu li+li::before{height:18px!important}
  .tyt-footer .menu a,.tyt-footer .tyt-footer-simple-menu a{font-size:15px!important}
  .tyt-footer-bottom{font-size:15px!important}
}
@media(max-width:480px){
  .tyt-footer .menu,.tyt-footer .tyt-footer-simple-menu{gap:7px 0!important}
  .tyt-footer .menu li,.tyt-footer .tyt-footer-simple-menu li{padding:0 10px!important}
  .tyt-footer .menu li+li::before,.tyt-footer .tyt-footer-simple-menu li+li::before{display:none!important}
}


/* v1.0.7: photo-like dense forest footer, no square block */
.tyt-footer{
  position:relative!important;
  margin-top:108px!important;
  background:linear-gradient(180deg,#1a1e57 0%, #181b52 42%, #141845 100%)!important;
  color:#fff!important;
  overflow:visible!important;
  border:0!important;
  box-shadow:none!important;
  isolation:isolate!important;
}
.tyt-footer::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:-122px!important;
  height:182px!important;
  background:url("assets/images/footer-forest-photo-strip.png") center top / cover no-repeat!important;
  background-color:transparent!important;
  pointer-events:none!important;
  z-index:0!important;
}
.tyt-footer::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.06) 28%,rgba(0,0,0,.14) 100%)!important;
  pointer-events:none!important;
  z-index:0!important;
}
.tyt-footer-inner{
  position:relative!important;
  z-index:2!important;
  max-width:980px!important;
  margin:0 auto!important;
  padding:78px 18px 32px!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
}
.tyt-footer-top,.tyt-footer-brand-block{display:block!important;padding:0!important}
.tyt-footer-logo-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;line-height:0!important;text-decoration:none!important;background:transparent!important;box-shadow:none!important}
.tyt-footer-logo-img{display:block!important;width:min(470px,90vw)!important;max-height:116px!important;height:auto!important;object-fit:contain!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important}
.tyt-footer-tagline,.tyt-footer-brand-block p,.tyt-footer h3,.tyt-footer .tyt-footer-top > div:not(.tyt-footer-brand-block),.tyt-footer .tyt-footer-top > div h3,.tyt-footer .tyt-footer-top > div p{display:none!important}
.tyt-footer a{color:#fff!important;text-decoration:none!important}
.tyt-footer a:hover{color:#ffd165!important}
.tyt-footer .menu,.tyt-footer .tyt-footer-simple-menu{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important}
.tyt-footer .menu li,.tyt-footer .tyt-footer-simple-menu li{position:relative!important;margin:0!important;padding:0 18px!important;line-height:1.15!important}
.tyt-footer .menu li+li::before,.tyt-footer .tyt-footer-simple-menu li+li::before{content:""!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:1px!important;height:24px!important;background:rgba(255,255,255,.34)!important}
.tyt-footer .menu a,.tyt-footer .tyt-footer-simple-menu a{display:inline-block!important;font-size:17px!important;font-weight:650!important;letter-spacing:.01em!important;padding:5px 0!important}
.tyt-footer-bottom{border:0!important;padding:0!important;margin:4px 0 0!important;text-align:center!important;color:rgba(255,255,255,.95)!important;font-size:17px!important;line-height:1.4!important}
@media(max-width:768px){
  .tyt-footer{margin-top:90px!important}
  .tyt-footer::before{top:-96px!important;height:150px!important;background-size:cover!important}
  .tyt-footer-inner{padding:62px 14px 26px!important;gap:15px!important}
  .tyt-footer-logo-img{width:min(340px,88vw)!important;max-height:92px!important}
  .tyt-footer .menu li,.tyt-footer .tyt-footer-simple-menu li{padding:0 13px!important}
  .tyt-footer .menu li+li::before,.tyt-footer .tyt-footer-simple-menu li+li::before{height:18px!important}
  .tyt-footer .menu a,.tyt-footer .tyt-footer-simple-menu a{font-size:15px!important}
  .tyt-footer-bottom{font-size:15px!important}
}
@media(max-width:480px){
  .tyt-footer .menu,.tyt-footer .tyt-footer-simple-menu{gap:7px 0!important}
  .tyt-footer .menu li,.tyt-footer .tyt-footer-simple-menu li{padding:0 10px!important}
  .tyt-footer .menu li+li::before,.tyt-footer .tyt-footer-simple-menu li+li::before{display:none!important}
}
