* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background-color: #141F39;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
}


.navbar.hq-navbar {
    background: linear-gradient(92.81deg, #0F172A 24.05%, #1A2744 100%);
    box-shadow: 0px 4px 10px 0px #FFFFFF29;
    height: 94px;
    justify-content: space-between;
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
}

.hq-navbar .navbar-brand {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #FFF;
}

.hq-red {
    color: #ff3366;
}

.hq-navbar .navbar-nav {
    display: flex;
    gap: 30px;
}

.hq-navbar .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    position: relative;
    padding: 0 !important;

}

.hq-navbar .nav-link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #ff3366;
    transition: all 0.3s ease;
}

.hq-navbar .nav-link:hover {
    color: #ff3366;
}


.hq-navbar .nav-link:hover:after {
    width: 100%;
}

.hq-navbar .btn-cta {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #F2365A;
    color: #FFF;
    display: flex;
    gap: 6px;
    align-items: center;
}

.hero-section {
    padding-top: 94px;
    background-image: url(images/main-banner.png) !important;
    background-size: cover;
}

.hq-section {
    padding: 100px 0;
}

.hq-section-header {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 600px;
}

.hq-home-overlay {
    background: linear-gradient(102.74deg, rgba(15, 23, 42, 0.64) 28.47%, rgba(38, 55, 95, 0.64) 140.69%);
    padding: 200px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hq-main-title {
    font-weight: 900;
    color: #FFF;
    font-size: 56px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
}

.hq-sub-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
}

.hq-banner-container {
    max-width: 800px;
    margin: 0 auto;
}


.hq-search-container {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
    opacity: 1;
    background: #FFFFFF80;
    border: 1px solid #C4C6C8;
    border-radius: 8px;
    margin: 30px 0;
    gap: 20px
}

.hq-search-container input {
    background: none;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 0;
    flex-grow: 1;
}

/* Modern browsers */
.hq-search-container input::placeholder {
    color: #0F172ACC;
}

/* Chrome, Safari */
.hq-search-container input::-webkit-input-placeholder {
    color: #0F172ACC;
}

/* Firefox */
.hq-search-container input::-moz-placeholder {
    color: #0F172ACC;
    opacity: 1;
    /* fix default opacity */
}

#hq-search-button {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2365ACC;
    border-radius: 36px;
    color: #FFF;
    border: 0;
    box-shadow: 0;
}

.hq-try-asking h6 {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 10px;
}

.hq-topic-buttons {
    gap: 10px;
}

.hq-topic-buttons .btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50px;
    padding: 8px 18px;
    background: #FFF;
    color: #1D2740;
}

.hq-topic-buttons .btn:hover {
    background: #ff3366;
    color: #FFF;
}



#hq-about {
    background: #0F172A;
    padding: 100px 0;
}

.hq-section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #FFF;
    margin-bottom: 30px;
}

.hq-section-title .hq-underline{
    position: relative;
}

.hq-section-title .hq-underline:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 10px;
    border-bottom: 3px solid #F2365A
}

.hq-about-content {
    color: #FFF;
}

.hq-about-counters {
    display: flex;
    gap: 40px;
    margin-top: 50px
}

.hq-about-counter {
    color: #FFF;
}

.hq-about-counter .hq-stat-number {
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    color: #FFF;
    margin-bottom: 30px;
}

.hq-about-image svg {
    margin-left: 100px;
}



#hq-pricing {
    background: #1D2740;
}

.hq-pricing-header {
    display: flex;
    justify-content: center;
}

.hq-pricing-tab {
    display: flex;
    border-radius: 50px;
    background: #FFFFFF1A;
}

.hq-pricing-filter {
    color: #FFF;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;
}

.hq-pricing-filter.hq-active {
    background: #0F172A;
}

