@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

html {
  font-size: 62.5%;
}

body {
  color: #232323;
  /*background: #fff;*/
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "width" 100;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
}

body::before {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #23A0FB 18.7%, #765CFA 81.39%);
  backdrop-filter: blur(422px);
  transform: rotate(180deg);
  opacity: 30%;
  z-index: -1;
}

body.noscroll {
  overflow-y: hidden;
  height: 100vh;
}

section {
  padding: 50px 80px;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: auto;
}

.white-bg {
  background: #fff;
}

.container.white-bg {
  padding: 60px 66px; /* padding: 60px 66px;*/
  border-radius: 32px;
}

.flex {
  display: flex;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

ul li {
  list-style-type: none;
}

a {
  color: #232323;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.dnone {
  display: none;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.blue-text {
  color: #1D2289;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.pd0 {
  padding: 0 !important;
}

h1 {
  font-size: 6rem;  /* diff: 6rem */
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: normal;
}

h2 {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
}

p {
  padding-top: 16px;
  color: #000;
}

.button.primary {
  cursor: pointer;
  border-radius: 40px;
  padding: 10px 48px;
  display: inline-flex;
  color: #fff;
  background: #23A0FB;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 80px 24px 80px; /* diff: 31px 80px 31px 80px */
  background: none;
  z-index: 100;
  /*position: fixed;*/
  position: relative;
  background: #fff;
}

header.fixed-header {
  position: sticky;
  top: 0;
  left: 0px;
}

.hamburger {
  display: none;
  cursor: pointer;
}

header .nav a {
  padding: 16px 20px;
  color: #000;
  position: relative;
}

header .nav a:first-of-type {
  display: none;
}

header .nav a.active {
  color: #23A0FB;
  font-weight: 600;  /*font-weight: 700;*/
}

header .nav a.blue-text {
  padding: 14px 32px;
  color: #1D2289;
  font-weight: 500;
}

header.inner .nav a.blue-text {
  color: #fff;
  background: #23A0FB;
  border-radius: 40px;
}

/* Class for the Join waitlist button on header page */
.join-waitlist-button {
  display: inline-block;
  background-color: #23A0FB;
  color: white !important;
  padding: 8px 20px !important;
  border-radius: 9999px;         /* Pill shape */
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;           /* Prevent full-width stretch */
  transition: background-color 0.3s;
}

.join-waitlist-button:hover {
  background-color: #1D2289;     /* Darker blue on hover */
}


#home .flex {
  gap: 38px;
  align-items: flex-end;
}

#home .button {
  margin-top: 30px;
}

#home .button:first-of-type {
  display: inline-flex;
}

#home .button:last-of-type {
  display: none;
}

.home-content {
  min-width: 400px;
}

.home-content p {
  color: #232323;
  max-width: 460px;
}

#intro .container {
  background: url('../images/intro-banner-bg.svg') no-repeat;
  background-size: 100%;
  overflow: hidden;
}

#intro h3 {
  max-width: 862px;
  margin: auto;
  line-height: 1.2;
}

.intro-logo {
  display: inline;
  height: 32px;
}

#intro .mobile {
  height: 0px;
}

.intro-banner {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.intro-banner img:first-of-type {
  margin-top: 70px;
  margin-right: -70px;
}

.intro-banner img:nth-of-type(2) {
  z-index: 1;
}

.intro-banner img:last-of-type {
  margin-top: 70px;
  margin-left: -70px;
}

#features {
  z-index: 1;
}

#features .container > p {
  max-width: 860px;
  margin: auto;
}

.features-container {
  position: relative;
}

.features-banner img {
  margin: auto;
}

.desktop-feature {
  display: block;
}

.mobile-feature {
  display: none;
}

.features-hero {
  justify-content: space-between;
  gap: 80px;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 40px;
}

.features-hero-content{
  color: #1D2289;
  width: calc(100% - 293px);
}

