.font-inter {
  font-family: "Inter", sans-serif !important;
}

.main-navbar {
  background-color: #faf7f2 !important;
}

.btn-outline-success-login {
  color: #00b66c;
  border: 1px solid #00b66c;
  border-radius: 20px;
  padding: 7px 25px;
  color: #000;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-outline-success-login:hover,
.btn-outline-success-login:focus,
.btn-outline-success-login:active {
  color: #fff;
  background-color: #00b66c;
  border-color: #00b66c;
}

.btn-outline-success-signup {
  color: #fff;
  border: 1px solid #00b66c;
  border-radius: 20px;
  padding: 7px 25px;
  color: #fff;
  font-family: "Inter", sans-serif;
  background: #00b66c;
  transition: all 0.3s ease-in-out;
}

.btn-outline-success-signup:hover,
.btn-outline-success-signup:focus,
.btn-outline-success-signup:active {
  color: #000;
  background-color: #fff;
  border-color: #00b66c;
}

.hero-section-row {
  background-image: url(../Images/hero-bg.png);
  background-size: cover;
  border-radius: 25px;
}

.hero-section-heading {
  font-family: "IBM Plex Sans", sans-serif !important;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: clamp(3rem, 5vw, 4rem);
}

.font_ibm {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.tabs_headings .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
}

.tabs_headings .nav-tabs .nav-link {
  margin-bottom: -3px;
}

.hero-color-chage {
  color: #13f398;
  font-size: clamp(3rem, 4vw, 3rem) !important;
}

.hero-section p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  font-size: clamp(16px, 5vw, 18px);
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.hero-fluid-main {
  background-color: #faf7f2 !important;
}

/* ================= search bar ================ */
.search-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.search-box {
  position: relative;
  background: white;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.search-box:focus-within {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.search-input {
  border: 2px solid #eee;
  border-radius: 30px;
  padding: 15px 25px;
  padding-right: 50px;
  width: 100%;
  transition: all 0.3s ease;
}

.search-input:focus {
  border-color: #00b66c;
  box-shadow: none;
}

.search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  transition: all 0.3s ease;
}

.search-box:focus-within .search-icon {
  color: #fff;
}

.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 15px;
  margin-top: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.custom-search-icone {
  background: #00b66c;
  padding: 10px;
  border-radius: 37px;
  color: #fff;
}

.search-box:focus-within .suggestions {
  opacity: 1;
  transform: translateY(0);
}

/* ================= search bar end ================ */

.custom-tab-main div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.custom-tab-con-search-box {
  display: block !important;
  width: auto !important;
}

.custom-tab-con-search-box .custom-search-icone {
  transform: none !important;
}

.custom-tab-main {
  background-color: #aec5bf !important;
  transition: transform 0.2s ease-in-out;
}

/* Unique Search Box Styles */
.tab_content_search_box_contry {
  border: 1px solid #28a745;
  /* green border */
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  background: #fff;
}

.tab_content_search_btn {
  background: #28a745;
  border: none;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.tab_content_search_btn i {
  font-size: 14px;
}

.tab_content_search_input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #555;
}

.tab_content_search_input::placeholder {
  color: #7d7d7d;
}

.custom-tab-main p {
  color: #000;
  font-size: clmp(0.5rem, 4vw, 2rem);
  font-family: "Poppins", sans-serif;
}

.tabs_headings .nav-tabs {
  border: none !important;
  flex-wrap: nowrap !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  transform: scale(1.4);
  /* halka sa shrink on click */
  background-color: #ecfef3 !important;
}

button#home-tab {
  border: none !important;
}

.tab-content-frist h3 {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.tabs-content-main-container .destination-card {
  border-radius: 15px;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.tabs-content-main-container .destination-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.tabs-content-main-container .destination-flag {
  margin-right: 12px;
}

.tabs-content-main-container .destination-info h6 {
  margin: 0;
  font-weight: 600;
}

.tabs-content-main-container .destination-info small {
  color: #6c757d;
}

.tabs-content-main-container .arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: background 0.3s ease;
}

.destination-card i {
  transition: transform 0.5s ease;
}

.destination-card:hover i {
  transform: rotate(332deg);
}

.tabs-content-main-container .tab-content-frist i {}

.tabs-content-main-container .tab-one-search-box {
  max-width: 300px;
  border-radius: 50px;
}

.partner-section-main {}

.lern_more_btn {
  color: #b2e3d7;
}

.lern_more_btn:hover {
  color: #b2e3d7;
}

.explore_top_destinations {
  background-color: #faf7f2;
}

.explore_top_destinations .destination-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: linear-gradient(135deg, #f9f9ff, #f1fff6);
  gap: 2rem;
  transition: all ease-in 2s;
}

.explore_top_destinations .price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}

.explore_top_destinations .see-btn {
  background-color: #00b66c;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
}

.custom-tab-main p {
  color: #1e604f;
}

.explore_top_destinations .see-btn:hover {
  /* background-color: #009a5c;
    color: #fff; */
}

.explore_top_destinations .destination-card .contary_heading {
  color: #0b2c2f;
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;

  line-height: 1;
}

.explore_top_destinations .destination-card .started {
  color: #364152;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
}

.explore_top_destinations .destination-card .explore_top_destinations_arrow-btn {
  border-radius: 74px;
  background: #fff !important;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 26px;
}

.features-section {
  background-color: #ecfef3;
  /* Light greenish bg */
  padding: 60px 0;
}

.features-section .feature-box {
  text-align: center;
}

.features-section i {
  font-size: 2rem;
  color: #00b66c;
  margin-bottom: 15px;
}

.features-section h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b2c2f;
}

