.elementor-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    color: var(--e-global-color-9f24236);
}

.footer-img{
    width : 50%;
}

.theme-bg {
    background-color: var(--e-global-color-a3cdefc, #f18d42);
}

.custom-title {
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 24px;
}

.custom-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #F29F05;
    border-radius: 2px;
}

.custom-theme-bg {
    background-color: #EEEAE9;
}

/* Header nav centering */
.navbar {
    justify-content: center;
}

.navbar-links {
    justify-content: center;
}

/* Hero section improvements */
.restaurant h1 {
    width: 80%;
}

@media (max-width: 991px) {
    .restaurant h1 {
        width: 100%;
    }
}

/* Footer - removed old styles, see site-footer below */

.header-logo-style {
    width: 164px;
}

.join-partnership {
    overflow: hidden;
}

.cus-flex-bottom {
    display: flex;
    align-items: flex-end;
    padding-left: 60px;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}
.services-card-style h4{
    margin-top: 24px;
}
.icon-24{
    width: 24px;
}
.restaurant-choose-foodme-list li {
    margin-bottom: 18px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.choose-foodme h2{
    width: 65%;
    padding-bottom: 40px;
}
.heading-margin-bottom{
    margin-bottom: 40px !important;
}
.card-margin-top{
    margin-top: 40px !important;
}
.margin-top-20{
    margin-top: 20px;
}

/* Remove overflow-y from Dine Palace booking iframe */
.zb-classic-container-main {
    overflow-y: hidden !important;
}

/* ============================================
   TEAMS PAGE - Hero Banner
   ============================================ */
.team-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.team-hero-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.team-hero-banner::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.team-hero-content {
    position: relative;
    z-index: 1;
}

.team-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.team-hero-banner h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.team-hero-banner p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   TEAMS PAGE - Team Cards Grid
   ============================================ */
.team-grid {
    row-gap: 30px;
}

.team-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    text-decoration: none;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.team-card-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
}

.team-card-img img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-card-img img {
    transform: scale(1.08);
}

.team-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.team-card:hover .team-card-overlay {
    opacity: 1;
}

.team-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F29F05;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 50px;
    transform: translateY(10px);
    transition: transform 0.35s ease;
}

.team-card:hover .team-view-btn {
    transform: translateY(0);
}

.team-card-info {
    padding: 24px;
    text-align: center;
    border-top: 3px solid transparent;
    transition: border-color 0.3s ease;
}

.team-card:hover .team-card-info {
    border-top-color: #F29F05;
}

.team-card-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
}

.team-card-role {
    display: block;
    font-size: 14px;
    color: #F29F05;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   TEAMS PAGE - Responsive
   ============================================ */
@media (max-width: 1200px) {
    .team-hero-banner {
        padding: 80px 0 60px;
    }
    .team-hero-banner h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .team-hero-banner {
        padding: 70px 0 50px;
    }
    .team-hero-banner h1 {
        font-size: 32px;
    }
    .team-hero-banner p {
        font-size: 16px;
    }
    .team-grid {
        row-gap: 20px;
    }
}

@media (max-width: 576px) {
    .team-hero-banner {
        padding: 60px 0 40px;
    }
    .team-hero-banner h1 {
        font-size: 28px;
    }
    .team-card-info {
        padding: 18px;
    }
    .team-card-info h4 {
        font-size: 18px;
    }
}

/* ============================================
   GLOBAL - Smooth Scroll & Base
   ============================================ */
html {
    scroll-behavior: smooth;
}

/* ============================================
   GLOBAL - Sticky Header with backdrop blur
   ============================================ */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

/* ============================================
   GLOBAL - Enhanced Buttons
   ============================================ */
.button.button-2 {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button.button-2:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 159, 5, 0.35);
}

/* ============================================
   GLOBAL - Section Headings Enhancement
   ============================================ */
.hading h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.25;
}

.hading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #F29F05;
    border-radius: 2px;
}

.hading p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   GLOBAL - Form Input Improvements
   ============================================ */
.form-control-solid,
.name-form input,
.name-form textarea,
.comment-blog input,
.comment-blog textarea {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fafafa;
}

.name-form input,
.name-form input[type="text"] {
    height: auto;
    padding-left: 46px;
}

.form-control-solid:focus,
.name-form input:focus,
.name-form textarea:focus,
.comment-blog input:focus,
.comment-blog textarea:focus {
    border-color: #F29F05;
    box-shadow: 0 0 0 3px rgba(242, 159, 5, 0.12);
    background: #fff;
    outline: none;
}

/* ============================================
   GLOBAL - Card / Box Hover Pattern
   (Scoped to non-Home/About/Services pages)
   ============================================ */

/* ============================================
   GLOBAL - Partner Benefit Cards Enhancement
   ============================================ */
.team-description {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-description:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #F29F05;
}

/* ============================================
   GLOBAL - Site Footer
   ============================================ */
.site-footer address {
    font-style: normal;
    margin-bottom: 0;
}
.site-footer address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-top: 3px solid #F29F05;
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.site-footer::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.site-footer-top {
    padding: 60px 0 40px;
}
.site-footer-logo {
    width: 140px;
    margin-bottom: 16px;
}
.site-footer-tagline {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}
.site-footer-heading {
    color: #F29F05;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}
.site-footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #F29F05;
    border-radius: 2px;
}
.site-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.site-footer-contact li i {
    color: #F29F05;
    font-size: 14px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}
.site-footer-contact li span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.site-footer-contact li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}
.site-footer-contact li a:hover {
    color: #F29F05;
}
.site-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer-links li {
    margin-bottom: 10px;
}
.site-footer-links li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    padding-left: 0;
}
.site-footer-links li a::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #F29F05;
    transition: width 0.3s ease, left 0.3s ease;
    border-radius: 2px;
}
.site-footer-links li a:hover {
    color: #F29F05;
    padding-left: 18px;
}
.site-footer-links li a:hover::before {
    width: 12px;
    left: 0;
}
.site-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.site-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    transition: all 0.3s ease;
}
.site-footer-social a svg {
    width: 18px;
    height: 18px;
}
.site-footer-social a:hover {
    background: #F29F05;
    border-color: #F29F05;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(242, 159, 5, 0.3);
}
.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}
.site-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.site-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}
.site-footer-powered a {
    color: #F29F05;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}
.site-footer-powered a:hover {
    color: #ffb733;
}

@media (max-width: 991px) {
    .site-footer-top {
        padding: 40px 0 20px;
    }
}
@media (max-width: 768px) {
    .site-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .site-footer-logo {
        width: 120px;
    }
    .site-footer-top {
        padding: 32px 0 16px;
    }
}

.powered-by-webority a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ============================================
   HOMEPAGE - Demo Form Enhancement
   ============================================ */
.demo-form .form-gap {
    row-gap: 16px;
}

.demo-input-wrap {
    position: relative;
}

.demo-input-wrap i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    z-index: 1;
}

.demo-input-wrap input,
.demo-input-wrap textarea {
    padding-left: 44px !important;
}

.demo-textarea-wrap i {
    top: 18px;
    transform: none;
}

.counters-section.theme-bg .card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.counters-section.theme-bg .card .custom-title {
    font-size: 24px;
    color: #1a1a2e;
}

.counters-section.theme-bg .card .custom-title::after {
    left: 50%;
    transform: translateX(-50%);
}

/* ============================================
   SERVICES PAGE - Card Enhancements
   ============================================ */
