/* =========================================================
   AUDITMEDIX.COM
   RESPONSIVE STYLESHEET
========================================================= */


/* =========================================================
   LARGE LAPTOP
   1200px - 1399px
========================================================= */

@media (max-width: 1399px) {

    .hero-content h1 {
        font-size: 58px;
    }

    .hero-image {
        width: 450px;
        height: 450px;
    }

    .hero-image-circle {
        width: 460px;
        height: 460px;
    }

    .hero-image-wrapper {
        min-height: 510px;
    }

    .hero-section {
        min-height: 720px;
    }
}


/* =========================================================
   LAPTOP
   <= 1199px
========================================================= */

@media (max-width: 1199px) {

    /* Navbar */

    .navbar-inner {
        gap: 20px;
    }

    .nav-menu {
        gap: 0;
    }

    .nav-link {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .nav-link::after {
        left: 12px;
        right: 12px;
    }

    .brand-logo img {
        width: 160px;
    }


    /* Hero */

    .hero-section {
        min-height: 680px;
    }

    .hero-slider {
        min-height: 570px;
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .hero-content p {
        max-width: 520px;
    }

    .hero-image {
        width: 410px;
        height: 410px;
    }

    .hero-image-circle {
        width: 425px;
        height: 425px;
    }

    .hero-image-wrapper {
        min-height: 470px;
    }

    .floating-card {
        padding: 11px 14px;
    }

    .card-verified {
        left: 0;
    }

    .card-ai {
        right: 0;
    }

    .hero-prev {
        left: -5px;
    }

    .hero-next {
        right: -5px;
    }


    /* About */

    .about-image {
        width: 410px;
        height: 370px;
    }

    .about-image-bg {
        width: 390px;
        height: 390px;
    }


    /* Sections */

    .about-section,
    .subscription-section,
    .contact-section {
        padding: 90px 0;
    }

}


/* =========================================================
   TABLET
   <= 991px
========================================================= */

@media (max-width: 991px) {

    /* =====================================================
       NAVBAR
    ===================================================== */

    .main-navbar {
        height: 72px;
    }

    .navbar-inner {
        min-height: 72px;
    }

    .main-navbar.scrolled {
        height: 68px;
    }

    .main-navbar.scrolled .navbar-inner {
        min-height: 68px;
    }

    .brand-logo img {
        width: 150px;
    }

    .nav-menu,
    .navbar-action {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .mobile-menu.show {
        display: block;
        animation: mobileMenuOpen .3s ease;
    }


    /* =====================================================
       HERO
    ===================================================== */

    .hero-section {
        min-height: auto;

        padding-top: 72px;

        padding-bottom: 65px;
    }

    .hero-slider {
        min-height: auto;

        padding-top: 50px;

        padding-bottom: 45px;
    }

    .hero-slide .row {
        flex-direction: column;
    }

    .hero-content {
        text-align: center;

        padding: 25px 0 20px;
    }

    .hero-eyebrow {
        justify-content: center;
    }

    .hero-content h1 {
        max-width: 800px;

        margin-left: auto;
        margin-right: auto;

        font-size: 48px;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;

        max-width: 680px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-image-wrapper {
        min-height: 480px;

        margin-top: 5px;
    }

    .hero-image {
        width: 390px;
        height: 390px;
    }

    .hero-image-circle {
        width: 410px;
        height: 410px;
    }

    .card-verified {
        left: 13%;
    }

    .card-ai {
        right: 13%;
    }

    .hero-arrow {
        top: auto;

        bottom: 0;

        transform: none;
    }

    .hero-arrow:hover {
        transform: scale(1.05);
    }

    .hero-prev {
        left: 38%;
    }

    .hero-next {
        right: 38%;
    }

    .hero-dots {
        bottom: 15px;
    }


    /* =====================================================
       ABOUT
    ===================================================== */

    .about-section,
    .subscription-section,
    .contact-section {
        padding: 80px 0;
    }

    .about-image-wrapper {
        min-height: 450px;

        margin-bottom: 20px;
    }

    .about-image {
        width: 430px;
        height: 380px;
    }

    .about-image-bg {
        width: 400px;
        height: 400px;
    }

    .section-content {
        text-align: center;
    }

    .section-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-points {
        justify-content: center;
    }


    /* =====================================================
       PRICING
    ===================================================== */

    .pricing-card {
        padding: 30px 23px 25px;
    }

    .pricing-card.popular {
        transform: none;
    }

    .pricing-card.popular:hover {
        transform: translateY(-9px);
    }


    /* =====================================================
       CONTACT
    ===================================================== */

    .contact-info {
        flex-direction: row;

        justify-content: center;

        flex-wrap: wrap;

        margin-bottom: 10px;
    }

    .contact-item {
        min-width: 190px;
    }

    .contact-form-card {
        padding: 28px;
    }


    /* =====================================================
       FOOTER
    ===================================================== */

    .footer-top {
        flex-wrap: wrap;

        justify-content: center;

        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;

        justify-content: center;

        text-align: center;
    }

}


/* =========================================================
   MOBILE LARGE
   <= 767px
========================================================= */

@media (max-width: 767px) {

    /* =====================================================
       GENERAL
    ===================================================== */

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .about-section,
    .subscription-section,
    .contact-section {
        padding: 70px 0;
    }


    /* =====================================================
       NAVBAR
    ===================================================== */

    .main-navbar {
        height: 68px;
    }

    .navbar-inner {
        min-height: 68px;
    }

    .brand-logo img {
        width: 140px;
    }

    .mobile-menu-btn {
        width: 40px;
        height: 40px;
    }


    /* =====================================================
       HERO
    ===================================================== */

    .hero-section {
        padding-top: 68px;

        padding-bottom: 50px;
    }

    .hero-slider {
        padding-top: 40px;

        padding-bottom: 55px;
    }

    .hero-content {
        padding: 10px 0 15px;
    }

    .hero-eyebrow {
        font-size: 9px;

        letter-spacing: 1.6px;

        margin-bottom: 13px;
    }

    .hero-eyebrow::before {
        width: 18px;
    }

    .hero-content h1 {
        font-size: 38px;

        letter-spacing: -1px;

        margin-bottom: 17px;
    }

    .hero-content p {
        font-size: 12px;

        line-height: 1.8;

        margin-bottom: 23px;
    }

    .hero-buttons {
        gap: 9px;

        margin-bottom: 25px;
    }

    .primary-btn,
    .secondary-btn {
        min-height: 44px;

        padding: 11px 17px;

        font-size: 10px;
    }

    .hero-features {
        gap: 15px;
    }

    .hero-features > div {
        gap: 6px;
    }

    .hero-features > div > i {
        width: 32px;
        height: 32px;

        font-size: 11px;
    }

    .hero-features span {
        font-size: 8px;
    }

    .hero-features small {
        font-size: 7px;
    }


    /* Hero image */

    .hero-image-wrapper {
        min-height: 360px;

        margin-top: 10px;
    }

    .hero-image {
        width: 290px;
        height: 290px;

        border-width: 6px;
    }

    .hero-image-circle {
        width: 310px;
        height: 310px;
    }

    .floating-card {
        padding: 9px 11px;

        gap: 7px;

        border-radius: 9px;
    }

    .floating-card i {
        width: 27px;
        height: 27px;

        font-size: 11px;
    }

    .floating-card strong {
        font-size: 8px;
    }

    .floating-card small {
        font-size: 7px;
    }

    .card-verified {
        top: 13%;
        left: 2%;
    }

    .card-ai {
        right: 2%;
        bottom: 13%;

        padding: 7px 10px;
    }

    .hero-arrow {
        width: 34px;
        height: 34px;

        font-size: 10px;
    }

    .hero-prev {
        left: 31%;
    }

    .hero-next {
        right: 31%;
    }

    .hero-dots {
        bottom: 11px;
    }


    /* =====================================================
       COMMON SECTIONS
    ===================================================== */

    .section-eyebrow {
        font-size: 9px;

        letter-spacing: 1.7px;
    }

    .section-content h2,
    .section-heading h2 {
        font-size: 29px;

        letter-spacing: -.5px;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading p {
        font-size: 11px;
    }


    /* =====================================================
       ABOUT
    ===================================================== */

    .about-image-wrapper {
        min-height: 350px;
    }

    .about-image {
        width: 330px;
        height: 300px;

        border-radius: 20px;

        border-width: 6px;
    }

    .about-image-bg {
        width: 315px;
        height: 315px;

        border-radius: 25px;
    }

    .mission-card {
        left: 0;

        bottom: 0;

        width: 220px;

        padding: 12px;
    }

    .mission-icon {
        width: 32px;
        height: 32px;

        font-size: 11px;
    }

    .mission-card strong {
        font-size: 9px;
    }

    .mission-card p {
        font-size: 7px;
    }

    .section-content > p {
        font-size: 11px;
    }

    .about-points {
        gap: 10px;
    }

    .about-point {
        min-width: 105px;
    }

    .about-point i {
        width: 32px;
        height: 32px;

        font-size: 10px;
    }

    .about-point span {
        font-size: 8px;
    }

    .about-point small {
        font-size: 7px;
    }


    /* =====================================================
       PRICING
    ===================================================== */

    .pricing-card {
        max-width: 390px;

        margin: 0 auto;
    }

    .pricing-card.popular {
        transform: none;
    }

    .pricing-card:hover {
        transform: translateY(-6px);
    }

    .pricing-card.popular:hover {
        transform: translateY(-6px);
    }


    /* =====================================================
       CONTACT
    ===================================================== */

    .contact-info {
        flex-direction: column;

        align-items: stretch;

        gap: 13px;

        margin-bottom: 15px;
    }

    .contact-item {
        min-width: 0;

        padding: 7px 0;
    }

    .contact-form-card {
        padding: 21px 17px;

        border-radius: 14px;
    }

    .contact-form-card input,
    .contact-form-card select {
        height: 44px;
    }

    .contact-form-card input,
    .contact-form-card select,
    .contact-form-card textarea {
        font-size: 10px;
    }


    /* =====================================================
       FOOTER
    ===================================================== */

    .main-footer {
        padding-top: 32px;
    }

    .footer-top {
        flex-direction: column;

        gap: 20px;
    }

    .footer-links {
        gap: 17px;

        flex-wrap: wrap;

        justify-content: center;
    }

    .footer-bottom {
        gap: 10px;

        font-size: 8px;
    }

    .footer-bottom > div {
        flex-wrap: wrap;

        justify-content: center;
    }

}


/* =========================================================
   MOBILE
   <= 575px
========================================================= */

@media (max-width: 575px) {

    /* =====================================================
       GENERAL
    ===================================================== */

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* =====================================================
       NAVBAR
    ===================================================== */

    .brand-logo img {
        width: 130px;
    }


    /* =====================================================
       HERO
    ===================================================== */

    .hero-content h1 {
        font-size: 34px;

        line-height: 1.15;
    }

    .hero-content p {
        font-size: 11px;
    }

    .hero-buttons {
        flex-direction: column;

        width: 100%;
    }

    .hero-buttons a {
        width: 100%;

        max-width: 250px;
    }

    .hero-features {
        gap: 10px;

        justify-content: space-between;
    }

    .hero-features > div {
        flex-direction: column;

        text-align: center;

        gap: 4px;

        flex: 1;
    }

    .hero-features span {
        font-size: 7px;
    }

    .hero-features small {
        font-size: 6px;
    }


    /* Hero image */

    .hero-image-wrapper {
        min-height: 320px;
    }

    .hero-image {
        width: 250px;
        height: 250px;
    }

    .hero-image-circle {
        width: 270px;
        height: 270px;
    }

    .card-verified {
        left: -2%;
        top: 10%;
    }

    .card-ai {
        right: -2%;
        bottom: 10%;
    }

    .floating-card strong {
        font-size: 7px;
    }

    .floating-card small {
        font-size: 6px;
    }

    .hero-prev {
        left: 28%;
    }

    .hero-next {
        right: 28%;
    }


    /* =====================================================
       ABOUT
    ===================================================== */

    .about-image-wrapper {
        min-height: 310px;
    }

    .about-image {
        width: 285px;
        height: 260px;
    }

    .about-image-bg {
        width: 270px;
        height: 270px;
    }

    .mission-card {
        width: 190px;

        left: -2px;

        padding: 10px;
    }

    .mission-card p {
        line-height: 1.45;
    }

    .about-points {
        display: grid;

        grid-template-columns: 1fr 1fr;

        width: 100%;
    }

    .about-point {
        min-width: 0;
    }

    .about-point:last-child {
        grid-column: 1 / -1;

        justify-content: center;
    }


    /* =====================================================
       PRICING
    ===================================================== */

    .pricing-card {
        padding: 27px 20px 23px;
    }

    .pricing-price {
        font-size: 24px;
    }

    .custom-price {
        font-size: 19px;
    }


    /* =====================================================
       CONTACT
    ===================================================== */

    .contact-submit {
        width: 100%;
    }


   /* =========================================================
   FOOTER RESPONSIVE
========================================================= */


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .footer-main {

        grid-template-columns:
            1.5fr
            1fr
            1fr;

        gap: 40px;
    }

    .footer-brand {

        max-width: 100%;
    }

    .footer-contact {

        grid-column: 1 / -1;
    }

    .footer-contact {

        display: grid;

        grid-template-columns:
            repeat(3, 1fr);

        gap: 15px;
    }

    .footer-contact h4 {

        grid-column: 1 / -1;
    }

    .footer-contact-item {

        margin-bottom: 0;
    }

    .footer-cta {

        padding: 17px 18px;
    }

    .footer-bottom {

        grid-template-columns:
            1fr 1fr;

        text-align: center;
    }

    .footer-copyright {

        text-align: left;
    }

    .footer-legal {

        justify-content: flex-end;
    }

    .footer-developer {

        grid-column: 1 / -1;

        justify-content: center;

        padding-top: 5px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .main-footer {

        padding-top: 50px;
    }

    .footer-main {

        display: grid;

        grid-template-columns: 1fr;

        gap: 32px;

        padding-bottom: 35px;
    }

    .footer-brand {

        max-width: 100%;

        text-align: center;
    }

    .footer-logo {

        justify-content: center;
    }

    .footer-description {

        max-width: 500px;

        margin-left: auto;
        margin-right: auto;
    }

    .footer-column {

        text-align: center;
    }

    .footer-column h4::after {

        left: 50%;

        transform: translateX(-50%);
    }

    .footer-column ul li a {

        justify-content: center;
    }

    .footer-contact {

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 14px;

        text-align: left;
    }

    .footer-contact h4 {

        margin-bottom: 5px;
    }

    .footer-contact-item {

        width: 210px;

        margin-bottom: 0;
    }


    /* CTA */

    .footer-cta {

        flex-direction: column;

        text-align: center;

        gap: 15px;

        padding: 20px 15px;
    }

    .footer-cta-content {

        flex-direction: column;

        gap: 8px;
    }

    .footer-cta-btn {

        width: 100%;

        max-width: 220px;

        justify-content: center;
    }


    /* Bottom */

    .footer-bottom {

        display: flex;

        flex-direction: column;

        gap: 12px;

        padding: 18px 0;

    }

    .footer-copyright {

        text-align: center;
    }

    .footer-legal {

        justify-content: center;

        flex-wrap: wrap;
    }

    .footer-developer {

        justify-content: center;

        flex-wrap: wrap;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .main-footer {

        padding-top: 42px;
    }

    .footer-logo img {

        width: 150px;
    }

    .footer-description {

        font-size: 10px;

        line-height: 1.8;
    }

    .footer-column h4 {

        font-size: 12px;
    }

    .footer-column ul li a {

        font-size: 9px;
    }

    .footer-contact-item {

        width: 195px;
    }

    .footer-cta-content strong {

        font-size: 10px;
    }

    .footer-cta-content span {

        font-size: 8px;
    }

    .footer-bottom {

        font-size: 7px;
    }

    .footer-developer > span,
    .developer-link {

        font-size: 7px;
    }

}
}


/* =========================================================
   MOBILE MENU ANIMATION
========================================================= */

@keyframes mobileMenuOpen {

    from {
        opacity: 0;

        transform: translateY(-8px);
    }

    to {
        opacity: 1;

        transform: translateY(0);
    }
}