.features-section p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0;
}

/* Unique Footer Section */
.custom_footer_section {
  background-color: #1e604e;
  color: #fff;
  font-size: 14px;
}

.custom_footer_section .footer-text {
  color: #ddd;
  font-size: 13px;
  line-height: 1.6;
}

.custom_footer_section .footer-heading {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px !important;
}

.custom_footer_section .footer-links li {
  margin-bottom: 8px;
  cursor: pointer;
  padding-top: 10px !important;
}

.custom_footer_section .footer-links li:hover {
  color: #fff;
}

.custom_footer_section .footer-line {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}

.custom_footer_section .footer-bottom-links a {
  color: #ddd;
  margin-left: 15px;
  text-decoration: none;
  font-size: 13px;
}

.custom_footer_section .footer-bottom-links a:hover {
  color: #fff;
}

.custom_footer_section a {
  text-decoration: none;
  font-weight: 300 !important;
  font-size: 16px;
}

.destination-card span.flag-icon {
  width: 5.333333em;
  line-height: 3em;
}






/* Unique Pricing Section */
.custom_pricing_section .card {
  border-radius: 8px;
  transition: transform 0.2s;
  background-color: #faf7f2;
  border: none !important;
  gap: 8px;
}

.custom_pricing_section h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
}

.custom_pricing_section h3 {
  font-family: "Inter", sans-serif !important;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  text-align: left;
}

.custom_pricing_section h3 {
  color: #0b2c2f;
}

.custom_pricing_section p {
  font-family: "Inter", sans-serif !important;
  color: #53514e;
  text-align: left;
  font-size: 14px;
}

.custom_pricing_section .card:hover {
  transform: translateY(-5px);
  background-color: #e1f7ea;
  box-shadow: 0px 20px 40px 0px #0000001c !important;
  cursor: pointer;
}

.custom_pricing_section ul li {
  color: #0b2c2f;
  font-family: "Inter", sans-serif !important;
}

.custom_pricing_section ul li i {
  color: #0b2c2f;
  font-size: 18px;
  margin-right: 6px;
}

