/*==============================
Large Laptop
==============================*/

@media(max-width:1400px) {

    h1 {
        font-size: 56px;
    }



}

/*==============================
Laptop
==============================*/

@media(max-width:1200px) {

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 40px;
    }

}

/*==============================
Tablet
==============================*/

@media(max-width:991px) {

    .section {

        padding: 80px 0;

    }

    .navbar-brand img {

        height: 50px;

    }

    h1 {

        font-size: 42px;

    }

    h2 {

        font-size: 34px;

    }

    .hero-content h1 {

        font-size: 46px;

    }

    .hero-features {

        display: none;

    }

    .hero-btn {

        flex-direction: column;

    }

    .about-images {

        padding-right: 0;

        margin-bottom: 50px;

    }

    .about-features {

        grid-template-columns: 1fr;

    }

    .experience-card {

        right: 20px;

    }

    .why-content {

        padding-right: 0;

        margin-bottom: 50px;

    }

    .process-wrapper::before {

        display: none;

    }

    .process-card {

        margin-bottom: 10px;

    }

    .project-large {

        height: 420px;

    }

    .project-content {

        left: 25px;

        bottom: 25px;

    }

    .project-content ul {

        flex-direction: column;

        gap: 8px;

    }

    .faq-image {

        margin-bottom: 50px;

    }

    .faq-badge {

        right: 20px;

    }


}

/*==============================
Mobile
==============================*/

@media(max-width:767px) {

    h1 {

        font-size: 34px;

    }

    h2 {

        font-size: 28px;

    }

    .section {

        padding: 60px 0;

    }

    .hero-content h1 {

        font-size: 36px;

    }

    .hero-content p {

        font-size: 16px;

    }

    .hero-next,
    .hero-prev {

        display: none;

    }

    .experience-card {

        width: 180px;

        padding: 20px;

    }

    .experience-card h2 {

        font-size: 38px;

    }

    .floating-badge {

        width: 70px;

        height: 70px;

        font-size: 26px;

    }

    .about-content h2 {

        font-size: 34px;

    }

}

/*==============================
Small Mobile
==============================*/

@media(max-width:575px) {

    .theme-btn,
    .outline-btn {

        width: 100%;

    }

    .faq-badge {

        position: relative;

        width: 100%;

        right: 0;

        bottom: 0;

        margin-top: 20px;

    }
    
    .topbar-left{
        gap:8px;
    }

}

/*==================================
ABOUT PAGE RESPONSIVE
==================================*/

@media(max-width:991px) {

    .inner-page-hero {

        min-height: 400px;

    }

    .inner-hero-content {

        padding-top: 60px;

    }

    .inner-hero-content h1 {

        font-size: 46px;

    }

    .about-intro-image {

        padding-right: 0;

        margin-bottom: 60px;

    }

    .about-intro-content {

        padding-left: 0;

    }

    .about-intro-image>img {

        height: 500px;

    }

}


@media(max-width:767px) {

    .inner-page-hero {

        min-height: 360px;

    }

    .inner-hero-content h1 {

        font-size: 38px;

    }

    .about-intro-image>img {

        height: 420px;

    }

    .about-intro-card {

        right: 15px;

        bottom: 25px;

        min-width: 220px;

        padding: 20px;

    }

    .about-intro-content h2 {

        font-size: 34px;

    }

    .about-check-list {

        grid-template-columns: 1fr;

    }

}


@media(max-width:575px) {

    .inner-hero-content h1 {

        font-size: 34px;

    }

    .about-intro-image>img {

        height: 350px;

    }

    .about-intro-card {

        position: relative;

        right: auto;

        bottom: auto;

        margin-top: 20px;

        width: 100%;

    }

}

/*==================================
Vision Mission Responsive
==================================*/

@media(max-width:991px) {

    .vision-box,
    .mission-box {

        min-height: 420px;

        padding: 70px 8%;

    }

    .vision-content h2,
    .mission-content h2 {

        font-size: 36px;

    }

}


@media(max-width:767px) {

    .vision-box,
    .mission-box {

        min-height: auto;

        padding: 60px 30px;

    }

    .vision-content h2,
    .mission-content h2 {

        font-size: 30px;

    }

    .values-heading {

        margin-top: 60px;

    }

}


@media(max-width:575px) {

    .vision-box,
    .mission-box {

        padding: 50px 25px;

    }

    .vision-content h2,
    .mission-content h2 {

        font-size: 28px;

    }

}

/*==================================
Expertise Responsive
==================================*/

@media(max-width:991px) {

    .expertise-image {

        padding-right: 0;

        margin-bottom: 60px;

    }

    .expertise-content {

        padding-left: 0;

    }

    .expertise-image>img {

        height: 520px;

    }

}


