:root {
    --aposan-blue: #2db14b;
    --aposan-green: #2db14b;
    --aposan-light-blue: #F0F5FF;
    --aposan-bg: #FFFFFF;
    --text-dark: #db2d27;
    --text-body: #5A6780;
}
html,
body {
    overflow-x: hidden;
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
body {
    min-height: 100vh;
    width: 100%;
}
.section-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
}
.section-subtitle {
    font-size: 18px;
    color: var(--text-body);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.subsection-title {
    font-size:36px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
}
/* Header */
.aposan-header {
    background-color: #fff;
    border-bottom: 1px solid #E5E9F2;
    padding: 10px 0;
}
.aposan-header .navbar-brand img {
    height: 60px;
}
.navbar {
    padding: 0px;
}
.navbar-brand {
    padding: 0px;
}
.aposan-header .nav-link {
    color: var(--text-dark);
    font-weight: 500;
    margin: 0px;
}
.aposan-header .phone-number {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--text-dark);
    padding: 8px 20px;
    border-radius: 10px;
    gap: 5px;
}
.aposan-header .phone-number img {
    margin-right: 8px;
}
.btn-sm-aposan {
    background-color: var(--aposan-blue);
    border: none;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 8px;
}
/* Hero Section */
.hero-section,
.hero-section-2 {
    background-color: var(--aposan-light-blue);
    padding: 100px 0;
    background-image: url('../images/banner-pen.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-section-2 {
    background-image: url('../images/banner-injection.jpg');
}
.hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
}
.hero-content .subheading {
    font-size: 18px;
    margin: 20px 0 30px;
}
.btn-aposan {
    background-color: var(--aposan-blue);
    border: none;
    padding: 12px 25px;
    font-weight: 500;
    border-radius: 8px;
    font-size: 16px;
}
.btn-aposan .arrow {
    margin-left: 10px;
}
.btn-outline-aposan {
    border: 2px solid var(--aposan-blue);
    color: var(--aposan-blue);
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
}
.btn-outline-aposan .btn-icon {
    margin-left: 10px;
    height: 16px;
}
.hero-features {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: start;
}
@media(min-width:1200px) and (max-width:1400px) {
    .hero-features { 
    gap: 15px;
}
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
}
@media (max-width:768px) {
    .hero-buttons {
        justify-content: center;
    }
}
.feature-item {
    display: flex;
    align-items: center;
    color: var(--text-dark);
   gap: 5px; 
    /* min-width: 180px;  */
}
.feature-item img {
    margin-right: 10px;
}
.hero-image-container {
    position: relative;
}
.hero-image {
    max-width: 100%;
}
.fast-relief-badge {
    position: absolute;
    bottom: 110px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--aposan-blue);
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.fast-relief-badge p {
    margin: 0;
    line-height: 1.1;
}
.fast-relief-badge .minutes {
    font-size: 28px;
    font-weight: 700;
}
.main-content section {
    padding: 80px 0px;
}
.info-card {
    background-color: #fff4f4;
    border: 1px solid #E5E9F2;
    border-radius: 16px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 5px 25px rgba(13, 47, 129, 0.05);
    height: 100%;
}
.info-card i {
    color: var(--text-dark);
    font-size: 32px;
}
.struggling-card {
    display: flex;
    align-items: center;
    gap: 20px;
}
.struggling-card h5 {
    color: var(--text-dark);
    font-weight: 600;
}
.struggling-card p {
    margin: 0;
}
.what-is-aposan-section ul {
    list-style: none;
    padding-left: 0;
}
.what-is-aposan-section li {
    position: relative;
    margin-bottom: 15px;
}
.what-is-aposan-section .text-start {
    text-align: left !important;
}
.why-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 5px 25px rgb(13 47 129 / 11%);
    height: 100%;
}
.why-card img {
    margin-bottom: 15px;
}
.why-card h5 {
    color: var(--text-dark);
    font-weight: 600;
}
.key-benefits-section .row {
    justify-content: center;
}
.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    color: var(--text-dark);
    font-weight: 500;
    background: #fff;
    padding: 20px;
    border-radius: 16px;

}
@media(min-width:768px){
    .benefit-item{
            min-height: 150px;
    }
}
.benefit-item p {
    margin-bottom: 0px;
}
.benefit-item i {
    color: var(--aposan-blue);
    font-size: 32px;
    margin-bottom: 20px;
}
.process-flow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.process-step {
    max-width: 200px;
}
.process-step .icon-wrapper {
    background-color: #e4ffeb;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-step p {
    color: var(--text-dark);
}
.process-arrow {
    font-size: 30px;
    color: var(--aposan-blue);
    margin-top: 30px;
}
.ecosystem-section {
    background-color: #F9FAFC;
    padding: 80px 0;
}
.when-to-use ul {
    list-style: none;
    padding-left: 0;
}
.when-to-use li {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
}
.aposan-ecosystem {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px 0px 0px 20px;
    position: relative;
}
.ecosystem-woman {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-height: 90%;
}
.ecosystem-list {
    list-style: none;
    padding: 0;
}
.ecosystem-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}
.ecosystem-list strong {
    color: var(--text-dark);
    font-weight: 600;
}
.testimonials-section {
    padding: 80px 0;
}
.testimonials-section .section-title {
    margin-bottom: 40px;
}
.testimonial-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    border: 1px solid #E5E9F2;
}
.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.testimonial-card p {
    font-style: italic;
}
.testimonial-card .author {
    color: var(--text-dark);
    font-weight: 600;
    margin-top: 15px;
}
.stars {
    color: #FFC107;
    font-size: 20px;
    margin-top: 5px;
}
.cta-section {
    background-color: var(--aposan-blue);
    color: #fff;
}
.cta-section h2 {
    font-size: 36px;
    font-weight: 600;
}
.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
}
.btn-cta {
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    margin: 0 10px;
}
.btn-light.btn-cta {
    color: var(--aposan-blue);
}
.btn-success.btn-cta {
    background-color: var(--aposan-green);
    border-color: var(--aposan-green);
}
.btn-icon-cta {
    margin-left: 10px;
    filter: brightness(0) invert(1);
}
.accordion-item {
    border: 1px solid #E5E9F2;
    border-radius: 12px !important;
    margin-bottom: 15px;
}
.accordion-button {
    font-weight: 600;
    color: var(--text-dark);
    border-radius: 12px !important;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: var(--aposan-blue);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after {
    content: '+';
    font-size: 24px;
    background-image: none;
    font-weight: 400;
    line-height: 1;
    transform: none;
}
.accordion-button:not(.collapsed)::after {
    content: '−';
}
.callback-form-container {
    background-color: var(--aposan-light-blue);
    padding: 30px;
    border-radius: 16px;
}
.callback-form-container h4 {
    color: var(--text-dark);
    font-weight: 600;
}
.callback-form-container .form-control,
.callback-form-container .form-select {
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #CED4DA;
}
.callback-form-container .trusted-text {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #5A6780;
}
.aposan-footer {
    background-color: var(--aposan-blue);
    color: #fff;
    padding-top: 40px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-brand img {
    height: 35px;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
}
.footer-bottom {
    padding: 20px 0;
    text-align: center;
}
.footer-bottom p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
}
@media (max-width: 991px) {
    .hero-section {
        text-align: center;
    }
    .hero-features {
        justify-content: center;
    }
    .hero-image-container {
        margin-top: 40px;
    }
    .process-flow {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .process-arrow {
        transform: rotate(90deg);
        margin: 0;
    }
    .ecosystem-woman {
        display: none;
    }
    .faq-callback-section .col-lg-6 {
        margin-bottom: 30px;
    }
}
.list-about li i {
    color: var(--aposan-blue);
}
.list-about li {
    display: flex;
    gap: 5px;
    align-items: baseline;
}
.bg-dark-section {
    background-color: var(--aposan-light-blue);
}
.why-card i {
    color: #2db14b;
    font-size: 32px;
    margin-bottom: 15px;
}
.why-aposan-section .section-title {
    margin-bottom: 40px;
}
.key-benefits-section .section-title {
    margin-bottom: 40px;
}
.how-it-works-section .section-title {
    margin-bottom: 40px;
}
.process-step .icon-wrapper i {
    color: var(--aposan-green);
    font-size: 32px;
}
.ecosystem-list li i {
    color: var(--aposan-blue);
    font-size: 32px;
}
.when-to-grid {
    background: #fff;
    padding: 20px 0px 0px 20px;
    border-radius: 16px;
}
.cta-injection {
    padding: 53px 0px;
    border-radius: 16px;
}
.btn-outline-aposan:hover{
        border: 2px solid var(--aposan-blue) !important;
    color: var(--aposan-blue) !important;
}
.btn.btn-primary:hover{
    background-color: #db2d27;
    border-color: #db2d27;
}
#txtCaptcha1, #txtCaptcha {
    text-align: left;
    background-color: #fff;
    border: none;
    color: blue;
    font-style: Chiller;
    font-size: 22px;
    height: 55px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style14{
    color: red;
}
input[type="submit"], input[type="reset"]
 {
    background: #da2d26;
    border: none;
    color: #fff;
}
.video-section{
        border: 1px solid #4dc247;
}
.benefit-item img{
    margin-bottom: 10px;
    height: 140px;
}