.services-card-style {
    border-radius: 16px;
    padding: 30px 24px;
    border: 1px solid #f0f0f0;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.services-card-style:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: #F29F05;
}

.services-card-style i {
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    color: #fff;
    border-radius: 16px;
    font-size: 28px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(242, 159, 5, 0.3);
}

.services-card-style i::after {
    display: none;
}

.services-card-style:hover i {
    color: #fff;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 4px 12px rgba(26, 26, 46, 0.3);
}

.services-card-style h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 20px;
    margin-bottom: 12px;
}

.services-card-style p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Work cards (How it works) on Services page */
.work-card.service {
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    padding: 36px 28px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-card.service:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.work-card.service img {
    max-height: 120px;
    margin-bottom: 16px;
}

/* ============================================
   CONTACT PAGE - Improvements
   ============================================ */
.contact-map-data {
    gap: 30px;
    border-radius: 24px;
    padding: 40px;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

.get-in-touch.join-courier.content {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: none;
}

.get-in-touch.join-courier.content h3 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
}

.get-in-touch.join-courier.content h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #F29F05;
    border-radius: 2px;
}

.get-in-touch.join-courier.content p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Form icon alignment fix (overrides style.css top:26%) */
.name-form i {
    top: 50% !important;
    transform: translateY(-50%);
    left: 14px;
    color: #999;
    font-size: 18px;
}

/* Contact form buttons */
.contact-submit-btn {
    background: #F29F05;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 36px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(242, 159, 5, 0.25);
}

.contact-submit-btn:hover {
    background: #d88e04;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 159, 5, 0.35);
}

.contact-newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F29F05;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    padding: 12px 28px;
    border: 2px solid #F29F05;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.contact-newsletter-btn:hover {
    background: #F29F05;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(242, 159, 5, 0.3);
}

.contact-btn-group {
    margin-top: 8px;
}

/* WhatsApp card */
.contact-map .join-courier.content {
    background: #f9fafb;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    padding: 30px;
    text-align: center;
}

.contact-map .join-courier.content .custom-title {
    font-size: 20px;
    color: #1a1a2e;
}

.contact-map .join-courier.content .custom-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.contact-map .join-courier.content img {
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    margin-top: 8px;
}

/* Address cards */
.address {
    background: #fff;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.address:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: #F29F05;
}

.address i {
    font-size: 28px;
    color: #F29F05;
    margin-bottom: 12px;
}

/* Contact responsive */
@media (max-width: 576px) {
    .contact-map-data {
        padding: 24px 16px;
        flex-direction: column;
    }
    .cus-flex-bx .col-sm-4 {
        justify-content: center !important;
        margin-bottom: 10px;
    }
    .contact-full-width {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   FAQ PAGE - Improved Tabs & Accordion
   ============================================ */
.tabs .nav-pills .nav-link {
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 15px;
    color: #555;
    border: 2px solid #e0e0e0;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.tabs .nav-pills .nav-link.active {
    background: #F29F05;
    color: #fff;
    border-color: #F29F05;
    box-shadow: 0 4px 16px rgba(242, 159, 5, 0.3);
}

.tabs .nav-pills .nav-link:hover:not(.active) {
    border-color: #F29F05;
    color: #F29F05;
}

.questions {
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
}

.questions:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* ============================================
   GALLERY PAGE - Hero Banner
   ============================================ */
.gallery-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 90px 0 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gallery-hero-banner::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.gallery-hero-banner h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 16px;
}

.gallery-hero-banner p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.gallery-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* Gallery video cards */
.gallery-video-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: #fff;
}

.gallery-video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.gallery-video-info {
    padding: 20px 24px;
}

.gallery-video-info h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
}

.gallery-video-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Gallery Featured Section */
.gallery-featured-video {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.gallery-featured-content {
    padding-left: 20px;
}

.gallery-featured-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(242, 159, 5, 0.1);
    color: #F29F05;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.gallery-featured-content h3 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.3;
}

.gallery-featured-content > p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 28px;
}

.gallery-featured-stats {
    display: flex;
    gap: 32px;
}

.gallery-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    padding: 20px 24px;
    background: #f9fafb;
    border-radius: 14px;
    border: 1px solid #f0f0f0;
    flex: 1;
}

.gallery-stat h4 {
    font-size: 32px;
    font-weight: 800;
    color: #F29F05;
    margin: 0;
}

.gallery-stat span {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    margin: 0;
}

.gallery-stat--icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

/* Gallery Results Section */
.gallery-results-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 24px;
    padding: 48px;
    position: relative;
    overflow: hidden;
}

.gallery-results-card::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.gallery-results-card h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.gallery-results-card > .row > .col-lg-5 > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

.gallery-result-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.gallery-result-item h3 {
    font-size: 40px;
    font-weight: 800;
    color: #F29F05;
    margin: 0 0 8px;
}

.gallery-result-item span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}

/* Gallery Quote Cards */
.gallery-quote-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gallery-quote-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: #F29F05;
}

.gallery-quote-icon {
    margin-bottom: 16px;
}

.gallery-quote-icon i {
    font-size: 28px;
    color: #F29F05;
    opacity: 0.4;
}

.gallery-quote-card > p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    flex: 1;
    margin-bottom: 24px;
    font-style: italic;
}

.gallery-quote-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}

.gallery-quote-author h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 2px;
}

.gallery-quote-author span {
    font-size: 13px;
    color: #999;
}

.gallery-quote-stars i {
    color: #F29F05;
    font-size: 12px;
}

/* Gallery CTA */
.gallery-cta-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 24px;
    padding: 60px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gallery-cta-card::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.gallery-cta-card::after {
    content: "";
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.gallery-cta-card h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.gallery-cta-card > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.gallery-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.gallery-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 28px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.gallery-cta-outline:hover {
    border-color: #F29F05;
    color: #F29F05;
    transform: translateY(-2px);
}

/* Gallery Responsive */
@media (max-width: 768px) {
    .gallery-featured-content {
        padding-left: 0;
        margin-top: 30px;
    }
    .gallery-featured-content h3 {
        font-size: 22px;
    }
    .gallery-featured-stats {
        gap: 16px;
    }
    .gallery-stat h4 {
        font-size: 24px;
    }
    .gallery-results-card {
        padding: 32px 24px;
        text-align: center;
    }
    .gallery-results-card h2 {
        font-size: 24px;
    }
    .gallery-result-item {
        margin-bottom: 20px;
    }
    .gallery-result-item h3 {
        font-size: 32px;
    }
    .gallery-cta-card {
        padding: 40px 24px;
    }
    .gallery-cta-card h2 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .gallery-featured-stats {
        flex-direction: column;
    }
    .gallery-quote-card {
        padding: 24px;
    }
    .gallery-cta-card h2 {
        font-size: 20px;
    }
}

/* ============================================
   INDIVIDUAL TEAM MEMBER PAGE
   ============================================ */
.team-profile-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.team-profile-hero::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.team-profile-card {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.team-profile-card h1 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 8px;
}

.team-profile-card .team-profile-role {
    color: #F29F05;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    display: block;
}

.team-profile-card .team-profile-phone {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    transition: background 0.3s ease;
}

.team-profile-card .team-profile-phone:hover {
    background: rgba(242, 159, 5, 0.2);
    color: #F29F05;
}

.team-profile-card .team-profile-phone i {
    color: #F29F05;
}

.team-profile-img {
    text-align: center;
}

.team-profile-img img {
    border-radius: 16px;
    max-height: 400px;
    object-fit: cover;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* Team member about section */
.team-about-section {
    padding: 60px 0;
}

.team-about-section h3 {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px;
    font-weight: 700;
}

.team-about-section h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #F29F05;
    border-radius: 2px;
}

.team-about-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Back to team link */
.team-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    transition: color 0.3s ease;
}

