@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
/* Navbar */
body {
    background-color: #fafdfd;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
}

.navbar {
    height: 74px;
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

.active-nav{
    color: var(--bs-primary) !important;
    font-weight: 500 !important;
}
.navbar-brand {
    width: 128.29px;
    height: 51px;
    display: flex;
    align-items: center;
}

.brand-logo-img {
    width: 128.29px;
    height: 51px;
    top: 12px;
    left: 76px;
}

.navbar-nav {
    gap: 30px;
}

.navbar-nav .nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 0 !important;
    color: var(--bs-secondary);
    transition: color 0.3s ease;
    width: 75px;
    height: 28px;
}

/* Individual nav link dimensions based on images */
.nav-link[href="index.html"] {
    width: 55px;
}

.nav-link[href="pricing.html"] {
    width: 62px;
}

.nav-link[href="portfolio.html"] {
    width: 75px;
}

.nav-link[href="about.html"] {
    width: 82px;
}

.nav-link[href="contact.html"] {
    width: 101px;
}

.navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}

.navbar-nav .nav-link.active {
    color: var(--bs-dark) !important;
    font-weight: 600;
}

.btn-get-started {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
    width: 141px;
    height: 40px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-get-started:hover {
    background-color: #9ea1a0;
    border-color: #9aaaa7;
    color: white;
    transform: translateY(-1px);
}

.btn-get-started i {
    margin-left: 6px;
    font-size: 0.9rem;
}

.navbar-toggler {
    border: none;
    padding: 6px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 15px;
    }

    .btn-get-started {
        margin-top: 15px;
        width: fit-content;
        height: auto;
    }
}

/* hero section */

.hero-main-section {
    min-height: 474px;
    position: relative;
    overflow: hidden;
}

.hero-main-title {
    font-family: "DM Sans", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
}

.hero-main-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.hero-main-description {
    font-family: "Poppins", sans-serif;
    width: 614px;
    height: 54px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}

.hero-main-image {
    max-width: 100%;
    height: auto;

    border-radius: 20px;
}

.nepal-flag-icon {
    width: 40px;
    height: 28px;
    margin-left: 2px;
}

.trust-main-badge {
    border-radius: 20px;
    border: 1px solid rgba(255, 193, 7, 0.3);
    width: fit-content;
}

.trust-main-avatars {
    display: flex;
    margin-right: 8px;
}

.trust-main-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: -8px;
    border: 2px solid white;
}

.trust-main-avatar:first-child {
    margin-left: 0;
}

.trust-main-text {
    font-family: "Poppins", sans-serif;

    font-size: 16px;
    font-weight: 400;
}

.hero-main-decorative {
    position: absolute;
    font-size: 2rem;
}

.hero-main-decorative.star-top {
    top: 20%;
    right: 15%;
}

.hero-main-decorative.star-mid {
    top: 35%;
    right: 8%;
}

.hero-main-bg {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.1;
}

@media (max-width: 991.98px) {
    .hero-main-title {
        font-size: 44px;
    }
}

@media (max-width: 767.98px) {
    .hero-main-title {
        font-size: 2rem;
    }
}

/* WH mantraLMS */
.hero-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    max-width: 997px;
    text-align: center;
}

.hero-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2rem;
    font-family: "Poppins", sans-serif;
}

.hero-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #6c757d;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-description {
        font-size: 24px;
    }

    .hero-section {
        padding: 20px 0px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-description {
        font-size: 20px;
    }
}

/* Wh we offer  */

.offer-section {
    padding: 20px 0;
    background-color: #f8f9fa;
}

.section-title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #212529;
    line-height: 50px;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 400;

    height: auto;
    color: #6c757d;
    font-size: 20px;
    line-height: 30px;
    max-width: 997px;
    margin: 0 auto 3rem auto;
}

.offer-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offer-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 1.5rem;
}

.card-icon-small {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: white;
    margin-bottom: 1rem;
}

.card-title {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #212529;
    margin-bottom: 1rem;
}

.card-description {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #6c757d;
    line-height: 24px;
    margin-bottom: 1.5rem;
    font-size: 18px;
}

.feature-list {
    list-style: disc;
    padding: 0px;
    margin: 10px;
}

.feature-list li {
    color: #6c757d;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    line-height: 32px;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
}

