.inner-page-banner {
    position: relative;
    min-height: 560px;
    padding: 165px 0 115px;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    overflow: hidden;
}

.inner-page-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 11, 32, 0.92) 0%, rgba(4, 11, 32, 0.72) 48%, rgba(4, 11, 32, 0.18) 100%);
}

.inner-page-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: #f58634;
}

.inner-page-banner .auto-container {
    position: relative;
    z-index: 1;
}

.inner-page-banner h1 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    max-width: 820px;
    font-size: 64px;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 18px;
}

.inner-page-banner .text {
    max-width: 740px;
    color: #f4f4f4;
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.inner-page-banner .breadcrumb-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 600;
}

.inner-page-banner .breadcrumb-list a {
    color: #f58634;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.hero-actions .outline-btn {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    padding: 14px 28px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
}

.hero-actions .outline-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #111111;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hero-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-weight: 600;
    border-radius: 999px;
}

.page-section .sec-title {
    margin-bottom: 36px;
}

.page-section .sec-title h2 {
    display: inline-block;
    padding-bottom: 18px;
}

.page-section .sec-title h2:before,
.page-section .sec-title.style-two h2:before {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 64px;
    height: 3px;
}

.page-section .text-center .sec-title h2:before,
.page-section .sec-title.text-center h2:before,
.page-section .text-center.sec-title h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.page-section {
    position: relative;
    padding: 105px 0 78px;
}

.page-section.compact-top {
    padding-top: 80px;
}

.page-section.light-bg {
    background: #f6f6f6;
}

.page-section.dark-bg {
    background: #111111;
    color: #ffffff;
}

.page-section.dark-bg h2,
.page-section.dark-bg h3,
.page-section.dark-bg h4 {
    color: #ffffff;
}

.page-section.dark-bg .benefit-card h4,
.page-section.dark-bg .benefit-card p {
    color: #222222;
}

.page-kicker {
    color: #f58634;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.page-image img,
.gallery-card img,
.service-detail-visual img {
    width: 100%;
    display: block;
}

.page-image,
.service-detail-visual {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.page-image:after,
.service-detail-visual:after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent);
    pointer-events: none;
}

.content-panel {
    background: #ffffff;
    padding: 38px;
    border-radius: 6px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #f58634;
}

.modern-panel {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 8px;
    box-shadow: 0 18px 55px rgba(4, 11, 32, 0.08);
}

.content-panel h3,
.service-card h3,
.benefit-card h4,
.process-card h4,
.contact-detail-card h4 {
    font-family: "Poppins", sans-serif;
}

.content-panel p {
    margin-bottom: 16px;
}

.highlight-list {
    margin-top: 22px;
}

.highlight-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #222222;
    font-weight: 600;
}

.highlight-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    color: #f58634;
    font-weight: 900;
}

.service-card,
.benefit-card,
.process-card,
.contact-detail-card,
.gallery-card,
.feature-tile,
.faq-item,
.brand-tile,
.service-sidebar {
    height: 100%;
    background: #ffffff;
    border-radius: 6px;
    padding: 34px 30px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card {
    border-radius: 8px;
}

.service-card:hover,
.benefit-card:hover,
.process-card:hover,
.contact-detail-card:hover,
.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.13);
}

.feature-tile .icon,
.benefit-card .icon,
.contact-detail-card .icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff3ea;
    color: #f58634;
    border-radius: 50%;
    margin-bottom: 22px;
}

.service-card .icon {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff3ea;
    border-radius: 50%;
    margin-top: -58px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(4, 11, 32, 0.1);
}

.service-card-image {
    height: 215px;
    margin: -34px -30px 26px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.35s ease;
}

.service-card:hover .service-card-image img {
    transform: scale(1.07);
}

.service-card {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #f58634;
}

.service-card:before {
    content: "";
    position: absolute;
    top: 120px;
    right: -80px;
    width: 170px;
    height: 170px;
    background: #fff3ea;
    border-radius: 50%;
}

