
/* ===============================
   90% SCREEN (1366px - 1536px)
=================================*/

@media (max-width: 1536px) {

    .container {
        max-width: 92%;
    }

    .left {
        max-width: 820px;
    }

    .left h1 {
        font-size: 60px;
        line-height: 1.2;
    }

    .form-box {
        width: 600px;
        padding: 30px 25px;
    }

    .form-box label {
        font-size: 20px;
    }

    .form-box input {
        padding: 18px;
        font-size: 18px;
    }

    .form-box button {
        padding: 18px;
        font-size: 20px;
    }

    .hero {
        height: 880px;
    }

    /* ===== INFO ===== */
    .info-content h2 {
        font-size: 38px;
    }

    .info-card p {
        font-size: 20px;
    }

    .info-btn {
        font-size: 24px;
        padding: 16px 30px;
    }

    /* ===== PROCESS ===== */
    .process-header h2 {
        font-size: 38px;
    }

    .process-header p {
        font-size: 20px;
    }

    .process-card h4 {
        font-size: 26px;
    }

    .process-card p {
        font-size: 20px;
    }

    .card-img {
        height: 280px;
    }

    .step {
        font-size: 52px;
    }

    /* ===== TEAM ===== */
    .team-heading {
        font-size: 38px;
    }

    .team-img img {
        width: 260px;
        height: 442px;
    }

    .team-position h3 {
        font-size: 26px;
    }

    .team-detail p {
        font-size: 20px;
    }

    /* ===== FORM ===== */
    .apply-header h2 {
        font-size: 38px;
    }

    .form-control {
        font-size: 20px;
    }

    .submit-btn {
        font-size: 24px;
    }

    .image-card img {
        height: 860px;
    }

    /* ===== CLIENT ===== */
    .client-detail h3 {
        font-size: 26px;
    }

    .client-detail p {
        font-size: 20px;
    }

    /* ===== LEADER ===== */
    .leader-heading {
        font-size: 38px;
    }

    /* ===== FOOTER ===== */
    .footer h5 {
        font-size: 24px;
    }

    .footer ul li a {
        font-size: 20px;
    }
    .leader-card
    {
        width: 390px;
    }

}


/* ===============================
   EXTRA LARGE (FULL 100% FIX)
=================================*/

@media (min-width: 1537px) {

    .container {
        max-width: 90%;
    }
    
    .left {
        max-width: 960px;
    }

    .left h1 {
        font-size: 72px;
    }

    .form-box {
        width: 700px;
    }

    .hero {
        height: 980px;
    }

    .image-card img {
        height: 880px;
    }

}

/* ===============================
   TABLET / SMALL LAPTOP (1024px)
=================================*/

@media (max-width: 1024px) {

    /* ===== HEADER ===== */
    .contact-btn {
        font-size: 20px;
        padding: 14px 18px;
    }

    /* ===== HERO ===== */
    .hero {
        height: auto;
        padding: 80px 0;
    }

    .hero-overlay {
        width: 70%;
    }

    .left h1 {
        font-size: 48px;
    }

    .form-box {
        width: 100%;
        max-width: 550px;
        padding: 30px 25px;
    }

    .form-box label {
        font-size: 20px;
    }

    .form-box input {
        font-size: 18px;
        padding: 16px;
    }

    .form-box button {
        font-size: 20px;
        padding: 16px;
    }

    /* ===== INFO ===== */
    .info-content h2 {
        font-size: 34px;
    }

    .info-card p {
        font-size: 18px;
    }

    .info-btn {
        font-size: 20px;
        padding: 14px 25px;
    }

    /* ===== PROCESS ===== */
    .process-header h2 {
        font-size: 34px;
    }

    .process-header p {
        font-size: 18px;
    }

    .process-card h4 {
        font-size: 24px;
    }

    .process-card p {
        font-size: 18px;
    }

    .card-img {
        height: 250px;
    }

    .step {
        font-size: 48px;
    }

    .process-btn {
        font-size: 20px;
        padding: 14px 30px;
    }

    .process-section {
        padding: 60px 0 30px;
    }

    /* ========= Info-section ========== */
    .info-image {
        width: 100%;
    }

    .info-card {
        margin: 0;
    }

    .info-image img {
        border-radius: 18px;
        width: 100%;
        height: 566px;
        object-fit: cover;
    }
    .info-content 
    {
        padding: 0;
    }
    /* ======== Process-row ======== */
    .process-row .col-lg-4
    {
        width: 50%;
    }
    /* ===== TEAM ===== */
    .team-box {
        grid-template-columns: 1fr;
    }

    .team-card {
        flex-direction: row;
        gap: 20px;
    }

    .team-img img {
        width: 220px;
        height: 320px;
    }

    .team-position h3 {
        font-size: 24px;
    }

    .team-detail p {
        font-size: 18px;
    }

    .team-rate h4 {
        font-size: 30px;
    }

    .team-rate p {
        font-size: 18px;
    }

    /* ===== FORM SECTION ===== */
    .apply-header h2 {
        font-size: 32px;
    }

    .apply-header p {
        font-size: 18px;
    }

    .form-label {
        font-size: 18px;
    }

    .form-control {
        font-size: 18px;
    }

    .submit-btn {
        font-size: 20px;
    }

    .image-card img {
        height: 810px;
    }

    /* ===== CLIENT ===== */
    .client-box {
        grid-template-columns: 1fr;
    }

    .client-card {
        flex-direction: row;
        gap: 20px;
    }

    .client-img img {
        height: 220px;
    }

    .client-detail h3 {
        font-size: 22px;
    }

    .client-detail p {
        font-size: 18px;
    }

    /* ===== LEADER ===== */
    .leader-section {
        padding: 50px 220px;
    }

    .leader-heading {
        font-size: 34px;
    }

    .leader-card {
        width: 100%;
    }

    .leader-card img {
        width: 100%;
    }

    /* ===== FOOTER ===== */
    .footer h5 {
        font-size: 22px;
    }

    .footer ul li a {
        font-size: 18px;
    }

    .copyright {
        font-size: 15px;
        margin-top: 40px;
    }

}

