.body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  color: #454545 !important;
  font-family: Livvic !important;
  font-size: 16px;
}

.custom-container {
  max-width: 1200px;
  /* Set your desired maximum width here */
}

.menu-btn {
  background: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.menu-btn i {
  color: #fff; /* White icon */
  font-size: 2rem; /* Thodi badi size */
  font-weight: bold; /* Lines thodi bold lagen */
  line-height: 1;
}

/* Hover effect - thoda zoom aur brightness */
.menu-btn:hover {
  transform: scale(1.1);
}

.menu-btn:hover i {
  color: #f5f5f5;
}

p {
  font-size: 19px;
  /* color: #000000; */ 
  font-weight: 600;
}

.bg-white {
  background-color: #fff !important;
  border-bottom: 1px solid rgb(58, 185, 227);
}

.nav-link {
  color: #fff !important;
  font-size: 18px;
  padding: 0 1.1rem !important;
}

.nav-link:hover {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-radius: 13px;
}
.offcanvas-body .nav-link {
  color: #000 !important;
  font-size: 18px;
  padding: 10px 0px !important;
}
.offcanvas-body .nav-item.dropdown .nav-link{
  color: #000 !important;
  font-size: 18px;
  padding: 10px 0px !important;
}
.offcanvas-body .navbar-nav .dropdown-menu {
    
    flex-direction: column;
    background: #fff;
}
.offcanvas-body .nav-link {
  color: #000 !important;
  font-size: 18px;
  padding: 10px 0px !important;
}

.offcanvas-body .nav-link:hover {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-radius: 13px;
}


.nav-item {
  font-weight: 600;
}

.login_button {
  font-family: "Quicksand", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  border: none;
  background-color: #3861b0;
  border-radius: 50px 50px 50px 50px;
  padding: 8px 50px 11px 50px;
}

.login_button:hover {
  color: #ffffff;
  background-color: #3ab9e3;
  border: none;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.button_talk {
  font-family: "Quicksand", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  background-color: #3861b0;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 50px 12px 50px !important;
  border: none;
  text-decoration: none;
}

.button_talk:hover {
  color: #ffffff;
  background-color: #3ab9e3;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  border-radius: 15px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main_heading {
  color: #3861b0;
  font-family: "Mulish", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  /* line-height: 60px; */
}

.primary_Color {
  color: #3861b0;
}

.primary_color2 {
  color: #3ab9e3;
}

.section_title {
  text-align: center;
  color: #3861b0;
  font-family: "Mulish", Sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.title {
  font-family: "Mulish", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #3861b085;
  margin: 0px 0px 0px 10px;
}

.divider {
  width: 10%;
  margin: 0 auto;
  display: flex;
  border: 0.139rem solid #3ab9e3;
  margin-top: 3px !important;
}

.content_box {
  background-color: #fff;
  margin: 0;
  padding: 30px;
  border-radius: 40px;
  opacity: 0.9;
  transition: all 0.32s ease-in-out !important;
}

.content_box:hover {
  background: linear-gradient(to top, #eaf3ff 0%, #fff 60%);
  transition: all 0.32s ease-in-out !important;
}

.card_A2p {
  box-shadow: 0px 0px 13px -4px #c7d0cc;
  border-radius: 15px;
  color: #3ab9e3;
  text-align: center;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 11px rgba(94.71195652173914, 138.17261342155012, 235.5, 0.05);
}

.card_A2p:hover {
  color: white;
  transform: scale(1.05);
  background-color: #3861b0;
}

.card_A2p2 {
  box-shadow: 0px 0px 13px -4px #c7d0cc;
  border-radius: 20px;
  color: #3ab9e3;
  text-align: center;
  margin: 0px 0px 0px 0px;
  background-color: #eaf3ff;
  box-shadow: 0px 0px 50px 11px rgba(94.71195652173914, 138.17261342155012, 235.5, 0.05);
}

.card_A2p2:hover {
  color: white;
  background-color: #3861b0;
}

.card_A2p2:hover a {
  color: white !important;
}

.card_A2p2s {
  box-shadow: 0px 0px 13px -4px #c7d0cc;
  border-radius: 20px;
  color: #3ab9e3;
  height: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
  background-color: #eaf3ff;
  box-shadow: 0px 0px 50px 11px rgba(94.71195652173914, 138.17261342155012, 235.5, 0.05);
}

.card_A2p2s:hover {
  color: white;
  background-color: #3861b0;
}

.card_A2p2s:hover a {
  color: white !important;
}

.card_A2p2s:hover p {
  color: white !important;
}

.card_A2p2ss {
  border-radius: 20px;
  color: rgba(18, 18, 18, 1);
  height: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
  background: rgba(221, 239, 253, 1);

}

.card_advantage {
  box-shadow: 0px 0px 13px -4px #c7d0cc;
  /* padding: 0px 10px; */
  border-radius: 15px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 11px rgba(94.71195652173914, 138.17261342155012, 235.5, 0.05);
  transition: color 0.3s;
  /* Add a transition for a smooth color change */
}

.card_advantage p {
  font-size: 16px;
  text-align: left;
  text-align: justify;
  transition: color 0.1s;
  /* Add a transition for a smooth color change */
}

.card_advantage:hover p {
  color: #fff;
}

.card_advantage:hover .card-title {
  color: #fff;
}

/* 📱 For small devices (phones) */
@media (max-width: 576px) {
  .main_heading {
    font-size: 32px;
    line-height: 40px;
  }
}

/* 📱 For medium devices (tablets) */
@media (max-width: 768px) {
  .main_heading {
    font-size: 40px;
    line-height: 48px;
  }
}

.card_advantage:hover {
  background-color: #3861b0;
  color: white !important;
  /* Change text color to white on hover */
}

.card_advantage:hover {
  color: white;
}

.card_contact {
  /* box-shadow: 0px 0px 13px -4px #c7d0cc; */
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  /* border: 3px black!important; */
  margin: 0px 0px 0px 0px;
  background-color: #f1f6fc;

  transition: color 0.3s;
  /* Add a transition for a smooth color change */
}

.card_contact p {
  font-size: 16px;
  text-align: left;
  text-align: justify;
  transition: color 0s;
  /* Add a transition for a smooth color change */
}

.card_contact:hover p {
  color: #fff;
}

.card_contact:hover {
  background-color: #3861b0;
  color: white !important;
  /* Change text color to white on hover */
}

.card_contact:hover {
  color: white;
}

.card_contact:hover h5 {
  color: white;
}

.card_industry {
  box-shadow: 0px 0px 13px -4px #c7d0cc;
  border-radius: 15px;
  text-align: center;
  color: white;
  background-color: #3861b0;
  margin: 0px 0px 0px 0px;
  /* box-shadow: 0px 0px 50px 11px rgba(94.71195652173914, 138.17261342155012, 235.5, 0.05); */
  transition: color 0.3s;
  /* Add a transition for a smooth color change */
}

.card_industry p {
  color: white;
  font-size: 16px;
}

.card_industry:hover {
  color: white;
  height: auto;
  background-color: #6ec1e4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.card_industry :hover p {
  color: white;
}

.cta {
  background-color: #3ab9e352;
  border-radius: 20px;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.social_links ul li {
  padding-right: 15px;
}

.card_advantage:hover svg {
  fill: white;
  /* Change the fill color to white on hover */
}

/* Start with a small size */
#animated-image {
  width: 20%;
  /* Adjust the initial width as needed */
  transition: transform 5s;
  /* Transition over 5 seconds */
  animation: zoom-in 5s forwards;
  /* Add margin to center the image and create space around it */
}

/* Create a keyframe animation to zoom in the image */
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(5);
    /* Adjust the scale factor as needed to match the desired zoom level */
  }
}

/* Apply the animation to the image */
#animated-image.animate {
  animation: zoom-in 5s forwards;
}

.countrylist {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
}

.countrylist select {
  float: left;
  width: 100%;
  height: 55px;
  width: 300px;
  border: none;
  border-radius: 12px;
  font-size: 17px;
  background: #fff;
  width: 200px;

  font-weight: 600;
  padding: 0 0 0 20px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  margin: 0 auto;
  padding: 20px;
}

.image-container {
  position: relative;
  margin-bottom: 20px;

  flex-basis: calc(33.33% - 10px);
  /* Adjust the width of each image container */
}

.gallery-image {
  width: 100%;
  border-radius: 10px;
  height: 238px;
  display: block;
  transition: opacity 0.3s;
}

.image-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: rgba(0, 0, 0, 0.7); */
  color: white;
  padding: 10px;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s;
}

