/*===================================== 
Font Family 
--------------
font-family: 'Poppins', sans-serif;

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

/*======================================
1. GENERAL CSS Start
======================================*/
html,
body {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: #076986;
  outline: 0 none;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}

a:active,
a:hover,
a:focus {
  color: #0097c3;
  transition: all 0.5s ease;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0097c3 !important;
}
strong {
  font-weight: 600;
}
button,
button:hover {
  transition: all 0.5s ease;
}
button,
input,
optgroup,
select,
textarea {
  outline: none !important;
}
img {
  max-width: 100%;
}
::selection {
  background: #076986;
  color: #fff;
}

::-moz-selection {
  background: #076986;
  color: #fff;
}

::-webkit-selection {
  background: #076986;
  color: #fff;
}
/*ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}*/

footer ul,
footer ol,
header ul,
header ol {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
/*======================================
2. HEADING & TITLE 
======================================*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  margin: 0;

  vertical-align: middle;
  color: #000;
}

h1,
.h1 {
  font-size: 56px;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 42px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
  font-weight: 500;
}

/*-------------------------------------
 text size
------------------------------------ */

.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowecase {
  text-transform: lowercase;
}

.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
/*-------------------------------------
	Color 
--------------------------------------- */
/*-------------------------------------
	1. text
-------------------------------------*/

/*-------------------------------------
	2. background color
-------------------------------------*/
.bg-transparent {
  background-color: transparent;
}
.bg-primary {
  background-color: #076986 !important;
}
.bg-light {
  background-color: #f3f2f6 !important;
}

/*-------------------------------------
	 Buttons 
--------------------------------------- */
.btn {
  font-size: 16px;
  font-weight: 700;
  border: 0;
  padding: 10px 50px;
  transition: all 0.5s ease;
  font-family: "Poppins", sans-serif;
  position: relative;
  border-radius: 10px;
  text-transform: capitalize;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
  transition: all 0.2s linear;
  box-shadow: none;
}
.btn-lg {
  width: 100%;
}

.btn-primary {
  background: #076986;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background: #000;
  color: #fff;
}
.btn-secondary {
  background: #9dbff9;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  background: #076986;
  color: #fff;
}

.btn-link {
  font-weight: 400;
  text-decoration: none;
  color: #9dbff9;
  padding: 0;
}

.bg-cover {
  background-position: center bottom;
  background-size: cover;
}
.bg-top {
  background-position: center top;
  background-size: cover;
}
.h-100 {
  height: 100vh !important;
}
/*======================================
1. GENERAL CSS End
======================================*/

/************************* 
YOU CAN WRIGHT CUSTOME CSS 
***************************/
/* Header CSS Start*/
header {
  background: rgba(80, 80, 80, 0.25);
}
.hero-section {
  background-position: center top;
  background-size: cover;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #0097c3;
}
.navbar-expand-lg .navbar-nav .menu-item {
  position: relative;
}

.social-link a {
  margin: 0 5px;
  font-size: 18px;
}
.social-link a:hover {
  color: #076986;
}
.social-link a img {
  width: 15px;
  height: 15px;
}
footer h6 {
  margin-bottom: 10px;
  color: #2a2a2c;
  font-weight: 700;
}
.form-control {
  border: 1px solid #454546;
  border-radius: 8px;
}
.hero-section header {
  --webkit-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.1);
}
header .social-link a {
  color: #fff;
}
header .collapse.navbar-collapse {
  justify-content: center;
}
header .navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
footer .social-link a,
footer .nav-link {
  color: #2a2a2c;
}
footer .nav-link {
  font-size: 18px;
  font-weight: 700;
  padding: 0.3rem 1rem;
}
footer {
  background: #c7f1ff;
}
.mc4wp-form .form-control {
  background: rgb(80 80 80 / 25%);
  padding: 15px 20px;
  border: 0px;
  border-radius: 10px;
}
.mc4wp-form button[type="submit"] {
  border-radius: 10px;
  padding: 15px 50px;
}
.hero-section .home-banner-text {
  color: #fff;
  --webkit-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 0px !important;
  border-radius: 10px;
}
.hero-section .home-banner-text h1,
.hero-section .home-banner-text h2,
.hero-section .home-banner-text h3,
.hero-section .home-banner-text h4,
.hero-section .home-banner-text h5,
.hero-section .home-banner-text h6,
.hero-section .home-banner-text p,
.newsletter-form input[type="email"]::placeholder,
.navbar-toggler-icon,
.about-us-section .about-us-text-col h2,
.about-us-section .about-us-text-col p,
.about-us-section .about-us-text-col {
  color: #fff;
}
.feature-section {
  background-size: cover;
  background-repeat: no-repeat;
  filter: opacity(0.8);
}
header nav li.current-menu-item a {
  color: #0097c3 !important;
}
.background-cover-image {
  background-size: cover;
  background-repeat: no-repeat;
}