/* ===============================
   RESPONSIVE (998px and below)
=================================*/

@media (max-width: 998px) {

    /* ===== GLOBAL ===== */
    .container {
        max-width: 95%;
    }

    /* ===== HEADER ===== */
    .logo img {
        height: 35px;
    }

    .contact-btn {
        font-size: 14px;
        padding: 10px 14px;
    }

    /* ===== HERO ===== */
    .hero {
        height: auto;
        padding: 60px 0;
    }

    .hero-overlay {
        width: 100%;
    }

    .left {
        max-width: 100%;
        text-align: center;
    }

    .left h1 {
        font-size: 36px;
    }

    .form-box {
        width: 100%;
        padding: 25px 20px;
        margin: auto;
    }

    .form-box label {
        font-size: 18px;
    }

    .form-box input {
        padding: 14px;
        font-size: 16px;
    }

    .form-box button {
        font-size: 18px;
        padding: 14px;
    }

    /* ===== INFO SECTION ===== */
    .info-content {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .info-content h2 {
        font-size: 28px;
    }

    .info-card p {
        font-size: 16px;
    }

    .about-btn {
        justify-content: center;
    }

    .info-btn {
        font-size: 18px;
        padding: 12px 20px;
    }

    /* ===== PROCESS ===== */
    .process-header h2 {
        font-size: 28px;
    }

    .process-header p {
        font-size: 16px;
    }

    .process-card h4 {
        font-size: 20px;
    }

    .process-card p {
        font-size: 15px;
    }

    .card-img {
        height: auto;
    }

    .step {
        font-size: 40px;
    }

    .process-btn {
        font-size: 18px;
        padding: 12px 25px;
    }

    /* ===== TEAM ===== */
    .team-box {
        grid-template-columns: 1fr;
    }

    .team-card {
        flex-direction: column;
    }

    .team-cards {
        flex-direction: column;
    }

    .team-img img {
        width: 100%;
        height: auto;
    }

    .team-detail {
        padding: 15px;
    }

    .team-position h3 {
        font-size: 22px;
    }

    .team-detail p {
        font-size: 16px;
    }

    .team-rate h4 {
        font-size: 26px;
    }

    .team-rate p {
        font-size: 16px;
    }

    /* ===== FORM SECTION ===== */
    .apply-header h2 {
        font-size: 28px;
    }

    .apply-header p {
        font-size: 16px;
    }

    .form-label {
        font-size: 16px;
    }

    .form-control {
        font-size: 16px;
    }

    .submit-btn {
        font-size: 18px;
        padding: 14px;
    }

    .image-card img {
        height: auto;
    }

    /* ===== CLIENT ===== */
    .client-box {
        grid-template-columns: 1fr;
    }

    .client-card {
        flex-direction: column;
    }

    .client-boxe {
        flex-direction: column;
    }

    .client-detail h3 {
        font-size: 20px;
    }

    .client-detail p {
        font-size: 16px;
    }

    /* ===== LEADER ===== */
    .leader-section {
        padding: 40px 20px;
    }

    .leader-heading {
        font-size: 28px;
    }

    .leader-card {
        width: 100%;
    }

    .leader-card img {
        width: 100%;
    }

    /* ===== FOOTER ===== */
    .footer {
        text-align: center;
    }

    .footer h5 {
        font-size: 20px;
    }

    .footer ul li a {
        font-size: 16px;
    }

    .copyright {
        margin-top: 30px;
        font-size: 14px;
    }
}

/* ===== MOBILE EXTRA ===== */
@media (max-width: 768px) {
    .form-box {
        width: 51%;
        padding: 25px 18px;
        margin: 0;
    }

    .form-box label {
        font-size: 17px;
        text-align: start;
    }

    .info-image img {
        object-fit: cover;
        height: 355px;
    }

    .info-card {
        height: 100%;
        margin-bottom: 0;
    }

    .card-img {
        height: 213px;
        width: 204px;
        object-fit: cover;
    }

    .process-btn {
        margin-top: 30px;
    }

    /* ===== Team-section ======= */
    .team-section {
        padding: 30px 0;
    }

    .process-section {
        background: #FFFFFF;
        padding: 60px 0 0px;
    }

    .team-heading {
        text-align: center;
    }

    .team-card {
        flex-direction: row;
    }

    .team-img img {
        width: 200px;
        height: 304px;
    }

    .image-card img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    /* ======== Client-Section ========= */
    .client-section {
        padding: 30px 0;
    }

    .client-card {
        flex-direction: row;
        align-items: start;
    }

    .client-img img {
        height: 258px;
        width: auto;
    }

    .copyright {
        margin-top: 195px;
        position: absolute;
        font-size: 14px;
    }

    /* ==== footer ==== */
    .footer-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-text {
        font-size: 16px;
        text-align: end;
        max-width: 300px;
    }

    .copyright {
        margin-top: 479px;
        position: absolute;
        font-size: 14px;
        margin-left: 212px;
    }


}

/* ===== MOBILE EXTRA ===== */
@media (max-width: 576px) {

    .left h1 {
        font-size: 26px;
    }

    .form-box {
        padding: 20px 15px;
        width: 100%;
    }

    .process-btn {
        margin-top: 40px;
    }

}

/* ===============================
   MOBILE (425px and below)
=================================*/

@media (max-width: 480px) {
    .process-row .col-lg-4 {
        width: 100%;
    }
    .form-box label {
        margin-top: 0;
        margin-bottom: 0;
    }
    .form-box input {
        margin-bottom: 15px;
    }
    /* ===== FORM ===== */
    .form-box {
        width: 100% !important;
        padding: 20px 15px;
    }

    .info-content h2 {
        font-size: 21px;
    }

    .form-box label {
        font-size: 14px;
    }

    /* ===== INFO ===== */
    .info-image img {
        height: auto;
    }

    .info-cards {
        margin-bottom: 35px;
        display: flex;
        gap: 20px;
    }

    .info-card p {
        font-size: 14px;
    }

    /* ===== PROCESS ===== */
    .card-img {
        width: 100%;
        height: auto;
    }

    .process-card h4 {
        font-size: 18px;
    }

    .process-card p {
        font-size: 14px;
    }

    .process-btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    /* ===== TEAM ===== */
    .team-card {
        flex-direction: column;
        text-align: start;
    }

    .team-cards {
        flex-direction: column;
    }

    .team-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .team-position h3 {
        font-size: 18px;
    }

    .team-detail p {
        font-size: 14px;
    }

    .team-rate h4 {
        font-size: 22px;
    }

    .team-rate p {
        font-size: 14px;
    }

    /* ===== IMAGE CARD ===== */
    .image-card img {
        height: auto;
    }

    /* ===== CLIENT ===== */
    .client-card {
        flex-direction: column;
        text-align: center;
    }

    .client-img img {
        width: 100%;
        height: auto;
    }

    .client-detail h3 {
        font-size: 18px;
    }

    .client-detail p {
        font-size: 14px;
    }

    /* ===== FOOTER ===== */
    .footer-left {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-text {
        text-align: center;
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 0px;
    }
    .footer {
        padding: 30px 0;
    }
    .copyright {
        position: static;
        margin-top: 0px;
        margin-left: 0;
        margin-bottom: 15px;
        font-size: 13px;
    }

}