@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap");
@font-face {
  font-family: "Speda";
  src: url("../Fonts/agoradeng_basefont.eot");
  src: url("../Fonts/agoradeng_basefont.eot?#iefix") format("embedded-opentype"), url("../Fonts/agoradeng_basefont.woff2") format("woff2"), url("../Fonts/agoradeng_basefont.woff") format("woff"), url("../Fonts/agoradeng_basefont.ttf") format("truetype"), url("../Fonts/agoradeng_basefont.svg#Speda-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Speda";
  src: url("../Fonts/agoradeng_basefont.eot");
  src: url("../Fonts/agoradeng_basefont.eot?#iefix") format("embedded-opentype"), url("../Fonts/agoradeng_basefont.woff2") format("woff2"), url("../Fonts/agoradeng_basefont.woff") format("woff"), url("../Fonts/agoradeng_basefont.ttf") format("truetype"), url("../Fonts/agoradeng_basefont.svg#Speda") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bg-agora {
  background-color: #3e9f9d;
}

.vt-notification.vt-theme-dark {
  background-color: #fff;
}
.vt-notification.vt-theme-dark .vt-title, .vt-notification.vt-theme-dark .vt-paragraph {
  color: #232122 !important;
}
.vt-notification.vt-theme-dark .vt-progress-bar {
  background-color: #a9a9a9;
}
.vt-notification.vt-theme-dark .vt-progress-bar .vt-progress {
  background-color: #3e9f9d !important;
}

.socialShare {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48px);
  grid-gap: 10px;
}
.socialShare a {
  display: block;
  box-shadow: 0px 0px 12px rgba(30, 30, 30, 0.1);
  color: white;
  text-align: center;
  height: 48px;
  width: 48px;
  line-height: 55px;
  font-size: 24px;
  border-radius: 0.3em;
  position: relative;
  transition: ease-in-out 0.3s;
  top: 0;
}
.socialShare a:hover {
  top: -10px;
}
.socialShare a:nth-child(1) {
  color: #1877f2;
}
.socialShare a:nth-child(2) {
  color: #1da1f2;
}
.socialShare a:nth-child(3) {
  color: #59267c;
}
.socialShare a:nth-child(4) {
  color: #25d366;
}
.socialShare a:nth-child(5) {
  color: #0a66c2;
}
.socialShare a:nth-child(6) {
  color: #0088cc;
}

.QrForm {
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
}
.QrForm .holder {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
.QrForm #qr {
  margin: auto;
  width: 200px;
  padding: 30px 0;
}

#branches {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: white;
  width: 100vw;
  height: 100vh;
  background-image: url("/Images/circuit.png");
}
#branches:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#branches .container {
  width: 300px;
  border-radius: 0.36rem;
  background-color: #3e9f9d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 15px;
}
#branches .container img {
  display: block;
  height: 120px;
  width: auto;
  margin: auto;
}

#app[data-route=dashboard] #sideBar {
  display: block;
}
#app[data-route=dashboard] footer {
  display: none;
}
#app[data-route=dashboard] nav {
  display: none;
}

#app:not(.rtl) {
  font-family: "Montserrat", sans-serif;
}
#app:not(.rtl) #Company p a {
  font-weight: bold;
}

body.rtl .vt-notification-container {
  direction: rtl !important;
  text-align: right !important;
}

.banner {
  width: 100%;
  height: 105px;
  background-size: cover;
  background-position: center center;
}

#app.rtl #Principles .bubble h6 {
  font-size: 40px;
}
@media (max-width: 600px) {
  #app.rtl #Principles .bubble h6 {
    font-size: 34px;
  }
}

.dashboard {
  padding-left: 140px !important;
}

#sideBar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  background-color: #3e9f9d;
  height: 100vh;
  z-index: 300;
  padding: 5px 10px;
}

.btn {
  background-color: #3e9f9d;
}

.siteColor {
  color: #3e9f9d;
}

.agora-blue {
  background-color: #3e9f9d;
}

#Posts form input {
  width: 100%;
  min-height: 35px;
  border-radius: 0.375rem;
  margin: 5px 0;
  padding: 3px 5px;
}

.rtl,
*[dir=rtl] {
  font-family: "Speda" !important;
}

.rtl,
*[dir=rtl] {
  font-family: "Speda" !important;
}

.siteColor {
  color: #3e9f9d;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.videoContainer {
  width: 100%;
  height: 56.25vh;
}
.videoContainer iframe {
  width: 100%;
  height: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
}
body img,
html img {
  width: 100%;
}
body,
html {
  scroll-behavior: smooth;
}

