:root {
    --brand-dark: #1a1a1a;
    --brand-gold: #a68a36;
    --brand-gold10: rgba(201, 168, 76, 0.10);
}

.experts-hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.experts-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.experts-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experts-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(27, 58, 45, 0.92),
            rgba(27, 58, 45, 0.72),
            rgba(27, 58, 45, 0.60));
    z-index: 2;
}

.experts-hero-container {
    position: relative;
    z-index: 3;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.experts-hero-content {
    max-width: 850px;
    color: #ffffff;
}

.experts-hero-badge-wrap {
    margin-bottom: 20px;
}

.experts-hero-badge {
    display: inline-flex;
    align-items: center;
    background: var(--brand-gold);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.8rem;
}

.experts-hero-badge-icon {
    display: inline-flex;
    margin-right: 8px;
}

.experts-hero-badge-icon iconify-icon {
    font-size: 15px;
}

.experts-hero-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #ffffff;
}

.experts-hero-highlight {
    color: var(--brand-gold);
}


.experts-hero-text {
    color: #E5E7EB;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 16px;
    max-width: 760px;
}

.experts-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.experts-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 16px;
    padding: 14px 26px;
    transition: all 0.35s ease;
    width: fit-content;
}

.experts-hero-btn-primary {
    background: var(--brand-gold);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.experts-hero-btn-primary:hover {
    background: #8A721C;
    color: #ffffff;
    transform: translateY(-3px);
}

.experts-hero-btn-secondary {
    background: #19d15c;
    color: #ffffff;
    gap: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.experts-hero-btn-secondary:hover {
    transform: translateY(-3px);
    color: #ffffff;
}

.experts-hero-btn-icon {
    display: inline-flex;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.experts-hero-btn-primary:hover .experts-hero-btn-icon {
    transform: translateY(5px);
}

.experts-hero-btn iconify-icon {
    font-size: 18px;
}

.why-speak-experts-section {
    width: 100%;
    background: #ffffff;
    padding: 60px 0;
    overflow: hidden;
}

.why-speak-experts-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.why-speak-experts-heading {
    margin-bottom: 35px;
}

.why-speak-experts-line {
    width: 70px;
    height: 2px;
    background: var(--brand-gold);
    margin: 0 auto 20px;
}

.why-speak-experts-title {
    color: var(--brand-dark);
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 18px;
}

.why-speak-experts-subtitle {
    color: #6B7280;
    font-size: 1rem;
    line-height: 1.9;
    max-width: 760px;
    margin: 0 auto;
}

.why-speak-card {
    padding: 10px 12px;
    transition: all 0.35s ease;
}

.why-speak-card:hover {
    transform: translateY(-6px);
}

.why-speak-icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 20px;
    background: rgba(185, 151, 47, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.why-speak-card:hover .why-speak-icon-wrap {
    background: var(--brand-gold);
}

.why-speak-icon {
    display: inline-flex;
}

.why-speak-icon iconify-icon {
    font-size: 30px;
    color: var(--brand-gold);
    transition: all 0.35s ease;
}

.why-speak-card:hover .why-speak-icon iconify-icon {
    color: #ffffff;
}

.why-speak-card-title {
    color: var(--brand-dark);
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.why-speak-card-text {
    color: #6B7280;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
}

.expert-team-showcase {
    background: #fff3e7;
    padding: 80px 0;
    overflow: hidden;
}

.custom-container {
    max-width: 1440px;
    padding-left: 16px;
    padding-right: 16px;
}


.expert-team-heading {
    margin-bottom: 35px;
}

.expert-team-line {
    width: 90px;
    height: 2px;
    background: var(--brand-gold);
    margin: 0 auto 24px;
}

.expert-team-title {
    font-size: 1.5rem;
    color: var(--brand-dark);
    margin-bottom: 16px;
    line-height: 1.2;
}

.expert-team-subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
}

.consultant-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}

.consultant-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.consultant-image-wrapper {
    position: relative;
    /* height: 320px; */
    overflow: hidden;
}

.consultant-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.consultant-card:hover .consultant-image {
    transform: scale(1.06);
}

.consultant-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #A68A36;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 50px;
}

.consultant-content {
    padding: 16px;
}

.consultant-name {
    font-size: 1.25rem;
    color: var(--brand-dark);
    margin-bottom: 8px;
}

.consultant-role {
    color: var(--brand-gold);
    margin-bottom: 16px;
}


.consultant-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.tag {
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 12px;
}

.tag-blue {
    background: #dbeafe;
    color: #1d4ed8;
}

.tag-green {
    background: #dcfce7;
    color: #15803d;
}

.tag-purple {
    background: #f3e8ff;
    color: #7e22ce;
}

.tag-orange {
    background: #ffedd5;
    color: #c2410c;
}

.tag-red {
    background: #fee2e2;
    color: #b91c1c;
}


.consultant-description {
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 20px;
}

.consultant-buttons {
    display: flex;
    gap: 14px;
}

.consultant-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.consultant-btn iconify-icon {
    font-size: 20px;
}

.btn-email {
    background: #A68A36;
    color: #ffffff;
}

.btn-email:hover {
    background: #8A721C;
    color: #ffffff;
}

.btn-whatsapp {
    background: #19d15c;
    color: #ffffff;
}

.btn-whatsapp:hover {
    background: #146c43;
    color: #ffffff;
}

.testimonials-experts-section {
    width: 100%;
    padding: 80px 0;
    background: #fff3e7;
    overflow: hidden;
}

.section-header {
    margin-bottom: 35px;
}

.section-line {
    width: 70px;
    height: 2px;
    background: var(--brand-gold);
    margin: 0 auto 20px;
}

.section-title {
    font-size: 1.5rem;
    color: var(--brand-dark);
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-description {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
}


.testimonial-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}

.testimonial-rating iconify-icon {
    font-size: 18px;
    color: #facc15;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 14px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-name {
    font-size: 1.15rem;
    color: var(--brand-dark);
    margin-bottom: 4px;
}

.testimonial-location {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 0;
}


.contact-section {
    padding: 80px 0;
    background: #fff;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(179, 139, 46, 0.1);
    color: var(--brand-gold);
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 1.5rem;
    color: var(--brand-dark);
    margin-bottom: 16px;
}

.contact-desc {
    color: #6b7280;
    margin-bottom: 30px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.info-icon {
    width: 48px;
    height: 48px;
    background: rgba(179, 139, 46, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--brand-gold);
    font-size: 20px;
}

.info-item h5 {
    margin: 0;
}

.info-item p {
    margin: 2px 0;
    color: #555;
}

.info-item small {
    color: #888;
}

.contact-card {
    background: #fff3e7;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.contact-card label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #1f2937;
}

.contact-card input,
.contact-card select,
.contact-card textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 16px;
    outline: none;
}

.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus {
    border-color: #b38b2e;
    box-shadow: 0 0 0 3px rgba(179, 139, 46, 0.2);
}

.radio-card {
    cursor: pointer;
}

.radio-card-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    transition: all 0.25s ease;
    font-size: 14px;
    color: #1f2937;
    background: #fff;
}

.radio-card:hover .radio-card-inner {
    border-color: var(--brand-gold);
}

.radio-card .icon {
    font-size: 18px;
    color: var(--brand-gold);
}

.radio-card .icon.whatsapp {
    color: #19d15c;
}

.radio-card input:checked+.radio-card-inner {
    border-color: var(--brand-gold);
    /* background: rgba(200, 162, 74, 0.1); */
}

.radio-card input:checked+.radio-card-inner {
    box-shadow: 0 0 0 3px rgba(200, 162, 74, 0.15);
}

.contact-card button {
    width: 100%;
    background: var(--brand-gold);
    color: white;
    padding: 14px;
    border-radius: 12px;
    border: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    transition: 0.3s;
}

.contact-card button:hover {
    background: #8a6b1f;
}

@media (min-width: 576px) {

    .experts-hero-section {
        min-height: 550px;
    }

    .experts-hero-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .experts-hero-badge {
        font-size: 0.9rem;
    }

    .experts-hero-title {
        font-size: 2.5rem;
    }

    .experts-hero-text {
        font-size: 1.1rem;
    }

    .experts-hero-btn {
        padding: 16px 32px;
        font-size: 1rem;
    }

    .why-speak-experts-section {
        padding: 80px 0;
    }

    .why-speak-experts-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .why-speak-experts-line {
        width: 90px;
    }

    .why-speak-experts-title {
        font-size: 2.5rem;
    }

    .why-speak-experts-subtitle {
        font-size: 1.05rem;
    }

    .why-speak-icon-wrap {
        width: 80px;
        height: 80px;
    }

    .why-speak-icon iconify-icon {
        font-size: 34px;
    }

    .custom-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .expert-team-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-description {
        font-size: 1.1rem;
    }

}

@media (min-width: 768px) {

    .experts-hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .experts-hero-title {
        font-size: 3rem;
        margin-bottom: 24px;
    }

    .experts-hero-text {
        font-size: 1.15rem;
        line-height: 1.9;
        margin-bottom: 32px;
    }

    .why-speak-experts-heading {
        margin-bottom: 50px;
    }

    .why-speak-experts-subtitle {
        font-size: 1.1rem;
    }

    .why-speak-card-title {
        font-size: 1.35rem;
    }

    .why-speak-card-text {
        font-size: 1rem;
    }

    .expert-team-showcase {
        padding: 100px 0;
    }

    .expert-team-title {
        font-size: 2.5rem;
    }

    .expert-team-subtitle {
        font-size: 1.1rem;
    }

    .consultant-content {
        padding: 20px;
    }

    .testimonials-experts-section {
        padding: 100px 0;
    }

    .testimonial-card {
        padding: 24px;
    }

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

    .testimonial-name {
        font-size: 1.25rem;
    }

    .contact-title {
        font-size: 2rem;
    }

    .contact-card {
        padding: 24px;
    }
}

@media (min-width: 992px) {

    .experts-hero-section {
        min-height: 600px;
    }

    .experts-hero-container {
        padding-left: 48px;
        padding-right: 48px;
    }

    .experts-hero-title {
        font-size: 4rem;
    }

    .experts-hero-text {
        font-size: 1.3rem;
    }

    .experts-hero-btn {
        font-size: 1.1rem;
    }

    .why-speak-experts-section {
        padding: 120px 0;
    }

    .why-speak-experts-container {
        padding-left: 48px;
        padding-right: 48px;
    }

    .consultant-image-wrapper {
        height: 320px;
    }

    .why-speak-experts-subtitle {
        font-size: 1.2rem;
    }

    .why-speak-icon-wrap {
        width: 88px;
        height: 88px;
    }

    .why-speak-icon iconify-icon {
        font-size: 38px;
    }

    .expert-team-showcase {
        padding: 120px 0;
    }

    .expert-team-subtitle {
        font-size: 1.2rem;
    }

    .testimonials-experts-section {
        padding: 130px 0;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .section-line {
        width: 96px;
        margin-bottom: 24px;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .section-description {
        font-size: 1.2rem;
    }

    .testimonial-card {
        padding: 32px;
    }

    .contact-section {
        padding: 120px 0;
    }

    .contact-title {
        font-size: 2.5rem;
    }

    .contact-card {
        padding: 32px;
    }
}

@media (min-width: 1200px) {

    .experts-hero-title {
        font-size: 4.5rem;
    }

    .why-speak-experts-title {
        font-size: 3rem;
    }

    .expert-team-title {
        font-size: 3rem;
    }

    .custom-container {
        padding-left: 48px;
        padding-right: 48px;
    }

    .section-title {
        font-size: 3rem;
    }

    .contact-title {
        font-size: 3rem;
    }
}