/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* About us section1 */
.absect1 {
    background-image: url(../img/Oma_About_Pic.jpg);
    background-color: #fbfbfb;
    width: 100%;
    padding: 32px 60px;
    padding-top: 20px;
    height: 560px;
    background-size: cover;
    background-position: center;
    line-height: 100%;
}

/* About Us Header */
.absect1 .text {
    text-align: center;
    margin: 8% auto 0;
    font-style: bold;
    width: 70;
    letter-spacing: -0.5px;
    gap: 8px;
    margin-top: 10.5%;
}
.nav-link:nth-child(3){
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: #FFF94D;
    font-size: 17px;  
    font-weight: 600;
}
.absect1 .text h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.5px;
}

/* About us section 2 */
.absect2 {
    padding: 80px 7%;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: auto;
    width: 100%;
    box-sizing: border-box;
}

/* About us section2 text */
.absect2 .sect2text {
    flex: 1;
    min-width: 300px;
    max-width: 690px;
    color: #141414;
}

.absect2 .sect2text h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: clamp(32px, 5vw, 40px) !important;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #141414;
    margin-bottom: 12px;
}

.absect2 .sect2text h1 span {
    font-family: 'Pacifico', cursive;
    color: #D60088;
}

.absect2 .sect2text h2 {
    font-family: "Quicksand", sans-serif;
    font-size: clamp(20px, 3vw, 24px) !important;
    letter-spacing: -0.5px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

.absect2 .sect2text p {
    text-align: justify;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 2vw, 16px) !important;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #595959;
    margin: 0;
}

.read-more-btn {
    display: none;
}

.text-wrapper {
    overflow: hidden;
    position: relative;
}

#readMoreText {
    transition: max-height 0.5s ease, -webkit-line-clamp 0.5s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* Collapsed state - show only 5 lines */
.text-wrapper.collapsed #readMoreText {
    max-height: 13.5em;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    overflow: hidden;
}

/* Expanded state - show all content */
.text-wrapper.expanded #readMoreText {
    max-height: 1000px;
    -webkit-line-clamp: unset;
    display: block;
}

.absect2 .sect2img {
    flex: 0 0 auto;
    width: clamp(300px, 35vw, 390px);
    height: auto;
    aspect-ratio: 1;
    border-radius: 8px;
    background: radial-gradient(50% 50% at 50% 50%, #4DFFA0 0%, #2FAF6B 100%);
    box-shadow: 0px 1px 5px 0px #00000040;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

.absect2 .sect2img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 10px;
    left: 20px;
    transform: scale(1.1);
}

/* About us section3 */
.absect3 {
    padding: 100px 6%;
    background-color: #FFFB8F;
    justify-content: center;
}

.absect3 h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    color: black;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 48px;
    text-transform: capitalize;
}

.absect3 h1 i {
    color: #141414;
    text-shadow:
        0 0 10px #FFF837,
        0 0 20px #E617F2,
        0 0 40px #FFF837;
}

.productCategories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.category {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    width: 270px;
    height: 270px;
    padding: 0;
    background-color: #f3ee65;
}

.category:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.category a {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
}

.category img {
    width: 106%;
    height: 270px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.category:hover img {
    transform: scale(1.05);
}

.category h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 55px;
    font-weight: bolder;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    z-index: 2;
    width: 100%;
    color: #f3f3d7;
}

/*  ABOUT US SECTION 4 - BLOG -  */
.absect4 {
    padding: 100px 3%;
    background-color: #FFF;
    max-width: 100%;
    margin: auto;
    align-items: flex-start;
}

.absect4 h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    color: black;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 48px;
}

.absect4 h1 i {
    color: #141414;
    text-shadow:
        0 0 10px #FFF837,
        0 0 20px #E617F2,
        0 0 40px #FFF837;
    margin-right: 15px;
}

/* Blog contents - SHARED BY BOTH STATIC BLOG POSTS AND CAROUSEL */
.absect4 .boxgroup {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px;
    align-items: start;
    margin-left: auto;
    margin-right: auto;
}

/* Shared styles for both static blog posts and carousel items - UPDATED */
.absect4 .boxgroup>.sub,
.absect4 .grid-item {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 550px;
    position: relative;
    margin-top: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    align-self: start;
}