.team-back-link:hover {
    color: #F29F05;
}

/* ============================================
   TEAM PROFILE - Consultation & Contact Section
   ============================================ */
.team-about-section + section .card {
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.team-about-section + section .card .card-body {
    padding: 30px;
}

/* ============================================
   PARTNER PAGE - Benefits Enhancement
   ============================================ */
.benefit-text h2 {
    position: relative;
    padding-bottom: 16px;
}

.benefit-text h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #F29F05;
    border-radius: 2px;
}

/* ============================================
   RESTAURANTS PAGE - Hero Banner
   ============================================ */
.restaurant-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.restaurant-hero-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.restaurant-hero-content {
    position: relative;
    z-index: 1;
}

.restaurant-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.restaurant-hero-banner h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.restaurant-hero-banner p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.7;
    max-width: 500px;
}

.restaurant-hero-banner .food-photo-section img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

.restaurant-hero-banner .food-photo-section a {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

/* ============================================
   RESTAURANTS PAGE - Featured / Restaurant of the Month
   ============================================ */
.restaurant-featured-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 300px;
}

.restaurant-featured-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.restaurant-featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.92) 0%, rgba(15, 52, 96, 0.85) 100%);
}

.restaurant-featured-body {
    position: relative;
    z-index: 1;
    padding: 48px;
}

.restaurant-featured-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.restaurant-featured-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.restaurant-featured-logo img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: contain;
    border: 2px solid rgba(255, 255, 255, 0.15);
    background: #fff;
}

.restaurant-featured-logo h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 4px;
}

.restaurant-featured-cuisine {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.restaurant-featured-text {
    padding-left: 40px;
    border-left: 3px solid rgba(242, 159, 5, 0.4);
}

.restaurant-featured-text h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.3;
}

.restaurant-featured-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   RESTAURANTS PAGE - Card Grid
   ============================================ */
.restaurant-card-grid {
    row-gap: 24px;
}

.best-restaurants .logos-card.restaurant-page {
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-top: 0;
    height: 100%;
}

.best-restaurants .logos-card.restaurant-page:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
    border-color: #F29F05;
}

.best-restaurants .logos-card.restaurant-page img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 14px;
    background: #fafafa;
    padding: 8px;
    border: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.best-restaurants .cafa {
    margin-left: 20px;
    flex: 1;
}

.best-restaurants .cafa h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.best-restaurants .cafa-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 2px;
}

.best-restaurants .cafa-stars .fa-star,
.best-restaurants .cafa-stars .fa-star-half-stroke {
    color: #F29F05;
    font-size: 13px;
}

.best-restaurants .cafa-stars .fa-regular.fa-star {
    color: #ddd;
    font-size: 13px;
}

.best-restaurants .cafa-button {
    margin-top: 8px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.best-restaurants .cafa-button span {
    padding: 3px 12px;
    border: 1px solid #F29F05;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #F29F05;
    text-transform: lowercase;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.best-restaurants .cafa-button span:hover {
    background: #F29F05;
    color: #fff;
}

.best-restaurants .cafa p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.best-restaurants .logos-card.restaurant-page.two {
    margin-top: 0;
}

/* ============================================
   RESTAURANTS PAGE - Responsive
   ============================================ */
@media (max-width: 1200px) {
    .restaurant-hero-banner {
        padding: 80px 0 60px;
    }
    .restaurant-hero-banner h1 {
        font-size: 40px;
    }
    .restaurant-featured-text {
        padding-left: 0;
        border-left: none;
        margin-top: 24px;
    }
    .restaurant-featured-text h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .restaurant-hero-banner {
        padding: 70px 0 50px;
        text-align: center;
    }
    .restaurant-hero-banner h1 {
        font-size: 32px;
    }
    .restaurant-hero-banner p {
        font-size: 16px;
        max-width: 100%;
        margin: 0 auto;
    }
    .restaurant-featured-body {
        padding: 28px;
    }
    .restaurant-featured-text h2 {
        font-size: 22px;
    }
    .best-restaurants .logos-card.restaurant-page {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .best-restaurants .cafa {
        margin-left: 0;
        margin-top: 16px;
    }
    .best-restaurants .cafa-button {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .restaurant-hero-banner {
        padding: 60px 0 40px;
    }
    .restaurant-hero-banner h1 {
        font-size: 28px;
    }
    .restaurant-featured-body {
        padding: 20px;
    }
    .restaurant-featured-logo img {
        width: 60px;
        height: 60px;
    }
    .restaurant-featured-text h2 {
        font-size: 20px;
    }
}

/* ============================================
   ADVANCED POS PAGE - Hero Banner
   ============================================ */
.pos-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.pos-hero-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.pos-hero-banner::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.pos-hero-content {
    position: relative;
    z-index: 1;
}

.pos-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.pos-hero-banner h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.pos-hero-banner h1 .text-gold {
    color: #F29F05;
}

.pos-hero-banner p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.7;
    max-width: 520px;
}

.pos-hero-img {
    max-height: 420px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 1;
}

/* ============================================
   ADVANCED POS PAGE - How It Works Steps
   ============================================ */
.pos-step-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    border: 1px solid #f0f0f0;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
}

.pos-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: #F29F05;
}

.pos-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(242, 159, 5, 0.3);
}

.pos-step-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.pos-step-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* ============================================
   ADVANCED POS PAGE - Benefits Section
   ============================================ */
.pos-benefits-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 16px;
}

.pos-benefits-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #F29F05;
    border-radius: 2px;
}

.pos-benefits-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
    line-height: 1.7;
}

.pos-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pos-benefits-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.pos-benefits-list li:last-child {
    margin-bottom: 0;
}

.pos-benefits-list li > i {
    color: #F29F05;
    font-size: 22px;
    margin-top: 2px;
    flex-shrink: 0;
}

.pos-benefits-list li h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
}

.pos-benefits-list li p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Stat Cards */
.pos-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    margin-bottom: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pos-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #F29F05;
}

.pos-stat-card h3 {
    font-size: 40px;
    font-weight: 800;
    color: #F29F05;
    margin: 0 0 8px;
    line-height: 1;
}

.pos-stat-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* ============================================
   ADVANCED POS PAGE - Why Choose Section
   ============================================ */
