@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

img {
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.section {
    padding: 60px 0;
}

.blue-section {
    background: #0E3059;
    color: #fff;
}

img.logo {
    width: 130px;
}

.hero {
    background: #0E3059;
}

.hero h2 {
    font-size: 38px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #02fff1fc;
    line-height: 1.2;
}

.hero span {
    font-size: 16px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #F3F6FA;
    display: block;
}

.hero-sub-text {
    font-size: 18px;
    text-align: left;
    margin: 10px 0;
    color: #F3F6FA;
}

.hero ul li img {
    width: 20px;
}

.hero ul li {
    font-size: 16px;
    color: #F3F6FA;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1.4;
}
.hero .col-sm-5{
    position: relative;
}
.hero-sec-img {
    width: 100%;
    height: 589px;
    overflow: hidden;
    position: absolute;
    top: -108px;
    transform: scale(0.85);
}
.cta {
    background: linear-gradient(90deg, #1CB5E0 0%, #00D2A4 100%);
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 30px;
}

.form-field label {
    width: 100%;
    position: relative;
}

.form-field label i {
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 8px;
    opacity: 0.5;
    font-size: 16px;
    color: #000;
}

.form-field input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px 32px;
}

.hero-form {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

button.cta {
    border: none;
}

.service-box img {
    width: 50px;
    margin-bottom: 10px;
}

.service-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.service-box {
    padding: 20px 40px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.section-header h2 {
    font-weight: 700;
}

.section-header p {
    font-size: 20px;
}

.section-header {
    margin-bottom: 40px;
}

.icon-box {
    padding: 40px 20px;
    border: 1px solid #00D2A4;
    margin: 20px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.icon {
    flex: 0 0 8%;
}

.number-icon .icon {
    font-size: 100px;
    font-weight: 800;
    color: #ffff;
    opacity: 0.5;
}

.icon-text-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #02fff1fc;
}

.icon-text-box p {
    font-size: 20px;
}

section.section.bio img {
    margin-top: -60px;
    border-bottom: 1px solid #000;
}

.trial .section-header {
    margin-bottom: 20px;
}

.trial .section-header h2 {
    color: #0e3059;
}

.trial .section-header p {
    color: #0e3059;
    font-weight: 400;
    font-size: 16px;
    margin: 0 60px 0 0;
}

.faq .accordion-button {
    box-shadow: none;
    background: #fff;
    border-bottom: 2px solid #0E3059;
    padding: 25px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0E3059;
}

.accordion-header,
.form-section h2,
.newsletter-content h2,
.newsletter-content p {
    margin: 0;
}

.faq .accordion-body {
    padding-top: 25px;
}

.faq .accordion-item {
    border: none;
}

img.footer-logo {
    width: 180px;
    /* background: #fff; */
    padding: 10px;
    border-radius: 5px;
}

.footer-column {
    padding: 20px 0;
}

.footer-column h4 {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    color: #02fff1fc;
}

.footer-column h4:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #02fff1fc;
    bottom: -8px;
}

.footer-column li a {
    font-size: 15px;
    color: #f9fafb;
}

.copyright {
    margin: 0;
    padding: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.content-page h2 {
    font-size: 20px;
    font-weight: 700;
}

.content-page .section-header h2 {
    font-size: 25px;
    margin-top: 0;
}

.main-content p,
.main-content li {
    font-weight: 400;
}

.main-content ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.content-page h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

.navbar-text .cta {
    margin: 0;
    color: #fff !important;
}

.contact-info {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.contact .section-header h2,
.contact .section-header p {
    color: #0E3059;
}

.contact-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.contact-item p,
.contact-item a {
    color: #ffffff;
}
.contact-info {
    margin-bottom: 15px;
    border: 1px solid #02fff1fc;
    display: flex;
    height: 100%;
    align-items: center;
    background: #02fff124;
}
.contact .col-sm-4 {
    margin-bottom: 20px;
}
.contact .hero-form {
    border: 1px solid #02fff1fc;
    margin-top: 30px;
}

/* 🔹 Trigger Button */
.open-popup-btn {
    cursor: pointer;
    transition: 0.3s;
}

.open-popup-btn:hover {
    /* background: linear-gradient(90deg, #005fcc, #00a3e0); */
    transform: translateY(-2px);
}

/* 🔹 Popup Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* 🔹 Popup Box */
.popup-box {
    background: white;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    text-align: left;
}
.popup-box .section-header {
    text-align: left;
    margin: 0 0 15px 0;
}
.popup-box .section-header h2{
    font-size: 16px;
}
/* 🔹 Close Button */
.popup-box .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}
.popup-box .cta{
 margin-top: 10px;
}
.thankyou-box {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.thankyou-box h2 {
    color: #0e3059;
    font-weight: 800;
    font-size: 36px;
}
.thankyou-box h3 {
    color: #0e3059;
    font-weight: 600;
    font-size: 20px;
}
.thankyou-box p {
    color: #0e3059;
    margin: 0;
}