﻿/* ---------------contact_us_section--------------- */

.contact_us_section {
    background-color: var(--ma-type-primary);
    color: var(--ma-white);
    padding: 150px 0px 100px;
    /*    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);
}


/* ------------------------------- */

.section_title h2 {
    color: var(--ma-type-primary) !important;
    font-size: var(--ma-greeting-title) !important;
}

.section_title p {
    font-size: var(--ma-body-font-size) !important;
    margin-bottom: 5px !important;
}

/*-------------------------------------------*/

.our_offices_section {
    padding: 80px 0px;
    background-color: var(--ma-grey20);
}

/* Office Cards */
.office-card {
    width: 100%;
    max-width: 450px;
}

.office-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.office-icon {
    width: 60px;
    height: 60px;
    background-color: #295097;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.office-icon i {
    color: white;
    font-size: 1.8rem;
}

.office-title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.office-title p {
    font-size: 0.9rem;
    color: #666;
    margin: 5px 0 0;
}

.office-info {
    margin-bottom: 15px;
}

.office-info h5 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #333;
    display: flex;
    align-items: center;
}

.office-info h5 i {
    margin-right: 10px;
    color: #295097;
    width: 20px;
    text-align: center;
}

.office-info p {
    font-size: 0.95rem;
    margin-bottom: 0;
    color: #555;
    padding-left: 30px;
    line-height: 1.5;
}

.office-info a {
    font-size: 0.95rem;
    color: #295097;
    padding-left: 30px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.office-info a:hover {
    text-decoration: underline;
    color: #1e3a6f;
}

.office-divider {
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
}

/* Map Section */
.map-section {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
}

.map_iframe {
    min-height: 320px;
    width: 100%;
    border-radius: 10px;
}



/*--------------------------------- Contact Form Section ----------------------*/

.contact_form_section {
    background-color: #fff;
    padding: 80px 0px;
}

.contact_form_section h3 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.contact_form_section h3 i {
    margin-right: 15px;
    color: #295097;
    font-size: 1.8rem;
}

.form-control,
.form-select {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: #295097;
    box-shadow: 0 0 0 0.2rem rgba(41, 80, 151, 0.25);
}

.form-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    font-size: 1rem;
}

.btn-primary {
    background-color: #295097;
    border-color: #295097;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #1e3a6f;
    border-color: #1e3a6f;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(41, 80, 151, 0.3);
}

.btn-outline-secondary {
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}



/*--------------------------- Social Media Section -------------------*/
.social_media_section {
    position: relative;
    overflow: hidden;
    background-color: var(--ma-tag-black);
    padding: 100px;
}

.social_media_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;
}

.social_media_section_bg {
    content: "";
    background-image: url('../../../images/pages/contactus/social-media.png');
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: center right 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.social_media_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;
}

.social_media_section .container {
    position: relative;
    z-index: 10;
}



.social_media_section .section_title h2 {
    color: var(--ma-white) !important;
}

.social_media_section .section_title p {
    color: var(--ma-white) !important;
}

.social_media_section p {
    color: var(--ma-white);
}


.social-icons {
    display: flex;
    gap: 25px;
    margin: 50px 0px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.social-icons a:hover {
    background-color: white;
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.social-icons a.facebook:hover {
    color: #3b5998;
}

.social-icons a.twitter:hover {
    color: #1da1f2;
}

.social-icons a.instagram:hover {
    color: #e1306c;
}

.social-icons a.linkedin:hover {
    color: #0077b5;
}

.social-icons a.youtube:hover {
    color: #ff0000;
}





.captcha_failed_box {
    font-size: 14px;
    color: red;
    visibility: hidden;
}

/* Stats Section */
.stats-box {
    background-color: var(--ma-white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.stats-box:hover {
    transform: translateY(-5px);
}

.stats-box h3 {
    font-size: 2rem;
    color: var(--ma-type-primary);
    font-weight: 700;
    margin-bottom: 5px;
}

.stats-box p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0;
}





/* Media Queries for Responsive Design */


/* Extra extra large devices (xxl, ≥1400px) */
@media (min-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 (max-width: 991.98px) {
    .contact_us_section {
        padding: 150px 50px 50px 50px;
    }
    .contact_form_section {
        padding: 50px;
    }
    .our_offices_section {
        padding: 50px;
    }
    .social_media_section {
        padding: 50px;
    }
    .social_media_section_bg {
        left: auto;
        right: 0px;
        background-position: center right 0px;
    }
}
/* Small devices (sm, ≥576px) */
@media (max-width: 767.98px) {
    .contact_us_section {
        padding: 150px 20px 50px 20px;
    }
    .contact_form_section {
        padding: 50px 20px;
    }
    .our_offices_section {
        padding: 50px 20px;
    }
    .social_media_section {
        padding: 50px 20px;
    }
    .social_media_section_bg {
        display:none;
    }
}
/* Extra small devices (xs, <576px) */
@media (max-width: 575.98px) {
    .contact_us_section {
        padding: 150px 20px 50px 20px;
    }
    .contact_form_section {
        padding: 50px 20px;
    }
    .our_offices_section {
        padding: 50px 20px;
    }
    .social_media_section {
        padding: 50px 20px;
    }
}

