/* Put your custom CSS here (kept separate for caching). */

:root{
  --brand:#4CC21E;
  --brand-2:#BFE8A0;
  --bg:#ffffff;
  --text:#333;
  --text02:#000;
  --text03:#333333;
  --linktext:#0e46e4;
  --postbg:#b8ff9f;
  --footer01:#57c21c;
  --footertxt:#000000;
  --langbgcolor:#f0f0f0;
  --muted:#5b6672;
  --featurebox:#ffffff;
  --card:#ffffff;
  --border:rgba(0,0,0,.08);
  --shadow:0 10px 26px rgba(0,0,0,.14);
  --themebg: linear-gradient(to right, #57c21c, #57c21c);
   --shapegrad1:#4fccef;
  --shapegrad2:#89d99d;
  
}

body.theme-dark{
  --bg:#1a1a1a;
  --text:#e9edf2;
  --text02:#e1e1e1;
  --text03:#e1e1e1;
  --linktext:#0e46e4;
  --langbgcolor:#404040;
  --postbg:#404040;
  --footer01:#2d2d2d;
  --footertxt:#e1e1e1;
  --themebg: linear-gradient(to right, #57c21c, #57c21c);
  --muted:#a6b0bb;
  --featurebox:#ffffff;
  --card:#2d2d2d;
  --shapegrad1:#2d2d2d;
  --shapegrad2:#6a6a6a;
  --border:rgba(255,255,255,.10);
  /* --shadow:0 10px 26px rgba(0,0,0,.55); */
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body p { margin-bottom: 20px; font-size: 16px; line-height: 1.6; font-family: Roboto, sans-serif, Arial; }
.padding-top-30{padding-top:30px;}
.padding-top-50{padding-top:50px;}

body.theme-dark .site-header {
   /* background: rgb(255 255 255 / 0%); */
   background: linear-gradient(to right, #2d2d2d, #1a1a1a)!important;
   border-bottom: 1px solid #2d2d2d;
}
body.theme-dark .upml-dd-label { color:#fff !important; }

.padding-top-70{padding-top:70px;}
.padding-top-90{padding-top:90px;}
.padding-top-100{padding-top:100px;} 

.margin-top-30{margin-top:30px !important;}
.margin-top-50{margin-top:50px !important;}
.margin-top-70{margin-top:70px !important;}
.margin-top-90{margin-top:90px !important;}
.margin-top-100{margin-top:100px !important;} 
.margin-bottom-70 { margin-bottom:70px !important; }


*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Roboto, sans-serif, Arial;
  background:var(--bg);
  color:var(--text);
}
.brand img { max-width:unset; }
a{color:inherit;text-decoration:none}
button{font-family:inherit}
.container{width:min(1120px, calc(100% - 48px)); margin-inline:auto;}
.centertext { text-align:center;  }

/* ===== HEADER ===== */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.0); /* screenshot: header looks transparent on desktop */
}
.header-inner{
  height:74px;
  display:grid;
  grid-template-columns: 44px auto 1fr auto;
  align-items:center;
  gap:18px;
}
.header-left{display:none}
.header-center{grid-column:1}
.header-nav{grid-column:3}
.header-right{grid-column:4}

.brand{display:flex;align-items:center;gap:8px;font-weight:800;letter-spacing:.2px}
/* .brand img { width:150px; height:32px; } */
.brand__text{font-size:18px}
.brand__icon{display:grid;place-items:center}

.nav{margin-left:auto;display:flex;align-items:center;gap:34px}
.nav-menu li { display:inline; list-style:none; }
  .nav-menu li a {
    padding: 8px 20px;
    transition: all .3s;
    color: var(--text02);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 4px; 
	font-family: Roboto, sans-serif, Arial;
}
.nav-menu li a:hover { background:var(--themebg); color:#ffffff;}

.header-actions{display:flex;align-items:center;gap:10px}

.icon-btn{
  border:0;background:transparent;
  padding:8px 10px;border-radius:999px;cursor:pointer;
  color:var(--text);
  display:inline-flex;align-items:center;gap:6px;
}
.icon-close{display:none}
body.menu-open .icon-burger{display:none}
body.menu-open .icon-close{display:inline}

body.theme-dark .site-header { background: rgb(255 255 255 / 0%);}


.site-logo--dark { display:none; }

body.theme-dark .site-logo--light { display:none; }
body.theme-dark .site-logo--dark  { display:inline-block; }

body.theme-light .site-logo--light { display:inline-block; }
body.theme-light .site-logo--dark  { display:none; }



/* Multi language styling 
==========================*/

.lang{position:relative}
.lang-btn{
  display:flex;align-items:center;gap:10px;
  padding:8px 10px;border:0;background:transparent;
  cursor:pointer;color:var(--text02);border-radius:999px;
}
.lang-btn:hover{}


body.theme-light .lang-arrow { content: url("http://localhost/happymod/wp-content/themes/gp-lite-empty/images/down-arrow.png"); }
body.theme-dark .lang-arrow { content: url("http://localhost/happymod/wp-content/themes/gp-lite-empty/images/arrow-white.png"); }


.flag-img{
  width:26px;height:26px;border-radius:50%;
  object-fit:cover;border:1px solid rgba(0,0,0,.12);
}
body.theme-dark .flag-img{border-color:rgba(255,255,255,.14)}
.flag-emoji{width:26px;display:inline-flex;justify-content:center;font-size:18px}

.lang-text{font-weight:600;font-size:13px}
.caret{font-size:12px;opacity:.75}

.lang-dropdown{
  position:absolute; top:52px; right:0;
  width:270px;
  background:var(--card);
  box-shadow:var(--shadow);
  border-radius:12px;
  padding:10px;
  display:none;
}
.lang-dropdown.is-open{display:block}
.lang-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px 5px}
.lang-item{
  display:flex;align-items:center;gap:10px;
  padding:10px 10px;border:0;background:transparent;
  cursor:pointer;border-radius:5px;
  color:var(--text);font-weight:600;font-size:13px;text-align:left;min-height:42px;
}
.lang-item:hover{background:rgba(0,0,0,.06)}
body.theme-dark .lang-item:hover{background:rgba(255,255,255,.08)}
.lang-item:hover{background-color: var(--langbgcolor);}



/* ===== MOBILE MENU INLINE ===== */
.mobile-menu{
  display:none;
  /* border-top:1px solid rgba(0,0,0,.06); */
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(120%) blur(6px);
}
body.theme-dark .mobile-menu{
  background:rgba(15,17,22,.80);
  border-top:1px solid rgba(255,255,255,.08);
}
body.menu-open .mobile-menu{display:block}
.mobile-menu ul { margin:0px; padding-left:15px; padding-right:15px;}
.mobile-menu__link li{
  display:block;
  padding:12px 16px;
  border-bottom:1px solid rgba(0,0,0,.06);
  font-size: 1.1rem;
  font-weight: 500;
  list-style:none;
  padding:10px 0px;
  transition: transform .25s ease;
}
.mobile-menu__link li a { color: var(--text02); }

.mobile-menu__link li:last-child { border-bottom:none; }
body.theme-dark .mobile-menu__link li{border-bottom:1px solid rgba(255,255,255,.08)}

/* ===== HERO ===== */
.hero{ padding-top:100px;}
.hero-content { padding-top:50px; z-index:1; }
.hero-inner{
  display:grid;
  grid-template-columns: 1.12fr .88fr;
  gap:26px;
}
.hero-content h1{font-size: 3rem;  margin-bottom: 15px; color:var(--text); margin:0 0 8px 0;letter-spacing:-.6px}
.hero-content h2 { font-size: 2.2rem; margin-top:15px; margin-bottom: 10px; color:var(--text); line-height:2.6rem; }
.cta{
  display:inline-flex;align-items:center;justify-content:center;
  height:60px;border-radius:4px;
  background:var(--themebg);
  color:var(--featurebox);
  box-shadow:0 10px 14px rgba(76,194,30,.25);
  margin:40px 0 0 0;
  padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: 700;
	transition: transform .3s, box-shadow .3s;
}
.cta:hover {
	transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px, rgba(0, 0, 0, .07) 0 2px 2px, rgba(0, 0, 0, .07) 0 4px 4px, rgba(0, 0, 0, .07) 0 8px 8px, rgba(0, 0, 0, .07) 0 16px 16px;
    background:var(--themebg);
    text-decoration: none;
}
.security{max-width:520px}
.security-title{font-weight:800;font-size:14px;margin-bottom:6px}
.security-logos{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
 .security-text01 {   
	position: absolute;
    margin-left: 12px;
    margin-top: 6px;
 }
.sec-pill{
  color:var(--ext);
  padding:6px 10px;border-radius:999px;
}
.security-text{margin:0;font-size:12px;line-height:1.6;color:var(--text)}
.hero-media{display:flex;justify-content:center}
.phone{width:min(327px, 90%);height:auto;filter:drop-shadow(0 18px 28px rgba(0,0,0,.28))}

/* ===== RESPONSIVE (match screenshot) ===== */
@media (max-width: 768px){
  .header-inner{
    grid-template-columns: 10px 1fr 90px;
  }
  .header-left{display:inline-flex}
  .header-center{grid-column:2; justify-content:center}
  .header-nav{display:none}
  .header-right{grid-column:3; justify-content:flex-end}
  
  /* in screenshot: language looks like icon only */
  .lang-text{display:none}
  .lang-btn{padding:8px}
  .hero-inner{
    grid-template-columns:1fr;
    /*text-align:center;*/
    gap:16px;
    padding-top:30px;
  }
  .hero-title{font-size:34px}
  .hero-subtitle{font-size:18px}
  .hero-badges{justify-content:center}
  .security{margin-inline:auto}
  .hero-media{margin-top:8px}
  .mobile-only{ display:inline-flex !important; }
}

/* REMOVE DESKTOP TOGGLE */
@media (min-width: 861px){
  .header-left{display:none !important;}
}


/* ===== HARD FIX: TOGGLE ONLY ON MOBILE ===== */
.mobile-only{display:none !important;}



/* ===== HEADER + HERO BG LAYER FIX ===== */
.site-header{
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(255 255 255 / 50%);
  backdrop-filter: blur(6px);
}



/* ===== LANGUAGE DROPDOWN CARET ===== */
.lang-btn .caret{
  transition: transform .25s ease;
}
.lang-btn[aria-expanded="true"] .caret{
  transform: rotate(180deg);
}


/* ===== FINAL LAYER FIX (VISIBLE BEHIND HEADER) ===== */
.site-header{
  position: relative;
  top: 0;
  z-index: 5;                 /* header above shape */
  background: rgb(255 255 255 / 50%);
  backdrop-filter: blur(0px);
}

/* hero-bg stays visible behind header */
.hero-bg{
  position: absolute;
  top: 0;
  right: 0;
  min-width: 700px;
  height: 100vh; 
  /* width: 70vw; */ 
  z-index: 0;                 /* below header but above body */
  pointer-events: none;
}

.hero-bg svg{
  width: 100%;
  height: 100%;
  display: block;
}
.theme-color-btn { background:#e8e8f1; padding:7px 9px !important; } 
.theme-color-btn img { width:20px; height:20px; position:relative; top:2px; }
.theme-dark .theme-color-btn { background:#2d2d2d; padding:7px 9px !important; } 


/* ===== REMOVE TOGGLE FROM DESKTOP ===== */
.mobile-only{display:none !important;}
@media (max-width:768px){
  .mobile-only{display:inline-flex !important;}
}

/* ===== LANGUAGE DROPDOWN CARET FIX ===== */
.lang-btn .caret{
  transition: transform .25s ease;
}
.lang-btn[aria-expanded="true"] .caret{
  transform: rotate(180deg);
}

/* Home Features
================*/

.hm-wrap{
    max-width: 80%;
    margin: 0 auto;
}
.heading-wrap h2 { text-align:center; font-size: 2rem; margin-bottom:3rem; font-weight:700; }
.hm-features__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 34px;
}

.hm-feature{
  min-height: 100px;
  background: var(--themebg);            /* green bar */
  border-radius: 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  border:none;
}

.hm-feature__icon-wrap{
  width: 100px;
  height: 100%;
  background: #0a0a0a;            /* black left block */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border-bottom-right-radius: 32px;
  border-top-right-radius: 0;
}

.hm-feature__icon img{ /* width:68px;height:68px; */ display:block;}
.hm-feature__text{
  color: var(--featurebox);
  font-weight: 700;
  font-size: 20px;
  padding: 0 18px;
  line-height: 1;
}

/* Responsive */
@media (max-width: 768px){
  .hm-features__title{font-size: 26px;}
  .hm-features__grid{grid-template-columns: 1fr; gap: 16px;}
  .hm-feature__text{font-size: 16px;}
}
/* Home Features end
===================*/


/*Features Box
==================*/
.feature-box{
  max-width: 85%;
    margin: 0 auto;
    padding: 2rem;
    background: var(--themebg);
    border-radius: 32px;
	border-radius:4rem;
    color: var(--colorbox-1-txt);
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 123, 255, .2);
}
.feature-box h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
	color:var(--featurebox);
	margin-top:0px;
}
.feature-box p {  color:var(--featurebox); }
.feature-box img { width:220px; height:446px; } 


@media (max-width: 768px) {
    .feature-box { max-width: 100%; padding: 1rem; }
}	
	
/*FAQ styling
=================*/

.faq-sec{max-width:980px;margin:40px auto;padding:0 18px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.faq-title h1{text-align:center;font-size: 2.5rem; margin-bottom: 50px; font-weight:700; line-height:1.2;}

.faq-item{
  background:var(--themebg);
  border-radius:26px;
  padding: 2.5rem 3.2rem;
  margin-bottom: 1rem;
  margin:18px 0;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(0,0,0,.10);
  transition:transform .18s ease;
  transform:translateZ(0);
}
.faq-item:hover{transform:scale3d(.96,.96,1.01)}

.faq-q{
  width:100%;
  display:flex;
  align-items:center;
  gap:18px;
  border:0;
  background:transparent;
  color: var(--featurebox);
  cursor:pointer;
  text-align:left;
}
.faq-q:focus-visible{outline:3px solid rgba(0,0,0,.25);outline-offset:4px;border-radius:18px}

.faq-text{font-size: 1.5rem; font-weight: 500;line-height:1.7}

/* icon circle */
.faq-icon{
  width:54px;height:54px;border-radius:999px;
  background:#fff;
  display:inline-grid;place-items:center;
  position:relative;flex:0 0 auto;
  transition:background .22s ease;
}

/* plus bars */
.faq-icon:before,.faq-icon:after{
  content:"";
  position:absolute;
  width:18px;height:2px;border-radius:2px;
  background:#111;
  transition:transform .22s ease, background .22s ease;
}
.faq-icon:after{transform:rotate(90deg)}

/* answer */
.faq-a{padding:20px 20px 20px}
.faq-a p { margin:0; color: var(--featurebox); font-size:15px; line-height:1.55;font-weight:600;}



/* open state */
.faq-item.is-open .faq-icon{background:#ff2d46}
.faq-item.is-open .faq-icon:before,.faq-item.is-open .faq-icon:after{background:#fff}
.faq-item.is-open .faq-icon:before{transform:rotate(45deg)}
.faq-item.is-open .faq-icon:after{transform:rotate(135deg)}

@media (max-width:640px){
  .faq-text{font-size:18px}
  .faq-icon{width:46px;height:46px}
  .faq-a p{font-size:14px}
}



/*security badge styling*/

.security {
    margin-top: 2.25rem;
}
.security-heading {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: .5rem;
}
.security-heading img {
    width: 24px;
    height: 24px;
}
.security-heading .text {
    padding: 0 20px 0px 8px;
    font-size: 1.5rem;
}
.sicon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top:10px;
}

.sicon .text {
    padding: 0 20px 0 8px;
    font-size: .9rem;
}
.security-text {
	font-size: 1.1rem;
    margin-top: 1.25rem;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* .feature-icon img {
    width: 36px;
    height: 36px;
} */

.feature-icon .text {
    padding: 0 44px 0 8px;
	font-size: 1.5rem;
    font-weight: 400;
    color: var(--text03);
}
.main-content h2 {
	font-weight: 700;
	font-size: 1.75rem;
	margin-bottom: 1rem;
	margin-top:0px;
    line-height: 1.2;
	color:var(--text03);
}
.main-content strong { font-weight:700; }
.main-content b { font-weight:700; }

.main-content h3 {
	margin-bottom: 1rem;
	margin-top:0px;
	font-size:1.5rem;
    font-weight: 700;
    line-height: 1.2;
	color:var(--text03);
}
.main-content a {color:var(--linktext);}
.main-content ul {    margin: 1.5rem 0; padding-left: 2rem; }
.main-content ul li { font-size:16px; margin-bottom:10px; }
.main-content td, th {
    padding: 1rem;
    text-align: left;
}
.main-content table, th {
    border: 1px solid #ddd;
}
.main-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top:35px;
  margin-bottom:35px;
}
.main-content table tr { height:60px; }

.main-content th, td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
}


.main-content th {
  background: #f5f5f5;
}
.load-cta { text-align:center; }
.load-cta ul { padding:0px; margin:0px; }
.load-cta ul li { list-style:none; }
.load-cta ul li a { margin-top:15px !important;}
.load-cta ul li .cta { padding:12px 150px !important; border-radius:10px; }


.site-footer {
  background: var(--themebg);
  padding: 25px 0;
  font-size: 16px;
  margin-top:70px;
}
.border-line {border-bottom:1px solid #ddd }

.footer-inner {
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left {
  color: var(--footertxt);
}

/* Menu */
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
}

.footer-menu li {
  position: relative;
}

/* Separator | via CSS */

.footer-menu li a {
  color: var(--footertxt);
   padding: 6px 16px;
    font-size: .95rem;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none !important;
	border-right:1px solid #000000;
}
.footer-menu li:last-child a { border-right:none;}

.footer-menu li a:hover {
  background: #fff;
  color: #000;
  border-radius: 2px;
}
/* Desktop order */
.footer-left {
  order: 1;
}

.footer-nav {
  order: 2;
}


/* Mobile */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
 .footer-menu { margin-top:10px; } 
.footer-left { margin-top:20px; }
  .footer-menu li:not(:last-child)::after {
    margin: 0 8px;
  }
  /* Menu first */
  .footer-nav {
    order: 1;
  }

  /* Copyright bottom */
  .footer-left {
    order: 2;
  }
  
}

/* Back to top button
======================*/

#backToTop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: var(--themebg);
  color: #000;
  border: 2px solid #333;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  transform: rotate(45deg);
  border-radius: 3px;
  display: none;
  align-items: center;
  justify-content: center;

  z-index: 9999;
}

/* rotate arrow back */
#backToTop::before {
  content: "";
  display: block;
  transform: rotate(-45deg);
}
#backToTop img { transform: rotate(-45deg); }

/* hover */
#backToTop:hover {
  background: var(--themebg);
}


