.baner_2_vector-3,
.baner_4_vector-1,
.banner_6_vector-2,
.banner_6_vector-3,
.our_story_vector-14,
.our_story_vector-9 {
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

.baner_2_vector-3,
.baner_4_vector-1,
.banner_6_vector-2,
.our_story_vector-14,
.welcome-banner-vector-9 {
  animation-iteration-count: infinite;
}

.hero-section,
.section-padding {
  padding: 80px 0;
}

.baner_2_vector-3,
.baner_4_vector-1 {
  animation-name: up_down_animation-1;
  animation-duration: 15s;
}

.hero-section {
  position: relative;
}

.card-content p.contact-no,
.card-content p.email,
.hero-section h1 {
  font-weight: 500;
  color: #212121;
}

.hero-section .btn-outline-dark,
.hero-section h1 .highlight {
  font-weight: 500;
  color: var(--primary-color);
}

.hero-section .btn-outline-dark {
  border-radius: 50px;
  padding: 8px 24px;
  border-width: 1px;
  font-size: 16px;
  border-color: var(--primary-color);
}

.hero-section .btn-outline-dark:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.hero-section .btn-outline-dark:active {
  background-color: #0d5110 !important;
  border-color: #0d5110 !important;
  color: #fff !important;
}

.hero-image-container {
  position: relative;
  text-align: end;
}

.hero-image-container img,
.map-section img {
  max-width: 100%;
  height: auto;
}

.baner_1_vector-1 {
  position: absolute;
  top: -15px;
  right: -12px;
  z-index: 1;
}

.lead {
  font-weight: 400;
}

.section-bg-light {
  background-color: #f8f9fa;
}

.feature-list li {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

.feature-list img {
  margin-right: 16px;
}

.dish-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.dish-card img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.dish-card h5 {
  font-weight: 700;
  color: #555;
}

.since-text {
  font-size: 4rem;
  font-weight: 700;
  color: #ccc;
  transform: rotate(-15deg);
  display: inline-block;
  margin-left: -20px;
  vertical-align: middle;
}

.section-title,
.social-icons li a:hover {
  color: var(--primary-color);
}

.section-subtitle {
  color: #212121;
  margin-bottom: 12px;
  font-weight: 500;
}

.section-content {
  font-weight: 400;
  color: #747474;
  margin-bottom: 40px;
}

.note-highlight {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
}

.text-accent,
.text-success {
  color: var(--primary-color) !important;
}

.destination-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.destination-card img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6);
}

.destination-card .content {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}

.destination-card .flag {
  width: 24px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.destination-card span {
  font-weight: 700;
  font-size: 0.9rem;
  vertical-align: middle;
}

.announcement-section {
  mask-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(255, 255, 255, 0.9) 49.52%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 0) 100%
  );
}

.announcement-card {
  display: flex;
  width: 90%;
  height: fit-content;
  padding: 16px 20px;
  margin-block: 10px;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
}

.announcement-card.highlighted {
  border: 1px solid #109e13;
  background: #f7ffe0;
  width: 100% !important;
}

.announcement-card h6 {
  font-weight: 700;
  color: var(--primary-color);
}

