﻿
/* ---------------About_Us_section--------------- */

.About_Us_section {
    background-color: var(--ma-type-primary);
    color: var(--ma-white);
    padding: 200px 0px 100px 0px;
    /*    background-image: url('../../../images/pages/timeattendance/overtime-management/overtime-management.png');*/
    background-position: right 20% center;
    background-repeat: no-repeat;
    background-size: auto 500px;
}

.slider_contain_part i {
    filter: brightness(0) invert(1);
    height: 70px;
    width: 70px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_contain_part h1 {
    color: var(--ma-grey30);
}

.slider_contain_part p {
    color: var(--ma-grey30);
}


.free_trial_btn {
    background-color: var(--ma-white);
    border: 1px solid var(--ma-white);
    color: var(--ma-type-primary);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 10px;
}

    .free_trial_btn:hover,
    .free_trial_btn:focus,
    .free_trial_btn:active {
        background-color: var(--ma-white);
        border: 1px solid var(--ma-white);
        color: var(--ma-type-primary);
        outline: none;
        text-decoration: underline;
    }

.request_a_demo_btn {
    background-color: transparent;
    border: 1px solid transparent;
    color: var(--ma-white);
    padding: 10px 40px 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(255, 255, 255)"  xmlns="http://www.w3.org/2000/svg"><path d="M44.4,33.9H4.9c-.2,0-1.3-.5-1.6-.7-2.3-1.5-2.3-5.1,0-6.6s1.3-.7,1.6-.7h39.4l-13.4-12.2c-2.6-3.5,1.3-8.2,5.2-5.8,6.6,6.1,13.7,11.8,20.1,18s3.5,3.8,1.3,6.6l-20.7,19.2c-4.1,2.6-8.4-2.3-5.2-6l12.8-11.9Z"/></svg>');
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 20px;
}

    .request_a_demo_btn:hover,
    .request_a_demo_btn:focus,
    .request_a_demo_btn:active {
        background-color: transparent;
        border: 1px solid transparent;
        color: var(--ma-white);
        outline: none;
        text-decoration: underline;
    }



.breadcrumb {
    font-size: var(--ma-body-text);
    color: var(--ma-white);
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .breadcrumb > li {
        padding: 0px 5px;
    }

        .breadcrumb > li > a {
            color: var(--ma-white);
        }

            .breadcrumb > li > a:hover,
            .breadcrumb > li > a:focus,
            .breadcrumb > li > a:active {
                color: var(--ma-white);
            }

        .breadcrumb > li > span {
            color: var(--ma-white);
        }

        .breadcrumb > li > strong {
            color: var(--ma-white);
        }
/*-------------------------------------------*/

/* Product Page Styles */
.product-hero {
    padding: 120px 0 60px;
    background-color: #f8f9fa;
}

/* Product Images Section */
.product-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-image {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    .main-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 4px;
    }

.thumbnail-images {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 5px 0;
}

.thumbnail {
    flex: 0 0 80px;
    height: 80px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

    .thumbnail:hover,
    .thumbnail.active {
        border-color: var(--ma-type-primary);
        opacity: 1;
        box-shadow: 0 0 0 2px rgba(32, 116, 174, 0.3);
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Product Details Section */
.product-details {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.product-category {
    font-size: 14px;
    color: var(--ma-grey160);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.product-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--ma-tag-black);
    margin-bottom: 10px;
    line-height: 1.2;
}

.product-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ma-grey160);
    margin-bottom: 25px;
}

/* Product Actions */
.product-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.get-in-touch-btn {
    flex: 1;
    padding: 12px 20px;
    background: var(--ma-type-primary);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .get-in-touch-btn:hover {
        background: #0052a3;
    }

.download-brochure-btn {
    flex: 1;
    padding: 12px 20px;
    background: transparent;
    color: var(--ma-type-primary);
    border: 2px solid var(--ma-type-primary);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .download-brochure-btn:hover {
        background: var(--ma-type-primary);
        color: white;
    }

/* Product Meta */
.product-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--ma-grey160);
}

    .meta-item i {
        color: var(--ma-type-primary);
    }

/* Product Sections */
.product-section {
    margin-top: 60px;
    padding: 40px 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--ma-tag-black);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

    .section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 3px;
        background: var(--ma-type-primary);
    }

.section-content p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--ma-grey160);
    margin-bottom: 20px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .spec-table tr {
        border-bottom: 1px solid #e0e0e0;
    }

        .spec-table tr:last-child {
            border-bottom: none;
        }

    .spec-table td {
        padding: 15px 0;
        font-size: 16px;
    }

        .spec-table td:first-child {
            font-weight: 600;
            color: var(--ma-gray-700);
            width: 40%;
        }

        .spec-table td:last-child {
            color: var(--ma-grey160);
        }

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
}

    .feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--ma-type-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.feature-content h5 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--ma-tag-black);
}

