#countryPopup{
  position: fixed;
  top:0;left:0;
  width:100%;height:100%;
  background: rgba(0,0,0,.7);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:9999;
  opacity:0;
  pointer-events:none;
  transition: opacity .3s ease;
}
#countryPopup.eggo-visible{
  opacity:1;
  pointer-events:auto;
}
#countryPopup .popup-box{
  background:#fff;
  padding:20px;
  border-radius:10px;
  text-align:center;
  width:80%;
  max-width:400px;
  position:relative;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
  font-family:inherit;
}
#countryPopup .popup-close{
  position:absolute;
  top:10px;
  right:10px;
  background:none;
  border:none;
  font-size:20px;
  cursor:pointer;
  line-height:1;
}
#countryPopup .popup-button{
  display:block;
  width:80%;
  margin:10px auto;
  padding:10px;
  font-size:14px;
  border:none;
  border-radius:5px;
  cursor:pointer;
}
#countryPopup .popup-button.primary{
  background:#0056b3;
  color:#fff;
}
#countryPopup .popup-button.primary:hover{
  background:#007bff;
  color:#fff;
}
#countryPopup .popup-button.secondary{
  background:#e67e00;
  color:#fff;
}
#countryPopup .popup-button.secondary:hover{
  background:#ff9800;
  color:#fff;
}
#countryPopup img.popup-logo{
  max-width:60%;
  height:auto;
  margin-bottom:10px;
}
#countryPopup .popup-flag{
  max-width:20px;
  margin-right:10px;
  vertical-align:middle;
}
#countryPopup .popup-helper{
  margin:15px 0;
  font-size:10px;
  padding:10px;
  background:#f9f9f9;
  border-radius:5px;
  text-align:center;
}



/* =========================================================
 * Top selector box (Country/Language/Currency)
 * ======================================================= */
.wagih-selector-box{
  position:absolute;
  top:0;left:0;
  background:#fff;
  padding:20px;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.2);
  z-index:9999;
  width:280px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display:none;
  transition:all .3s ease;
}
.wagih-selector-box label{
  font-weight:bold;
  display:block;
  margin-top:12px;
  margin-bottom:6px;
  color:#333;
  font-size:14px;
}
.wagih-selector-box select,
.wagih-selector-box button{
  width:100%;
  padding:8px 10px;
  border:1px solid #ccc;
  border-radius:6px;
  margin-bottom:12px;
  font-size:14px;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.wagih-selector-box button{
  background-color:#5191FA;
  color:#fff;
  font-weight:bold;
  border:none;
  cursor:pointer;
  transition:background-color .3s ease;
}
.wagih-selector-box button:hover{ background-color:#1A2B48; }

#wagih-country-wrapper{ position:relative; margin-bottom:12px; }
#wagih-country{ display:none; }
.wagih-country-display{
  padding:8px 10px 8px 40px;
  border:1px solid #ccc;
  border-radius:6px;
  cursor:pointer;
  font-size:14px;
  min-height:38px;
  display:flex;
  align-items:center;
  gap:8px;
  background:#fff;
}
.wagih-country-display .wagih-country-placeholder{ color:#888; }
.wagih-country-dropdown{
  position:absolute;
  top:100%;
  left:0; right:0;
  background:#fff;
  border:1px solid #ddd;
  border-radius:8px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  max-height:260px;
  overflow:hidden;
  margin-top:4px;
  z-index:10000;
  display:none;
}
#wagih-country-search{
  width:100%;
  border:none;
  border-bottom:1px solid #eee;
  padding:6px 10px;
  font-size:13px;
  outline:none;
}
#wagih-country-list{
  list-style:none;
  margin:0;
  padding:4px 0;
  max-height:220px;
  overflow-y:auto;
}
.wagih-country-item{
  padding:6px 10px 6px 40px;
  display:flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  font-size:13px;
  position:relative;
}
.wagih-country-item:hover{ background:#f3f6ff; }
.wagih-country-item.selected{ background:#e1ebff; }
.wagih-flag-thumb{
  width:20px;
  height:14px;
  background-size:cover;
  background-position:center;
  border-radius:2px;
  flex-shrink:0;
}
.wagih-flag-emoji{ font-size:16px; flex-shrink:0; }
.wagih-country-name{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.wagih-info-box{
  margin:5px 0;
  font-size:10px;
  padding:8px;
  background:#f9f9f9;
  border-radius:5px;
  text-align:left;
}

#wagih-loading-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:100000;
}
.wagih-loader{
  width:48px;
  height:48px;
  border-radius:50%;
  border:4px solid rgba(255,255,255,.3);
  border-top-color:#fff;
  animation:wagih-spin 1s linear infinite;
}
@keyframes wagih-spin{ to{ transform:rotate(360deg);} }

iframe.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-logo-link,
.goog-te-gadget span,
iframe.skiptranslate,
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd,
body > .skiptranslate,
.goog-te-spinner-pos,
.goog-te-spinner,
.goog-te-spinner *{
  display:none !important;
}
body{ top:0 !important; }
[class^="VIpgJd-ZVi9od"],
[class*=" VIpgJd-ZVi9od"]{ display:none !important; }

body.wagih-rtl{ direction:rtl; }
body.wagih-rtl .elementor-section,
body.wagih-rtl .elementor-container,
body.wagih-rtl .elementor-widget{
  direction:rtl;
  text-align:right;
}
body.wagih-rtl h1,
body.wagih-rtl h2,
body.wagih-rtl h3,
body.wagih-rtl h4,
body.wagih-rtl h5,
body.wagih-rtl h6,
body.wagih-rtl .elementor-heading-title{
  text-align:right !important;
  direction:rtl;
}
body.wagih-rtl .elementor-widget-text-editor,
body.wagih-rtl .elementor-widget-text-editor p,
body.wagih-rtl .elementor-widget-text-editor ul,
body.wagih-rtl .elementor-widget-text-editor ol,
body.wagih-rtl .elementor-widget-text-editor li{
  direction:rtl;
  text-align:right;
}
body.wagih-rtl ul,
body.wagih-rtl ol{
  padding-right:20px;
  padding-left:0;
}
body.wagih-rtl .swiper-container,
body.wagih-rtl .swiper,
body.wagih-rtl .owl-carousel{
  direction:rtl;
}
body.wagih-rtl .swiper-slide,
body.wagih-rtl .owl-item{
  text-align:right;
}
