.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}


/*header*/
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text {
    display: flex;
    gap: 10px;
}

.phone-icon::before{
    content: "📞";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 18px;
}

.phone-icon-pencil::before{
    content: "📝";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 18px;
}

.result-message {
    text-align: center;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-text-description {
   display: flex;
   align-items: center;
   gap: 10px;
}

.header-image-main-img {
    width: 120px;
}

.specialist-image-container {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}

.specialist-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-image-main-link {
    display: flex;
    align-items: center;
}

.main-description-tel-text-new {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .3rem;
}

.main-container-main {
    padding-bottom: clamp(2rem, 8vw, 80px);
}

.main-content-output h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 20px;
}

.main-content-output h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0;
}

.main-content-output img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.main-content-output p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 10px 0;
    /*color: #666;*/
}

.main-content-output a {
    color: #F97316 !important;
    font-weight: 600;
}

.main-content-output ul {
    list-style: disc;
    padding-left: 20px;
}

.main-content-output ol {
    list-style: decimal;
    padding-left: 20px;
}

.main-content-output li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}



.header-text-tel {
    display: flex;
    align-items: center;
}

.header-text-title-tel-text {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
}

.header-text-tel-number {
    font-weight: 700;
}

.header-section-wrapper {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 10px 0;
}

/*advertising*/
.advertising-section-main {
    padding: 10px 0;
}

.advertising-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

/*main*/
.main-content {
    text-align: center;
}

.main-title {
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    font-weight: 700;
    line-height: 1.3;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1.5rem;
}

.main-description {
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.main-benefit {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin: 2rem auto;
    max-width: 700px;
}

.benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem auto;
    max-width: 800px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}

.benefit-text__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkmark {
    color: #05AF61;
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.benefit-text strong {
    display: block;
    font-size: clamp(1rem, 2vw, 1.1rem);;
    font-weight: 600;
    color: inherit;
}

.benefit-sub {
    font-size: clamp(0.8rem, 2vw, 0.9rem);;
    opacity: 0.9;
    font-weight: 400;
    margin: 0;
}

.main-btn {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #F97316;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
}

.main-btn-container {
    margin: 1rem 0;
}

.main-btn:hover {
    opacity: 0.8;
}

.rating-text-star-container {
    margin-top: 20px;
}

.rating-text {
    font-size: clamp(1.15rem, 2vw, 1.3rem);
    font-weight: 700;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.main-description-tel {
    font-size: 20px;
    font-weight: 700;
    color: #F97316;
    text-decoration: none;
    margin-left: 10px;
}

.main-container-main-content-wrapper {
    padding: 0 30px;
    padding-bottom: 30px;
    /*background-color: #fff;*/
    position: relative;
}

.arrow-right {
    display: flex;
    align-items: center;
    margin-left: 10px;
    animation: moveRightLeft 1.5s ease-in-out infinite;
}

@keyframes moveRightLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.arrow-right svg {
    width: 24px;
    height: 24px;
    color: #05AF61;
} 

.mobile-advertising {
    display: none;
}

.mobile-advertising.active {
    bottom: 0;
}

.mobile-advertising-footer {
    width: 100%;
}

.mobile-advertising-footer a {
    width: 100%;
    justify-content: center;
}

.mobile-advertising-footer-text {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: .5rem 0;
}

/*logo*/
.rating-text-text-container {
    font-size: clamp(1rem, 2vw, 1.1rem);;
    font-weight: 400;
    text-align: center;
}

.main-company-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.main-company-logo-container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.main-image-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.main-section-content-wrapper {
    /*background-color: #fff;*/
    padding: clamp(0px, 8vw, 80px) 0;
}

.company-logo {
    width: 100px;
    aspect-ratio: auto 182 / 65;
}

/*quiz*/
.quiz-progress {
    margin-bottom: 0.5rem;
    padding: 0 1rem;
}

.progress-text {
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    text-align: right;
}

.progress-container {
    width: 100%;
    height: 12px; /* Made slightly taller */
    background-color: #E5E7EB; /* Light gray color */
    border-radius: 10px; /* Increased border radius */
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* Subtle shadow */
}

.progress-bar {
    height: 100%;
    background-color: #84D6A5; /* Soft green color matching the image */
    transition: width 0.3s ease;
    border-radius: 10px;
}

.cta-primary h2 {
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    text-align: center;
}

.countdown-text {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #ff4444;
}

.cta-primary > div {
    min-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.5rem;
}

.countdown {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff4444;
    animation: pulse-countdown 1s infinite;
}

@keyframes pulse-countdown {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    width: 100%;
}

.quiz-intro {
    background: #f9f9f9;
    padding: 1.2rem;
    border-radius: 8px;
}

.cta-primary {
    background-color: var(--white);
    padding: clamp(1rem, 5vw, 2rem);
    border-radius: 0;
    box-shadow: none;
    max-width: 600px;
    margin: 0 auto;
    color: var(--text-primary);
}

.new-main-btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2.5rem);
    font-size: clamp(1rem, 2vw, 1.125rem);
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    margin-bottom: 40px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    background-color: #E5E7EB;
    color: #000;
}