#Company,
#Why,
#Contact,
#Principles {
  padding-top: 40px;
}
#Company > div,
#Why > div,
#Contact > div,
#Principles > div {
  background-color: white;
}

body {
  overflow-x: hidden;
}
body #backToTop {
  width: 30px;
  height: 30px;
  background-color: white;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #3e9f9d !important;
}
body h2 {
  color: #3e9f9d;
}
@media (min-width: 1024px) {
  body .Company .wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 35px;
  }
}
body .Company .wrapper {
  text-align: start;
}
body .Company .wrapper img {
  margin-top: 20px;
}
body .Company .wrapper a {
  color: #3e9f9d;
}
@media (min-width: 1024px) {
  body .Why .wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 35px;
  }
}
body .Why .wrapper {
  text-align: start;
}
body .Why .wrapper a {
  color: #3e9f9d;
}
body .Principles {
  text-align: center !important;
}
body .Principles .shadow-lg.rounded-md {
  position: relative;
  text-align: center !important;
}
body .Principles .shadow-lg.rounded-md:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 0;
  background: #c7c7c7;
  background: linear-gradient(285deg, rgba(57, 131, 177, 0.7490196078) 11%, darkgray 100%);
}
body .Principles .rules {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  z-index: 1;
}
body .Principles .rules .rule {
  display: -ms-grid;
  width: 300px;
}
@media (min-width: 768px) {
  body .Principles .rules .rule {
    width: 370px !important;
  }
}
body .Principles .rules .rule {
  text-align: center !important;
  -webkit-box-pack: center;
  grid-template-rows: 4fr 2fr;
  -ms-flex-pack: center;
  grid-gap: 13px;
  height: 285px;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  align-content: flex-start;
  -ms-flex-align: center;
  display: grid;
  text-align: center !important;
}
body .Principles .rules .rule .bubble {
  width: 150px;
  height: 150px;
  background-image: url("/Images/bubble.gif");
  position: relative;
  background-size: cover;
  border-radius: 50%;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  margin: 0;
}
body .Principles .rules .rule .bubble h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  font-size: 32px;
  width: 380px !important;
  text-shadow: 0px 0px 12px rgba(31, 44, 66, 0.9);
  color: white;
  width: 100px;
  text-align: center !important;
}
body .Principles .rules .rule .info {
  align-self: flex-start;
}
body .Principles .rules .rule:nth-of-type(1) .bubble {
  transform: rotate(970deg);
}
body .Principles .rules .rule:nth-of-type(1) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-970deg);
}
body .Principles .rules .rule:nth-of-type(2) .bubble {
  transform: rotate(1940deg);
}
body .Principles .rules .rule:nth-of-type(2) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-1940deg);
}
body .Principles .rules .rule:nth-of-type(3) .bubble {
  transform: rotate(2910deg);
}
body .Principles .rules .rule:nth-of-type(3) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-2910deg);
}
body .Principles .rules .rule:nth-of-type(4) .bubble {
  transform: rotate(3880deg);
}
body .Principles .rules .rule:nth-of-type(4) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-3880deg);
}
body .Principles .rules .rule:nth-of-type(5) .bubble {
  transform: rotate(4850deg);
}
body .Principles .rules .rule:nth-of-type(5) .bubble h6 {
  transform: translate(-50%, -50%) rotate(-4850deg);
}

.siteBtn {
  width: 120px;
  height: 40px;
  background-color: #3e9f9d;
  font-weight: 900;
  color: white;
  display: block;
  margin: auto;
  text-decoration: none;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 2px 4px 6px rgba(255, 254, 255, 0.4);
  text-align: center !important;
}

.VueCarousel .oneSlide {
  position: relative;
}
.VueCarousel .oneSlide .info {
  position: absolute;
  text-align: center;
}
.VueCarousel .oneSlide .info h3 {
  font-size: 48px;
  color: white;
}
.VueCarousel .oneSlide .info {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
  background-color: #a9a9a9 !important;
}
.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active {
  background-color: #3e9f9d !important;
}

