/* ==============================
   Theme Color: #802077
   ============================== */

:root {
    --theme-color: #802077;
}

/* Text & labels */
.text-theme {
    color: var(--theme-color) !important;
}

span.label-theme {
    color: var(--theme-color);
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Headings */
h1.theme, h2.theme, h3.theme, h4.theme, h5.theme {
    color: var(--theme-color);
}

/* Buttons */
.btn-theme {
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-theme:hover {
    background-color: #661966;
    transform: translateY(-2px);
}

/* Cards */
.card-modern {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Approach Cards - Unique Design */
.approach-card {
    background: #fff;
    border-radius: 20px;
    border: 2px solid rgba(128, 32, 119, 0.1);
    box-shadow: 0 5px 20px rgba(128, 32, 119, 0.08);
    transition: all 0.4s ease;
    text-align: center;
}

.approach-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(128, 32, 119, 0.15);
    border-color: rgba(128, 32, 119, 0.3);
}

.approach-icon {
    width: 80px;
    height: 80px;
    background: rgba(128, 32, 119, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s ease;
}

.approach-card:hover .approach-icon {
    background: rgba(128, 32, 119, 0.15);
    transform: scale(1.1);
}

/* Approach Points Styling */
.approach-points {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 40px;
    border-radius: 15px;
    border-left: 4px solid var(--theme-color);
    margin-bottom: 40px !important;
    clear: both;
    overflow: hidden;
}

.approach-bullet {
    color: var(--theme-color);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 2px;
    display: inline-block;
    width: 25px;
}

.approach-points ul li {
    margin-bottom: 20px;
    line-height: 1.7;
}

.approach-points ul li:last-child {
    margin-bottom: 0;
}

.highlight-text {
    background: linear-gradient(120deg, rgba(128, 32, 119, 0.15) 0%, rgba(128, 32, 119, 0.05) 100%);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

@media (max-width: 767px) {
    .approach-points {
        padding: 20px 25px;
        margin-bottom: 30px !important;
    }
    
    .approach-bullet {
        font-size: 1.3rem;
        width: 20px;
    }
}

/* Terms & Conditions Button */
.btn-terms-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(128, 32, 119, 0.4) !important;
    background: linear-gradient(135deg, #661966 0%, #b82a8a 100%) !important;
}

.btn-terms-modern:active {
    transform: translateY(-1px);
}

/* Icons */
.icon-theme {
    color: var(--theme-color);
    transition: transform 0.3s;
}

.icon-theme:hover {
    transform: scale(1.2);
}

/* Section background variations */
.bg-theme-light {
    background-color: #f9f5fa;
}

.bg-theme-soft {
    background-color: rgba(128, 32, 119, 0.05);
}

/* Small highlights list */
ul.list-unstyled li i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

/* Hero section tweaks */
.hero-section img {
    max-width: 300px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Call to Action */
.cta-section {
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 15px;
    padding: 3rem 1rem;
    position: relative;
    overflow: hidden;
}

.cta-section .btn-light {
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 500;
}

.about-footer-content p {
    font-size: 20px;
}

/* Footer Copyright */

.footer-copyright-text a {
    color: #fff;
    /* make links white */
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-copyright-text a:hover {
    color: #ffd6fa;
    /* lighter shade for hover */
    text-decoration: underline;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    min-height: 350px;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.testimonial-img-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #802077;
    padding: 3px;
    background: #fff;
}

.testimonial-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.stars {
    font-size: 1.1rem;
    color: #f39c12;
    letter-spacing: 2px;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    background: #ff6a00;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #ee0979;
    opacity: 1;
}

/*  .dots-cards{
    margin-bottom: -15px !important;
  } */

@media (max-width: 576px) {
    .modal-header .btn-close {
        top: 10px;
        right: 10px;
        transform: scale(1.2);
    }
}

.logo {
    height: 75px !important;
}

.nav-link.active {
    color: var(--theme-color) !important;
    font-weight: 600;
}

.nav-item.active .nav-link {
    color: var(--theme-color) !important;
    font-weight: 600;
}

.how-it-works,
.expert-coaching {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.how-it-works .row,
.expert-coaching .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section-title,
.section-title-content,
.expert-coaching-content {
    margin-bottom: 20px !important;
}

.how-it-work-steps {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.how-work-counter-list {
    margin-top: 10px !important;
}

.expert-coaching-image {
    margin-bottom: 0 !important;
}

.expert-coaching-body,
.expert-coaching-list {
    margin-bottom: 15px !important;
}

.expert-coaching:last-child {
    padding-bottom: 30px !important;
}

/* Form validation error styling */
.text-danger {
    color: #dc3545 !important;
}

:root {
    --theme-primary: #802077;
    --theme-secondary: #a0288a;
    --theme-tertiary: #c0399f;
    --text-dark: #2c3e50;
    --text-gray: #6c757d;
    --text-light: #95a5a6;
    --text-muted: #adb5bd;
    --border-light: rgba(128, 32, 119, 0.08);
    --border-medium: rgba(128, 32, 119, 0.1);
    --border-strong: rgba(128, 32, 119, 0.15);
    --shadow-sm: 0 3px 22px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 10px 40px rgba(128, 32, 119, 0.12);
}

/* Hero Section */
.testimonials-hero-section {
    background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-secondary) 50%, var(--theme-tertiary) 100%);
    padding: 85px 0 65px;
    position: relative;
    overflow: hidden;
}

.testimonials-hero-section::before,
.testimonials-hero-section::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.testimonials-hero-section::before {
    inset: 0;
    background: radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 65%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.testimonials-hero-section::after {
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #fff);
}

.hero-content-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-title-large {
    font: 800 56px/1.2 sans-serif;
    color: #fff;
    margin-bottom: 18px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.5px;
}

.hero-subtitle-large {
    font: 300 19px/1.65 sans-serif;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 auto 28px;
    max-width: 720px;
}

.breadcrumb-modern {
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.breadcrumb-modern .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.breadcrumb-modern .breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-modern .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-modern .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    content: "/";
    padding: 0 10px;
}

/* Main Content */
.testimonials-main-wrapper {
    padding: 85px 0;
    background: #fff;
}

.section-header-modern {
    text-align: center;
    margin: 0 auto 65px;
    max-width: 820px;
}

.section-label-modern {
    font: 600 13px/1 sans-serif;
    color: var(--theme-primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
    display: inline-block;
}

.section-title-modern {
    font: 700 46px/1.3 sans-serif;
    color: var(--text-dark);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.section-desc-modern {
    font: 300 17px/1.8 sans-serif;
    color: var(--text-gray);
}

/* Testimonials Grid */
.testimonials-container-modern {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 32px;
    align-items: start;
}

/* Testimonial Card */
.testimonial-card-modern {
    background: #fff;
    border-radius: 14px;
    padding: 42px 38px;
    box-shadow: var(--shadow-sm);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    min-height: 280px;
    position: relative;
}

.testimonial-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--border-strong);
}

.quote-mark-modern {
    position: absolute;
    top: 28px;
    right: 32px;
    font: bold 95px/1 Georgia, serif;
    color: rgba(128, 32, 119, 0.05);
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

.testimonial-content-modern {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.testimonial-text-wrapper {
    position: relative;
    margin-bottom: 28px;
    flex: 1;
}

.testimonial-text-full,
.testimonial-text-truncated {
    font: 400 16px/1.85 sans-serif;
    color: #495057;
    font-style: italic;
    letter-spacing: 0.15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.testimonial-text-full {
    display: none;
}

.testimonial-text-full.active {
    display: block;
}

.testimonial-text-truncated {
    display: block;
    position: relative;
}

.testimonial-text-truncated.hidden {
    display: none;
}

.testimonial-text-truncated::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s;
}

.testimonial-text-truncated.hidden::after {
    opacity: 0;
}

/* Read More Button */
.read-more-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 20px;
    background: transparent;
    color: var(--theme-primary);
    font: 600 14px/1 sans-serif;
    border: 2px solid var(--theme-primary);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-style: normal;
}

.read-more-btn:hover {
    background: var(--theme-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(128, 32, 119, 0.3);
}

.read-more-btn.hidden {
    display: none;
}

.read-more-btn.read-less {
    margin-top: 15px;
}

/* Author Section */
.testimonial-author-modern {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid var(--border-medium);
    flex-shrink: 0;
}

.author-name-modern {
    font: 700 18px/1.3 sans-serif;
    color: var(--text-dark);
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.author-details-modern {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
}

.author-position-modern {
    font: 500 14px/1 sans-serif;
    color: var(--text-gray);
}

.author-location-modern {
    font-size: 13px;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 5px;
}

.author-location-modern i {
    font-size: 11px;
    color: var(--theme-primary);
}

.testimonial-meta-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 10px;
}

.rating-modern {
    display: flex;
    gap: 2px;
    align-items: center;
}

.rating-modern .star {
    font-size: 17px;
    color: #ffc107;
    text-shadow: 0 1px 3px rgba(255, 193, 7, 0.3);
    filter: drop-shadow(0 1px 2px rgba(255, 193, 7, 0.4));
}

.testimonial-date-modern {
    font: 500 12px/1 sans-serif;
    color: var(--text-muted);
}

/* Empty State */
.empty-state-modern {
    text-align: center;
    padding: 90px 35px;
    background: #f8f9fa;
    border-radius: 18px;
    max-width: 600px;
    margin: 0 auto;
}

.empty-icon-modern {
    font-size: 80px;
    color: var(--theme-primary);
    opacity: 0.25;
    margin-bottom: 28px;
}

.empty-title-modern {
    font: 700 30px/1 sans-serif;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.empty-desc-modern {
    font: 400 16px/1.7 sans-serif;
    color: var(--text-gray);
    margin-bottom: 32px;
}

/* Responsive */
@media (min-width: 1400px) {
    .testimonials-grid-modern {
        grid-template-columns: repeat(3, 1fr);
        gap: 36px;
    }

    .hero-title-large {
        font-size: 62px;
    }

    .section-title-modern {
        font-size: 50px;
    }
}

@media (max-width: 1399px) {
    .testimonials-grid-modern {
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .testimonials-hero-section {
        padding: 65px 0 55px;
    }

    .hero-title-large {
        font-size: 42px;
    }

    .hero-subtitle-large {
        font-size: 17px;
    }

    .testimonials-main-wrapper {
        padding: 70px 0;
    }

    .section-header-modern {
        margin-bottom: 55px;
    }

    .section-title-modern {
        font-size: 36px;
    }

    .section-desc-modern {
        font-size: 16px;
    }

    .testimonials-grid-modern {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        gap: 28px;
    }

    .testimonial-card-modern {
        padding: 38px 32px;
        min-height: 260px;
    }

    .quote-mark-modern {
        font-size: 80px;
        top: 25px;
        right: 28px;
    }

    .testimonial-text-full, .testimonial-text-truncated {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .testimonials-hero-section {
        padding: 55px 0 45px;
    }

    .hero-title-large {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .hero-subtitle-large {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .testimonials-main-wrapper {
        padding: 60px 0;
    }

    .section-header-modern {
        margin-bottom: 45px;
        padding: 0 20px;
    }

    .section-label-modern {
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .section-title-modern {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .section-desc-modern {
        font-size: 15px;
    }

    .testimonials-container-modern {
        padding: 0 15px;
    }

    .testimonials-grid-modern {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .testimonial-card-modern {
        padding: 32px 28px;
        border-radius: 12px;
        min-height: 240px;
    }

    .quote-mark-modern {
        font-size: 70px;
        top: 22px;
        right: 24px;
    }

    .testimonial-text-full, .testimonial-text-truncated {
        font-size: 15px;
        line-height: 1.8;
    }

    .read-more-btn {
        font-size: 13px;
        padding: 7px 18px;
    }

    .author-name-modern {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .testimonials-hero-section {
        padding: 45px 0 38px;
    }

    .hero-title-large {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .hero-subtitle-large {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .testimonials-main-wrapper {
        padding: 50px 0;
    }

    .section-header-modern {
        margin-bottom: 38px;
        padding: 0 15px;
    }

    .section-label-modern {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .section-title-modern {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .section-desc-modern {
        font-size: 14px;
    }

    .testimonials-container-modern {
        padding: 0 12px;
    }

    .testimonials-grid-modern {
        gap: 24px;
    }

    .testimonial-card-modern {
        padding: 28px 24px;
        border-radius: 10px;
        min-height: 220px;
    }

    .quote-mark-modern {
        font-size: 60px;
        top: 20px;
        right: 20px;
    }

    .testimonial-text-full, .testimonial-text-truncated {
        font-size: 14px;
        line-height: 1.75;
    }

    .read-more-btn {
        font-size: 12px;
        padding: 6px 16px;
        margin-top: 10px;
    }

    .testimonial-author-modern {
        padding-top: 18px;
    }

    .author-name-modern {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .author-details-modern {
        gap: 10px;
        margin-bottom: 8px;
    }

    .author-position-modern {
        font-size: 13px;
    }

    .author-location-modern {
        font-size: 11px;
    }

    .testimonial-meta-modern {
        margin-top: 10px;
        gap: 8px;
    }

    .rating-modern .star {
        font-size: 15px;
    }

    .testimonial-date-modern {
        font-size: 11px;
    }

    .empty-state-modern {
        padding: 60px 25px;
        margin: 0 15px;
    }

    .empty-icon-modern {
        font-size: 60px;
        margin-bottom: 22px;
    }

    .empty-title-modern {
        font-size: 24px;
    }

    .empty-desc-modern {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .hero-title-large {
        font-size: 24px;
    }

    .section-title-modern {
        font-size: 22px;
    }

    .testimonial-card-modern {
        padding: 24px 20px;
        min-height: 200px;
    }

    .quote-mark-modern {
        font-size: 50px;
        top: 18px;
        right: 18px;
    }

    .testimonial-text-full, .testimonial-text-truncated {
        font-size: 13px;
    }
}

/* What We Do Icons - Consistent Sizing */
.what-we-do-list .icon-box {
    width: 57px !important;
    height: 49px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.what-we-do-list .icon-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Read More Button for Home Testimonials */
.read-more-btn-home {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 16px;
    background: transparent;
    color: #802077;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1.5px solid #802077;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.read-more-btn-home:hover {
    background: #802077;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(128, 32, 119, 0.3);
}

.hidden {
    display: none !important;
}

/* Logo Positioning for Mobile */
@media (max-width: 991px) {
    .navbar-brand {
        margin-right: auto !important;
        margin-left: -56px !important;
        order: 1 !important;
    }

    .navbar-toggle {
        order: 2 !important;
        margin-left: auto !important;
    }

    .navbar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .navbar .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }
}
