body {
    margin: 0;
    font-family: "Poppins", Sans-serif;
}

.header {
    background-color: #9D5A00;
    color: white;
    padding: 5px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .contact-info {
    display: flex;
    gap: 20px;
}

.header .contact-info img {
    width: 14px;
    margin-right: 5px;
}

.header .contact-info a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}

.header .connect {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header .connect a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}

.header .connect img {
    width: 24px;
    margin-bottom: -6px;
}

.banner {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url('images/2.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.about-section {
    display: flex;
    padding: 80px 100px;
    background-color: #F5F5F5;
}

.about-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-images img {
    width: 100%;
}

.about-text {
    flex: 1;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.about-text h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    color: #132B3E;
    margin: 17px 0px;
}

.about-text h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #9D5A00;
    margin: 0px;
}

.about-text hr {
    width: 67px;
    border: 2px solid #9D5A00;
    margin: 0px 0;
    margin-bottom: 7px !important;
}

.about-text p {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    color: #6D6D6D;
}

.pricing-section {
    background-image: url(images/3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 100px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.pricing-section h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.pricing-section hr {
    width: 50px;
    border: 1px solid white;
    margin: 0 auto 115px;
}

.pricing-cards {
    display: flex;
    justify-content: center;
    gap: 140px;
    margin-bottom: 30px;
}

.pricing-card {
    background-color: white;
    border-radius: 2px;
    width: 350px;
    padding: 20px;
    text-align: center;
}

.pricing-card img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #8B5A2B;
    margin-bottom: 17px;
    margin-top: -109px;
}

.pricing-card h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #9D5A00;
    margin-bottom: 10px;
    margin-top: 0px;
}

.pricing-card p {
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #9D5A00;
    margin: 5px 0 0;
}

.pricing-section .note {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 50%;
    text-transform: lowercase;
}