header .social-link a:hover svg image,
footer .social-link a:hover svg image {
  filter: url(#colorize);
}

.gform_wrapper.gravity-theme input:not([type="submit"]),
.gform_wrapper.gravity-theme textarea {
  border: 0px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px !important;
}

/* Style the radio button label */
#gform_1 .gfield .gchoice input[type="radio"] {
  display: none; /* Hide the default radio button */
}

#gform_1 .gfield .gchoice label {
  position: relative;
  padding-left: 35px; /* Adjust the spacing as needed */
  cursor: pointer;
  color: #076986;
  font-weight: 600;
}

/* Create a square icon using a pseudo-element */
#gform_1 .gfield .gchoice label:before {
  content: "";
  display: inline-block;
  width: 20px; /* Adjust the width and height for the square icon */
  height: 20px;
  border: 2px solid #076986; /* Set the border color */
  background-color: transparent; /* Set the background color of the square */
  position: absolute;
  left: 0;
  top: 2px; /* Adjust the vertical alignment as needed */
  border-radius: 5px;
}
/* Style the checkmark using another pseudo-element */
#gform_1 .gfield .gchoice label:after {
  content: "\2713"; /* Unicode checkmark character */
  font-size: 14px; /* Adjust the font size of the checkmark */
  color: #076986; /* Set the color of the checkmark */
  position: absolute;
  left: 5px; /* Adjust the horizontal position of the checkmark */
  top: 1px; /* Adjust the vertical position of the checkmark */
  opacity: 0; /* Hide the checkmark by default */
}

/* Show the checkmark when selected */
#gform_1 .gfield .gchoice input[type="radio"]:checked + label:after {
  opacity: 1;
}

