/* =========================================
   LARGE DESKTOP
   Below 1400px
========================================= */
@media (max-width: 1399.98px) {}

/* =========================================
   SMALL DESKTOP
   Below 1200px
========================================= */
@media (max-width: 1199.98px) {

    /* HERO SECTION  */
    .hero-title {
        font-size: 62px;
    }


    .hero-visual {
        padding-right: 0;

        padding-left: 0;
    }


    .hero-floating-status {
        right: -5px;
    }


    .hero-floating-message {
        left: -5px;
    }

    /* SOLUTION SETION */
    .solution-card {
        min-height: 530px;

        padding: 23px;
    }


    .solution-card h3 {
        font-size: 24px;
    }

    /* MODAL FORM */
    .contact-modal .modal-dialog {
        max-width: 880px;
    }


    .contact-composer-header {
        padding-right: 28px;

        padding-left: 28px;
    }


    .contact-composer-body {
        padding-right: 28px;

        padding-left: 28px;
    }

}

/* =========================================
   TABLET
   Below 992px
========================================= */
@media (max-width: 991.98px) {

    /* header */
    .site-header {
        padding: 12px 0;
    }


    .site-header.header-scrolled {
        padding: 7px 0;
    }


    .header-wrapper {
        flex-wrap: wrap;

        min-height: 66px;

        padding: 6px 8px 6px 16px;

        border-radius: 18px;
    }


    .header-logo {
        width: 120px;

        height: 52px;
    }


    .navbar-collapse {
        flex-basis: 100%;

        width: 100%;

        margin-top: 7px;

        padding: 12px;

        border-top: 1px solid var(--border-color);
    }


    .navbar-nav {
        align-items: stretch;

        gap: 2px;

        padding-bottom: 12px;
    }


    .navbar .nav-link {
        padding: 11px 8px !important;
    }


    .navbar .nav-link::after {
        bottom: 7px;
        left: 8px;

        width: 25px;
    }


    .header-button {
        width: 100%;

        justify-content: space-between;

        padding-left: 16px;
    }

    /* HERO SECTION */
    .hero-section {
        min-height: auto;

        padding: 145px 0 75px;
    }


    .hero-content {
        max-width: 760px;

        margin-right: auto;

        margin-left: auto;

        text-align: center;
    }


    .hero-title {
        max-width: 750px;

        margin-right: auto;

        margin-left: auto;

        font-size: 66px;
    }


    .hero-description {
        max-width: 650px;

        margin-right: auto;

        margin-left: auto;
    }


    .hero-buttons,
    .hero-channels {
        justify-content: center;
    }


    .hero-visual {
        max-width: 650px;

        margin-right: auto;

        margin-left: auto;
    }


    .hero-decoration-one {
        top: 45%;
    }


    .hero-decoration-two {
        top: 54%;
    }

    /* SOLUTION SECTION */
    .solutions-section {
        padding: 90px 0;
    }


    .section-description {
        max-width: 700px;

        margin-left: 0;
    }


    .solutions-grid {
        margin-top: 45px;
    }


    .solution-card {
        min-height: 500px;
    }


    .solutions-grid>div:last-child .solution-card {
        min-height: auto;
    }

    /* INDUSTRY SECTION */
    .industries-section {
        padding: 90px 0;
    }


    .industries-description {
        max-width: 700px;

        margin-left: 0;
    }


    .industries-content {
        margin-top: 45px;
    }


    .industry-navigation {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .industry-tab-button:last-child {
        grid-column: 1 / -1;
    }


    .industry-panel {
        min-height: auto;
    }

    /* WHY US SECTION */
    .choose-section {
        padding: 90px 0;
    }


    .choose-introduction {
        position: static;
    }


    .choose-title {
        max-width: 700px;
    }


    .choose-description {
        max-width: 650px;
    }


    .choose-focus-card {
        max-width: 650px;
    }

    /* ABOUT SECTION */
    .about-section {
        padding: 90px 0;
    }


    .about-visual {
        min-height: 600px;
    }


    .about-content {
        max-width: 760px;

        padding-left: 0;
    }

    /* MODAL FORM */
    .contact-modal .modal-dialog {
        width: calc(100% - 32px);

        max-width: 760px;

        margin-right: auto;

        margin-left: auto;
    }


    .contact-modal .modal-content {
        border-radius: 25px;
    }


    .contact-composer-header {
        min-height: 220px;

        padding:
            23px 25px 72px;
    }


    .contact-composer-body {
        padding:
            0 25px 26px;
    }


    .service-selector {
        padding: 18px;
    }


    .service-option-content {
        min-height: 115px;

        padding: 13px;
    }


    .composer-action-bar {
        gap: 20px;
    }

    /* CTA SECTION */
    .final-cta-section {
        padding-bottom: 90px;
    }


    .final-cta-panel {
        min-height: 500px;

        padding-right: 30px;

        padding-left: 30px;
    }


    .final-cta-content h2 {
        font-size: 61px;
    }

    /* FOOTER SECTION */
    .footer-main {
        padding:
            70px 0 55px;
    }


    .footer-brand {
        max-width: 600px;

        margin-bottom: 10px;
    }

}

/* =========================================
   SMALL TABLET
   Below 768px
========================================= */
@media (max-width: 767.98px) {

    /* HERO SECTION */
    .hero-title {
        font-size: 54px;
    }


    .hero-description {
        font-size: 16px;
    }


    .dashboard-content {
        padding: 20px;
    }


    .hero-floating-status {
        right: 5px;
    }


    .hero-floating-message {
        left: 5px;
    }

    /* SOLUTION SECTION */
    .section-title {
        font-size: 46px;
    }


    .solution-card {
        min-height: auto;
    }

    /* INDUSTRY SECTION */
    .industry-panel {
        padding: 28px;
    }


    .industry-use-cases {
        grid-template-columns: 1fr;
    }


    .industry-use-case {
        min-height: auto;
    }

    /* WHY US SECTION */
    .choose-benefit {
        grid-template-columns:
            38px minmax(0, 1fr);

        gap: 15px;

        min-height: auto;
    }


    .benefit-arrow {
        display: none;
    }


    .choose-cta {
        align-items: flex-start;

        flex-direction: column;
    }


    .choose-cta>a {
        width: 100%;

        justify-content: space-between;
    }

    /* ABOUT SECTION */
    .about-visual {
        min-height: 570px;
    }


    .about-visual-content {
        padding: 40px 30px;
    }


    .about-title {
        font-size: 48px;
    }

    /* MODAL FORM */
    .contact-modal .modal-dialog {
        width: auto;

        max-width: none;

        margin: 14px;
    }


    .contact-modal .modal-content {
        max-height: calc(100vh - 28px);
    }


    .contact-composer-header {
        padding:
            22px 22px 68px;
    }


    .contact-composer-body {
        padding:
            0 22px 24px;
    }


    /* Horizontal service selector */

    .service-options {
        display: flex;

        overflow-x: auto;

        flex-wrap: nowrap;

        padding-bottom: 6px;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;
    }


    .service-options::-webkit-scrollbar {
        display: none;
    }


    .service-option {
        flex: 0 0 180px;

        scroll-snap-align: start;
    }


    /* Bootstrap fields automatically stack */

    .composer-form-section .row {
        --bs-gutter-y: 12px;
    }


    .composer-action-bar {
        align-items: stretch;

        flex-direction: column;

        gap: 17px;
    }


    .composer-consent {
        max-width: 100%;
    }


    .composer-submit-button {
        width: 100%;

        justify-content: space-between;
    }


    .contact-form-status {
        text-align: left;
    }

    /* CTA SECTION */
    .final-cta-panel {
        padding-top: 65px;

        border-radius: 27px;
    }


    .final-cta-content h2 {
        font-size: 50px;
    }

    /* FOOTER SECTION */
    .footer-bottom {
        align-items: flex-start;

        flex-direction: column;

        gap: 12px;

        padding:
            22px 0;
    }
}

/* =========================================
   MOBILE
   Below 576px
========================================= */
@media (max-width: 575.98px) {

    /* header */
    .site-header .container {
        padding-right: 16px;

        padding-left: 16px;
    }


    .header-wrapper {
        min-height: 62px;

        padding-left: 13px;

        border-radius: 16px;
    }


    .header-logo {
        width: 106px;

        height: 46px;
    }


    .navbar-toggler {
        width: 44px;

        height: 44px;

        border-radius: 12px;
    }


    .navbar-collapse {
        padding: 10px 8px 8px;
    }

    /* HERO SECTION */
    .hero-section {
        padding: 125px 0 50px;
    }


    .hero-section::before {
        width: 58%;
    }


    .hero-label {
        max-width: 100%;

        margin-bottom: 20px;

        font-size: 10px;
    }


    .hero-title {
        font-size: clamp(42px, 13vw, 56px);

        letter-spacing: -0.055em;
    }


    .hero-description {
        margin-top: 22px;

        font-size: 15px;

        line-height: 1.7;
    }


    .hero-buttons {
        display: grid;

        grid-template-columns: 1fr;

        margin-top: 28px;
    }


    .hero-primary-button,
    .hero-secondary-button {
        width: 100%;
    }


    .hero-primary-button {
        justify-content: space-between;
    }


    .hero-channels {
        align-items: flex-start;

        flex-direction: column;

        margin-top: 28px;

        text-align: left;
    }


    .hero-channel-list {
        width: 100%;
    }


    .hero-channel-list span {
        flex-grow: 1;

        text-align: center;
    }


    .hero-visual {
        padding-top: 15px;

        padding-bottom: 0;
    }


    .communication-dashboard {
        border-radius: 20px;
    }


    .dashboard-header {
        grid-template-columns: 1fr auto;

        padding: 0 17px;
    }


    .dashboard-header-title {
        display: none;
    }


    .dashboard-content {
        padding: 17px;
    }


    .dashboard-title-row h2 {
        font-size: 18px;
    }


    .dashboard-overview {
        grid-template-columns: 1fr;
    }


    .dashboard-overview-card {
        min-height: 115px;
    }


    .dashboard-channel {
        grid-template-columns:
            32px minmax(90px, 1fr) auto;

        padding: 9px 10px;
    }


    .dashboard-progress {
        display: none;
    }


    .hero-floating-status {
        display: none;
    }


    .hero-floating-message {
        position: relative;

        bottom: auto;
        left: auto;

        width: fit-content;

        margin-top: 12px;

        margin-left: 10px;

        animation: none;
    }

    /* SOLUTION SECTION */
    .solutions-section {
        padding: 70px 0;
    }


    .section-label {
        font-size: 10px;
    }


    .section-title {
        font-size: 39px;

        letter-spacing: -0.045em;
    }


    .section-description {
        font-size: 14px;
    }


    .solutions-grid {
        margin-top: 35px;
    }


    .solution-card {
        padding: 21px;

        border-radius: 20px;
    }


    .solution-card-header {
        margin-bottom: 35px;
    }


    .solution-icon {
        width: 52px;

        height: 52px;

        border-radius: 15px;
    }


    .solution-card h3 {
        font-size: 24px;
    }

    /* INDUSTRY SECTION */
    .industries-section {
        padding: 70px 0;
    }


    .industries-content {
        margin-top: 35px;
    }


    .industry-navigation {
        display: flex;

        overflow-x: auto;

        flex-wrap: nowrap;

        padding-bottom: 8px;

        scrollbar-width: none;
    }


    .industry-navigation::-webkit-scrollbar {
        display: none;
    }


    .industry-tab-button.nav-link {
        flex: 0 0 190px;

        min-height: 62px;

        grid-template-columns: 27px 1fr 27px;

        padding: 10px;

        border-radius: 13px;
    }


    .industry-tab-button:last-child {
        grid-column: auto;
    }


    .industry-tab-name {
        font-size: 11px;
    }


    .industry-tab-arrow {
        width: 26px;

        height: 26px;
    }


    .industry-panel {
        padding: 22px;

        border-radius: 21px;
    }


    .industry-panel-top {
        margin-bottom: 35px;
    }


    .industry-panel-icon {
        width: 54px;

        height: 54px;

        border-radius: 15px;
    }


    .industry-panel h3 {
        font-size: 34px;
    }


    .industry-panel>p {
        font-size: 14px;
    }

    /* WHY US SECTION */
    .choose-section {
        padding: 70px 0;
    }


    .choose-title {
        font-size: 39px;
    }


    .choose-description {
        font-size: 14px;
    }


    .choose-focus-card {
        margin-top: 30px;

        border-radius: 19px;
    }


    .focus-card-items {
        grid-template-columns: 1fr;
    }


    .focus-card-item {
        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: 16px 18px;

        border-right: 0;

        border-bottom:
            1px solid rgba(255, 255, 255, 0.1);

        text-align: left;
    }


    .focus-card-item:last-child {
        border-bottom: 0;
    }


    .focus-card-item span {
        margin-bottom: 0;
    }


    .choose-benefit {
        padding: 20px;

        border-radius: 17px;
    }


    .benefit-content h3 {
        font-size: 18px;
    }


    .choose-cta {
        padding: 20px;

        border-radius: 17px;
    }

    /* ABOUT SECTION */
    .about-section {
        padding: 70px 0;
    }


    .about-visual {
        min-height: 590px;

        border-radius: 21px;
    }


    .about-visual-header {
        padding: 18px;
    }


    .about-visual-content {
        padding: 36px 19px;
    }


    .about-visual-content>h3 {
        font-size: 37px;
    }


    .about-channel-stack {
        margin-top: 35px;
    }


    .about-channel-card {
        grid-template-columns:
            43px minmax(0, 1fr);

        padding: 10px;
    }


    .about-channel-code {
        width: 42px;

        height: 42px;
    }


    .about-channel-number {
        display: none;
    }


    .about-visual-footer {
        padding: 17px 18px;
    }


    .about-title {
        font-size: 39px;
    }


    .about-description {
        font-size: 14px;
    }


    .about-mission {
        padding: 18px;
    }


    .about-button {
        width: 100%;

        justify-content: space-between;
    }

    /* MODAL FORM */
    .contact-modal .modal-dialog {
        align-items: flex-end;

        width: 100%;

        min-height: 100%;

        margin: 0;
    }


    .contact-modal .modal-content {
        width: 100%;

        max-height: 94vh;

        border-radius: 25px 25px 0 0;
    }


    .contact-composer-header {
        min-height: 205px;

        padding:
            18px 17px 60px;
    }


    .composer-logo {
        width: 90px;

        height: 40px;
    }


    .composer-close-button {
        width: 38px;

        height: 38px;

        border-radius: 11px;
    }


    .composer-heading {
        margin-top: 20px;
    }


    .composer-heading h2 {
        max-width: 330px;

        font-size: 28px;
    }


    .composer-channel-status {
        gap: 12px;

        margin-top: 16px;
    }


    .composer-channel-status>span {
        font-size: 8px;
    }


    .contact-composer-body {
        padding:
            0 15px 20px;
    }


    .contact-composer-form {
        margin-top: -40px;
    }


    .service-selector {
        padding: 14px;

        border-radius: 18px;
    }


    .service-selector legend {
        font-size: 10px;
    }


    .service-option {
        flex-basis: 155px;
    }


    .service-option-content {
        min-height: 108px;

        padding: 12px;
    }


    .service-option-code {
        width: 35px;

        height: 35px;

        margin-bottom: 14px;
    }


    .not-sure-option {
        align-items: flex-start;
    }


    .composer-section-heading {
        align-items: flex-start;

        flex-direction: column;

        gap: 3px;
    }


    .contact-composer-form .form-control {
        min-height: 55px;
    }


    .message-composer-top {
        align-items: flex-start;

        flex-direction: column;

        gap: 7px;
    }


    .selected-service-pill {
        width: 100%;
    }


    .message-composer textarea {
        min-height: 115px;
    }


    .composer-consent .form-check-label {
        font-size: 9px;
    }


    .contact-success {
        padding:
            50px 10px 25px;
    }


    .success-icon {
        width: 64px;

        height: 64px;

        border-radius: 19px;
    }


    .contact-success h3 {
        font-size: 26px;
    }

    /* CTA SECTION */
    .final-cta-section {
        padding:
            20px 0 70px;
    }


    .final-cta-panel {
        min-height: 520px;

        padding:
            55px 20px 90px;

        border-radius: 22px;
    }


    .final-cta-channels {
        gap: 6px;
    }


    .final-cta-channels>span {
        padding: 6px 8px;

        font-size: 8px;
    }


    .final-cta-content h2 {
        font-size: 41px;

        letter-spacing: -0.055em;
    }


    .final-cta-content p {
        font-size: 13px;
    }


    .final-cta-button {
        width: 100%;

        justify-content: space-between;
    }


    .final-cta-bottom {
        right: 20px;
        bottom: 22px;
        left: 20px;

        align-items: flex-start;

        flex-direction: column;

        gap: 6px;
    }

    /* FOOTER SECTION */
    .footer-main {
        padding:
            60px 0 45px;
    }


    .footer-logo img {
        width: 125px;

        height: 55px;
    }


    .footer-brand p {
        font-size: 12px;
    }


    .footer-contact-button {
        width: 100%;

        justify-content: space-between;
    }


    .footer-column h2 {
        margin-bottom: 17px;
    }


    .footer-contact {
        margin-top: 8px;
    }


    .footer-legal-links {
        gap: 12px 18px;
    }
}

/* =========================================
   VERY SMALL MOBILE
   Below 400px
========================================= */
@media (max-width: 399.98px) {

    /* MODAL FORM */
    .composer-heading h2 {
        font-size: 25px;
    }


    .composer-channel-status {
        gap: 9px;
    }


    .service-option {
        flex-basis: 140px;
    }


    .service-option-content>strong {
        font-size: 10px;
    }


    .contact-composer-body {
        padding-right: 12px;

        padding-left: 12px;
    }

}

/* =========================================
   SHORT SCREENS
   Small laptops and landscape phones
========================================= */
@media (max-height: 720px) {

    /* MODAL FORM */
    .contact-modal .modal-content {
        max-height: calc(100vh - 16px);
    }


    .contact-composer-header {
        min-height: 190px;

        padding-top: 17px;

        padding-bottom: 58px;
    }


    .composer-heading {
        margin-top: 15px;
    }


    .composer-heading h2 {
        font-size: 27px;
    }


    .composer-channel-status {
        margin-top: 12px;
    }

}

/* =========================================
   REDUCED MOTION ACCESSIBILITY
========================================= */
@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

}