/*
Theme Name: VisaAgent Visaland Style
Theme URI: https://visaagent.ir/
Description: Child theme for Inspiro with a custom Visaland-inspired homepage for VisaAgent.
Author: VisaAgent
Template: inspiro
Version: 1.3.0
Text Domain: visaagent-visaland-style
*/
@font-face {
    font-family: 'Vazir';
    src: url('assets/fonts/Vazir.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  body.visaagent-home,
  body.visaagent-home button,
  body.visaagent-home input,
  body.visaagent-home textarea,
  body.visaagent-home select,
  body.visaagent-home .tl-page,
  body.visaagent-home .tl-page * {
    font-family: 'Vazir', Tahoma, Arial, sans-serif !important;
  }


:root{
    --tl-green:#001f5b; /* dark navy blue */
    --tl-green-2:#001747;
    --tl-dark:#000d2b;
    --tl-text:#182622;
    --tl-muted:#6d7472;
    --tl-soft:#f3f7f6;
    --tl-line:rgba(0,0,0,.08);
  }
  
  *{box-sizing:border-box}
  html{scroll-behavior:smooth}
  body.visaagent-home{
    margin:0;
    direction:rtl;
    font-family: Vazirmatn, "IRANSansX", "Yekan Bakh", Tahoma, Arial, sans-serif;
    color:var(--tl-text);
    background:#fff;
  }
  body.visaagent-home.admin-bar .tl-header{top:32px}
  a{text-decoration:none;color:inherit}
  
  .tl-page{overflow:hidden;background:#fff;}
  .tl-grid-bg{
    background-image:linear-gradient(to left, rgba(0,0,0,.08) 1px, transparent 1px);
    background-size:285px 100%;
  }
  .tl-container{width:min(1280px, calc(100% - 48px));margin-inline:auto;}
  
  /* Header + Hero */
  .tl-hero{
    min-height:100vh;
    display:grid;
    grid-template-columns:1fr 1fr;
    position:relative;
    background:var(--tl-green);
    isolation:isolate;
    direction:ltr;
  }
  .tl-header{
    position:absolute;
    z-index:10;
    top:0;
    right:0;
    left:0;
    height:150px;
    display:grid;
    grid-template-columns:1fr 1fr;
    pointer-events:none;
    direction:rtl;
  }
  .tl-logo-card{
    pointer-events:auto;
    justify-self:end;
    align-self:start;
    width:320px;
    height:142px;
    background:#fff;
    color:var(--tl-green);
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom-right-radius:0;
    border-bottom-left-radius:10px;
    margin-top:0;
    font-size:52px;
    font-weight:900;
    letter-spacing:-2px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
  }
  .tl-nav{
    pointer-events:auto;
    align-self:start;
    justify-self:end;
    padding-top:58px;
    padding-left:360px;
    display:flex;
    gap:42px;
    color:#fff;
    font-size:20px;
    font-weight:700;
    white-space:nowrap;
  }
  .tl-nav a{opacity:.95;transition:.2s}
  .tl-nav a:hover{opacity:1;transform:translateY(-2px)}
  .tl-search-mark{
    pointer-events:auto;
    position:absolute;
    left:34px;
    top:38px;
    width:30px;height:30px;
    border:6px solid #fff;
    border-radius:50%;
  }
  .tl-search-mark:after{
    content:"";
    position:absolute;
    width:16px;height:6px;
    background:#fff;
    transform:rotate(-45deg);
    left:-11px;bottom:-5px;
    border-radius:6px;
  }
  .tl-hero-video-side{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    background:#111;
    direction:rtl;
  }
  .tl-hero-video-side video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    filter:saturate(.85) contrast(1.05);
  }
  .tl-video-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(0,38,34,.48), rgba(0,0,0,.55)), rgba(0,0,0,.38);
    z-index:1;
  }
  .tl-dots-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    opacity:.45;
    background-image:radial-gradient(rgba(255,255,255,.38) .8px, transparent .8px);
    background-size:4px 4px;
    mix-blend-mode:overlay;
  }
  .tl-visa-list{
    position:absolute;
    z-index:3;
    top:18%;
    right:50%;
    transform:translateX(50%);
    display:flex;
    align-items:center;
    gap:54px;
    color:#fff;
  }
  .tl-vertical-title{
    writing-mode:vertical-rl;
    text-orientation:mixed;
    font-size:29px;
    font-weight:800;
    text-shadow:0 2px 3px rgba(0,0,0,.65);
    opacity:.96;
  }
  .tl-visa-items{display:flex;flex-direction:column;gap:42px;}
  .tl-visa-item{display:flex;align-items:center;gap:18px;min-width:275px;}
  .tl-flag{
    width:64px;height:56px;
    border:3px solid #fff;
    border-radius:7px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    background:rgba(255,255,255,.18);
    box-shadow:0 8px 25px rgba(0,0,0,.28) inset, 0 4px 18px rgba(0,0,0,.18);
  }
  .tl-visa-fa{display:block;font-size:23px;font-weight:900;line-height:1.3;text-shadow:0 3px 8px rgba(0,0,0,.55)}
  .tl-visa-en{display:block;font-size:15px;font-family:Georgia,serif;color:rgba(255,255,255,.75);font-weight:700;letter-spacing:.5px;text-transform:uppercase;}
  .tl-hero-content-side{
    min-height:100vh;
    background:var(--tl-green);
    color:#fff;
    display:flex;
    direction:rtl;
    align-items:center;
    justify-content:center;
    padding:140px 40px 80px;
  }
  .tl-hero-content{text-align:center;margin-top:25px;}
  .tl-hero-title{
    margin:0 0 22px;
    font-size:72px;
    line-height:1;
    font-weight:950;
    letter-spacing:-2px;
  }
  .tl-hero-subtitle{
    margin:0 0 40px;
    font-size:25px;
    font-weight:800;
  }
  .tl-hero-actions{display:flex;gap:18px;justify-content:center;align-items:center;}
  .tl-btn{
    display:inline-flex;
    min-height:62px;
    align-items:center;
    justify-content:center;
    padding:0 30px;
    border-radius:6px;
    font-weight:800;
    font-size:18px;
    transition:.2s;
  }
  .tl-btn:hover{transform:translateY(-2px)}
  .tl-btn-white{background:#fff;color:var(--tl-green)}
  .tl-btn-outline{background:rgba(255,255,255,.10);color:#fff;border:3px solid rgba(255,255,255,.92)}
  .tl-scroll-down{
    position:absolute;
    z-index:5;
    bottom:-1px;
    left:50%;
    transform:translateX(-50%);
    width:78px;
    height:78px;
    border-radius:8px 8px 0 0;
    background:rgba(226,239,237,.92);
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .tl-scroll-down:before,
  .tl-scroll-down:after{
    content:"";
    position:absolute;
    width:36px;height:36px;
    border-left:5px solid var(--tl-green);
    border-bottom:5px solid var(--tl-green);
    transform:rotate(-45deg);
  }
  .tl-scroll-down:before{top:20px}
  .tl-scroll-down:after{top:38px}
  
  /* Shared sections */
  .tl-section{position:relative;padding:100px 0;}
  .tl-section-heading{position:relative;text-align:right;margin-bottom:50px;}
  .tl-section-heading.center{text-align:center;}
  .tl-section-heading h2{font-size:34px;margin:0 0 14px;font-weight:950;color:#202524;}
  .tl-section-heading h2 span{color:var(--tl-green)}
  .tl-section-heading p{font-size:20px;margin:0;color:#1f2b27;}
  .tl-section-heading .side-line{
    display:inline-block;
    width:18px;height:86px;
    border-radius:8px;
    background:var(--tl-green);
    vertical-align:middle;
    margin-left:18px;
  }
  
  /* Services cards */
  .tl-services{padding-top:90px;padding-bottom:80px;background:#fff;}
  .tl-services-grid{
    display:grid;
    grid-template-columns:1fr 2.1fr 1fr;
    gap:55px;
    align-items:end;
  }
  .tl-service-card{
    min-height:320px;
    background:linear-gradient(180deg,#fff 0%,#ededed 100%);
    border-radius:0 0 12px 12px;
    box-shadow:0 24px 60px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    text-align:center;
    padding:36px 28px;
  }
  .tl-service-card.main{min-height:520px;}
  .tl-service-icon{font-size:90px;line-height:1;margin-bottom:30px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.14));}
  .tl-service-card.main .tl-service-icon{font-size:190px;margin-bottom:40px;}
  .tl-service-card h3{margin:0 0 22px;font-size:29px;color:#053c37;font-weight:950}
  .tl-service-card p{margin:0;font-size:18px;line-height:2;color:#222}
  
  /* Online */
  .tl-online{padding-top:70px;background:#fff;}
  .tl-pulse{display:inline-block;width:30px;height:30px;border-radius:50%;background:#29f529;margin-left:18px;vertical-align:middle;}
  .tl-online-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
  .tl-online-card{
    min-height:270px;
    background:linear-gradient(180deg,#fff,#eee);
    border-radius:0 0 12px 12px;
    box-shadow:0 22px 60px rgba(0,0,0,.08);
    display:grid;
    grid-template-columns:230px 1fr;
    align-items:center;
    gap:26px;
    padding:32px 46px;
  }
  .tl-online-icon{font-size:130px;text-align:center;opacity:.9;}
  .tl-online-card h3{font-size:28px;color:#073e39;margin:0 0 18px;font-weight:950}
  .tl-online-card p{font-size:18px;line-height:2;margin:0 0 24px;color:#222}
  .tl-more{font-size:20px;font-weight:900;color:var(--tl-green)}
  
  .tl-flags-wrap{position:relative;margin-top:72px;background:linear-gradient(180deg,#fff,rgba(199,222,219,.85));box-shadow:0 20px 55px rgba(0,0,0,.09);border-radius:12px;padding:42px 54px;}
  .tl-flags{display:flex;justify-content:space-between;gap:32px;direction:ltr;}
  .tl-flags span{font-size:66px;line-height:1;filter:drop-shadow(0 5px 8px rgba(0,0,0,.10));}
  
  /* Process */
  .tl-process{background:var(--tl-green);color:#fff;padding:120px 0 150px;}
  .tl-process-title{text-align:center;margin-bottom:70px;position:relative;}
  .tl-process-title h2{font-size:34px;margin:0;position:relative;z-index:2;color:#fff}
  .tl-watermark{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);font-size:72px;font-weight:950;color:rgba(255,255,255,.08);font-family:Georgia,serif;letter-spacing:2px;}
  .tl-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:55px;position:relative;}
  .tl-process-grid:before{content:"";position:absolute;top:98px;right:7%;left:7%;height:4px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);box-shadow:0 0 12px #fff;}
  .tl-process-item{text-align:center;position:relative;z-index:2;}
  .tl-process-item h3{font-size:26px;margin:0 0 28px;color:#fff;font-weight:950}
  .tl-process-icon{width:82px;height:82px;border-radius:8px;background:#fff;color:var(--tl-green);display:flex;align-items:center;justify-content:center;margin:0 auto 38px;font-size:42px;box-shadow:0 0 38px rgba(255,255,255,.20)}
  .tl-process-item p{font-size:18px;line-height:2.2;margin:0;font-weight:700;color:#fff}
  
  /* Why */
  .tl-why{padding:110px 0;background:#fff;}
  .tl-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;}
  .tl-video-card{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 30px 65px rgba(0,0,0,.12);background:#111;min-height:360px;}
  .tl-video-card video{width:100%;height:410px;object-fit:cover;display:block;filter:saturate(.75) brightness(.75)}
  .tl-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:82px;color:#fff;text-shadow:0 6px 25px rgba(0,0,0,.35)}
  .tl-feature{display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:stretch;background:#fff;box-shadow:0 20px 55px rgba(0,0,0,.07);border-radius:12px;margin-bottom:36px;overflow:hidden;}
  .tl-feature-icon{background:var(--tl-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:48px;}
  .tl-feature-content{padding:32px 34px;}
  .tl-feature h3{margin:0 0 16px;font-size:25px;color:#063d38;font-weight:950}
  .tl-feature p{font-size:18px;line-height:2.1;margin:0;color:#222}
  
  /* Prices + news */
  .tl-prices{padding:90px 0 120px;background:#fff;}
  .tl-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:38px;align-items:end;}
  .tl-price-card{background:#fff;border-top:8px solid var(--tl-dark);border-radius:10px;box-shadow:0 25px 70px rgba(0,0,0,.10);padding:44px 34px;text-align:right;min-height:500px;display:flex;flex-direction:column;}
  .tl-price-card:nth-child(2){transform:translateY(-50px)}
  .tl-price-card h3{font-size:25px;margin:0 0 20px;font-weight:900}
  .tl-price{font-size:56px;line-height:1;color:var(--tl-green);font-weight:950;margin-bottom:18px}
  .tl-price small{font-size:19px;color:#333;font-weight:700}
  .tl-price-card p{font-size:17px;color:#666;line-height:2;margin:0 0 24px}
  .tl-price-card ul{list-style:none;padding:0;margin:0 0 30px;display:grid;gap:18px;color:#333;font-size:18px;line-height:1.7}
  .tl-price-card li:before{content:"✓";color:#ccc;font-weight:900;margin-left:10px}
  .tl-price-card a{margin-top:auto;background:var(--tl-green);color:#fff;border-radius:6px;text-align:center;padding:18px;font-size:19px;font-weight:900}
  
  .tl-news{background:#fff;padding:60px 0 110px;}
  .tl-news-wrap{display:grid;grid-template-columns:360px 1fr;align-items:center;gap:0;}
  .tl-news-title{height:560px;background:var(--tl-green);border-radius:0 18px 18px 0;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}
  .tl-news-title h2{writing-mode:vertical-rl;font-size:36px;margin:0;position:relative;z-index:2}
  .tl-news-title span{position:absolute;font-size:80px;color:rgba(255,255,255,.08);transform:rotate(90deg);font-family:Georgia,serif;font-weight:950}
  .tl-news-list{display:grid;gap:28px;margin-right:-130px;z-index:3;position:relative;}
  .tl-news-item{height:84px;background:#fff;border-radius:8px;box-shadow:0 16px 45px rgba(0,0,0,.09);display:grid;grid-template-columns:130px 1fr 60px;align-items:center;padding:0 28px;font-size:19px;}
  .tl-news-date{font-weight:900;color:#333}.tl-news-arrow{font-size:38px;color:var(--tl-green);text-align:left}
  
  /* Footer */
  .tl-footer{background:linear-gradient(rgba(0,31,91,.94),rgba(0,13,43,.98)), radial-gradient(circle at center,rgba(255,255,255,.12),transparent 60%);color:#fff;padding:80px 0 0;text-align:center;}
  .tl-footer-logo{display:inline-flex;background:#fff;color:var(--tl-green);font-size:54px;font-weight:950;padding:28px 80px;border-radius:10px;box-shadow:0 18px 55px rgba(0,0,0,.22);margin-bottom:32px;}
  .tl-phone{font-size:42px;font-weight:900;margin-bottom:35px;direction:ltr;}
  .tl-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:70px;text-align:right;margin-top:30px;padding-bottom:70px;}
  .tl-footer h3{font-size:25px;margin:0 0 28px}.tl-footer a{display:block;color:#fff;font-size:18px;margin-bottom:18px}.tl-copy{background:rgba(255,255,255,.18);padding:24px;font-size:17px}
  
  
  /* Visaland-like motion */
  .tl-reveal{opacity:0;transform:translateY(38px);transition:opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1);}
  .tl-reveal.is-visible{opacity:1;transform:translateY(0);}
  .tl-reveal.delay-1{transition-delay:.12s}.tl-reveal.delay-2{transition-delay:.24s}.tl-reveal.delay-3{transition-delay:.36s}
  .tl-float{animation:tlFloat 4.5s ease-in-out infinite;}
  @keyframes tlFloat{0%,100%{transform:translateY(0) rotate(-6deg)}50%{transform:translateY(-16px) rotate(4deg)}}
  .tl-service-graphic,.tl-online-graphic{width:160px;height:160px;margin:0 auto 26px;position:relative;filter:drop-shadow(0 22px 28px rgba(0,0,0,.16));}
  .tl-service-graphic.passport:before{content:"";position:absolute;inset:18px 38px 10px 38px;background:linear-gradient(145deg,var(--tl-green),var(--tl-dark));border-radius:16px;transform:rotate(-12deg);box-shadow:9px 8px 0 rgba(0,0,0,.18);}
  .tl-service-graphic.passport:after{content:"";position:absolute;width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.45);right:54px;top:42px;box-shadow:0 0 0 10px rgba(255,255,255,.18),0 54px 0 -20px rgba(255,255,255,.65),0 78px 0 -24px rgba(255,255,255,.5);}
  .tl-service-graphic.calendar:before{content:"29";position:absolute;inset:35px 45px 30px;background:#f5eadb;color:var(--tl-green);font-size:50px;font-weight:950;border-radius:5px;display:flex;align-items:center;justify-content:center;box-shadow:0 -28px 0 var(--tl-green);}
  .tl-service-graphic.calendar:after{content:"July";position:absolute;top:18px;right:57px;color:#fff;font-weight:900;font-size:18px;transform:rotate(-8deg)}
  .tl-service-graphic.pickup:before{content:"";position:absolute;inset:32px 45px;background:linear-gradient(145deg,var(--tl-green),var(--tl-dark));border-radius:8px;transform:rotate(6deg);box-shadow:18px 8px 0 #d9d1c4;}
  .tl-service-graphic.pickup:after{content:"";position:absolute;width:35px;height:35px;border-radius:50%;right:65px;top:52px;background:rgba(255,255,255,.45);box-shadow:0 48px 0 -14px rgba(255,255,255,.65),0 68px 0 -17px rgba(255,255,255,.55);}
  .tl-online-graphic.chat:before{content:"";position:absolute;inset:30px 20px 42px 20px;background:#dcecfb;border-radius:50%;box-shadow:9px 14px 0 rgba(0,0,0,.15);}
  .tl-online-graphic.chat:after{content:"•••";position:absolute;inset:50px 0 auto 0;text-align:center;font-size:54px;letter-spacing:10px;color:var(--tl-green);}
  .tl-online-graphic.shield:before{content:"";position:absolute;inset:8px 34px 18px;border-radius:55% 55% 45% 45%;background:linear-gradient(145deg,#dcecfb,#fff);clip-path:polygon(50% 0,90% 18%,80% 82%,50% 100%,20% 82%,10% 18%);box-shadow:0 0 0 12px rgba(0,46,255,.08);}
  .tl-online-graphic.shield:after{content:"✓";position:absolute;right:62px;top:48px;font-size:58px;font-weight:950;color:var(--tl-green);}
  
  @media (max-width: 1024px){
    .tl-hero{grid-template-columns:1fr}.tl-hero-content-side{min-height:70vh}.tl-hero-video-side{min-height:70vh;order:2}.tl-header{height:auto;display:flex;gap:20px;align-items:center;padding:18px 20px}.tl-logo-card{width:150px;height:74px;font-size:32px}.tl-nav{display:none}.tl-search-mark{display:none}.tl-visa-list{right:50%;top:13%;gap:25px}.tl-vertical-title{font-size:22px}.tl-visa-items{gap:24px}.tl-hero-title{font-size:54px}.tl-services-grid,.tl-online-grid,.tl-why-grid,.tl-price-grid,.tl-news-wrap,.tl-footer-grid{grid-template-columns:1fr}.tl-service-card.main{min-height:360px}.tl-process-grid{grid-template-columns:1fr 1fr}.tl-process-grid:before{display:none}.tl-news-title{height:180px;border-radius:18px}.tl-news-title h2{writing-mode:horizontal-tb}.tl-news-title span{display:none}.tl-news-list{margin:0}.tl-price-card:nth-child(2){transform:none}
  }
  @media (max-width: 640px){
    .tl-container{width:min(100% - 28px,1280px)}.tl-hero-title{font-size:42px}.tl-hero-subtitle{font-size:19px}.tl-hero-actions{flex-direction:column}.tl-btn{width:100%;font-size:16px}.tl-visa-list{position:relative;inset:auto;transform:none;padding:110px 20px 70px;justify-content:center}.tl-visa-item{min-width:0}.tl-flag{width:52px;height:48px}.tl-visa-fa{font-size:18px}.tl-vertical-title{font-size:19px}.tl-services-grid{gap:24px}.tl-online-card{grid-template-columns:1fr;padding:32px 20px;text-align:center}.tl-flags{flex-wrap:wrap;justify-content:center}.tl-process-grid{grid-template-columns:1fr}.tl-feature{grid-template-columns:1fr}.tl-feature-icon{min-height:100px}.tl-news-item{grid-template-columns:90px 1fr 32px;font-size:15px;padding:0 14px}.tl-footer-logo{font-size:36px;padding:18px 45px}
  }
  
  
  /* v1.2 fixes: closer to Visaland hero */
  body.visaagent-home .tl-hero,
  body.visaagent-home .tl-hero-content-side{
    background:#001f5b !important;
  }
  body.visaagent-home .tl-header{
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    left:0 !important;
    height:145px !important;
    display:block !important;
    pointer-events:none;
    z-index:30 !important;
  }
  body.visaagent-home.admin-bar .tl-header{top:32px !important;}
  body.visaagent-home .tl-logo-card{
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    margin:0 !important;
    width:320px !important;
    height:140px !important;
    border-radius:0 0 0 10px !important;
    background:#fff !important;
    color:#001f5b !important;
    font-size:52px !important;
    font-weight:950 !important;
    line-height:1 !important;
    box-shadow:none !important;
    z-index:35 !important;
  }
  body.visaagent-home .tl-nav{
    position:absolute !important;
    top:58px !important;
    right:365px !important;
    padding:0 !important;
    color:#fff !important;
    gap:42px !important;
    z-index:34 !important;
  }
  body.visaagent-home .tl-nav a,
  body.visaagent-home .tl-nav a:visited,
  body.visaagent-home .tl-nav a:hover,
  body.visaagent-home .tl-nav a:focus{
    color:#fff !important;
  }
  body.visaagent-home .tl-hero-title,
  body.visaagent-home .tl-hero-subtitle,
  body.visaagent-home .tl-hero-content,
  body.visaagent-home .tl-btn-outline{
    color:#fff !important;
  }
  body.visaagent-home .tl-btn-white{
    background:#fff !important;
    color:#001f5b !important;
  }
  body.visaagent-home .tl-btn-outline{
    border-color:#fff !important;
    background:rgba(255,255,255,.08) !important;
  }
  body.visaagent-home .tl-visa-list,
  body.visaagent-home .tl-visa-list a,
  body.visaagent-home .tl-visa-item,
  body.visaagent-home .tl-visa-fa,
  body.visaagent-home .tl-visa-en,
  body.visaagent-home .tl-vertical-title{
    color:#fff !important;
  }
  body.visaagent-home .tl-visa-fa{
    font-weight:900 !important;
    text-shadow:0 3px 8px rgba(0,0,0,.65) !important;
  }
  body.visaagent-home .tl-visa-en{opacity:.82 !important;}
  body.visaagent-home .tl-search-mark,
  body.visaagent-home .tl-search-mark:after{
    border-color:#fff !important;
    color:#fff !important;
  }
  body.visaagent-home .tl-search-mark:after{background:#fff !important;}
  body.visaagent-home .tl-process-title .tl-watermark,
  body.visaagent-home .tl-news-title span{
    font-family:inherit !important;
  }
  body.visaagent-home .tl-hero-content{margin-top:50px !important;}
  body.visaagent-home .tl-hero-title{
    font-size:74px !important;
    font-weight:950 !important;
  }
  
  @media (max-width: 1100px){
    body.visaagent-home .tl-logo-card{width:260px !important;height:118px !important;font-size:42px !important;}
    body.visaagent-home .tl-nav{right:292px !important;gap:24px !important;font-size:16px !important;top:48px !important;}
  }
  @media (max-width: 900px){
    body.visaagent-home .tl-header{height:auto !important;}
    body.visaagent-home .tl-logo-card{position:absolute !important;right:0 !important;top:0 !important;width:210px !important;height:92px !important;font-size:34px !important;}
    body.visaagent-home .tl-nav{display:none !important;}
  }
  
  
  /* v1.3 fixes requested by user */
  body.visaagent-home .tl-footer,
  body.visaagent-home .tl-process,
  body.visaagent-home .tl-news-title{
    background:#001f5b !important;
  }
  body.visaagent-home .tl-copy{
    background:rgba(255,255,255,.16) !important;
  }
  body.visaagent-home .tl-pulse{
    display:none !important;
  }
  body.visaagent-home .tl-watermark,
  body.visaagent-home .tl-news-title span{
    color:rgba(255,255,255,.14) !important;
  }
  body.visaagent-home .tl-news-title h2{
    color:rgba(255,255,255,.82) !important;
  }
  body.visaagent-home .tl-news-item,
  body.visaagent-home .tl-news-item span:not(.tl-news-date):not(.tl-news-arrow){
    color:#001f5b !important;
  }
  body.visaagent-home .tl-news-arrow{
    color:#001f5b !important;
  }
  body.visaagent-home .tl-news-date{
    color:#1f1f1f !important;
  }
  body.visaagent-home .tl-visa-list{
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
  }
  body.visaagent-home .tl-hero,
  body.visaagent-home .tl-hero-content-side,
  body.visaagent-home .tl-process,
  body.visaagent-home .tl-news-title,
  body.visaagent-home .tl-footer{
    background-color:#001f5b !important;
  }
  body.visaagent-home .tl-footer-logo{
    color:#001f5b !important;
  }
  body.visaagent-home .tl-service-card h3,
  body.visaagent-home .tl-online-card h3,
  body.visaagent-home .tl-feature h3{
    color:#001f5b !important;
  }
  body.visaagent-home .tl-more,
  body.visaagent-home .tl-price,
  body.visaagent-home .tl-section-heading h2 span{
    color:#001f5b !important;
  }
  body.visaagent-home .tl-price-card a,
  body.visaagent-home .tl-feature-icon,
  body.visaagent-home .tl-process-icon{
    background:#001f5b !important;
  }
  body.visaagent-home .tl-process-icon{
    color:#001f5b !important;
    background:#fff !important;
  }
  body.visaagent-home .tl-online-graphic.chat:after,
  body.visaagent-home .tl-online-graphic.shield:after,
  body.visaagent-home .tl-service-graphic.calendar:before{
    color:#001f5b !important;
  }
  body.visaagent-home .tl-service-graphic.calendar:before,
  body.visaagent-home .tl-service-graphic.passport:before,
  body.visaagent-home .tl-service-graphic.pickup:before,
  body.visaagent-home .tl-service-graphic.calendar:before{
    background-color:#001f5b !important;
  }
  body.visaagent-home .tl-scroll-down:before,
  body.visaagent-home .tl-scroll-down:after{
    border-color:#001f5b !important;
  }
  
  @media (min-width: 1025px){
    body.visaagent-home .tl-visa-list{
      top:18% !important;
    }
  }
  
  @media (max-width: 640px){
    body.visaagent-home .tl-hero{
      min-height:100vh !important;
      grid-template-rows:50vh 50vh !important;
    }
    body.visaagent-home .tl-hero-content-side{
      min-height:50vh !important;
      height:50vh !important;
      padding:92px 18px 24px !important;
    }
    body.visaagent-home .tl-hero-video-side{
      min-height:50vh !important;
      height:50vh !important;
      order:2 !important;
    }
    body.visaagent-home .tl-hero-content{
      margin-top:0 !important;
      width:100% !important;
    }
    body.visaagent-home .tl-hero-title{
      font-size:62px !important;
      line-height:1 !important;
      margin-bottom:22px !important;
    }
    body.visaagent-home .tl-hero-subtitle{
      font-size:20px !important;
      margin-bottom:26px !important;
    }
    body.visaagent-home .tl-hero-actions{
      gap:12px !important;
    }
    body.visaagent-home .tl-btn{
      min-height:56px !important;
    }
    body.visaagent-home .tl-logo-card{
      width:210px !important;
      height:92px !important;
      font-size:34px !important;
    }
    body.visaagent-home .tl-visa-list{
      position:absolute !important;
      left:50% !important;
      right:auto !important;
      top:42px !important;
      transform:translateX(-50%) !important;
      padding:0 !important;
      gap:16px !important;
    }
    body.visaagent-home .tl-visa-items{
      gap:18px !important;
    }
    body.visaagent-home .tl-vertical-title{
      font-size:18px !important;
    }
    body.visaagent-home .tl-scroll-down{
      width:58px !important;
      height:58px !important;
    }
  }
  