.main-banner h1 {
    font-size: 80px;
    font-weight:500;
}

.new-lp h2 {
    font-size: 60px;
    font-weight: 700;
}

.new-lp h3 {
    font-size: 25px;
    font-weight: 400;
}

.new-lp p {
    font-size: 25px;
    color: #355457
}

.new-lp .main-container {
    margin-top: 100px;
}

.new-lp .full-container {
    max-width: 96%;
    margin: 0 auto;
}

.new-lp .inner-container {
    max-width: 65%;
    margin: 0 auto;
}

/* Banner */

.main-banner {
    min-height: 800px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #F0991D;
    background-image:
        url("../images/main-banner-bg.png");

    background-size: 70%;
    background-position: right;
    background-repeat: no-repeat;
}

.banner-left {
    max-width: 48%;
    padding: 90px 0 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9;
}

    .banner-left .btn {
        width: auto;
        min-width: 200px;
    }
.banner-left p{font-size: 20px;}
.banner-right {
    z-index: 9;
}

    .banner-right img {
        max-height: 850px;
    }

.home-state {
    background: #F5F5F5;
    background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.business-card {
    box-shadow: 0px 0px 24.1px 5px #0000000D;
    border: 0.5px solid #72727226;
    padding: 45px;
    border-radius: 15px;
    height: 100%;
}

.new-lp .half-circle-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%); /* perfectly center */

    width: 100%;
    max-width: 1500px; /* original width limit */
    aspect-ratio: 1500 / 900; /* keeps correct proportion */

    background-image: url("../images/blue-circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* scale properly */

    z-index: -1;
}

.business-card {
    box-shadow: 0px 0px 24.1px 5px #0000000D;
    border: 0.5px solid #72727226;
    padding: 45px;
    border-radius: 15px;
    height: 100%;
}


.feedback-card {
    box-shadow: 0px 0px 24.1px 5px #0000000D;
    border: 0.5px solid #72727226;
    padding: 45px;
    border-radius: 15px;
    height: 100%;
    padding: 30px;
    margin: 30px 0;
    background: #fff;
    min-height: 340px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feedback-card:hover {
        transform: translateY(-10px);
        box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.12);
    }

