﻿/*=============================================
    RESPONSIVE.CSS
    ForceNexa IT Solutions
==============================================*/


/*=============================================
Large Desktop
==============================================*/

@media (max-width:1400px) {

    .container {
        max-width: 1140px;
    }

    .hero {
        padding-top: 150px;
    }

        .hero h1 {
            font-size: 52px;
        }

    .page-banner h1 {
        font-size: 48px;
    }

    .about-title {
        font-size: 38px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .counter-box h2 {
        font-size: 48px;
    }

    .cta-box {
        padding: 50px;
    }
}


/*=============================================
Laptop
==============================================*/

@media (max-width:1200px) {

    .container {
        max-width: 960px;
    }

    section {
        padding: 10px 0;
    }

    .hero {
        padding-top: 100px;
        padding-bottom: 10px;
    }

        .hero h1 {
            font-size: 45px;
        }

        .hero p {
            font-size: 17px;
        }

    .section-title {
        margin-bottom: 45px;
    }

        .section-title h2 {
            font-size: 36px;
        }

    .about-content {
        padding-left: 20px;
    }

    .about-title {
        font-size: 34px;
    }

    .about-exp {
        width: 130px;
    }

    .service-card {
        padding: 30px;
    }

    .service-title {
        font-size: 22px;
    }

    .icon-box {
        width: 70px;
        height: 70px;
    }

    .tech-card {
        padding: 25px;
    }

    .counter-box h2 {
        font-size: 42px;
    }

    .counter-box h5 {
        font-size: 18px;
    }

    .process-card {
        padding: 30px 20px;
    }

    .project-overlay {
        padding: 20px;
    }

    .cta-box {
        padding: 45px;
    }

    .team-content {
        padding: 25px;
    }

    .contact-form,
    .contact-info {
        padding: 35px;
    }

    .footer {
        padding-top: 70px;
    }
}


/*=============================================
Tablet Landscape
==============================================*/

@media (max-width:992px) {

    .navbar {
        padding: 15px 0;
    }

    .navbar-collapse {
        background: #fff;
        margin-top: 15px;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }

    .navbar-nav {
        text-align: left;
    }

        .navbar-nav .nav-link {
            margin-left: 0;
            padding: 12px 0;
        }

    .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 20px;
    }

    .hero {
        text-align: center;
        padding-top: 130px;
    }

    .hero-image {
        margin-top: 50px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p {
        font-size: 17px;
    }

    .hero-btn {
        justify-content: center;
    }

    .page-banner {
        text-align: center;
        padding: 140px 0 80px;
    }

        .page-banner h1 {
            font-size: 40px;
        }

    .about-img {
        margin-bottom: 40px;
    }

    .about-content {
        padding-left: 0;
    }

    .about-exp {
        right: 20px;
    }

    .service-card {
        margin-bottom: 30px;
    }

    .tech-card {
        margin-bottom: 30px;
    }

    .counter-box {
        margin-bottom: 35px;
    }

    .process-card {
        margin-bottom: 30px;
    }

    .timeline::before {
        display: none;
    }

    .timeline-dot {
        display: none;
    }

    .project-card {
        margin-bottom: 30px;
    }

    .team-card {
        margin-bottom: 30px;
    }

    .blog-card {
        margin-bottom: 30px;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .footer {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-contact li {
        justify-content: center;
    }

    .newsletter-form {
        flex-direction: column;
    }

        .newsletter-form input {
            width: 100%;
        }

        .newsletter-form button {
            width: 100%;
        }

    .whatsapp {
        width: 55px;
        height: 55px;
    }

    .back-top {
        width: 50px;
        height: 50px;
    }
}
/*=========================================================
    RESPONSIVE.CSS
    PART B-1 (TABLET 768px)
=========================================================*/

@media only screen and (max-width:768px) {

    /*========================
Container
========================*/

    .container,
    .container-sm,
    .container-md {
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    /*========================
Section
========================*/

    section {
        padding: 70px 0;
    }

    /*========================
Navbar
========================*/

    .navbar {
        padding: 12px 0;
    }

    .navbar-brand img {
        height: 48px;
    }

    .navbar-toggler {
        border: none;
        box-shadow: none;
    }

        .navbar-toggler:focus {
            box-shadow: none;
        }

    .navbar-collapse {
        margin-top: 15px;
        background: #fff;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 12px 30px rgba(0,0,0,.08);
    }

    .navbar-nav {
        text-align: left;
    }

        .navbar-nav .nav-item {
            margin-bottom: 5px;
        }

        .navbar-nav .nav-link {
            margin-left: 0;
            padding: 12px 5px;
            display: block;
        }

    /*========================
Hero
========================*/

    .hero {
        padding-top: 120px;
        padding-bottom: 70px;
        text-align: center;
    }

        .hero h1 {
            font-size: 36px;
            line-height: 1.3;
        }

        .hero p {
            font-size: 16px;
            margin: 20px auto 30px;
        }

    .hero-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .hero-image {
        margin-top: 40px;
    }

        .hero-image img {
            max-width: 90%;
            margin: auto;
        }

    /*========================
Page Banner
========================*/

    .page-banner {
        padding: 120px 0 70px;
        text-align: center;
    }

        .page-banner h1 {
            font-size: 38px;
        }

        .page-banner p {
            font-size: 16px;
        }

    /*========================
Section Title
========================*/

    .section-title {
        margin-bottom: 45px;
    }

        .section-title h2 {
            font-size: 34px;
        }

        .section-title p {
            font-size: 15px;
        }

    /*========================
About
========================*/

    .about-section {
        text-align: center;
    }

    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-title {
        font-size: 32px;
    }

    .about-img img {
        width: 100%;
    }

    .about-exp {
        right: 15px;
        bottom: 15px;
        width: 120px;
    }

    .about-list li {
        justify-content: center;
    }

    /*========================
Services
========================*/

    .services-section .row {
        row-gap: 25px;
    }

    .service-card {
        padding: 30px;
    }

    .service-icon {
        width: 75px;
        height: 75px;
        font-size: 30px;
    }

    .service-title {
        font-size: 22px;
    }

    /*========================
Why Choose
========================*/

    .why-box {
        margin-bottom: 25px;
        text-align: center;
    }

    .why-icon {
        margin: 0 auto 20px;
    }

    /*========================
Technology
========================*/

    .tech-card {
        margin-bottom: 25px;
    }

    /*========================
Counter
========================*/

    .counter-box {
        margin-bottom: 30px;
    }

        .counter-box h2 {
            font-size: 42px;
        }

    /*========================
Process
========================*/

    .process-card {
        margin-bottom: 30px;
    }

    /*========================
Portfolio
========================*/

    .project-card {
        margin-bottom: 30px;
    }

    .project-overlay {
        padding: 20px;
    }

    /*========================
CTA
========================*/

    .cta-box {
        text-align: center;
        padding: 40px 30px;
    }

        .cta-box h2 {
            font-size: 32px;
        }

    /*========================
Team
========================*/

    .team-card {
        margin-bottom: 30px;
    }

    /*========================
Blog
========================*/

    .blog-card {
        margin-bottom: 30px;
    }

    /*========================
Contact
========================*/

    .contact-info {
        margin-bottom: 30px;
    }

    .contact-form,
    .contact-info {
        padding: 30px;
    }

    /*========================
Map
========================*/

    .map-section iframe {
        height: 350px;
    }

    /*========================
Newsletter
========================*/

    .newsletter-form {
        flex-direction: column;
    }

        .newsletter-form input,
        .newsletter-form button {
            width: 100%;
        }

    /*========================
Footer
========================*/

    .footer {
        text-align: center;
    }

    .footer-logo img {
        margin: auto auto 20px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-contact li {
        justify-content: center;
    }

    /*========================
Buttons
========================*/

    .btn,
    .btn-primary,
    .btn-outline {
        padding: 13px 28px;
    }

    /*========================
Back To Top
========================*/

    .back-top {
        width: 48px;
        height: 48px;
    }

    /*========================
WhatsApp
========================*/

    .whatsapp {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }
}

/*=========================================================
    RESPONSIVE.CSS
    PART B-2 (MOBILE 576px)
=========================================================*/

@media only screen and (max-width:576px) {

    /*==========================
Body
==========================*/

    body {
        font-size: 15px;
        overflow-x: hidden;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*==========================
Section
==========================*/

    section {
        padding: 60px 0;
    }

    /*==========================
Navbar
==========================*/

    .navbar {
        padding: 10px 0;
    }

    .navbar-brand img {
        height: 42px;
    }

    .navbar-collapse {
        padding: 15px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        font-size: 15px;
    }

    /*==========================
Hero
==========================*/

    .hero {
        padding-top: 100px;
        padding-bottom: 60px;
        text-align: center;
    }

        .hero h1 {
            font-size: 30px;
            line-height: 1.35;
        }

        .hero p {
            font-size: 15px;
            line-height: 1.8;
            margin: 20px 0 30px;
        }

    .hero-image {
        margin-top: 35px;
    }

        .hero-image img {
            width: 100%;
            max-width: 320px;
        }

    .hero-btn {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .hero-btn .btn {
            width: 100%;
        }

    /*==========================
Page Banner
==========================*/

    .page-banner {
        padding: 100px 0 55px;
    }

        .page-banner h1 {
            font-size: 30px;
        }

        .page-banner p {
            font-size: 15px;
        }

    /*==========================
Section Heading
==========================*/

    .section-title {
        margin-bottom: 35px;
    }

        .section-title h2 {
            font-size: 28px;
            line-height: 1.4;
        }

        .section-title p {
            font-size: 15px;
        }

    /*==========================
About
==========================*/

    .about-section {
        text-align: center;
    }

    .about-title {
        font-size: 28px;
    }

    .about-content {
        padding-left: 0;
    }

    .about-img {
        margin-bottom: 35px;
    }

    .about-exp {
        width: 100px;
        padding: 15px;
    }

        .about-exp h2 {
            font-size: 28px;
        }

    .about-list li {
        justify-content: flex-start;
        font-size: 15px;
    }

    /*==========================
Services
==========================*/

    .service-card {
        padding: 25px;
    }

    .service-icon {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-text {
        font-size: 15px;
    }

    /*==========================
Why Choose
==========================*/

    .why-box {
        padding: 25px;
    }

    .why-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .why-title {
        font-size: 20px;
    }

    /*==========================
Technology
==========================*/

    .tech-card {
        padding: 25px;
    }

    .tech-logo {
        width: 70px;
        height: 70px;
        font-size: 34px;
    }

    /*==========================
Counter
==========================*/

    .counter-section {
        padding: 70px 0;
    }

    .counter-box {
        margin-bottom: 25px;
    }

        .counter-box h2 {
            font-size: 36px;
        }

        .counter-box h5 {
            font-size: 16px;
        }

    /*==========================
Portfolio
==========================*/

    .project-overlay {
        padding: 18px;
    }

        .project-overlay h4 {
            font-size: 20px;
        }

    /*==========================
CTA
==========================*/

    .cta-box {
        padding: 30px 20px;
    }

        .cta-box h2 {
            font-size: 26px;
        }

        .cta-box p {
            font-size: 15px;
        }

    .cta-btn {
        width: 100%;
    }

    /*==========================
Team
==========================*/

    .team-content {
        padding: 25px 20px;
    }

    /*==========================
Blog
==========================*/

    .blog-content {
        padding: 22px;
    }

        .blog-content h4 {
            font-size: 20px;
        }

    /*==========================
Contact
==========================*/

    .contact-info,
    .contact-form {
        padding: 25px;
    }

    .contact-box {
        flex-direction: column;
        text-align: center;
    }

    .contact-icon {
        margin: 0 auto 15px;
    }

    .contact-form .form-control,
    .contact-form textarea {
        font-size: 15px;
    }

    /*==========================
Map
==========================*/

    .map-section iframe {
        height: 280px;
    }

    /*==========================
Newsletter
==========================*/

    .newsletter {
        padding: 60px 0;
    }

    .newsletter-box h2 {
        font-size: 28px;
    }

    .newsletter-form {
        gap: 12px;
    }

        .newsletter-form input,
        .newsletter-form button {
            width: 100%;
            height: 52px;
        }

    /*==========================
Footer
==========================*/

    .footer {
        padding: 60px 0 25px;
        text-align: center;
    }

        .footer h4 {
            margin-top: 30px;
        }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-social a {
        width: 42px;
        height: 42px;
    }

    .footer-bottom {
        margin-top: 40px;
    }

    /*==========================
Buttons
==========================*/

    .btn,
    .btn-primary,
    .btn-outline,
    .btn-submit {
        width: 100%;
        height: 52px;
        font-size: 15px;
    }

    /*==========================
Table
==========================*/

    .table {
        min-width: 650px;
    }

    /*==========================
Floating Buttons
==========================*/

    .whatsapp {
        width: 50px;
        height: 50px;
        font-size: 24px;
        left: 15px;
        bottom: 15px;
    }

    .back-top {
        width: 45px;
        height: 45px;
        font-size: 18px;
        right: 15px;
        bottom: 15px;
    }
}

/*=========================================================
    RESPONSIVE.CSS
    PART B-3
    Small Mobile (425px, 375px & 320px)
=========================================================*/


/*==========================================
425px Devices
==========================================*/

@media only screen and (max-width:425px) {

    body {
        font-size: 14px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero {
        padding-top: 90px;
        padding-bottom: 50px;
    }

        .hero h1 {
            font-size: 28px;
            line-height: 1.4;
        }

        .hero p {
            font-size: 14px;
        }

    .hero-btn .btn {
        width: 100%;
        margin-bottom: 12px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 14px;
    }

    .page-banner {
        padding: 90px 0 50px;
    }

        .page-banner h1 {
            font-size: 28px;
        }

    .about-title {
        font-size: 26px;
    }

    .about-exp {
        width: 90px;
        padding: 12px;
    }

        .about-exp h2 {
            font-size: 24px;
        }

    .service-card {
        padding: 22px;
    }

    .service-title {
        font-size: 19px;
    }

    .why-box,
    .tech-card,
    .process-card,
    .team-card,
    .blog-card {
        margin-bottom: 20px;
    }

    .contact-form,
    .contact-info {
        padding: 22px;
    }

    .footer {
        text-align: center;
    }

    .footer-logo img {
        max-width: 170px;
    }

    .footer h4 {
        font-size: 20px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }

    .cta-box {
        padding: 25px 18px;
    }

        .cta-box h2 {
            font-size: 24px;
        }

    .counter-box h2 {
        font-size: 32px;
    }

    .counter-box h5 {
        font-size: 15px;
    }

    .whatsapp {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .back-top {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}


/*==========================================
375px Devices
==========================================*/

@media only screen and (max-width:375px) {

    .hero h1 {
        font-size: 24px;
    }

    .hero p {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .page-banner h1 {
        font-size: 25px;
    }

    .about-title {
        font-size: 24px;
    }

    .service-card {
        padding: 20px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-text {
        font-size: 14px;
    }

    .why-title {
        font-size: 18px;
    }

    .tech-card {
        padding: 20px;
    }

    .tech-logo {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .contact-form,
    .contact-info {
        padding: 20px;
    }

    .form-control,
    .form-select {
        height: 50px;
    }

    textarea.form-control {
        min-height: 140px;
    }

    .footer h4 {
        font-size: 18px;
    }

    .footer-bottom p {
        font-size: 13px;
    }

    .btn,
    .btn-primary,
    .btn-outline,
    .btn-submit {
        height: 50px;
        font-size: 14px;
    }
}


/*==========================================
320px Devices
==========================================*/

@media only screen and (max-width:320px) {

    body {
        font-size: 13px;
    }

    .hero {
        padding-top: 80px;
    }

        .hero h1 {
            font-size: 22px;
        }

        .hero p {
            font-size: 13px;
        }

    .section-title h2 {
        font-size: 22px;
    }

    .page-banner h1 {
        font-size: 22px;
    }

    .about-title {
        font-size: 22px;
    }

    .about-exp {
        display: none;
    }

    .service-card {
        padding: 18px;
    }

    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .service-title {
        font-size: 17px;
    }

    .service-text {
        font-size: 13px;
    }

    .why-box,
    .tech-card,
    .process-card,
    .project-card,
    .team-card,
    .blog-card {
        padding: 18px;
    }

    .counter-box h2 {
        font-size: 28px;
    }

    .counter-box h5 {
        font-size: 14px;
    }

    .contact-form,
    .contact-info {
        padding: 18px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .newsletter-box h2 {
        font-size: 22px;
    }

    .newsletter-box p {
        font-size: 13px;
    }

    .newsletter-form input,
    .newsletter-form button {
        height: 48px;
        font-size: 14px;
    }

    .footer {
        padding: 50px 0 20px;
    }

        .footer h4 {
            font-size: 17px;
        }

    .footer-links a {
        font-size: 13px;
    }

    .footer-contact li {
        font-size: 13px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
    }

    .footer-bottom {
        margin-top: 25px;
    }

        .footer-bottom p {
            font-size: 12px;
        }

    .whatsapp {
        width: 45px;
        height: 45px;
        left: 10px;
        bottom: 10px;
        font-size: 20px;
    }

    .back-top {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
        font-size: 16px;
    }

    .btn,
    .btn-primary,
    .btn-outline,
    .btn-submit {
        width: 100%;
        height: 48px;
        font-size: 14px;
    }
}


/*==========================================
Landscape Mobile
==========================================*/

@media only screen and (max-height:500px) and (orientation:landscape) {

    .hero {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .page-banner {
        padding: 80px 0 40px;
    }

    section {
        padding: 50px 0;
    }
}

/* Mobile Navbar Fix */
@media (max-width:991.98px) {

    .navbar-collapse {
        max-height: 85vh;
        overflow-y: auto;
    }

    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        border: 0;
        box-shadow: none;
        background: #f8f9fa;
        margin-top: 5px;
    }

    .navbar-nav .dropdown-item {
        padding: 12px 20px;
        white-space: normal;
    }

    .dropdown-menu.show {
        display: block;
    }
}