@media (max-width:1440px) {
    .logo img {
        width: 130px;
    }

    .header {
        gap: 16px;
    }
}

@media (max-width: 1260px) {
    .nav-menu {
        gap: 16px;
    }

    .logo img {
        width: 120px;
    }

    .header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-menu li a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    body.menu-open {
        overflow: hidden;
    }

    .header {
        padding: 22px 20px;
        align-items: center;
    }

    .logo img {
        width: 135px;
    }

    .menu-wrapper {
        display: flex;
        gap: 30px;
    }

    .menu-toggle {
        display: block;
        position: relative;
        z-index: 1001;
        padding: 0;
    }

    .menu-toggle span {
        transition: 0.3s ease;
        transform-origin: center;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 420px;
        max-width: 88%;
        height: 100vh;
        background: rgba(20, 20, 20, 0.96);
        backdrop-filter: blur(16px);
        padding: 100px 24px 40px;
        z-index: 1000;
        overflow-y: auto;
        transition: 0.4s ease;
    }

    .navbar.active {
        right: 0;
    }

    .nav-menu {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav-menu>li {
        width: 100%;
    }

    .nav-menu>li>a {
        padding: 12px 16px;
        display: inline-flex;
    }

    .nav-menu li a,
    .submenu-toggle {
        width: 100%;
        justify-content: space-between;
    }

    .has-submenu a {
        justify-content: space-between;
    }

    .submenu-toggle img {
        transition: 0.3s ease;
    }

    .has-submenu.active>.submenu-toggle img {
        transform: rotate(180deg);
    }

    /* Simple submenu mobile accordion */
    .simple-menu {
        position: static;
        width: 100%;
        padding: 0;
        background: transparent;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    .simple-parent.active .simple-menu {
        max-height: 350px;
        padding-bottom: 12px;
    }

    .simple-menu a {
        color: #fff !important;
        padding: 12px 16px;
        min-height: auto;
        margin-bottom: 6px;
    }

    .simple-menu a:hover {
        background: transparent;
        color: #fff !important;
    }

    /* Mega menu mobile accordion */
    .mega-parent {
        position: relative;
    }

    .mega-menu {
        position: static;
        width: 100%;
        max-width: 100%;
        display: block;
        background: transparent;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        z-index: auto;
    }

    .mega-parent.active .mega-menu {
        max-height: 1200px;
        padding-bottom: 14px;
        transform: none;
    }

    .mega-left {
        padding: 0;
        border-right: 0;
    }

    .mega-right {
        display: none;
    }

    .mega-tab {
        width: 100%;
        height: 47px;
        padding: 12px 16px;
        color: #fff;
        background: transparent;
        font-size: 13px;
    }

    .mega-left a.active,
    .mega-left a:hover {
        background: transparent;
    }

    .mega-tab.active {
        background: transparent;
        color: #fff;
    }

    .mega-tab span {
        transform: rotate(90deg);
        transition: 0.3s ease;
    }

    .mega-tab.active span {
        transform: rotate(-90deg);
    }

    .mobile-panel-holder {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    .mega-tab.active+.mobile-panel-holder {
        max-height: 700px;
    }

    .mega-panel {
        display: none;
        padding: 12px 0 14px;
    }

    .mega-panel.active {
        display: block;
    }

    .mega-panel ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        margin: 0;
    }

    .mega-panel li {
        list-style: none;
    }

    .mega-panel a {
        color: #fff !important;
        padding: 12px 16px;
        min-height: auto;
        display: block !important;
        font-size: 13px !important;
        line-height: 20px !important;
        text-transform: none !important;
    }
}

@media (max-width: 575px) {
    .header {
        padding: 18px 15px;
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        width: 100%;
        max-width: 100%;
        padding: 90px 18px 35px;
    }

    .nav-menu li a,
    .submenu-toggle {
        font-size: 14px;
    }

    .header .btn-wrapper {
        display: none;
    }
}

@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 56px;
        line-height: 44px;
    }

    .hero-content>h1>span:nth-of-type(2) {
        margin-left: 260px;
    }

    .treatment-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .machine-section {
        gap: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .machine-content {
        max-width: 380px;
    }

    .machine-list {
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 20px;
    }

    .machine-img {
        margin: -80px 0;
    }

    .check-2 li {
        gap: 14px;
    }

    .check-2 li::before {
        width: 26px;
        height: 26px;
    }

    .footer-grid {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .hero-content {
        padding: 90px 30px 70px;
    }

    .hero-content h1 {
        font-size: 46px;
        line-height: 42px;
    }

    .machine-content {
        max-width: unset;
    }

    .hero-content>h1>span:nth-of-type(2) {
        margin: 22px 0;
    }

    .about-section {
        padding: 70px 30px 60px;
    }

    .stats-section {
        flex-wrap: wrap;
    }

    .stats-box {
        width: 50%;
        min-height: 300px;
        padding: 60px 20px;
        border-bottom: 1px solid #fff;
    }

    .stats-box:nth-of-type(3) {
        border-right: none;
    }

    .why-section,
    .machine-section {
        flex-direction: column;
    }

    .why-img {
        max-width: 100%;
    }

    .why-img img {
        max-height: 520px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 18px;
    }

    .machine-img {
        margin: 0;
        height: 300px;
    }

    .machine-list {
        max-width: 100%;
        align-items: center;
    }

    .social-section {
        padding: 60px 30px;
    }

    .social-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .map-section {
        padding: 70px 30px 0;
    }

    .footer-content {
        padding: 0 30px 45px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .copyright {
        padding: 18px 30px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        height: 760px;
    }

    .hero-content {
        padding: 90px 20px 55px;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .hero-content>h1>span:nth-of-type(1) {
        max-width: 100%;
    }

    .hero-content>h1>span:nth-of-type(2) {
        margin: 12px 0 20px;
    }

    .hero-content p {
        font-size: 13px;
        line-height: 21px;
        margin-top: 14px;
    }

    .about-section h6 {
        margin: 8px 0 14px;
    }

    .common-title {
        font-size: 38px;
        line-height: 42px;
    }

    .common-heading {
        font-size: 32px;
        line-height: 36px;
    }

    .about-section {
        padding: 60px 20px 50px;
    }

    .about-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .btn-wrapper {
        flex-wrap: wrap;
    }

    .btn {
        font-size: 15px;
    }

    .appointment-box button {
        margin-top: 18px;
    }

    .stats-box {
        width: 100%;
        border-right: none;
        min-height: 260px;
        padding: 50px 20px;
    }

    .treatments-section {
        padding: 60px 10px;
    }

    .treatment-grid {
        grid-template-columns: 1fr;
        margin: 35px 0 50px;
    }

    .treatment-card,
    .treatment-card:nth-child(2n) {
        margin-top: 0;
        height: 520px;
    }

    .testimonial-section {
        padding: 40px 20px;
    }

    .why-content {
        padding: 40px 20px;
    }

    .blog-section {
        padding: 50px 20px;
    }

    .blog-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .machine-section {
        padding: 50px 20px;
    }

    .machine-list {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 20px;
    }

    .machine-img {
        width: 100%;
        height: auto;
    }

    .machine-img img {
        width: 100%;
    }

    .appointment-section>p {
        font-size: 16px;
        line-height: 21px;
    }

    .why-item p {
        font-size: 15px;
        line-height: 21px;
    }

    .social-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .appointment-box {
        padding: 35px 24px;
    }

    .map-section {
        padding: 55px 20px 0;
        margin-bottom: -90px;
    }

    .map-section iframe {
        height: 360px;
    }

    .footer {
        padding-top: 150px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .copyright {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }


    .navigation {
        width: 100%;
        padding: 30px 20px 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .navigation .page {
        width: 32px;
        height: 32px;
        padding: 6px;
        font-size: 16px;
        line-height: 20px;
    }

    .navigation .page img {
        width: 10px;
    }
}

@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .hero-content hr {
        max-width: 100%;
    }

    .common-title {
        font-size: 32px;
        line-height: 36px;
    }

    .common-heading {
        font-size: 28px;
        line-height: 32px;
    }

    .stats-box h3 {
        font-size: 34px;
    }

    .stats-box h6 {
        font-size: 21px;
    }

    .treatment-card {
        height: 470px;
    }

    .treatment-card h3 {
        font-size: 24px;
        bottom: 35px;
    }

    .treatment-card ul {
        gap: 12px;
    }

    .blog-card div {
        left: 22px;
        right: 22px;
        bottom: 24px;
    }

    .blog-card h3 {
        font-size: 21px;
        line-height: 26px;
    }

    .social-section {
        padding: 50px 20px;
    }

    .social-grid {
        grid-template-columns: 1fr;
    }

    .appointment-section {
        padding: 55px 18px;
    }

    .appointment-box {
        padding: 28px 18px;
    }

    .footer-logo img {
        width: 140px;
        object-fit: cover;
    }

    .hero-section {
        height: 660px;
    }
}



/* Inner Pages */

@media (max-width: 1200px) {
    .common-hero-section {
        max-height: 620px;
        padding: 0 30px 60px;
    }

    .common-hero-content h1 {
        font-size: 42px;
        line-height: 44px;
    }

    .common-intro-section,
    .love-botox-section,
    .botox-process-section,
    .stem-cell-treatment-journey,
    .botox-final-section {
        padding: 60px 30px;
    }

    .botox-risk-section,
    .botox-choice-section,
    .botox-aftercare-section {
        padding: 50px 30px;
    }

    .love-botox-box {
        padding: 44px 36px;
    }

    .risk-wrapper {
        gap: 36px;
    }

    .aftercare-wrapper {
        gap: 34px;
    }

    .who-benefit-section {
        padding: 50px 30px;
    }

    .who-benefit-wrapper {
        gap: 44px;
    }

    .skinpen-info-wrapper {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .common-hero-section {
        height: 70vh;
        max-height: 560px;
        min-height: 460px;
        padding: 0 24px 50px;
    }

    .common-hero-section::after {
        height: 190px;
    }

    .common-hero-content h1 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 12px;
    }

    .section-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .common-intro-section {
        padding: 56px 24px;
    }

    .common-intro-section p {
        margin-bottom: 34px;
    }

    .love-botox-section {
        padding: 56px 24px;
    }

    .love-botox-box {
        padding: 40px 28px;
        border-radius: 24px;
    }

    .love-botox-box .section-heading {
        line-height: 38px;
        text-align: center;
    }

    .botox-risk-section {
        padding: 50px 24px;
    }

    .risk-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .risk-img {
        max-width: 100%;
    }

    .risk-img img {
        max-height: 600px;
    }

    .risk-content .section-heading,
    .risk-content p {
        max-width: 100%;
    }

    .botox-choice-section {
        padding: 50px 24px;
    }

    .botox-choice-section .section-heading {
        line-height: 34px;
    }

    .botox-choice-section p {
        max-width: 100%;
    }

    .botox-process-section,
    .stem-cell-treatment-journey {
        padding: 56px 24px;
    }

    .process-grid,
    .stem-cell-journey-grid {
        grid-template-columns: 1fr;
    }

    .stem-cell-journey-grid p {
        max-width: unset;
    }

    .process-card {
        padding: 32px 28px;
    }

    .stem-cell-journey-grid>div {
        padding: 26px 26px 36px;
    }

    .process-card p {
        max-width: 100%;
    }

    .botox-aftercare-section {
        padding: 50px 24px;
    }

    .aftercare-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .aftercare-img {
        max-width: 100%;
    }

    .aftercare-img img {
        max-height: 600px;
    }

    .aftercare-content .section-heading,
    .aftercare-content p {
        max-width: 100%;
    }

    .botox-final-section {
        padding: 56px 24px;
    }

    .botox-final-section p {
        max-width: 100%;
    }

    .who-benefit-section {
        padding: 50px 24px;
    }

    .who-benefit-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .who-benefit-section:has(+ .botox-risk-section.bg-white) .who-benefit-wrapper {
        flex-direction: column-reverse;
    }

    .who-benefit-img {
        max-width: 100%;
    }

    .who-benefit-img img {
        max-height: 600px;
    }

    .who-benefit-content .section-heading,
    .who-benefit-content p {
        max-width: 100%;
    }

    .skinpen-info-section {
        padding: 45px 30px;
    }

    .skinpen-info-wrapper {
        flex-direction: column;
    }

    .skinpen-info-col h2 {
        max-width: 88%;
    }
}

@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }

    .common-hero-section {
        height: 64vh;
        min-height: 420px;
        max-height: 520px;
        padding: 0 20px 42px;
    }

    .skinpen-info-col h2 {
        max-width: 100%;
    }

    .common-hero-section::after {
        height: 170px;
    }

    .common-hero-content span {
        font-size: 14px;
        line-height: 22px;
    }

    .common-hero-content h1 {
        font-size: 30px;
        line-height: 34px;
        margin-top: 10px;
    }

    .section-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .common-intro-section {
        padding: 40px 20px;
    }

    .common-intro-section h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .why-content span {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    .why-item {
        margin-top: 28px;
    }

    .common-intro-section hr {
        width: 130px;
        height: 4px;
        margin-bottom: 20px;
    }

    .common-intro-section p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .love-botox-section {
        padding: 40px 20px;
    }

    .stem-cell-journey-wrapper .section-heading {
        margin-bottom: 24px;
    }

    .stem-cell-journey-grid h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .love-botox-box {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .love-botox-box .section-heading {
        line-height: 32px;
        margin-bottom: 18px;
    }

    .love-botox-box p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 22px;
    }

    .stem-cell-journey-grid p {
        font-size: 15px;
        line-height: 25px;
    }

    .botox-risk-section {
        padding: 40px 20px;
    }

    .risk-wrapper {
        gap: 28px;
    }

    .risk-content .section-heading {
        margin-bottom: 20px;
    }

    .risk-content p,
    .risk-content h3,
    .check li,
    .botox-choice-section p,
    .choice-list li,
    .process-card p,
    .aftercare-content p,
    .botox-final-section p {
        font-size: 15px;
        line-height: 25px;
    }

    .risk-content h3 {
        margin: 22px 0 18px;
    }

    .check {
        gap: 10px;
        margin-bottom: 26px;
    }

    .risk-content .check {
        margin-bottom: 30px;
    }

    .check li {
        padding-left: 44px;
    }

    .check li::before {
        width: 28px;
        height: 28px;
    }

    .botox-choice-section {
        padding: 40px 20px;
    }

    .choice-list {
        margin: 22px 0 30px;
    }

    .bg-gray .choice-list {
        margin-bottom: 18px;
    }

    .choice-list li {
        padding: 11px 14px 11px 40px;
        border-radius: 10px;
    }

    .choice-list li::before {
        left: 14px;
        width: 14px;
        height: 28px;
    }

    .botox-process-section,
    .stem-cell-treatment-journey {
        padding: 40px 20px;
    }

    .process-grid {
        gap: 16px;
    }

    .process-card {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .stem-cell-journey-grid>div {
        padding: 24px 20px 32px;
    }

    .process-card .section-heading {
        line-height: 30px;
        margin-bottom: 20px;
    }

    .process-card p {
        margin-bottom: 22px;
    }

    .botox-aftercare-section {
        padding: 40px 20px;
    }

    .aftercare-wrapper {
        gap: 28px;
    }

    .aftercare-content .section-heading {
        margin-bottom: 20px;
    }

    .aftercare-content p {
        margin-bottom: 22px;
    }

    .botox-final-section {
        padding: 40px 20px;
    }

    .botox-final-section .section-heading {
        margin-bottom: 20px;
    }

    .botox-final-section p {
        margin-bottom: 22px;
    }

    .who-benefit-section {
        padding: 40px 20px;
    }

    .who-benefit-wrapper {
        gap: 28px;
    }

    .who-benefit-content .section-heading {
        margin-bottom: 20px;
    }

    .who-benefit-content p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 22px;
    }

    .bg-gray+.testimonial-section {
        margin-top: 40px;
    }

    .skinpen-info-section+.testimonial-section {
        margin-top: 40px;
    }

    .bg-taupe .process-card .check {
        margin-bottom: 14px;
    }

    .bg-taupe .process-card p:has(+ .check) {
        margin-bottom: 14px;
    }

    .section-small-heading {
        font-size: 20px;
        line-height: 25px;
    }

    .process-card .section-small-heading {
        margin-bottom: 16px;
    }

    .skinpen-info-section {
        padding: 40px 20px;
    }

    .skinpen-info-col h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .skinpen-info-col p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .navigation {
        padding: 0 20px 50px;
    }


    .blog-content-wrapper {
        padding: 40px 20px 50px;
    }

    .blog-content-wrapper p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .blog-content-wrapper h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 24px 0 14px;
    }
}

@media (max-width: 480px) {
    .common-hero-section {
        min-height: 390px;
        padding: 0 20px 36px;
    }

    .common-hero-content h1 {
        font-size: 26px;
        line-height: 31px;
    }

    .love-botox-box {
        padding: 30px 18px;
    }

    .process-card {
        padding: 26px 18px;
    }
}

@media (max-width: 380px) {
    .navigation .page {
        width: 28px;
        height: 28px;
        font-size: 15px;
    }
}


@media (max-width: 1200px) {
    .faq-section {
        padding: 45px 40px;
        margin-bottom: 60px;
    }

    .faq-wrapper h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .faq-question {
        padding: 24px 10px 15px 0;
        gap: 24px;
    }

    .faq-question span {
        font-size: 20px;
        line-height: 30px;
    }

    .faq-answer p {
        max-width: 100%;
    }

    .team-section {
        padding: 60px 40px;
    }

    .team-grid {
        gap: 55px 18px;
    }

    .team-grid>div>div {
        padding: 24px 20px 0;
    }

    .team-grid div span {
        font-size: 22px;
        line-height: 26px;
        margin: 22px 0 10px;
    }
}

@media (max-width: 991px) {
    .faq-section {
        padding: 40px 30px;
        margin-bottom: 50px;
    }

    .faq-wrapper h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .faq-item {
        padding-bottom: 8px;
    }

    .faq-question {
        padding: 22px 6px 14px 0;
        gap: 20px;
    }

    .faq-question span {
        font-size: 20px;
        line-height: 30px;
    }

    .faq-icon {
        width: 22px;
        margin-top: 4px;
    }

    .faq-answer p {
        font-size: 16px;
        line-height: 26px;
        padding-right: 35px;
    }

    .team-section {
        padding: 50px 30px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 20px;
    }

    .team-grid>div>div {
        width: 100%;
        padding: 24px 18px 0;
    }

    .team-grid div span {
        font-size: 21px;
        line-height: 25px;
        margin: 20px 0 10px;
    }

    .team-grid div p {
        font-size: 16px;
        line-height: 25px;
    }
}


@media (max-width: 767px) {
    .faq-section {
        padding: 40px 20px;
        margin-bottom: 40px;
    }

    .faq-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .faq-item {
        padding-bottom: 6px;
    }

    .faq-question {
        padding: 20px 0 12px 0;
        gap: 16px;
    }

    .faq-question span {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-icon {
        width: 20px;
        margin-top: 4px;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 25px;
        padding-right: 0;
        padding-bottom: 14px;
    }

    .faq-item.active .faq-answer {
        max-height: 500px;
    }

    .team-section {
        padding: 40px 20px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .team-grid>div>div {
        width: 100%;
        padding: 22px 18px 0;
    }

    .team-grid div span {
        font-size: 20px;
        line-height: 24px;
        margin: 18px 0 8px;
    }

    .team-grid div p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 35px 20px;
        margin-bottom: 35px;
    }

    .faq-wrapper h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .faq-question {
        padding: 18px 0 10px 0;
        gap: 14px;
    }

    .faq-question span {
        font-size: 18px;
        line-height: 27px;
    }

    .faq-icon {
        width: 18px;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 24px;
    }

    .team-grid>div>div {
        padding: 20px 16px 0;
    }
}


/* About Us Page Responsive */

@media (max-width: 991px) {

    /* About Values Section */
    .about-values-section {
        padding: 50px 20px 60px;
    }

    .about-values-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-value-card {
        padding: 34px 28px 44px;
    }

    .about-value-icon {
        width: 74px;
        height: 74px;
    }

    /* Promise Section */
    .promise-section {
        padding: 50px 20px;
    }

    .promise-card-wrapper {
        gap: 16px;
        margin-top: 40px;
    }

    .promise-card {
        padding: 34px 30px 44px;
    }

    .promise-card h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    /* Growth Section */
    .growth-section {
        padding: 60px 20px;
        margin-bottom: 60px;
    }

    .growth-section .section-title p {
        margin-bottom: 40px;
    }

    .growth-grid {
        gap: 24px 30px;
    }

    .growth-item p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    /* About Values Section */
    .about-values-section {
        padding: 40px 20px 50px;
    }

    .about-values-wrapper {
        grid-template-columns: 1fr;
    }

    .about-value-card {
        padding: 30px 22px 38px;
    }

    .about-value-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 10px;
    }

    .about-value-card h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .about-value-card p {
        font-size: 15px;
        line-height: 25px;
    }

    /* Promise Section */
    .promise-section {
        padding: 40px 20px;
    }

    .promise-section .section-heading {
        margin-bottom: 12px;
    }

    .section-title p {
        font-size: 15px;
        line-height: 25px;
    }

    .promise-card-wrapper {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 32px;
    }

    .promise-card {
        padding: 30px 22px 38px;
    }

    .promise-card h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .promise-card p {
        font-size: 15px;
        line-height: 25px;
    }

    /* Growth Section */
    .growth-section {
        padding: 50px 20px;
        margin-bottom: 50px;
    }

    .growth-section .section-heading {
        margin-bottom: 12px;
    }

    .growth-section .section-title p {
        margin-bottom: 32px;
    }

    .growth-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .growth-item h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
        text-align: center;
    }

    .growth-item p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .about-value-card,
    .promise-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .about-value-icon {
        width: 62px;
        height: 62px;
    }

    .promise-card-wrapper {
        margin-top: 28px;
    }

    .growth-grid {
        gap: 24px;
    }
}

/* Responsive Machines Sections */
@media (max-width: 1200px) {
    .machines-intro-wrapper,
    .our-machine-grid-wrapper {
        max-width: 100%;
    }

    .machines-intro-wrapper {
        gap: 45px;
    }

    .our-machine-grid-wrapper {
        gap: 45px 18px;
    }
}

@media (max-width: 991px) {
    .machines-intro-section {
        padding: 60px 30px;
    }

    .machines-intro-wrapper {
        gap: 30px;
        flex-direction: column;
    }

    .machine-intro-divider{
        width: 100%;
        height: 1px;
    }

    .machines-intro-content h2 {
        font-size: 22px;
        line-height: 29px;
    }

    .machines-intro-content p {
        max-width: 100%;
    }

    .our-machine-grid-section {
        padding: 50px 30px 80px;
    }

    .our-machine-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 20px;
    }

    .our-machine-grid-img {
        margin-bottom: 20px;
    }

    .our-machine-grid-content h3,
    .our-machine-grid-content p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .machines-intro-section {
        padding: 50px 20px;
    }

    .machines-intro-wrapper {
        gap: 24px;
    }

    .machine-intro-divider {
        width: 100%;
        height: 1px;
    }

    .machines-intro-content h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .machines-intro-content p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.45px;
    }

    .our-machine-grid-section {
        padding: 45px 20px 70px;
    }

    .our-machine-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .our-machine-grid-img {
        margin-bottom: 18px;
    }

    .our-machine-grid-content h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .our-machine-grid-content p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.45px;
    }
}

@media (max-width: 480px) {
    .machines-intro-section {
        padding: 45px 20px;
    }

    .our-machine-grid-section {
        padding: 40px 20px 60px;
    }

    .our-machine-grid-wrapper {
        gap: 35px;
    }
}