@media(max-width:767px) {

    .expertise-content h2 {

        font-size: 34px;

    }

    .expertise-image>img {

        height: 450px;

    }

    .expertise-floating-card {

        right: 15px;

        bottom: 25px;

        min-width: 250px;

    }

}


@media(max-width:575px) {

    .expertise-image>img {

        height: 380px;

    }

    .expertise-floating-card {

        position: relative;

        right: auto;

        bottom: auto;

        margin-top: 20px;

        min-width: 0;

        width: 100%;

    }

    .expertise-item-heading {

        display: block;

    }

    .expertise-item-heading span {

        display: block;

        margin-top: 4px;

    }

}

/*==================================
About CTA Responsive
==================================*/

@media(max-width:991px) {

    .about-cta-content {

        text-align: center;

        margin: auto;

    }

    .about-cta-buttons {

        justify-content: center;

    }

}


@media(max-width:767px) {

    .about-cta-content h2 {

        font-size: 36px;

    }

    .about-cta-content p {

        font-size: 15px;

    }

}


@media(max-width:575px) {

    .about-cta-section {

        padding: 80px 0;

    }

    .about-cta-content h2 {

        font-size: 30px;

    }

    .about-cta-buttons {

        flex-direction: column;

        width: 100%;

    }

    .about-cta-buttons .theme-btn,
    .about-cta-buttons .outline-btn {

        width: 100%;

    }

}

/*==================================
SERVICES PAGE RESPONSIVE
==================================*/

@media(max-width:991px) {

    .services-intro-image {

        padding-right: 0;

        margin-bottom: 60px;

    }

    .services-intro-content {

        padding-left: 0;

    }

    .services-intro-image>img {

        height: 500px;

    }

    .service-feature-image {

        padding-right: 0;

        margin-bottom: 50px;

    }

    .service-feature-content {

        padding-left: 0;

    }

    .service-feature-image img {

        height: 500px;

    }

}


@media(max-width:767px) {

    .services-intro-content h2,
    .service-feature-content h2 {

        font-size: 34px;

    }

    .services-intro-points {

        grid-template-columns: 1fr;

    }

    .services-intro-badge {

        right: 15px;

        bottom: 25px;

    }

    .engineering-content h2 {

        font-size: 36px;

    }

    .services-cta-content h2 {

        font-size: 36px;

    }

}


@media(max-width:575px) {

    .services-intro-image>img {

        height: 380px;

    }

    .services-intro-badge {

        position: relative;

        right: auto;

        bottom: auto;

        margin-top: 20px;

        min-width: 0;

        width: 100%;

    }

    .service-feature-image img {

        height: 380px;

    }

    .engineering-highlight,
    .services-cta-section {

        padding: 80px 0;

    }

    .engineering-content h2,
    .services-cta-content h2 {

        font-size: 30px;

    }

    .services-cta-buttons {

        flex-direction: column;

    }

    .services-cta-buttons .theme-btn,
    .services-cta-buttons .outline-btn {

        width: 100%;

    }

}

/*==================================
INDUSTRIES RESPONSIVE
==================================*/

@media(max-width:991px) {

    .industries-intro-image {

        padding-right: 0;

        margin-bottom: 60px;

    }

    .industries-intro-content {

        padding-left: 0;

    }

    .industries-intro-image>img {

        height: 500px;

    }

    .industry-solution-content {

        padding-left: 35px;

    }

    .industry-solution-row.reverse .industry-solution-content {

        padding-right: 35px;

    }

}


@media(max-width:767px) {

    .industries-intro-content h2,
    .industry-solution-content h2 {

        font-size: 34px;

    }

    .industry-intro-points {

        grid-template-columns: 1fr;

    }

    .industry-solution-row {

        margin-bottom: 70px;

    }

    .industry-solution-image img {

        height: 420px;

    }

    .industry-solution-content {

        padding-left: 0;

        margin-top: 40px;

    }

    .industry-solution-row.reverse .industry-solution-content {

        padding-right: 0;

    }

    .industry-why-content h2,
    .industries-cta-content h2 {

        font-size: 36px;

    }

    .industry-why-grid {

        grid-template-columns: 1fr;

    }

}


