html, body{ height: 100%; font-family: "Open Sans", serif; overflow-x:hidden;}
body{margin:0px; padding-right:0!important; font-family: "Open Sans", serif; min-height: 100%; } 
*{margin:0px; padding:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
ul{list-style-type:none; margin:0; padding:0;}
a{text-decoration:none; outline:none; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; -ms-transition:all .4s ease-in-out; color: #000}
a:hover{text-decoration:none; outline:none;}
a:focus{text-decoration:none; outline:none;}
img{border:0;}
.btn-primary.focus, .btn-primary:focus{-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
.img-thumbnail{background:none; border:none; padding:0; border:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.thumbnail img{margin:auto; display:block; padding:0; border:none; max-width:100%;}
textarea.form-control{resize: vertical;}
p{ font-size: 20px; color: #000; font-family: "Open Sans", serif;}
p strong{ font-weight: 800}
h1, h2, h3, h4, h5, h6 {font-family: "Open Sans", serif;}
a {font-family: "Open Sans", serif;}


.site-nav .dropdown-menu { display:none; }
.site-nav .dropdown.open .dropdown-menu { display:block; }


iframe {width:100%; height:450px; border:0px;}

.clear {clear:both;}

.container{width:100%; max-width:1240px; padding:0;}
header .bg-faded{ background:none; padding:0; width:100%;}
header a.navbar-brand span{font-size:14px; font-weight:400; font-style:italic; color:#fff; margin: 0 0 0 102px; display: inline-block; top: -27px; position: relative;}
header nav ul.navbar-nav li{margin:0 10px;}
header nav ul.navbar-nav li a.nav-link{font-size:16px; font-weight:500; color:#fff; padding:11px 16px!important;}
/*header nav ul.navbar-nav li a.nav-link:hover{ border-bottom:2px solid #094a9c;}*/
header .navbar-light .navbar-nav .nav-link{color:#fff;}
header .navbar-light .navbar-nav .nav-link:hover{color:#fff;}
header nav li a.nav-link.btn-primary.btn{color:#FFF; text-transform:uppercase; background:#eb4f0c; border:none; border-radius:30px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}
header nav li a.nav-link.btn-primary.btn:hover{color:#FFF;}


 /*New Top Banner 2024 Start*/
 

/* 8 Nov 2025 New Landing Page Start */
/* Base nav link style */
.site-nav {
  display: flex; gap: 2rem; align-items: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, sans-serif;
}
.site-nav .nav-link {
  color: #0e1a2b;                 /* match your existing link color */
  text-decoration: none;
  padding: .25rem 0;
}
.site-nav .nav-link:hover,
.site-nav .nav-link:focus { text-decoration: underline; }

/* Dropdown layout — keep trigger styled as a link */
.dropdown { position: relative; }
.dropdown-toggle {
  display: inline-flex; align-items: center; gap: .5rem;
  background: none; border: 0; margin: 0;      /* remove button look */
}
.dropdown-toggle .flag { margin-left: .5rem; width: 18px; height: 12px; border-radius: 2px; object-fit: cover; }
.dropdown-toggle .caret { font-size: .8rem; opacity: .7; }

/* Menu panel */
.dropdown-menu {
  position: absolute; top: calc(100% + .5rem); right: 0;
  min-width: 12rem; margin: 0; padding: .5rem; list-style: none;
  background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: .6rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  opacity: 0; transform: translateY(-6px); pointer-events: none;
  transition: opacity .15s ease, transform .15s ease; z-index: 1000;
}
.dropdown.open .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}
.dropdown-menu .nav-link {
  display: flex; align-items: center; gap: .6rem;
  padding: .45rem .5rem; border-radius: .4rem; color: #0e1a2b;
}
.dropdown-menu .nav-link:hover,
.dropdown-menu .nav-link:focus {
  background: rgba(0,0,0,.05); text-decoration: none;
}
.dropdown-menu .nav-link .flag { margin-left: auto; width: 18px; height: 12px; }



/* Put text left, flag on the far right */
.dropdown-toggle,
.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: .6rem;
}

/* caret should not push flag */
.dropdown-toggle .caret { margin-left: .25rem; }

/* push the flag to the right edge */
.dropdown-toggle .flag,
.dropdown-menu a .flag {
  margin-left: auto;            /* moves flag to the right side */
  width: 18px;                  /* adjust as needed */
  height: 12px;
  object-fit: cover;
  border-radius: 2px;           /* soft corners */
  box-shadow: 0 0 0 1px rgba(255,255,255,.25) inset;
}

/* optional: smaller on mobile */
@media (max-width: 640px) {
  .dropdown-toggle .flag,
  .dropdown-menu a .flag { width: 16px; height: 11px; }
}


*,
*::before,
*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #0f172a;
  background: #ffffff;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid #2563eb; outline-offset: 2px; }
.skip { position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip:focus { left:1rem; top:1rem; width:auto; height:auto; background:#111; color:#fff; padding:.5rem .75rem; border-radius:8px; z-index:999; }

:root{
  --container: 1200px;
  --accent: #00c2a8;
  --ink: #0f172a;
  --muted: #475569;
  --card: #f8fafc;
  --border: #e2e8f0;
  --radius: 16px;
}


/* ===== Base / variables ===== */
  :root{
  --container: 1200px;
  --bg-left: #f4f6f9;
  --text: #0b1320;
  --muted: #3b4654;
  --btn: #ea581a;
  --btn-hover: #cf4e17;

  /* NEW: control the left edge gap */
  --edge-left: clamp(24px, 7vw, 120px);  /* mobile → desktop */
}
  .lv-hero{
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
  }
  .lv-grid{
    display: grid;
    grid-template-columns: 1fr;
    min-height: clamp(520px, 65vh, 720px);
  }

  :root{
  /* was ~24–120px; increase it */
   --edge-left: clamp(180px, 11vw, 600px);
}
  /* ===== Left copy panel ===== */
  .lv-copy{
    background: var(--bg-left);
    display: grid;
    align-items: center;
  }
 .lv-copy-inner{
  max-width: 52ch;
  margin-left: var(--edge-left);       /* bigger left gap */
  margin-right: clamp(16px, 2.5vw, 40px);
  padding: clamp(2rem, 6vw, 4rem) 0;
}

@media (max-width: 979px){
  .lv-copy-inner{
    margin-left: clamp(16px, 5vw, 32px);
    margin-right: clamp(16px, 5vw, 32px);
  }
}
  .lv-copy h1{
    font-weight: 800;
    font-size: clamp(2.2rem, 3.8vw + 0.5rem, 4rem);
    line-height: 1.08;
    margin: 0 0 .5rem 0;
    letter-spacing: .2px;
  }
  .lv-eyebrow{
    font-weight: 700;
    margin: .25rem 0 .75rem 0;
  }
  .lv-lead{
    color: var(--muted);
    font-weight: 500;
    font-size: clamp(1rem, 1.2vw + .3rem, 1.125rem);
    max-width: 52ch;
    margin: 0 0 1.25rem 0;
  }
  .lv-btn{
    display: inline-block;
    background: var(--btn);
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    padding: .9rem 1.2rem;
    transition: background .15s ease-in-out;
  }
  .lv-btn:hover{ background: var(--btn-hover); }

  /* ===== Right image panel ===== */
  .lv-media{
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .lv-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* ===== Desktop split ===== */
  @media (min-width: 980px){
    .lv-grid{ grid-template-columns: 1fr 1fr; }
    .lv-copy-inner{ padding: clamp(3rem, 6vw, 5rem) 0; }
  }

  @media (min-width: 980px){
  .lv-grid{ grid-template-columns: 1.2fr 1fr; } /* left wider than right */
}



/* ===== Base styles ===== */
.client-marquee{
  background:#ededed;           /* match your strip */
  overflow:hidden;
}
.client-marquee__inner{
  display:flex;
  width:max-content;            /* allow content to be wider than viewport */
  gap:var(--gap, 80px);
  padding: 14px 0;
  /* Smooth infinite scroll */
  animation: marquee var(--speed, 40s) linear infinite;
  will-change: transform;
}
.client-marquee__list{
  display:flex;
  align-items:center;
  gap:var(--gap, 80px);
  list-style:none;
  padding:0;
  margin:0;
  flex-shrink:0;                /* keep each list's width */
}
.client-marquee img{
  height:var(--logo-h, 56px);
  width:auto;
  filter: grayscale(100%);
  opacity:.85;
  display:block;
}

/* Right-to-left continuous scroll (two identical lists side-by-side) */
@keyframes marquee{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }  /* shift by exactly one list width */
}

/* Optional: pause on hover */
/* .client-marquee__inner:hover{ animation-play-state: paused; } */

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce){
  .client-marquee__inner{ animation: none; }
}


.container { width: min(var(--container), 100% - 2rem); margin-inline: auto; }
.narrow { width: min(760px, 100% - 2rem); margin-inline: auto; }
.section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.section.alt { background: var(--card); }
.section-head { margin-bottom: 1rem; }
.section-head p { color: var(--muted); }

.site-header { position: sticky; top: 0; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); border-bottom:1px solid var(--border); z-index: 50; }
.header-inner { display:flex; align-items:center; justify-content:space-between; min-height:64px; gap: 1rem; }
.brand { font-weight: 700; font-size: 1.2rem; letter-spacing: .3px; }
.brand span {    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    margin: 0 0 0 100px;
    display: inline-block;
    top: -25px;
    position: relative;}

.site-nav { display:flex; gap: .75rem; align-items:center; }
.site-nav a { padding:.55rem .75rem; border-radius: 12px; }
.site-nav a:hover { background:#eef2f7; }
.btn { display:inline-flex; align-items:center; justify-content:center; padding:.7rem 1rem; border-radius: 12px; border:1px solid transparent; font-weight:700; }
.btn.primary { background: var(--accent); color:#06231e; }
.btn.ghost { border-color:#fff; color:#fff; background: transparent; }
.btn.ghost:hover { background: rgba(255,255,255,.15); }

.nav-toggle { display:none; }
.nav-btn { display:none; position:relative; width:44px; height:40px; border:1px solid var(--border); border-radius:10px; }
.nav-btn span { position:absolute; left:10px; right:10px; height:2px; background:#0f172a; border-radius:2px; }
.nav-btn span:nth-child(1){ top:12px; }
.nav-btn span:nth-child(2){ top:19px; }
.nav-btn span:nth-child(3){ top:26px; }

@media (max-width: 860px){
  .nav-btn { display:block; }
  .site-nav {
    position:absolute; top:64px; right:0; translate:0 -6px;
    background:#fff; border-left:1px solid var(--border); border-bottom:1px solid var(--border);
    border-radius:0 0 12px 12px; width:min(280px, 92vw); padding:.5rem;
    display:grid; gap:.25rem; opacity:0; visibility:hidden; transition:.2s ease;
  }
  .nav-toggle:checked ~ .site-nav { opacity:1; visibility:visible; translate:0 0; }
}


/* ===== Variables / base ===== */
:root{
  --container: 1200px;
  --strip-bg: #e7f0ff;            /* light blue background from screenshot */
  --card-bg: #ffffff;
  --text: #0b1320;
  --muted: #232b36;
  --border: #e9edf3;
  --radius: 12px;
  --shadow: 0 2px 12px rgba(20, 30, 50, .06);
}

.features-strip{
  background: var(--strip-bg);
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  padding: clamp(28px, 6vw, 72px) 0;
}

.container{
  width: min(var(--container), 100% - 2rem);
  margin-inline: auto;
}

/* Grid: 1 → 2 → 4 columns */
.features{
  display: grid;
  gap: clamp(16px, 2vw, 32px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 740px){
  .features{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1140px){
  .features{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Card */
.feature-card{
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;            /* screenshot shows soft corners */
  box-shadow: var(--shadow);
  text-align: center;
  padding: clamp(20px, 3.2vw, 32px);
}
.feature-icon{
  height: 48px;                   /* adjust to your icons */
  width: auto;
  margin-inline: auto;
  margin-bottom: 10px;
}
.feature-card h3{
  font-weight: 800;
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.2;
  margin: 6px 0 8px 0;
}
.feature-card p{
  color: #111;                    /* darker like screenshot */
  opacity: .75;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
  max-width: 30ch;
  margin-inline: auto;            /* center block width */
}


/* ============= Styles ============= */
.clip-section{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-align:center;
  padding: clamp(28px, 6vw, 56px) 1rem;
  /* soft dotted/curved bg suggestion; remove if not needed */
  background: radial-gradient(circle at 90% 10%, rgba(0,0,0,.04) 2px, transparent 3px) 0 0/14px 14px,
              linear-gradient(180deg, #f4f6f8 0%, #f0f3f6 100%);
}
.clip-section h2{
  color:#2156a3;                /* blue like screenshot */
  font-weight:700;
  letter-spacing:.4px;
  margin:0 0 16px 0;
}

.clip-thumb{
  position:relative;
  display:inline-block;
  border:0;
  padding:0;
  background:transparent;
  border-radius:16px;
  box-shadow: 0 12px 28px rgba(10, 20, 30, .28);
}
.clip-thumb img{
  display:block;
  width:min(960px, 92vw);
  height:auto;
  border-radius:16px;
  border:3px solid #fff;
}
.clip-thumb__ring{
  position:absolute; inset:-6px;
  border-radius:18px;
  box-shadow: 0 0 0 3px rgba(255,255,255,.9), 0 8px 24px rgba(15,23,42,.25);
  pointer-events:none;
}
.clip-thumb__play{
  position:absolute; inset:0;
  display:grid; place-items:center;
}
.clip-thumb:focus-visible{ outline:4px solid #2563eb; outline-offset:6px; }

/* Modal */
.clip-modal{ position:fixed; inset:0; display:none; }
.clip-modal[aria-hidden="false"]{ display:block; }
.clip-backdrop{
  position:absolute; inset:0; background:rgba(0,0,0,.7);
  animation: fade .15s ease-out;
}
.clip-dialog{
  position:relative;
  width:min(960px, 92vw);
  margin: min(7vh, 64px) auto;
  animation: pop .15s ease-out;
}
.clip-close{
  position:absolute; top:-42px; right:0;
  border:0; background:#fff; color:#111;
  border-radius:10px; padding:.4rem .6rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  cursor:pointer;
}
.clip-media{
  position:relative;
  padding-top:56.25%; /* 16:9 */
  background:#000;
  border-radius:16px; overflow:hidden;
}
.clip-media iframe,
.clip-media video{
  position:absolute; inset:0; width:100%; height:100%; border:0;
}

@keyframes fade{ from{opacity:0} to{opacity:1} }
@keyframes pop { from{transform:translateY(6px); opacity:0} to{transform:none; opacity:1} }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .clip-backdrop,.clip-dialog{ animation:none; }
}


/* ===== Variables / base ===== */
:root{
  --container: 1200px;
  --panel-bg: #f5f7fb;        /* light panel like screenshot */
  --text: #0b1320;
  --muted: #2a3442;
  --border: #e6ebf2;
  --radius: 10px;
}

.container{ width:min(var(--container), 100% - 2rem); margin-inline:auto; }

.tt-strip{
  font-family:"Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  padding: clamp(0px, 4vw, 0px) 0;
  background:#fff;            /* white outside the panel */
}

.tt-panel{
  background:var(--panel-bg);
  border-left:1px solid var(--border);
  border-right:1px solid var(--border);
}

/* Grid: quote | facts | badge */
.tt-grid{
  display:grid;
  align-items:center;
  gap: clamp(16px, 3vw, 40px);
  grid-template-columns: 1.6fr 1fr auto;
  padding: clamp(18px, 4vw, 28px) 0;
}

/* ===== Quote ===== */
.tt-quote{
  margin:0;
}
.tt-quote p{
  font-weight:700;
  font-size: clamp(1.05rem, 1.4vw + .6rem, 1.6rem);
  line-height:1.35;
  margin:0 0 .55rem 0;
}
.tt-quote cite{
  font-style:normal;
  color:var(--muted);
  font-weight:500;
}

/* ===== Facts ===== */
.tt-facts{
  display:grid;
  gap: clamp(16px, 2.4vw, 28px);
  grid-template-columns: 1fr;
  padding:0; margin:0;
}
.fact{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:12px;
}
.fact-icon{ height:46px; width:auto; }
.fact-copy h4{
  margin:0 0 2px 0;
  font-weight:800;
  font-size: clamp(1rem, 1vw + .6rem, 1.25rem);
}
.fact-copy p{
  margin:0;
  color:var(--muted);
  font-weight:500;
}

/* ===== FAQ styles ===== */
:root{
  --border: #e5e7eb;
  --text: #0b1320;
  --muted:#374151;
  --radius: 10px;
  --cta:#f06421;      /* orange button */
  --cta-dark:#cf551c;
}

.faq-wrap{
  font-family:"Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  padding: clamp(24px, 6vw, 56px) 1rem;
}
.faq-container{
  width:min(980px, 100%);
  margin-inline:auto;
}
.faq-container h2{
  font-weight:700;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  margin:0 0 12px 0;
}

.faq-accordion{
  display:grid;
  gap:10px;
}

/* Card wrapper keeps one rounded/bordered item like the screenshot */
.faq-item{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background:#fff;
  overflow:hidden; /* for rounded corners during animation */
}

/* Header row */
.faq-q{
  width:100%;
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  text-align:left;
  border:0;
  background:#fff;
  font: 600 1.05rem/1.3 "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  cursor:pointer;
}

/* Plus / minus icon */
.faq-icon{
  width:22px; height:22px;
  stroke:#111; stroke-width:2.2; stroke-linecap:round;
}
.faq-q[aria-expanded="true"] .v{ opacity:0; } /* hide vertical line -> minus */

/* Answer area */
.faq-a{
  padding: 0 18px 16px 18px;
  color:var(--muted);
  font-weight:500;
}

/* CTA button */
.faq-cta{
  display:inline-block;
  margin-top:18px;
  background:var(--cta);
  color:#fff;
  font-weight:800;
  border-radius: 999px;
  padding: .95rem 1.35rem;
}
.faq-cta:hover{ background:var(--cta-dark); }

@media (max-width: 520px){
  .faq-q{ padding:14px 16px; }
  .faq-a{ padding: 0 16px 14px 16px; }
}


/* ===== Badge ===== */
.tt-badge img{
  height:130px; width:auto; display:block;
}

/* ===== Responsive ===== */
@media (max-width: 1080px){
  .tt-grid{ grid-template-columns: 1.2fr 1fr auto; }
}
@media (max-width: 900px){
  .tt-grid{ grid-template-columns: 1fr; text-align:left; }
  .tt-badge{ justify-self:flex-start; }
  .tt-facts{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px){
  .tt-facts{ grid-template-columns: 1fr; }
}


.hero { position:relative; min-height: 62vh; display:grid; place-items:center; }
.hero-content { color:#fff; text-align:left; padding: clamp(2rem, 6vw, 5rem) 0; }
.hero h1 { font-size: clamp(2rem, 3.6vw + 1rem, 3rem); line-height:1.12; margin:0 0 .35rem; }
.hero p { color:#e5e7eb; font-size: clamp(1rem, 1.2vw + .4rem, 1.25rem); margin:0 0 1rem; }
.cta-group { display:flex; gap:.5rem; flex-wrap:wrap; }

.grid { display:grid; gap: clamp(1rem, 2.4vw, 1.5rem); }
.cards-3 { grid-template-columns: repeat(1, 1fr); }
@media (min-width: 700px){ .cards-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px){ .cards-3 { grid-template-columns: repeat(3, 1fr); } }

.card, .price {
  background:#fff; border:1px solid var(--border); border-radius: var(--radius);
  padding: clamp(1rem, 2.2vw, 1.25rem);
}
.icon { font-size: 28px; width:48px; height:48px; display:grid; place-items:center; border-radius:12px;
  background: rgba(0, 194, 168, .15); color:#08332d; margin-bottom:.35rem; }

.gallery { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 800px){ .gallery { grid-template-columns: repeat(3, 1fr); } }
.gallery img { border-radius: 14px; border:1px solid var(--border); }

.price h3 { margin:.25rem 0; }
.price .tag { font-size: clamp(1.4rem, 2.3vw, 1.8rem); font-weight:700; color:#06231e; margin:.25rem 0 .5rem; }
.price ul { margin:0; padding-left:1.1rem; color:var(--muted); }
.price.highlight { outline: 3px solid rgba(0, 194, 168, .35); }

.form { background:#fff; border:1px solid var(--border); border-radius: var(--radius); padding: 1rem; }
.form-grid { grid-template-columns: 1fr; }
.field { display:grid; gap:.25rem; }
.field.full { grid-column: 1 / -1; }
.field input, .field textarea {
  padding:.9rem .9rem; border:1px solid var(--border); border-radius: 12px; font:inherit;
}
.field input:focus, .field textarea:focus {
  outline:none; border-color:#2563eb; box-shadow:0 0 0 3px rgba(37,99,235,.15);
}

.site-footer { border-top:1px solid var(--border); background:#f8fafc; }
.foot-inner { display:flex; align-items:center; justify-content:space-between; gap:.75rem; padding: 1rem 0; }
.site-footer a { padding:.25rem .5rem; border-radius:8px; color:#334155; }
.site-footer a:hover { background:#e2e8f0; }


/* Request demo POPUP */
.req_demo_popup { position:fixed; left:0; top:0; display:none; z-index:9999; padding:15px 20px; background-color:#0b4e9a; border:7px solid #e1e1e1; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; khtml-border-radius:15px; width: 450px; height: auto;}

.req_demo_popup .req_demo_close { font-size: 20px; font-weight: bold; color: #ff0000; float: right; cursor: pointer; margin: 0; }
.req_demo_popup .req_demo_content { padding: 10px; color:#FFFFFF;}
.req_demo_popup .req_demo_content input { margin-bottom: 10px; width: 100%; height: 40px; border:none; padding: 3px 10px;;  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color: #000; font-size: 14px; margin-top:5px;}
.req_demo_popup .req_demo_content input:focus{outline:none;}
.req_demo_popup .req_demo_content .button {font-size:20px!important; width:100%; display:block; padding: 10px 20px; text-align: center; margin: 12px 5px 0 0; color: #ffffff; background: #ed7d31; cursor: pointer; font-size: 12px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}


@media screen and (min-width:100px) and (max-width:767px){
.req_demo_popup{max-width: 300px!important; left: 0!important; right: 0!important; margin: auto!important;}
}

#imgLoader, #imgLoaderCon, #imgLoaderReq, #imgLoader1, #imgLoader2, #imgLoader22 {display: none;}


#msg_common {
top: 5px;
    left: 559.391px;
    display: none;     
    
    position: fixed;
    font-family: Verdana, Geneva, sans-serif;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    background: #E46F11;
    z-index: 10000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
}
 #msg_common #msg_common_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

/* 8 Nov 2025 New Landing Page END */


/* NEW BANNER ADD 3 NOV 2024 STRAT */

.banner-new-img {background:#e6e6e6; padding:50px 20px; text-align:center;}
.banner-new-img h2 {color:#1b48d5; font-size:48px; margin-bottom:50px;}
.remove-img-color.smooth {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.remove-img-color:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.add-img-color {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); margin-left:30px; margin-bottom:30px;
}
.add-img-color.smooth {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.add-img-color:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* NEW BANNER ADD 3 NOV 2024 END */


 
.bn-xx.sdt {
	color: #fff;
	/*text-align: center;*/
	padding: 20px 0px;
}

.bn-xx.sdt1 {
	color: #fff;
	text-align: center;
	padding: 20px 0px;
}

.top-banner {
	position: relative;
	background-image: url(../images/top-banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 10px;
	padding-bottom: 80px;
}




.top-bg {
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	background-color: #e4e8e7;
	text-align: center;
	padding: 40px 0px;
}
.inner-txt {
	text-align: center;
	padding: 15px;
}
.bn-xx  h2 {
	font-size: 48px;
	color: #fff;
	font-family: "Open Sans", serif;
}
.bn-xx p {
	font-size: 28px !important;
	color: #fff;
		font-weight: 600 !important;
	font-family: "Open Sans", serif; 
}

.top-bg h3 {
	font-size: 35px;
	color: #1752a9;
	font-family: "Open Sans", serif;
}
.bt-sec-1 {
	text-align: center;
	margin-top: 30px;
}

.btn-style {
	font-family: "Open Sans", serif;
	background: #fff;
	border-radius: 50px;
	padding: 16px 40px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	border: 1px solid #fff;
	text-transform: uppercase;
}



.btn-style:hover {
	background: #ff6000;
	color: #fff;
	border: #ff6000 solid 1px;
}

.btn-more:hover {
	background: #fff;
	border: 1px solid #fff; color:#000;
}
.btn-more {
	font-family: 'Open Sans', sans-serif;
	background: #ff6000;
	border-radius: 50px;
	padding: 15px 40px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	border: #ff6000 solid 1px;
	margin-left: 10px;
}
 

/*NEW 4 BANNER FOR HOME PAGE MARCH 2024 START */
.banner-1 {
	background: url(../images/Reception-over-Distance-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 15px;
	/* position: relative; */
}

.bt-top button {
	border: 1px solid #FFF;
	background: #FFF;
	/* color: #3c3c3c; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	outline: none;
	padding: 0 28px;
	line-height: 44px;
	border-radius: 50px;
	box-shadow: 0 0 8px rgb(0 0 0 / 15%);
	margin: 14px 6px 0 0;
}

.btn-red {
	background: #ff6b23 !important;
	color: #fff !important;
	border: none !important;
}
.text-dv h1 {
	color: #fff;
	font-family:'T';
	font-size: 44px;
	font-weight: 700;
}
.logo-txt p {
	font-size: 15px !important;
}
.text-dv h2 {
	color: #fff;
	font-family:'T';
	font-size: 30px;
	font-weight: 500;
}

.text-dv p {
	color: #fff;
	font-family: open sans;
	font-size: 15px;
	font-weight: 500;
}
.inner-banner {
	display: flex;
}

.title-text {
	background: #4075b8b0;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 15px;
	position: absolute;
	border-radius: 0 0 5px 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	bottom: 4px;
	left: 4px;
	right: 4px;
}

.main-right-sec-1 {
	/* display: revert; */
	position: relative;
}

.outer-area img {
	width: 100%;
	border: 4px solid #fff;
	border-radius: 8px;
}
.in-rt {
	padding: 0!important;
}


.rt-imgs {
	display: flex;
	/* margin: 20px; */
}

.top-main-txt {
	padding: 0!important;
}
.rt-imgs {
	padding: 0 !important;
}

.outer-area {
	margin: 12px;
}

.outer-area {
	margin: 8px;
	margin-bottom: 15px;
	position: relative;
}


.inner-banner {
	-webkit-box-align: center !important;
	align-items: center !important;
}



.banner-9 {
	background: url(../images/virtual-receptionist-banner-2.jpg) no-repeat center;
	background-size: cover;
	padding: 134px 15px;
	/* position: relative; */
	background-size: cover;
}
.txt-nxt h1 {
	color: #000 !important;
}
.txt-nxt p {
	color: #000 !important;
	font-size: 18px;
}
.banner-10 {
	background: url(../images/digital-reception-banner-3.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 15px;
	/* position: relative; */
	background-size: cover;
}
.txt-rd h2 {
	font-size: 20px;
	font-weight: 500 !important;
}
.banner-12 {
	background: url(../images/customization-banner-4.jpg) no-repeat center;
	background-size: cover;
	padding: 135px 15px;
	/* position: relative; */
	background-size: cover;
}

.text-lst h1 {
	color: #fff !important;
	font-size: 50px;
}
.text-lst p {
	color: #fff !important;
	font-size: 22px;
	font-family:'T';
	font-weight: 600;
}


.inner-txt {
	/* padding: 20px 20px; */
	margin: 0px 0px;
	border-radius: 20px;
	
	 background-size: cover; 
	 
	background-repeat: no-repeat;
	/* padding: 20px 0px; */
	background-color: #e4e8e7;
	background-position: bottom;
	background-position-x: center;
	/* left: 35px; */
	background-size: contain;
}
.inner-txt h1 {
	color: #2b2b2b;
	font-family: 'T';
	font-size: 35px;
	margin-top: 44px !important;
	padding-top: 30px;
}
.inner-txt {
	text-align: center;
}

.btn-style {
	font-family: open sans;
	background: #ff6000;
	border-radius: 50px;
	padding: 14px 30px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	border: none;
	text-transform: uppercase;
}
.btn-more {
	font-family: 'Open Sans', sans-serif;
	background: #FFF;
	border-radius: 50px;
	padding: 13px 31px;
	font-size: 15px;
	font-weight: 700;
	color: #2b2b2b;
	/* border: none; */
	text-transform: uppercase;
	margin-top: 20px;
	border: none;
}
.bt-tp {
	text-align: center;
	padding-bottom: 30px;
}
.top-rt-mg img {
	display: none;
}

/*NEW 4 BANNER FOR HOME PAGE MARCH 2024 END */


 /*New Top Banner 2024 End*/



/*.container{width:100%; max-width:1170px; padding:0;}*/

video {position:fixed; top:50%; left:50%; min-width:100%; min-height:100%; width:auto; height:auto; z-index:-100; transform: translateX(-50%) translateY(-50%); background: url('') no-repeat; background-size:cover; transition:1s opacity;}


.fa-tiktok:before{content:"\e07b"}
.fa-tiktok{content:"\e07b"}


video {min-width:100%; min-height:100%; width:auto; height:760px; background-size:cover; z-index:100; position:absolute; transform: translateX(-50%) translateY(-50%); transition:1s opacity;}
/*video {position:fixed; top:50%; left:50%; min-width:100%; min-height:100%; width:auto; height:auto; z-index:-100; transform: translateX(-50%) translateY(-50%); background: url('') no-repeat; background-size:cover; transition:1s opacity;}*/



.first-top-banner {background: url(../images/banner-top.jpg) top right no-repeat; background-size:cover; width:100%; height:100%; padding:50px 0;}

.first-top-banner h1 {font-family: 'Merriweather', serif; font-size:70px; color:#FFF; margin-top:140px; margin-bottom:80px;}
.first-top-banner a {color:#FFF; background:#094a9c; font-size:18px; text-align:left; padding:10px 35px; border-radius:30px; display:inline-block; margin-bottom:10px;}
.first-top-banner a:hover {background:#ff8403;}
.first-top-banner a.active {background:#ff8403;}
.first-top-banner .bg-none {background:none!important;}



.top-main-banner {background:url(../images/top-main-banner.jpg); width:100%; height:100%; background-position: center;
  background-repeat: no-repeat; background-size:cover;
   text-align:center;}
.top-main-banner .top-text {bottom:0px; top:500px; position:relative; padding:0 150px;}
.top-main-banner h1 {font-family: 'Merriweather', serif; font-size:60px; color:#FFF; text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);}
.top-main-banner a {color:#FFF;}


.home-banner-bg {background:#000; background-size:cover; padding-bottom:0px; position:relative; height:100%; min-height:700px; margin:00px 0 0 0; overflow:hidden;}
.home-banner-bg .banner-video {width:100%; min-height:100%; height:auto; background-size:cover;}
.home-banner-bg .scroll-txt{bottom:40px;}


.home-banner-bg-new {background:url(../images/banner-text-bg.png) center; z-index:999; height:auto; bottom:0;  top:0; padding:30px 0 30px 0; margin:250px 0; text-align:center; border:solid 1px #000; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.home-banner-bg-new h3 {font-size:60px; font-weight:400; color:#FFF; padding:0px;}
.home-banner-bg-new a {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    background: #ed7d31;
    z-index: +999;
    padding: 14px 40px;
    margin: 30px 0 15px 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-banner-bg-new .mlr7 {margin:0 70px;}
.home-banner-bg a {color:#FFF;}


.vertical-center {margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%);}


.slide-outer {width:100%;}
.slide-outer h2 {font-size:40px!important; line-height:55px!important}
.slide-outer p {font-size:20px!important;}
.slide-outer a:hover {-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}







.middle-main {background:#ededed; padding:70px 0; text-align:center;}
.middle-main h2 {font-size:44px; color:#000;}
.middle-main h3 {font-size:34px; color:#000;}
.middle-main a.btnNEW {font-size:24px; font-weight:700; color:#FFF; background:#ed7d31; padding:14px 40px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin-top:30px; display:inline-block;}
.middle-main a.btnNEW:hover{background:#cd6926;}



.btn-link {font-family: 'Geogrotesque-Regular'; font-weight: 800; color: #000; font-size:22px; border-radius: 0;}






.scroll-txt{ width:100%; float:left; z-index:9999; position:absolute; left:0; right:0; text-align:center; color:#FFF; bottom:90px; font-size:13px; font-weight:500; letter-spacing:4px; transform:translateY(-5px); animation:bounce .5s infinite alternate; -webkit-animation:bounce .5s infinite alternate;}

@keyframes bounce {
  from {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

.modal.video-modal .modal-dialog {width:100%; max-width:752px;}







/* Footer Part CSS Start */

.footer-link-bg{background:#313131; padding:65px 15px;}
.footer-link-bg h3{font-size:16px; font-weight:500; color:#FFF;}
.footer-link-bg hr{background:#ed7d31; height:4px; width:40px; margin:20px 0; border:none;}
.footer-link-bg ul li{font-size:15px; font-weight:400; display:block;  color:#d7d7d7; padding:5px 0;}
.footer-link-bg ul li a{font-size:15px; font-weight:400; color:#d7d7d7; padding:0; display:inline-block;}
.footer-link-bg ul li a:hover{color:#FFF;}
.footer-link-bg ul.contact li a{color:#ed7d31;}
.footer-link-bg ul.contact li a:hover{color:#FFF;}

.footer-grey-bg{background:#eaeaea; padding:25px 15px;}
.footer-grey-bg .bottom-top-arrow{margin:-60px 0 0 0; }
.footer-grey-bg .bottom-top-arrow a{margin:0; display:inline-block;}
.footer-grey-bg span{font-size:17px; font-weight:600; color:#094a9c; line-height:24px; max-width:600px;}
.footer-grey-bg .icon-back a{margin:0 0 0 14px;}

.footer-white-bg{background:#FFF; padding:15px;}

.footer-white-bg p{margin:0; padding:0; font-size:13px!important; color:#666;}
.footer-white-bg .bottom-nav ul li{float:left; margin:0 15px 0 0;}
.footer-white-bg .bottom-nav ul li a{font-size:14px; color:#094a9c;}
.footer-white-bg .bottom-nav ul li a:hover{text-decoration:underline;}

/* Footer Part CSS End */

 
 

.form-check-input {margin-left: -0.25rem!important;}
.modal-title {font-size:24px!important; text-align:center;}
.modal-body iframe {height:450px!important;}
.modal-lg {max-width:1020px!important;}
.modal-body p a {color:#00C; text-decoration:underline;}



/*------------------- April--15---2022------------------*/

@font-face {
    font-family: 'Swis721 Cn BT';
    src: url('../fonts/Swiss721BT-RomanCondensed.woff2') format('woff2'),
        url('../fonts/Swiss721BT-RomanCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@media screen and (min-width:100px) and (max-width:767px){
	.btn-more {
	margin-left: 0px;
}
	
	.top-bg {
	border-radius: 10px;
	padding:10px 0px;
}
	.dpn {display:block;}
	.dpn1 {display:none;}
	.bn-xx  h2 {
	font-size: 34px;
	color: #fff;
	
}
.bn-xx p {
	font-size: 20px !important;
		
}
	
.new-homepage-desgin-page .new-btn-area .btn{margin-bottom:15px;}	
.new-btn-area.pt-5 {padding-top:20px!important;}
.new-btn-area.black-btn-area.pt-4 {padding-top: 20px!important;}
.new-homepage-desgin-page .py-80 {padding-top:40px; padding-bottom:40px;}
.new-homepage-desgin-page p{font-size:16px; line-height:normal;}

.new-homepage-desgin-page .banner-area h1{font-size:34px;}
.new-homepage-desgin-page .banner-area h2{font-size:20px; line-height:normal; padding: 0}
.new-homepage-desgin-page .banner-area h3{font-size:16px; line-height:normal;}
.new-homepage-desgin-page .banner-area .banner-img{padding:0; margin-top: 30px;}
	
	
.new-homepage-desgin-page .font-swis{font-size:32px; line-height:normal;}
.new-homepage-desgin-page .font-open{font-size:20px; line-height:normal;}

.new-homepage-desgin-page .blue-ipad-section .py-80 {padding-top:40px; padding-bottom:20px;}	
.new-homepage-desgin-page .blue-ipad-section .ipad-img {position: relative; right: 0; padding-right: 0; top: 0; max-width:100%; padding-bottom:40px;}

.new-homepage-desgin-page .video-txt-bg-section .white-bg{padding:40px 20px;}
.new-homepage-desgin-page .video-thumbnail-section .white-bg{padding:30px 20px;}
.new-homepage-desgin-page .video-thumbnail-section h3 {font-size: 19px;}
.new-homepage-desgin-page .video-thumbnail-section p {font-size: 16px;}


}

@media ( min-width:320px ) and ( max-width:767px ) {   
.inner-banner {
	display: inline;
}
.container {
	max-width: 100% !important;
}
.rt-imgs {
	margin-top: 30px;
}

.top-main-txt {
	margin-left: 10px;
}
.banner-2 {
	background: #e6e6e6;
}
.top-rt-mg img {
	display: block;
	width: 100%;
}
.top-rt-mg {
	padding: 0 !important;
	margin-top: 40px;
}

.title-text {
	
	font-size: 14px;
	text-align: center;
	padding: 8px;
	
}

.text-dv h1 {
	
	font-size: 36px;
}

.banner-2 {
	padding: 30px 0px 0px 0px;
	
}

.banner-4 {
	padding: 40px 15px;
	/* position: relative; */
	background-size: cover;
}


}


@media screen and (min-width:767px) and (max-width:1180px){
	
.new-homepage-desgin-page .new-btn-area .btn{font-size: 14px; padding:0 20px; margin: 0 14px 0 0;}
	
}

@media screen and (max-width:1024px){
	 
.new-homepage-desgin-page .new-btn-area .btn {
    margin-bottom: 15px;
    width: auto;
}
}