.newsletter-form input[type="email"],
.newsletter-form .gform_wrapper.gravity-theme input:not([type="submit"]) {
  color: #fff;
  background: rgb(80 80 80 / 25%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 15px !important;
}
.newsletter-form input[type="submit"],
input[type="submit"].gform_button {
  color: #fff;
  background: #076986;
  border: none;
  border-radius: 10px;
  padding: 15px 50px;
}
.newsletter-form input[type="submit"]:hover,
input[type="submit"].gform_button:hover {
  background: #000;
}
.newsletter-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
}
.newsletter-form form .gform_body {
  width: 100%;
}
.about-us-section .about-us-text-col {
  padding: 5rem;
}
.about-us-section .about-us-image-col img {
  opacity: 0;
}
.about-us-section .container {
  display: contents;
}
.about-us-section .container .row {
  margin: 0px;
}
.about-us-member-section .row.member-row:nth-child(even) {
  flex-direction: row-reverse;
}
.about-us-member-section .row.member-row .col-md-4 {
  padding: 30px;
}
.about-us-member-section .row.member-row .member-name {
  color: #076986;
}
.about-us-member-section .row.member-row .member-name,
.about-us-member-section .row.member-row .member-position {
  font-weight: 600;
}
.nav.nav-tabs {
  border: 0px;
}
.nav.nav-tabs {
  gap: 20px;
  align-items: center;
  padding: 0px 15px;
}
.nav-tabs .nav-link {
  padding: 10px 20px;
  transition: all 0.5s ease;
  border: 2px solid transparent;
  color: #000;
}
.nav-tabs .nav-link:hover {
  border: 2px solid #076986;
  border-radius: 10px;
}
.nav-tabs .nav-link.active {
  border-radius: 10px;
  background: #076986;
  color: #fff;
}
.legal-stuff-tab-link {
  cursor: default;
  font-weight: 700;
}
.tab-content .tab-pane h2 {
  font-weight: 700;
}
.newsletter-form form #gform_fields_2 {
  display: block;
}
.download-app {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner-text .download-app {
  justify-content: flex-start;
}
.home-banner-text.remove-blur {
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  background: rgba(0, 0, 0, 0.5);
}
.home-banner-text .lead {
  color: #c7f1ff;
}
.legal-stuff-tabs {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}
.how-it-works-section-row .col-md-4 {
  padding: 0px;
}
@media (min-width: 992px) {
  /* Style the radio button options */
  #gform_1 .gfield .gchoice {
    width: 30%; /* Adjust the width as needed to fit three columns */
    float: left;
    box-sizing: border-box;
    margin-right: 5%; /* Adjust the margin as needed for spacing */
  }

  /* Clear the float every 3rd option to start a new row */
  #gform_1 .gfield .gchoice:nth-child(3n) {
    margin-right: 0;
  }

  /* Clear the float for the first option in each row */
  #gform_1 .gfield .gchoice:nth-child(3n + 1) {
    clear: left;
  }
  .legal-stuff-tabs {
    align-items: center;
    gap: 0px;
    flex-direction: row;
  }
}
@media (min-width: 767px) {
  .home-banner-img-col img {
    max-height: 100vh;
  }
  .desktop-hide {
    display: none;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    padding: 0;
    margin: 0 10px 0 auto;
    font-size: 25px;
    line-height: normal;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 20px;
    color: #fff;
    font-size: 22px;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    background: #000;
    top: 80px;
    z-index: 999;
  }
  .navbar-expand-lg .navbar-nav .menu-item.current-menu-item .nav-link::before {
    content: unset;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
    font-size: 15px;
  }
  .about-us-section .about-us-text-col {
    padding: 3rem;
  }
  .newsletter-form form {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .nav.nav-tabs {
    padding: 0px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  /* Style the radio button options */
  #gform_1 .gfield .gchoice {
    width: 45%; /* Adjust the width as needed to fit three columns */
    float: left;
    box-sizing: border-box;
    margin-right: 5%; /* Adjust the margin as needed for spacing */
  }

  /* Clear the float every 3rd option to start a new row */
  #gform_1 .gfield .gchoice:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #input_1_3_3_container {
    margin-bottom: 16px;
  }
  #input_1_3_6_container {
    margin-bottom: 0px;
  }
  footer .footer-links-div {
    margin-bottom: 50px;
  }
  footer .nav-link {
    padding-left: 0px;
  }
  footer h6 {
    font-size: 22px;
  }
  body.page-template-page-features section.features-section-list {
    padding-bottom: 3rem;
  }
  .about-us-member-section .row.member-row {
    margin: 0px;
  }
  .legal-stuff-tabs .nav.nav-tabs {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .mobile-hide {
    display: none;
  }
}

