@font-face {
  font-family: "GretaArabic";
  src: url("./fonts/GretaArabic-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GretaArabic";
  src: url("./fonts/GretaArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  text-align: start;
}
html[lang="ar"] body {
  font-family: "GretaArabic", sans-serif;
}
html[dir="ltr"] body {
  font-family: "IBM Plex Sans", sans-serif;
}

.navbar-brand img {
  height: 20px;
  width: auto;
}

.custom-navbar {
  background-color: #1a2b6e;
  border-radius: 15px;
  padding: 10px 20px;
}

.custom-navbar .nav-link {
  color: white;
  margin: 0 10px;
  font-weight: 500;
  white-space: nowrap;
}
.custom-navbar .nav-link.active {
  color: #00bfff;
  font-weight: 600;
}

.custom-navbar .btn-start {
  background: white;
  color: #1a2b6e;
  font-weight: bold;
  border-radius: 8px;
  padding: 6px 16px;
}

.navbar-brand {
  color: white;
  font-weight: bold;
}

.navbar-brand span {
  color: #00bfff;
}

.hero-section {
  padding: 0px 0;
  position: relative;
  min-height: 610px;
}
.hero-section1 {
  background: url("./imgs/banner-services.png") no-repeat center center/cover;
  padding: 0px 0;
  position: relative;
  min-height: 650px;
}
.hero-section2 {
  padding: 0px 0;
  position: relative;
  min-height: 650px;
}
html[lang="ar"] .hero-section2 { background: url("./imgs/locations-ar.png") no-repeat center center/cover; }
html[lang="fr"] .hero-section2 { background: url("./imgs/locations-fr.png") no-repeat center center/cover; }
html[lang="en"] .hero-section2 { background: url("./imgs/locations-en.png") no-repeat center center/cover; }
html[lang="es"] .hero-section2 { background: url("./imgs/locations-es.png") no-repeat center center/cover; }

.hero-content {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.hero-content .btn-main {
  background: #1a2b6e;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 45px;
  font-size: 1.6rem;
}

.hero-content .btn-main:hover {
  transform: translateY(-2px);
  color: white;
  background: #0ea5e9;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}
.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0ea5e9 0%, #1baee1 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 2rem;
}

.service-card {
  text-align: center;
  padding: 20px;
  height: 100%;
}

.service-title {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}

.main-content {
  background: white;
  padding: 30px 20px 30px 20px;
}
.main-content1 {
  background: white;
  padding: 0px 0;
}
.main-title { 
  text-align: start;
  font-size: 2rem;
  font-weight: 700;
  color: #0ea5e9;
  margin-bottom: 20px;
}

.maintitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0ea5e9;
  margin-bottom: 20px;
}

.main-subtitle {
  color: #1a2b6e;
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 25px;
}

html[dir="rtl"] .main-subtitle {
  font-weight: 500;
}

.cta-button {
  background: #0ea5e9;
  border: none;
  padding: 12px 54px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  font-weight: 500;
}

.cta-button:hover {
  transform: translateY(-2px);
  background: white;
  color: #0ea5e9;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.cta-button2 {
  background: #1a2b6e;
  border: none;
  padding: 5px 19px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1.2rem;
    font-weight: 500;
}
.cta-button2:hover {
  transform: translateY(-2px);
  color: white;
  background: #0ea5e9;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.cta-button1 {
  background: #ffffff;
  border: none;
  padding: 8px 54px;
  border-radius: 8px;
  color: #0ea5e9;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-weight: 600;
}

.para{
    padding: 2px 54px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
  
    font-size: 1.4rem;
    font-weight: 500;
  
}
.cta-button1:hover {
  transform: translateY(-2px);
  color: #1a2b6e;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}
.learn-more-link {
  color: #1baee1;
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 18px;
}

.learn-more-link:hover {
  text-decoration: underline;
  color: #148bb3;
}

.hero-image {
  max-width: 100%;
  height: auto;
}

.services-section {
  background: linear-gradient(135deg, #1baee1 0%, #1baee1 100%);
  padding: 30px 0;
  color: white;
}

.services-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.service-grid-card {
  background: #20295b;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: start;
}

.service-grid-card:hover {
  transform: translateY(-5px);
  background: #20295bb9;
}

.service-grid-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1baee1;
}

.service-grid-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-grid-title-h4 {
  color: #1baee1;
  font-weight: 600;
}

.service-grid-desc {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin-bottom: 20px;
}

html[dir="rtl"] .service-grid-desc {
  font-weight: 500;
  font-size: 1.2rem;
}

.service-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.service-link:hover {
  color: white;
}

.countries-section {
  background: white;
  padding: 30px 20px 30px 20px;
}

.countries-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1e293b;
  text-align: center;
  margin-bottom: 40px;
}

.country-flags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.flag {
  width: 60px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: transform 0.3s ease;
}

.flag:hover {
  transform: scale(1.1);
}

.flag.spain {
  background: linear-gradient(to bottom, #c41e3a 0%, #ffc400 50%, #c41e3a 100%);
}

.flag.portugal {
  background: linear-gradient(
    to right,
    #046a38 0%,
    #046a38 40%,
    #da020e 40%,
    #da020e 100%
  );
}

.flag.italy {
  background: linear-gradient(
    to right,
    #009246 0%,
    #009246 33%,
    white 33%,
    white 67%,
    #ce2b37 67%
  );
}

.bottom-cta {
  background: url("./imgs/cod-drop-bg.png") no-repeat center center/cover;
  padding: 80px 0;
  color: white;
  min-height: 600px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta-text {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-text h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  max-width: 800px;
}

.cta-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #1baee1;
}

.contact-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 40px;
}

.service-button {
  background: white;
  color: #1e293b;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  float: left;
}

.service-button:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #1e293b;
}

.contact-section {
  background: url("./imgs/startnow.jpg") no-repeat center center;
  background-size: cover;
  padding: 120px 20px 160px;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}

.contact-section {
  margin-bottom: -80px;
}

.contact-card {
  background: #fff;
  padding: 40px;
  max-width: 700px;
  margin: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

.contact-card h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #20295b;
  font-weight: 700;
}

.contact-card p {
  color: #20295b;
  margin-bottom: 25px;
  line-height: 1.8;
}

html[dir="rtl"] .contact-card p {
  font-weight: 500;
}

.btn-start {
  background: #20295b;
  color: #fff;
  padding: 10px 45px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.img4 {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.btn-start:hover {
  background: #00bfff;
  color: #fff;
}

.footer {
  background: #20295b;
  color: #fff;
  padding: 120px 20px 50px;
  position: relative;
  z-index: 1;
}

.footer .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.footer-links ul li a {
  text-decoration: none;
  color: #cccccc;
  font-size: 0.95rem;
  transition: color 0.3s ease, padding-right 0.3s ease;
  display: inline-block;
}
.footer h5 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}
.footer-links ul li a:hover {
  color: #ffffff;
  padding-inline-start: 5px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}
.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: #fff;
}

.footer-brand h3 {
  margin-bottom: 10px;
}

.footer-brand p a {
  color: #1e90ff;
  text-decoration: none;
}
.social {
  margin: 10px 0;
}

.social a {
  color: #ffffff;
  margin: 0 5px;
  font-size: 1.1rem;
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: auto;
}

.social a:hover {
  background: #ffffff;
  color: #20295b;
}

.footer-bottom {
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  font-size: 0.85rem;
  color: #cccccc;
  direction: ltr;
}

.service-image-container {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
}

.service-image-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.navbar-toggler {
  background-color: transparent;
  border-color: white;
}
.navbar-toggler-icon {
  filter: invert(1);
}

@media (max-width: 768px) {
  .main-title { text-align: start;
    font-size: 2rem;
  }

  .cta-icons {
    gap: 20px;
  }

  .cta-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .bottom-cta {
    justify-content: flex-end;
    padding-bottom: 115px;
  }

  .custom-navbar {
    padding: 10px 15px;
    border-radius: 10px;
  }

  .navbar-brand img {
    height: 18px;
  }

  .btn-start {
    padding: 5px 12px;
    font-size: 0.9rem;
  }

  .hero-section {
    min-height: 500px;
    background-position: center;
  }

  .hero-content {
    bottom: 50px;
    width: 90%;
  }

  .hero-content .btn-main {
    padding: 10px 30px;
    font-size: 16px;
  }

  .main-title { text-align: start;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 20px;
  }

  .main-subtitle {
    text-align: center;
    font-size: 0.9rem;
  }

  .img4 {
    max-width: 100% !important;
    margin-bottom: 20px;
  }

  .service-grid-card {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .service-grid-icon {
    font-size: 2rem;
  }

  .service-grid-title-h4 {
    font-size: 1.1rem;
  }

  .service-grid-desc {
    font-size: 0.9rem;
    font-family: "GretaArabic", sans-serif;
  }

  .countries-section .main-title { text-align: start;
    margin-top: 0;
  }

  .cta-button {
    padding: 4px 28px;
    font-size: 1rem;
  }

  .cta-button1,
  .cta-button2 {
    padding: 8px 20px;
    font-size: 0.9rem;
  }

  .contact-card {
    padding: 25px 20px;
    margin: 0 15px;
  }

  .contact-card h2 {
    font-size: 1.5rem;
  }

  .contact-card p {
    font-size: 0.9rem;
  }

  .footer {
    padding: 100px 15px 40px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer h5 {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 385px;
  }

  .hero-content {
    bottom: 30px;
  }

  .main-title { text-align: start;
    font-size: 1.5rem;
  }

  .service-image-container img {
    max-width: 98%;
  }

  .bottom-cta {
    padding: 60px 15px;
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .hero-section {

    min-height: 500px;
  }
}

@media (max-width: 600px) {
  .hero-section {

    min-height: 380px;
  }
}

@media (max-width: 576px) {
  .hero-section {

    min-height: 350px;
  }
}

/*importer*/

.services-hero {
  background: url("./imgs/services-header.jpg") no-repeat center center/cover;
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.services-hero .overlay {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 41, 91, 0.65);
}

.services-hero .hero-text {
  position: relative;
  z-index: 2;
}

.services-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

.import-section {
  padding: 80px 20px;
  background: #fff;
  color: #20295b;
}

.import-title {
  font-size: 28px;
  font-weight: 700;
  color: #0ea5e9;
  margin-bottom: 20px;
}

.import-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.steps-title,
.advantages-title {
  font-size: 20px;
  font-weight: 600;
  color: #20295b;
  margin: 25px 0 15px;
}

.import-steps {
  counter-reset: step-counter;
  list-style: none;
  padding-inline-start: 20px;
  margin-bottom: 30px;
}

.import-steps li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #20295b;
  font-weight: 600;
  position: relative;
  padding-inline-start: 28px;
  font-size: 1.12rem;
}

.import-steps li::before {
  content: counter(step-counter) ".";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  color: #0ea5e9;
  font-weight: 600;
}

.import-advantages {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.import-advantages li {
  position: relative;
  padding-inline-start: 25px;
  margin-bottom: 12px;
  line-height: 1.9;
  color: #20295b;

  font-weight: 600;
}

.import-advantages li::before {
  content: "✔";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  color: #0ea5e9;
  font-weight: bold;
}

.import-image-box {
  /*
    background: transparent;
    border-radius: 12px;
    padding: 30px;
    */
  display: inline-block;
}

.import-image-box img {
  max-width: 70%;
  height: auto;
}

.locations-section {
  padding: 60px 0;
}

.locations-section .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #1baee1;
  margin-bottom: 15px;
}

.locations-section .section-intro {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: 600;
  color: #1a2b6e;
}

.locations-section .sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #1baee1;
  margin: 25px 0 15px;
}

.country-card {
  display: flex;
  align-items: flex-start;
  /*
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    */
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
  transition: transform 0.2s ease;
}

.country-card:hover {
  transform: translateY(-5px);
}

.country-flag {
  width: 20%;
  height: auto;
  border-radius: 8px;
  margin-inline-end: 20px;
}

.country-info h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1baee1;
}

.country-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.country-info ul li {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #1a2b6e;
}

.advantages-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.advantages-list li {
  position: relative;
  padding-inline-start: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1a2b6e;
}

.advantages-list li::before {
  content: "✔";
  position: absolute;
  inset-inline-start: 0;
  color: #1baee1;
  font-weight: bold;
}

.container1 {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.form-box h2 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #20295b;
  font-weight: 600;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  width: 100%;
  background: #f7f9f9;
}

textarea {
  resize: none;
  min-height: 100px;
}

.checkboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  font-size: 0.9rem;
  margin: 0;
}