.features-hero-content h3{
  font-weight: 700;
  line-height: 1.3;
  color: #232323;
  opacity: 0.4;
  display: block;
  border-bottom: solid 1px #232323;
  padding-bottom: 8px;
  margin-bottom: 8px;
  text-align: left;
  font-size: 2.4rem;
  transition: none;
}

.features-hero-content .feature:last-of-type h3{
  border-bottom: solid 1px #fff;
}

.features-hero-content p{
  font-size: 16px;
  padding-top: 2px;
  margin-bottom: 20px;
  color: #1D2289;
}

 .features-image {
  width: 293px;
 }

 .features-image img {
  margin-bottom: 100%;
 } 

.feature h4, .feature p, .features-image img {
  display: none; /* Try changing this */
}

.feature.active h4, .feature.feature.active p, .features-image img.active {
  display: block;
}

.feature.active h3 {
  opacity: 1;
  color: #1D2289;
  border-bottom: solid 1px #fff;
}



/* New classes for features section new design code */
.wrapper {
  /*display: flex; */
  /*flex-direction: column;*/
  justify-content: space-between;
  /*justify-content: center; */
  position: relative;
  width: 1120px;
  max-width: 100%;
  align-items: flex-start;
  margin-top: 80px;
  gap: 20px;
  padding: 10px;
}

.info-column {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  gap: 40px;
  width: 640px;
  position: relative;
  margin-bottom: 150px;
 }

.mobile-wrapper {
  /*position: fixed;*/
  align-items: flex-start;
  position: relative;
  width: 320px;
  /*overflow: hidden;*/
  /*padding-left: 20px;
  display:block*/
}


.mobile-image {
  position: absolute;
  top: 200;
  right: 0;
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  border-radius: 30px;
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.2);*/
  opacity: 0; /*-- change this ---*/
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.mobile-image.default {
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.info-box:hover ~ .mobile-wrapper .mobile-image.default {
  opacity: 0;
}

.info-box {
  background-color: #fff;
  /*border-left: 0px solid #007BFF;*/
  padding: 2px;
  border-radius: 8px;
  /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
  position: relative;
  text-align: left;
  margin: 0px 0px 0px 0px;
}

.info-box h3 {
  /*font-size: 4rem;
  font-weight:bold;
  color: #333;
  margin-bottom: 4px;
  position: relative;
  text-align: left;*/

  font-size: 3.2rem;
  font-weight: 650;
  line-height: 1.3;
  color: #232323;
  opacity: 0.5;
  /*color: #1D2289;
  opacity: 1.0;*/
  /*display: block;*/
  border-bottom: solid 1px #232323;
  padding-bottom: 8px;
  margin-bottom: 8px;
  text-align: left;
  transition: none;
}

.info-box h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  /*background-color: #ccc;*/
  margin-top: 4px;
  text-align: left;
}

.info-box h4 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #777;
  margin-bottom: 8px;
  align-items: left;
}

.info-box ul li{
  list-style-type: square;
  list-style-position: outside;
  font-size: 20px;
  font-weight: 460;
  padding-left: 12px;
  margin: 8px 0px 8px 30px;
  color: #1D2289;
}

.info-box ol {
  padding-left: 12px;
  margin: 0;
  color: #1D2289
}

.info-box h4,
.info-box ul,
.info-box ol {
  display: none;
}

.info-box:hover h4,
.info-box:hover ul,
.info-box:hover ol {
  display: block;
}



.info-box.expanded h4,
.info-box.expanded ul {
  display: block;
}

/* below code puts bullet point numbers within circles for each infobox */
/*.info-box::before {
  content: attr(data-number);
  position: absolute;
  top: 10px;
  left: -66px;
  width: 54px;
  height: 54px;
  background-color: #007BFF;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}*/

/*   New Classes for features section code end here */



#benefits {
  border-radius: 0 0 140px 140px;
}

#benefits .container > p, #edge .container > p, #security .container > p {
  max-width: 750px;
  margin: auto;
}

