/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/

@media (max-width: 1440px) {
  body {
    overflow-x: hidden;
  }
}
/* ===========================
   ✅ Responsive Styles
   =========================== */
@media(max-width: 1024px){
    .cta-cards .card {
        padding: 5px 10px;
    }

    .card a {
        font-size: 13px;
    }
}



/* --- Tablet (max-width: 768px) --- */
@media (max-width: 768px) {

    .hero-content {
        padding: 40px 20px;
        margin-bottom: 180px;
    }

    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .hero-content p {
        width: 100%;
        font-size: 1rem;
    }

    .innovation-section .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .distributor-section .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .innovation-text h2,
    .product-section h2,
    .hero-technology h2,
    .distributor-section h2,
    .section-container h2,
    .global-section h2 {
        font-size: 1.7rem;
        line-height: 1.4;
        text-align: center;
    }

    .info-section {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }

    .info-text {
        max-width: 100%;
        font-size: 1rem;
        text-align: justify;
    }

    .technology-btn {
        margin: auto 0 !important;
    }

    .hero-text {
        display: flex;
    }

    .innovation-section,
    .product-section,
    .hero-technology,
    .distributor-section,
    .section-container,
    .global-section,
    .cta-section,
    .form-section {
        padding: 40px 20px;
    }

    .innovation-text ul li {
        font-size: 10px;
        text-align:justify;
    }

    .distributor-text {
        padding: 0;
    }

    .wood-image {
        width: 250px !important;
        margin: 0 auto;
    }

    .product-img img {
        max-width: 100%;
    }

    .submit-btn {
        padding: 10px 15px;
    }

    .closing-content h2 {
        font-size: 1.5rem;
    }

    .closing-content p {
        font-size: 0.95rem;
        padding: 0 10px;
    }

    footer {
        padding: 30px 0 15px 0;
    }

    footer img {
        max-width: 100px;
    }

    footer p {
        font-size: 0.85rem;
    }
}

/* --- Mobile (max-width: 480px) --- */
@media (max-width: 480px) {

    .hero-section {
        min-height: 80vh;
        justify-content: center;
        text-align: center;
    }

    .hero-content {
        margin-bottom: 120px;
        padding: 20px;
    }

    .hero-content h1 {
        font-size: 1.6rem;
    }

    .hero-content p {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .btn-green {
        padding: 8px 18px;
        font-size: 0.9rem;
    }

    .innovation-section .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .distributor-section .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .global-section .row {
        display: block;
        flex-direction: column-reverse;
        align-items: center;
    }

    .innovation-text h2,
    .product-section h2,
    .hero-technology h2,
    .distributor-section h2,
    .section-container h2,
    .global-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .innovation-text p,
    .product-section p,
    .hero-technology p,
    .distributor-section p,
    .section-container p,
    .global-section p {
        font-size: 0.9rem;
        text-align: center;
    }

    .info-section {
        padding: 40px 10px;
    }

    .info-text {
        font-size: 14px;
        text-align: center;
    }

    .innovation-text ul li {
        font-size: 14px;
        text-align: center;
    }

    .technology-btn {
        margin: 0 auto !important;
    }

    .distributor-section ul li {
        font-size: 14px;
    }

    ul {
        max-width: 100%;
    }

    .green-text {
        font-weight: bold;
        font-size: 14px !important;
        text-align: start !important;
    }

    li {
        font-size: 14px;
    }

    .inquire-btn {
        display: block;
    }

    .cta-section h3 {
        font-size: 20px;
    }

    .cta-cards .card {
        font-weight: 600;
        font-size: 18px;
    }

    .cta-cards .card {
        padding: 10px 57px;
    }

    .cta-section p {
        font-size: 16px;
    }

    .product-img img,
    .innovation-img img,
    .distributor-img img,
    .hero-imgs img,
    .image-container img {
        width: 100%;
    }

    .product-img img {
        margin-top: -30px;
    }

    .closing-content h2 {
        font-size: 1.3rem;
    }

    .closing-content p {
        font-size: 0.9rem;
    }

    footer img {
        max-width: 90px;
    }

    footer p {
        font-size: 0.8rem;
    }

    .form-section{
        padding:0px;
    }

    .footer-content{
        display:block;
    }
    .footer-link {
        text-align: center;
        display: block;
        margin-top: 10px;
        padding: 0;
    }
    }
}

/* --- Small Mobile (max-width: 320px) --- */
@media (max-width: 320px) {

    .form-section {
        padding: 0px;
    }

    .hero-section {
        min-height: 70vh;
    }

    .hero-content {
        padding: 10px;
        margin-bottom: 190px;
    }

    .hero-content h1 {
        font-size: 1.3rem;
        margin-top: 25px;
    }

    .hero-content p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .brand-logo {
        margin-top: 10px;
    }

    .btn-green {
        padding: 7px 15px;
        font-size: 0.85rem;
        position: relative;
        display: block;
    }

    .innovation-section .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .distributor-section .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .global-section .row {
        display: block;
        flex-direction: column-reverse;
        align-items: center;
    }

    .innovation-text h2,
    .product-section h2,
    .hero-technology h2,
    .distributor-section h2,
    .section-container h2,
    .global-section h2 {
        font-size: 1.3rem;
        text-align: center;
        /*margin-top: -40px;*/
    }

    .innovation-text p,
    .product-section p,
    .hero-technology p,
    .distributor-section p,
    .section-container p,
    .global-section p {
        font-size: 10px;
        text-align: center;
    }

    .distributor-section ul li {
        font-size: 10px;
    }

    ul {
        max-width: 100%;
    }

    .green-text {
        font-weight: bold;
        font-size: 12px !important;
        text-align:start !important;
    }

    .info-section {
        padding: 30px 5px;
    }

    .info-text {
        font-size: 10px;
    }

    li {
        font-size: 10px;
    }

    .inquire-btn {
        margin:0 25px;
    }

    .cta-cards .card {
        font-weight: 600;
        font-size: 12px;
    }

    .cta-section p {
        font-size: 12px;
    }

    .brand-logo img {
        width: 104px;
    }

    .closing-section {
        height: 60vh;
    }

    .closing-content h2 {
        font-size: 1.1rem;
    }

    .closing-content p {
        font-size: 0.8rem;
    }

    footer img {
        max-width: 80px;
    }

    footer p {
        font-size: 0.75rem;
    }
}