.checkboxes label {
  display: flex;
  align-items: center;
  gap: 6px;
}

button {
  background: #1c1c3c;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background: #2a2a50;
}

@media (max-width: 900px) {
  .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .checkboxes {
    grid-template-columns: 1fr 1fr;
  }
}

.container1 label {
  display: inline-block;
  font-weight: 600;
  color: #384384;
}

input::placeholder {
  color: #d3d6e0;
  opacity: 1;
}

/* input[placeholder] {
  font-family: "Tajawal", Arial, sans-serif;
} */

.image-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.input-group {
  position: relative;
  width: 100%;
}

.input-group i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #d3d6e0;
}

.input-group input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  background: #f7f9f9;
}

.button-submit {
  background: #1baee1;
  color: #fff;
  padding: 7px 50px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
  display: block;
  margin-inline-end: auto;
  font-weight: 600;
}

.button-box {
  display: flex;
  justify-content: flex-start;
}

/* Mobile */
@media (max-width: 600px) {
  .container1 {
    padding: 20px 15px;
  }

  .form-box h2 {
    font-size: 1rem;
  }

  .checkboxes {
    grid-template-columns: 1fr;
  }

  .input-group input,
  textarea,
  .button-submit {
    font-size: 0.9rem;
  }

  .image-box img {
    max-height: 370px;
    object-fit: contain;
    width: 100%;
  }
}