.benefits {
  justify-content: space-evenly;
  gap: 24px;
  padding-top: 80px;
}

.benefit-img {
  height: 177px;
  margin-bottom: 24px;
}

.benefit p {
  padding-top: 12px;
  text-align: center;
}

.edge-benefits {
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 802px;
  margin: auto;
  gap: 60px 140px;
  padding-top: 60px;
}

.edge-benefit {
  width: 172px;
}

.edge-benefit img {
  margin: auto;
}

.edge-benefit h3 {
  padding-top: 16px;
  line-height: 1.4;
}

/* New classes defined for security section - exactly same as classes for benefits section above*/
#security {
  border-radius: 0 0 140px 140px;
}

#security .container > p {
  max-width: 750px;
  margin: auto;
}

.security {
  justify-content: space-evenly;
  gap: 24px;
  padding-top: 80px;
}

.secure-img {
  height: 177px;
  margin-bottom: 24px;
}

.secure p {
  padding-top: 12px;
  text-align: center;
}

.edge-security {
  flex-wrap: wrap;
  justify-content: space-between; /* justify-content: space-around; */
  /*max-width: 802px;*/
  margin: auto;
  gap: 60px 24px;   /*gap: 60px 30px;*/
  padding: 60px 0px 36px 0px;
}


.edge-secure {
  width: 256px;
  margin: auto;
  background: #fff;
  padding: 24px 16px; /* padding: 60px 66px;*/
  border-radius: 32px;
}

.edge-secure img {
  margin: auto;
}

.edge-secure h3 {
  padding: 0px;  /* padding-top: 16px; */
  line-height: 1.4;
}

/* Classes for security section end here*/



#budget .container {
  gap: 19px;
}

.budget-content {
  /*padding-top: 48px;
  padding-left: 48px;*/
  padding: 36px 36px
}

.budget-content h2 {
  text-align: left;
}

.budget-content h3 {
  text-align: center;
  color: #23A0FB;
  margin: auto;
}

.budget-content p {
  padding-top: 24px;
  padding-bottom: 46px;
  max-width: 520px;
}

.budget-content.sales-content p {
  padding-top: 16px;
  padding-bottom: 32px;
  max-width: 443px;
}

/*
.budget-content p.center {
  padding-top: 15px;
  padding-bottom: 41px;
  max-width: 371px;
  font-weight: 500;
  line-height: 1.3;
  color: #232323;
} */

.budget-content p span {
  color: #1D2289;
  font-weight: 700;
}

.budget-content .button {
  text-align: center;
}

.budget-content.sales-content .button {
  margin-bottom: 48px;
}

.try-budget-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


#testimonials > p {
  margin: 16px auto 48px;
  padding: 5px 12px;
  background: #fff;
  border-radius: 52px;
  display: table;
}

.rating {
  color: #EABF00;
}

#testimonials-swiper .swiper-slide {
  width: 592px;
}

.testimonial {
  background: #fff;
  border-radius: 24px;
  padding: 100px 36px 36px;
  position: relative;
}

.testimonial::before {
  content: '';
  width: 48px;
  height: 39px;
  display: block;
  position: absolute;
  top: 36px;
  left: 36px;
  background: url('../images/quote-before.svg') no-repeat;
}

.testimonial::after {
  content: '';
  width: 48px;
  height: 39px;
  display: block;
  position: absolute;
  bottom: 36px;
  right: 36px;
  background: url('../images/quote-after.svg') no-repeat;
}

.quote {
  font-size: 2.4rem;
}

.testimonial .rating {
  font-size: 3.6rem;
  padding-top: 16px;
}

.speaker {
  gap: 18px;
  padding-top: 6px;
}

.speaker-name {
  font-size: 2rem;
  line-height: 1.3;
}

#download {
  padding: 0;
}

#download .container {
  width: calc(100% - 540px);
  margin: 0;
}

#download::before {
  content:'';
  width: 100%;
  height: 50px;
  display: block;
}