.service-card .icon img {
    max-width: 42px;
    max-height: 42px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

.service-card .icon,
.service-card h3,
.service-card p,
.service-card a {
    position: relative;
    z-index: 1;
}

.service-card p,
.benefit-card p,
.process-card p,
.contact-detail-card p {
    margin-bottom: 20px;
}

.service-card .read-more {
    color: #f58634;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
}

.metric-strip {
    background: #111111;
    color: #ffffff;
    padding: 48px 0 20px;
}

.split-showcase {
    position: relative;
    background: #ffffff;
}

.split-showcase .content-panel {
    margin-left: -70px;
}

.brand-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.brand-tile {
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.brand-tile img {
    max-width: 120px;
    max-height: 56px;
}

.metric-box {
    margin-bottom: 28px;
}

.metric-box strong {
    display: block;
    color: #f58634;
    font-size: 38px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
}

.metric-box span {
    display: block;
    margin-top: 10px;
    color: #eeeeee;
}

.gallery-card {
    padding: 0;
    overflow: hidden;
}

.gallery-card img {
    height: 260px;
    object-fit: cover;
}

.gallery-card .caption {
    padding: 20px 22px;
}

.gallery-card h4 {
    font-size: 20px;
    margin-bottom: 4px;
}

.gallery-card .caption span {
    color: #f58634;
    font-weight: 600;
}

.service-hero-grid,
.service-modern-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 55px;
    align-items: center;
}

.service-modern-copy {
    padding: 50px;
}

.service-modern-copy h2 {
    color: #071546;
    font-size: 42px;
    line-height: 1.18;
    margin-bottom: 18px;
}

.service-modern-copy p {
    font-size: 17px;
    line-height: 1.85;
}

.service-modern-media {
    position: relative;
    min-height: 470px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(4, 11, 32, 0.2);
}

.service-modern-media img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
}

.service-modern-media .media-label {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 15px 18px;
    background: rgba(255, 255, 255, 0.94);
    color: #071546;
    font-weight: 800;
    border-radius: 6px;
}

.service-nav-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 38px;
}

.service-nav-strip a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 18px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 999px;
    color: #071546;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(4, 11, 32, 0.05);
}

.service-nav-strip a:hover,
.service-nav-strip a.active {
    background: #f58634;
    border-color: #f58634;
    color: #ffffff;
}

.service-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.service-check {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-top: 3px solid #f58634;
    border-radius: 7px;
    box-shadow: 0 12px 34px rgba(4, 11, 32, 0.06);
    font-weight: 700;
}

.process-card .count {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #f58634;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 18px;
}

.process-card {
    position: relative;
    min-height: 235px;
    border-radius: 8px;
}

.process-card h4 {
    color: #071546;
    font-size: 21px;
    line-height: 1.28;
}

.process-card p {
    margin-bottom: 0;
}

.faq-list {
    max-width: 970px;
    margin: 0 auto;
}

.faq-item {
    padding: 30px 34px;
    margin-bottom: 18px;
    border-left: 4px solid #f58634;
    border-radius: 8px;
}

.faq-item h4 {
    margin-bottom: 8px;
    font-size: 20px;
}

.faq-item p {
    margin-bottom: 0;
}

.appointment-band {
    position: relative;
    padding: 62px 0;
    background: #f58634;
    color: #ffffff;
}

.appointment-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0));
}

.appointment-band .auto-container {
    position: relative;
    z-index: 1;
}

.appointment-band h2 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 8px;
}

.appointment-band .theme-btn {
    background: #111111;
}

.contact-form-box {
    background: #ffffff;
    padding: 38px;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    height: 58px;
    border: 1px solid #e4e4e4;
    padding: 12px 18px;
    margin-bottom: 20px;
}

.contact-form-box textarea {
    height: 150px;
    resize: none;
}

.map-box {
    min-height: 360px;
    border-radius: 6px;
    overflow: hidden;
    background: #111111;
}

.map-box iframe {
    width: 100%;
    height: 360px;
    border: 0;
}

.contact-highlight {
    background: #111111;
    color: #ffffff;
    padding: 35px;
    border-radius: 6px;
}

.contact-highlight h3 {
    color: #ffffff;
}

.contact-highlight .highlight-list li {
    color: #ffffff;
}

.contact-highlight .highlight-list li:before {
    color: #f58634;
}

.service-feature-band {
    background: #f7f8fb;
}

.service-feature-band .sec-title h2 {
    color: #071546;
}