.pos-whychoose {
    padding: 80px 0;
}
.pos-whychoose-inner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}
.pos-whychoose-inner::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}
.pos-whychoose-inner::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}
.pos-whychoose-header {
    position: relative;
    z-index: 1;
}
.pos-whychoose-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 24px;
}
.pos-whychoose-header h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}
.pos-whychoose-header > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 36px;
}
.pos-whychoose-stats {
    display: flex;
    gap: 16px;
}
.pos-whychoose-stat {
    text-align: center;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    flex: 1;
    transition: all 0.3s ease;
}
.pos-whychoose-stat:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(242, 159, 5, 0.3);
}
.pos-whychoose-stat h3 {
    font-size: 32px;
    font-weight: 800;
    color: #F29F05;
    margin: 0 0 4px;
    line-height: 1;
}
.pos-whychoose-stat span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.pos-whychoose-grid {
    row-gap: 20px;
    position: relative;
    z-index: 1;
}
.pos-whychoose-card {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
}
.pos-whychoose-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(242, 159, 5, 0.3);
    transform: translateY(-4px);
}
.pos-whychoose-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(242, 159, 5, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.pos-whychoose-card-icon i {
    font-size: 20px;
    color: #F29F05;
}
.pos-whychoose-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.pos-whychoose-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1200px) {
    .pos-whychoose-inner {
        padding: 44px 32px;
    }
    .pos-whychoose-header h2 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .pos-whychoose {
        padding: 60px 0;
    }
    .pos-whychoose-inner {
        padding: 36px 24px;
    }
    .pos-whychoose-header h2 {
        font-size: 26px;
    }
    .pos-whychoose-header {
        text-align: center;
        margin-bottom: 30px;
    }
    .pos-whychoose-stats {
        justify-content: center;
    }
    .pos-whychoose-stat h3 {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    .pos-whychoose-inner {
        padding: 28px 16px;
    }
    .pos-whychoose-header h2 {
        font-size: 22px;
    }
    .pos-whychoose-stats {
        flex-direction: column;
        gap: 12px;
    }
    .pos-whychoose-card {
        padding: 22px 18px;
    }
}

/* ============================================
   ADVANCED POS PAGE - Integrations
   ============================================ */
.pos-integration-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    margin-bottom: 24px;
}

.pos-integration-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: #F29F05;
}

.pos-integration-card i {
    font-size: 32px;
    color: #F29F05;
    margin-bottom: 16px;
}

.pos-integration-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 4px;
}

.pos-integration-card p {
    font-size: 13px;
    color: #999;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* ============================================
   ADVANCED POS PAGE - CTA Section
   ============================================ */
.pos-cta-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 24px;
    padding: 48px;
    position: relative;
    overflow: hidden;
}

.pos-cta-card::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.pos-cta-card h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.pos-cta-card > .row > .col-lg-8 > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.pos-cta-card .button {
    position: relative;
    z-index: 1;
}

.pos-cta-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.pos-cta-contact p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0;
    text-align: left;
}

.pos-cta-contact a {
    color: #F29F05;
    text-decoration: none;
    font-weight: 600;
}

.pos-cta-contact a:hover {
    text-decoration: underline;
}

/* ============================================
   ADVANCED POS PAGE - Responsive
   ============================================ */
@media (max-width: 1200px) {
    .pos-hero-banner {
        padding: 80px 0 60px;
    }
    .pos-hero-banner h1 {
        font-size: 36px;
    }
    .pos-benefits-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .pos-hero-banner {
        padding: 70px 0 50px;
        text-align: center;
    }
    .pos-hero-banner h1 {
        font-size: 30px;
    }
    .pos-hero-banner p {
        font-size: 16px;
        max-width: 100%;
        margin: 0 auto;
    }
    .pos-hero-img {
        max-height: 280px;
        margin-top: 30px;
    }
    .pos-benefits-content h2 {
        font-size: 26px;
    }
    .pos-benefits-content h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .pos-benefits-subtitle {
        text-align: center;
    }
    .pos-cta-card {
        padding: 32px 24px;
        text-align: center;
    }
    .pos-cta-card h2 {
        font-size: 24px;
    }
    .pos-stat-card h3 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .pos-hero-banner {
        padding: 60px 0 40px;
    }
    .pos-hero-banner h1 {
        font-size: 26px;
    }
    .pos-step-card {
        padding: 24px 20px;
    }
    .pos-cta-card {
        padding: 24px 16px;
    }
    .pos-cta-card h2 {
        font-size: 20px;
    }
}

/* ============================================
   PRIVACY POLICY PAGE
   ============================================ */
.policy-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.policy-hero-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.policy-hero-banner::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.policy-hero-content {
    position: relative;
    z-index: 1;
}

.policy-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.policy-hero-banner h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.policy-hero-banner p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.policy-content-section {
    background: #f9fafb;
}

.policy-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.policy-block {
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
}

.policy-block:first-child {
    padding-top: 0;
}

.policy-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.policy-block h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.policy-block h4 i {
    color: #F29F05;
    font-size: 22px;
    width: 44px;
    height: 44px;
    background: rgba(242, 159, 5, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.policy-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

.policy-block p:last-child {
    margin-bottom: 0;
}

.policy-block a {
    color: #F29F05;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.policy-block a:hover {
    color: #d88e04;
    text-decoration: underline;
}

.policy-block h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 20px;
    margin-bottom: 12px;
}

.policy-block ol,
.policy-block ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.policy-block ul {
    list-style: disc;
}

.policy-block ol li,
.policy-block ul li {
    display: list-item;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    padding: 4px 0;
}

/* Policy Steps with numbered icons */
.policy-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 16px;
}
.policy-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}
.policy-step:hover {
    border-color: #F29F05;
    background: rgba(242, 159, 5, 0.03);
    transform: translateX(4px);
}
.policy-step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 8px rgba(242, 159, 5, 0.3);
}
.policy-step span {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

/* ============================================
   RESPONSIVE - Global additions
   ============================================ */
@media (max-width: 768px) {
    .custom-title {
        font-size: 20px;
    }
    .gallery-hero-banner {
        padding: 70px 0 50px;
    }
    .gallery-hero-banner h1 {
        font-size: 32px;
    }
    .team-profile-card h1 {
        font-size: 28px;
    }
    .team-profile-card {
        padding: 24px;
    }
    .get-in-touch.join-courier.content {
        padding: 24px;
    }
    .policy-hero-banner {
        padding: 70px 0 50px;
    }
    .policy-hero-banner h1 {
        font-size: 32px;
    }
    .policy-hero-banner p {
        font-size: 16px;
    }
    .policy-card {
        padding: 28px 20px;
    }
}

@media (max-width: 576px) {
    .gallery-hero-banner h1 {
        font-size: 26px;
    }
    .team-profile-card h1 {
        font-size: 24px;
    }
    .address {
        margin-bottom: 16px;
    }
    .tabs .nav-pills .nav-link {
        padding: 8px 18px;
        font-size: 13px;
    }
    .policy-hero-banner {
        padding: 60px 0 40px;
    }
    .policy-hero-banner h1 {
        font-size: 26px;
    }
    .policy-card {
        padding: 20px 16px;
    }
    .policy-block h4 {
        font-size: 17px;
        gap: 10px;
    }
    .policy-block h4 i {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

/* ===== ABOUT PAGE STYLES ===== */

/* About Hero Banner */
.about-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.about-hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.about-hero-content h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-hero-content .text-gold {
    color: #F29F05;
}
.about-hero-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.about-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.about-hero-img {
    max-height: 450px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

/* About Mission */
.about-mission-img {
    text-align: center;
}
.about-mission-img img {
    max-height: 400px;
}
.about-mission-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}
.about-mission-content > p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}
.about-mission-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.about-mission-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
}
.about-mission-item i {
    color: #F29F05;
    font-size: 18px;
}

/* About Offer Cards */
.about-offer-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}
.about-offer-card:hover {
    transform: translateY(-6px);
    border-color: #F29F05;
    box-shadow: 0 12px 30px rgba(242, 159, 5, 0.1);
}
.about-offer-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.about-offer-icon i {
    font-size: 28px;
    color: #fff;
}
.about-offer-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}
.about-offer-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* About Why Section */
.about-why-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}
.about-why-content > p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.about-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-why-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.about-why-list li > i {
    color: #F29F05;
    font-size: 22px;
    margin-top: 2px;
    flex-shrink: 0;
}
.about-why-list li h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.about-why-list li p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* About Video Wrap */
.about-video-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.about-video-wrap img {
    width: 100%;
    display: block;
}
.about-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #F29F05;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(242, 159, 5, 0.4);
}
.about-play-btn i {
    color: #fff;
    font-size: 24px;
    margin-left: 4px;
}
.about-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #e8920a;
}