.notFound {
  min-height: 75vh;
  position: relative;
}
.notFound .imageContainer {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.waiting {
  position: relative;
  min-height: 400px;
  text-align: center;
  display: grid;
  align-items: center;
}
.waiting img {
  width: 75px;
  height: auto;
  display: block !important;
  margin: 20px auto;
}

.VueCarousel-navigation {
  width: 90%;
  position: absolute;
  z-index: 5;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .VueCarousel-navigation {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .VueCarousel-navigation {
    display: none;
  }
}
.VueCarousel-navigation button {
  background-color: #3e9f9d !important;
  padding: 5px 10px !important;
  border-radius: 0.25rem;
  color: white !important;
}

.menu {
  position: fixed;
  z-index: 10;
  width: 0%;
  height: 0%;
  background-color: #161211;
  color: white;
  font-weight: bold;
  top: 0;
  right: 0;
  overflow: hidden;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  text-align: center !important;
}
.menu.toggled {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  background-color: white;
}
.menu.toggled ul {
  opacity: 1;
  flex-direction: column;
  color: #3e9f9d !important;
}
.menu {
  transition: 0.5s;
}
.menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  font-size: 24px;
  height: 50vh;
  opacity: 0;
  transition: 0.5s;
}

nav {
  position: absolute;
  width: 93%;
  margin: auto;
  height: 8.5vh;
  background: linear-gradient(deg, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 10;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}
nav ul li a {
  color: white;
}
nav .logo img {
  height: 55px !important;
  width: 56px !important;
}
nav .hamburger {
  width: 30px;
  height: 28px;
  color: #3e9f9d;
  border-radius: 5px;
  position: relative;
  z-index: 12;
}
nav .hamburger:hover {
  cursor: pointer;
}
nav .hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: white;
  border-radius: 3.5px;
  position: absolute;
  transform-origin: center;
  left: 3px;
  top: 50%;
  left: 50%;
}
nav .hamburger span:nth-child(1) {
  transform: translate(-50%, -350%);
}
nav .hamburger span:nth-child(2) {
  transform: translate(-50%, -35%);
}
nav .hamburger span:nth-child(3) {
  transform: translate(-50%, 310%);
}
nav .hamburger span {
  transition: 0.3s;
}
nav .hamburger.toggled span {
  background-color: #3e9f9d;
}
nav .hamburger.toggled span:nth-child(1) {
  transform: translate(-50%, -35%) rotate(45deg) !important;
}
nav .hamburger.toggled span:nth-child(2) {
  width: 0;
}
nav .hamburger.toggled span:nth-child(3) {
  transform: translate(-50%, -35%) rotate(-45deg) !important;
}

footer {
  width: 100%;
  background-color: #3e9f9d;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-content: space-around;
  color: white;
  padding: 30px 20px;
  text-align: start;
}
footer svg {
  display: inline-block;
  height: 24px;
  transition: 0.3s;
}
footer a svg {
  filter: invert(0%);
  transition: 0.3s;
}
footer a:hover svg {
  filter: invert(50%);
  height: 34px;
}
footer .social > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48px);
  grid-gap: 5px;
  width: 209px;
  margin: 0 auto;
  margin-bottom: 10px;
}
footer .social > div a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.2s, border-radius 0.2s 0.2s, background-color 0.4s 0.2s, color 0.4s 0.2s;
  color: #a9a9a9;
}
footer .social > div a:hover {
  border: 1px solid white;
  border-radius: 10px;
  background-color: white;
  color: #322221;
  box-shadow: 0px 0px 6px rgba(238, 238, 238, 0.4);
}

.Contact .flex.gap-3 {
  padding: 15px 0;
}
.Contact .flex.gap-3 a {
  background-color: #3e9f9d;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .Contact .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.Contact .wrapper {
  justify-content: space-between;
  grid-gap: 10px;
  text-align: start;
  padding: 0;
}
.Contact .wrapper .aboveForm p {
  color: #313332 !important;
}
.Contact .wrapper .aboveForm .text-md {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.Contact .wrapper form {
  padding: 20px;
  padding-top: 0;
}
.Contact .wrapper form button {
  background-color: #3e9f9d !important;
}
.Contact .wrapper iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .Contact .wrapper iframe {
    height: 500px;
  }
}
.Contact .wrapper label {
  font-weight: bold !important;
  display: block !important;
  margin-top: 15px;
}
.Contact .wrapper p,
.Contact .wrapper label {
  color: #a9a9a9;
}

.wrapper {
  margin: auto;
  overflow: hidden;
  padding: 20px 30px;
}
@media (max-width: 640px) {
  .wrapper {
    width: 92%;
    padding: 20px 15px;
  }
}
@media (min-width: 640px) {
  .wrapper {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    width: 730px;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    width: 992px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    width: 1200px;
  }
}
@media (min-width: 1536px) {
  .wrapper {
    width: 1400px;
  }
}

/* ============================================
   CROSS-BROWSER COMPATIBILITY ADDITIONS
   Add these at the end of your existing CSS
   ============================================ */
/* 1. CSS Reset/Normalize additions for Edge and other browsers */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* 2. Box-sizing inheritance (ensures consistency) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 3. Flexbox vendor prefixes */
.menu.toggled ul,
.waiting,
footer .social > div a,
nav {
  display: flex;
}