.btn {
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2.5rem);
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-size: 1.25rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    max-width: 400px; 
    text-align: center;
}

.btn-primary {
    background-color: #005c5c;
    color: #fff;
    font-size: 1.5rem;
}

.call-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 2rem auto;
    background-color: #005c5c;
}

.call-btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1.2rem;
}

.floating-call-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #005c5c;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
}

.loading-spinner {
    margin: 2rem auto;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #005c5c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*main different content section*/
.main-different-content-section {
    padding: clamp(2rem, 8vw, 80px) 0;
}

/*testimonials*/
.testimonial-section-box-wrapper {
    padding-top: clamp(2rem, 8vw, 80px);
    padding-bottom: clamp(1rem, 8vw, 40px);
    position: relative;
}

.testimonial-header {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-header h2 {
    font-size: 32px;
    font-weight: 600;
}

.testimonial-blocks {
    position: relative;
    padding: 20px 0;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-content-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 24px;
    height: 100%;
    min-height: 300px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #e5e7eb;
    justify-content: space-between;
}

.testimonial-text {
    font-style: italic;
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 400;
    color: #1f2147;
    margin: 0 0 20px 0;
    line-height: 1.5;
    /*color: #666;*/
    text-align: center;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
}

.testimonial-author-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.testimonial-grid-cell {
    padding: 18px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.testimonial-grid-cell:nth-child(2) {
    border-right: none;
}

.testimonial-grid-cell:nth-child(3) {
    border-bottom: none;
}

.testimonial-grid-cell:nth-child(4) {
    border-right: none;
    border-bottom: none;
}

.testimonial-grid-label {
    font-size: clamp(.7px, 2vw, 1rem);
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    color: #555;
    text-align: center;
}

.testimonial-grid-value {
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #1f2147;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 6px;
}

.testimonial-author-name {
    font-size: clamp(.9rem, 2vw, 1rem);
    color: #777;
    text-align: center;
}

.testimonial-author-image {
    width: 100%;
    height: 20vh;
    border-radius: 10px 10px 0 0;
    display: block;
    object-fit: cover;
}

.testimonial-author-description-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: auto;
}

.testimonial-author-description {
    font-size: clamp(.9rem, 2vw, 1rem);
    color: #0074E0;
    font-weight: bold;
    line-height: 1.5;
}

.author-name {
    font-weight: 600;
    color: #333;
}
/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: #333 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.swiper {
    max-width: 1100px;
    height: 700px;   
}

.swiper-slide {
    cursor: grab;
    height: 100%;
    display: flex;
}


.testimonial-block-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    background: #333 !important;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
} 

/*new main*/
.new-main-section {
    padding: 20px 0;
}

.new-main-section-content-main {
    text-align: center;
}

.new-main-btn-container > button {
    font-size: clamp(1rem, 2vw, 1.125rem);
}

.new-main-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.3;
}

.new-main-description {
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 400;
    text-align: center;
    max-width: 600px;
    margin: 30px auto;
    margin-top: .5rem;
    opacity: 0.9;
}

.new-main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2.5rem);
    font-size: clamp(1rem, 2vw, 1.125rem);
    background-color: #005c5c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    margin-bottom: 40px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.new-main-btn:hover {
    opacity: 0.8;
}