/* About Stats Card */
.about-stats-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 24px;
    padding: 60px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.about-stats-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}
.about-stats-card::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}
.about-stats-text {
    position: relative;
    z-index: 1;
}
.about-stats-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.about-stats-card h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff;
    line-height: 1.3;
}
.about-stats-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
.about-stat-item {
    text-align: center;
    padding: 28px 16px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.about-stat-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(242, 159, 5, 0.3);
    transform: translateY(-4px);
}
.about-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(242, 159, 5, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.about-stat-icon i {
    font-size: 22px;
    color: #F29F05;
}
.about-stat-item h3 {
    font-size: 44px;
    font-weight: 800;
    color: #F29F05;
    margin-bottom: 8px;
    line-height: 1;
}
.about-stat-item span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* About Testimonials */
.about-testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.about-testimonial-card:hover {
    transform: translateY(-6px);
    border-color: #F29F05;
    box-shadow: 0 12px 30px rgba(242, 159, 5, 0.1);
}
.about-testimonial-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(242, 159, 5, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.about-testimonial-icon i {
    color: #F29F05;
    font-size: 20px;
}
.about-testimonial-card > p {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
    flex: 1;
    margin-bottom: 20px;
}
.about-testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}
.about-testimonial-author h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
}
.about-testimonial-author span {
    font-size: 13px;
    color: #888;
}
.about-testimonial-stars i {
    color: #F29F05;
    font-size: 14px;
}

/* About CTA */
.about-cta-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 20px;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-cta-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}
.about-cta-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
}
.about-cta-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-bottom: 30px;
    position: relative;
}
.about-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.about-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.about-cta-outline:hover {
    border-color: #F29F05;
    color: #F29F05;
}

/* About Page Responsive */
@media (max-width: 1200px) {
    .about-hero-content h1 {
        font-size: 36px;
    }
    .about-stats-card {
        padding: 44px 32px;
    }
    .about-cta-card {
        padding: 50px 30px;
    }
}
@media (max-width: 768px) {
    .about-hero-banner {
        padding: 80px 0 60px;
        text-align: center;
    }
    .about-hero-content h1 {
        font-size: 30px;
    }
    .about-hero-img {
        max-height: 300px;
        margin-top: 30px;
    }
    .about-mission-img {
        margin-bottom: 30px;
    }
    .about-mission-content h2,
    .about-why-content h2 {
        font-size: 28px;
    }
    .about-stats-card {
        padding: 36px 24px;
    }
    .about-stats-card h2 {
        font-size: 26px;
    }
    .about-stats-text {
        text-align: center;
        margin-bottom: 30px;
    }
    .about-stat-item {
        margin-bottom: 16px;
        padding: 24px 12px;
    }
    .about-stat-item h3 {
        font-size: 34px;
    }
    .about-cta-card {
        padding: 40px 20px;
    }
    .about-cta-card h2 {
        font-size: 28px;
    }
    .about-video-wrap {
        margin-top: 30px;
    }
}
@media (max-width: 576px) {
    .about-hero-content h1 {
        font-size: 26px;
    }
    .about-hero-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
    .about-offer-card {
        padding: 28px 20px;
    }
    .about-stats-card {
        padding: 28px 16px;
    }
    .about-stat-item h3 {
        font-size: 28px;
    }
    .about-stat-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }
    .about-stat-icon i {
        font-size: 18px;
    }
    .about-cta-card h2 {
        font-size: 24px;
    }
}

/* ===== SERVICES PAGE STYLES ===== */

/* Services Hero Banner */
.services-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.services-hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.services-hero-content {
    position: relative;
    z-index: 1;
}
.services-hero-content h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}
.services-hero-content .text-gold {
    color: #F29F05;
}
.services-hero-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
    max-width: 500px;
}
.services-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.services-hero-img {
    max-height: 420px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 1;
}

/* Services Why Section */
.services-why-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 28px;
}
.services-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-why-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.services-why-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.services-why-icon i {
    color: #F29F05;
    font-size: 22px;
}
.services-why-list li h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.services-why-list li p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}
.services-why-img {
    max-height: 420px;
    border-radius: 16px;
}

/* Services How It Works - Step Cards */
.services-step-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    border: 1px solid #f0f0f0;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}
.services-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: #F29F05;
}
.services-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(242, 159, 5, 0.3);
}
.services-step-img {
    margin-bottom: 20px;
}
.services-step-img img {
    max-height: 140px;
}
.services-step-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}
.services-step-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Services Delivery Section */
.services-delivery-img {
    text-align: center;
}
.services-delivery-img img {
    max-height: 420px;
    border-radius: 16px;
}
.services-delivery-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}
.services-delivery-content > p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}
.services-delivery-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.services-delivery-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    background: #f9fafb;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    transition: all 0.3s ease;
}
.services-delivery-tags span i {
    color: #F29F05;
    font-size: 16px;
}
.services-delivery-tags span:hover {
    border-color: #F29F05;
    background: rgba(242, 159, 5, 0.05);
}

/* Services CTA */
.services-cta-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 24px;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.services-cta-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}
.services-cta-card::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}
.services-cta-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.services-cta-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.services-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.services-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.services-cta-outline:hover {
    border-color: #F29F05;
    color: #F29F05;
}

/* Services Page Responsive */
@media (max-width: 1200px) {
    .services-hero-content h1 {
        font-size: 36px;
    }
    .services-why-content h2,
    .services-delivery-content h2 {
        font-size: 30px;
    }
    .services-cta-card {
        padding: 50px 30px;
    }
}
@media (max-width: 768px) {
    .services-hero-banner {
        padding: 80px 0 60px;
        text-align: center;
    }
    .services-hero-content h1 {
        font-size: 30px;
    }
    .services-hero-content p {
        max-width: 100%;
        margin: 0 auto 10px;
    }
    .services-hero-img {
        max-height: 300px;
        margin-top: 30px;
    }
    .services-why-content h2,
    .services-delivery-content h2 {
        font-size: 28px;
    }
    .services-why-img {
        margin-top: 30px;
    }
    .services-delivery-img {
        margin-bottom: 30px;
    }
    .services-delivery-tags {
        justify-content: center;
    }
    .services-cta-card {
        padding: 40px 20px;
    }
    .services-cta-card h2 {
        font-size: 28px;
    }
}
@media (max-width: 576px) {
    .services-hero-content h1 {
        font-size: 26px;
    }
    .services-hero-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
    .services-step-card {
        padding: 28px 20px;
    }
    .services-cta-card h2 {
        font-size: 24px;
    }
}

/* ===== TROUBLESHOOTING GUIDE PAGE ===== */

