.main-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

/*header*/
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text {
    display: flex;
    gap: 10px;
}

.header-image-main-img {
    width: 180px;
}

.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-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;
    background-color: #fff;
    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: 72px;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}

.main-description {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.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: 14px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    margin-top: -6rem;
}

.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*/
.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-top: 40px;
    padding-bottom: 8rem;
}

.company-logo {
    width: 50px;
    aspect-ratio: auto 182 / 65;
}

/*testimonials*/
.testimonial-section {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}

.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-text {
    font-size: 16px;
    line-height: 1.8;
    /*color: #666;*/
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-image-container-testimonial {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}

.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 {
    width: 600px;
    height: 300px;
}

.swiper-slide {
    cursor: grab;
}

/* 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;
    margin-top: -3rem;
}

.new-main-section-content-main {
    text-align: center;
}

.new-main-title {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.3;
}

.new-main-description {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 600px;
    margin: 30px auto;
    opacity: 0.8;
}

.new-main-btn {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #F97316;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    margin-bottom: 40px;
}

.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;
    }

    .header-image-main-img {
        width: 150px;
    }

    .advertising-title {
        font-size: 13px;
    }

    .main-company-logo-container {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 0 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .new-main-btn {
        font-size: 20px;
    }

    .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-title {
        font-size: 42px;
    }

    .main-btn {
        font-size: 20px;
    }

    .main-description {
        font-size: 16px;
    }

    .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: 10px 0;
    }

    .company-logo {
        width: 50px;
    }

    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;
    }

    .swiper {
        width: 300px;
    }

    .cc-carousel-wrapper {
        padding: 0 !important;
    }
}

@media (max-width: 320px) {
    .swiper {
        width: 200px;
    }

    .header-text-tel-number {
        font-size: 13px;
    }

    .header-section {
        padding: 0;
    }

    .header-text-title-tel {
        font-size: 13px;
        line-height: 1;
    }
}