.pricing-section .cta {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pricing-section .cta .emaill {
    background-color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    fill: #C69A59;
    color: #C69A59;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 24px 29px 24px 29px;
}

.pricing-section .cta a.phone {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid white;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 27px;
}

.pricing-section .cta a img {
    width: 20px;
    margin-bottom: -2px;
}

.recommendation-section {
    padding: 50px 100px;
    text-align: center;
    background-color: #FCFCFC;
    background-image: url(images/11.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.recommendation-section h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    color: #132B3E;
    margin-bottom: 10px;
}

.recommendation-section hr {
    width: 70px;
    border: 2px solid #9D5A00;
    margin: 0 auto 30px;
}

.testimonial-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    padding: 20px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.testimonial-card {
    background-color: white;
    border-radius: 6px;
    padding: 35px;
    width: 460px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    color: #5D5D5D;
    margin-bottom: 15px;
}

.testimonial-card .stars {
    font-family: "Poppins", Sans-serif;
    color: #FF9800;
    font-size: 40px;
    margin-bottom: 10px;
}

.testimonial-card .author {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #1A3C5A;
}

.testimonial-card .location {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    color: #6D6D6D;
}

.swiper-pagination {
    position: relative;
    margin-top: 55px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #D3D3D3;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #9D5A00;
}

.footer-section {
    background-color: #C69A59;
    padding: 15px 100px;
    text-align: center;
    color: white;
    position: relative;
    padding-bottom: 1px !important;
}

.footer-section .order-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.footer-section .order-text {
    text-align: left;
}

.footer-section .order-text h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer-section .order-text hr {
    width: 70px;
    border: 2px solid white;
    margin: 0 0 20px;
}

.footer-section .order-text .note {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 410px;
}

.footer-section .cta {
    display: flex;
    gap: 20px;
}

.footer-section .cta a.phone {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 300;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid white;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 27px;
}

.footer-section .cta a.phone img {
    width: 19px;
    margin-bottom: -4px;
}

.footer-section .cta a.email {
    background-color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    fill: #C69A59;
    color: #C69A59;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 24px 29px 24px 29px;
}

.footer-section .cta a.email img {
    width: 20px;
}

.footer-section-two {
    background-image: url(images/4.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #C69A59;
    padding: 50px 0px;
    text-align: center;
    color: white;
    position: relative;
}

.footer-section .scroll-to-top {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-section .scroll-to-top img {
    width: 54px;
    margin-bottom: -10px;
}

.footer-section .copyright {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    color: #C5C5C5;
    margin-bottom: 10px;
}

.footer-section .social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-section .social img {
    width: 50px;
    margin-top: 16px;
    margin-bottom: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .header {
        padding: 10px 20px;
        flex-direction: column;
        gap: 10px;
    }

    .header .contact-info {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .header .connect {
        justify-content: center;
    }

    .banner {
        height: 400px;
    }

    .about-section {
        flex-direction: column;
        padding: 40px 20px;
    }

    .about-images {
        margin-bottom: 20px;
    }

    .about-text {
        padding-left: 0;
        text-align: center;
    }

    .about-text h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .about-text h3 {
        font-size: 16px;
    }

    .about-text hr {
        margin: 0 auto 7px;
    }

    .about-text p {
        font-size: 13px;
        line-height: 24px;
    }

    .pricing-section {
        padding: 30px 20px;
    }

    .pricing-section h2 {
        font-size: 28px;
    }

    .pricing-cards {
        flex-direction: column;
        gap: 60px;
    }

    .pricing-card {
        /* width: 100%; */
        max-width: 300px;
        margin: 0 auto;
    }

    .pricing-card img {
        margin-top: -90px;
        width: 150px;
        height: 150px;
    }

    .pricing-card h3 {
        font-size: 32px;
    }

    .pricing-card p {
        font-size: 16px;
    }

    .pricing-section .note {
        width: 100%;
        font-size: 13px;
        line-height: 22px;
    }

    .pricing-section .cta {
        flex-direction: column;
        gap: 15px;
    }

    .pricing-section .cta a.phone {
        padding: 10px 20px;
        font-size: 14px;
        text-align: center;
    }

    .pricing-section .cta .emaill {
        padding: 15px 20px;
        font-size: 14px;
    }

    .recommendation-section {
        padding: 30px 20px;
    }

    .recommendation-section h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .recommendation-section hr {
        width: 50px;
        border-width: 1px;
    }

    .swiper-slide {
        flex-direction: column;
        gap: 20px;
    }

    .testimonial-card {
        width: 100%;
        max-width: 300px;
        padding: 20px;
    }

    .testimonial-card p {
        font-size: 13px;
        line-height: 22px;
    }

    .testimonial-card .stars {
        font-size: 30px;
    }

    .testimonial-card .author {
        font-size: 13px;
    }

    .testimonial-card .location {
        font-size: 11px;
    }

    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .footer-section {
        padding: 15px 20px;
    }

    .footer-section .order-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .footer-section .order-text {
        text-align: center;
    }

    .footer-section .order-text h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .footer-section .order-text hr {
        margin: 0 auto 15px;
        width: 50px;
        border-width: 1px;
    }

    .footer-section .order-text .note {
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
    }

    .footer-section .cta {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 300px;
    }

    .footer-section .cta a.phone {
        padding: 10px 20px;
        font-size: 16px;
        text-align: center;
    }

    .footer-section .cta a.email {
        padding: 15px 20px;
        font-size: 14px;
    }

    .footer-section-two {
        padding: 30px 0;
    }

    .footer-section .scroll-to-top img {
        width: 40px;
    }

    .footer-section .copyright {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-section .social img {
        width: 40px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .header .contact-info a {
        font-size: 13px;
    }

    .header .connect a {
        font-size: 13px;
    }

    .banner {
        height: 300px;
    }

    .about-text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .about-text h3 {
        font-size: 14px;
    }

    .about-text p {
        font-size: 12px;
        line-height: 22px;
    }

    .pricing-section h2 {
        font-size: 24px;
    }

    .pricing-card h3 {
        font-size: 28px;
    }

    .pricing-card p {
        font-size: 14px;
    }

    .recommendation-section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .footer-section .order-text h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .footer-section .order-text .note {
        font-size: 13px;
        line-height: 22px;
    }

    .footer-section .cta a.phone {
        font-size: 14px;
    }

    .footer-section .cta a.email {
        font-size: 13px;
    }
}