@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ================================
   OSP 83012
================================ */

section[data-cattype="83012"] {
    font-family: 'arial', sans-serif;
	margin-bottom: -90px;
}

section[data-cattype="83012"] .row {
    display: flex;
    align-items: center;
}

section[data-cattype="83012"] p {
    font-family: 'Montserrat', sans-serif;
}

section[data-cattype="83012"] img {
    border-radius: 30px;
}

/* ================================
   Breadcrumb
================================ */

section[data-cattype="83012"] .osp-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #5F6B7A;
    text-align: right;
    position: relative;
    z-index: 5;
    right: 40px;
    top: -88px;
}

section[data-cattype="83012"] .osp-breadcrumb a {
    color: #F2B705;
    text-decoration: none;
    transition: color 0.3s ease;
}

section[data-cattype="83012"] .osp-breadcrumb a:hover {
    color: #00169F;
}

section[data-cattype="83012"] .osp-breadcrumb-separator {
    color: #777777;
}

section[data-cattype="83012"] .osp-breadcrumb span:last-child {
    color: #5F6B7A;
}

/* ================================
   Content
================================ */

section[data-cattype="83012"] .title {
    font-size: 300px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #f6f6f6;
    margin-right: -500px;
    margin-left: -500px;
    margin-bottom: -210px;
    margin-top: -20px;
}

section[data-cattype="83012"] #titleColumn {
    text-align: justify;
    margin-left: -80px;
    margin-right: 100px;
}

section[data-cattype="83012"] .whoweare {
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin-top: -10px;
}

section[data-cattype="83012"] .custom-button {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease, border 0.6s ease;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 99;
}

section[data-cattype="83012"] .custom-button:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #ffffff;
}

/* ================================
   Number Counter
================================ */

section[data-cattype="83012"] #numbercounter {
    margin-top: -50px;
    position: relative;
    left: 827px;
    width: 95%;
}

section[data-cattype="83012"] .counter {
    font-size: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #00169F;
    margin-bottom: -15px;
}

/* ================================
   Responsive
================================ */

/* Laptop */
@media (max-width: 1400px) {
    section[data-cattype="83012"] .title {
        font-size: 200px;
        margin-bottom: -147px;
        margin-top: -74px;
    }

    section[data-cattype="83012"] .whoweare {
        font-size: 38px;
    }

    section[data-cattype="83012"] p {
        font-size: 14px;
    }

    section[data-cattype="83012"] .custom-button {
        font-size: 14px;
    }

    section[data-cattype="83012"] .counter {
        font-size: 50px;
    }

    section[data-cattype="83012"] .description {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    section[data-cattype="83012"] .osp-breadcrumb {
        justify-content: flex-end;
        font-size: 12px;
        margin-bottom: 18px;
        flex-wrap: wrap;
        text-align: right;
		right: 15px;
    	top: -39px;
    }

    section[data-cattype="83012"] .title {
        font-size: 200px;
        margin-top: -81px;
    }

    section[data-cattype="83012"] img {
        margin-top: -315px;
        padding: 20px 20px;
    }

    section[data-cattype="83012"] .whoweare {
        font-size: 28px;
        margin-top: -38px;
        margin-left: 182px;
        text-align: center;
    }

    section[data-cattype="83012"] p {
        margin-left: 113px;
        margin-right: -73px;
        font-size: 14px;
    }

    section[data-cattype="83012"] .custom-button {
        margin-left: 178px;
        font-size: 14px;
        width: 55%;
    }

    section[data-cattype="83012"] #WhoWeAre {
        margin-top: -105px;
    }

    section[data-cattype="83012"] #numbercounter {
        padding: 0px 20px;
        margin-left: -117px;
    }

    section[data-cattype="83012"] .counter {
        font-size: 38px;
    }

    section[data-cattype="83012"] .description {
        font-size: 12px;
    }
}