.hq-pricing-table-row {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.hq-pricing-card {
    border: 1px solid #FFFFFF52;
    border-radius: 16px;
    padding: 32px;
    background: #FFFFFF0F;
    color: #FFF;
}

.hq-pricing-card h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.hq-price {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.hq-pricing-card ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hq-pricing-card ul li {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0xNyAxIDYgMTIgMSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.hq-pricing-card .hq-pricing-btn {
    background: #F2365A;
    color: #FFF;
    text-decoration: none;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 12px;
    padding-left: 28px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
}

.hq-popular-card-carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.hq-popular-card-content {
    background: #0F172AF2;
    color: #FFF;
    border-radius: 10px;
    padding: 32px;
    margin: -150px 30px 0;
    position: relative;
}

.hq-course-time {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.hq-popular-card-content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.hq-course-badge {
    border-radius: 24px;
    padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    background: #FFFFFF3D;
    font-size: 14px;
    line-height: 21px;
}

.hq-course-type {
    color: #F2365A;
    background: #FEEBEF;
}

.hq-popular-card-footer {
    display: flex;
    justify-content: space-between;
}

.hq-popular-image-box {
    position: relative;
}

.hq-popular-card-lock {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF3D;
    border-radius: 50%;
}

.hq-popular-card-lock img {
    width: 30px;
}

.hq-popular-card-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 24px;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    color: #C49227;
    background: #FEF8EA;
    display: flex;
    align-items: center;
    gap: 8px;
}



.hq-popular-card-badge svg {
    height: 16px;
}

.hq-premium-badge {
    background: #FEEBEF;
    color: #F2365A;
}

.hq-footer-link {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.hq-footer-link a {
    border: 1px solid #FFFFFF5C;
    background: #FFFFFF1A;
    border-radius: 8px;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 12px;
    padding-left: 28px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

#hq-mobile-section {
    background-color: #0E1526;
}

.hq-feature-listing-container {
    display: flex;
    gap: 180px;
}

.hq-feature-listing {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.hq-feature-card {
    display: flex;
    gap: 20px;
    border-radius: 8px;
    padding: 24px;
    background: #E7E8EA1A;
    border-left: 4px solid #E7E8EA;
    color: #FFF;
}

.hq-feature-card > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    background: #E7E8EA80;
    border-radius: 50%;
}

.hq-feature-card-content h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.hq-feature-card-content h4 svg {
    height: 18px;
}

.hq-feature-card-content p {
    margin: 0;
}

.hq-feature-active {
    border-color: #F2365A;
    background-color: #0F172A;
}

.hq-feature-active > span {
    background: #F2365A;
}

#hq-contact-section{
    background: #1D2740;
}

.hq-contact-form {
    width: 700px;
    margin: 0 auto;
}

.hq-contact-form label {
    display: block;
    color: #FFF;
    margin-bottom: 6px;
}

.hq-form-row {
    margin-bottom: 20px;
}

.hq-form-row input,
.hq-form-row textarea {
    border: 1px solid #FFFFFF52;
    background: #FFFFFF14;
}

.hq-form-row button {
    background: #F2365A;
    border-radius: 8px;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 12px;
    padding-left: 28px;
    color: #FFF;
    display: block;
    width: 100%;

}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1a1e8c;
}

::-webkit-scrollbar-thumb {
    background: #ff3366;
    border-radius: 10px;
}

.hq-social-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.hq-social-buttons a {
    font-size: 30px;
    color: #FFF;
}

#hq-download-section{
    background-image: url(images/stadium.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

#hq-download-section::before{
    content: "";
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#hq-download-section .container{
    position: relative;
}

.hq-app-section{
    display: flex;
    align-items: center;
    justify-content: center;
}










.about-card,
.pricing-card,
.resource-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    transition: transform 0.3s;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-card:hover,
.pricing-card:hover,
.resource-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
}



.red-underline {
    position: relative;
    display: inline-block;
}

.red-underline::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ff3366;
}

.price {
    font-size: 2.2rem;
    font-weight: 800;
}

.price small {
    font-size: 1rem;
    font-weight: normal;
}

.text-red {
    color: #ff3366;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #ff3366;
    border-radius: 50%;
    padding: 20px;
}

.mobile-feature {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 15px;
}

.social-icon {
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.2s;
    color: white;
}

.social-icon:hover {
    background: #ff3366;
    transform: translateY(-3px);
    color: white;
}

.accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-button {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #ff3366;
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background: rgba(0, 0, 0, 0.2);
    color: #ddd;
}

footer {
    background: #0a0c5a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-link {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer-link:hover {
    color: #ff3366;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }

    .stat-number {
        font-size: 2rem;
    }
}





.loading-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.toast-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
}

.resource-card {
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 10px;
    margin-top: 5px;
    z-index: 1000;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}

.search-result-item {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    color: #333;
}

.search-result-item:hover {
    background: #f5f5f5;
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}