/* 4. Grid vendor prefixes for older Edge */
.socialShare,
footer,
.wrapper,
.Principles .rules,
.Principles .rules .rule,
footer .social > div {
  display: grid;
}

/* 5. Transform vendor prefixes */
.hamburger span,
.hamburger.toggled span:nth-child(1),
.hamburger.toggled span:nth-child(3),
.menu ul,
.VueCarousel .oneSlide .info,
.VueCarousel-navigation,
.notFound .imageContainer,
#branches .container,
.QrForm .holder,
.Principles .rules .rule .bubble h6 {
  transform: translate(-50%, -50%);
}

/* 6. Transition vendor prefixes */
.socialShare a,
footer .social > div a,
.hamburger span,
.menu,
.menu ul {
  transition: 0.3s;
}

/* 7. Border-radius vendor prefixes */
.siteBtn,
.hamburger,
.hamburger span,
.VueCarousel-navigation button,
#branches .container {
  border-radius: 5px;
}

/* 8. Box-shadow vendor prefixes */
.siteBtn,
.Principles .rules .rule .bubble {
  box-shadow: 2px 4px 6px rgba(255, 254, 255, 0.4);
}

/* 9. Background gradient vendor prefixes */
.Principles .shadow-lg.rounded-md:before {
  background: #c7c7c7;
  background: linear-gradient(285deg, rgba(57, 131, 177, 0.7490196078) 11%, darkgray 100%);
}

/* 10. Appearance reset for form elements */
input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
}

/* 11. Fix for Edge scaling issues - Force GPU acceleration */
body {
  backface-visibility: hidden;
  perspective: 1000;
}

/* 12. Prevent zoom on input focus (iOS/Edge) */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  font-size: 16px !important;
}

/* 13. Image rendering optimization */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* 14. Scroll behavior with fallback */
html,
body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* 15. Filter vendor prefixes */
footer a:hover svg {
  filter: invert(50%);
}

footer a svg {
  filter: invert(0%);
}

/* 16. Fix flex alignment issues in Edge */
.waiting {
  align-items: center;
}

nav {
  align-items: center;
  justify-content: space-between;
}

footer .social > div a {
  align-items: center;
  justify-content: center;
}

.Principles .rules {
  justify-content: center;
  flex-wrap: wrap;
}

/* 17. Fix for Edge grid auto-fit */
.socialShare {
  grid-template-columns: repeat(auto-fit, minmax(48px, 48px));
}

footer {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

footer .social > div {
  grid-template-columns: repeat(auto-fit, minmax(48px, 48px));
}

/* 18. Fix transform-origin for Edge */
.hamburger span {
  transform-origin: center;
}

/* 19. User-select prevention (for UI elements) */
.hamburger,
.VueCarousel-navigation button,
.siteBtn {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* 20. Fix font rendering in Edge */
body,
html {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/* 21. Fix for vh units in Edge (mobile address bar issue) */
@supports (-ms-ime-align: auto) {
  .menu,
  #branches,
  .QrForm {
    height: 100%;
    min-height: 100vh;
  }
  #sideBar {
    height: 100%;
    min-height: 100vh;
  }
}
/* 22. Fix position:fixed in Edge */
.menu,
#branches,
.QrForm,
#sideBar,
body #backToTop {
  transform: translateZ(0);
}

/* 23. Animation vendor prefixes (if you add animations) */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 24. Fix for Edge video container aspect ratio */
.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 25. Ensure consistent line-height across browsers */
body {
  line-height: 1.5;
  -webkit-line-height: 1.5;
}

/* 26. Fix button cursor in Edge */
button,
.siteBtn,
.hamburger {
  cursor: pointer;
}

/* 27. Fix for sticky positioning fallback */
@supports not (position: sticky) {
  .sticky-element {
    position: fixed;
  }
}
/* 28. Print styles for consistency */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
}
/* 29. High contrast mode support (Edge/Windows) */
@media (-ms-high-contrast: active) {
  .siteBtn,
  .btn,
  .VueCarousel-navigation button {
    border: 2px solid currentColor;
  }
}
/* 30. Fix RTL issues in Edge */
[dir=rtl],
.rtl {
  unicode-bidi: embed;
  direction: rtl;
}

/* 31. Ensure SVG scales properly */
svg {
  max-width: 100%;
  height: auto;
}

footer svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 24px;
}

/* 32. Fix Edge outline on focus */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 2px solid #3e9f9d;
  outline-offset: 2px;
}

/* Remove outline for mouse users */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}/*# sourceMappingURL=main.css.map */