@font-face {
    font-family: "GothamSSm-Book";
    src: url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.eot");
    src: url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.eot?#iefix") format("embedded-opentype"),
        url("./GothamSSm-Medium_Web.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.woff") format("woff"),
        url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.ttf") format("truetype"),
        url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.svg#GothamSSm-Book") format("svg");
}

@font-face {
    font-family: 'Cera Pro';
    src: url('./Cera-Pro-normal-700-100.woff2') format('woff2');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('./Cera-Pro-normal-500-100.woff2') format('woff2');
    font-weight: 500;
    font-style: medium;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('./Cera-Pro-normal-400-100.woff2') format('woff2');
    font-weight: 400;
    font-style: regular;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('./Cera-Pro-normal-100-100.woff2') format('woff2');
    font-weight: 100;
    font-style: thin;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('./GothamBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham Book';
    src: url('./GothamBook.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham Light';
    src: url('./GothamLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('./GothamMedium.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham XLight';
    src: url('./GothamXLight.woff2') format('woff2');
}

@font-face {
    font-family: 'GothamSsm Book';
    src: url('./GothamSSm-Book.woff2') format('woff2');
}

@font-face {
    font-family: 'GothamSsm Medium';
    src: url('./GothamSSm-Medium_Web.woff2') format('woff2');
}

@font-face {
    font-family: 'Payoneer-Level-One';
    src: url('./Payoneer-Level-One.woff2') format('woff2');
    font-weight: 700;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#menudrop {
    display: none;
}

button.menu-button {
    /* position: absolute; */
    background-color: #f9f9f966;
    border: none;
    color: #000000;
    padding: 8px 27px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    /* width: 23%; */
    /* height: 5%; */
    top: 0;
    z-index: 1001;
    font-family: 'Cera Pro';
    font-weight: 500;
    display: none;
}

button.edit-contact {
    background-color: #3e6ae1;
    color: white;
    border: none;
    padding: 10px 0px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: "GothamSSm-Book", sans-serif;
    width: 302px;
}

.iti.iti--allow-dropdown {
    height: 40px;
}

path {}

.signin-ico path:hover {
    /* fill: #000; */
}

svg.signin-ico {
    width: 30px;
    /* fill: blue; */
}

svg.signin-ico:hover {
    /* fill: #000; */
}

.owl-item {
    transform: scale(.9) translateY(12%) !important;!i;!;
}

li a {
    font-family: 'Cera Pro';
    text-decoration: none;
    color: black;
    line-height: 20px;
    font-weight: 500;
}

li a:hover {
    text-decoration: underline 2px;
    text-underline-offset: 3px;
    color: #f78d2b;
}

.footer-bottom ul li {
    margin-left: 20px;
}

.footer-bottom ul {
    text-decoration: none;
    color: #393c41;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Cera Pro';
    font-weight: 500;
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer-logo {margin-left: 4.5rem;}

.footer-logo {
    display: flex;
}

button.submit-btn {
    background-color: #3e6ae1;
    color: white;
    border: none;
    padding: 10px 0px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: "GothamSSm-Book", sans-serif;
    width: 302px;
}

.inner-white {
    background-color: #fff;
    width: 22%;
    /* height: 46px; */
    border: 8px solid #f6f6f6;
    padding: 0px 0px;
    border-radius: 50%;
}

.outer-grey {
    background-color: #f6f6f6;
    width: 18%;
    /* height: 24%; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

span.wcus-ico {
    font-family: "Payoneer-Level-One";
    font-size: 31px;
}

.non-hero-vert-sep {
    width: 0.7%;
    background: linear-gradient(181deg, #f16700 0%, #f78d2b 50%, #ffd393 100%);
    height: 250px;
    margin-right: 23px;
    margin-left: 23px;
}

.services-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-left: 1.79rem;
}

.ratings {
    display: flex;
    align-items: center;
}

img.rev-strs {
    height: 62px;
}

img.rev-strs.tm-rev-strs {
    transform: scale(2.5);
    position: relative;
    margin-left: 80px;
    top: -52%;
}

hr.vert-separator {
    /* color: #ff4040; */
    /* background: #ff5757; */
    /* background-color: #ccc; */
    /* display: block; */
    /* height: 1px; */
    /* border: 0; */
    /* border-top: 1px solid #ccc; */
    margin: 0em 1em;
    /* padding: 0; */
}

hr.non-hero-vert-sep {
    display: block;
    height: 103%;
    width: 0px;
    border-top: 1px solid #ccc;
}

.bhu8765tyhj p {
    font-family: 'Cera Pro';
    font-weight: 600;
}

p.Ttwo {
    color: #888888;
    font-weight: 500;
    font-size: 17px;
}

p.Tone {
    font-size: 18.2px;
}

.hero-ft-content {
    display: flex;
    padding-left: 4.8%;
}

hr.separator {
    color: #ff4040;
    background: #ff5757;
    background-color: #ccc;
    display: block;
    height: 1px;
    border: 0;
    /* border-top: 1px solid #ccc; */
    margin: 1em 0;
    padding: 0;
    /* margin-bottom: 0; */
}

hr.b4nxtpg {
    margin-bottom: 0;
}

hr.separator.b4nxtpg.why-chs-us {
    background-image: linear-gradient(90deg, #ff4800, #da54d8, #0092f4, #20dc68 100%);
}

hr.separator.b4nxtpg.why-chs-us {
    height: 4px;
    width: 100%;
}

hr.separator.b4nxtpg.why-chs-us.wcus-innt {
    position: absolute;
    top: 2%;
}

.f-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

span.tm-motto {
    color: #000;
    font-size: 14px;
    font-family: Cera Pro;
    font-weight: 500;
    margin-top: 10px;
}

span.\31 00p {
    font-weight: bold;
}

img.rings {
    position: absolute;
    top: 31%;
    left: -1%;
    width: 35%;
    z-index: 1;
}

.ord-nw {
    font-size: 14px;
    margin-top: 1px;
}

a.icon-link {
    margin-left: 16px;
    margin-top: 5px;
    z-index: 2000;
}

img.icon {
    width: 28px;
}

img.icon.ms-ico {
    width: 24px;
}

.nav-right {
    display: flex;
    align-items: center;
}

.nav-btn {
    background-color: transparent;
    color: rgb(23, 26, 32);
    font-size: 15px;
    font-family: GothamSSm-Book, sans-serif;!i;!;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    padding: 6px 12px;
    /* transition: background-color 0.3s; */
    z-index: 2000;
    position: relative;
}

.onnit-nav-item {
    background-color: rgb(242, 242, 242);
    rgb(
    FONT-WEIGHT: 200);rgb(
    FONT-WEIGHT: 200);rgb(242,
    FONT-WEIGHT: 200);rgb(242, 242,
    FONT-WEIGHT: 200);
}

.nav-btn:hover {
    position: relative;
    background-color: rgb(242, 242, 242);
    box-shadow: none;
    border-radius: 5px;
}

.logo {
    margin-left: 3%;
    z-index: 2000;
}

img.index-logo {
    transform: scale(1.7);
}

.hero-page {
    background: linear-gradient(rgb(135, 191, 228), rgb(221, 238, 248), rgb(244, 248, 251));
}
body {
    font-family: GothamSSm-Book, sans-serif;
    line-height: 1.6;
    color: #333;
    /* background-color: #f4f4f4; */
    margin: 0;
    overflow-x: hidden;
}

body.iti-mobile {
}

/* Header */
header {
    color: #000;
    /* z-index: 2000; */
    position: relative;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 1rem;
    margin-right: 20px;
    margin-left: 20px;
    height: 52px;
    padding-top: 17px;
}
nav .logo a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    top: -3px;
}
nav .nav-links {
    list-style: none;
    display: flex;
}
nav .nav-links li {
    margin-left: 1rem;
    font-family: GothamSSm-Book, sans-serif;
}
nav .nav-links a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}
nav .nav-links a:hover {
    color: #f4f4f4;
}
nav .cta {
    background: #F78D2B;
    color: #fff;
    padding: 0.4rem 1.4rem;
    border-radius: 7px;
    text-decoration: none;
    transition: background 0.3s;
    z-index: 2000;
}
nav .cta:hover {
    background: #e68900;
    text-decoration: none;
}

/* Hero Section */
.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    /* background: linear-gradient(to right, #4facfe, #00f2fe); */
    color: #fff;
    padding: 2rem 1rem;
    text-align: left;
    /* flex-direction: column; */
    padding-bottom: 1px;
}

span.iti__country-name {
    color: black;
}
.hero-content {
    margin-bottom: 2rem;
    margin-top: 1rem;
    max-width: 622px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.hero-content h1 {
    font-size: 3.3rem;
    margin-bottom: 0rem;
    background: -webkit-linear-gradient(-66deg, #f16700 26%, #1146A6 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-content p {
    font-size: 1rem;
    margin-bottom: 5.5rem;
    color: #000000c4;
    width: 72%;
    font-family: GothamSsm Book;
}
.hero-content .button {
    background: #f16700;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
    width: 30%;
    text-align: center;
}
.hero-content .button:hover {
    background: #e68900;
}
.hero-form {
    background: #ffffff76;
    padding: 2rem;
    border-radius: 26px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 494px;
    width: 100%;
    z-index: 2;
    /* height: 84vh; */
}
.hero-form h2 {
    margin-bottom: 1rem;
    color: #333;
}
.hero-form form input,
.hero-form form textarea,
.hero-form form button {
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 1rem;
    border: 2px solid #f78d2b4a;
    border-radius: 41px;
    font-size: 0.8rem;
    background: transparent;
    font-family: 'Cera Pro';
    font-weight: 500;
    outline: none;
    resize: none;
}

.hero-form form input, .hero-form form textarea:focus {
    /* border-color: #f16700; */
}

form input:focus {
    border-color: #f16700;
}

form textarea {
    height: 124px;
    padding: 1rem !important;!i;!;
    border-radius: 28px !important;!i;!;
}

form textarea:focus {
    border-color: #f16700;
}

.indx-f-grp {
    /* width: 200px !important; */!i;!;
}

select.indx-f-grp {
    block-size: auto;
    outline-offset: 2px;
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 1rem;
    border: 2px solid #f78d2b4a;
    border-radius: 41px;
    font-size: 0.8rem;
    background: transparent;
    font-family: 'Cera Pro';
    font-weight: 500;
    outline: none;
    resize: none;
}

input.indx-f-grp.ddln {
    width: 100%;
}
.hero-form form button {
    background: #f16700;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.hero-form form button:hover {
    background: #e68900;
}

/* Footer */
footer {
    background: #0056b3;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
}
footer .footer-content p {
    margin-bottom: 0.5rem;
}
footer .ratings img {
    height: 30px;
    margin: 0 0.5rem;
}

.square {
  width: 55px;
  height: 47px;
  background-color: #16CF38;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 82%;
  right: 5%;
  z-index: 100;
  border-radius: 5px;
  /* opacity: 0; */
  position: absolute;
  top: 107%;
}

.services {
    padding: 3rem 1rem;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEF1F3 50%, #87BFE4 65%);
}
.services-header h2 {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    color: #333;
}
.service-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.service-icons div {
    text-align: center;
}
.service-icons img {
    height: 33px;
    margin-bottom: 0.5rem;
}
.service-icons p {
    font-size: 1rem;
    color: #555;
    /* color: #F78D2B; */
}
.services-content {
    /* max-width: 800px; */
    margin: 0 auto;
    text-align: left;
    background: rgb(255 255 255 / 0%);
    padding: 5rem;
    border-radius: 34px;
    box-shadow: 0 0 56px 17px rgba(0, 0, 0, 0.1);
    width: 80%;
    height: 59vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.services-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
    width: 71%;
    text-align: center;
}
.services-content p {
    margin-bottom: 1.5rem;
    color: #555;
    line-height: 38px;
    font-family: 'Cera Pro';
    font-weight: 400;
    margin-bottom: 3rem;
}
.services-content .button {
    background: #FF7A00;
    color: #fff;
    padding: 0.7rem 3.5rem;
    border-radius: 7px;
    /* display: flex; */
    text-decoration: none;
    width: 98%;
    transition: background 0.3s;
    text-align: center;
    white-space: nowrap;
}
.services-content .button:hover {
    background: #e68900;
}


.service-cat {
  display: inline-block; /* Or adjust as needed */
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition for the hover effect */
}

.service-cat:hover .service-icon path {
  fill: #F78D2B; /* Change the color of the SVG path */
  transition: fill 0.2 ease; /* Smooth transition for the color change */
}

.service-cat:hover .service-p {
  color: #F78D2B; /* Change the color of the SVG path */
  transition: fill 0.3s ease; /* Smooth transition for the color change */
}


/* Why Choose Us Section */
.why-choose-us {
    background: #fff;
    padding: 3rem 1rem;
    text-align: center;
    background-image: url('../img/grey-circles-desktop.jpg');
    background-size: cover; /* Scale the image to cover the entire div */
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
}
.why-choose-us h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.benefits {
    display: flex;
    justify-content: center;
    gap: 5.5rem;
    flex-wrap: wrap;
    position: relative;
}
.benefit {
    text-align: center;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -28px;
}
.benefit img {
    height: 50px;
    margin-bottom: 1rem;
}
.benefit h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.benefit p {
    font-size: 1rem;
    color: #555;
    font-family: 'Cera Pro';
}

/* About Us Section */
.about-us {
    background: linear-gradient(to right, #fef3e4, #e8f6fe);
    padding: 3rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about-content {
    /* max-width: 800px; */
    /* display: flex; */
    /* gap: 2rem; */
    /* flex-wrap: wrap; */
}
.about-highlight {
    flex: 1;
    background: radial-gradient(circle, #ffa726, #ff9800);
    padding: 2rem;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}
.about-highlight h3 {
    font-size: 1.8rem;
}
.about-text {
    flex: 2;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.about-text p {
    margin-bottom: 1.5rem;
    color: #555;
}
.about-text .button {
    background: #ff9800;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}
.about-text .button:hover {
    background: #e68900;
}

.faq-section {
  background: linear-gradient(to bottom, #ffffff, #eef1f3, #87bfe4);
  padding: 40px;
  text-align: left;
  /* margin-left: 11%; */
  padding-left: 24%;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-content: flex-end; */
  /* align-items: flex-end; */
  padding-top: 68px;
  padding-bottom: 68px;
}

.faq-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.faq-item {
  /* border: 2px solid orange; */
  /* border-radius: 10px; */
  margin: 10px 0;
  /* max-width: 600px; */
  overflow: hidden;
  /* transition: all 0.3s ease; */
  width: 78%;
}

.faq-question {
  /* background-color: white; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  /* font-weight: bold; */
  cursor: pointer;
  transition: background 0.3s ease, color 0.2s ease;
  /* width: 59%; */
  padding-left: 0;
  padding-top: 23px;
  /* color: green; */
}

.faq-question:hover {
  /* background-color: #f9f9f9; */
}

.orange {
    color: #f78d2b;
}

.faq-question .toggle-icon {
  font-size: 18px;
  color: orange;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-answer {
  /* display: none; */
  padding: 0px 20px;
  /* background-color: #ff9800; */
  font-size: 15px;
  text-align: left;
  line-height: 2;
  color: #646464;
  max-height: 1px;
  font-family: 'Gotham Light';
  font-weight: bold;
  border: 1px solid #ff9800;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  /* display: block; */
  max-height: 500px;
  /* transition: max-height 1s ease; */
  /* border: 2px solid #ff9800; */
}

.faq-item.active .faq-question .toggle-icon {
  /* transform: rotate(45deg); */
}

/* Contact Us Section */
.contact-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: linear-gradient(to bottom, #ffffff, #eef1f3, #87bfe4);
  padding: 40px 20px;
  gap: 20px;
  flex-direction: column;
  /* height: 152vh; */
}

.contact-description {
  /* background: #ffffff; */
  padding: 30px;
  border-radius: 15px;
  /* max-width: 500px; */
  text-align: left;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-description h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-description p {
  /* font-size: 16px; */
  /* margin-bottom: 20px; */
  /* line-height: 1.6; */
}

.btn-orange {
  background-color: orange;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-orange:hover {
  background-color: #ff8c00;
}

.contact-form {
  background: #ffffff;
  padding: 46px 153px;
  border-radius: 15px;
  /* max-width: 500px; */
  text-align: left;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 80%;
  position: relative;
  top: 10rem;
}

.contact-form h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.form-group input {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.contact-form a {
  color: #0073e6;
  text-decoration: none;
}

a.t\&c {
    color: #393c41;
    text-decoration: underline 2px;
    text-underline-offset: 2px;
}

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

.btn-blue {
  background-color: #0073e6;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-blue:hover {
  background-color: #005bb5;
}

/* Footer */
.footer {
  padding: 143px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
  background-image: url(../img/grey-circles-desktop.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1%;
  /* border-bottom: 4px solid #000; */
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 4.5rem;
  margin-top: 20px;
}

.footer-section {
  /* margin: 10px; */
  text-align: left;
}

.footer-section.ftsec2 {
    width: 30%;
}

.footer-section h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
  font-family: 'GothamSSm-Book';
  font-weight: 400;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  /* margin-bottom: 8px; */
}

.footer-section ul li a {
  text-decoration: none;
  color: #888888;
  font-size: 14px;
  font-family: 'Cera Pro';
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  text-decoration: underline #f16700;
  color: #f16700;
}

.secure-pay img {
  max-height: 30px;
  margin-right: 10px;
}

.footer-bottom {
  font-size: 14px;
  color: #777;
}


/* FORM */
h2.CI {
    /* position: relative; */
    top: -239px;
    left: 130px;
    color: #171a20;
    line-height: 20px;
    margin-bottom: 39px;
}

.folded-info {
    transition: max-height 0.4s ease, visibility 0.3s ease;
    \: 0;
    max-height: 169px;
    margin-bottom: 16px;
}

.m-a-s {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.folded-info {
    transition: max-height 0.4s ease, visibility 0.3s ease;
    \: 0;
    max-height: 169px;
    margin-bottom: 16px;
}

.folded-info {}

.support-column {
    display: flex;
    flex-direction: column;
    max-height: 1000px;
    transition: max-height 0.5s ease, visibility 0.3s ease;
}

textarea.support-message {
    font-family: 'Cera Pro' !important;
    font-weight: 500;
    line-height: 18px;
    width: 675px;
    height: 171px !important;
    max-height: 171px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px !important;!i;!;
    border: 1px solid rgba(255, 255, 255, 0.8);
    block-size: auto;
    outline-offset: 2px;
    background-color: #f4f4f4;
    resize: none;
    transition: max-height 0.5s ease;
}

textarea#support-message {
    border: none;
    outline: none;
}

.form-row {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 15px; /* Optional: Add space between rows */
}

.form-row {}

.form-row.spt-msg-col {
    display: flex;
    max-height: 400px;
    flex-direction: column;
    transition: max-height 0.5s ease, visibility 0.3s ease;
}

.form-column {
    display: flex;
    flex-direction: column;
    /* width: 45%; */ /* Adjust as needed */
    margin-right: 48px;
}

.form-column.support-column {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
}

label {
    margin-bottom: 5px; /* Optional: Add some space between label and input */
    font-size: 14px;
    line-height: 20px;
    color: #5c5e62;
}

p.terms {
    font-family: 'Cera Pro';
    font-size: 12px;
    line-height: 20px;
    color: #393c41;
}

input[type="text"], input[type="email"], input[type="tel"] {
    width: 302px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    block-size: auto;
    outline-offset: 2px;
    background-color: #f4f4f4;
    font-family: 'Cera Pro';
    font-size: 15px;
    font-weight: 500;
}

.form-column input:focus {
    outline: none;
    border: none;
}

.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    gap: 0px 50px; /* Space between columns */
    list-style: none;
    padding: 0;
    /* height: 170px; */
    /* align-items: baseline; */
    /* justify-items: start; */
    /* align-content: stretch; */
    /* justify-content: space-evenly; */
}

.two-columns li:nth-child(1),
.two-columns li:nth-child(2),
.two-columns li:nth-child(3),
.two-columns li:nth-child(4) {
    grid-column: 1; /* Place the first four items in the first column */
}

.two-columns li:nth-child(5),
.two-columns li:nth-child(6) {
    grid-column: 2; /* Place the last two items in the second column */
    position: relative;
    top: -309%;
}

.testimonials-container {
    background: #f0f8ff36;
    height: 113vh;
    background-image: url(../img/slider-wave.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
    /* height: 100%; */
}

.gtco-testimonials h2 {
    font-size: 27px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.6px;
}

.owl-stage-outer {
    /* padding: 30px 0; */
}

.owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
    margin-top: 18px;
}

.owl-dots span {
    position: relative;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
    top: -4px;
}

.owl-dots .active span {
    background: #01b0f8;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0;
    padding: 0 10px;
    border-radius: 4px;
    border: 0;
}

.card{
  height: 534px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.gtco-testimonials {
    & .card {
        transform: scale(.9);
    }
}

.card-img-top {
    max-width: 100px;
    border-radius: 50%;
    border: solid 6px white;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.card h5 {
    line-height: 1.3;
    text-align: center;
    color: #5c5e62;
}

.card h5 span {
    position: relative;
    font-size: 12px;
    top: -20px;
}

.card p {
    font-size: 13px;
    color: #3f3e3e;
    padding: 20px;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
    margin-top: -10px;
    font-family: 'Cera Pro';
    font-weight: 500;
    line-height: 37px;
}

.card .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.card .center {
    opacity: 1;
    height: 534px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.card .center .card-img-top {
    position: relative;
    max-width: 100%;
    height: 120px;
    width: 120px;
    top: -30px;
    transform: scale(0.8);
}

span.t-name {
    background-image: linear-gradient(150deg, #6A6CFF 15%, #BD71FF 61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.gtco-testimonials {
  position: relative;
  margin-top: 0;
  /* transition: all 5s ease; */
  
  
  
  h2 {
    font-size: px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
    font-size: 27px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.6px;
    padding: 48px;
    padding-bottom: 0;
  }

  .owl-stage-outer {
  /* padding: 30px 0; */
  }

  .owl-nav {
  display: none;
  }

  .owl-dots {
  text-align: center;
  span {
      position: relative;
      height: 7px;
      width: 7px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
      \: 7%;
      top: -4px;
    }

    .active {
  box-shadow: none;
  span {
        background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
      }
    }
  }

  .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 0px;
  padding: 0 10px;
  border-radius: 4px;
  border: 0;

    .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  border: solid 6px white;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
    }
  h5 {
      line-height: 1.3;
  span {
        position: relative;
  font-size: 12px;
  top: -20px;
      }
    ;
  text-align: center;
  color: #5c5e62;
    }
  p {
      font-size: 13px;
      color: #3f3e3e;
      padding: 20px;
      padding-left: 32px;
      padding-right: 32px;
      text-align: center;
      margin-top: -10px;
      font-family: 'Cera Pro';
      font-weight: 500;
      line-height: 37px;
    }
  ;
  transform: scale(.9);
  }

  .active {
  opacity: 0.5;
  transition: all 0.3s;
  }

  .center {
  opacity: 1;
  h5 {
      font-size: 24px;
  span {
        font-size: 12px;
  color: #5c5e62;
  top: -20px;
      }
    }
    .card{
  height: 466px;
  /* transform: scale(1.1); */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

    .card-img-top {
  position: relative;
  max-width: 100%;
  height: 120px;
  width: 120px;
  top: -30px;
  transform: scale(.8);
  }
  }
}


.card.text-center {
  height: 451px;
  /* transform: translateY(84px); */
  /* transform: scale(.9) translateY(28px); */
}

.owl-item.active.center {
   transform: scale(1.1) translateY(0) !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #01b0f8 !important;!i;!;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff !important;!i;!;
}


.square.visible {
    opacity: 1;
    pointer-events: auto; /* Restore interactivity when visible */
}


#tm-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 62%);
    backdrop-filter: blur(0px);
    z-index: 500; /* Adjust as needed */
    opacity: 0;
    transition: opacity 0.2s ease-in; /* Ease-in appearance */
    display: none;
}


/* Overlay CSS */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 66vh; /* Half of the viewport height */
    background-color: rgb(255, 255, 255); /* White background */
    z-index: 999;
    /* display: none; */
    transition: height 0.5s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.menu-container {
    text-align: center;
    height: 100%;
    padding: 46px;
}

ul.service-list {
    width: 800px;
    position: relative;
    list-style-type: none;
    font-size: 13px;
    top: 100px;
    /* left: 441px; */
    text-align: start;
    columns: 2;
}

ul.subject-list {
    position: relative;
    list-style-type: none;
    font-size: 13px;
    top: 100px;
    left: 0px;
    text-align: start;
    color: #171a20;
}

#services-menu {
    /* display: none; */
    opacity: 0;
    transition: opacity 0.3s ease;];]];]]];]];];
}

#subjects-menu {
    display: none;
}

.service-list li {
    font-family: 'Cera Pro';
    font-weight: 500;
    margin-bottom: 5px; /* Add some space between items */
    color: #000;
    margin-bottom: 17px;
    font-size: 13px;
}

.service-list li:hover {
    text-decoration: underline 2px;
    text-underline-offset: 3px;
    color: #f78d2b;
    cursor: pointer;
}

.subject-list {
    columns: 6; /* Split the list into columns */
}

.subject-list li {
    margin-bottom: 17px; /* Add some space between items */
    font-size: 13px;
}

a {
    text-decoration: underline 2px;
    color: #171a20;
}

a:hover {
    text-decoration: underline;
    color: #171a20;
}


.showup {
    /* display: block; */
    opacity: 1;
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    /* width: 202px; */
    /* height: 318px; */
    transition: all 0.3s ease;
    /* transition: height 0.1s ease; */
}

.dontshow {
    /* display: none; */
    opacity: 0;
    transform: translate3d(0%, -11%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    /* height: 0px; */
    transition: all 0.3s ease;
    /* transition: height 0.1s ease; */
}

.datetime-container {
    position: relative;
    display: inline-block;
    height: 40px;
}

.indx-f-grp.ddln {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: transparent;
    font-size: 16px;
    color: #000;
    block-size: auto;
    outline-offset: 2px;
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 1rem;
    border: 2px solid #f78d2b4a;
    border-radius: 41px;
    font-size: 0.8rem;
    background: transparent;
    font-family: 'Cera Pro';
    font-weight: 500;
    outline: none;
    resize: none;
}

.placeholder-label {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
    transition: 0.3s ease;
    background-color: #e6f2fa;
    padding: 4% 46%;
    border-radius: 41px;
    padding-left: 5%;
    font-family: 'Cera Pro';
    font-weight: 500;
    /* font-size: 43px; */
    cursor: pointer;
}

.indx-f-grp.ddln:focus + .placeholder-label,
.indx-f-grp.ddln:not(:placeholder-shown) + .placeholder-label {
    /* top: -10px; */
    /* left: 10px; */
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

.indx-f-grp.ddln::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    cursor: pointer;
}


/* Loading spinner */
.submit-btn.loading {
    background-color: #007bff;
    pointer-events: none;
}

.submit-btn.loading::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translateY(-50%);
}

/* Success check mark */
.submit-btn.success {
    background-color: #16cf38;
}

.submit-btn.success::after {
    content: '\2713';  /* Unicode for check mark */
    position: absolute;
    right: 102px;
    top: 4px;
    font-size: 20px;
    color: white;
    transform: translateY(-50%);
    transform: rotate(19deg);
}

/* Spinner animation */
@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}


@media (max-width: 1146px) {
    .contact-form {
        padding: 74px;
    }

    .hero-content .button {
        width: 54%;
        text-align: center;
    }

    section.hero {
        padding: 2rem 2rem;
    }

    .hero-content {
        /* margin-left: 1%; */
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-form {
        width: 61%;
    }

    section.hero {
        display: flex;
        flex-direction: row;
        /* justify-content: space-evenly; */
        flex-wrap: nowrap;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    nav .nav-links {
        flex-direction: column;
        text-align: center;
        display: none;
    }
    nav .nav-links li {
        margin: 0.5rem 0;
    }
    .hero {
        flex-direction: column;
    }
}


@media (max-width: 475px) {
    button.menu-button {
        display: flex;
    }

    .faq-answer {
        font-size: 13px;
        padding: 0px 6px;
    }

    .faq-question .toggle-icon {
        font-size: 15px;
    }

    .testimonials-container {
        height: 100vh;
    }

    .hero-form {
        padding: 1.5rem;
    }

    img.rings {
        display: none;
    }

    textarea#support-message {
        width: 100%;
    }

    button.edit-contact {
        width: 100%;
    }

    button.edit-contact {
        margin-bottom: 17%;
    }

    button.submit-btn {
        width: 100%;
    }

    .form-column {
        margin-right: 0;
    }

    input[type="text"], input[type="email"], input[type="tel"] {
        width: 100%;
    }

    p.terms {
        margin-top: 4%;
        width: 100%;
        font-size: 11px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
    }

    .form-row.spt-msg-col {
        margin-top: 67%;
    }

    .footer-section.secure-pay.ftsec2 {
        width: 71%;
    }

    .two-columns li:nth-child(5), .two-columns li:nth-child(6) {
        /* top: -308%; */
        left: -7px;
    }

    .footer-content {
        margin-left: 1.5rem;
    }

    .footer-logo {
        margin-left: 1.3rem;
    }

    .faq-section h2 {
        /* text-align: center; */
        /* font-size: 20px; */
    }

    .faq-item {
        width: 100%;
    }

    .faq-question {
        width: 100%;
    }

    .faq-question {
        font-size: 15px;
        display: flex;
        align-items: flex-start;
    }

    section.faq-section {
        padding: 8%;
    }

    section.why-choose-us {
        background: #fff;
        padding: 3rem 1rem;
        text-align: center;
        background-image: url(../img/grey-circles-desktop.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-left: 0;
        padding-right: 0;
    }

    .services-content h3 {
        width: 100%;
    }

    .services-content p {
        text-align: center;
    }

    .dets-our-servies {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .non-hero-vert-sep {
        display: none;
    }

    .services-content {
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        overflow: hidden;
        padding: 29px;
    }

    .service-icons {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    p.service-p {
        font-size: 12px;
    }

    .services-header {
        margin: 0;
        display: block;
    }

    .services-header h2 {
        font-size: 1.1rem;
    }

    img.rev-strs {
        height: 38px;
    }

    p.Ttwo {
        font-size: 12px;
    }

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

    nav {
        width: 95%;
    }

    select.indx-f-grp {
        font-size: 1rem;
        padding-left: 6%;
    }

    select#project-type {
        margin: 0;
        /* margin-bottom: 22px; */
    }

    .iti__selected-flag {left: 34%;top: 4%;}

    .hero-form form input, .hero-form form textarea, .hero-form form button {
        font-size: 1rem;
        padding-left: 8% !important;!i;!;
        padding-right: 8%;
    }

    input.indx-f-grp {}

    input.indx-f-grp {
        margin: 0 !important;!i;!;
    }

    input#tel-number {
        padding-left: 27% !important;!i;!;
    }

    \ {}

    .datetime-container {
        margin-bottom: 0;
    }

    label.placeholder-label {
        background-color: #f0f7fc;
        padding: 2% 33%;
        padding-left: 6%;
        font-size: 1rem !important;!i;!;
    }

    select#subject-area {
        margin-bottom: 0;
    }

    .f-group {
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 22px;
    }

    .hero-content {
        margin-top: 0rem;
        margin-bottom: 4rem;
        padding: 2rem 1rem;
    }

    span.tm-motto {
        font-size: 10px;
        /* text-align: center; */
        margin-left: 4%;
    }

    .hero-content .button {
        width: 100%;
        text-align: center;
    }

    .hero-content p {
        width: 100%;
        line-height: 2.2rem;
        margin-top: 0rem;
        margin-bottom: 5rem;
        font-size: 0.9rem;
    }

    .hero-content h1 {
        font-size: 2.7rem;
        line-height: 4.5rem;
    }

    img.index-logo {
        transform: scale(1.6);
    }

    .logo {
        margin-left: 6%;
    }

    .ratings {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 65%;
    }

    li.f2 {
        display: none;
    }

    .contact-form {
        width: 100%;
        padding: 8%;
        height: 77vh;
    }

    img.rev-strs.tm-rev-strs {
        margin-left: 24%;
        top: -17%;
    }

    .nav-right {
        display: none;
    }


    #menudrop {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        backdrop-filter: blur(4px);
        z-index: 2100;
        opacity: 1;
        transition: transform 0.5s ease;
        transform: translateX(100%);
    }

    .menu {
        background-color: #fff;
        padding: 1rem;
    }

    img.close-button.mmc-btn {
        position: absolute;
        top: 30px;
        left: 410px;
    }

    ul {
        list-style-type: none;
        padding: 0.5rem;
    }

    ul.mmul {
        position: relative;
        top: 138px;
    }

    ul li {
        padding: 0.5rem;
    }

    li.mmli {
        padding: 1.3rem 1rem;
        padding-left: 11.9%;
    }

    li.about-us-mmli.mmli {
        padding-left: 11.9%;
    }

    li.mmli.accountli {
        margin-top: 40px;
        padding-left: 13px;
        display: flex;
        align-items: flex-start;
    }

    ul li a {
        font-family: 'Cera Pro';
        text-decoration: none;
        color: black;
        font-weight: 500;
    }

    a.mmt {
        color: #171a20;
        text-decoration: none;
        font-size: 25px;
    }

    a.subject-mmt.mmt,
    a.career-mmt.mmt,
    a.mmt.acctxt {
        text-decoration: none;
    }

    a.mmt.acctxt {
        position: relative;
        top: -8px;
        left: 10px;
    }

    ul li a:hover {
        text-decoration: underline 2px;
        text-underline-offset: 3px;
        color: #000;
    }

    .accountli a {
        display: flex;
        flex-direction: row;
    }

    img.accimg {
        width: 28px;
        position: relative;
        top: -14px;
    }

    ul.subject-list {
        position: relative;
        list-style-type: none;
        font-size: 13px;
        top: 100px;
        left: 0px;
        text-align: start;
        color: #171a20;
    }

    ul.subject-list li {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .service-list {
        columns: 2;
    }

    .service-list li {
        font-family: 'Cera Pro';
        font-weight: 500;
        margin-bottom: 5px;
        color: #000;
    }

    i.fas.fa-chevron-right,
    i.career-fas.fas.fa-chevron-right,
    i.sb-fas.fas.fa-chevron-right {
        margin-right: 7px;
        font-size: 19px;
        position: relative;
        top: -1px;
    }

    i.fas.fa-chevron-right.srvc-i {
        margin-right: 5%;
    }




    img.close-button.mmc-btn {
        left: 84%;
        right: 0;
    }

    .service-mmt.mmt {
        position: relative;
        display: flex;
        align-items: center;
        text-decoration: none;
        /* flex-direction: row-reverse; */
        left: -8%;
    }

    div#mobile-services-menu {
        transition: max-height 0.3s ease;
        overflow: hidden;
        max-height: 0;
    }

    ul.service-list {
        left: 0;
        top: 0;
        columns: 1;
        width: 100%;
    }


    span.mmt.acctxt {
       font-size: 25px;
    }

    span.l-acc {
       font-family: 'Cera Pro';
       font-size: 12px;
       /* padding-left: 7px; */
       font-weight: 400;
       margin-top: 12px;
    }

    .acc-inst {
       display: flex;
       flex-direction: column;
       margin-left: 11px;
       text-align: start;
    }

    .careers-info {
       font-family: 'Cera Pro';
       padding-left: 22px;
       font-weight: 500;
       transition: max-height 0.3s ease, visibility 0.3s ease;
       max-height: 0;
       overflow: hidden;
    }

    li.career-mmli.mmli {
       margin-left: 0;
       padding-left: 14px;
       padding-top: 0;
       display: none;
    }

    div#mobile-subject-menu {
       max-height: 0;
       overflow: hidden;
       transition: max-height 0.4s ease;
       padding: 0 1rem;
    }

    li.subject-mmli.mmli {
       padding-left: 14px;
       /* padding-bottom: 0; */
    }

    ul.subject-list {
       top: 0;
       columns: 2;
    }

    ul.service-list {
       left: -8px;
       top: 0;
       columns: 1;
       width: 100%;
    }

    div#mobile-services-menu {
       =:
       relative;
       transition: max-height 0.3s ease;
       overflow: hidden;
       max-height: 0;
    }

    .service-mmt.mmt {
       position: relative;
       display: flex;
       align-items: center;
       text-decoration: none;
       /* flex-direction: row-reverse; */
       left: -9%;
       ]: 0px;
    }

    .mobile-subject-menu.mmt {
       position: relative;
       display: flex;
       align-items: center;
       text-decoration: none;
       left: -8%;
    }

    /* Rotate the icon when the menu is open */
    .mmt.active i {
       transform: rotate(0deg); /* Rotate the icon */
       transition: transform 0.4s ease; /* Smooth transition for rotation */
       margin-right: 7px;
       font-size: 19px;
       top: -2px;
       position: relative;
    }
    a {
     -webkit-tap-highlight-color: transparent;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .careers-info p {
       font-size: 13px;
       color: #272727e3;
       line-height: 22px;
       margin-bottom: 15px;
       padding-left: 7px;
       width: 114%;
       border-left: 3px solid #3e6ae1;
       border-left: 3px solid #3e6ae1;
    }

    .join-us-btn {
       display: inline-block;
       padding: 7px 20px;
       background-color: #3e6ae1;
       color: white;
       text-decoration: none;
       border-radius: 5px;
       font-size: 16px;
       transition: background-color 0.3s ease;
    }

    .join-us-btn:hover {
       background-color: #27438d;
       text-decoration: none;
       color: #fff;
    }

    a.join-us-btn {
       text-decoration: none;
       width: 157px;
       text-align: center;
    }

    .square {
       display: none;
    }

     section.hero {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 2rem 1rem;
    }

    .hero-form {
        width: 100%;
    }

}
