body {
  min-height: 100vh;
  background-image: repeating-linear-gradient(
    to right,
    #e5e5e5fc,
    /* This is the color of the lines */ #e5e5e500 1px,
    /* Width of the lines */ transparent 1px,
    transparent 5%
      /* Space between the lines, adjust the percentage as needed */
  );
  background-attachment: fixed;
  font-size: 16px;
  /* font-family: "Tajawal", sans-serif; */
  font-weight: 500;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

.pos-relative {
  position: relative !important;
}

.pos-abs {
  position: absolute !important;
}

.horizontal-center {
  justify-content: center !important;
  display: flex !important;
}

a.navbar-brand img {
  height: 115px;
}

a.navbar-brand {
  margin-right: 100px;
}

ul.navbar-nav li.nav-item .nav-link {
  font-weight: 600;
  font-size: 16px;
  margin-right: 40px;
  color: #15203c;
}

span.coming-soon {
  background: #f7c904;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 11px;
  right: -34px;
  bottom: 22px;
  font-weight: 700;
}

span.coming-soon:hover {
  cursor: pointer;
}

section.clients-section {
  background: #10182d;
  padding: 10px 0;
}

section.clients-section .clients .clients-logo {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.tabs ul li.nav-item .nav-link.active {
  background-color: white;
  color: #000;
  border-radius: 7px;
}

.tabs ul {
  width: fit-content;
  padding: 7px 0px;
  display: flex;
  justify-content: center;
  margin: auto;
  background: #10182d;
  border-radius: 7px;
  color: white;
  list-style: none;
}

.tabs ul li.nav-item .nav-link.active {
  background-color: white;
  color: #000;
  border-radius: 7px;
  padding: 0 25px;
}

.tabs ul li.nav-item .nav-link {
  margin: 0 15px;
  padding: 0 25px;
}

.header-main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.header-main-content p {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}

span.highlighter span {
  background: #f7c904;
  height: 30px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.header-section .small-paragraph {
  text-align: center;
  margin-bottom: 25px;
}

section.header-section .buttons-div {
  display: flex;
  justify-content: center;
}

.c-btn.active {
  background-color: #f7c904;
}

.c-btn {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #00000075;
  border-radius: 7px;
  margin: 0px 5px;
  color: #15203c;
  font-weight: 600;
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn:hover {
  color: white;
  background: #f7c904;
}

section.header-section {
  margin: 0 0 50px 0;
}

section.home-about-section {
  margin: 50px 0;
}

section.tabs-section {
  margin-top: 50px;
}

.title-div p {
  text-align: center;
  font-size: 48px;
}

.main-title {
  font-size: 48px;
  font-weight: 600;
  color: #15203c;
  line-height: 1.1;
}

section.home-about-section .title-div {
  text-align: center;
}

section.home-about-section .description-div {
  width: 70%;
  margin: auto;
  margin-top: 15px;
}

.custom-card-full {
  padding: 10px 30px;
  display: flex;
  height: 100%;
}

.custom-card-full .custom-card {
  border: 1px solid #00000069;
  border-radius: 10px;
  padding: 20px 40px;
  background: #ffffff;
}

.custom-card-full .custom-card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-card-full img.custom-card-img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}

.custom-card-full .custom-card-title {
  background-color: #f7c904;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 10px;
  font-weight: 600;
}

.custom-card-full .custom-card-text {
  margin-bottom: 15px;
}

footer.footer {
  background-color: #10182d;
  padding: 50px 0 50px 0;
}

img.footer-logo {
  width: 50%;
}

.footer ul.social-media-list {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.footer ul.social-media-list li {
  font-size: 16px;
  background: white;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.join-us-section .title-div {
  text-align: center;
}

.join-us-section .description-div {
  width: 70%;
  margin: auto;
  margin-top: 15px;
}

.left-side {
  color: white;
  background-color: #10182d;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
  align-items: center;
  padding: 40px;
}

.right-side {
  background-color: white;
  padding: 40px;
  border: 1px solid #00000047;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.same-height {
  display: flex;
  align-items: stretch;
}

.c-submit-btn {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 7px;
  color: #15203c;
  font-weight: 600;
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7c904;
}

.c-cv-btn {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 7px;
  color: white;
  font-weight: 600;
  width: 100px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10182d;
}

section.join-us-section {
  margin: 0 0 100px 0;
}

section.join-us-section form label {
  color: #10182d;
  font-size:14px;
}

section.join-us-section .join-title {
  font-size: 40px;
  background-color: white;
  color: #10182d;
  padding: 10px 20px 2px;
  font-weight: 700;
  line-height: unset;
}

span.join-small-description {
  color: #ffffff8f;
}

span.join-description {
  font-weight: 700;
}

/*! star steps */

.stepprogress {
  list-style: none;
}

.StepProgress-item1 {
  padding-bottom: 10px;
  font-size: 15px;
}

.StepProgress-item1 {
  position: relative;
  width: fit-content;
  padding-bottom: 30px;
}

.StepProgress-item1 p {
  position: absolute;
  left: -32px;
  top: 0;
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 25px;
  border: 2px solid #15203c;
  text-align: center;
  line-height: 18px;
  background: #15203c;
  font-size: 14px;
}

.StepProgress-item1 strong {
  display: block;
  background-color: #f7c904;
  width: fit-content;
}

.StepProgress-item1::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -25px;
  height: 100%;
  width: 5px;
  background: #15203c;
  z-index: -1;
}

.StepProgress-item1:last-child::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -25px;
  height: 0%;
  width: 5px;
  top: 15px;
  background: #15203c;
  z-index: -1;
}

/*! end steps */

section.time-line-section ul.stepprogress {
  width: 100%;
  padding: unset;
  display: block;
  justify-content: unset;
  margin: unset;
  background: unset;
  border-radius: unset;
  color: unset;
  list-style: none;
}

section.time-line-section ul.stepprogress li.StepProgress-item1 {
  list-style: none;
}

section.time-line-section {
  margin-bottom: 100px;
  margin-top: 100px;
}

.textarea_field textarea#txtid {
  width: 100%;
}

.footer-logo-div .logo-part {
  margin-bottom: 20px;
}

.footer-logo-div .logo-part a img.footer-logo {
  width: 40%;
}

.footer-logo-div p.desc {
  color: white;
}

.footer-content .widget-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.rs-footer .footer-content .address-widget li .desc {
  color: #e0e0e0;
}

.footer-content .address-widget li i:before {
  color: #f8c806;
}

.pr-15 {
  padding-right: 15px;
}

.pr-40 {
  padding-right: 40px;
}

.footer-content ul.address-widget {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.footer-content .address-widget li i {
  float: left;
  padding-right: 25px;
}

.footer-content .address-widget li {
  margin-bottom: 24px;
}

.footer-content .address-widget li .desc {
  color: #e0e0e0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

.footer-content .address-widget li .desc a {
  color: #e0e0e0;
  text-decoration: none;
}

.footer-content .address-widget li .desc a:hover {
  color: #f8c806;
}

.rs-footer .footer-bottom {
  padding: 36px 0;
  border-top: 2px solid #333;
}

.pb-79 {
  padding-bottom: 79px;
}

.pt-62 {
  padding-top: 62px;
}

.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #e0e0e0;
}

.developed {
  color: white;
}

.text-right {
  text-align: right !important;
}

.rs-footer .footer-content .footer-post .post-wrap {
  overflow: hidden;
}

.rs-footer .footer-content .footer-post .post-wrap .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

.rs-footer .footer-content .footer-post .post-wrap .post-img a img {
  border-radius: 4px;
}

.rs-footer .footer-content .footer-post .post-wrap .post-desc a {
  color: #e0e0e0;
  font-weight: 600;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.mb-15 {
  margin-bottom: 15px;
}

.developed a {
  color: white;
  text-decoration: none;
}

.developed a:hover {
  color: #f8c806;
  text-decoration: none;
}
@media (max-width: 1130px) {
  .p-card {
    font-size: 15px !important;
  }
}
@media (max-width: 992px) {
  .container-flex {
    padding: 85px !important;
  }
}
@media (max-width: 900px) {
  .paragraph-card {
    font-size: 30px !important;
  }
  .container-flex {
    padding: 60px !important;
  }
}
@media (max-width: 805px) {
  .p-card {
    font-size: 12px !important;
  }
  .paragraph-card {
    font-size: 25px !important;
  }
}
@media (max-width: 770px) {
  .container-flex {
    padding: 40px !important;
  }
}
@media (max-width: 700px) {
  .img-section {
    display: none;
  }
}
@media (max-width: 1050px) {
  .p9 {
    font-size: 15px !important;
  }
  .consultantsp10 {
    font-size: 35px !important;
  }
}
@media (max-width: 890px) {
  .modal-design {
    font-size: 13px !important;
  }
  .p10 {
    font-size: 20px !important;
  }
  .consultantsp10 {
    font-size: 20px !important;
  }
}
@media (max-width: 756px) {
  .modal-design {
    font-size: 12px !important;
  }
}
@media (max-width: 712px) {
  .modal-design {
    width: 100% !important;
  }
}
@media (max-width: 551px) {
  label.label-5.cta {
    font-size: 13px !important;
  }
}
@media (max-width: 505px) {
  label.label-5.cta {
    font-size: 11px !important;
  }
}
@media (max-width: 490px) {
  .paragraph-card {
    font-size: 25px !important;
  }
  .p5 {
    font-size: 15px !important;
  }
  .p3 {
    font-size: 15px !important;
  }
}

@media (max-width: 770px) {
  .tabs ul li.nav-item .nav-link {
    margin: 10px 15px;
    padding: 10px 25px;
  }

  .tabs ul {
    width: fit-content;
    padding: 7px 0px;
    display: flex;
    justify-content: center;
    margin: auto;
    background: #10182d;
    border-radius: 7px;
    color: white;
    list-style: none;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .header-main-content p {
    font-size: 30px;
    line-height: 40px;
  }

  .header-section .small-paragraph {
    font-size: 15px;
    margin-top: 20px;
  }

  .main-title {
    font-size: 30px;
  }

  section.home-about-section .description-div {
    width: 100%;
  }

  .custom-card-full img.custom-card-img {
    height: 170px;
  }

  .main-title {
    font-size: 21px;
  }

  .join-us-section .description-div {
    width: 100%;
    font-size: 15px;
  }

  .left-side {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 40px 20px;
  }

  .right-side {
    border-top-right-radius: 0px;
    padding: 40px 20px;
    border-bottom-right-radius: 0px;
  }

  footer.footer.rs-footer .footer-widget {
    margin-top: 50px;
  }

  .rs-footer .footer-bottom {
    text-align: center;
  }

  .rs-footer .footer-bottom .developed {
    text-align: center;
    margin-top: 20px;
  }

  footer.footer {
    padding: 0px 0 0px 0;
  }
}

/* ADDED STYLE */

.img1 {
  width: 150px;
}

.img2 {
  width: 400px;
}

.img3 {
  width: 200px;
}

.card1 {
  background-image: url("../img/1.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  padding-top: 80px;
}

.card-content {
  top: 50%;
  left: 50%;
  text-align: center;
}

.highligt {
  background-color: #f4c80b;
  font-size: 35px;
  padding: 0px 15px 0px 15px;
  text-align: center;
  font-weight: bold;
}

.highligt1 {
  background-color: #f4c80b;
  text-align: center;
}

.highligt2 {
  background-color: #f4c80b;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  padding-left: 5%;
}

.button-1 {
  background-color: #f4c80b;
  color: black;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  width: 200px;
  font-size: 16px;
  text-decoration: none;
}

.button1 {
  background-color: #f4c80b;
  color: black;
  border-radius: 8px;
  padding: 9px 29px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.button3 {
  background-color: #f4c80b;
  color: black;
  border: none;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  width: fit-content !important;
}

.button4 {
  background-color: #f4c80b;
  color: black;
  border: none;
  padding: 12px 45px;
  font-weight: bold;
  font-size: 21px;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.description {
  font-size: xx-large;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.hc {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.consultantsp10 {
  font-size: 50px;
}
.container5 {
  background-color: #10182d;
  padding: 10px 30px 10px 30px;
  color: #fff;
}

.card2 {
  width: 100%;
  position: relative;
  background-color: #10182d;
  padding: 30px 0 30px 0;
}

.flexcard {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.paragraph7 {
  color: #f4c80b;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.paragraph1 {
  color: #f4c80b;
}
.p-card {
  padding-top: 15px;
  color: #f4f4f4;
  text-align: left;
  padding-bottom: 15px;
  font-size: 20px;
}

.paragraph3 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 5px;
}
.paragraph-card {
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 35px;
  padding-bottom: 5px;
}
.scard {
  display: flex;
  padding-bottom: 15px;
}

.card3 {
  text-align: left;
  width: 100%;
}

.p2 {
  color: #10182d;
  padding-top: 5%;
  font-size: 30px;
  font-weight: bold;
}

.p3 {
  color: #10182d;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 35px;
}

.sfcard {
  display: flex;
}

.p4 {
  color: #10182d;
  font-size: 15px;
  padding-bottom: 5%;
  padding-top: 15px;
}

.grid {
  display: flex;
  gap: 10px;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.row {
  display: flex;
  /*gap: 10px;*/
}

.sub-card {
  padding: 5px;
  border-radius: 8px;
  align-items: center;
  width: 70%;
  display: flex;
  flex-direction: row;
  margin: 0;
  max-width: 400px;
}

.sub-card strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #0d2c54;
}

.imgc {
  width: 20%;
  padding-right: 15px;
}

.card4 {
  background-color: white;
  padding-top: 40px;
  margin: auto;
  padding: 40px 150px;
}

.p5 {
  color: #0d2c54;
  font-size: 20px;
}

.tabel {
  display: flex;
  flex-direction: row;
  margin: 3%;
}

.container- {
  display: flex;
  flex-direction: row;
  margin-top: 2%;
  justify-content: center;
}

.cardt {
  color: #14203e;
  font-size: small;
  background-color: #f0f1f2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 6px;
  text-align: left;
  padding: 15px;
}
.leaders img {
  width: 100%;
  display: block;
}
.leaders {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.imgt {
  height: 515px;
  justify-items: right;
  padding-left: 10px;
  max-width: 40%;
}

.imgv {
  height: 400px;
  justify-items: right;
  padding-left: 10px;
}

.cta {
  background-color: #10182d !important;
  color: white !important;
  padding: 5px !important;
  width: 100% !important;
  margin-top: 3px !important;
  text-align: center !important;
}

.a-tag {
  text-decoration: none;
}

.container1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: auto;
  background-color: #f4f4f4;
  text-align: center;
  padding-left: 20px;
}

.container2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  text-align: center;
  padding-left: 20px;
  height: 80vh;
  gap: 20px;
}
.p-left {
  margin-left: 15px;
}
.container-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #10182d;
  text-align: center;
  padding-left: 20px;
  overflow: hidden;
  /* height: 80vh; */
  gap: 20px;
  position: relative;
  padding: 100px;
}
.p6 {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.p7 {
  color: #10182d;
  font-size: 30px;
}

.p8 {
  color: #10182d;
  font-size: 30px;
  font-weight: bold;
}

.p9 {
  color: #565f75;
  font-size: 20px;
}

.p10 {
  color: #10182d;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 35px;
}

.p11 {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
}

.highligt5 {
  background-color: #f4c80b;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.ph {
  font-weight: bold;
  color: #f4c80b;
}

.container3 {
  text-align: center;
  background-image: url(../img/10.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  height: 150svh;
  padding-top: 50px;
}

.containerc {
  max-width: 1000px;
}

section.clients-section .swiper-container {
  overflow: hidden;
}

section.clients-section {
  background: #10182d;
  padding: 10px 0;
}

.imgl {
  width: 100%;
}

.club {
  background-color: #f4c80b;
  font-weight: bold;
  color: #000;
  font-size: 30px;
}
.yellow-text {
  color: #f4c80b;
}

@media (max-width: 843px) {
  .row {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }

  .imgc {
    width: 80px;
  }

  .sub-card {
    width: 100%;
    max-width: 100%;
  }

  .container- {
    flex-direction: column-reverse;
  }

  .container2 {
    flex-direction: column;
    padding-left: 0;
    height: 100vh;
    padding-bottom: 50px;
    gap: 0;
  }
  
  .p9 {
    font-size: 18px;
  }

  .container1 {
    display: block;
  }

  .imgt {
    height: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .hc {
    width: 100%;
  }

  .cardt {
    max-width: 100%;
  }

  .p11 {
    font-size: large;
  }

  .img2 {
    width: 200px;
  }

  .description,
  .paragraph7 {
    font-size: 20px;
  }

  .highligt,
  .paragraph3 {
    font-size: 25px;
  }

  .p3 {
    font-size: 30px;
  }
}

@media (max-width: 430px) {
  .card4 {
    padding: 20px;
  }

  .img2 {
    width: 120px;
  }

  .paragraph3,
  .button3,
  .p9 {
    font-size: 12px !important;
  }

  .p10,
  .p8 {
    font-size: 20px;
  }

  .paragraph3 p {
    margin-bottom: 20px;
  }
}

@media (max-width: 320px) {
  .p4,
  .p8,
  .p2 {
    font-size: 15px;
  }

  .p3 {
    font-size: 20px;
  }

  .highligt2 {
    font-size: 17px;
  }

  .p6,
  .p10 {
    font-size: 18px;
  }

  .highligt5 {
    font-size: 22px;
  }

  .p9 {
    font-size: 15px;
  }

  .container2 {
    min-height: 115vh;
  }

  .description {
    font-size: 16px;
  }

  .img3 {
    padding-top: 15px;
  }
}

/* Please ❤ this if you like it! */

@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

*,
*::before,
*::after {
  box-sizing: border-box;
}

.close-btn-container {
  display: flex;
  justify-content: end;
}

.modal-close {
  width: 40px;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #f4c80b;
  color: #10182d;
  transition: opacity 300ms 300ms ease, transform 300ms 300ms ease,
    background-color 250ms linear, color 250ms linear;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  cursor: pointer;
  margin: 10px 10px 0 0;
}
.img-section {
  position: absolute;
  top: -100%;
  right: 0;
  width: 550px;
  margin-right: -90px;
}
.modal-close:hover {
  background-color: #10182d;
  color: #f4c80b;
}
.modal-design {
  width: 50%;
}
.button-align {
  display: flex;
}

.section {
  position: relative;
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.full-height {
  min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.modal-btn:checked + label,
.modal-btn:not(:checked) + label {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 36px;
  transition: all 200ms linear;
  /* border-radius: 4px; */
  width: 240px;
  /* letter-spacing: 1px; */
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: none;
  cursor: pointer;
  background-color: #10182d;
  color: #ffeba7;

  background-color: #f4c80b;
  color: black;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  /* width: 200px; */
  font-size: 14px;
  text-decoration: none;
}

.modal-btn:checked + label .uil,
.modal-btn:not(:checked) + label .uil {
  margin-left: 10px;
  font-size: 18px;
}

.modal-btn:checked + label:after,
.modal-btn:not(:checked) + label:after {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 110;
  width: 40px;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #f4c80b;
  color: #10182d;
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  box-shadow: 0 12px 25px 0 rgba(16, 39, 112, 0.25);
  transition: all 200ms linear;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

.modal-btn:checked + label:hover:after,
.modal-btn:not(:checked) + label:hover:after {
  background-color: #10182d;
  color: #f4c80b;
}

/* .modal-btn:checked+label:after {
    transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
} */

/* #modal-btn:checked+label:after {
    transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
} */

.modal {
  position: fixed;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31, 32, 41, 0.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms 700ms ease;
}

.modal-btn:checked ~ .modal {
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.modal-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;
  background-color: #fff;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: 0 12px 25px 0 rgba(199, 175, 189, 0.25);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}

.modal-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.modal-wrap p {
  padding: 10px 30px 0 30px;
}

.modal-btn:checked ~ .modal .modal-wrap {
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}

.logo {
  position: absolute;
  top: 25px;
  left: 25px;
  display: block;
  z-index: 1000;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: filter 250ms 700ms linear;
}

.modal-btn:checked ~ .logo img {
  filter: brightness(100%);
  transition: all 250ms linear;
}

.modal-p {
  margin-bottom: 30px;
}

.modal-btn-container {
  display: flex;
  justify-content: center;
  text-align: center;
}
.last-p {
  font-size: 15px;
  padding-bottom: 15px;
}
.small-p {
  font-size: 12px;
}
.a_charter {
  text-decoration: none;
  color: #fff;
}
.last-section {
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .modal-wrap {
    width: calc(100% - 40px);
    padding-bottom: 15px;
  }

  .modal-wrap p {
    padding: 15px 20px 0 20px;
  }
}
@media (max-width: 463px) {
  .hide-on-mobile {
    display: none;
  }
}
/* footer */
.custom-footer {
  background-color: #10182d;
  color: #fff;
  padding: 20px 0;
}

.custom-footer .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.custom-footer .col-lg-4 {
  overflow: hidden;
}
 
/* .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
} */
.custom-footer .row {
  flex-wrap: nowrap;
  overflow: hidden;
}
.footer-logo img {
  max-width: 150px;
  height: auto;
  width: auto;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 450px) {
    .container2 {
    height: 90vh;
    }
}
.developed-footer {
  background-color: #10182d;
}
.mc-title {
    font-size: 30px;
  }
 .label-1,
.label-2,
.label-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #f4c80b;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
.mc-form-note {
    font-size:15px;
}
a.mc-a-form {
    color: #2196f3;
    text-decoration: none;
    font-weight: 700;
}
/* Keep your existing CTA style */
.label-5.cta {
  background-color: #10182d !important;
  color: #fff !important;
  padding: 10px !important;
  width: 100% !important;
}
.country-select ul.country-list {
  display: flex;
  flex-direction: column ;
  color: #000;
}