.feedback-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.feedback-avatar {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.feedback-name {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 16px;
}

.feedback-rating {
    color: #f4a523;
    font-size: 14px;
}

.new-lp .feedback-text {
    color: #000;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.new-lp .owl-carousel.feedback-carousel .owl-nav button.owl-next span,
.new-lp .owl-carousel.feedback-carousel .owl-nav button.owl-prev span {
    display: none;
}

.new-lp .owl-carousel.feedback-carousel .owl-nav button.owl-next,
.new-lp .owl-carousel.feedback-carousel .owl-nav button.owl-prev {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-lp .owl-carousel.feedback-carousel .owl-nav button.owl-next {
    background-image: url(../images/arrow-right.svg);
}

.new-lp .owl-carousel.feedback-carousel .owl-nav button.owl-prev {
    background-image: url(../images/arrow-left.svg);
}

.new-lp .owl-carousel.feedback-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.new-lp .owl-carousel.feedback-carousel .owl-nav button.owl-next:hover,
.new-lp .owl-carousel.feedback-carousel .owl-nav button.owl-prev:hover {
    transform: scale(1.15);
}

.new-lp .owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 10px;
}

/* Pricing */

.price-container::before {
    background: linear-gradient(180deg,rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    content: '';
    height: 180px;
    position: absolute;
    top: 0;
    width: 100%;
}

.pricing-wrapper {
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.pricing-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    border: 1px solid #e5e5e5;
    position: relative;
}

    .pricing-card h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #333;
    }

.price {
    font-size: 42px;
    font-weight: 700;
    color: #1f3d3b;
}

    .price span {
        font-size: 16px;
        font-weight: 400;
        color: #666;
    }

.subtitle {
    font-size: 14px;
    color: #666;
    margin: 12px 0 20px;
}

.btn {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 25px;
    transition: 0.3s ease;
}

.btn-dark {
    background: #355457;
    color: #fff;
}

    .btn-dark:hover {
        background: #17302e;
    }

.btn-orange {
    background: linear-gradient(295.38deg, #F0991D 21.58%, #FFB347 69.48%);
    color: #fff;
}

    .btn-orange:hover {
        background: linear-gradient(295.38deg, #FFB347 21.58%, #F0991D 69.48%);
        color: #fff;
    }

.features {
    list-style: none;
}

    .features li {
        font-size: 16px;
        color: #355457;
        font-weight: 500;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        padding-left: 40px;
    }

        .features li::before {
            content: "";
            font-weight: bold;
            margin-right: 10px;
            background-image: url(../images/pricing-check.svg);
            width: 30px;
            height: 30px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            left: 25px;
        }

.highlight {
    border: 2px solid #FFB347;
    background: linear-gradient(180deg, #FFFFFF 0%, #FDECD4 100%);
}

    .highlight h3 {
        color: #f4a940;
    }

.faq-section {
    background: linear-gradient(295.38deg, #F0991D 21.58%, #FFB347 69.48%);
}

.faq-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-button {
    background: transparent;
    font-size: 25px;
    font-weight: 400;
    color: #355457;
    padding: 20px 45px 20px 0;
    box-shadow: none;
    position: relative;
}

    .faq-accordion .accordion-button:focus {
        box-shadow: none;
    }

    .faq-accordion .accordion-button::before {
        content: "+";
        position: absolute;
        right: 0;
        font-size: 24px;
        font-weight: 600;
        width: 30px;
    }

    .faq-accordion .accordion-button:not(.collapsed)::before {
        content: "−";
    }

.faq-accordion .accordion-body {
    padding: 0 0 20px 0;
    font-size: 16px;
    color: #355457;
}

/*Footer*/
.new-lp .footer {
    background-color: #355457;
}

    .new-lp .footer .text-warning {
        color: #FFC09D !important;
    }

    .new-lp .footer .border-warning {
        --bs-border-opacity: 1;
        border-color: #FFC09D !important;
    }

    .new-lp .footer h3 {
        font-size: 96px;
        font-weight: 400;
    }

    .new-lp .footer p {
        color: #fff;
    }

.new-lp .footer-link {
    color: #ccc;
    text-decoration: none;
    display: inline-block;
}

.new-lp li .footer-link {
    padding-bottom: 15px;
}

.new-lp .footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

.new-lp .footer-socials a:hover {
    color: #FFC09D;
}

.new-lp .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-socialmedia {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer-socialmedia a {
        background-color: rgba(255, 255, 255, 0.1);
        width: 35px;
        height: 35px;
        border-radius: 100%;
        text-align: center;
        margin-left: 10px;
        line-height: 32px;
    }

        .footer-socialmedia a:hover {
            background-color: #1c2324;
        }

.footer-logo {
    display: none !important;
}

.new-lp .mandatory-note {
    font-size: 14px;
    color: #5c6f6f;
}

.new-lp .form-group {
    margin-bottom: 40px;
}

.contact-card {
    background: #f4f4f4;
    border-radius: 30px;
    padding: 60px 70px;
    width: 100%;
    margin: auto;
}

    .contact-card .form-control.custom-input {
        background: transparent;
        border: none;
        border-bottom: 2px solid #6c8a8a;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        color: #2d4b4b;
    }

    .contact-card .btn {
        width: auto;
        min-width: 150px;
        color:#ffc09d;
    }

    .contact-card .form-control.custom-input:focus {
        box-shadow: none;
        border-color: #244746;
        background: transparent;
    }

    .contact-card textarea.custom-textarea {
        border: 2px solid #6c8a8a;
        border-radius: 8px;
        resize: none;
        padding: 15px;
        font-size: 16px;
        background: transparent;
    }

        .contact-card textarea.custom-textarea:focus {
            box-shadow: none;
            border-color: #244746;
        }