#download .white-bg {
  padding: 50px 80px;
}

#download h2 {
  text-align: left;
}

#download p {
  padding-top: 8px;
  max-width: 359px;
}

.qr-code {
  margin-top: 24px;
}

.download-link {
  padding-top: 24px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.download-link img {
  display: inline-block;
}

.mobile-download-link {
  display: none;
}

.form-container {
  margin-top: 24px;
  max-width: 344px;
}

.form-group {
  padding: 10px 12px;
  border: 1px solid #1D2289;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
}

.form-group label {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  color: #1D2289;
  padding-bottom: 4px;
}

.form-group .form-control {
  width: 100%;
  background: none;
  border: none;
  height: 20px;
  font-size: 1.75rem;    /*font-size: 1.4rem;*/
}

.form-group .form-control::placeholder {
  color: #A7A7A7;
}

.form-group .form-control:focus-visible {
  outline: none;
}

.success {
  display: none;
  height: 261px;
  padding-top: 80px;
  padding-left: 84px;
  position: relative;
}

.success::before {
  content: '';
  height: 72px;
  width: 72px;
  background: url('../images/check.svg') center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
}

.success h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}

form .button.primary {
  margin-top: 8px;
  margin-bottom: 18px;
  border: none;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 14px 69px;
}

.bottom-banner {
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: 5;
  display: flex;
  justify-content: center;
}

.bottom-banner img:first-of-type {
  margin-top: 100px;
  margin-right: -70px;
  height: 450px;
}

.bottom-banner img:nth-of-type(2) {
  z-index: 1;
  height: 550px;
}

.bottom-banner img:last-of-type {
  margin-top: 100px;
  margin-left: -70px;
  height: 450px;
}

footer {
  padding: 35px 50px;
  background: #1C1C8A;
  color: #fff;
}

footer .container {
  justify-content: space-between;
}

.footer-left {
  gap: 50px;
}

footer h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #ffffff4d;
}

.footer-left ul, .footer-left p {
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
}

.footer-left ul li a {
  color: #fff;
}

.social-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 118px;
}

.footer-right {
  /*flex-direction: row;*/
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 160px;
  padding: 1rem;
  position: relative;
}

.logo {
  height: 30px; /* diff: 44px */
  align-self: center;
}

.copyright {
  margin: 0;
  font-size: 12px;
  align-self: flex-end;
  text-align: center; /* text-align: right; */
}

.footer-right p {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: right;
  color: #ffffff4d;
}

#faq, #plans {
  padding: 80px;
}

#faq h2 {
  padding-bottom: 48px;
}

.search .form-group {
  padding: 10px 48px;
  background: #fff;
  border: none;
  border-radius: 24px;
}

.search .form-group::before {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  background: url('../images/search.svg') no-repeat;
  background-size: contain;
  left: 16px;
  top: 12px;
}

.search .form-group .form-control {
  height: 27px;
  font-size: 1.8rem;
}

.search .form-group .form-control::placeholder {
  color: #CECECE;
}

.trigger {
  text-align: center;
  margin: 44px auto;
}

.trigger li {
  display: inline-block;
  cursor: pointer;
  padding: 8px 24px;
  border: 1px solid #232323;
  border-radius: 40px;
  margin: 8px 4px;
  font-weight: 500;
}

.trigger li.act {
  background: #fff;
  color: #23A0FB;
  font-weight: 700;
  border: 1px solid #fff;
}

.faq-item {
  background: #fff;
  margin-bottom: 8px;
  border-radius: 24px;
  padding: 32px 55px 32px 48px;
  display: none;
  transition: transform 0.5s ease;
}

.faq-item.act {
  display: block;
}

.faq-question {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  margin-right: 48px;
}

.faq-question::after {
  content: '';
  height: 48px;
  width: 48px;
  background: url('../images/plus.svg');
  background-size: contain;
  position: absolute;
  right: -48px;
  top: -10px;
  transition: transform 0.5s ease;
}

