:root {
    --color-primary: #12284B;
    --color-secondary: #E82277;
    --color-secondary-surface: #FAB31B;
    --color-secondary-surface1: #3EBDAC;
    --color-secondary-surface2: #3B5DAB;
    --color-primary-bg: #F4F0EC;
    --color-secondary-border: #c6d936;
    --color-dark: #000;
    --color-text-light: #ffffff;
    --color-light: #ffffff;
    --color-white: #ffffff;
    --btn-bg1: #3B5DAB;
}

/* -----------------------------------
   Noe Display Regular (OTF)
----------------------------------- */
@font-face {
    font-family: 'NoeDisplay';
    src: url('../fonts/NoeDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* -----------------------------------
   Noe Display Medium Italic (OTF)
----------------------------------- */
@font-face {
    font-family: 'NoeDisplayI';
    src: url('../fonts/NoeDisplay-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* -----------------------------------
   Neue Haas Display Roman
----------------------------------- */
@font-face {
    font-family: 'NeueHaasRo';
    src: url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* -----------------------------------
   Neue Haas Display Medium
----------------------------------- */
@font-face {
    font-family: 'NeueHaasM';
    src: url('../fonts/NeueHaasDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    background-color: #12284B !important;
    font-size: 22px;
    font-family: 'NeueHaasRo';
    font-weight: 400;
}

body.open-menu {
    overflow: hidden;
}


.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Active state */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

section {
    display: flex;
    z-index: 3;
    position: relative;
}

.fixed {
    position: fixed !important;
}

footer {
    z-index: 3;
    position: relative;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.img-fluid img {
    max-width: 100%;
    height: auto;
}

.container {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    width: 100%;
    position: relative;
}

.main-section .row {
    z-index: 2;
}

footer ul,
header ul {
    margin: 0;
    padding: 0;
}

footer li,
header li {
    list-style: none;
}

footer h2 {
    color: var(--color-light);
}

footer h2 span {
    color: #3EBDAC;
}

footer p {
    color: var(--color-light);
    font-size: 24px;
}

a {
    text-decoration: none;
    color: var(--color-text-light);
    font-size: 20px;
    font-weight: 400;
}

a:hover {
    color: var(--color-secondary);
}

p a {
    color: var(--color-primary);
    border-bottom: 1px solid;
}
.font-24 {
	font-size: 24px;
}

.flex {
    display: flex;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 32px !important;
}

.mt-40 {
    margin-top: 40px !important;
}


.w-100 {
    width: 100%;
}

.mx-w-100 {
    max-width: 100%;
}

.row-width-100 {
    width: calc(100% + 30px);
}

.color-primary {
    color: var(--color-primary) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

.color-white {
    color: var(--color-light) !important;
}

.color-dark {
    color: var(--color-text-dark);
}
.trusted p {
    max-width: 770px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 96px;
    line-height: 107px;
    color: var(--color-light);
    margin-bottom: 24px;
    font-weight: 500;
    position: relative;
    font-family: 'NoeDisplay', serif;
    font-weight: 400;
    padding-bottom: 20px;
}

h1>span {
    color: var(--color-secondary-surface);
    font-family: 'NoeDisplayI';
}


h1 strong,
h1 b {
    color: var(--color-white);
}

h2 {
    font-size: 64px;
    line-height: 1.25;
    color: var(--color-primary);
    margin-bottom: 12px;
    font-weight: 400;
    position: relative;
    font-family: 'NoeDisplay', serif;
    font-weight: 400;
}

h2>span {
    color: #3EBDAC;
    font-family: 'NoeDisplayI';
}
.feature-banner p strong {
    color: #3EBDAC;
}


h2 strong,
h2 b {
    color: var(--color-primary);
    font-weight: 800;
}

h3 {
    font-size: 42px;
    line-height: 50px;
    color: var(--color-text-dark);
    font-weight: 400;
}

h4 {
    font-size: 30px;
    line-height: 37px;
    color: var(--color-secondary);
    margin-bottom: 8px;
    font-weight: 700;
}

h4 strong,
h4 b {
    font-weight: 800;
}

h5 {
    color: var(--color-dark);
    font-size: 20px;
    margin-bottom: 16px;
}

h6 {
    font-size: 24px;
    color: var(--color-text-dark);
    margin-bottom: 12px;
}

p {
    color: var(--color-text-dark);
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
}

p strong,
p b {
    color: var(--color-secondary-surface);
    font-weight: 900;
}

ol,
ul {
    margin-bottom: 32px;
}

li {
    color: var(--color-text-dark);
    font-size: 20px;
    line-height: 32px;
}

li>ul {
    margin-top: 10px;
}

.featured-list {
    margin-top: 42px;
}

.featured-list>li {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.featured-list>li>.list-icon {
    width: 74px;
    height: 74px;
    display: block;
    flex: 0 0 auto;
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
}

.btn-text {
    font-weight: 700;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-secondary);
}

.btn-primary {
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    color: #fff;
    background-color: var(--color-secondary);
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    display: inline-block;
    gap: 10px;
    padding: 12px 32px 10px 32px;
    font-size: 20px;
    line-height: 36px;
    border-radius: 43px;
}
.main-section .btn-primary {
	background: #007580;
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--color-primary);
    background: var(--color-secondary-surface);
}

.btn-primary:hover img {
    content: url('https://peru-elephant-241766.hostingersite.com/wp-content/themes/infusio/assets/images/btn2.svg');
}

.btn-primary:active {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: var(--color-secondary);
    opacity: 0.65;
    cursor: not-allowed;
}
header .menu-button {
    display: none !important;
}

header .main-menu-desk {
    display: block !important;
}

header nav {
    display: block !important;
}

/* secondaty btn */
.btn-secondary {
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    color: var(--color-primary);
    background-color: var(--color-secondary);
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    display: flex;
    gap: 10px;
    padding: 10px 10px 10px 22px;
    font-size: 20px;
    line-height: 36px;
    border-radius: 43px;
    border: 1px solid var(--color-secondary);
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--color-primary);
    background: var(--color-light);
    border: 1px solid var(--color-secondary);
    border: 1px solid var(--color-light);
}

.btn-secondary:hover img {
    content: url('https://peru-elephant-241766.hostingersite.com/wp-content/themes/infusio/assets/images/btn3.svg');
}

.btn-secondary:active {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    background-color: var(--color-primary);
    opacity: 0.65;
    cursor: not-allowed;
}


.btn-group {
    display: flex;
    gap: 30px;
}

label {
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    color: var(--color-text-dark);
    margin-bottom: 8px;
}

input,
textarea {
    font-size: 15px;
    border-radius: 9px;
    width: 100%;
    color: var(--color-text-dark);
    padding: 13px 22px;
    border: 0.5px solid var(--color-text-dark);
    outline: none;
}

.input-group {
    position: relative;
}

.input-group input {
    width: -webkit-fill-available;
}

.input-group button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border-radius: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 3px;
    margin-right: 3px;
    height: calc(100% - 6px);
}

blockquote p {
    font-style: italic;
    font-size: 25px;
    line-height: 30px;
    color: var(--color-secondary);
    margin: 0;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-details>li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.contact-details>li svg {
    fill: var(--color-secondary);
    max-width: 18px;
}

.contact-details>li a {
    font-size: 18px;
    color: var(--color-primary);
}

.info-box {
    padding: 58px 63px 56px;
}

.info-box p {
    margin-bottom: 0;
}

.col-span-xl-6 {
    width: 50%;
}

.align-center {
    display: flex;
    justify-content: center;
}

.text-container {
    width: 768px;
    margin: 0 auto;
}

small {
    color: red;
    font-size: 12px;
    margin: 3px 10px;
    position: absolute;
}

/* Table styles */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 768px;
    margin: 25px 0 54px;
}

table,
th,
td {
    border: 1px solid var(--color-primary-border);
}

thead {
    background-color: var(--color-light);
}

thead td {
    font-weight: 700;
    color: var(--color-primary-border);
    font-size: 18px;
    line-height: 27px;
}

th,
td {
    padding: 29px 12px;
    text-align: center;
}

tbody tr:hover {
    background-color: #f9f9f9;
}

section.default {
    padding-top: 90px;
    padding-bottom: 90px;
}

.bg-grey {
    background-color: var(--color-light);
}


/* Container */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Base row */
.row {
    display: flex;
    flex-wrap: wrap;
}

/* Default: extra small (xs) â€” mobile first */
[class*="col-"] {
    flex: 0 0 auto;
    padding: 0 15px;
}

/* XS Columns (mobile) */
.col-1 {
    flex-basis: 8.33%;
    max-width: 8.33%;
}

.col-2 {
    flex-basis: 16.66%;
    max-width: 16.66%;
}

.col-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.col-5 {
    flex-basis: 41.66%;
    max-width: 41.66%;
}

.col-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-7 {
    flex-basis: 58.33%;
    max-width: 58.33%;
}

.col-8 {
    flex-basis: 66.66%;
    max-width: 66.66%;
}

.col-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-10 {
    flex-basis: 83.33%;
    max-width: 83.33%;
}

.col-11 {
    flex-basis: 91.66%;
    max-width: 91.66%;
}

.col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

/* SM â‰¥ 576px */
@media (min-width: 576px) {
    .col-sm-1 {
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col-sm-2 {
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col-sm-5 {
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col-sm-8 {
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col-sm-11 {
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* MD â‰¥ 768px */
@media (min-width: 768px) {
    .col-md-1 {
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col-md-2 {
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col-md-5 {
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col-md-8 {
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col-md-11 {
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* LG â‰¥ 992px */
@media (min-width: 992px) {
    .col-lg-1 {
        flex-basis: 8.33%;
        max-width: 8.33%;
    }

    .col-lg-2 {
        flex-basis: 16.66%;
        max-width: 16.66%;
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .col-lg-5 {
        flex-basis: 41.66%;
        max-width: 41.66%;
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex-basis: 58.33%;
        max-width: 58.33%;
    }

    .col-lg-8 {
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex-basis: 83.33%;
        max-width: 83.33%;
    }

    .col-lg-11 {
        flex-basis: 91.66%;
        max-width: 91.66%;
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}


/* Flexbox Utilities */

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}


/* Hide on all screens */
.col-hide {
    display: none !important;
}

/* Extra Small (Phones <576px) */
@media (max-width: 575.98px) {
    .col-xs-hide {
        display: none !important;
    }
}

/* Small (â‰¥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .col-sm-hide {
        display: none !important;
    }
}

/* Medium (â‰¥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-md-hide {
        display: none !important;
    }
}

/* Large (â‰¥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .col-lg-hide {
        display: none !important;
    }
}

/* Extra Large (â‰¥1200px) */
@media (min-width: 1200px) {
    .col-xl-hide {
        display: none !important;
    }
}



/* Simple Spacing Utilities */
.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}



/* Small Container Padding for Mobile */
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
	.font-24 {
		font-size: 16px;
	}
}



header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-primary);
    transition: background-color 0.3s ease;
    box-shadow: 0px 6px 12px 0 #00000026;
    padding: 15px 5%;
    position: relative;
    z-index: 99;
}

header.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-primary);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

header.scrolled>div img {
    /* margin-top: 12px; */
}

header .menu-button {
    display: flex;
}

header .mobile-menu.open {
    transform: translateX(0%);
}

header .logo>a {
    display: block;
}


header>div img {
    max-width: 100%;
}


header nav.scrolled {
    background-color: #fff;
}

header nav ul {
    display: flex;
    gap: 36px;
}

header nav ul li {
    cursor: pointer;
}
/* 
header nav ul li:last-child {
    background-color: var(--btn-bg1);
    color: var(--color-light);
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s all;
}

header nav ul li:last-child:hover {
    background-color: var(--color-secondary);
}

header nav ul li:last-child:hover a {
    color: var(--color-light);
} */

header nav ul li>a {
    color: var(--color-light);
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    transition: all 0.3s ease-in-out;
    font-family: 'NeueHaasRo';
}

header nav ul li>a:hover {
    color: var(--color-secondary-surface);

}

header nav ul li:hover>a,
header nav ul li.current-menu-item>a {
    color: var(--color-secondary-surface);

}

header .menu-button {
    width: 28px;
    height: 21px;
    position: relative;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99999;
    display: none;
}

header .bar {
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    background-color: var(--color-secondary);
    transition: all 0.3s ease;
}

header .open .bar:nth-child(1) {
    transform: rotate(45deg) translate(8px, 5px);
}

header .open .bar:nth-child(2) {
    opacity: 0;
}

header .open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -5px);
}

header .mobile-menu {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    transform: translateX(-100%);
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

header .mobile-menu .img-wrapper {
    padding: 30px 40px;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

header .mobile-menu .img-wrapper>div>a {
    display: inline-block;
    margin-bottom: 45%;
}

header .mobile-menu>div {
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
}

header .mobile-menu .contact-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

header .mobile-menu .contact-content>li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

header .mobile-menu .contact-content svg {
    fill: var(--color-light);
    max-width: 18px;
}

header .mobile-menu .contact-content a {
    font-size: 15px;
    line-height: 1;
    color: var(--color-light);
    font-weight: 700;
}

header .mobile-menu .nav-wrapper {
    min-height: 400px;
    overflow-y: auto;
}

header .mobile-menu .nav-wrapper>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

header .mobile-menu .nav-wrapper ul {
    padding: 0;
    text-align: right;
    width: 55%;
}

header .mobile-menu .nav-wrapper ul .dropdown-menu {
    width: 100%;
}

header .mobile-menu .nav-wrapper ul li {
    margin-bottom: 25px;
    width: 100%;
}

header .mobile-menu .nav-wrapper ul li:last-child {
    margin-bottom: 0;
}

header .mobile-menu .nav-wrapper ul li a {
    font-size: 25px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
}

header .mobile-menu .nav-wrapper ul li a:hover {
    color: var(--color-secondary);
}

header .mobile-menu .nav-wrapper ul li ul {
    padding: 0;
    margin-top: 0;
}

header .mobile-menu .nav-wrapper ul li ul li {
    margin-bottom: 0;
}

header .mobile-menu .nav-wrapper ul li ul li a {
    font-size: 15px;
    line-height: 25px;
}

header .mobile-menu .nav-wrapper ul li.active>a {
    color: var(--color-secondary);
}



/* Responsive Styles */


@media (max-width: 1060px) {
    header .main-menu-desk {
        display: none;
    }

    header .menu-button {
        display: block;
    }

    header {
        align-items: center;
        padding: 20px 60px;
        height: unset;
    }

    header>div img {
        margin-left: 0;
    }

    header nav {
        display: none;
    }
}

@media (max-width: 767px) {
    header .main-menu-desk {
        display: none;
    }

    header .menu-button {
        display: block;
    }

    header {
        padding: 20px 24px;
    }

    header>div {
        width: 75%;
    }

    header>div.logo {
        z-index: 99999;
    }

    .logo {
        text-align: left;
    }

    .logo img {
        max-width: 50%;
    }

    .mobile-menu .img-wrapper {
        display: none !important;
    }

    .mobile-menu>div {
        flex: 0 0 auto;
        width: 100% !important;
        height: 100%;
    }

    .mobile-menu .nav-wrapper>div {
        justify-content: flex-end !important;
        height: 100% !important;
    }
}


.main-section {
    position: relative;
    overflow: hidden;
    padding: 128px 0 146px;
    background: var(--color-primary);
    overflow: visible;
	flex-direction: column;
}
.main-section.hero-banner {
	background: url("https://darkgray-marten-158037.hostingersite.com/wp-content/uploads/2025/12/Group-38-1.svg") no-repeat center top/cover;
}
.main-section.hero-banner.home-banner {
	background: url("https://ohp.org/wp-content/uploads/2026/01/Group-38-1.webp") no-repeat center top/cover;
}

.main-section .bannerimg {
    position: absolute;
    right: 0px;
    width: auto;
    z-index: 1;
    content: '';
    position: fixed;
    top: 130px;
    right: 0px;
    /* height: 100%; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
}
.banner-imgg{
	border-radius:24px;
}

.parallax {
    --px: 0px;
    --py: 0px;
    transform: translate3d(var(--px), var(--py), 0);
    will-change: transform;
    pointer-events: none;
    transition: transform 0.08s linear;
}


.main-section .bannerimg1 {
    position: fixed;
    bottom: clamp(-35px, -2vw, 190px);
    left: clamp(20px, 9vw, 82px);
}

.main-section .e1 {
    top: clamp(-24px, -11vw, -70px);
    left: 23%;
    position: fixed;
}

.main-section .e2 {
    top: 40%;
    left: clamp(2%, 4vw, 6%);
    position: fixed;
}

.main-section .e3 {
    bottom: clamp(-15px, 0vw, 146px);
    right: clamp(20px, 9vw, 82px);
    position: fixed;
}


.hero-banner .para {
    margin-top: 80px;
}

.hero-banner ul {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.hero-banner ul li {
    list-style: none;
    color: var(--color-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-banner ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* circle icon */
    display: inline-block;
    flex-shrink: 0;
}

.bg0::before {
    background-color: var(--color-secondary-surface);
}

.bg1::before {
    background-color: #6E2876;
}

.bg2::before {
    background-color: var(--color-secondary-surface1);
}

.bg3::before {
    background-color: var(--color-secondary-surface2);
}

.bg4::before {
    background-color: var(--color-secondary-surface);
}

.bg5::before {
     background-color: #6E2876;
}

.c1 {
    bottom: clamp(-14px, -11vw, -70px);
    right: 20%;
}

/* stays behind content */
.what img.what-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.main-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.main-section .container,
.what .container {
    position: relative;
    z-index: 3;
    color: white;
}
.what h2 span {
	color: var(--color-secondary-surface1);
}

.main-section .feature-banner p {
    color: var(--color-light);
    font-weight: 500;
    text-align: left;
}

.main-section .feature-banner .btn-primary-lg {
    /* font-weight: 500; */
}

/* ======= Section: Why Choose ======= */
.section-why-choose {
    position: relative;
}

.section-why-choose::after {
    content: '';
    width: 418px;
    height: 862px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/images/mask-why-choose-bg.png');
    background-repeat: no-repeat;
    z-index: -1;
}

/* ======= Content Section ======= */
.content-section {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

.content-section::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('//shape-right.png') no-repeat;
    width: 157px;
    height: 658px;
}

/* ======= Responsive ======= */
@media (min-width: 992px) and (max-width: 1190px) {
    .content-section img {
        margin-left: 0 !important;
    }
}

@media (max-width: 992px) {
    .main-section {
        position: relative;
    }

    .content-section {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    header .mobile-menu .nav-wrapper ul {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .feature-banner p {
        margin-right: 0;
    }

    .content-section img {
        max-width: 60%;
    }

    .main-section {
        padding: 50px 0 60px;
    }



    .btn-group {
        gap: 16px;
    }

    .section-why-choose::after {
        content: none;
    }

    .what {
        padding: 50px 0 0 !important;
    }

    .what .s1 {
        width: 150px !important;
        left: -5% !important;
        top: -5% !important;
    }

    .what .s2 {
        max-width: 120px !important;
        bottom: -5% !important;
    }
}

@media (max-width: 576px) {
    .main-section .feature-banner p {
        margin-right: 0;
    }
}

@media (max-width: 490px) {
    /* Commented SCSS code skipped as it was inactive */
}

@media (max-width: 420px) {
    /* Commented SCSS code skipped as it was inactive */
}


/* Featured List */
.featured-list li {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.featured-list .list-icon {
    width: 74px;
    height: 74px;
    text-align: center;
}

/* Text & Layout Helpers */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.mx-w-100 {
    max-width: 100%;
}

.color-secondary {
    color: #333 !important;
}



.mb-32 {
    margin-bottom: 32px !important;
}

.my-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
}

/* Info & Contact */
.info-box {
    padding: 58px 63px;
}

.contact-details li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.contact-details a {
    color: #007bff;
    font-size: 18px;
    text-decoration: none;
}

/* Tabs */
.tab-header {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-header button {
    font-size: 15px;
    line-height: 21px;
    padding: 0px 0px 4px;
    border: none;
    cursor: pointer;
    color: #295073;
    background: transparent;
    border-bottom: 2px solid transparent;
}

.tab-header button.active {
    border-bottom: 2px solid #333;
}

.tab-content {
    padding-top: 36px;
}

/* Table */
.table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0 54px;
    color: #333;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 20px 12px;
    text-align: center;
}

.table thead {
    background: #f5f5f5;
}

/* Section */
section.default {
    padding: 90px 0;
}


.rel {
    position: relative;
    display: flex;
    align-items: center;
}

.abs {
    position: absolute;
}

.what {
    position: relative;
    width: 100%;
    padding: 170px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.what p {
    max-width: 700px;
}

.what .s1 {
    top: -13%;
    left: -10%;
}

.what img.z-1 {
    box-shadow: 0px 10px 30px 0px #00000033;
    border-radius: 24px;
}

.what .s2 {
    right: 0;
    bottom: -10%;
}

.z-0 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.trusted {
    background-color: var(--color-primary-bg);
    padding: 120px 0px;
}

.trusted h2 span {
    color: var(--color-secondary);
    font-size: 128px;
	font-family: 'NoeDisplay', serif;
}

.trusted h2 .count {
    font-size: 200px;
    line-height: 1;
}

.trusted h4 {
    color: var(--color-dark);
    font-family: 'NoeDisplay', serif;
    font-weight: 400;
    font-size: 40px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.numbers {
    font-variant-numeric: tabular-nums;
}

.trusted p {
    color: var(--color-dark);
    font-family: 'NoeDisplay', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
}

.operators {
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	background-position: center;
}

.operators h2 span {
    color: #3EBDAC;
}

.operators p {
    color: var(--color-light);
}
.operators .p-100 {max-width:100%; width:100%;}
.operators .area h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
	max-width: 300px;
	margin: 0;
}


.operators-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.operators-grid .area {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
    max-width: 600px;
}

.operators p {
    margin-bottom: 0;
    max-width: 600px;
    font-size: 24px;
}

.operators-grid p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
}

.testimonials {
    padding: 120px 0px;
    background-color: var(--color-primary-bg);
}

.testimonials h2 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
    color: var(--color-dark);
    transition: opacity 0.2s linear;
    display: inline-block;
    font-family: 'NeueHaasRo';
}
.scroll-fade-text,
.scroll-fade-text2 {
  transition: opacity 0.2s linear;
  display: inline-block;
}

.scroll-fade-text span,
.scroll-fade-text2 span {
  opacity: 0.2;
  transition: opacity 0.25s ease-out;
	color: var(--color-primary);
	font-family: 'NeueHaasRo';
}
.scroll-fade-text2 span {
	font-weight: 600;
	color: #3B5DAB;
}

footer {
    padding: 74px 5% 50px;
    background-color: var(--color-primary);
    /* Replace with your actual $color-primary */
    opacity: 1;
}

.footer-menu-desk {
    display: flex;
    gap: 36px;
}

.footer-menu-desk li a {
    color: var(--color-light);
    font-weight: 300;
    font-size: 16px;
}

.footer-menu-desk li a:hover {
    color: var(--color-secondary);
}

footer .logo img {
    max-width: 250px;
}

.footer-logo a {
    display: block;
}

.footer-content {
    max-width: 670px;
    margin-right: 78px;
}

.footer-content h4 {
    color: #fff;
}

.footer-content p {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.copyright-text {
    color: #fff;
    /* Replace with $color-light */
    font-size: 16px;
    text-align: left;
    margin-top: 18px;
    opacity: 0.7;
}

.copyright-text2 {
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin-top: 18px;
    opacity: 1;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.copyright-text2 a {
    color: var(--color-light);
    font-size: 16px;
    border: 0px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .footer-container {
        width: calc(100% - 30px);
    }
}

@media (max-width: 767px) {
    .copyright-text {
        font-size: 16px;
        text-align: center;
    }
	.operators .my-98 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
    .copyright-text2 {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .row {
        margin-right: auto;
        margin-left: auto;
    }
	.trusted h4 {
		justify-content: center;
	}

    footer {
        padding: 50px 24px 30px;
    }

    footer ul {
        margin: 0;
        padding: 0;
        display: block !important;
        text-align: center;
    }

    .footer_copy {
        display: block !important;
        text-align: center;
    }

        .operators-grid {
        flex-wrap: wrap;
        margin-top: 50px;
    }
	.operators-grid img {
    max-width: 80px;
}
	.operators-grid p {
    font-size: 16px;
    margin-top: 10px;
}
}

@media (min-width: 1170px) and (max-width: 1280px) {
    .footer-logo {
        margin-left: 0;
    }
}

@media (max-width: 1169px) {
    .footer-container {
        text-align: center;
    }

    .footer-container .row {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    .footer-content {
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-logo {
        margin-left: 0;
    }
}

.contact-form {
    padding: 31px 63px;
    background-color: #f5f6e7;
    border-radius: 14px;
}

.contact-form p {
    margin-bottom: 0px;
}

a.back-to-top {
    color: #98a729;
    text-decoration: underline;
    font-size: 15px;
    line-height: 31px;
    font-weight: 400;
}

.hr {
    border-top: 1px solid rgb(255 255 255 / 40%);
}

.inner-bg {
    background: var(--color-primary);
}

.btn-bg {
    background: var(--color-secondary);
}

.main-section.inner-bg .feature-banner p {
    color: var(--color-light);
}

.main-section.inner-bg .feature-banner p strong {
    color: var(--color-secondary);
    font-weight: 900;
    font-size: 20px;
}
.main-section .feature-banner .thankyou{
	width: 61%;
    margin: 0 auto;
}
.main-section .feature-banner .thankyou p{
	text-align:center;
}
.main-section .feature-banner .thankyou p a{color:var(--color-light); text-decoration:none; font-weight:900; border:0px;}


.inner-sec {
    background-color: var(--color-light);
    padding: 120px 0px;
}

.inner-sec ul {
    margin: 0;
    padding: 0;
}

.inner-sec ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    /* space for the icon */
    margin-bottom: 10px;
}

.inner-sec ul li::before {
    content: '';
    /* required for ::before to show */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* vertically center */
    width: 20px;
    /* adjust to your icon size */
    height: 20px;
    /* adjust to your icon size */
    background-image: url(../images/path76.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.inner-sec .contact {
    background-color: var(--color-light);
    text-align: center;
    border-radius: 10px;
    border: 0.5px solid lightgray;
    padding: 30px 20px;
    min-height: 400px;
    margin-bottom: 10px;

    /* Flexbox center */
    /* display: flex; */
    flex-direction: column;
    /* stack items vertically */
    justify-content: center;
    /* center vertically */
    align-items: center;
    /* center horizontally */
    gap: 12px;
    /* spacing between items */
}



/* Center the UL */
.side {
    margin: 0 auto;
    padding: 0;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 25px;
    /* row-gap column-gap */
    margin-left: 3%;
}

/* Base: Desktop - 3 columns */
.side li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    color: var(--color-light);
    text-align: left;
    flex: 0 0 calc(25.333% - 21px);
    /* 3 columns */
    box-sizing: border-box;
}

.feature-banner.text-left.fade-in.mt-4.show p a {
    color: #fff;
}

/* Tablet & Mobile: 2 columns */
@media (max-width: 991px) {
    .side li {
        flex: 0 0 calc(50% - 20px);
        /* 2 cols */
    }
}

/* Small Mobile: 1 column */
@media (max-width: 575px) {
    .side {
        margin-left: 0%
    }

    .side li {
        flex: 0 0 calc(50% - 20px);
        font-size: 13px;
    }
}

/* Icon styling */
.side li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-image: url(../images/path76.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* DEFAULT: Mobile first â€” image first, text second */
.custom-img {
    order: 1;
}

.custom-text {
    order: 2;
}

.hubspot-form {
    background: #E82277;
    padding: 32px 24px;
    border-radius: 24px;
    min-width: 600px;
    margin: 0 auto;
    min-height: 528px;
    text-align: left;
}
.hubspot-form p {
	color: #12284B;
}
.hubspot-form p {
    color: #FFFFFF;
    font-weight: 700;
}

/* SELECT FIELD */
.hubspot-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image: url('../images/vector.png');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px 9px;

    padding: 20px 16px;
    padding-right: 48px;

    cursor: pointer;
    border-radius: 100px;
    width: 100%;

    background-color: #ffffff; /* select bg */
    border: 1px solid #ccc;
}

/* DROPDOWN OPTIONS */
.hubspot-form select option {
    background-color: #ffffff; /* same as select bg */
    color: #000;
    padding: 12px 16px;
}

/* FIRST OPTION (TOP) */
.hubspot-form select option:first-child {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

/* LAST OPTION (BOTTOM) */
.hubspot-form select option:last-child {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}


.hubspot-area{display:flex;}
.hubspot-area > div{display:none;}
.hubspot-form .hubspot-area .hs-form-frame{
	width: 100%;
    min-width: 480px;
}



@media (max-width: 1300px) {
    h1 {
        font-size: 96px;
        line-height: 100px;
    }

    .main-section .bannerimg {
        width: 280px !important;
    }

    .main-section .e1 {
        max-width: 200px;
    }
    .main-section .bannerimg1 {
    max-width: 200px;
}
	.trusted h2 span {
    font-size: 90px;
}
	.trusted h2 .count {
    font-size: 150px;
}
}

/* Desktop (>= 992px) â€” restore alternating layout */
@media (min-width: 992px) {
    .row-odd {
        margin: 120px 0px;
    }

    /* Even rows: text left, image right */
    .row-even .custom-text {
        order: 1;
    }

    .row-even .custom-img {
        order: 2;
        text-align: right;
    }

    /* Odd rows: image left, text right */
    .row-odd .custom-text {
        order: 2;
    }

    .row-odd .custom-img {
        order: 1;
        text-align: left;
    }
    .main-section .e1 {
        max-width: 200px;
    }
}


/* Responsive Styles */

@media (max-width: 992px) {


    h1 {
        font-size: 80px;
        line-height: 90px;
    }

    h3 {
        font-size: 44px;
        margin-bottom: 28px;
    }

    h5 {
        font-size: 28px;
        margin-bottom: 16px;
        line-height: 40px;
    }

    p, li {
        font-size: 18px;
        line-height: 30px;
    }

    .main-section .bannerimg {
        width: 180px !important;
    }

    .main-section .e1,
    .main-section .e2,
    .main-section .e3 {
        display: none;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .trusted h2 span {
        font-size: 60px;
    }
    	.trusted h2 .count {
        font-size: 100px;
    }
	.operators-grid {
		margin-top: 50px;
	}

    .testimonials img {
        max-width: 100px;
    }

    .testimonials {
        text-align: center;
    }

    section.main-section.hero-banner {
        padding: 60px 0;
    }

    .hero-banner .para {
        margin-top: 50px;
    }

    .hero-banner ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .main-section .bannerimg1 {
        left: 20px;
        max-width: 150px;
        bottom: -20%;
    }

    h2 {
        font-size: 52px;
        line-height: 1.2;
    }

    .trusted p {
        font-size: 32px;
        line-height: 1.3;
    }

    section.trusted {
        padding: 70px 0;
    }

    .operators .area h3 {
        font-size: 30px;
        line-height: 1.2;
    }

    .operators {
        padding: 50px 0;
    }

    .testimonials {
        padding: 60px 0;
    }

    .testimonials h2 {
        font-size: 35px;
        line-height: 1.3;
        text-align: left;
    }

    .testimonials .row>div.col-md-2 {
        max-width: 25% !important;
        flex-basis: 25% !important;
    }

    .testimonials .row>div.col-md-8 {
        flex-basis: 75% !important;
        max-width: 75% !important;
    }

    footer {
        padding: 50px 5% 30px;
    }

    footer h2 {
        line-height: 1.2;
    }

    footer .logo img {
        max-width: 300px;
    }
	.main-section .feature-banner .thankyou{
	width: 100%;
    margin: 0 auto;
}
}

@media (max-width: 767px) {
    h1 {
        font-size: 45px;
        line-height: 60px;
    }

    h2 {
        font-size: 45px;
        line-height: 1.2;
        margin-bottom: 28px;
        text-align: center;
    }
    .main-section h2 {
        margin-bottom: 10px;
    }

    h3 {
        font-size: 32px;
        margin-bottom: 28px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }
    .main-section h1 {
        margin-bottom: 0;
    }
	.text-sm-center {
   		text-align: center !important;
	}
	
    .trusted h2 span {
        font-size: 60px;
    }
    	.trusted h2 .count {
        font-size: 100px;
    }

    .trusted p {
        font-size: 32px;
    }

    .trusted {
        padding: 70px 0;
    }
	.operators .area h3 {
		font-size: 22px;
	}

    .what img.abs.parallax {
        display: none;
    }

    p,
	li,
    .btn-primary {
        font-size: 16px;
    }

    section.default {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .main-section .bannerimg {
		display: none;
        width: 75px !important;
        top: 270px;
    }
	.what p {
        text-align: center;
    }

    .main-section .bannerimg1, .img.abs.c1.parallax {
        display: none;
    }

    .hero-banner .para {
        margin-top: 40px;
    }

    .hero-banner ul {
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .hero-banner ul li {
        justify-content: center;
    }

    .trusted p {
        text-align: center;
    }

    .operators,
    .testimonials {
        padding: 50px 0;
    }

    .testimonials {
        text-align: center;
    }

    .testimonials h2 {
        line-height: 40px;
        font-size: 35px;
    }

    header .mobile-menu {
        background-color: var(--color-primary);
    }

    header .mobile-menu .nav-wrapper ul li a {
        color: var(--color-light);
    }

    header nav ul li:last-child {
        padding: 0px;
    }

    header .mobile-menu .nav-wrapper ul {
        padding: 0;
        text-align: right;
        width: 100%;
        text-align: center;
    }

    .flex {
        display: block;
    }

    footer h2 {
        line-height: 1.2;
    }
	.testimonials img {
        max-width: 85px;
    }
	.main-section .feature-banner p {text-align:center;}
	.text-right{
		text-align:center!important;
	}
	.rel{display:block;}
	footer li{
		margin-bottom:15px;
	}
	
	.hubspot-form{min-width:100%; min-height:100%;}
	.main-section .feature-banner .thankyou{
	width: 100%;
    margin: 0 auto;
}
}

@media (max-width: 434px) {
    .featured-list .list-icon {
        width: 44px;
        height: 44px;
    }
	[class*="col-"] {
    	flex: 0 0 auto;
    	padding: 0 5px;
	}
	.container {
        padding: 0 5px;
    }
	 .main-section h1 {
        margin-bottom: 0;
        font-size: 37px;
    }
}
}