/* Hero Banner */
.troubleshoot-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.troubleshoot-hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.troubleshoot-hero-content {
    position: relative;
    z-index: 1;
}
.troubleshoot-hero-content h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}
.troubleshoot-hero-content .text-gold {
    color: #F29F05;
}
.troubleshoot-hero-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.7;
    max-width: 480px;
}
.troubleshoot-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Hero Action Cards */
.troubleshoot-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.troubleshoot-action-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.troubleshoot-action-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(242, 159, 5, 0.3);
    transform: translateY(-3px);
    text-decoration: none;
}
.troubleshoot-action-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.troubleshoot-action-icon i {
    font-size: 22px;
}
.troubleshoot-action-card h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 2px;
}
.troubleshoot-action-card > div > span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}
.troubleshoot-action-card > i {
    color: rgba(255, 255, 255, 0.3);
    margin-left: auto;
    font-size: 14px;
    transition: color 0.3s ease;
}
.troubleshoot-action-card:hover > i {
    color: #F29F05;
}

/* Step Cards */
.troubleshoot-step-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.troubleshoot-step-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: #F29F05;
}
.troubleshoot-step-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #f9fafb;
    border-bottom: 1px solid #f0f0f0;
}
.troubleshoot-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 8px rgba(242, 159, 5, 0.3);
}
.troubleshoot-step-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
.troubleshoot-step-body {
    padding: 24px;
}
.troubleshoot-step-body p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 8px;
}
.troubleshoot-img {
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    margin-top: 8px;
}

/* Warning Box */
.troubleshoot-warning {
    display: flex;
    gap: 14px;
    padding: 16px 20px;
    background: #fff8e6;
    border: 1px solid #ffe0a0;
    border-radius: 12px;
    margin-top: 12px;
    align-items: flex-start;
}
.troubleshoot-warning > i {
    color: #F29F05;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}
.troubleshoot-warning div {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Final Step */
.troubleshoot-step-final {
    border-color: #F29F05;
    border-width: 2px;
}
.troubleshoot-step-final .troubleshoot-step-header {
    background: rgba(242, 159, 5, 0.05);
}

/* Video Card */
.troubleshoot-video-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
}

/* Manager App Section */
.troubleshoot-manager-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}
.troubleshoot-manager-content > p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 28px;
}
.troubleshoot-features-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}
.troubleshoot-features-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #F29F05;
    border-radius: 2px;
}
.troubleshoot-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.troubleshoot-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}
.troubleshoot-feature:hover {
    border-color: #F29F05;
    background: rgba(242, 159, 5, 0.03);
    transform: translateX(4px);
}
.troubleshoot-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(242, 159, 5, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.troubleshoot-feature-icon i {
    font-size: 18px;
    color: #F29F05;
}
.troubleshoot-feature strong {
    font-size: 15px;
    color: #1a1a2e;
    display: block;
    margin-bottom: 2px;
}
.troubleshoot-feature p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
.troubleshoot-manager-img {
    text-align: center;
}
.troubleshoot-manager-img img {
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* Troubleshooting Responsive */
@media (max-width: 1200px) {
    .troubleshoot-hero-content h1 {
        font-size: 36px;
    }
    .troubleshoot-manager-content h2 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .troubleshoot-hero-banner {
        padding: 80px 0 60px;
        text-align: center;
    }
    .troubleshoot-hero-content h1 {
        font-size: 30px;
    }
    .troubleshoot-hero-content p {
        max-width: 100%;
        margin: 0 auto;
    }
    .troubleshoot-hero-actions {
        margin-top: 30px;
    }
    .troubleshoot-manager-content h2 {
        font-size: 28px;
    }
    .troubleshoot-manager-img {
        margin-top: 30px;
    }
}
@media (max-width: 576px) {
    .troubleshoot-hero-content h1 {
        font-size: 26px;
    }
    .troubleshoot-hero-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
    .troubleshoot-action-card {
        padding: 16px;
    }
    .troubleshoot-step-body {
        padding: 18px;
    }
    .troubleshoot-step-header {
        padding: 16px 18px;
    }
}

/* ===== CONTACT US PAGE STYLES ===== */

/* Contact Hero Banner */
.contact-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.contact-hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.contact-hero-content {
    position: relative;
    z-index: 1;
}
.contact-hero-content h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contact-hero-content .text-gold {
    color: #F29F05;
}
.contact-hero-content p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.7;
    max-width: 480px;
}
.contact-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Contact Info Cards in Hero */
.contact-info-card {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}
.contact-info-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(242, 159, 5, 0.3);
    transform: translateY(-4px);
    text-decoration: none;
}
.contact-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(242, 159, 5, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.contact-info-icon i {
    font-size: 20px;
    color: #F29F05;
}
.contact-info-card h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
}
.contact-info-card span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.4;
    display: block;
    word-break: break-word;
}
a.contact-info-link:hover h6 {
    color: #F29F05;
}

/* Contact Form Card */
.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}
.contact-form-header {
    margin-bottom: 28px;
}
.contact-form-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 14px;
}
.contact-form-header h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #F29F05;
    border-radius: 2px;
}
.contact-form-header p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
.contact-field {
    margin-bottom: 20px;
}
.contact-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
}

/* WhatsApp Card */
.contact-whatsapp-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-whatsapp-header {
    margin-bottom: 24px;
}
.contact-whatsapp-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.contact-whatsapp-icon i {
    font-size: 28px;
    color: #fff;
}
.contact-whatsapp-header h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.contact-whatsapp-header p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.contact-whatsapp-qr {
    width: 100%;
    max-width: 280px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
}

/* Contact Page Responsive */
@media (max-width: 1200px) {
    .contact-hero-content h1 {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .contact-hero-banner {
        padding: 80px 0 60px;
        text-align: center;
    }
    .contact-hero-content h1 {
        font-size: 30px;
    }
    .contact-hero-content p {
        max-width: 100%;
        margin: 0 auto;
    }
    .contact-info-card {
        margin-bottom: 12px;
    }
    .contact-form-card {
        padding: 28px 20px;
    }
    .contact-whatsapp-card {
        margin-top: 24px;
    }
}
@media (max-width: 576px) {
    .contact-hero-content h1 {
        font-size: 26px;
    }
    .contact-hero-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
    .contact-form-card {
        padding: 24px 16px;
    }
    .contact-form-header h3 {
        font-size: 22px;
    }
}

/* ========================================
   PARTNER PAGE
======================================== */
.partner-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}
.partner-hero-banner::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}
.partner-hero-banner::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.partner-hero-content {
    color: #fff;
    padding-right: 30px;
}
.partner-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.partner-hero-badge i {
    margin-right: 6px;
}
.partner-hero-content h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #fff;
}
.partner-hero-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 30px;
}
.partner-hero-stats {
    display: flex;
    gap: 30px;
}
.partner-hero-stat {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 18px 28px;
    text-align: center;
}
.partner-hero-stat strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #F29F05;
    margin-bottom: 4px;
}
.partner-hero-stat span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Partner Form Card */
.partner-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}
.partner-form-header {
    margin-bottom: 24px;
}
.partner-form-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.partner-form-header p {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 0;
}
.partner-field {
    margin-bottom: 16px;
}
.partner-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.partner-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}
.partner-submit-btn:hover {
    background: linear-gradient(135deg, #e8920a 0%, #d4850a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 159, 5, 0.35);
}
.partner-submit-btn i {
    margin-left: 8px;
}

/* Partner Benefits */
.partner-benefits {
    background: #fff;
}
.partner-benefit-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}
.partner-benefit-card:hover {
    transform: translateY(-6px);
    border-color: #F29F05;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.partner-benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(242, 159, 5, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.partner-benefit-icon i {
    font-size: 26px;
    color: #F29F05;
}
.partner-benefit-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.partner-benefit-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Partner Steps */
.partner-step-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}
.partner-step-card:hover {
    transform: translateY(-6px);
    border-color: #F29F05;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.partner-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.partner-step-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.partner-step-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Partner CTA */
.partner-cta-img img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}
.partner-cta-content h2 {
    font-size: 34px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
}
.partner-cta-content p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
}