.faq-item.active .faq-question::after {
  background: url('../images/cross.svg');
  background-size: contain;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-size: 1.8rem;
  line-height: 1.2;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding-top: 24px;
}

.faq-answer .button.primary {
  margin-top: 24px;
}

#plans .container {
  text-align: center;
}

#plans h1 {
  color: #1D2289;
  text-align: center;
  max-width: 632px;
  margin: auto;
}

#plans p {
  text-align: center;
  max-width: 620px;
  margin: auto;
}

#plans p span {
  font-weight: 600;
}

#plans .button {
  display: none;
}

.plans {
  padding-top: 48px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  text-align: left;
}

.plan {
  flex-grow: 1;
  flex-basis: 0;
  width: calc((100% - 24px) / 3);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
}

.plan-head {
  box-shadow: 0px 4px 80px 0px #A1A1A140;
  padding: 40px 57px 57px 48px;
  border-radius: 24px;
}

.plan:first-of-type .plan-head {
  background: #fff url('../images/plan-1.svg') no-repeat;
  background-position: top right;
}

.plan:nth-of-type(2) .plan-head {
  background: #fff url('../images/plan-2.svg') no-repeat;
  background-position: top right;
}

.plan:last-of-type .plan-head {
  background: #fff url('../images/plan-3.svg') no-repeat;
  background-position: top right -24px;
}

.plan-head h3 {
  font-size: 4rem;
  line-height: 2;
  font-weight: 700;
  color: #1D2289;
  text-align: left;
}

.plan-head h3 span {
  font-size: 1.8rem;
}

#plans .plan-head p {
  font-weight: 500;
  text-align: left;
  padding-top: 0;
}

.plan-head p span {
  color: #12BD42;
}

.plan-body {
  padding: 32px 36px 40px 48px;
}

.plan-body ul li {
  padding-bottom: 20px;
  padding-left: 36px;
  position: relative;
}

.plan-body ul li::before {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/check.svg') no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

#gift:before {
  content: '';
  width: 272px;
  height: 149px;
  background: url('../images/bow.svg') no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 580px);
  top: 28px;
  z-index: 1;
}

#gift .container:before {
  content: '';
  width: calc(100% - 320px);
  max-width: 1120px;
  height: 12px;
  background: linear-gradient(180deg, #765CFA 0%, #1D2289 100%);
  position: absolute;
  top: 118px;
  left: calc(50% - 560px);
}

#gift .container:after {
  content: '';
  width: 12px;
  height: calc(100% - 100px);
  background: linear-gradient(180deg, #765CFA 0%, #1D2289 100%);
  position: absolute;
  top: 50px;
  left: calc(50% - 476px);
}

#gift .container {
  padding: 140px 60px 40px 160px;
}

#gift h2 {
  text-align: left;
}

#gift h2 span {
  color: #765CFA;
}

#gift p {
  color: #000;
}

#gift p:nth-of-type(2) {
  padding-top: 24px;
}

.gift-plans {
  padding-top: 16px;
  display: flex;
  gap: 24px;
}

.gift-plan {
  flex-grow: 1;
  flex-basis: 0;
  border-radius: 16px;
  padding: 24px 24px 53px;
  position: relative;
}

.gift-plan:first-child {
  background: linear-gradient(180deg, #A6DAFF 0%, #155F95 158.63%);
}

.gift-plan:nth-child(2) {
  background: linear-gradient(180deg, #B3A7F5 0%, #463694 139.88%);
}

.gift-plan:last-child {
  background: linear-gradient(180deg, #6D72E6 0%, #070923 169.64%);
}

.gift-plan h3 {
  text-align: left;
  font-size: 4rem;
  line-height: 1.3;
  color: #fff;
  position: relative;
  z-index: 1;
}

#gift .gift-plan p {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.3;
  padding-top: 8px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.gift-plan img {
  position: absolute;
  bottom: 0;
  right: 0;
}

#gift .form-container {
  margin-top: 48px;
  max-width: 100%;
  text-align: left;
}

#gift .form-group {
  padding: 0;
  border: none;
  border-radius: 0;
  display: flex;
  gap: 12px;
}

#gift .form-group label {
  display: block;
  font-size: 1.8rem;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 0;
  white-space: nowrap;
}