@media(max-width:575px) {

    .industries-intro-image>img {

        height: 380px;

    }

    .industries-capacity-card {

        position: relative;

        right: auto;

        bottom: auto;

        margin-top: 20px;

        width: 100%;

    }

    .industry-solution-image img {

        height: 350px;

    }

    .industry-why-section,
    .industries-cta-section {

        padding: 80px 0;

    }

    .industry-why-content h2,
    .industries-cta-content h2 {

        font-size: 30px;

    }

    .industries-cta-buttons {

        flex-direction: column;

    }

    .industries-cta-buttons .theme-btn,
    .industries-cta-buttons .outline-btn {

        width: 100%;

    }

}

/*==================================
CONTACT PAGE RESPONSIVE
==================================*/

@media(max-width:991px) {

    .contact-main-wrapper {

        border-radius: 20px;

    }

    .contact-sidebar {

        padding: 50px 35px;

    }

    .contact-form-wrapper {

        padding: 50px 35px;

    }

    .contact-sidebar h2 {

        font-size: 36px;

    }

    .contact-gem-action {

        justify-content: flex-start;

        margin-top: 30px;

    }

}


@media(max-width:767px) {

    .contact-info-card {

        padding: 25px;

    }

    .contact-form-heading h3 {

        font-size: 30px;

    }

    .contact-sidebar h2 {

        font-size: 32px;

    }

    .contact-gem-content h2 {

        font-size: 30px;

    }

    .contact-cta-content h2 {

        font-size: 36px;

    }

}


@media(max-width:575px) {

    .contact-info-card {

        flex-direction: column;

    }

    .contact-form-wrapper {

        padding: 40px 22px;

    }

    .contact-sidebar {

        padding: 40px 22px;

    }

    .contact-cta-section {

        padding: 80px 0;

    }

    .contact-cta-content h2 {

        font-size: 30px;

    }

    .contact-cta-buttons {

        flex-direction: column;

    }

    .contact-cta-buttons .theme-btn,
    .contact-cta-buttons .outline-btn {

        width: 100%;

    }

}

/*==================================
PRODUCTS RESPONSIVE
==================================*/

@media(max-width:991px) {

    .products-intro-content {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .products-intro-image {
        padding-left: 0;
    }

    .products-intro-image>img {
        height: 500px;
    }

    .product-selection-image {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .product-selection-content {
        padding-left: 0;
    }

    .product-selection-image img {
        height: 480px;
    }

    .products-gem-action {
        justify-content: flex-start;
        margin-top: 30px;
    }

}


@media(max-width:767px) {

    .products-intro-content h2,
    .product-selection-content h2 {
        font-size: 34px;
    }

    .products-intro-points,
    .product-selection-points {
        grid-template-columns: 1fr;
    }

    .products-range-card {
        left: 15px;
        bottom: 25px;
    }

    .products-gem-content h2 {
        font-size: 30px;
    }

    .products-cta-content h2 {
        font-size: 36px;
    }

}


@media(max-width:575px) {

    .products-intro-image>img {
        height: 380px;
    }

    .products-range-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        width: 100%;
    }

    .product-selection-image img {
        height: 350px;
    }

    .products-gem-section,
    .products-cta-section {
        padding: 80px 0;
    }

    .products-cta-content h2 {
        font-size: 30px;
    }

    .products-cta-buttons {
        flex-direction: column;
    }

    .products-cta-buttons .theme-btn,
    .products-cta-buttons .outline-btn {
        width: 100%;
    }

}

/*==================================
PRODUCT DETAIL RESPONSIVE
==================================*/

@media(max-width:991px) {

    .product-detail-image {

        padding-right: 0;

        margin-bottom: 60px;

    }

    .product-detail-content {

        padding-left: 0;

    }

    .product-detail-image>img {

        height: 520px;

    }

    .product-assistance-action {

        justify-content: flex-start;

        margin-top: 30px;

    }

}


@media(max-width:767px) {

    .product-detail-content h2 {

        font-size: 36px;

    }

    .product-detail-tagline {

        font-size: 16px;

    }

    .product-detail-image>img {

        height: 430px;

    }

    .product-image-label {

        right: 15px;

        bottom: 25px;

    }

    .product-assistance-content h2 {

        font-size: 32px;

    }

    .product-detail-cta-content h2 {

        font-size: 36px;

    }

}


@media(max-width:575px) {

    .product-detail-image>img {

        height: 350px;

    }

    .product-image-label {

        position: relative;

        right: auto;

        bottom: auto;

        margin-top: 20px;

    }

    .product-detail-actions {

        flex-direction: column;

        align-items: stretch;

    }

    .product-detail-actions .theme-btn,
    .product-call-btn {

        width: 100%;

        justify-content: center;

    }

    .product-assistance-section,
    .product-detail-cta {

        padding: 80px 0;

    }

    .product-assistance-content h2,
    .product-detail-cta-content h2 {

        font-size: 30px;

    }

}