/* Partner Responsive */
@media (max-width: 1200px) {
    .partner-hero-content h1 {
        font-size: 36px;
    }
    .partner-cta-content h2 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .partner-hero-banner {
        padding: 80px 0 40px;
    }
    .partner-hero-content {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .partner-hero-content h1 {
        font-size: 30px;
    }
    .partner-hero-stats {
        justify-content: center;
    }
    .partner-form-card {
        padding: 28px 20px;
    }
    .partner-cta-img {
        margin-bottom: 30px;
    }
    .partner-cta-content {
        text-align: center;
    }
}
@media (max-width: 576px) {
    .partner-hero-content h1 {
        font-size: 26px;
    }
    .partner-hero-stats {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .partner-hero-stat {
        width: 100%;
        max-width: 200px;
    }
    .partner-form-header h3 {
        font-size: 22px;
    }
}

/* ========================================
   FAQ PAGE
======================================== */
.faq-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.faq-hero-banner::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}
.faq-hero-banner::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.faq-hero-content {
    position: relative;
    z-index: 2;
}
.faq-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.faq-hero-badge i {
    margin-right: 6px;
}
.faq-hero-content h1 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}
.faq-hero-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* FAQ Tabs */
.faq-tab-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.faq-tab-btn.nav-link {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq-tab-btn.nav-link:hover {
    border-color: #F29F05;
    color: #F29F05;
}
.faq-tab-btn.nav-link.active {
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    border-color: #F29F05;
    color: #fff;
}
.faq-tab-btn i {
    margin-right: 8px;
}

/* FAQ Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-item {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item:has(.faq-question:not(.collapsed)) {
    border-color: #F29F05;
    box-shadow: 0 4px 20px rgba(242, 159, 5, 0.1);
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq-question span {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    text-align: left;
}
.faq-question:not(.collapsed) span {
    color: #F29F05;
}
.faq-question i {
    font-size: 14px;
    color: #6c757d;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.faq-question:not(.collapsed) i {
    transform: rotate(180deg);
    color: #F29F05;
}
.faq-answer {
    padding: 0 24px 20px;
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
}

/* FAQ Contact Card */
.faq-contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}
.faq-contact-header {
    text-align: center;
    margin-bottom: 32px;
}
.faq-contact-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(242, 159, 5, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.faq-contact-icon i {
    font-size: 26px;
    color: #F29F05;
}
.faq-contact-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.faq-contact-header p {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 0;
}

/* FAQ Responsive */
@media (max-width: 1200px) {
    .faq-hero-content h1 {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .faq-hero-banner {
        padding: 80px 0 40px;
    }
    .faq-hero-content h1 {
        font-size: 30px;
    }
    .faq-tab-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .faq-contact-card {
        padding: 32px 24px;
    }
    .faq-contact-header h3 {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .faq-hero-content h1 {
        font-size: 26px;
    }
    .faq-tab-buttons {
        flex-direction: column;
        align-items: center;
    }
    .faq-tab-btn {
        width: 100%;
        max-width: 280px;
    }
    .faq-question span {
        font-size: 14px;
    }
    .faq-answer {
        font-size: 14px;
        padding: 0 16px 16px;
    }
    .faq-question {
        padding: 16px;
    }
}

/* ========================================
   HOME PAGE
======================================== */
.home-hero-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}
.home-hero-banner::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.12) 0%, transparent 70%);
    border-radius: 50%;
}
.home-hero-banner::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.home-hero-content {
    color: #fff;
    position: relative;
    z-index: 2;
}
.home-hero-badge {
    display: inline-block;
    background: rgba(242, 159, 5, 0.15);
    color: #F29F05;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.home-hero-badge i {
    margin-right: 6px;
}
.home-hero-content h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #fff;
}
.home-hero-content > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 500px;
}
.home-hero-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.home-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.home-hero-outline:hover {
    border-color: #F29F05;
    color: #F29F05;
    background: rgba(242, 159, 5, 0.08);
}

/* Hero Image */
.home-hero-img-wrap {
    position: relative;
    z-index: 2;
}
.home-hero-img-wrap > img {
    width: 100%;
    border-radius: 20px;
}
.home-hero-float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
}
.home-hero-float-top {
    top: -27px;
    right: -32px;
}
.home-hero-float-top img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
}
.home-hero-float-top p {
    font-size: 11px;
    color: #6c757d;
    margin-bottom: 2px;
}
.home-hero-float-top h6 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.home-hero-float-stars i {
    font-size: 11px;
    color: #F29F05;
}
.home-hero-float-bottom {
   bottom: 1%;
    left: -46px;
}
.home-hero-float-bottom i {
    font-size: 22px;
    color: #F29F05;
}
.home-hero-float-bottom h6 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
}
.home-hero-float-bottom p {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0;
}

/* How It Works */
.home-work-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}
.home-work-card:hover {
    transform: translateY(-6px);
    border-color: #F29F05;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.home-work-img {
    margin-bottom: 20px;
}
.home-work-img img {
    height: 140px;
    object-fit: contain;
}
.home-work-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F29F05 0%, #e8920a 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
}
.home-work-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.home-work-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Restaurant Cards */
.home-restaurant-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}
.home-restaurant-card:hover {
    transform: translateY(-4px);
    border-color: #F29F05;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.home-restaurant-logo {
    width: 80px;
    height: 80px;
    border-radius: 14px;
    object-fit: contain;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 4px;
}
.home-restaurant-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.home-restaurant-stars i {
    font-size: 13px;
    color: #F29F05;
}
.home-restaurant-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px ;
    margin-top: 3px;
}
.home-restaurant-tags span {
    background: rgba(242, 159, 5, 0.1);
    color: #F29F05;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.home-restaurant-info p {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Take Control */
.home-control-img img {
    max-width: 100%;
}
.home-control-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.25;
}
.home-control-content > p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 20px;
}
.home-control-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.home-control-list li {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 8px;
}
.home-control-list li i {
    color: #F29F05;
    font-size: 16px;
}

/* Stats */
.home-stats {
    padding: 60px 0;
}
.home-stats-inner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 24px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
}
.home-stats-inner::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(242, 159, 5, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.home-stats-text h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}
.home-stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}
.home-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(242, 159, 5, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.home-stat-icon i {
    font-size: 20px;
    color: #F29F05;
}
.home-stat-item h2 {
    font-size: 32px;
    font-weight: 800;
    color: #F29F05;
    margin-bottom: 4px;
    display: inline;
}
.home-stat-suffix {
    font-size: 24px;
    font-weight: 800;
    color: #F29F05;
    margin-bottom: 12px;
    display: inline-block;
}
.home-stat-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    margin-top: 4px;
}