#gift .form-group .form-control {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  height: 27px;
  font-size: 1.8rem;
}

#gift form .button.primary {
  margin-top: 32px;
  margin-bottom: 8px;
}

#gift .form-bottom {
  opacity: 0.5;
}

#about-home .home-content {
  min-width: 632px;
}

#about-home img {
  width: 100%;
  max-width: 427px;
  margin: auto;
}

#about-home .home-content p {
  max-width: 608px;
}

#about-home .button.primary {
  display: none;
}

.mission-container {
  padding-top: 32px;
  justify-content: space-between;
}

.mission {
  max-width: 248px;
}

.mission img {
  margin: auto;
}

.mission h3 {
  line-height: 1.2;
  padding-top: 24px;
}

#founders, #contact-hr {
  background: linear-gradient(to bottom, #fff, transparent);
  padding-bottom: 60px;
}

.founders {
  padding-top: 32px;
  margin-top:24px;
  gap: 40px;
}

.founder {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.founder .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.5%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 20px;
}

.founder-content {
  position: relative;       /* Keeps it in normal flow or relative to parent if needed */
  padding: 12px;            /* Spacing inside the container */
  display: flex;            /* Activate flex layout */
  flex-direction: column;   /* Stack children vertically */
  align-items: center;      /* Horizontally center contents */
  gap: 12px;                /* Add 12px vertical spacing between child items */
}


.founder-content h3 {
  color: #000000;
  font-size: 3rem;
  line-height: 1.2;
  text-align: left;
}

.founder-content p {
  color: #000000;
  font-size: 2.4rem;
  padding-top: 0px;
}

#join-home .home-content p {
  max-width: unset;
}

#join-home img {
  width: 100%;
  max-width: 397px;
  margin: auto;
}

#contact-hr .container {
  padding: 16px 48px 48px;
  justify-content: space-between;
}

.hr-content {
  max-width: 579px;
  padding-top: 32px;
}

.hr-content h2 {
  text-align: left;
}

.hr-content p.mail {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  gap: 8px;
}

.mail a {
  color: #1D2289;
}

.hr-content p.mail:before {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/mail.svg') no-repeat;
  align-self: center;
}

.openings-section {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 32px 0;
}

.whatweoffer {
  width: 760px;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  margin-bottom: 32px;
}

.whatweoffer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 32px 0;
}

.whatweoffer-section h3 {
  font-size: 2rem;
  text-align: left;
}

.whatweoffer-section h2 {
  /*font-size: 2rem;*/
  text-align: left;
  color: #1D2289;
  font-weight: 700;
}

.whatweoffer-section ul li {
  display: list-item;
  list-style-type: disc !important;
  padding-left: 16px;
  margin-bottom: 12px;
  text-align: left;
  /*color: #1D2289;
  font-weight: 700;*/
}


.openings-section:last-of-type {
  border-bottom: none;
}

.openings-section h3 {
  font-size: 2rem;
  text-align: left;
  color: #1D2289;
}

.opening {
  width: 760px;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  margin-bottom: 32px;
}

.openings .opening:last-child {
  margin-bottom: 0;
}

.opening-head {
  padding: 24px;
  border-bottom: 1px solid #D9D9D9;
}