.image-container:hover .gallery-image {
  opacity: 0.7;
}

.image-container:hover .image-caption {
  opacity: 1;
  font-weight: 600;
  font-size: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: none !important;
}

.nav-pills .nav-link {

  background: linear-gradient(135deg, #7ec0d8, #4b91b2);
  color: white;
  border: none;
  padding: 10px 25px;
  border: 0;
  color: #3861b0 !important;
  border-radius: 0.25rem;
  transition: 0.5s ease-in-out;
}

.nav-pills .nav-link:hover {
  transform: scale(1.08);
}

.card {
  border-style: dotted;
  border-width: 2px 2px;
  border-color: #3ab9e3;
  border-radius: 8px 40px 8px 40px;
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown trigger link */
.dropdown .nav-link {
  color: #fff!important;
  text-decoration: none;
  padding: 10px;
}

/* Dropdown content */
.dropdown .dropdown-menu-custom {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 500px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-item {
  margin: 9px 0px;
}

/* Show dropdown content on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  margin: 10px 0px;
}

.rotate .card {
  /* width: 200px; */
  /* background-color: #00AEEC; */
  background-color: #fff;
  color: black !important;
  height: 300px;
  justify-content: center;
  margin: 0 auto !important;
  align-items: center;
  border-radius: 60px 18px 60px 18px;
  perspective: 1000px;
}

.rotate .card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.rotate .card:hover .card-inner {
  transform: rotateY(180deg);
}

.rotate .card-front,
.card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* background-color: #ffffff; */
  /* border: 1px solid #ccc; */
  border-radius: 10px;
}

.rotate .card-front {
  transform: rotateY(0deg);
}

.rotate .card-back {
  transform: rotateY(180deg);
  backface-visibility: hidden;
  display: flex;
  background: #0b70e1;
  color: white;
  border-radius: 60px 18px 60px 18px;
  flex-direction: column;
  /* Added to align content vertically */
  justify-content: center;
  /* Vertically center content */
  align-items: center;
}

.rotate .card-back p {
  color: #fff;
  font-size: 16px;
}

.rotate-2 .card-back p {
  color: #fff;
  font-size: 16px;
}

.rotate-2 .card {
  /* width: 200px; */
  /* background-color: #00AEEC; */
  background-color: #fff;
  color: black !important;
  height: 370px;
  justify-content: center;
  margin: 0 auto !important;
  align-items: center;
  border-radius: 60px 18px 60px 18px;
  perspective: 1000px;
}

.rotate-2 .card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.rotate-2 .card:hover .card-inner {
  transform: rotateY(180deg);
}

.rotate-2 .card-front,
.card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* background-color: #ffffff; */
  /* border: 1px solid #ccc; */
  border-radius: 10px;
}