.absect4 .boxgroup>.sub:hover,
.absect4 .grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Blog image - SHARED */
.absect4 .product-image2 {
    position: relative;
    width: 100%;
    height: 250px;
    min-height: 250px;
    overflow: hidden;
    background-color: #f9f9f9;
    flex-shrink: 0;
}

.absect4 .product-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.absect4 .boxgroup>.sub:hover .product-image2 img,
.absect4 .grid-item:hover .product-image2 img {
    transform: scale(1.05);
}

/* Blog info - SHARED - UPDATED */
.absect4 .blog-info {
    text-align: left;
    padding: 25px;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 280px;
}

.absect4 .content {
    flex: 1;
    overflow: hidden;
}

.absect4 .blog-title {
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Quicksand', sans-serif;
    color: #222;
}

.absect4 .blog-info p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.15px;
    color: #555;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.8em;
    transition: max-height 0.3s ease, -webkit-line-clamp 0.3s ease;
}

/* Collapsed state for blog posts */
.absect4 .blog-info.collapsed p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.8em;
}

/* Expanded state for blog posts - FIXED VERSION */
.absect4 .blog-info.expanded p {
    -webkit-line-clamp: unset;
    max-height: none !important; /* Remove fixed height */
    overflow-y: visible; /* Remove scroll */
    display: block;
    transition: max-height 0.3s ease
}

/* When expanded, increase the box height */
.absect4 .boxgroup > .sub.expanded,
.absect4 .grid-item.expanded {
     height: auto;
    z-index: 10;
    position: relative;
    margin-bottom: 10px;
}

.absect4 .boxgroup>.sub.expanded {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}


.absect4 .read-more-button {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    color: #141414;
    background: none;
    align-self: flex-start;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
    z-index: 3;
    flex-shrink: 0;
}

.absect4 .read-more-button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #E617F2;
    transition: width 0.3s ease;
}

.absect4 .read-more-button:hover {
    color: #E617F2;
}

.absect4 .read-more-button:hover:after {
    width: 100%;
}

/* Remove the old active class and replace with new expanded/collapsed */
.absect4 .blog-info.active p {
    -webkit-line-clamp: unset;
    max-height: none !important;
    overflow-y: visible;
    display: block;
    transition: max-height 0.3s ease;
}

/* Blog post meta info - SHARED */
.blog-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
    color: #888;
}

.blog-meta span {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.blog-meta i {
    margin-right: 5px;
    font-size: 12px;
}

/*  2x2 GRID CAROUSEL STYLES  */
.carousel-section {
    margin: 60px auto 30px;
    max-width: 1200px;
    width: 100%;
}

.carousel-container {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 40px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    margin-bottom: 30px;
    overflow: hidden;
}

.grid-carousel {
    position: relative;
    min-height: 500px;
}

.slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(auto, max-content);
    gap: 30px;
    padding: 10px;
    opacity: 0;
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    align-items: start;
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
    pointer-events: all;
}

/*  DOT NAVIGATION STYLES  */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #E617F2;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

.dot:hover {
    background: #D60088;
    transform: scale(1.2);
}

.dot.active {
    background: #141414;
    transform: scale(1.3);
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.2);
}

.dot:focus {
    outline: 2px solid #141414;
    outline-offset: 2px;
}

/*  ANIMATIONS  */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.grid-item:not(.empty) {
    animation: slideIn 0.6s ease-out forwards;
    animation-delay: calc(var(--item-index, 0) * 0.1s);
}

/* Empty state */
.grid-item.empty {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-style: italic;
    opacity: 0.7;
}

.empty-placeholder {
    text-align: center;
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

/*  SECTION 5 - MAP  */
.sect5 {
    padding: 100px 120px;
    text-align: center;
    margin-top: 50px
}

.sect5 .map-box {
    width: 100%;
    height: clamp(365px, 50vw, 635px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(20, 20, 20, 0.1);
    margin-bottom: 20px;
}

.sect5 .map-box iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

.sect5text {
    margin-top: 40px;
    text-align: left;
}

.sect5text h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.sect5text a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #595959;
    text-decoration: none;
    display: block;
}

/*  SECTION 6 - CONTACT FORM  */
.sect6 {
    padding: 100px 70px;
    background-color: #FFF;
    text-align: center;
}

.sect6 h1 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 20px;
    color: black;
    font-family: "Overpass", sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 52px;
    text-transform: capitalize;
}

.sect6 h1 i {
    color: #141414;
    text-shadow:
        0 0 10px #FFF837,
        0 0 20px #E617F2,
        0 0 40px #FFF837;
}

