/* ========================================
   Mobile Responsive Styles
   YouTube Mastery Growth Accelerator
   ======================================== */

/* Base Mobile Fixes */
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

/* ========================================
   RESPONSIVE FONT SIZES - Desktop First
   Remove all inline font-size styles
   ======================================== */

/* Main Headlines - Desktop (Default) */
.fs-headline-main {
    font-size: 46px !important;
    line-height: 1.2 !important;
}

.fs-headline-large {
    font-size: 42px !important;
    line-height: 1.2 !important;
}

.fs-headline-medium {
    font-size: 33px !important;
    line-height: 1.3 !important;
}

.fs-headline-small {
    font-size: 32px !important;
    line-height: 1.3 !important;
}

.fs-subheadline {
    font-size: 24px !important;
    line-height: 1.4 !important;
}

/* Body Text Sizes */
.fs-body-large {
    font-size: 20px !important;
    line-height: 1.5 !important;
}

.fs-body-medium {
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.fs-body-small {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* Button Sizes */
.fs-button-large {
    font-size: 34px !important;
    line-height: 1.3 !important;
}

.fs-button-medium {
    font-size: 28px !important;
    line-height: 1.3 !important;
}

/* Special Elements */
.fs-star-divider {
    font-size: 20px !important;
}

.fs-testimonial-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.fs-cta-text {
    font-size: 20px !important;
    line-height: 1.5 !important;
}

/* ========================================
   MOBILE RESPONSIVE FONT SIZES (≤768px)
   ======================================== */
@media (max-width: 768px) {
    /* Main Headlines - Mobile */
    .fs-headline-main {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .fs-headline-large {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .fs-headline-medium {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .fs-headline-small {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    .fs-subheadline {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    /* Body Text Sizes - Mobile */
    .fs-body-large {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }

    .fs-body-medium {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .fs-body-small {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* Button Sizes - Mobile */
    .fs-button-large {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .fs-button-medium {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    /* Special Elements - Mobile */
    .fs-star-divider {
        font-size: 16px !important;
    }

    .fs-testimonial-text {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .fs-cta-text {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }

    /* Container Adjustments */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .midWideContainer {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Existing Classes - Keep for backward compatibility */
    .elHeadline.hsSize3 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .elHeadline.hsSize2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .elHeadline.hsSize1 {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .mfs_33 {
        font-size: 24px !important;
    }

    .mfs_27 {
        font-size: 20px !important;
    }

    /* Buttons */
    .elButton {
        font-size: 20px !important;
        padding: 15px 20px !important;
        white-space: normal !important;
        min-height: auto !important;
    }

    .elButtonMain {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    /* Video Container */
    .elVideo {
        width: 100% !important;
        padding: 0 !important;
    }

    .elVideo .col-xl-9,
    .elVideo .col-lg-8 {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .courses__details-thumb {
        position: relative;
        padding-bottom: 62.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
    }

    .courses__details-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .courses__details-thumb .popup-video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    /* Loved by Users Section */
    .loved-users {
        padding: 20px 15px !important;
    }

    .loved-by-users {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .avatars {
        margin-bottom: 15px !important;
    }

    .avatars img {
        width: 40px !important;
        height: 40px !important;
    }

    ._14px-font {
        font-size: 14px !important;
    }

    /* Features Section */
    .features-section {
        padding: 20px 10px !important;
    }

    .feature-card {
        flex-direction: column !important;
        padding: 20px 15px !important;
        margin-bottom: 15px !important;
    }

    .feature-card .icon {
        font-size: 40px !important;
        margin-bottom: 15px !important;
    }

    .feature-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .feature-desc {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* Bonus Cards */
    .bonus-card {
        margin-bottom: 20px !important;
        padding: 15px !important;
    }

    .bonus-card .card-body {
        padding: 15px !important;
    }

    .bonus-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .bonus-card ul li {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
    }

    /* Launch Offer Card */
    .launch-offer-card {
        padding: 15px 15px !important;
    }

    .limited-badge {
        font-size: 18px !important;
        padding: 10px 15px !important;
        margin-bottom: 20px !important;
    }

    .offer-heading {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .launch-price {
        font-size: 48px !important;
    }

    .original-price {
        font-size: 24px !important;
        display: block !important;
        margin-top: 10px !important;
    }

    /* Accordion/Curriculum */
    .courses__curriculum-wrap {
        padding: 15px 10px !important;
    }

    .accordion-button {
        font-size: 16px !important;
        padding: 15px !important;
        line-height: 1.4 !important;
    }

    .accordion-body {
        padding: 15px !important;
    }

    .course-item-link {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .item-name {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .course-item-meta {
        width: 100% !important;
        justify-content: space-between !important;
    }

    /* Testimonials */
    .testimonials-section {
        padding: 30px 15px !important;
    }

    .testimonials-section > div {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .testimonials-section > div > div {
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }

    /* FAQ Section */
    .faq-section {
        padding: 30px 15px !important;
    }

    .faq-heading {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    #faq-tab-pane .accordion-button {
        font-size: 16px !important;
        padding: 15px !important;
    }

    #faq-tab-pane .accordion-body {
        font-size: 14px !important;
        padding: 15px !important;
    }

    /* Two Column Layouts */
    .row .col-md-9,
    .row .col-md-3,
    .row .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .innerContent {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Header/Navigation */
    .tg-header__area {
        padding: 10px 0 !important;
    }

    .tgmenu__wrap {
        flex-wrap: wrap !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .logo {
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 10px !important;
    }

    .logo img {
        max-width: 150px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .tgmenu__action {
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 10px !important;
    }

    .tgmenu__action .btn {
        font-size: 14px !important;
        padding: 8px 15px !important;
    }

    /* Footer */
    .footer__area {
        padding: 30px 0 !important;
    }

    .footer__widget {
        padding: 20px 15px !important;
        text-align: center !important;
    }

    .footer__widget .logo {
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 20px !important;
    }

    .footer__widget .logo img {
        max-width: 150px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .footer__content {
        text-align: center !important;
    }

    .footer__content p,
    .footer__content ul li {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* Guarantee Section */
    .guarantee-section {
        flex-direction: column !important;
    }

    .guarantee-section img {
        max-width: 150px !important;
        margin-bottom: 20px !important;
    }

    /* Spacing Adjustments */
    .padding40-top {
        padding-top: 10px !important;
    }

    .padding40-bottom {
        padding-bottom: 10px !important;
    }

    section {
        padding: 30px 15px !important;
    }

    /* Hide desktop-only elements on mobile */
    .tgmenu__search {
        display: none !important;
    }

    .tgmenu__navbar-wrap {
        display: none !important;
    }

    /* Text Alignment */
    .elHeadline[style*="text-align: center"] {
        text-align: center !important;
    }

    /* Bullet Lists */
    .elBulletList li {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
        padding-left: 25px !important;
    }

    /* Image Wrapper */
    .elImageWrapper img {
        width: 100% !important;
        height: auto !important;
    }
    .courses__overview-wrap h1, .courses__overview-wrap h2, .courses__overview-wrap h3
    {
        font-size: 28px !important;
    }

    /* Slick Slider (Reviews) - AppSumo Reviews */
    .authtestimonial {
        padding: 20px 10px !important;
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    .quotes {
        display: block !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .quotes.slick-slider {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .quotes .slick-list {
        width: 100% !important;
        overflow: hidden !important;
    }

    .quotes .slick-track {
        display: flex !important;
        width: 100% !important;
    }

    .quotes .slick-slide {
        display: block !important;
        width: 100% !important;
        padding: 0 10px !important;
    }

    .quotes img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .slick-dots {
        bottom: -10px !important;
        display: flex !important;
        justify-content: center !important;
        list-style: none !important;
        padding: 0 !important;
    }

    .slick-dots li {
        display: inline-block !important;
        margin: 0 5px !important;
    }

    .slick-prev,
    .slick-next {
        display: block !important;
        width: 40px !important;
        height: 40px !important;
        z-index: 10 !important;
    }

    .slick-prev {
        left: -40px !important;
    }

    .slick-next {
        right: -40px !important;
    }

    /* Loader */
    .domain_success_msg {
        width: 200px !important;
        height: 200px !important;
    }

    .domain_success_msg svg {
        font-size: 100px !important;
    }

    /* CTA Sections */
    .closing-section,
    .final-cta-section,
    .faq-contact {
        padding: 40px 15px !important;
    }

    .closing-section h2,
    .final-cta-section h2 {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    .closing-section p,
    .final-cta-section p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
}

/* Extra Small Devices (320px - 480px) */
@media (max-width: 480px) {
    .elHeadline.hsSize3 {
        font-size: 22px !important;
    }

    .elHeadline.hsSize2 {
        font-size: 20px !important;
    }

    .elButton {
        font-size: 16px !important;
        padding: 12px 15px !important;
    }

    .launch-price {
        font-size: 36px !important;
    }

    .limited-badge {
        font-size: 16px !important;
    }

    .bonus-title {
        font-size: 16px !important;
    }

    .feature-card .icon {
        font-size: 32px !important;
    }

    .avatars img {
        width: 35px !important;
        height: 35px !important;
    }
}

/* Tablet Devices (768px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .container {
        max-width: 720px !important;
    }

    .elHeadline.hsSize3 {
        font-size: 36px !important;
    }

    .elHeadline.hsSize2 {
        font-size: 28px !important;
    }

    .elButton {
        font-size: 24px !important;
    }

    .feature-card {
        flex-direction: row !important;
    }

    .testimonials-section > div {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    .testimonials-section > div > div {
        width: 48% !important;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .courses__details-thumb {
        padding-bottom: 60% !important;
    }

    section {
        padding: 20px 15px !important;
    }
}
@media (max-width: 487px) {
    .courses__details-thumb {
        padding-bottom: 68.25%;
    }
}

/* Extra small devices - increased padding for better aspect ratio */
@media (max-width: 447px) {
    .courses__details-thumb {
        padding-bottom: 75%;
    }
}

/* Very small devices - further increased padding */
@media (max-width: 380px) {
    .courses__details-thumb {
        padding-bottom: 85%;
    }
}

/* Video Section Display Control */
/* Desktop: Display flex for centering */
@media (min-width: 768px) {
    .elVideo {
        display: flex !important;
        justify-content: center;
    }
}

/* Mobile/Tablet: Display block for full width */
@media (max-width: 767px) {
    .elVideo {
        display: block !important;
    }

    .elVideo .col-xl-9,
    .elVideo .col-lg-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* Print Styles */
@media print {
    .tg-header__area,
    .footer__area,
    .mobile-nav-toggler,
    .tgmenu__action,
    .elButton {
        display: none !important;
    }
}

/* Additional Mobile Optimizations */
@media (max-width: 768px) {
    /* Ensure proper viewport behavior */
    body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    /* Row adjustments */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row > [class*='col-'] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Sticky header mobile fix */
    .sticky-menu {
        padding: 10px 0 !important;
    }

    .sticky-menu .logo img {
        max-width: 120px !important;
    }

    /* Mobile menu improvements */
    .tgmobile__menu {
        width: 280px !important;
    }

    .mobile-nav-toggler {
        font-size: 24px !important;
        padding: 8px !important;
    }

    /* Video improvements */
    iframe {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Table responsive */
    table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    /* Form elements */
    input[type="text"],
    input[type="email"],
    select,
    textarea {
        font-size: 16px !important; /* Prevents zoom on iOS */
        width: 100% !important;
    }

    /* Search form mobile */
    .tgmenu__search-form {
        flex-direction: column !important;
    }

    .tgmenu__search-form .select-grp,
    .tgmenu__search-form .input-grp {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    /* Prevent horizontal scroll issues */
    * {
        max-width: 100%;
    }

    /* Fix for inline styles that might break mobile */
    [style*="width"] {
        width: auto !important;
        max-width: 100% !important;
    }

    /* Social proof section */
    .loved-by-users {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    /* Star dividers on mobile */
    hr[style*="border-top"] {
        margin: 20px 0 !important;
    }

    /* Modal/Popup mobile */
    .mfp-content {
        width: 95% !important;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 100% !important;
    }

    /* Slick carousel dots */
    .slick-dots li button:before {
        font-size: 10px !important;
    }

    /* Better touch targets for mobile */
    a, button, .elButton {
        min-height: 44px !important;
        min-width: 44px !important;
    }

    /* List items spacing */
    ul li {
        padding: 8px 0 !important;
    }

    /* Card spacing */
    .card {
        margin-bottom: 15px !important;
    }

    /* Text wrapping */
    h1, h2, h3, h4, h5, h6, p, span, div {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Images in cards */
    .card img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    /* Guarantee image positioning */
    .col-inner img[src*="guarantee"] {
        max-width: 120px !important;
        margin: 0 auto 20px !important;
        display: block !important;
    }

    /* Better padding for sections */
    section.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Course curriculum mobile */
    .courses__curriculum-wrap .accordion-item {
        margin-bottom: 10px !important;
    }

    /* Mobile utility classes */
    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    /* Stack columns on mobile */
    .col-left,
    .col-right {
        width: 100% !important;
        float: none !important;
    }

    /* Price display mobile */
    .launch-price,
    .original-price {
        display: block !important;
        text-align: center !important;
    }

    /* Footer mobile improvements */
    .footer__content ul {
        padding-left: 0 !important;
    }

    .footer__content ul li {
        display: block !important;
        margin-bottom: 10px !important;
    }

    /* Magnific popup iframe responsive */
    .mfp-iframe-scaler iframe {
        width: 100% !important;
        height: 56.25vw !important; /* 16:9 aspect ratio */
    }
}

/* Specific fixes for very small screens */
@media (max-width: 375px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .elHeadline.hsSize3 {
        font-size: 20px !important;
    }

    .elButton {
        font-size: 14px !important;
        padding: 10px 12px !important;
    }

    .launch-price {
        font-size: 32px !important;
    }

    .limited-badge {
        font-size: 14px !important;
        padding: 8px 12px !important;
    }

    /* Reduce spacing on small screens */
    section {
        padding: 20px 10px !important;
    }

    .feature-card {
        padding: 15px 10px !important;
    }

    .accordion-button {
        font-size: 14px !important;
        padding: 12px !important;
    }
}

/* Fix for iOS Safari */
@supports (-webkit-touch-callout: none) {
    /* iOS-specific CSS */
    input[type="text"],
    input[type="email"],
    select {
        font-size: 16px !important; /* Prevents zoom on focus */
    }

    .elButton {
        cursor: pointer !important;
        -webkit-tap-highlight-color: rgba(0,0,0,0.1) !important;
    }
}

/* Landscape mobile optimization */
@media (max-width: 768px) and (orientation: landscape) {
    .domain_success_msg {
        width: 180px !important;
        height: 180px !important;
    }

    section {
        padding: 15px 10px !important;
    }

    .elHeadline.hsSize3 {
        font-size: 24px !important;
    }
}

/* Additional Slick Carousel Fixes for Mobile */
@media (max-width: 768px) {
    /* Ensure slick carousel container is visible */
    .slick-slider {
        position: relative !important;
        display: block !important;
        box-sizing: border-box !important;
        user-select: none !important;
        touch-action: pan-y !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .slick-list {
        position: relative !important;
        display: block !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .slick-list:focus {
        outline: none !important;
    }

    .slick-track {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
    }

    .slick-slide {
        display: none !important;
        float: left !important;
        height: 100% !important;
        min-height: 1px !important;
    }

    .slick-slide.slick-active {
        display: block !important;
    }

    .slick-slide img {
        display: block !important;
    }

    /* Arrow styles for mobile */
    .slick-prev:before,
    .slick-next:before {
        font-size: 30px !important;
        line-height: 1 !important;
        opacity: 0.75 !important;
        color: #000 !important;
    }

    /* Dots styling for mobile */
    .slick-dots {
        position: relative !important;
        margin-top: 20px !important;
        padding: 0 !important;
        list-style: none !important;
        text-align: center !important;
    }

    .slick-dots li button:before {
        font-size: 12px !important;
        line-height: 20px !important;
        color: #000 !important;
        opacity: 0.25 !important;
    }

    .slick-dots li.slick-active button:before {
        opacity: 0.75 !important;
        color: #de0a07 !important;
    }

    /* Mobile touch improvements for slider */
    .slick-slider .slick-list {
        cursor: grab !important;
    }

    .slick-slider .slick-list:active {
        cursor: grabbing !important;
    }

    /* Ensure AppSumo review images are properly sized */
    .authtestimonial .quotes .slick-slide > div {
        padding: 0 10px !important;
    }

    .authtestimonial .quotes img[src*="appsumo-review"] {
        width: 100% !important;
        max-width: 600px !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    }
}

/* Extra fixes for very small mobile screens */
@media (max-width: 480px) {
    .slick-prev,
    .slick-next {
        width: 35px !important;
        height: 35px !important;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 24px !important;
    }

    .authtestimonial {
        padding: 15px 5px !important;
    }

    .quotes .slick-slide {
        padding: 0 5px !important;
    }
}


@media (max-width: 1199.98px) {
    .courses__curriculum-wrap, .courses__instructors-wrap, .courses__overview-wrap {
        padding: 0px;
    }
}

.appsumo-btn {
  display: inline-block;
  background-color: #de0a07;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.appsumo-btn:hover {
  background-color: #b30805;
  transform: translateY(-2px);
  color: #fff !important;
}

.feature-title.text-center {
  text-align: center;
  margin-top: 20px;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .appsumo-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
  }
}

/* ========================================
   Business Card Section
   ======================================== */

.business-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 40px;
  margin: 0px auto;
  margin-bottom: 30px;
  max-width: 1000px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.business-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.3;
}

.business-text {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.business-highlight {
  font-size: 19px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 4px solid #de0a07;
  border-radius: 6px;
}

.business-highlight strong {
  color: #de0a07;
  font-weight: 700;
}

.business-btn {
  display: inline-block;
  background-color: #de0a07;
  color: white;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}

.business-btn:hover {
  background-color: #b30805;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(222, 10, 7, 0.3);
}

.business-btn:active {
  transform: translateY(0);
}

/* Responsive Design for Business Card */
@media (max-width: 992px) {
  .business-card {
    padding: 35px;
    margin: 30px 20px;
  }

  .business-title {
    font-size: 24px;
  }

  .business-text {
    font-size: 17px;
  }

  .business-highlight {
    font-size: 18px;
    padding: 18px;
  }

  .business-btn {
    padding: 14px 35px;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .business-card {
    padding: 30px 20px;
    margin: 25px 15px;
    border-radius: 10px;
  }

  .business-title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .business-text {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .business-highlight {
    font-size: 17px;
    padding: 16px;
    margin-bottom: 25px;
  }

  .business-btn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 16px 30px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .business-card {
    padding: 25px 15px;
    margin: 20px 10px;
  }

  .business-title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .business-text {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .business-highlight {
    font-size: 16px;
    padding: 14px;
    margin-bottom: 20px;
  }

  .business-btn {
    padding: 14px 25px;
    font-size: 15px;
  }
}