@media only screen and (max-width: 991px) {
    .inner-page-banner {
        min-height: 480px;
        padding: 135px 0 75px;
    }

    .inner-page-banner h1 {
        font-size: 42px;
    }

    .service-hero-grid,
    .service-modern-grid {
        grid-template-columns: 1fr;
    }

    .split-showcase .content-panel {
        margin-left: 0;
        margin-top: 30px;
    }

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

    .service-modern-copy {
        padding: 36px 28px;
    }

    .service-modern-media,
    .service-modern-media img {
        min-height: 350px;
    }

    .service-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 575px) {
    .inner-page-banner h1 {
        font-size: 34px;
    }

    .inner-page-banner {
        min-height: 430px;
    }

    .inner-page-banner .text {
        font-size: 16px;
    }

    .content-panel,
    .contact-form-box,
    .service-card,
    .benefit-card,
    .process-card,
    .contact-detail-card {
        padding: 28px 22px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .theme-btn,
    .hero-actions .outline-btn {
        justify-content: center;
        width: 100%;
    }

    .brand-row,
    .service-check-grid {
        grid-template-columns: 1fr;
    }

    .gallery-card img {
        height: 220px;
    }
}

/* Homepage refresh */
.home-page {
    color: #071546;
}

.home-page .main-header.header-style-three .header-upper.style-three {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 35px rgba(4, 11, 32, 0.08);
}

.home-page .banner-section {
    overflow: hidden;
}

.home-page .banner-section .swiper-slide {
    background-size: cover;
    background-position: center;
}

.home-page .slide-overlay {
    background: linear-gradient(90deg, rgba(4, 11, 32, 0.88) 0%, rgba(4, 11, 32, 0.68) 43%, rgba(4, 11, 32, 0.2) 100%);
}

.home-page .banner-section .content-box {
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 165px 15px 135px;
}

.home-page .content-outer {
    padding: 0 60px;
}

.home-page .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    margin-bottom: 22px;
    background: rgba(245, 134, 52, 0.18);
    border: 1px solid rgba(245, 134, 52, 0.42);
    color: #ffffff;
    font-weight: 800;
    border-radius: 999px;
}

.home-page .slide-heading {
    max-width: 760px;
    font-size: 68px;
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: none;
    margin-bottom: 24px;
}

.home-page .banner-section .content-box .inner:before {
    content: "Ahmedabad Tyre & Wheel Care Experts";
    position: relative;
    display: inline-flex;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    margin-bottom: 22px;
    background: rgba(245, 134, 52, 0.18);
    border: 1px solid rgba(245, 134, 52, 0.42);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    border-radius: 999px;
}

.home-page .banner-section .content-box h1:before {
    display: none;
}

.home-page .slide-text {
    max-width: 650px;
    font-size: 19px;
    line-height: 1.75;
    text-shadow: none;
}

.home-page .hero-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.home-page .hero-button-row .theme-btn {
    margin: 0;
}

.home-page .hero-button-row .outline-btn {
    display: inline-flex;
    min-height: 57px;
    align-items: center;
    padding: 15px 28px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #ffffff;
    font-weight: 800;
}

.home-page .hero-button-row .outline-btn:hover {
    background: #ffffff;
    color: #071546;
}

.home-page .home-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.home-page .home-hero-stats span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 700;
    border-radius: 999px;
}

.home-page .banner-section .big-title {
    color: rgba(255, 255, 255, 0.07);
    font-size: 160px;
    bottom: 10px;
}

.home-page .banner-section .banner-slider-button-next,
.home-page .banner-section .banner-slider-button-prev {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.home-page .about-section-two {
    background: #ffffff;
    padding: 105px 0;
}

.home-page .about-section-two .image-wrapper {
    padding-top: 0;
}

.home-page .about-section-two .image-one,
.home-page .about-section-two .image-two {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 22px 65px rgba(4, 11, 32, 0.18);
}

.home-page .about-section-two .image-two {
    top: auto;
    right: 0;
    bottom: -48px;
    width: 58%;
    border: 8px solid #ffffff;
}

.home-page .about-section-two .content {
    background: #ffffff;
    border-radius: 10px;
    padding: 46px 46px 42px;
    box-shadow: 0 18px 55px rgba(4, 11, 32, 0.08);
    border-top: 4px solid #f58634;
}

.home-page .about-section-two .content h2,
.home-page .services-section .sec-title h2,
.home-page .facts-section-two h2,
.home-page .brand-logo .sec-title h2,
.home-page .facts-section h2 {
    color: #071546;
    letter-spacing: 0;
}

.home-page .services-section.style-two {
    background: #f7f8fb;
    padding: 105px 0 90px;
}

.home-page .services-section .sec-title {
    max-width: 940px;
    margin-bottom: 42px;
}

.home-page .services-section .sec-title h2 {
    display: inline-block;
    padding-bottom: 18px;
}

.home-page .services-section .sec-title h2:before,
.home-page .brand-logo .sec-title h2:before {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    width: 64px;
    height: 3px;
}

.home-page .brand-logo .sec-title h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.home-page .service-block-one {
    margin-bottom: 28px;
}

.home-page .service-block-one .inner-box {
    position: relative;
    min-height: 390px;
    padding: 0 28px 30px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(4, 11, 32, 0.08);
}

.home-page .service-block-one .inner-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 65px rgba(4, 11, 32, 0.14);
}