.feature-list li:before {
    color: #101010;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.highlight {
    color: #198754;
    font-weight: 600;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .offer-card {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }

    .card-icon {
        width: 32px;
        height: 32px;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .card-description {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .feature-list li {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .section-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 576px) {
    .offer-card {
        padding: 1.25rem;
    }

    .card-icon {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }

    .card-title {
        font-size: 1.1rem;
    }
}

/* Specific layouts for different breakpoints */
@media (min-width: 992px) {
    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-icon {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
    }
}

/* Experience  */

body {
    background-color: #f8f9fa;
    font-family: "Poppins", sans-serif;
}

.main-container {
    padding: 60px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.main-title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #212529;
    margin-bottom: 0.5rem;
}

.description {
    font-family: "Poppins", sans-serif;

    color: #6c757d;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 3rem;
    max-width: 997px;
    margin-left: auto;
    margin-right: auto;
}

.platform-tabs {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.platform-tab {
    font-family: "Poppins", sans-serif;
    background: none;
    border: none;
    color: #6c757d;
    font-size: 20px;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 100%;
}

.platform-tab:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.platform-tab.active {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-primary);
}

.device-mockup {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.window-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.window-controls {
    display: flex;
    gap: 0.5rem;
}

.window-control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.control-close {
    background-color: #dc3545;
}

.control-minimize {
    background-color: #ffc107;
}

.control-maximize {
    background-color: #198754;
}

.desktop-label {
    font-family: "Poppins", sans-serif;
    font-size: 22.4px;
    font-weight: 500;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.video-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.play-button {
    width: 80px;
    height: 80px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    border: none;
    border-radius: 20.16px;
}

.play-button:hover {
    transform: scale(1.1);
    background-color: #0b5ed7;
}

/* .play-button i {
            color: white;
            font-size: 2rem;
            margin-left: 5px;
        }
         */
.mobile-view {
    max-width: 350px;
    margin: 0 auto;
}

.mobile-mockup {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.mobile-header {
    text-align: center;
    margin-bottom: 2rem;
}

.mobile-label {
    font-family: "Poppins", sans-serif;
    font-size: 22.4px;
    font-weight: 500;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-video-area {
    height: 300px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
}

.mobile-play-button {
    width: 60px;
    height: 60px;
    background-color: var(--bs-primary);
    border-radius: 20.16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.mobile-play-button:hover {
    transform: scale(1.1);
    background-color: #0b5ed7;
}

.platform-content {
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }

    .platform-tabs {
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .platform-tab {
        font-size: 1rem;
    }

    .video-area {
        height: 300px;
    }

    /* .play-button {
                width: 60px;
                height: 60px;
            }
             */
    .play-button i {
        font-size: 1.5rem;
    }

    .main-container {
        padding: 40px 0;
    }
}

/* Premium domain */
body {
    font-family: "Poppins", sans-serif;
}

.domainhero-section {
    padding: 60px 0;
}

.domainsection-title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 50px;
}

.domain-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #6c757d;
    font-size: 20px;
    line-height: 28px;
    max-width: 997px;
    margin: 0 auto 0rem auto;
    text-align: center;
}

.domain-badge {
    background-color: #d1f4e8;
    color: var(--bs-primary);
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 500;
    display: inline-block;
    line-height: 28px;
}

.feature-card {
    background-color: #e7f5f3;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    border: none;
}

.feature-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.58px;
    gap: 24px;
    color: #212529;
}

.feature-description {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400px;
    line-height: 28px;
    color: #6c757d;
}

.feature-icon {

    padding: 3px;
    background-color: #d1f4e8;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
}

.feature-icon i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.mockup-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 22.61px;
    transform: rotate(-4deg);
}

.mockup-image {
    width: 100%;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: rotate(4deg);
}

/* Industry leaders */
body {
    font-family: "Poppins", sans-serif;
    background-color: #f8f9fa;
}

.industry-leaders-section {
    padding: 60px 20px;
}

.leaders-title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.leaders-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #333333;
}

.leaders-subtitle {
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 20px;
    color: #6c757d;
    margin-bottom: 50px;
    max-width: 997px;
    margin-left: auto;
    margin-right: auto;
}

.logo-container {
    max-width: 780px;
    margin: 0 auto;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 56px;
    justify-items: center;
    align-items: center;
}

.logo-item {
    width: 100px;
    height: 100px;
    border-radius: 54px;
    border: 6px solid #7c7c7c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.logo-item img {
    width: 77px;
    height: 822.69px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.logo-item:hover {
    transform: scale(1.1);
    border-color: var(--bs-primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.logo-item:hover img {
    filter: grayscale(0%);
}

/* Responsive Design */
@media (max-width: 992px) {
    .logo-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .leaders-title h2 {
        font-size: 32px;
    }

    .leaders-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .logo-item {
        width: 80px;
        height: 80px;
    }

    .leaders-title h2 {
        font-size: 28px;
    }

    .leaders-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .logo-item {
        width: 70px;
        height: 70px;
    }

    .leaders-title h2 {
        font-size: 24px;
    }

    .leaders-subtitle {
        font-size: 14px;
    }
}

/* scale */

body {
    font-family: "Poppins", sans-serif;
}

.scale-section {
    background-color: #1a2332;
    color: white;
    padding: 70px 0;
}

.scale-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
}

.scale-description {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    line-height: 30px;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    max-width: 1189px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 54px;
}

.stat-label {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    color: #e0e0e0;
}

@media (max-width: 992px) {
    .stats-container {
        flex-wrap: wrap;
    }

    .stat-item {
        flex-basis: 45%;
    }

    .stat-number {
        font-size: 48px;
    }

    .stat-label {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .stat-item {
        flex-basis: 100%;
    }

    .scale-title {
        font-size: 32px;
    }

    .scale-description {
        font-size: 16px;
    }
}

/* Recomendations */

body {
    font-family: "Poppins", sans-serif;
}

.testimonial-section {
    padding: 80px 0;
    background-color: var(--bs-light);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 38px;
    color: var(--bs-dark);
}

.section-header p {
    font-size: 20px;
    color: var(--bs-secondary);
    font-weight: 400;
    line-height: 24px;
    max-width: 997px;
    margin: 0 auto 0rem auto;
    text-align: center;
}

.testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.testimonial-icon {
    width: 50px;
    height: 0px;
    color: var(--bs-primary);

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.testimonial-icon i {
    width: 50px;
    height: 50px;
}

.testimonial-text {
    font-size: 18px;
    line-height: 24px;
    /* color: var(--bs-dark); */
    margin-bottom: 30px;
    font-weight: 400;
}

.testimonial-author {
    margin-top: auto;
}

.author-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--bs-primary);
    margin-bottom: 4px;
}

.author-title {
    font-size: 16px;
    color: var(--bs-secondary);
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 32px;
    }

    .section-header p {
        font-size: 18px;
    }

    .testimonial-card {
        margin-bottom: 30px;
    }
}

/* FAQ */

body {
    font-family: "Poppins", sans-serif;
}

.faq-section {
    max-width: 1328px;
    margin: 0 auto;
    padding: 0 24px;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h1 {
    line-height: 38px;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}

.faq-header p {
    color: #555555;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
}

.accordion-item {
    border: 1px solid #e3e3e3;
    border-radius: 12px !important;
    margin-bottom: 10px;
    background: #ffffff;
}

.accordion-button {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 24px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: white;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #e3e3e3;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 28px;
}

.accordion-icon {
    width: 32px;
    height: 32px;
    color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 600;
}

.accordion-body {
    padding: 0 24px 20px 72px;
    font-size: 18px;
    color: #666666;
}

.contact-card {
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    border: 1px solid var(--bs-primary);
    height: fit-content;
    width: auto;
    position: sticky;
    top: 24px;
}

.contact-icon {
    width: 80px;
    height: 80px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.contact-icon i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.contact-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000000;
}

.contact-card p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 24px;
    line-height: 30px;
}

.contact-btn {
    width: 100%;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary-custom {
    background-color: var(--bs-primary);
    color: white;
}

.btn-primary-custom:hover {
    background-color: var(--bs-primary);
}

.btn-outline-custom {
    background-color: transparent;
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
}

.btn-outline-custom:hover {
    background-color: var(--bs-primary);
    color: white;
}

@media (max-width: 991px) {
    .contact-card {
        margin-top: 30px;
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .faq-header h1 {
        font-size: 32px;
    }

    .faq-header p {
        font-size: 18px;
    }

    .accordion-button {
        font-size: 18px;
        padding: 16px 20px;
    }

    .accordion-body {
        padding: 0 20px 16px 68px;
        font-size: 16px;
    }
}

/* ---- Keep nav from wrapping "Contact Us" ---- */
.navbar-nav .nav-link {
    width: auto !important;
    height: auto !important;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        white-space: normal;
        padding: 0.5rem 0 !important;
    }
}

/* footer */
body {
    font-family: "Poppins", sans-serif;
}

.footer-section {
    background-color: #f8f9fa;
    padding: 60px 0 20px;
}

.logo-section {
    margin-bottom: 20px;
}

.mantra-logo-img {
    width: 199.73px;
    height: 79px;
}

.logo-text {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--bs-primary);
    margin-bottom: 5px;
}

.logo-tagline {
    font-size: 0.875rem;
    color: #6c757d;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background-color: var(--bs-primary);
    color: white;
    border-color: var(--bs-primary);
}

.footer-heading {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 20px;
    border-bottom: 2px solid #212529;
    padding-bottom: 8px;
    display: inline-block;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    font-family: "Inter";
}

.footer-links a:hover {
    color: var(--bs-primary);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #555;
    font-family: "Inter";
}

.contact-item i {
    margin-top: 3px;
    color: #555;
}

.contact-item a {
    color: #555;
    text-decoration: none;
}

.contact-item a:hover {
    color: var(--bs-primary);
}

.copyright {
    text-align: center;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1.5px solid #dee2e6;
    color: #555;
    font-size: 1rem;
}

/* Ensure the hamburger icon always renders */
.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg) !important;
    background-size: 1.5em 1.5em;
}

/* Make hero text fluid on small screens */
.hero-main-description {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

/* let the navbar expand on mobile */
.navbar {
    height: auto !important;
    /* instead of height: 74px; */
    min-height: 74px;
    /* keep the same visual height when closed */
}

/* make sure toggler icon renders everywhere */
.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg) !important;
    background-size: 1.5em 1.5em;
}

/*button css */
.btn-white {
    color: var(--bs-primary);
    background-color: white;
    border-color: white;
    transition: all 0.3s ease;
}

.btn-white:hover {
    color: #0a6a3d;
    background-color: rgb(231, 231, 231);
    border-color: rgb(231, 231, 231);
}

.btn-outline-white {
    color: white;
    border-color: white;
}

.btn-outline-white:hover {
    color: var(--bs-primary);
    background-color: var(--bs-light);
    border-color: var(--bs-light);
}


/* Portolio section css */

.course-section {
    padding: 60px 40px;
    min-height: auto;
}

.course-container {
    max-width: 100%;
    margin: 0 auto;
}

/* Base layout - alternating rows */
.course-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 60px;
}