.sect6 h1 p {
    text-align: center;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

/* Contact form */
.sect6 .contact-form {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

form {
    width: 100%;
}

/* form label */
.sect6 .contact-form label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.sect6 .contact-form span {
    color: #F90000;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

/* form input and textarea*/
.sect6 .contact-form input,
.sect6 .contact-form textarea {
    width: 95%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    gap: 32px;
    border-radius: 8px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
}

/* inputs and textarea placeholder */
.sect1 .contact-form input::placeholder,
.sect1 .contact-form textarea::placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #D9D9D9;
}

.sect6 .contact-form textarea {
    height: 72px;
    resize: vertical;
}

.sect6 .contact-form input:focus,
.sect6 .contact-form textarea:focus {
    border-color: #141414;
    outline: none;
}

/* form button */
.sect6 .contact-form button {
    background-color: #141414;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 95%;
    text-align: center;
    background-color: #D60088;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sect6 .contact-form button:hover {
    background-color: #FF007F;
}

/* spinner */
.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top: white;
    animation: spin 1s ease-in-out infinite;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 0;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Status Messages */
.status-message {
    max-width: 70%;
    margin: 20px auto;
    padding: 15px 13px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    display: none;
    line-height: 24px;
}

.status-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block !important;
}

.status-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block !important;
}

.status-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
    display: block !important;
}

/* Button loading state */
button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/*  COMPREHENSIVE RESPONSIVE DESIGN  */

