.hero {
    text-align: center;
    margin-bottom: 50px;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: black;
    margin-top: 70px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background: rgb(0, 0, 0, 0.8);
    margin: 25px auto;
}

.hero h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: black;
    margin: 25px 0 20px;
}


.hero p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.feature-card {
    background: linear-gradient(180deg, #16deb3 -10%, #5958dc 100%);
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.feature-card.reverse {
    grid-template-columns: 1fr 1fr;
}

.feature-content h3 {
    font-size: 1.8rem;
    color: black;
    margin-bottom: 30px;
    font-weight: 500;
}

.feature-content ul {
    list-style: none;
    color: white;
    padding: 0;
}

.feature-content li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.feature-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}

.feature-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.feature-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    bottom: 0;
}

.text-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
    align-items: center;
}

.text-section.reverse {
    direction: rtl;
}

.text-section.reverse>div {
    direction: ltr;
}

.icon-box {
    background: #1f63f6;
    border-radius: 20px;
    padding: 80px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.icon-box svg {
    width: 150px;
    height: 150px;
    fill: white;
}

.text-content h3 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.text-content h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.text-content p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.text-content .highlight-bold {
    font-weight: 600;
    color: black;
}

.text-content .highlight {
    color: #2f80ed;
    font-style: italic;
    font-weight: 500;
    margin-top: 20px;
}

.text-content ul {
    list-style: none;
    color: #666;
    padding: 0;
}

.text-content li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.text-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2f80ed;
    font-weight: bold;
}

.badge-section {
    background: #0b1751;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    color: white;
    overflow: hidden;
}

.badge-content {
    padding: 50px;
}

.badge-content h4 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 32px;
    font-weight: 500;
}

.badge-content p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.phone-mockup {
    width: 100%;
    margin-bottom: -42px;
    padding-right: 30px;
}

.phone-mockup svg {
    width: 100%;
}

.social-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .feature-card,
    .text-section,
    .badge-section {
        grid-template-columns: 1fr;
    }

    .text-section {
        padding: 0;
    }

    .feature-card,
    .badge-content {
        padding: 20px;
    }

    .text-section.reverse {
        direction: ltr;
    }

    .feature-card.reverse {
        grid-template-columns: 1fr;
    }
}

/* ----------------------------------------------- */
/* Exhibitor-Marketing */
.Exhibitor-Marketing .hero h1,
.Exhibitor-Marketing .hero p {
    color: white;
}

.Exhibitor-Marketing .hero h1::after {
    display: none;
}

.Exhibitor-Marketing .text-section .feature-image img {
    width: 70%;
    height: auto;
}

.Exhibitor-Marketing .text-section .text-content h3,
.Exhibitor-Marketing .text-section .text-content ul {
    color: white;
}

.Exhibitor-Marketing .text-section .text-content h3 {
    font-weight: 600;
    font-size: 1.5rem;
}

.Exhibitor-Marketing .text-section .text-content li::before {
    color: var(--color-green);
}

.Exhibitor-Marketing .text-section .text-content p .italic-green {
    color: var(--color-green);
    line-height: 25px;
}


/* ----------------------------------------------- */
/* Testimonial Slider Styles */
.header-button{
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 40px;
    text-align: center;
}
/* --- Slider Container --- */
.slider-container {
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    position: relative;
    margin: auto;
}


.slider-track {
    display: flex;
    width: 100%;
}

.slide {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px;
    opacity: 1;
    transition: opacity 0.5s;
}

/* Content Styling (Same as before) */
.profile-section {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.profile-img-placeholder {
    min-width: 60px;
    height: 60px;
    border-radius: 4px;
}

.profile-img-placeholder img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: contain;
}

.profile-info h3 {
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-bottom: 2px;
}

.profile-info .role {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.company-badge {

    color: #333;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
}

.quote-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
    font-style: italic;
}

.slider-controls {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    font-size: 1.1rem;
    color: #333;
}

.nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
}

.counter {
    font-weight: 600;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .slide {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

/* ----------------------------------------------- */
/* FAQ Section */
.lqd-section.faq {
    width: 100%;
    margin: 50px 0;
    padding: 20px;
}

.lqd-section.faq>* {
    max-width: 900px !important;
}

/* ----------------------------------------------- */