.custom_pricing_section .buy_now_btn {
  font-family: "Inter", sans-serif !important;
  color: #0b2c2f;
  background-color: #fff;
  border: 1px solid #e7e8e1;
  box-shadow: 0px 1px 3px 0px #1e1e1e14;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}

.custom_pricing_section .card:hover .buy_now_btn {
  background-color: #00b66c !important;
  color: #fff;
}

.custom_pricing_section .highlight-card {
  background: #e6fff3;
}

.custom_pricing_section .pricing_card_diveder {
  color: #e7e8e1;
  margin: 0px 0px 15px;
}

/* ======================================================== Partners page Css ============================================ */

.hero-section-main-pwu .hero-heading-pwu {
  font-family: "IBM Plex Sans", sans-serif !important;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: clamp(1.5rem, 5vw, 3rem);
}

.hero-section-main-pwu .hero-color-chage {
  font-size: clamp(1.5rem, 5vw, 3rem) !important;
}

.hero-section-main-pwu .see-btn {
  background-color: #00b66c;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
}

.hero-section .hero-section-row {
  height: unset;
}

.custom_benefits_section .heading-bg-custom {
  position: absolute;
  top: 14%;
  left: 4%;
}

/* ======================================== */
/* Unique Benefits Section */
.custom_benefits_section {
  background: linear-gradient(to bottom, #faf7f2 75%, #1e604e 75%);
}

.custom_benefits_section .card {
  border: 1px solid #eee;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #f7f4ef;
}

.custom_benefits_section h6 {
  font-size: 16px;
}

.custom_benefits_section p {
  font-size: 14px;
}

.custom_steps_arrow_main {
  position: absolute;
  top: 24%;
  right: -15%;
}

.font-sora {
  font-family: "Sora", sans-serif !important;
}

.custom_steps_main .see-btn {
  background-color: #00b66c;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
}

/* ======================================== */

.custom_progeress_section {
  background-color: #1e604e;
}

.custom_seemless_esim_main {
  background-color: #faf7f2;
}

.custom_seemless_esim_main .see-btn {
  background-color: #00b66c;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
}

.seemless_text-color_change {
  color: #00b66c;
}

.custom_seemless_esim_main .seemless_img-col img {
  max-width: 500px;
  max-height: 450px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
}

/* ============================================== About Css ============================================== */
.hero-section-main-about .hero-heading-about {
  font-family: "IBM Plex Sans", sans-serif !important;
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 2.5rem);
  text-align: left;
}

.hero-section-main-about .hero-color-chage {
  font-size: clamp(2rem, 5vw, 2.5rem) !important;
}

.hero-section-main-about .hero-about-col-one img {
  object-fit: cover;
}

.hero-section-main-about .see-btn {
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  padding: 0 !important;
}

.hero-section-main-about .see-btn i {
  background-color: #00b66c;
  padding: 6px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 14px;
  padding: 0 !important;
  align-content: center;
}

.join_future_main .our_visition_cta {
  border: 1px dashed #9a8e8b;
  border-radius: 7px;
}

/* .global_connectivity_main .global_connectivity_img{
    max-height: 350px;
    object-fit: cover;
 
}
 */
.our_visition_main {
  background-color: #faf7f2;
}

.join_future_main {
  background-color: #faf7f2;
}

.global_connectivity_main {
  background-color: #faf7f2;
}

.more_then_main {
  background-color: #faf7f2;
}

.more_then_custom_steps_arrow_main {
  position: absolute;
  top: 6%;
  right: -25%;
}

.more_then_main .more_then_row_con {
  max-width: 900px;
  margin: auto;
}

.navbar-brand img {
  max-width: 180px;
}

.tab_dot_img {
  max-width: 30px;
}

footer img {
  max-width: 190px;
}

.popup_logo {
  max-width: 180px;
}

@media (max-width: 768px) {
  .tabs_headings p {
    font-size: clamp(12px, 5vw, 13px);
  }
}

@media (max-width: 991px) {
  header .custom_nav_rounded {
    border-radius: 15px !important;
  }

  .hero-section .hero-section-row {
    height: unset;
  }

  .custom-tab-main div {
    gap: 0rem;
  }
}

@media (max-width: 1024px) {
  .custom_steps_arrow_main {
    display: none;
  }

  .more_then_custom_steps_arrow_main {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-section .hero-section-row {
    height: auto !important;
  }

  .hero-section-main-pwu .hero-section-row {
    height: 85vh !important;
  }

  .custom_benefits_section .heading-bg-custom {
    position: absolute;
    top: 10%;
    left: 6%;
  }

  br {
    display: none;
  }

  .tab_dot_img {
    display: none;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    transform: scale(1.2);
    background-color: #ecfef3 !important;
  }

  .tabs_headings p {
    margin: 0;
  }

  .container.pt-5.tabs_headings {
    padding: 0;
  }

  header .custom_nav_rounded {
    border: none !important;
    border-radius: 0px !important;
  }

  .custom_modal_main .custom_modal_row_cotainer .modal-content {

    flex-direction: column !important;
  }
}