.opening-top {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.profile {
  font-size: 2rem;
  font-weight: 600;
  color: #1D2289
}

.apply a {
  font-size: 2rem;
  font-weight: 600;
  color: #1D2289;
  display: flex;
  gap: 8px;
}

.apply a::after {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/arrow.svg') no-repeat;
  background-size: contain;
  align-self: center;
}

.opening-bottom {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  padding-top: 16px;
}

.location {
  display: flex;
  gap: 4px;
}

.location::before {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/location.svg') no-repeat;
  background-size: contain;
}

.experience {
  display: flex;
  gap: 4px;
}

.experience::before {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/experience.svg') no-repeat;
  background-size: contain;
}

.opening-body {
  padding: 24px;
}

.qualification-trigger {
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.qualification-trigger::after {
  content: '';
  height: 24px;
  width: 24px;
  background: url('../images/chevron-down.svg') no-repeat;
  background-size: contain;
  transition: transform 0.5s ease;
}

.qualification-trigger.active::after {
  rotate: 180deg;
}

.qualification-content {
  padding-top: 8px;
  display: none;
  transition: transform 0.5s ease;
}

.qualification-content.active {
  display: block;
}

.qualification-content ul {
  padding-left: 24px;
}

.qualification-content ul li {
  list-style-type: disc;
  padding-bottom: 8px;
}

.qualification-content ul li:last-child {
  padding-bottom: 0;
}

.calculator-glass {
    background: rgba(255, 255, 255, 0.48) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.calculator-background {

background: linear-gradient(270deg, #23A0FB 18.7%, #765CFA 81.39%) !important;
opacity: 0.3 !important;
filter: blur(211px) !important;
}

.drag-preview {
    position: absolute !important;
    pointer-events: none !important;
    opacity: 1 !important;
    background-color: white !important;
    transform: scale(1.02) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    z-index: 1000 !important;
    border-radius: 10px;
    max-width: 80%;
}







/* New Classes for TnC and Privacy Policy pages */

#tnc .tnc-content h1 {
  font-size: 5rem;  /* diff: 6rem */
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 42px;
}

#ppolicy .tnc-content h1 {
  font-size: 5rem;  /* diff: 6rem */
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 42px;
}

.tnc-content ol {
  margin-top:4pt; 
  padding-left:16pt;
}

.tnc-content ul {
  font-weight: normal;
  margin-top:4pt; 
  padding-left:16pt;
}

.tnc-content p {
  font-family: Instrument Sans, serif;
  text-align:justify; 
  padding-left: 20pt; 
  padding-right:18pt;
}


li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 12px;
}

.Footer {
    margin-bottom: 0pt;
    line-height: normal;
    font-size: 11pt;
    -aw-style-name: footer
}

.Header {
    margin-bottom: 0pt;
    line-height: normal;
    font-size: 11pt;
    -aw-style-name: header
}

.BodyText {
  margin-bottom: 0pt;
  line-height: normal;
  widows: 0;
  orphans: 0;
  font-family: Instrument Sans, serif;    /* Arial, MT */
  font-size: 10.5pt;
  -aw-style-name: body-text
}

.ListParagraph {
  /* margin-left: 36pt; */
  line-height: 108%;
  font-size: 16pt;
  font-family: Instrument Sans, serif; 
  font-weight:bold;
  margin-bottom: 0pt;
  margin-top: 8pt;
  margin-left: 18pt;
  margin-right: 12pt; 
  
  -aw-style-name: list-paragraph;
  text-align:justify; 
  padding-left:3.83pt; 
  
}

.ListParagraph >p {
  font-family: Instrument Sans, serif;
  font-size: 14pt;
  line-height: 1.3;
  font-weight: normal;
  text-align:justify; 
  padding-left: 0pt; 
  padding-right: 0pt;
  text-indent: 0pt;
  
}

.awlist1 {
  list-style: none;
  margin:0pt;
  padding-left:32px;  /* 42px */
  /* text-indent: -24px; */
  counter-reset: awlistcounter3_0;
}

.awlist1 >li {
  font-family: Instrument Sans, serif;
  font-size: 14pt;
  line-height: 1.3;
  margin-top: 12pt;
  margin-bottom: 0pt;
  padding-left:36pt; /* 42pt */
  text-indent: -24px;
}

.awlist1 >p {
  font-size: 14pt;
  padding-left: 30pt; /* 42pt */
  font-weight: normal;
  line-height: 1.3; 
}

.awlist1 > li:before {
  content: counter(awlistcounter3_0, lower-latin) ') ';
  counter-increment: awlistcounter3_0;
}


.awlist2 {
  list-style: none;
  margin:0pt;
  padding-left:24px;  /* 42px */
  counter-reset: awlistcounter3_0;
}

.awlist2 >li {
  font-family: Instrument Sans, serif;
  font-weight: normal;
  font-size: 14pt;   /* inserted now */
  line-height: 1.3;
  margin-top: 2pt;
  margin-bottom: 0pt;
  padding-left:24pt; /* 42pt */
  text-indent: -24px;
}

.awlist2 p {
  font-family: Instrument Sans, serif;
  font-size: 14pt;   /* inserted now */
  line-height: 1.3;
  font-weight: normal;
  padding-left: 18pt;
  text-align:justify; 
  text-indent: 0pt;
}


.awlist2 > li:before {
  content: counter(awlistcounter3_0, decimal) ') ';
  counter-increment: awlistcounter3_0;
}

.awlist3 {
  list-style: none;
  margin:0pt;
  padding-left:24px;  /* 42px */
  counter-reset: awlistcounter3_0;
}

.awlist3 >li {
  font-family: Instrument Sans, serif;
  margin-top: 2pt;
  margin-bottom: 2pt;
  padding-left:24pt; /* 42pt */
  text-indent: -24px;
}

.awlist3 > li:before {
  content: counter(awlistcounter3_0, lower-roman) '. ';
  counter-increment: awlistcounter3_0;
}




.CommentSubject {
  margin-bottom: 8pt;
  line-height: normal;
  font-size: 10pt;
  font-weight: bold;
  -aw-style-name: comment-subject;
  -aw-style-parent: comment-text
}

.CommentText {
  margin-bottom: 8pt;
  line-height: normal;
  font-size: 10pt;
  -aw-style-name: comment-text
}



.NormalWeb {
  margin-top: 5pt;
  margin-bottom: 5pt;
  line-height: normal;
  font-family: 'Times New Roman';
  font-size: 12pt;
  -aw-style-name: normal-web
}

.Revision {
  margin-bottom: 0pt;
  line-height: normal;
  font-size: 11pt;
  -aw-style-name: revision
}

span.BodyTextChar {
  font-family: 'Arial MT';
  font-size: 10.5pt
}

span.CommentReference {
  font-size: 8pt;
  -aw-style-name: comment-reference
}

span.CommentSubjectChar {
  font-size: 10pt;
  font-weight: bold
}

span.CommentTextChar {
  font-size: 10pt
}

span.FollowedHyperlink {
  text-decoration: underline;
  color: #954f72;
  -aw-style-name: followed-hyperlink
}

span.Hyperlink {
  text-decoration: underline;
  color: #0563c1;
  -aw-style-name: hyperlink
}

span.Strong {
  font-weight: bold;
  -aw-style-name: strong
}

span.UnresolvedMention {
  color: #605e5c;
  background-color: #e1dfdd;
  -aw-style-name: unresolved-mention
}




.awlist4 {
  list-style: none;
  counter-reset: awlistcounter3_0 3
}

.awlist4 > li:before {
  content: counter(awlistcounter3_0, lower-latin) ')';
  counter-increment: awlistcounter3_0
}

.awlist5 {
  list-style: none;
  counter-reset: awlistcounter3_0 4
}

.awlist5 > li:before {
  content: counter(awlistcounter3_0, lower-latin) ')';
  counter-increment: awlistcounter3_0
}

.awlist6 {
  list-style: none;
  counter-reset: awlistcounter9_0
}

.awlist6 > li:before {
  content: counter(awlistcounter9_0) ')';
  counter-increment: awlistcounter9_0
} 





/* End of Classes for TnC and Privacy Policy pages*/