.rotate-2 .card-front {
  transform: rotateY(0deg);
}

.rotate-2 .card-back {
  transform: rotateY(180deg);
  backface-visibility: hidden;
  display: flex;
  background: #0b70e1;
  color: white;
  border-radius: 60px 18px 60px 18px;
  flex-direction: column;
  /* Added to align content vertically */
  justify-content: center;
  /* Vertically center content */
  align-items: center;
}

.blog_card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: 0.4s;
  border-radius: 15px;
  background: white;
}

.form_box {
  box-shadow: 0px 0px 10px #e5e5e5;
  background-color: white;
  border-radius: 15px;
  border: 1px solid whitesmoke;
}

.form_boxes {
  background: linear-gradient(180deg, #004366 0%, #174056 100%);
  border-radius: 25px;
}

.job_box {
  box-shadow: 0px 0px 10px #e5e5e5;
  background-color: white;
  border-radius: 15px;
  border: 1px solid whitesmoke;
}

/* Define a CSS class for the zoom-in animation */
.zoomable {
  width: 10%;
  /* Start at 10% width */
  animation: zoomIn 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1s forwards;
}

/* Define the animation keyframes */
@keyframes zoomIn {
  0% {
    width: 10%;
  }

  100% {
    width: 100%;
    /* End at full width */
  }
}

.copy-right {
  text-align: center;
  color: #fff;
  font-family: "Mulish", Sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.go_top {
  position: fixed;
  left: 30px;
  bottom: 20px;
  cursor: pointer;
  transition: 0.4s all;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .border-right {
    border-right: 1px solid #3ab9e3;
    /* Adjust the color and thickness as needed */
    height: 100%;
    /* Adjust the height of the line to match the column's height */
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 8% auto;
  padding: 10px 30px;
  /* border: 1px solid #888; */
  width: 85%;
  max-width: 500px;
  border-radius: 20px;
}

.close {
  color: #3861b0;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.footer-primary .widget .social-links a {
  margin: 5px;
}

.footer-primary .widget ul li a {
  color: #f2f7f5;
}

.site-footer .social-links li a {
  background-color: #3861b0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.social-links ul li a {
  display: inline-block !important;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #34454f;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.social-links ul {
  display: flex;
  padding: 0px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.to_top.show {
  left: 30px;
  opacity: 1;
}

.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background: #37afcb;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4sease;
  -o-transition: all 0.4s ease;
  transition: all 0.4sease;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1333333333);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1333333333);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 images per row */
  gap: 20px;
  /* Space between images */
  justify-content: center;
  align-items: center;
}

.grid-container img {
  width: 100%;
  height: auto;
  max-width: 150px;
  /* Image size control */
  display: block;
  margin: auto;
}

.grid-container div {
  background: white;
  border-radius: 55px;
  border: 1px solid rgba(128, 128, 128, 1);
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Light shadow */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    /* Tablet - 3 images per row */
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    /* Mobile - 2 images per row */
  }
}

