@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #fafafa;
}
p {
  margin: 0px;
}
.cairo {
  font-family: "Cairo", sans-serif;
}
.jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.container {
  max-width: 91.66%;
  margin: auto;
}
.top-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  text-align: center;
  padding: 8px 0;
  background-color: #293284;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.top-banner.hidden {
  transform: translateY(-100%);
  opacity: 0;
}
.top-banner p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
nav {
  background: transparent !important;
  position: fixed !important;
  top: 20px;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, top 0.3s ease, padding 0.3s ease;
}
nav.nav-solid {
  background-color: #070042 !important;
  top: 0;
  padding: 20px 0;
}
nav.banner-hidden {
  top: 0;
}

/* Mobile menu - always show background when menu is open */
@media (max-width: 991px) {
  /* Ensure navbar has background when menu is open */
  nav.navbar.showing-menu {
    background-color: #070042 !important;
  }
  nav.navbar:has(.navbar-collapse.show) {
    background-color: #070042 !important;
  }
}
.navbar-nav {
  align-items: center;
  gap: 40px;
}
.navbar .nav-link {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 600;
}
.navbar .nav-link:hover {
  color: #7300ff;
}
nav.last-part {
  gap: 20px;
}
.btn-subscribe {
  border-radius: 20px;
  background-color: #7300ff !important;
  width: 170px;
  padding: 10px;
  color: #fff;
  font-family: "Cairo";
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-subscribe:hover {
  background-color: #5a00cc !important;
  color: #fff;
}

.hero {
  background-image: url(./Images/Image-Hero\ Background.png);
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.hero .hero-content h1 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-weight: 600;
}
.hero .hero-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Cairo";
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.about-card {
  border-radius: 100px;
  background-color: #070042;
  padding: 2rem 0;
}

@media screen and (max-width: 991px) {
  .about-card {
    border-radius: 20px;
    height: auto;
  }
  .about.about-card {
    width: 100%;
  }
}
.about.about-card {
  display: flex;
  width: 666px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.about h1 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 64px;
  font-weight: 600;
}
.about p {
  color: #fff;
  font-family: "Cairo";
  font-size: 20px;
}

.nav-pills .nav-link.cta-pill {
  border-radius: 20px;
  border: 1px solid #7300ff;
  width: 195px;
  padding: 16px;
  font-family: "Cairo";
  font-size: 20px;
  color: #7300ff;
}
.nav-pills .nav-link.cta-pill.active {
  border-radius: 20px;
  background-color: #7300ff !important;
  width: 195px;
  padding: 16px;
  color: #fff;
  font-family: "Cairo";
  font-size: 20px;
}
.price-card {
  border-radius: 14px;
  border: 1px solid #d9baff;
  background: #f2fdff26;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

/* Ensure all price card columns have equal height */
.row .col {
  display: flex;
}

.row .col > .price-card {
  width: 100%;
}
.price-card h5 {
  color: #353535;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-weight: 600;
}
.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-card li {
  color: rgba(53, 53, 53, 0.8);
  font-family: Cairo;
  font-size: 18px;
  font-weight: 400;
}

.price-card .provider-name {
  color: #353535;
}

.price-card .price-text {
  color: #7300ff;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-box {
  border-radius: 100px;
  background: #fff;
}
.service-box h3 {
  color: #353535;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-weight: 600;
}
.service-box p {
  color: #667085;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 400;
}

.container .contact-panel {
  border-radius: 20px;
  background: #070042 !important;
}
.contact h5 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-weight: 500;
}
.contact-email {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: "Cairo";
  font-size: 24px;
  font-weight: 400;
}

footer .footer-logo {
  max-width: 180px;
  width: 40vw;
  min-width: 120px;
  height: auto;
}
footer a {
  color: rgba(102, 112, 133, 0.8) !important;
  text-align: center;
  font-family: "Cairo";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer p {
  color: rgba(102, 112, 133, 0.8);
  text-align: center;
  font-family: Cairo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 96%;
    margin: auto;
  }
  .single-price {
    flex: 1 1 46%;
  }
}
@media screen and (max-width: 768px) {
  .single-price {
    flex: 1 1 90%;
  }
}
@media screen and (max-width: 536) {
}

.bg-backgroud {
  width: 100%;
  background-image: url("./Images/Image-FAQ-Background.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.trans-bg {
  --bs-accordion-bg: transparent !important;
}

.trans-accordion-header {
  --bs-accordion-active-bg: transparent !important;
  --bs-accordion-btn-focus-box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("./Images/minus-circle.svg");
}

.accordion-button::after {
  background-image: url("./Images/plus-circle.svg");
}

button.accordion-button {
  color: #101828;
  font-family: "Cairo";
  font-size: 18px;
  font-weight: 500;
}

/* Keep navbar always LTR */
nav {
  direction: ltr !important;
}

/* Position FAQ accordion icons on the left (end) when RTL */
[dir="rtl"] .accordion-button {
  text-align: right;
  padding-right: 1rem;
  padding-left: 2.25rem;
}

[dir="rtl"] .accordion-button::after {
  left: 0.75rem;
  right: auto;
  margin-left: 0;
  margin-right: auto;
}

/* About Us section RTL support */
[dir="rtl"] #about .col-12.col-lg-6:first-child {
  text-align: right !important;
  padding-right: 3rem !important;
  padding-left: 0 !important;
}

@media (min-width: 992px) {
  [dir="rtl"] #about .col-12.col-lg-6:first-child {
    padding-right: 5rem !important;
    padding-left: 0 !important;
  }
}
.accordion-body {
  color: #667085;
  font-family: "Cairo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* Country Selection Popup */
.country-popup-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1050;
  backdrop-filter: blur(4px);
}

.country-popup-content {
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  background-color: #070042 !important;
  border: 2px solid #7300ff !important;
  box-shadow: 0 10px 40px rgba(115, 0, 255, 0.4);
}

.country-popup-content h2 {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.country-popup-content .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.8;
}

.country-popup-content .btn-close:hover {
  opacity: 1;
}

.country-option {
  border-color: #7300ff !important;
  background-color: rgba(115, 0, 255, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 20px;
}

.country-option:hover {
  background-color: #7300ff !important;
  transform: translateY(-2px);
}

.country-option span {
  color: #fff;
  font-family: "Cairo", sans-serif;
}

.country-option:hover span {
  color: #fff !important;
}

.country-flag {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

/* Language Dropdown Styles */
.hidden {
  display: none !important;
}

.hover-bg-light:hover {
  background-color: #f8f9fa !important;
}

/* Pricing section */
#pricing {
  background-color: #ffffff;
}

/* Keep pricing section always LTR even when page is RTL */
[dir="rtl"] #pricing {
  direction: ltr !important;
}

[dir="rtl"] #pricing .row,
[dir="rtl"] #pricing .col,
[dir="rtl"] #pricing .price-card,
[dir="rtl"] #pricing ul,
[dir="rtl"] #pricing li,
[dir="rtl"] #pricing .nav-pills {
  direction: ltr !important;
  text-align: left !important;
}

/* Contact section margins */
@media (min-width: 992px) {
  #contact {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}

/* Contact separator line - hidden on mobile, vertical on desktop */
.contact-separator {
  width: auto;
  height: 263px;
}

@media (max-width: 991px) {
  .contact-separator {
    display: none;
  }

  /* Add gap between contact columns on mobile */
  #contact .row.g-0 {
    gap: 2rem;
  }

  #contact .contact-col:first-child {
    margin-bottom: 2rem;
  }
}