/* ===== 1200px - 992px (Large Tablet/Desktop) ===== */
@media (max-width: 1200px) {
    /* All sections padding */
    .absect1, .absect2, .absect3, .absect4, .sect5, .sect6 {
        padding: 80px 4%;
    }

    /* Section 1 */
    .absect1 {
        height: 480px;
        padding: 24px 40px;
    }

    .absect1 .text h1 {
        font-size: 36px;
        line-height: 44px;
    }

    /* Section 2 */
    .absect2 {
        flex-direction: column;
        align-items: center;
    }

    .absect2 .sect2text {
        max-width: 95%;
        margin: 0 auto;
    }

    .absect2 .sect2img {
        margin: 20px auto 0;
        max-width: 70%;
        height: auto;
    }

    /* Section 4 - Blog */
    .absect4 .boxgroup {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
    
    .absect4 .boxgroup>.sub,
    .absect4 .grid-item {
        min-height: 500px;
    }

    /* Carousel */
    .carousel-container {
        padding: 30px;
    }
    
    .slide {
        gap: 20px;
    }
    
    .absect4 .product-image2 {
        height: 220px;
    }
}

/* ===== 992px - 768px (Tablet) ===== */
@media (max-width: 992px) {
    /* Blog section */
    .absect4 .boxgroup>.sub,
    .absect4 .grid-item {
        min-height: 480px;
    }
    
    /* Carousel */
    .carousel-section {
        margin: 40px auto 60px;
    }
    
    .carousel-container {
        padding: 25px;
        border-radius: 15px;
    }
    
    .grid-carousel {
        min-height: 450px;
    }
    
    /* FIXED: Changed from repeat(4, 1fr) to auto rows for mobile */
    .slide {
        grid-template-columns: 1fr;
        grid-auto-rows: minmax(auto, max-content);
        gap: 15px;
    }
    
    .absect4 .product-image2 {
        height: 200px;
    }
    
    .absect4 .blog-info {
        padding: 20px;
        min-height: 250px;
    }
    
    .absect4 .blog-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .absect4 .blog-info p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .carousel-dots {
        margin-top: 25px;
    }
}

/* ===== 768px and below (Mobile/Tablet) ===== */
@media screen and (max-width: 780px) {
    /* Section 1 */
    .absect1 {
        height: 370px;
        padding: 20px 30px;
    }

    .navbar {
        margin-bottom: 20px;
    }

    .absect1 h1 {
        font-size: clamp(30px, 5vw, 30px) !important;
        line-height: 1.2;
    }

    /* Section 2 */
    .absect2 {
        flex-direction: column;
        gap: 30px;
    }

    .absect2 .sect2text {
        max-width: 100%;
        min-width: unset;
    }

    .absect2 .sect2text h1 {
        font-size: clamp(28px, 4vw, 36px) !important;
        margin-bottom: 10px;
    }

    .absect2 .sect2text h2 {
        font-size: clamp(18px, 2.5vw, 22px) !important;
        margin-bottom: 12px;
    }

    .absect2 .sect2text p {
        font-size: clamp(14px, 1.8vw, 15px) !important;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .absect2 .sect2img {
        width: clamp(280px, 60vw, 350px);
        max-width: 350px;
        margin: 0 auto;
    }

    .absect2 .sect2img img {
        top: 8px;
        left: 15px;
        transform: scale(1.05);
    }

    /* READ MORE BUTTON - ONLY SHOWS BELOW 780px */
    .read-more-btn {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.25px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        margin-top: 10px;
        color: #141414;
        background: none;
        align-self: flex-start;
        padding: 8px 0;
        position: relative;
        transition: color 0.3s ease;
        display: inline-block !important;
    }

    .read-more-btn:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #E617F2;
        transition: width 0.3s ease;
    }

    .read-more-btn:hover {
        color: #E617F2;
    }

    .read-more-btn:hover:after {
        width: 100%;
    }

    .absect2 .sect2text p.expanded {
        -webkit-line-clamp: unset;
        display: block;
    }

    /* Section 3 */
    .absect3 {
        padding: 60px 5%;
    }

    .absect3 h1 {
        font-size: clamp(28px, 5vw, 36px) !important;
        line-height: 1.2;
    }

    /* Section 4 */
    .absect4 {
        padding: 60px 5%;
    }

    .absect4 h1 {
        font-size: clamp(28px, 5vw, 36px) !important;
        line-height: 1.2;
    }

    .absect4 .boxgroup {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* When expanded on mobile, add margin to prevent overlap */
    .absect4 .boxgroup > .sub.expanded,
    .absect4 .grid-item.expanded {
        margin-bottom: 20px;
    }

    /* Section 5 & 6 */
    .sect5, .sect6 {
        padding: 70px 30px;
    }

    .sect5 .map-box {
        height: clamp(345px, 40vw, 620px);
    }

    .sect5text h2 {
        font-size: 16px;
    }

    .sect5text a {
        font-size: 14px;
    }

    /* Section 6 */
    .sect6 h1 {
        font-size: clamp(28px, 5vw, 36px) !important;
        line-height: 1.2;
    }

    .sect6 .contact-form {
        width: 100%;
    }

    /* Carousel */
    .carousel-section {
        margin: 30px auto 50px;
    }
    
    .carousel-container {
        padding: 20px;
        border-radius: 12px;
    }
    
    .grid-carousel {
        min-height: 400px;
    }
    
    .slide {
        gap: 12px;
    }
    
    .absect4 .product-image2 {
        height: 180px;
    }
    
    .absect4 .blog-info {
        padding: 18px;
        min-height: 230px;
    }
    
    .absect4 .blog-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .absect4 .blog-info p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    .absect4 .read-more-button {
        font-size: 13px;
        padding: 6px 0;
        margin-top: 8px;
    }
    
    .absect4 .blog-meta {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .absect4 .blog-meta span {
        margin-right: 10px;
    }
    
    .carousel-dots {
        margin-top: 20px;
        gap: 12px;
    }
    
    .dot {
        width: 12px;
        height: 12px;
    }
}

/* ===== 480px and below (Mobile) ===== */
@media (max-width: 480px) {
    /* Section 1 */
    .absect1 {
        height: 260px;
        padding: 16px 20px;
    }

    .absect1 h1 {
        font-size: clamp(23px, 6vw, 26px) !important;
        line-height: 1.2;
    }

    /* Section 2 */
    .absect2 {
        gap: 20px;
    }

    .absect2 .sect2text h1 {
        font-size: clamp(24px, 5vw, 28px) !important;
    }

    .absect2 .sect2text h2 {
        font-size: clamp(16px, 3.5vw, 18px) !important;
    }

    .absect2 .sect2text {
        max-width: 100%;
    }

    /* Section 3 */
    .absect3 {
        padding: 50px 20px;
    }

    /* Section 4 - Blog */
    .absect4 {
        padding: 50px 5% !important;
    }

    .absect4 h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .absect4 h1 i {
        font-size: 28px !important;
        margin-right: 10px !important;
    }

    .absect4 .boxgroup {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        margin-top: 20px !important;
    }

    .absect4 .boxgroup > .sub {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        margin-top: 0 !important;
    }

    .absect4 .product-image2 {
        height: 180px !important;
        min-height: 180px !important;
    }

    .absect4 .blog-info {
        padding: 20px !important;
        min-height: auto !important;
    }

    .blog-meta {
        flex-wrap: wrap !important;
        gap: 10px !important;
        font-size: 12px !important;
    }

    .blog-meta span {
        margin-right: 10px !important;
    }

    .blog-meta i {
        font-size: 11px !important;
    }

    .absect4 .blog-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    .absect4 .blog-info p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }

    .absect4 .read-more-button {
        font-size: 13px !important;
        padding: 6px 0 !important;
        margin-top: 5px !important;
    }

    /* Remove hover effects on mobile for better touch */
    .absect4 .boxgroup .sub:hover,
    .absect4 .grid-item:hover {
        transform: none !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    }

    .absect4 .boxgroup .sub:hover .product-image2 img,
    .absect4 .grid-item:hover .product-image2 img {
        transform: none !important;
    }

    /* Improve touch targets */
    .absect4 .boxgroup .read-more-button {
        min-height: 40px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    /* Section 5 */
    .sect5 {
        padding: 50px 20px;
    }
    
    /* Section 6 */
    .sect6 h1 {
        font-size: clamp(23px, 4.5vw, 27px) !important;
        line-height: 1.2;
    }

    .sect6 p {
        font-size: 14px;
    }

    /* Carousel */
    .carousel-section {
        margin: 20px auto 40px;
    }
    
    .carousel-container {
        padding: 15px;
        border-radius: 10px;
        max-width: calc(100% - 20px);
    }
    
    .grid-carousel {
        min-height: 350px;
    }
    
    .slide {
        gap: 10px;
        padding: 5px;
        grid-auto-rows: minmax(auto, max-content);
    }
    
    .absect4 .product-image2 {
        height: 150px;
    }
    
    .absect4 .blog-info {
        padding: 15px;
        min-height: 200px;
    }
    
    .absect4 .blog-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .absect4 .blog-info p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
        max-height: 3.6em;
    }
    
    .absect4 .read-more-button {
        font-size: 12px;
        padding: 5px 0;
        margin-top: 5px;
    }
    
    .absect4 .blog-meta {
        font-size: 11px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 10px;
    }
    
    .absect4 .blog-meta span {
        margin-right: 0;
    }
    
    .carousel-dots {
        margin-top: 15px;
        gap: 10px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
    
    /* Disable hover effects on mobile for better touch experience */
    .absect4 .boxgroup>.sub:hover,
    .absect4 .grid-item:hover {
        transform: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }
    
    .absect4 .boxgroup>.sub:hover .product-image2 img,
    .absect4 .grid-item:hover .product-image2 img {
        transform: none;
    }
}

@media (max-width: 360px) {
    /* Section 1 */
    .absect1 {
        height: 220px;
        padding: 12px 15px;
    }

    .absect1 h1 {
        font-size: 20px !important;
        line-height: 1.3;
    }

    /* Section 2 */
    .absect2 {
        padding: 40px 15px;
    }

    .absect2 .sect2text h1 {
        font-size: 22px !important;
    }

    .absect2 .sect2text h2 {
        font-size: 16px !important;
    }

    .absect2 .sect2text p {
        font-size: 13px !important;
        line-height: 1.4;
    }

    .absect2 .sect2img {
        width: 250px;
        height: 250px;
    }

    /* Section 3 & 4 */
    .absect3, .absect4 {
        padding: 40px 15px;
    }

    .absect3 h1, .absect4 h1 {
        font-size: 24px !important;
    }
    
    .absect4 .boxgroup>.sub,
    .absect4 .grid-item {
        min-height: 420px;
    }

    /* Section 5 & 6 */
    .sect5, .sect6 {
        padding: 40px 15px;
    }

    .sect5 .map-box {
        height: 250px;
    }

    /* Carousel */
    .carousel-container {
        padding: 10px;
    }
    
    .grid-carousel {
        min-height: 300px;
    }
    
    .slide {
        grid-auto-rows: minmax(auto, max-content);
    }
    
    .absect4 .product-image2 {
        height: 130px;
    }
    
    .absect4 .blog-info {
        padding: 12px;
        min-height: 180px;
    }
    
    .absect4 .blog-title {
        font-size: 15px;
    }
    
    .absect4 .blog-info p {
        font-size: 11px;
    }
    
    .absect4 .read-more-button {
        font-size: 11px;
    }
}