/*Blog section*
===============*/
.blog-heading1 h1{
  text-align:center;
  line-height:1.2;
  margin-top:0;
}

/* MAIN LAYOUT */
.hp-blog-grid{
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* LEFT POSTS */
.hp-posts{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* SINGLE POST */
.hp-post{
  display: flex;
  gap: 16px;
  padding: 14px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: background .18s ease, transform .18s ease;
  color: inherit;
}

.hp-post:hover{
  background: var(--postbg);
  transform: translateY(-1px);
}

/* THUMB */
.hp-thumb{
  width: 160px;
  min-width: 160px;
  height: 80px;
  overflow: hidden;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTENT */
.hp-content{
  flex: 1;
}

.hp-title{
  margin: 0 0 8px;
  font-size: 1.3rem;
  color: var(--text02);
  line-height: 1.2;
  font-weight: 700;
}

.hp-meta{
  font-size: 13px;
  opacity: .75;
  margin-bottom: 8px;
}

.hp-excerpt p{
  margin: 0;
  font-size: .9rem !important;
  line-height: 1.6;
  opacity: .9;
}

/* SIDEBAR */
.hp-sidebar{
  width: 400px;
  min-width: 400px;
  padding-left: 18px;
}

.hp-side-title{
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 700;
}

/* RECENT POSTS */
.hp-recent{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5rem;
}

.hp-recent:hover .hp-rtitle{
  text-decoration: underline;
}

.hp-rthumb{
  width: 56px;
  min-width: 56px;
  height: 38px;
  overflow: hidden;
  background: #f3f3f3;
}

.hp-rthumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hp-rtitle{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.post_detail h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
	text-align:left;
	}
	
.after-th-title h2 {
    font-size: 2rem;
    margin-bottom: 20px;
	text-align:center;
	line-height:2.5rem;
	}
.post_detail h2 {
    font-size: 2rem;
    margin-bottom: 20px;
	line-height:2.5rem;
	}
.post_detail h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
	line-height:2rem;
	margin-top:0px;
	}	
	
.post_detail p{
	font-size: 1rem;
    color:var(--text);
    margin-bottom: 15px;
	}
.post_detail h3 strong {
    font-weight:700;
	}	
.post_detail strong { font-weight:700; }
.post_detail b { font-weight:700; }	
.detail-thumb img { width:100%; height:auto; }	
.post-date-box { 
margin-top:20px; 
font-size: .9rem;
color: #777;
}	
	
	

/* RESPONSIVE */
@media (max-width: 980px){
  .hp-blog-grid{
    flex-direction: column;
  }
  .hp-sidebar{
    width: 100%;
    min-width: 0;
    padding-left: 0;
    border-top: 1px solid #eee;
    padding-top: 14px;
  }
}

@media (max-width: 620px){
  .hp-post{
    flex-direction: column;
  }
  .hp-thumb{
    width: 100%;
    min-width: 0;
    height: 180px;
  }
  .hp-title{
    font-size: 18px;
  }
}


/*Header language dropdown Styling*/

.menu-item-upml { display:flex; align-items:center; }

/* button */
.upml-dd { position:relative; }
.upml-dd-btn{
  display:flex; align-items:center; gap:8px;
  padding:0px;
  border:none;
  border-radius:999px;
  background:transparent;
  cursor:pointer;
  line-height:1;
}
.upml-dd .upml-flag{
  width:26px; height:26px;
  border-radius:50%;
  object-fit:cover;
}


/* dropdown box */
.upml-dd-menu{
  display:none;
  position:absolute;
  right:-50px;
  top:calc(100% + 23px);
  width:270px;               /* dropdown width (adjust if needed) */
  max-width:calc(100vw - 30px);
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:0px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  padding:10px 7px 10px 7px;
  z-index:9999;

  /* 2 column grid */
  display:none;
  grid-template-columns: 1fr 1fr;
  gap:8px;
}

body.theme-dark .upml-dd-menu{
background: #2d2d2d;
border:1px solid #404040;
}

.upml-dd-btn[aria-expanded="true"] .upml-caret {
    transform: rotate(180deg);
}
.upml-dd-menu a { padding:6px !important; line-height:20px !important; }
.upml-dd.open .upml-dd-menu{ display:grid; }

/* items */
.upml-dd-item{
  display:flex; align-items:center; gap:10px;
  padding:10px 10px;
  border-radius:12px;
  text-decoration:none;
  color:inherit;
  border:1px solid transparent;
}
.upml-dd-item span{ position:relative; top:0px; left:3px; }
.upml-dd-item:hover{ background:#f5f5f5; }
body.theme-dark .upml-dd-item:hover {
background: #404040;
border-radius:1px; 
}
.upml-dd-item.is-active{
  font-weight:700;
  background:none;
  border-color:none;
}

.security-desktop {  display:block; }
.security-mobile  { display:none; }


/* ============================= */
/* Toggle Button 25x20 */
/* ============================= */

.menu-toggle {
    width: 25px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: inline-block;
	display:none;
}

/* Lines */
.menu-toggle span {
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background:var(--text02);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* 3 line positions */
.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 9px; }
.menu-toggle span:nth-child(3) { bottom: 0; }

/* ============================= */
/* CROSS STATE */
/* ============================= */

.menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* ============================= */
/* Smooth Inline Menu */
/* ============================= */

.mobile-menu {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-5px);
    transition: max-height 0.35s ease,
                opacity 0.25s ease,
                transform 0.35s ease;
}

.mobile-menu.open {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu__link {
    display: block;
    padding: 15px 0 5px 0;
    text-decoration: none;
    color: #111;
}



/* ============================= */
/* Toggle Button 25x20 End */
/* ============================= */


.flag-down { display:block; }
.country-down  { display:none; }



#upml-dd .caret-icon{
  fill: #333; /* light theme color */
  transition: transform 250ms ease, fill 250ms ease;
  display: inline-block;
  margin-left:5px;
}

/* rotate when open */
#upml-dd.open .caret-icon{
  transform: rotate(180deg);
}

.footer-left p { margin:0px; }
body.theme-dark #upml-dd .caret-icon{
  fill: #fff;
}