@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    /* Small mobile - 1 image per row */
  }
}

.button_kenya {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  font-size: 25px;
  color: rgba(19, 82, 159, 1);
  font-weight: 600;
}

.button_kenya:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  color: rgba(19, 82, 159, 1);
  font-weight: 600;
}

.custom-container p {
  font-size: 16px;
}

.style_unique p {
  padding-left: 1.6rem;
}

.style_unique h5 {
  padding-left: 1.6rem;
  align-items: center;
}

.Growing {
  background: rgba(19, 82, 159, 0.2);
  border: 5px solid;
  border-radius: 40px;
  border-image-source: rgba(19, 82, 159, 1);
  border-image-slice: 1;
  /* Ensure the border image is displayed correctly */
}

.card_advantages {
  color: white !important;
  border-radius: 15px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  box-shadow: 0px 0px 50px 11px rgba(94.71195652173914, 138.17261342155012, 235.5, 0.05);
  transition: color 0.3s;
  background: linear-gradient(90deg, #004394 0%, #000000 100%);
}

.card_bahrain {
  color: white !important;
  border-radius: 15px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  transition: color 0.3s;
}

/* Unique classes for each card */
.card-1 {
  background: rgba(255, 242, 215, 1);
  border-radius: 20px;
  padding: 30px;
  color: rgba(0, 67, 148, 1);
}

.card-2 {
  background: rgba(229, 241, 255, 1);
  border-radius: 20px;
  color: rgba(0, 67, 148, 1);
  padding: 30px;
}

.card-3 {
  background: rgba(255, 242, 215, 1);
  border-radius: 20px;
  padding: 30px;
  color: rgba(0, 67, 148, 1);
}

.card-4 {
  background: rgba(229, 241, 255, 1);
  border-radius: 20px;
  padding: 30px;
  color: rgba(0, 67, 148, 1);
}

.card-5 {
  background: rgba(255, 242, 215, 1);
  border-radius: 20px;
  padding: 30px;
  color: rgba(0, 67, 148, 1);
}

.know-more-btn {
  background: rgba(255, 255, 255, 1);
  color: rgba(19, 82, 159, 1);
  border: none;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-top: 20px;
}

.know-more-btn:hover {
  background-color: #0056b3;
  color: #fff;
}

.speed_heading {
  text-align: center;
  color: #3861b0;
  font-family: "Mulish", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.Growing_cta {
  position: relative;
  background: rgba(19, 82, 159, 0.2);
  border-radius: 20px;
  outline: 2px solid transparent;
  outline-offset: -2px;
  box-shadow: 0 0 0 4px rgba(19, 82, 159, 0.8);
}

.Growing_cta h4 {
  color: #ffff;
  font-family: Roboto Serif;
  font-weight: 600;
  font-size: 44px;
}

.Growing_cta h4 span {
  color: rgba(255, 182, 29, 1);
  font-family: Roboto Serif;
  font-weight: 600;
  font-size: 44px;
}

.Growing_cta p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.benefits_Section h2 span {
  color: rgba(255, 182, 29, 1);
}

.benefits_Section h2 {
  color: #fff;
  text-align: center;
  font-family: Roboto Serif;
  font-size: 48px;
  font-weight: 700;
}

.bahrain_heading h1 {
  font-family: Roboto Serif;
  font-weight: 600;
  font-size: 54px;
}

.bahrain_heading h1 span {
  color: rgba(36, 170, 211, 1);
}

.iti {
  position: relative;
  display: block !important;
  width: 100%;
}

.card-mal {
  background: rgba(237, 237, 237, 1);
  border-radius: 20px;
  padding: 30px;
  color: rgba(0, 67, 148, 1);
}

.card-tanzania {
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  padding: 30px;
  color: rgba(0, 67, 148, 1);
}

.card_mal-landing {
  background: rgba(255, 255, 255, 1);
  width: 200;
  height: 200;
  border-radius: 20px;
}

.card_mal-landing h5 {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  text-align: center;
}

.card-why {
  background: rgba(255, 255, 255, 1);
  width: 310;
  height: 402;
  border-radius: 20px;
}

.form_box_landing {
  background: linear-gradient(180deg, #004366 0%, #174056 100%);
  border: 1px solid #999999;
  /* Border width thoda zyada rakhein for visibility */
  border-radius: 30px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.contact-btn {
  background-color: transparent;
  border: 2px solid white;
  color: rgba(34, 166, 206, 1);
  padding: 10px 30px;
  font-weight: 500;
}

.contact-btn:hover {
  background-color: white;
  color: #004366;
}

/* Sign Up - filled button look */
.signup-btn {
  background-color: #ffffff;
  color: rgba(34, 166, 206, 1);
  border: 2px solid white;
  padding: 10px 30px;
  font-weight: 500;
}

.signup-btn:hover {
  background-color: #eeeeee;
  color: #003355;
}

.demo-btn {
  background: rgba(255, 255, 255, 1);
  color: rgba(34, 166, 206, 1);
  padding: 10px 20px;
  border-radius: 4px;
}

.demo-btn:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(34, 166, 206, 1);
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
}

.image-wrapper {
  height: 100%;
  /* Or set a fixed height like 400px */
  display: flex;
  align-items: center;
  /* Vertical center */
  justify-content: center;
  /* Optional: horizontal center */
}

.communication {
  display: flex;
  align-items: center;
  /* Vertically center */
  justify-content: center;
  /* Horizontally center (optional) */
  height: 100vh;
  /* or any fixed height like 500px */
}

.communication img {
  height: 60%;
  object-fit: contain;
}

.Singapore .section_title {
  color: rgb(255 182 29);
  font-size: 38px;
}

.spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #333;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.card_zambia-landing p {
  font-size: 14px;
}

.card_zambia-landing {
  background: rgba(255, 255, 255, 1);
  width: 200;
  height: 200;
  border-radius: 20px;
}

.gradient-border {
  border: 4px solid #82baff;
  border-radius: 50px;
}

.go .card-title {
  font-weight: 500;
  color: rgba(19, 82, 159, 1);
  font-size: 24px;
  text-align: center;
}

.card_ezeypt-landing {
  background-color: rgba(212, 175, 55, 1);
  width: 200;
  height: 200;
  border-radius: 20px;
}

.trusted-section {
  background: #fefae7;
  /* light background */
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.wave-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: url("images/wave-bg.svg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.logo-grid img {
  max-width: 100px;
  margin: 15px;
}

.trusted-text {
  z-index: 2;
  position: relative;
}

.tagline {
  color: #d49c00;
  font-weight: 600;
}

.contact-btn {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 500;
  background-color: white;
  transition: 0.3s;
}

.contact-btn:hover {
  background-color: #000;
  color: white;
}

@media (max-width: 767px) {
  .wave-bg {
    display: none;
  }
}

.feature-card {
  padding: 1rem;
}

.feature-text {
  font-weight: bold;
  font-size: 1.2rem;
}

.arabic-text {
  font-size: 1.1rem;
  color: #555;
}

.text-justify {
  text-align: justify;
}

.timeline-step {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}

.timeline-step p {
  font-size: 14px;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 40px;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom,
      #ccc 33%,
      rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 2px 10px;
  background-repeat: repeat-y;
}

.timeline-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  /* background-color: #eaeaea; */
  background: rgba(221, 239, 253, 1);

  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.timeline-step:last-child::before {
  display: none;
}

h2 span {
  color: #6c63ff;
}

.feature-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.feature-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.feature-desc {
  font-size: 0.95rem;
  color: #333;
}

.btn-custom {
  border-radius: 20px;
  font-size: 0.85rem;
  padding: 6px 16px;
}

.mobile-mockup {
  max-width: 100%;
}

.product_img {
  max-width: 100px !important;
  /* You can adjust the size */
}

.sms_nigeria p {
  font-size: 14px;
  color: rgba(128, 128, 128, 1);
}

.btn-gradient {
  background: linear-gradient(to right,
      #306dcf,
      #6ad0ff);
  /* Blue to light blue */
  color: white;
  border: none;
  padding: 10px 20px;
}

.btn-outline-custom {
  border: 1px solid #6ad0ff;
  color: #333;
  background-color: transparent;
}

.btn-outline-custom:hover {
  background-color: #e8f9ff;
  color: #000;
}

.icon_Sms {
  width: 60px !important;
  height: 80px !important;

  height: auto;
  /* maintain aspect ratio */
  display: inline-block;
  object-fit: contain;
}

.policy-wrapper {
  
      border-radius: 8px;
      padding: 30px;
      color: #fff;
    }
    .policy-wrapper h1 {
      font-size: 2rem;
      font-weight: 700;
        color: #fff;
    }
    .policy-wrapper h2 {
      font-size: 1.25rem;
      margin-top: 30px;
      font-weight: 600;
        color: #fff;
    }
    .policy-wrapper p {
     
        color: #fff;
      line-height: 1.7;
      margin-top: 10px;
    }

    .terms-wrapper {
      color: #fff;
      border-radius: 8px;
      padding: 30px;
    }
    .terms-wrapper h1 {
      font-size: 2rem;
      font-weight: 700;
       color: #fff;
    }
    .terms-wrapper h2 {
      font-size: 1.25rem;
       color: #fff;
      margin-top: 30px;
      font-weight: 600;
    }
    .terms-wrapper p {
      color: #fff;
      line-height: 1.7;
      margin-top: 10px;
    }


    .gradient-border-box {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px; /* adjust if needed */
  padding: 20px;
}

/* Gradient Border */
.gradient-border-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* ✅ border thickness */
  border-radius: 24px;

  background: linear-gradient(
    97.65deg,
    #132966 1%,
    #415CA4 21.94%,
    #00BFFF 46.69%,
    #00BFFF 82.39%,
    #132966 100%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}


.steps-wrapper {
  background: #22272b;
  border-radius: 16px;
  padding: 40px 20px;
}

/* Circle Icon */
.step-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle at top, #2f353a, #14171a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #6cb6ff;
  font-size: 28px;
  position: relative;
  z-index: 2;
}

/* Dotted Line – Desktop & Tablet */
.step-item::after {
  content: "";
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  right: 15%;
  width: 70%;
  border-top: 1px dashed #555;
  z-index: 1;
}

/* 🔥 Mobile Fix */
@media (max-width: 767px) {
  .step-item::after {
    display: none;
  }
}



.step-item:last-child::after {
  display: none;
}

/* Text */
.step-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* Mobile Fix */
@media (max-width: 767px) {
  .step-item::after {
    display: none;
  }
}


