p {
  margin-bottom: 0;
}

.banner-main {
  background: linear-gradient(75deg, #00a09c -0.2%, #00565b 101.23%), #fff;
  background-blend-mode: normal, multiply, normal;
}
.banner-heading h2 {
  color: #fff;
  font-family: "Public Sans";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.logo {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 60px;
}

.main-banner {
  padding-top: 90px;
}
.eye-side-banner {
  position: absolute;
  left: 0;
  width: 45%;
  top: 0;
}
.custom-accordion-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

/* Left heading icon (tum yahan SVG/bg image set karo) */

/* Plus icon (closed) */
.accordion-button::after {
  content: "" !important;
  margin-left: auto !important;
  background: url("icons/plus.svg") center / contain no-repeat !important;
}

/* Minus icon (open) */
.accordion-button:not(.collapsed)::after {
  background: url("icons/minus.svg") center / contain no-repeat !important;
}
.icon-heading {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-accordion-btn h3 {
  color: #313131;
  font-family: "Public Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tabheading {
  display: flex;
  gap: 18px;
  align-items: center;
}

.custom-accordion-btn h3 {
  margin-bottom: 0;
}
.tabheading {
  display: flex;
  gap: 18px;
  align-items: center;
}

.custom-accordion-btn h3 {
  margin-bottom: 0;
}

.accordion-side-foundation .custom-accordion-btn {
  padding: 0;
  background: none !important;
  border: 0;
}

.accordion-side-foundation .accordion-item {
  border: 0;
  margin-bottom: 40px;
}
.accordion-side-foundation .accordion-button {
  background: none !important;
  border: 0;
  box-shadow: none !important;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.3);
}

.accordion-side-foundation .accordion-body {
  padding: 0;
  padding-top: 24px;
  color: #313131;
  font-family: "Roboto Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.eye-side-banner .eye-abs {
  width: 100%;
  max-width: 800px;
  padding-right: 50px;
}
.eye-side-banner {
  background: linear-gradient(
      0deg,
      rgba(0, 86, 91, 0.3) 0%,
      rgba(0, 86, 91, 0.3) 100%
    ),
    #fff;
}
.data-home-content {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
}
.sec-padding {
  padding-top: 120px;
  padding-bottom: 80px;
}
.section-headings h3 {
  color: #313131;
  text-align: center;
  font-family: "Public Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-headings p {
  color: #313131;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 40px;
}
.paralax-title h2 {
  color: #313131;
  font-family: "Public Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.paralax-title p {
  padding-top: 30px;
  color: #313131;
  font-family: "Roboto Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gold-standard-wrapper {
  background: #e2f2f3;
}

.offering-title h2 {
  color: #fff;
  font-family: "Public Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.offering-title p {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.offering-box {
  border-radius: 30px;
  background-blend-mode: multiply, normal;
}
.offeringA {
  background: linear-gradient(75deg, #00a09c -0.2%, #00565b 101.23%), #fff;
}
.offeringB {
  background: linear-gradient(
      75deg,
      rgba(0, 160, 156, 0.3) -0.2%,
      rgba(0, 86, 91, 0.3) 101.23%
    ),
    #fff;
}
.offering-box {
  display: flex;
  flex-direction: column;
  padding: 60px 40px;
  position: relative;
  min-height: 500px;
}

.offering-title p {
  max-width: 380px;
}

.offering-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.offeringB h2,
.offeringB p {
  color: #313131;
}
.offering-image img {
  border-radius: 0px 0 30px 0px;
}
.footer-wrapper {
  background: #00565b;
}
.copyright {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.75px; /* 154.688% */
}
.footer-wrapper {
  padding: 50px 60px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}

.social-row ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 0;
}
span.bgsep {
  display: block;
  height: 50px;
  width: 1px;
  background: #fff;
}

.social-row a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
/* .login-bg {
  background: linear-gradient(180deg, #3C647C 17.04%, #24526C 48.7%, #23485D 63.33%, #233E4C 88.52%);
  background-size: 400% 400%; 
  animation: gradientMove 3s ease infinite; 
} */
/* 
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.login-bg:after {
    content: "";
    position: absolute;
    background-image: url(../images/luminary/loginbg.svg);
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0.2;
} */

.login-bg {
    background-image: url(../images/loginbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.login-wrapper {
    height: 70vh;
}

.login-logo {
    height: 30vh;
}
.login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 40px;
}

.login-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-heading h3 {
color: #2F3E3A;
text-align: center;
font-family: "PP Neue Montreal";
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.login-heading p {
  color: #f7f8f9;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.loginForm {
    padding: 36px 0 31px;
    width: 100%;
}
.lfield {
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    border: 0;
    padding: 13px 20px 13px 53px;
}
.lfield::placeholder {
color: rgba(49, 49, 49, 0.80);
font-family: "PP Neue Montreal";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.lfield:focus {
  border: 0;
  outline: none;
}
.l-field-block {
  margin-bottom: 32px;
}

.lfield {
  background-repeat: no-repeat;
  background-position: 5% 50%;
}
.email-fieldm {
  background-image: url(icons/emailvec.svg);
}
.pass-fieldm {
  background-image: url(icons/passvec.svg);
  background-position: 6% !important;
}
.forgotlabel a {
    color: #2F3E3A;
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.signin-button {
color: #FFF;
text-align: center;
font-family: "PP Neue Montreal";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
border-radius: 68.571px;
background: #2F3E3A;
display: flex;
width: 424px;
height: 50px;
padding: 0 16.457px 0 21.943px;
justify-content: center;
align-items: center;
gap: 7px;
border: 0;
}
.signin-button .btn-text
{
  font-size: 18px;
}
.forgot-password {
    text-align: center;
    margin-bottom: 36px;
}

.login-submit {
  display: flex;
  justify-content: center;
}
.form-info p {
color: rgba(47, 62, 58, 0.90);
text-align: center;
font-family: "PP Neue Montreal";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.49px;
text-transform: uppercase;
}
.form-info a {
color: rgba(47, 62, 58, 0.90);
text-align: center;
font-family: "PP Neue Montreal";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.49px;
text-transform: uppercase;
text-decoration: none;
}
.error-text {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  text-align: left;
}

.error-field {
  border: 2px solid #ff4d50 !important;
}

.password-wrapper {
  position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 24px;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}
.l-field-block {
  position: relative;
}
.login-screen {
    min-height: 100vh;
    position: relative;
}
.login-form-wrapper {
    
}
.loginForm
{
  width: 426px;
}
.login-logo
{
  position: relative;
  z-index: 999;
}
.login-wrapper
{
  position: relative;
  z-index: 999;
}
.CybotCookiebotDialogBodyButton
{
  border-color: #27556A !important;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #27556A !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    align-items: center;
    color: #27556A !important;
    display: flex;
    font-weight: 600;
    text-decoration: none;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: transparent;
    border-bottom: 1px solid #27556A !important;
    color: #27556A !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #27556A !important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #27556A !important;
}
#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, #CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before {
    border-color: #27556A !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {

    color: #27556A !important;

}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #27556A !important;

}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #27556A !important;
    border-color: #27556A !important;

}
#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: #27556A !important;
}