@media (max-width: 540px) {
  header .navbar .navbar-brand img {
    width: 160px;
  }
  header .social-link a {
    margin: 0px 2px;
  }
  .about-us-section .about-us-text-col,
  .about-us-member-section .row.member-row .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/******************* CSS From Figma ****************/
:root {
  --System-White: #ffffff;
  --Ocean-Blue-Dark: #076986;
  --primary-black: #000000;
  --secondary-grey: #404746;
  --black-text-buttons-outlines: #2a2a2c;
  --Input-and-Error-Messages-Corner-Radius: 10px;
}
.semi-bold,
.about-us-section .about-us-text-col p,
.home-banner-text .lead {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.nav-tabs .nav-link,
.legal-stuff-tab-link {
  color: var(--primary-black, #000);
  /* SemiBold-20 */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 4px;
}
.legal-stuff-tab-link {
  font-weight: 700;
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: var(--Input-and-Error-Messages-Corner-Radius, 10px);
  border-radius: var(--Input-and-Error-Messages-Corner-Radius, 10px);
  border-color: var(--Ocean-Blue-Dark, #076986);
  background: var(--Ocean-Blue-Dark, #076986);
  color: var(--System-White, #fff);
}
.tab-content .tab-pane h2,
.inner-page .page-title,
.how-it-works .title,
.feature-section .title {
  color: var(--primary-black, #000);
  /* H1 */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.about-us-section .about-us-text-col .title {
  color: var(--primary-white, var(--System-White, #fff));
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  padding-bottom: 54px;
}
.about-us-section .about-us-text-col .title span {
  color: var(--primary-white, var(--System-White, #fff));
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}
.about-us-section .about-us-text-col p {
  color: var(--primary-white, var(--System-White, #fff));
}
.about-us-member-section .member-row .member-text p {
  color: var(--secondary-grey, #404746);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}
footer .nav-link,
footer h6 {
  color: var(--black-text-buttons-outlines, #2a2a2c);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mc4wp-form button[type="submit"] {
  color: var(--System-White, #fff);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mc4wp-form button[type="submit"]::placeholder,
footer .legal-stuff-sublink a,
footer .social h6,
.home-banner-text p,
.how-it-works p,
.features-section-list .col-md-6 p {
  color: var(--black-text-buttons-outlines, #2a2a2c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
}
footer .social h6 {
  margin-bottom: 8px;
}
footer .social-link {
  align-items: center;
  gap: 8px;
}

footer .social-link a svg,
header .social-link a svg {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
footer .social-link a.linkedin svg,
footer .social-link a.insta svg,
header .social-link a.linkedin svg,
header .social-link a.insta svg {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 0px; */
  padding: 0;
}
footer .social-link a.insta svg,
header .social-link a.insta svg {
 /* padding: 3.5px 2.802px 2.802px 3.5px;
  padding: 3.5px 6px 2.802px 1px;*/
}

footer .social-link a,
header .social-link a {
  margin: 0px;
}
footer .social-link,
header .social-link {
  display: flex;
  flex-direction: row;
  justify-content: end;
  /* align-items: baseline; */
}
header .social-link {
  align-items: center;
  gap: 16px;
}
header .social-link a.meta,
header .social-link a.meta svg,
footer .social-link a.meta,
footer .social-link a.meta svg {
  width: 24px;
  height: 24px;
  padding-top: 0px;
}
header .social-link a:hover svg path,
footer .social-link a:hover svg path {
  fill: #0097c3;
}
footer .nav-link:focus,
footer .nav-link:hover {
  color: #0097c3;
}
.navbar-expand-lg #navbar .navbar-nav .nav-link,
.gform_wrapper.gravity-theme .gfield .gfield_label {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.navbar-expand-lg #navbar:not(.navbar-collapse) .navbar-nav .nav-link {
  padding: 0px;
}
.about-us-member-section .row.member-row .member-name {
  color: var(--Ocean-Blue-Dark, #076986);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}
.about-us-member-section .row.member-row .member-position {
  color: var(--black-text-buttons-outlines, #2a2a2c);
}
.about-us-member-section .row.member-row .member-image {
  display: flex;
  align-items: flex-start;
  gap: 129px;
  border-radius: 1000px;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.25);
  border-radius: 900px;
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
}
.about-us-member-section .row.member-row .member-image img {
  display: none;
}
.hero-section header {
  background: var(--Glass-Window, rgba(80, 80, 80, 0.25));
  --webkit-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.home-banner-text p {
  color: var(--Aquaria, #c7f1ff);
}
.home-banner-text h5 {
  color: var(--Cool-White, #f3f2f6);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.newsletter-form input[type="submit"],
input[type="submit"].gform_button {
  color: var(--primary-white, var(--System-White, #fff));
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}
.newsletter-form input {
  border-radius: var(--Input-and-Error-Messages-Corner-Radius, 10px);
  border: 1px solid var(--System-White, #fff);
  background: var(--Glass-Window, rgba(80, 80, 80, 0.25));
  --webkit-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.newsletter-form input,
.newsletter-form input::placeholder {
  color: var(--System-White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}
.download-section .title,
.contactus-form-section .title,
.features-inner-page .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 140% */
}
.download-section p,
.gform_wrapper.gravity-theme input:not([type="submit"]),
.gform_wrapper.gravity-theme textarea {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}
.download-section .download-app {
  gap: 32px;
}
#gform_1 .gfield .gchoice label {
  color: var(--Ocean-Blue-Dark, #076986);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  padding-left: 32px;
}
.gform_wrapper.gravity-theme input:not([type="submit"]) {
  padding: 8px 16px !important;
  text-align: left;
}
.gform_wrapper.gravity-theme textarea {
  padding: 16px !important;
  text-align: left;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 24px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 16px !important;
}
.features-section-list .col-md-6 .title {
  color: var(--black-text-buttons-outlines, #2a2a2c);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 109.375% */
  margin-bottom: 8px;
}
.wp-block-table.no-border-table table {
  width: auto;
}
.wp-block-table.no-border-table td,
.wp-block-table.no-border-table th {
  border: 0px;
}
ul.simpletoc-list {
  list-style: none;
}
.features-section-list .feature-list-image img {
  max-height: 800px;
}
.features-section-list .col-md-6:not(.feature-list-image) .title {
  max-width: 400px;
  width: 100%;
}
.features-section-list .feature-list-text {
  max-width: 300px;
  width: 100%;
  margin-bottom: 120px;
}
.features-section-list { padding-bottom: 30px;  }

.home-page-banner .row { align-items: center; }

@media (min-width: 992px) {
  .legal-stuff-tabs {
    gap: 48px;
  }
  .nav.nav-tabs {
    gap: 48px;
    padding: 0px;
  }
  .navbar-expand-lg .navbar-nav {
    gap: 24px;
  }
  .navbar-expand-lg #navbar .navbar-nav .nav-link {
    padding: 0px;
  }
  .about-us-section .about-us-text-col {
    padding: 3rem 5rem;
  }
  #gform_1 .gfield .gchoice {
    margin: 0;
    width: 100%;
  }
  #gform_1 .gfield .gfield_radio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  /* .features-section-list .col-md-6:not(.feature-list-image) {
    padding: 50px;
  } */
}
@media (min-width: 1280px) {
  .navbar-expand-lg .navbar-nav {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-us-member-section .row.member-row .col-md-4 {
    width: 40%;
    padding-left: 0px;
  }
  .about-us-member-section .row.member-row .col-md-8 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .download-section .title,
  .how-it-works .title {
    font-size: 30px;
  }
  .download-section .download-app {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .about-us-member-section .row.member-row .col-md-4 {
    padding: 15px;
  }
  footer .social-link {
    justify-content: start;
  }
  #input_1_3_3_container {
    margin-bottom: 24px;
  }
  header .social-link a.meta,
  header .social-link a.meta svg,
  footer .social-link a.meta,
  footer .social-link a.meta svg {
    width: 18px;
    height: 18px;
  }

  .features-section-list .feature-list-text { margin-bottom: 30px; }
  .home-page-banner { margin-top: 15px; }
}
@media (max-width: 540px) {
  header .social-link {
    gap: 2px;
  }
  header .social-link a,
  header .social-link a svg {
    width: 24px;
    height: 24px;
  }
  header .social-link a.linkedin,
  header .social-link a.insta,
  header .social-link a.linkedin svg,
  header .social-link a.insta svg {
    width: 26px;
    height: 26px;
  }
  header .social-link a.meta,
  header .social-link a.meta svg {
    width: 22px;
    height: 22px;
  }
}

/******************* CSS From Figma ****************/
