.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.main-container-header-area {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.main-content-output h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 20px;
}

.main-content-output ul {
    margin-top: 20px !important;
}

.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-container-main {
    padding-bottom: 2rem;
}

.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;
    gap: 5px;
}

.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-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.main-description {
    font-size: 20px;
    color: #6B7280;
    margin-bottom: 28px;
    font-weight: 500;
    line-height: 1.5;
}

.main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    background-color: #1E40AF;
    color: #fff;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

.main-btn-container {
    display: flex;
    margin: 1rem 0;
}

.main-btn:hover {
    opacity: 0.8;
}

.main-btn-text-icon {
    margin-right: 10px;
}

.rating-text-star-container {
    margin-top: 20px;
}

.main-container-header-area-wrapper {
    padding: 80px 0;
    overflow: hidden;
}

.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;
}

.stars {
    font-size: 24px;
    color: #f59e0b;
    margin-bottom: 12px;
}

.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;
    font-size: 15px;
}

.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;
}

.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-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #1F2937;;
    text-align: center;
    margin-bottom: 25px;
}

.new-main-description {
    max-width: 700px;
    margin: 0 auto 32px;
    font-size: 18px;
    line-height: 1.6;
    color: #1F2937;
}

.new-main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #1E40AF;
    color: white;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.2s ease;
}

.new-main-btn:hover {
    opacity: 0.8;
}

.new-main-section-container {
   padding: 90px 0;
}

.take-action-section {
    padding: 60px 0;
    text-align: center;
}

.new-main-advertising-title {
    font-size: 14px;
    color: #6B7280;
    text-align: center;
    transition: opacity 0.3s ease;
    margin-top: 20px;
}

.new-main-advertising-title:hover {
   opacity: 0.8;
}

/*responsive*/
@media (max-width: 768px) {
    .header-section-wrapper {
        padding: 3px 0;
    }

    .header-image-main-img {
        width: 100px;
    }

    .advertising-title {
        font-size: 13px;
    }

    .main-company-logo-container {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 0 30px;
    }

    .main-container-header-area-wrapper {
        padding: 40px 0;
    }

    .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: 32px;
    }

    .main-btn {
        font-size: 20px;
    }

    .main-description {
        font-size: 16px;
    }

    .main-description-tel {
        white-space: nowrap;
    }

    .header-text {
        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: #1E40AF;
        padding: 12px 20px;
    }

    .mobile-advertising-btn {
        border: 2px solid white;
        border-radius: 8px;
        margin: 0;
    }

    .mobile-advertising-footer {
        margin: 0;
    }

    .main-content-output h2 {
        font-size: 24px;
    }

    .mobile-advertising-btn-icon::before {
        content: "📞";
        font-style: normal;
        font-size: 18px;
        margin-right: 5px;
    }

}

@media (max-width: 480px) {
    .header-text-tel-number {
        font-size: 14px;
    }

    .available-pill {
        margin-right: 10px;
    }

    .header-section {
        padding: 0 1.3rem;
    }

    .header-image-main-img {
        width: 80px;
    }

    .swiper {
        width: 300px;
    }

    .cc-carousel-wrapper {
        padding: 0 !important;
    }

    .main-container-header-area {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .main-container-header-area-wrapper {
        text-align: center;
    }

    .main-btn-container {
        justify-content: center;
    }

    .main-btn {
        padding: 18px 32px;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        min-height: 56px;
        border-radius: 12px;
    }
}

@media (max-width: 376px) {
    .available-pill {
        display: none !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;
    }
}
