/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://yourwebsite.com
Description: Child theme of Twenty Twenty-Five.
Author: Your Name
Author URI: https://yourwebsite.com
Template: twentytwentyfive
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

.custom-inner .inner-container{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.custom-inner .inner-box {
    position: relative;
    max-width: 320px;
    padding-right: 0;
}

.custom-inner .count-text {
    position: absolute;
    top: -25px;
    right: -15px;
    z-index: 1;
}

.custom-inner .count-text h3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background: #16243e;
}

.custom-inner .count-text h3:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    left: -17px;
    top: -17px;
    border-radius: 50%;
    border: 2px dashed #16243e;
}

.custom-inner .text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 290px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 120px rgba(0, 0, 0, .07);
    padding: 10px;
}

.custom-inner .text h3 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.custom-inner .text p {
    font-size: 14px;
}

.custom-inner .inner-box .shape {
    background-image:url("./assets/images/arrow-img.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -48%;
    width: 80px;
    height: 19px;
    background-repeat: no-repeat;
}



.wp-block-contact-form-7-contact-form-selector form p {
    margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form > p {
    position: relative;
}

.wp-block-contact-form-7-contact-form-selector input[type="email"] {
    border: none;
    outline: none;
    box-shadow: none;
    height: 73px;
    border-radius: 10px;
    padding-right: 37%;
    font-size: 16px;
    padding-left: 26px;
}

.wp-block-contact-form-7-contact-form-selector input[type="submit"] {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 19px 45px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #136297;
    color: #fff;
    font-size: 18px;
}

.header-main {
    position: relative;
}

.header-main:before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -60px;
    position: absolute;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 35%;
}

.header-main:after {
    background: #ffffff none repeat scroll 0 0;
    border-right: 15px solid #136297;
    content: "";
    height: 100%;
    left: 24.5%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 95px;
}

.custom-logo {
    position: relative;
}


/* Responsive: Tablet (<= 1024px) */
@media (max-width: 1024px) {
    .custom-inner .inner-container {
        align-items: center;
        text-align: center;
    }

    .custom-inner .inner-box {
        max-width: 280px;
    }

    .custom-inner .text {
        width: 220px;
        height: 220px;
    }
    .custom-team {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .custom-form-footer > div {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .custom-form-footer > div input[type="email"] {
        width: 100%;
        padding-right: 0;
    }
}

/* Responsive: Mobile (<= 768px) */
@media (max-width: 768px) {
    .custom-inner .inner-container {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }

    .custom-inner .text {
        width: 180px;
        height: 180px;
    }

    .custom-inner .count-text h3 {
        width: 60px;
        height: 60px;
        font-size: 16px;
    }

    .custom-inner .count-text h3:before {
        width: 80px;
        height: 80px;
    }
    .custom-team {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Responsive: Mobile nhỏ (<= 480px) */
@media (max-width: 480px) {
    .custom-inner .text {
        width: 150px;
        height: 150px;
    }

    .custom-inner .text h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .custom-inner .text p {
        font-size: 10px;
    }

    .custom-inner .count-text h3 {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }

    .custom-inner .count-text h3:before {
        width: 70px;
        height: 70px;
        left: -13px;
        top: -13px;
    }

    .custom-inner .inner-box .shape {
        width: 50px;
        height: 12px;
        right: -30%;
    }
    .custom-team {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .custom-form-footer {
        display: none;
    }
    .header-main:before {
        left: -42px;
        width: 70%;
    }
    .header-main:after {
        left: 55.5%;
    }
    .hide-on-mb {
        display: none !important;
    }
}