/* mobile: 1 column */
@media (max-width: 600px){
  .upml-dd-menu{
    width:280px;
  }
}

.hero-svg--mobile{display:none;}
@media (max-width:768px){
  .hero-svg--desktop{display:block; top:auto;}
  .hero-svg--mobile{display:none;}
}


@media only screen and (max-device-width:768px){
	.feature-box{ max-width: 100%; }
	.mobile-center { text-align:center !important; }
	.security-heading { justify-content: center; }
	.hero-bg{ min-width:980px; top:auto; }
	.hero-content { padding-top:0px; }
	.hero { padding-top:30px; }
	.hero-content h1 { font-size:2.5rem; }
	.hero-content h2 { font-size:1.8rem; }
	.faq-title{font-size:34px} 
	.faq-item{padding: 2rem 1rem; }
	.upml-dd-label { display:none;}
	.hm-wrap { max-width:100%; }
	.faq-sec { padding:0 10px; }
	.load-cta ul li .cta { padding:15px !important; display:block; }
	.padding-top-100{ padding-top: 30px;}
	.feature-box { border-radius:3rem;}
 
.padding-top-70{padding-top:50px;}
.padding-top-90{padding-top:50px;}
.padding-top-100{padding-top:50px;} 

.margin-top-30{margin-top:30px !important;}
.margin-top-50{margin-top:50px !important;}
.margin-top-70{margin-top:50px !important;}
.margin-top-90{margin-top:50px !important;}
.margin-top-100{margin-top:50px !important;} 
.margin-bottom-70 { margin-bottom:50px !important; }


.security-desktop {  display:none; }
.security-mobile  { display:block; margin-top:20px; text-align:center; }
.menu-toggle { display:inline-block; }

.flag-down { display:none; }
.country-down  { display:block; }
.country-down .icon { display:none; }
.upml-dd .upml-flag { display:none; }
.icon-mobile{
	background: #e8e8f1;
	color: var(--text);
    padding: 9px;
    width: 38px;
    height: 38px;
    border-radius: 50px;
}
.upml-dd-item > .upml-flag { display:block; }
.theme-dark .icon-mobile { background: #2d2d2d; color: var(--text); }
.upml-dd-menu{ top:calc(100% + 17px); }
.phone{width: auto; height:auto; }
	

    /* padding-top: 50px; */

}
@media only screen and (max-device-width:516px){
	
	.feature-icon .text {font-size:1.1rem; padding: 0 10px 0 8px; }
	.hero-bg{ min-width:700px; } 
	.main-content td, th { padding:7px; font-size:14px; }
	 
}





/* stop mobile auto-scaling / horizontal overflow  
html, body { overflow-x: hidden; }

.hero { position: relative; overflow: hidden; }

@media (max-width: 375px){
  .hero-bg{
    min-width: 0 !important;     
    width: 100vw !important;     
    height: 100% !important;
    right: 0 !important;
    left: auto !important;
  }
}

@media (max-width: 375px){
  .hero-bg{
    min-width: 0 !important;     
    width: 100vw !important;
  }
} */