.home-page .home-service-image {
    height: 180px;
    margin: 0 -28px 28px;
    overflow: hidden;
}

.home-page .home-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-page .service-block-one .inner-box:hover .home-service-image img {
    transform: scale(1.07);
}

.home-page .service-block-one h5 {
    color: #f58634;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.home-page .service-block-one h2 {
    color: #071546;
    font-size: 25px;
    line-height: 1.24;
    min-height: 62px;
}

.home-page .service-block-one .icon {
    right: 25px;
    bottom: 25px;
    opacity: 0.18;
}

.home-page .service-block-one .read-more {
    color: #f58634;
    font-weight: 800;
    text-transform: uppercase;
}

.home-page .why-choose-us.style-two {
    background: #10162d;
    padding: 105px 0 0;
}

.home-page .why-choose-us.style-two:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(245, 134, 52, 0.9), rgba(245, 134, 52, 0.65) 45%, rgba(16, 22, 45, 0.98) 45%);
}

.home-page .why-choose-us.style-two .auto-container,
.home-page .why-choose-us.style-two .cta-section {
    position: relative;
    z-index: 1;
}

.home-page .why-choose-us.style-two .image img {
    border-radius: 10px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.home-page .why-choose-us.style-two .icon-box {
    border-color: rgba(255, 255, 255, 0.22);
}

.home-page .cta-section.style-two {
    background: transparent;
    padding: 58px 0 80px;
}

.home-page .cta-section.style-two .wrapper-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.home-page .cta-section.style-two h3,
.home-page .cta-section.style-two .phone {
    color: #071546;
}

.home-page .facts-section-two {
    background: #ffffff;
    padding: 105px 0 80px;
}

.home-page .facts-section-two:before {
    display: none;
}

.home-page .facts-section-two .counter-column .inner {
    background: #f7f8fb;
    border-radius: 10px;
    padding: 32px 20px;
    min-height: 180px;
    box-shadow: 0 12px 35px rgba(4, 11, 32, 0.06);
}

.home-page .testimonial-section.style-two {
    padding: 80px 0 90px;
    background: #f7f8fb;
}

.home-page .testimonial-section.style-two .testimonial-block .inner-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 14px 45px rgba(4, 11, 32, 0.08);
}

.home-page .brand-logo {
    margin-top: 0;
    padding: 90px 0;
    background: #ffffff;
}

.home-page .brand-logo .wrapper-box {
    gap: 18px;
}

.home-page .brand-logo .image {
    min-height: 104px;
    min-width: 150px;
    margin: 0;
    padding: 25px;
    background: #f7f8fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .brand-logo .image:hover img {
    transform: none;
}

.home-page .facts-section {
    background: #ffffff;
    padding: 95px 0;
}

.home-page .facts-section .facts-block {
    background: #f7f8fb;
    border-radius: 10px;
    padding: 32px 28px;
    min-height: 210px;
    box-shadow: 0 12px 35px rgba(4, 11, 32, 0.06);
}

@media only screen and (max-width: 991px) {
    .home-page .slide-heading {
        font-size: 48px;
    }

    .home-page .content-outer {
        padding: 0 30px;
    }

    .home-page .about-section-two .content {
        margin-top: 70px;
    }

    .home-page .why-choose-us.style-two:before {
        background: linear-gradient(180deg, rgba(245, 134, 52, 0.94), rgba(16, 22, 45, 0.98));
    }
}

@media only screen and (max-width: 575px) {
    .home-page .banner-section .content-box {
        min-height: 650px;
        padding: 125px 15px 95px;
    }

    .home-page .slide-heading {
        font-size: 38px;
    }

    .home-page .slide-text {
        font-size: 16px;
    }

    .home-page .hero-button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .home-page .hero-button-row .theme-btn,
    .home-page .hero-button-row .outline-btn {
        justify-content: center;
        width: 100%;
    }

    .home-page .about-section-two .content {
        padding: 34px 24px;
    }
}