/* Tablet */
@media (max-width: 900px) {
  .container1 {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .checkboxes {
    grid-template-columns: 1fr 1fr;
  }

  .form-box {
    text-align: start;
  }
}



.hero-section {
  background: url("./imgs/banner-ar.png") no-repeat center center/cover;
  padding: 0px 0;
  position: relative;
  min-height: 650px;
}

html[lang="en"] .hero-section { background-image: url("./imgs/banner-en.jpg") }
html[lang="fr"] .hero-section { background-image: url("./imgs/banner-fr.jpg") }
html[lang="es"] .hero-section { background-image: url("./imgs/banner-es.jpg") }

@media (max-width: 360px) {

  .hero-section {
    padding: 0px 0;
    position: relative;
      min-height: 150px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 0px 0;
    position: relative;
      min-height: 340px;
  }
  .hero-content {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
}


@media (max-width: 1024px) {

  .hero-section {
    padding: 0px 0;
    position: relative;   
    min-height: 420px;
  }

  .hero-content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

}

@media (max-width: 900px) {
  .hero-section {
    padding: 0px 0;
    position: relative;   
  min-height: 350px;
  }
}


  @media (max-width: 768px) {

    .hero-section {
      padding: 0px 0;
      position: relative;   
    min-height: 350px;
    }


}


@media (max-width: 600px) {
  .hero-section {
    padding: 0px 0;
    position: relative;   
        min-height: 380px;
    }


}

@media (max-width: 570px) {
 
  .hero-section {
    padding: 0px 0;
    position: relative;   
        min-height: 380px;
    }

}

@media (max-width: 409px) {

  .hero-section {
    padding: 0px 0;
    position: relative;   
        min-height: 270px;
}
}


@media (max-width: 990px) {
  .desktop-only-title { display: none; }
  .mobile-only-title { display: block; text-align: center; margin-bottom: 12px; }
  .countries-section .main-title {
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 20px 4px 20px;
  }
}

@media (min-width: 992px) {
  .desktop-only-title { display: block; }
  .mobile-only-title { display: none; }
}


html[dir="ltr"] .fa-arrow-left:before {
  content: "\f061";
}
.dropdown-menu {
  background: #1a2b6e;
}
.dropdown-menu .dropdown-item {
  color: #fff;
}
.dropdown-menu .dropdown-item:focus, 
.dropdown-menu .dropdown-item:hover {
  background-color: #00bfff;
}

html[lang="fr"] .navbar {
  --bs-navbar-nav-link-padding-x: 0;
}