/* Reviews */
.home-reviews-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 30px;
    line-height: 1.25;
}
.home-review-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 28px;
}
.home-review-stars {
    margin-bottom: 16px;
}
.home-review-stars i {
    color: #F29F05;
    font-size: 16px;
}
.home-review-card p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}
.home-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.home-review-author img {
    width: 48px;
    height: 63px;
    border-radius: 50%;
    object-fit: cover;
}
.home-review-author h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
}
.home-review-author span {
    font-size: 13px;
    color: #6c757d;
}
.home-reviews-img {
    text-align: center;
}
.home-reviews-img img {
    max-height: 500px;
    object-fit: contain;
}

/* Grow Section */
/* Restaurant Partner Program */
.home-partner-program {
    background: #0b1a2e;
    padding: 80px 0;
}
.partner-program-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #F29F05;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.partner-program-heading {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
}
.partner-program-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.partner-program-card:hover {
    transform: translateY(-4px);
    border-color: rgba(242, 159, 5, 0.4);
}
.partner-program-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(242, 159, 5, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.partner-program-icon i {
    font-size: 20px;
    color: #F29F05;
}
.partner-program-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}
.partner-program-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 0;
}
.partner-program-cta-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
}
.btn-partner-program {
    display: inline-block;
    background: #F29F05;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.btn-partner-program:hover {
    background: #d98d04;
    color: #fff;
    transform: translateY(-2px);
}
.btn-partner-program i {
    margin-left: 8px;
}
.partner-program-scroll-down {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.partner-program-scroll-down i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

/* Demo Form */
.home-demo {
    background: #fff;
}
.home-demo-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 30px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}
.home-demo-form-card .partner-field {
    margin-bottom: 14px;
}
.home-demo-form-card .partner-field label {
    margin-bottom: 4px;
    font-size: 13px;
}
.home-demo-form-card .name-form input,
.home-demo-form-card .name-form textarea {
    padding: 10px 12px 10px 40px;
    font-size: 14px;
}
.home-demo-form-card .name-form textarea {
    min-height: 60px;
}
.home-demo-form-card .name-form i {
    font-size: 14px;
}
.home-demo-form-header {
    margin-bottom: 20px;
}
.home-demo-form-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.home-demo-form-header p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
}
.home-demo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: sticky;
    top: 100px;
}
.home-demo-img img {
    max-height: 500px;
}

/* Home Responsive */
@media (max-width: 1200px) {
    .home-hero-content h1 {
        font-size: 36px;
    }
    .hading h2,
    .home-control-content h2,
    .home-feature-content h2,
    .home-reviews-content h2 {
        font-size: 28px;
    }
    .home-stats-text h2 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .home-hero-float-top {
        right: 10px;
    }
    .home-hero-float-bottom {
        left: 10px;
    }
    .partner-program-heading {
        font-size: 30px;
    }
    .home-demo-img {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .home-hero-banner {
        padding: 80px 0 40px;
    }
    .home-hero-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .home-hero-content > p {
        max-width: 100%;
    }
    .home-hero-buttons {
        justify-content: center;
    }
    .home-hero-content h1 {
        font-size: 30px;
    }
    .home-hero-float-card {
        display: none;
    }
    .home-control-content {
        text-align: center;
        margin-top: 20px;
    }
    .home-control-list {
        grid-template-columns: 1fr;
        text-align: left;
        max-width: 280px;
        margin: 0 auto 28px;
    }
    .home-control-img {
        text-align: center;
    }
    .home-stats-inner {
        padding: 32px 20px;
    }
    .home-stats-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .home-reviews-content {
        text-align: center;
    }
    .home-reviews-img {
        margin-top: 30px;
    }
    .partner-program-heading {
        font-size: 26px;
    }
    .home-partner-program {
        padding: 50px 0;
    }
    .home-demo-form-card {
        padding: 28px 20px;
    }
    .home-restaurant-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .home-restaurant-tags {
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .home-hero-content h1 {
        font-size: 26px;
    }
    .home-hero-outline {
        padding: 10px 20px;
        font-size: 14px;
    }
    .hading h2,
    .home-control-content h2,
    .home-feature-content h2,
    .home-reviews-content h2 {
        font-size: 22px;
    }
    .home-stats-text h2 {
        font-size: 20px;
    }
    .home-stat-item h2 {
        font-size: 26px;
    }
    .partner-program-heading {
        font-size: 22px;
    }
    .partner-program-card {
        padding: 24px 18px;
    }
    .home-demo-form-header h3 {
        font-size: 22px;
    }
}

/* Home: Trusted Partners Carousel */
/* Trusted Partners Logo Carousel - Redesigned */
.home-partners-section {
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
    padding: 50px 0 40px;
    border-bottom: 1px solid #eef0f5;
}
.home-partners-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 36px;
}
.home-partners-line {
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4d8e0, transparent);
}
.home-partners-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a2e;
    white-space: nowrap;
}
.home-partners-label i {
    color: #F29F05;
    margin-right: 8px;
    font-size: 14px;
}
.home-partner-logo-card {
    text-align: center;
    padding: 8px 4px;
    transition: all 0.3s ease;
}
.home-partner-logo-card:hover {
    transform: translateY(-3px);
}
.home-partner-logo-img {
    width: 100%;
    height: 130px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    transition: all 0.3s ease;
}
.home-partner-logo-card:hover .home-partner-logo-img {
    opacity: 0.8;
}
.home-partners-section .logodata.owl-carousel .owl-item img {
    width: 130px !important;
    height: auto;
    opacity: 1 !important;
    filter: none;
    transition: all 0.3s ease;
    margin: auto;
}
.home-partner-logo-card h5 {
    font-size: 13px;
    font-weight: 600;
    color: #3a3a4e;
    margin: 0;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}
.home-partner-logo-card:hover h5 {
    color: #F29F05;
}

/* Responsive */
@media (max-width: 768px) {
    .home-partners-section {
        padding: 36px 0 28px;
    }
    .home-partners-line {
        max-width: 60px;
    }
    .home-partners-label {
        font-size: 11px;
        letter-spacing: 1.5px;
    }
    .home-partner-logo-img {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .home-partners-section .logodata.owl-carousel .owl-item img {
        width: 55px !important;
    }
    .home-partner-logo-card h5 {
        font-size: 12px;
    }
}

/* Home: Feature Sections */
.home-feature-img {
    text-align: center;
}
.home-feature-img img {
    max-height: 400px;
    object-fit: contain;
}
.home-feature-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.25;
}
.home-feature-content > p {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Home: Outlet Types */
.home-outlet-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 28px 16px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 16px;
}
.home-outlet-card:hover {
    transform: translateY(-6px);
    border-color: #F29F05;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.home-outlet-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(242, 159, 5, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.home-outlet-icon i {
    font-size: 22px;
    color: #F29F05;
}
.home-outlet-card h6 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0;
}

/* Home Feature & Outlet Responsive */
@media (max-width: 1200px) {
    .home-feature-content h2 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .home-feature-img {
        margin-bottom: 30px;
    }
    .home-feature-content {
        text-align: center;
    }
    .home-feature-content .home-control-list {
        max-width: 280px;
        margin: 0 auto 28px;
        text-align: left;
    }
    .home-feature-content .button {
        display: inline-block;
    }
    .home-outlet-card {
        padding: 20px 12px;
    }
}
@media (max-width: 576px) {
    .home-feature-content h2 {
        font-size: 22px;
    }
    .home-feature-img img {
        max-height: 280px;
    }
}

/* Hide Google reCAPTCHA v3 badge.
   Google ToS: when the badge is hidden, the following must be visible near each form:
   "This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply." */
.grecaptcha-badge {
    visibility: hidden !important;
}