/* Reverse order for alternating */
.course-row.reverse {
    direction: rtl;
}

.course-row.reverse>* {
    direction: ltr;
}

/* Image wrapper with side-by-side overlapping mockups */
.image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 49.18%;
    /* Aspect ratio based on 549/270.03 */
    margin: 0 auto;
}

.desktop-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Desktop mockup - scales proportionally */
.mockup-desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

/* Mobile mockup - maintains exact Figma positioning ratios */
.mockup-mobile {
    position: absolute;
    top: 3.33%;
    /* 9px / 270.03px */
    left: 77.41%;
    /* 424.91px / 549px */
    width: 20.47%;
    /* 112.39px / 549px */
    height: 86.67%;
    /* 234.03px / 270.03px */
    object-fit: contain;
    z-index: 2;
}

.text-wrapper h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 60px;
    text-align: center;
}

.text-wrapper p {
    font-family: 'Poppins', sans-serif;

    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}

.button-group {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-store {
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-store img {
    height: 45px;
    width: auto;
    border-radius: 6px;
}

/* Hover effect (optional) */
.btn-store:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}


.btn-apple:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}



.btn-website:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
    .course-row {
        gap: 60px;
    }

    .text-wrapper h2 {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .course-section {
        padding: 50px 30px;
    }

    .course-row {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .course-row.reverse {
        direction: ltr;
    }

    .image-wrapper {
        order: -1;
    }

    .text-wrapper h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .text-wrapper p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .button-group {
        gap: 10px;
    }

    .btn-store {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .course-section {
        padding: 40px 20px;
    }

    .course-row {
        gap: 30px;
        margin-bottom: 40px;
    }

    .text-wrapper h2 {
        font-size: 1.5rem;
        margin-bottom: 14px;
    }

    .text-wrapper p {
        font-size: 0.85rem;
        margin-bottom: 18px;
    }

    .button-group {
        flex-direction: column;
        gap: 10px;
    }

    .btn-store {
        width: fit-content;
        justify-content: center;
        padding: 10px 14px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .course-section {
        padding: 30px 16px;
    }

    .text-wrapper h2 {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .text-wrapper p {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .btn-store {
        padding: 9px 12px;
        font-size: 0.75rem;
    }
}