.new-main-section-container {
   padding: 90px 0;
}

.new-main-advertising-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.new-main-advertising-title:hover {
   opacity: 0.8;
}

/*responsive*/
@media (max-width: 768px) {
    .header-section-wrapper {
        padding: 3px 0;
    }

    .benefits {
        gap: 1rem;
    }

    .benefit-item {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .benefit-text strong {
        font-size: 1rem;
    }

    .benefit-sub {
        font-size: 0.85rem;
    }

    .header-image-main-img {
        width: 100px;
    }

    .advertising-title {
        font-size: 13px;
    }

    .main-company-logo-container {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 0 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .new-main-advertising-title {
        font-size: 20px;
    }

    .new-main-title {
        font-size: 32px;
    }

    .testimonial-header h2 {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }

    .main-btn {
        font-size: 20px;
    }

    .main-description-tel {
        white-space: nowrap;
    }

    .header-text {
        flex-direction: column;
        gap: 0;
    }

    .header-text-title-tel {
        font-size: 15px;
        line-height: 1.1;
    }

    .header-text-tel-number {
        font-size: 15px;
        line-height: 1.1;
    }

    .header-content {
        padding-top: 1rem;
        padding-bottom: 3rem;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .specialist-image {
        width: 48px;
        height: 48px;
    }

    body {
        overflow-x: hidden;
    }

    .mobile-advertising {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        left: 0;
        right: 0;
        bottom: -100%;
        transition: bottom 0.4s ease-out;
        z-index: 1000;
        background: #ffffff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .main-content-output h2 {
        font-size: 24px;
    }

}

@media (max-width: 480px) {
    .header-section {
        padding: 0 1.3rem;
    }

    .cc-carousel-wrapper {
        padding: 0 !important;
    }

    .swiper {
        height: 100%;
    }
}

@media (max-width: 320px) {
    .header-text-tel-number {
        font-size: 13px;
    }

    .header-section {
        padding: 0;
    }

    .header-text-title-tel {
        font-size: 13px;
        line-height: 1;
    }
}

/* How It Works Section */
.how-it-works-section {
    padding: clamp(3rem, 8vw, 80px) 0;
    background-color: #f8f9fa;
}

.how-it-works-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.how-it-works-header {
    text-align: center;
    margin-bottom: 3rem;
}

.how-it-works-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    color: #1f2147;
    margin-bottom: 1rem;
}

.how-it-works-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.how-it-works-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.how-it-works-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e5e7eb;
}

.how-it-works-section-wrapper {
    padding-top: clamp(3rem, 8vw, 80px);
}

.how-it-works-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.how-it-works-card-title {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    line-height: 1.3;
    font-weight: 600;
    color: #1f2147;
    margin-bottom: 1rem;
}

.how-it-works-card-description {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #666;
    line-height: 1.6;
}

.how-it-works-icon > svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* FAQ Section */
.faq-section-wrapper {
    padding-top: clamp(3rem, 8vw, 80px);
    padding-bottom: clamp(3rem, 8vw, 80px);
    background-color: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    color: #1f2147;
    margin-bottom: 1rem;
}

.faq-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #666;
    line-height: 1.6;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question h3 {
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 600;
    color: #1f2147;
    margin: 0;
}

.faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #666;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 1.5rem 1.5rem;
    max-height: 200px;
}

.faq-answer p {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .how-it-works-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .how-it-works-card {
        padding: 1.5rem;
    }
    
    .faq-question {
        padding: 1rem;
    }
    
    .faq-answer {
        padding: 0 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1rem 1rem;
    }
}

/* Mobile adjustments */
@media (max-width: 640px) {
    .loading-message,
    .result-message {
        padding: 1rem 0;
    }
    
    .call-now-btn {
        width: 100%;
        margin: 1.5rem auto;
        padding: 1rem;
        font-size: 1rem;
    }

    .btn-primary {
        font-size: 1rem;
    }

    .cta-primary > div {
        min-height: 30px; /* Keep consistent on mobile */
    }

    .floating-call-btn {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        padding: 1rem;
        display: flex;
        justify-content: center;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .header-text-description {
        font-size: 14px;
    }

    .call-btn-content {
        font-size: 15px;
    }

}