.testimonial-card {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  padding: 16px;
  margin-block: 12px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.testimonial-card .source {
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.testimonial-card .source img {
  height: 20px;
  margin-right: 8px;
}

.testimonial-card .stars {
  color: #ffc107;
}

.testimonial-card .reviewer {
  margin-top: 15px;
  font-weight: 700;
  color: #555;
}

.testimonial-card .location {
  font-size: 0.9em;
  color: #777;
}

.app-promo-section {
  background-image: url("../../images/welcome_banner/banner-7_new.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  color: #212121;
  padding: 100px 20px 70px;
  border-radius: 50px;
}

@media (max-width: 800px) {
  .app-promo-section {
    padding: 50px 10px 30px;
  }

  .announcement-section {
    margin-top: 50px;
  }
}

.app-promo-section h2 {
  font-weight: 700;
}

.app-store-buttons img {
  height: 45px;
  margin: 5px;
}

.baner_1_vector-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.baner_2_vector-3 {
  position: absolute;
  top: calc(100% - 278px);
  left: calc(100% - 216px);
  z-index: -1;
}

@media (max-width: 1100px) {
  .baner_2_vector-3 {
    display: none;
  }
}

.baner_2_vector-4 {
  position: absolute;
  top: calc(100% - 200px);
  left: calc(0% + 20px);
  z-index: -1;
}

.baner_2_vector-5,
.baner_4_vector-1 {
  left: 0;
  z-index: -1;
  position: absolute;
}

.baner_2_vector-5 {
  top: calc(0% - 62px);
}

.baner_4_vector-1 {
  top: calc(100% - 72px);
}

@keyframes up_down_animation-1 {
  0%,
  100% {
    top: 100%;
  }

  50% {
    top: 50%;
  }
}

.baner_4_vector-2 {
  position: absolute;
  top: 12%;
  left: 3%;
  z-index: -1;
}

.baner_4_vector-3 {
  position: absolute;
  top: calc(100% - 50px);
  left: calc(0% - 10px);
  z-index: -1;
}

.banner_6_vector-2 {
  position: absolute;
  top: calc(0% - 14px);
  left: calc(100% - 127px);
  z-index: -1;
  animation-name: up_down_animation-2;
  animation-duration: 10s;
}

.banner_6_vector-3,
.our_story_vector-9 {
  animation-duration: 15s;
}

@keyframes up_down_animation-2 {
  0%,
  100% {
    top: 0;
  }

  50% {
    top: -30%;
  }
}

.banner_6_vector-3 {
  position: absolute;
  top: calc(100% - 114px);
  left: 0;
  z-index: -1;
  animation-name: up_down_animation-1;
}

.our_story_vector-4 {
  position: absolute;
  top: 15px;
  left: calc(100% - 482px);
  z-index: -1;
}

.our_story_vector-5 {
  position: absolute;
  top: calc(100% - 540px);
  left: 0;
  z-index: -1;
  width: 100%;
}

@media (max-width: 900px) {
  .our_story_vector-5 {
    position: absolute;
    top: calc(100% - 300px);
    left: 0;
    z-index: -1;
    width: 100%;
  }
}

.our_story_vector-6 {
  position: absolute;
  top: calc(100% - 150px);
  left: 70%;
  z-index: 1;
}

.our_story_vector-10,
.our_story_vector-11,
.our_story_vector-14,
.our_story_vector-7,
.our_story_vector-8,
.our_story_vector-9 {
  z-index: -1;
  position: absolute;
}

.our_story_vector-7 {
  top: 0;
  left: 0;
}

.our_story_vector-8 {
  top: calc(100% - 280px);
  left: calc(0% - 100px);
}

.our_story_vector-9 {
  top: calc(0% - 70px);
  left: 0;
  animation-name: up_down_animation-2;
}

.our_story_vector-10 {
  top: 20px;
  right: 0;
}

.our_story_vector-11 {
  top: calc(0% - 40px);
  left: calc(0% - 310px);
}

.our_story_vector-14 {
  top: calc(0% - 80px);
  left: calc(100% - 350px);
  animation-name: left-bottom_right-top_animation-1;
  animation-duration: 10s;
}

@keyframes left-bottom_right-top_animation-1 {
  0% {
    top: 50%;
    left: 50%;
  }

  100% {
    top: -30%;
    left: 100%;
  }
}

.our_story_badge {
  width: fit-content;
  padding: 16px 15px;
  border-radius: 24px 24px 8px;
  background: #d7ef60;
  margin-bottom: 20px;
}

.presence-container {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.presence-text {
  flex: 1;
  min-width: 300px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 32px;
}

.section-title .line {
  width: 30px;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.presence-text h1 {
  margin-bottom: 20px;
  color: #212121;
}

.presence-text p {
  color: #747474;
  margin-bottom: 30px;
}

.presence-highlights {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.highlight-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex: 1;
  min-width: 250px;
}

.highlight-icon {
  font-size: 1.8rem;
  color: var(--primary-color);
}

.highlight-item p {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: #212121;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.stat-item strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #212121;
}

.stat-item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #747474;
}

.presence-map {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.presence-map img {
  max-width: 100%;
}

.branches-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.countries-list {
  flex: 0 0 280px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.countries-list h3 {
  margin-bottom: 24px;
}

.countries-list ul li,
.country-name-model-click-close {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.countries-list ul li:hover {
  background-color: #f1f3f5;
}

.behind-the-legacy,
.countries-list ul li.active-list {
  background-color: #f8ffe3;
}

.countries-list ul li img {
  width: auto;
  height: 32px;
  object-fit: cover;
  border-radius: 10px;
}

.countries-list ul li span,
.country-name-model-click-close span {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
}

.country-name-model-click-close img {
  width: 32px;
  height: 32px;
}

.countries-list ul li span small {
  font-size: 12px;
  color: #747474;
  font-weight: 500;
}

.countries-list ul li.active span small {
  color: var(--dark-green);
}

.find_us_country_list_div .active-list {
  background-color: #f8ffe3;
  position: relative;
}

.branches-list-main {
  flex: 1;
  width: 75%;
}

@media (max-width: 768px) {
  .branches-list-main {
    flex: 1;
    width: 100%;
  }
}

.branches-list-main h3,
.card-content p:last-of-type {
  margin-bottom: 20px;
}

.branch-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

.branch-tabs button:focus {
  border: none !important;
  outline: 0 !important;
}

.branch-tabs .branches-branch-badge,
.branch-tabs .branches-branch-badge span {
  white-space: nowrap;
}

.branch-tab-x-scroll {
  overflow-x: scroll;
  width: calc(100vw - 550px);
  scroll-behavior: smooth;
  scrollbar-width: none;
}

@media (max-width: 769px) {
  .branches-list-main {
    width: 100%;
  }
}

@media (min-width: 1441px) {
  .branch-tab-x-scroll {
    overflow-x: scroll;
    width: 100%;
  }
}

@media (max-width: 1439px) {
  .branch-tab-x-scroll {
    width: calc(100vw - 350px);
  }
}

.branches-branch-badge-active {
  background: var(--hover-bg) !important;
  border-radius: 12px !important;
  border: 1.2px solid var(--hover-bg) !important;
  cursor: pointer !important;
  max-height: 46px !important;
}

.branch-card,
.tab-btn {
  background-color: #fff;
}

.tab-btn {
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  color: #212121;
  border-radius: 20;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition:
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.tab-btn:hover {
  background-color: #f8f9fa;
  border-color: #e0e0e0;
}

.tab-btn.active {
  background-color: #f8ffe3;
  border-color: 1px solid #f8ffe3;
  font-weight: 600;
}

.branch-card {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-block: 12px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
}

.card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-content h4 {
  margin-bottom: 10px;
  color: #212121;
}

.card-content p {
  font-size: 0.9rem;
  color: #747474;
  margin-bottom: 12px;
  line-height: 1.4;
}

.card-content p.contact-no a,
.card-content p.email a {
  display: inline;
  font-weight: 400;
  color: var(--primary-color);
  word-break: break-all;
}

.card-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 15px;
}

.website-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.website-link:hover {
  text-decoration: underline;
}

.website-link i {
  font-size: 1rem;
}

.placeholder-spacer {
  display: inline-block;
  width: 80px;
  visibility: hidden;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons li a {
  color: #747474;
  font-size: 1rem;
  transition: color 0.3s;
}

@media (max-width: 992px) {
  .branches-container,
  .presence-container {
    flex-direction: column;
  }

  .presence-map {
    order: 1;
    margin-bottom: 30px;
  }

  .countries-list {
    flex: 0 0 auto;
    width: 100%;
  }
}

::-webkit-scrollbar {
  width: 6px;
  background: var(--white-color);
  margin-left: 20px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 12px !important;
}

.side-bar-1-scroll {
  max-height: 624px;
  overflow-y: scroll;
}

.side-bar-1-scroll::-webkit-scrollbar {
  width: 5px;
  background: var(--white-color);
  margin-left: 20px;
}

.side-bar-1-scroll::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 12px !important;
}

.new-launch {
  width: 600px;
}

.home-video-align {
  border-radius: 16px;
}

.our_story_vector-18 {
  position: absolute;
  top: calc(0% - 10px);
  left: calc(100% - 270px);
  z-index: 1;
}

@media (max-width: 532px) {
  .banner_6_vector-2 {
    display: none;
  }

  .baner_4_vector-1,
  .banner_6_vector-3 {
    display: none !important;
  }

  .home-video-align {
    border-radius: 16px;
    margin-bottom: 0;
  }

  .new-launch {
    width: 350px;
  }

  .side-bar-1-scroll {
    max-height: calc(100vh - 160px);
    overflow-y: scroll;
  }

  .our_story_vector-4 {
    position: absolute;
    top: 0;
    left: calc(100% - 482px);
    z-index: -1;
  }

  .our_story_vector-7 {
    position: absolute;
    top: calc(100% - 440px);
    left: 0;
    z-index: -1;
  }

  .our_story_vector-10 {
    position: absolute;
    top: 0;
    left: calc(100% - 400px);
    z-index: -1;
  }

  .our_story_badge {
    width: fit-content;
    padding: 8px;
    border-radius: 12px 12px 4px !important;
    background: #d7ef60;
    margin-bottom: 20px;
  }

  .our_story_badge img {
    width: 24px;
    height: 24px;
  }
}

.branch-card-info {
  position: sticky;
  top: calc(0% + 90px);
  z-index: 10;
  background-color: var(--white-color);
}

@media (max-width: 768px) {
  .find_us_country_list_div .active-list::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../../assets/images/vectors/tick-icon.svg") center/contain
      no-repeat;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }

  .branch-tab-x-scroll {
    width: calc(100vw - 30px);
  }

  .presence-highlights {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stats {
    justify-content: center;
  }

  .branch-cards-grid {
    grid-template-columns: 1fr;
  }

  .branch-card-info {
    position: sticky;
    top: calc(0% + 78px);
    z-index: 10;
    background-color: var(--white-color);
  }
}

.contact-info-badge {
  display: flex;
  width: 100%;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 24px;
  border: 1.2px solid var(--border-color);
  background: #f8ffe3;
  margin-block: 36px;
}

.custom-input,
.custom-input:focus {
  background-color: var(--input-bg);
  padding: 16px;
  color: var(--text-color-dark);
}

.custom-input {
  border: none;
  border-radius: 16px !important;
  line-height: 24px !important;
}

.custom-input:focus {
  border: none;
  box-shadow: none;
  border-radius: 16px !important;
}

.custom-input::placeholder {
  color: var(--text-color-light);
  font-size: 16px;
  font-weight: 400;
}

.form-label {
  color: var(--text-color-dark);
  font-size: 16px;
  font-weight: 500;
}

.ellipse-text {
  width: 100%;
  height: 192px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.welcome-baner_5_vector-2 {
  position: absolute;
  top: calc(0% + 20px);
  left: calc(0% + 78px);
  z-index: 1;
}

.welcome-baner_5_vector-3 {
  position: absolute;
  top: calc(0% + 100px);
  left: calc(0% + 230px);
  z-index: 1;
}

.welcome-baner_5_vector-4 {
  position: absolute;
  top: calc(0% + 120px);
  left: calc(100% - 163px);
  z-index: 1;
}

.welcome-baner_5_vector-5 {
  position: absolute;
  top: 0;
  left: calc(100% - 170px);
  z-index: 1;
}

.welcome-baner_5_vector-6 {
  position: absolute;
  top: calc(100% - 120px);
  left: calc(0% + 28px);
  z-index: 1;
}

.welcome-baner_5_vector-7 {
  position: absolute;
  top: calc(100% - 120px);
  left: calc(0% + 28px);
  z-index: 1;
}

.welcome-baner_5_vector-8 {
  position: absolute;
  top: calc(100% - 100px);
  left: calc(100% - 220px);
  z-index: 1;
}

.welcome-baner_5_vector-9 {
  position: absolute;
  top: calc(0% - 10px);
  left: calc(0% + 300px);
  z-index: 1;
}

.welcome-baner_5_star-1,
.welcome-baner_5_star-2,
.welcome-baner_5_star-3,
.welcome-baner_5_star-4,
.welcome-baner_5_star-5,
.welcome-banner-vector-9 {
  position: absolute;
  z-index: -1;
}

.welcome-banner-vector-9 {
  top: calc(0% - 20px);
  left: 100%;
  animation-name: left_right_animation-1;
  animation-duration: 20s;
  animation-timing-function: ease;
  animation-direction: alternate;
}

@keyframes left_right_animation-1 {
  0% {
    left: calc(100% - 180px);
    rotate: 0deg;
  }

  50% {
    left: 50%;
    rotate: 180deg;
  }

  100% {
    left: calc(100% - 180px);
    rotate: 360deg;
  }
}

.welcome-baner_5_star-1 {
  top: 45%;
  left: 0;
}

.welcome-baner_5_star-2 {
  top: 35%;
  left: 20%;
}

.welcome-baner_5_star-3 {
  top: 27%;
  left: 48%;
}

.welcome-baner_5_star-4 {
  top: 70%;
  left: 53%;
}

.welcome-baner_5_star-5 {
  top: 50%;
  left: calc(100% - 60px);
}

.our_story_vector-13,
.our_story_vector-15 {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
}

.banner-5-badge {
  position: absolute;
  padding: 6px 8px;
  display: flex;
  gap: 8px;
  border-radius: 12px;
  background: var(--white-color);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.our_story_vector-13 {
  top: calc(0% - 40px);
}

.our_story_vector-15 {
  top: calc(100% - 0px);
}

.banner-5-badge h6,
.banner-5-badge-1 div {
  white-space: nowrap !important;
}

.badge-1 {
  top: calc(0% - 20px);
  left: calc(0% - 78px);
  z-index: 2;
}

.badge-2 {
  top: calc(0% - 20px);
  left: calc(0% + 40px);
  z-index: 2;
}

.badge-3 {
  top: calc(0% - 20px);
  left: calc(0% - 50px);
  z-index: 2;
}

.badge-4 {
  top: calc(0% - 16px);
  left: calc(0% + 65px);
  z-index: 2;
}

.badge-5 {
  top: calc(100% - 18px);
  left: calc(100% - 48px);
  z-index: 2;
}

.badge-6 {
  top: calc(0% - 20px);
  left: calc(0% - 58px);
  z-index: 2;
}

.badge-7 {
  top: calc(0% - 16px);
  left: calc(100% - 34px);
  z-index: 2;
}

.badge-8 {
  top: calc(0% - 16px);
  left: calc(0% - 54px);
  z-index: 2;
}

.navbar-brand img {
  width: fit-content;
}

.upcoming-container {
  height: 380px;
}

@media (max-width: 500px) {
  .branch-card a {
    font-size: 12px;
  }

  .app-promo-section {
    padding: 80px 5px 10px;
  }

  .welcome-baner_5_vector-1 img,
  .welcome-baner_5_vector-2 img,
  .welcome-baner_5_vector-3 img,
  .welcome-baner_5_vector-4 img,
  .welcome-baner_5_vector-5 img,
  .welcome-baner_5_vector-6 img,
  .welcome-baner_5_vector-7 img,
  .welcome-baner_5_vector-8 img,
  .welcome-baner_5_vector-9 img {
    width: 50px;
  }

  .banner-5-badge {
    position: absolute;
    padding: 2px 4px;
    display: flex;
    gap: 4px;
    border-radius: 12px;
    background: var(--white-color);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  }

  .banner-5-badge img {
    width: 20px;
  }

  .welcome-baner_5_vector-9 {
    position: absolute;
    top: calc(0% + 50px);
    left: calc(100% - 58px);
    z-index: 1;
  }

  .welcome-baner_5_vector-2 {
    position: absolute;
    top: calc(0% + 20px);
    left: calc(0% + 58px);
    z-index: 1;
  }

  .welcome-baner_5_vector-3 {
    position: absolute;
    top: calc(0% + 124px);
    left: calc(100% - 120px);
    z-index: 1;
  }

  .welcome-baner_5_vector-4 {
    position: absolute;
    top: calc(0% + 120px);
    left: calc(0% + 123px);
    z-index: 1;
  }

  .welcome-baner_5_vector-5 {
    position: absolute;
    top: 0;
    left: calc(0% + 183px);
    z-index: 1;
  }

  .welcome-baner_5_vector-7 {
    position: absolute;
    top: calc(100% - 120px);
    left: calc(0% + 182px);
    z-index: 1;
  }

  .welcome-baner_5_vector-8 {
    position: absolute;
    top: calc(100% - 100px);
    left: calc(100% - 100px);
    z-index: 1;
  }

  .welcome-banner-vector-9 {
    display: none !important;
  }

  .badge-1 {
    top: calc(0% - 20px);
    left: calc(0% - 58px);
    z-index: 2;
  }

  .badge-2 {
    top: calc(0% - 28px);
    left: calc(0% - 65px);
    z-index: 2;
  }

  .badge-3 {
    top: calc(100% - 20px);
    left: calc(0% - 50px);
    z-index: 2;
  }

  .badge-4 {
    top: calc(0% - 20px);
    left: calc(100% - 22px);
    z-index: 2;
  }

  .badge-7 {
    top: calc(100% - 16px);
    left: calc(0% - 34px);
    z-index: 2;
  }

  .our_story_vector-13,
  .our_story_vector-15 {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
  }

  .navbar-brand img {
    height: 36px !important;
  }

  .our_story_vector-13 {
    top: 0;
  }

  .our_story_vector-15 {
    top: calc(100% - 20px) !important;
  }

  .contact-info-badge {
    padding: 20px !important;
  }

  .img-fluid {
    width: 100% !important;
  }
}

@media (max-width: 786px) {
  .upcoming-container {
    height: 160px;
  }

  .hero-section,
  .section-padding {
    padding: 40px 0;
  }
}

.find_us_country_list_div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.modal-content {
  border-radius: 24px !important;
}