.feature-content p {
    margin: 0;
    font-size: 15px;
    color: var(--ma-grey160);
    line-height: 1.6;
}

/* Attendance Solution Highlight */
.attendance-highlight {
    background-color: #e6f4ff;
    border-left: 4px solid var(--ma-type-primary);
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

    .attendance-highlight h3 {
        color: var(--ma-type-primary);
        margin-bottom: 15px;
    }

    .attendance-highlight p {
        margin-bottom: 0;
    }




/* ----------------mobile_apps_section--------------- */
.inquiry_now_bg_section {
    position: relative;
    overflow: hidden;
    background-color: var(--ma-tag-black);
    padding: 100px;
}

    .inquiry_now_bg_section:before {
        content: "";
        background-image: url('../../../images/pages/inquiry-now-bg.jpg');
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        z-index: 1;
    }

    .inquiry_now_bg_section:after {
        content: "";
        position: absolute;
        z-index: 2;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: var(--ma-tag-black);
        opacity: 0.5;
    }

    .inquiry_now_bg_section .container {
        position: relative;
        z-index: 10;
    }




    .inquiry_now_bg_section h2 {
        color: var(--ma-white) !important;
        margin-bottom: 0px;
    }

.inquiry_now_align {
    text-align: right;
}

.inquiry_now_btn {
    background-color: transparent;
    border: 1px dashed var(--ma-white);
    color: var(--ma-white);
    padding: 20px 60px 20px 20px;
    border-radius: 5px;
    font-size: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(255, 255, 255)"  xmlns="http://www.w3.org/2000/svg"><path d="M44.4,33.9H4.9c-.2,0-1.3-.5-1.6-.7-2.3-1.5-2.3-5.1,0-6.6s1.3-.7,1.6-.7h39.4l-13.4-12.2c-2.6-3.5,1.3-8.2,5.2-5.8,6.6,6.1,13.7,11.8,20.1,18s3.5,3.8,1.3,6.6l-20.7,19.2c-4.1,2.6-8.4-2.3-5.2-6l12.8-11.9Z"/></svg>');
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    /*------------*/
    animation-name: fade-bg;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    display:inline-block;
}

@keyframes fade-bg {
    0% {
        background-position: center right 20px;
    }

    100% {
        background-position: center right 10px;
    }
}

.inquiry_now_btn:hover,
.inquiry_now_btn:focus,
.inquiry_now_btn:active {
    background-color: transparent;
    border: 1px solid var(--ma-white);
    color: var(--ma-white);
    outline: none;
    text-decoration: underline;
}



/* Media Queries for Responsive Design */
/* Extra extra large devices (xxl) - ≥1400px */
@media (max-width: 1400px) {
}
/* Extra large devices (xl) - ≥1200px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}
/* Large devices (lg) - ≥992px */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* Medium devices (md) - ≥768px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .About_Us_section {
        padding: 150px 50px 100px 50px;
    }

    .product-hero {
        padding: 50px;
    }

    .product-images {
        margin-bottom: 15px;
    }

    .thumbnail-images {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .inquiry_now_bg_section {
        padding: 50px;
    }

    .inquiry_now_align {
        text-align: left;
    }

    .inquiry_now_btn {
        margin-top: 20px;
    }
}
/* Small devices (sm) - ≥576px */
@media (min-width: 576px) and (max-width: 767.98px) {
    .About_Us_section {
        padding: 150px 50px 50px 50px;
    }

    .product-hero {
        padding: 50px;
    }

    .product-images {
        margin-bottom: 15px;
    }

    .thumbnail-images {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .inquiry_now_bg_section {
        padding: 50px;
    }

    .inquiry_now_align {
        text-align: left;
    }

    .inquiry_now_btn {
        margin-top: 20px;
    }
}
/* Extra small devices (xs) - <576px */
@media (max-width: 575.98px) {
    .About_Us_section {
        padding: 150px 50px 50px 50px;
    }

    .product-hero {
        padding: 50px 20px;
    }

    .product-images {
        margin-bottom: 15px;
    }

    .thumbnail-images {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .inquiry_now_bg_section {
        padding: 50px 20px;
    }

    .inquiry_now_align {
        text-align: left;
    }

    .inquiry_now_btn {
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    .thumbnail-images {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}


