
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-light) !important;
}

.btn.btn-dark {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-dark:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn.btn-light {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}
/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-dark) !important;
}

@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}
/*** Topbar End ***/

/*** Navbar ***/
.sticky-top,
.sticky-top .container {
    transition: 0.5s !important;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark) !important;
    padding: 5px 10px; /* Adjust padding */
}

.navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 5px !important;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 0 solid var(--bs-primary);
    transition: 0.5s;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 100%;
    border-width: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        border: 0;
        border-radius: 10px;
        margin-top: 20px !important;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        margin-top: 15px !important;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.nav-link {
        margin: 15px 0 !important;
    }

}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    margin-top: 20px !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: var(--bs-dark);
    background: var(--bs-primary);
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel .header-carousel-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.carousel-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 20px;
    border-radius: 0; /* Remove excessive rounding */
    bottom: 0; /* Keep it at the bottom */
    position: absolute;
    width: 100%;
}

.header-carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 2); /* Increase opacity */
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 20px;
    border-radius: 40px;
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.owl-prev {
    left: 30px;
}

.owl-next {
    right: 30px;
}

.owl-prev:hover,
.owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.header-carousel .header-carousel-item-img-1,
.header-carousel .header-carousel-item-img-2,
.header-carousel .header-carousel-item-img-3 {
    position: relative;
    overflow: hidden;
}

.header-carousel .header-carousel-item-img-1::before,
.header-carousel .header-carousel-item-img-2::before,
.header-carousel .header-carousel-item-img-3::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -300px;
    border-radius: 300px;
    border: 100px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {top: -400px;}
    50%   {right: -200px;}
    75%   {top: -200px;}
    100%  {top: -400px;}
}

.header-carousel .header-carousel-item-img-1::after,
.header-carousel .header-carousel-item-img-2::after,
.header-carousel .header-carousel-item-img-3::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 70px;
    transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;
}

@keyframes RotateMoveRight {
    0%   {left: 0;}
    50%   {left: 70px;}
    100%  {left: 0;}
}

.header-carousel .header-carousel-item::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1200px;
    top: -150px;
    left: -265px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}

@keyframes RotateMoveLeft {
    0%   {left: -240px;}
    50%   {left: -300px;}
    100%  {left: -240px;}
}

.header-carousel .header-carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2 !important;
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item .carousel-caption {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 10px;
    }
    .header-carousel-item img {
        height: 700px;
        object-fit: cover;
    }

    .owl-prev,
    .owl-next {
        top: 40px !important;
    }

    .owl-prev {
        left: 65%;
    }
}
@media (max-width: 768px) {
    .header-carousel .owl-nav {
        display: none !important;
    }
}

/*** Header Carousel End ***/
/*** complain bard start***/
.complaint-table {
    width: calc(100% - 200px); /* Giving 100px space on both left and right */
    margin: 50px auto; /* 50px space between tables and centering them */
    border-collapse: collapse;
}

.complaint-table th, .complaint-table td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

.complaint-table th {
    background-color: yellow;
}
/*** complain bard end***/
/*** offer bard start***/
.offer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    margin: 30px 0;
}

.offer-column {
    width: 48%; /* Side by side on larger screens */
    min-width: 0; /* Allows flex item to shrink below content's minimum width */
    flex-shrink: 1;
}

.text-content {
    overflow: hidden; /* Hides overflowed text */
    text-overflow: ellipsis; /* Adds ellipsis (...) to indicate overflow */
    white-space: nowrap; /* Prevents text from wrapping to the next line */
}

@media (max-width: 768px) { /* Mobile responsiveness */
    .offer-container {
        flex-direction: column;
        padding: 20px;
    }

    .offer-column {
        width: 100%; /* Stack one below another */
        margin-bottom: 20px;
    }
}

/*** offxer bard end***/

/* Pricing Section Styles portfolio start */
.pricing-section {
    text-align: center;
    padding: 50px;
    background: #f9f9f9;
}

.section-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #666;
}

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pricing-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    width: 300px;
}

.pricing-card:hover {
    transform: scale(1.05);
}

.featured {
    background: #007bff;
    color: white;
}

.premium {
    background: #ff9800;
    color: white;
}

.plan-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.plan-price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.plan-features {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #444;
}

.subscribe-btn {
    display: inline-block;
    padding: 12px 20px;
    background: #28a745;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.subscribe-btn:hover {
    background: #218838;
}

.custom-plan {
    margin-top: 30px;
    font-size: 1.2rem;
}

.custom-plan a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.plan-features-table {
    width: 100%;
    border-collapse: collapse;
}

.plan-features-table td {
    padding: 4px 8px; /* Reduced padding to make rows closer */
    font-size: 1rem;
    color: #444;
    text-align: left;
    line-height: 1.2; /* Reduced line height for compact spacing */
}

.feature-icon {
    width: 20px; /* Keeps checkmark size consistent */
    text-align: left;
    font-weight: bold;
    color: #28a745; /* Green checkmark */
}

.feature-text {
    text-align: left; /* Ensures text aligns left */
    padding-left: 10px; /* Adds space between checkmark and text */
}

/* Pricing Section Styles portfolio end */
/* faq portfolio start */
.faq-section {
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: left;
}

.premium-plan {
    background: white !important; /* Ensures it stays white */
}


.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background: #f9f9f9;
    border: none;
    outline: none;
    text-align: left;
    padding: 12px 15px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background: #e9e9e9;
}

.faq-answer {
    display: none;
    padding: 12px 15px;
    font-size: 1rem;
    background: #fff;
    color: #333;
}

.faq-icon {
    font-size: 1.2rem;
    font-weight: bold;
    color: #007BFF;
}

/* faq portfolio end */
/* Financial Planning Section */
.financial-planning {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 50px 0;
}
.financial-planning h1 {
    color: #007bff;
    font-size: 2.5rem;
    animation: fadeIn 1s ease-in-out;
}
.financial-planning p {
    font-size: 1.2rem;
    line-height: 1.6;
}
.benefits {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}
.benefit {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 30%;
    margin: 10px;
    transition: transform 0.3s ease-in-out;
}
.benefit:hover {
    transform: scale(1.05);
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* Our Approach - Premium Glassmorphism Effect */
.our-approach {
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 50px 0;
}
.our-approach h1 {
    color: #007bff;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.our-approach p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}
/* Financial Planning Section - Mobile Optimized */
.financial-planning {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 40px 15px;
}

.financial-planning h1 {
    font-size: 2rem;
    color: #007bff;
    font-weight: bold;
    margin-bottom: 20px;
}

.financial-planning p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
}

/* Benefits Box - Mobile Friendly */
.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.benefit {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.benefit:hover {
    transform: translateY(-5px);
}

.benefit h3 {
    font-size: 1.4rem;
    color: #222;
}

.benefit p {
    font-size: 1.1rem;
    color: #555;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .financial-planning {
        width: 100%;
        padding: 30px 10px;
    }

    .benefits {
        flex-direction: column;
        align-items: center;
    }

    .benefit {
        width: 90%;
        text-align: center;
        padding: 15px;
    }

    .financial-planning h1 {
        font-size: 1.8rem;
    }

    .financial-planning p {
        font-size: 1.1rem;
    }
}

/* Approach Steps - Glass Effect */
.approach-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.approach-step {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    width: 70%;
    margin: 15px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.approach-step:hover {
    transform: scale(1.05);
}
.icon {
    font-size: 2rem;
    margin-right: 20px;
    color: #007bff;
}
.content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222;
}
.content p {
    font-size: 1.1rem;
    color: #555;
    margin-top: 5px;
}
/* Responsive Design */
@media (max-width: 768px) {
    .financial-planning, .our-approach {
        width: 95%;
        padding: 20px;
        text-align: center;
    }

    .benefits {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .approach-container {
        flex-direction: column;
        width: 100%;
    }

    .approach-step {
        width: 90%;
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .icon {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
}
.financial-process {
    width: 90%;
    max-width: 800px;
    margin: auto;
    padding: 20px 0;
}

.financial-process h1 {
    font-size: 2rem;
    color: #007bff;
    font-weight: bold;
    margin-bottom: 10px;
}

.financial-process p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 15px;
}

.process-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.1rem;
    color: #333;
}

.process-list li {
    margin-bottom: 10px;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .financial-process {
        width: 95%;
        padding: 10px;
    }

    .financial-process h1 {
        font-size: 1.8rem;
    }

    .process-list {
        font-size: 1rem;
    }
}
.key-features-section {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    text-align: center;
    background: #F5F5F5; /* Soft Gray Background */
    border-radius: 10px;
}

.key-features-section h1 {
    font-size: 2rem;
    color: #0B1C39; /* Deep Navy */
    font-weight: bold;
    margin-bottom: 10px;
}

.key-features-section p {
    font-size: 1.2rem;
    color: #333; /* Dark Gray for readability */
    margin-bottom: 20px;
}

.features-container {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #007bff #f5f5f5;
}

/* Hide Scrollbar for Mobile */
.features-container::-webkit-scrollbar {
    height: 8px; /* Horizontal scrollbar */
}

.features-container::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.features-container::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 10px;
}

.features-container::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

.feature-card {
    min-width: 260px;
    background: white; /* Clean white for contrast */
    color: #0B1C39; /* Dark text for readability */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    scroll-snap-align: start;
    transition: transform 0.3s ease-in-out;
    border-left: 5px solid #C8A300; /* Gold accent */
}

.feature-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 1rem;
    color: #555; /* Medium Gray for smooth readability */
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .key-features-section h1 {
        font-size: 1.8rem;
    }

    .features-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .feature-card {
        min-width: 200px;
        padding: 15px;
    }

    .feature-card h3 {
        font-size: 1rem;
    }

    .feature-card p {
        font-size: 0.9rem;
    }
}

/*** TOGGLE PRICING SECTION start***/
.pricing-section {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 10px;
}

.pricing-section h2 {
    font-size: 2rem;
    color: #0B1C39;
    font-weight: bold;
    margin-bottom: 10px;
}

.toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 24px;
    transition: 0.4s;
}

.slider:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #0B1C39;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    background: white;
    color: #0B1C39;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    text-align: left;
    width: 300px;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.card ul {
    list-style: none;
    padding: 0;
}

.card ul li {
    font-size: 1rem;
    margin: 5px 0;
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #C8A300;
    margin-top: 10px;
}

.hidden {
    display: none;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }
}

.disclaimer-section {
    margin: auto;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 1rem;
    color: #333;
}

.cta-section {
    text-align: center;
    padding: 40px;
    background: #EAF4FF; /* Light Blue for a fresh & modern feel */
    color: #002A5E; /* Dark Blue for readability */
    border-radius: 10px;
    margin-top: 20px;
}

.cta-section h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #002A5E; /* Matches text for contrast */
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #004080; /* Slightly lighter dark blue */
}

.cta-button {
    display: inline-block;
    background: #FFD700; /* Gold for a premium look */
    color: #002A5E; /* Dark blue text for contrast */
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

.cta-button:hover {
    background: #FFC107; /* Brighter gold on hover */
}


/*** MAINTENANCE START ***/

.maintenance-container {
    text-align: center;
    padding: 50px;
    max-width: 600px;
    margin: 100px auto;
    background: #FFF4D6; /* Soft yellowish background */
    color: #333; /* Dark text for readability */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.maintenance-container h1 {
    font-size: 2rem;
    color: #D97706; /* Warm orange for attention */
    margin-bottom: 10px;
}

.maintenance-container p {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 10px;
}


/*** OPTION CALL PRICES board start***/
.plan-box {
    border: 3px solid;
    padding: 20px;
    border-radius: 12px;
    width: 300px;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    position: relative;
}

.plan-box:hover {
    transform: scale(1.045);
}

.plan-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.old-price {
    font-size: 18px;
    color: #d32f2f;
    text-decoration: line-through;
    font-weight: bold;
}

.new-price {
    font-size: 22px;
    font-weight: bold;
    color: #ff5722;
    background: linear-gradient(45deg, #ff9800, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: price-blink 1s infinite alternate;
}

@keyframes price-blink {
    0% { opacity: 1; }
    100% { opacity: 0.8; }
}

.offer-text {
    font-size: 14px;
    color: #34a853;
    font-weight: bold;
    animation: pulse 1.5s infinite;
}

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

.best-deal {
    background: #ffeb3b;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}

.button {
    background-color: #ff9800;
    color: white;
    padding: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease-in-out;
}

.button:hover {
    background-color: #ff5722;
}

/* Specific plan styles */
.basic {
    border-color: #f4b400;
}

.advanced {
    border-color: #4285f4;
}

.premium {
    border-color: #34a853;
}

/* 👇 Added styles for fantastic-equity-pricing-toggle */
.fantastic-equity-pricing-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 12px;
}

.fantastic-equity-pricing-toggle button {
    padding: 10px 20px;
    border: none;
    background-color: #eee;
    color: #333;
    cursor: pointer;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.fantastic-equity-pricing-toggle button.active {
    background-color: #ff9800;
    color: white;
}

/*** OPTION CALL PRICES board end***/
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

.bg-breadcrumb .bg-breadcrumb-single {
    position: absolute;
    width: 500px;
    height: 1200px;
    top: 0;
    left: 0;
    margin-left: 30px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}


.bg-breadcrumb::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
    border-radius: 200px;
    border: 80px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {top: -200px;}
    50%   {right: -100px;}
    75%   {top: -100px;}
    100%  {top: -200px;}
}


.bg-breadcrumb::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 0;
    margin-left: 160px;
    transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .text {
    position: relative;
}

.about .text::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bs-primary);
}
/*** About End ***/

/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
    margin: 12px;
    min-height: 300px; /* Ensures all service items have the same height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service .service-item .service-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.service .service-item:hover .service-img::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content {
    position: relative;
}

.service .service-item .service-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover .service-content .service-content-inner a.h4 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}
/*** Service End ***/

/*** Project Start ***/
.project .project-carousel.owl-carousel {
    height: 100%;
}

.project .project-carousel .project-item {
    position: relative;
    overflow: hidden;
}

.project .project-carousel .project-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project .project-carousel .project-item .project-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img::after {
    height: 100%;
}

.project .project-carousel .project-item .project-img img {
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img img {
    transform: scale(1.2);
}

.project .project-carousel .project-item .project-content {
    position: relative;
    width: 75%;
    height: 100%;
    bottom: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.project .project-carousel .project-item .project-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px !important;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project .project-carousel .project-item .project-content .project-content-inner {
    position: relative;
    z-index: 2;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner p,
.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4,
.project .project-carousel .project-item:hover .project-content .project-content-inner .project-icon i {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}

.project .project-carousel .project-item:hover .project-content::after {
    height: 100%;
}

.project-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 8px solid var(--bs-primary);
}
/*** Project End ***/

/*** Blog Start ***/
.blog .blog-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .project-img .blog-plus-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
    opacity: 0;
}

.blog .blog-item:hover .project-img .blog-plus-icon {
    opacity: 1;
}

.blog .blog-item .project-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .project-img img {
    transform: scale(1.3);
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--bs-dark);
    transition: 0.5s;
}

.team .team-item:hover {
    border: none !important;
}

.team .team-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--bs-primary) transparent transparent var(--bs-primary) !important;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.team .team-item::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 1px solid;
    border-color: transparent var(--bs-primary) var(--bs-primary) transparent !important;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.team .team-item:hover:after,
.team .team-item:hover::before {
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 8;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon .team-icon-share {
    position: relative;
    margin-top: -200px;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon .team-icon-share {
    margin-top: 0 !important;
}

.team .team-item .team-content {
    position: relative;
}

.team .team-item .team-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bs-primary) !important;
    transition: 0.5s;
}

.team .team-item .team-content::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary) !important;
    transition: 0.5s;
}

.team .team-item:hover .team-content::after,
.team .team-item:hover .team-content::before {
    width: 100% !important;
    height: 50% !important;
}

.team .team-item:hover .team-content .team-content-inner {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.team .team-item .team-content .team-content-inner h4,
.team .team-item .team-content .team-content-inner p {
    transition: 0.5s;
}

.team .team-item:hover .team-content .team-content-inner p {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content .team-content-inner h4 {
    color: var(--bs-dark) !important;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}
/*** Testimonial End ***/

/*** FAQ'S Start ***/
.faq {
    position: relative;
    overflow: hidden;
}

.faq::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/bg.png);
    object-fit: cover;
    z-index: -1;
}

.faq .faq-img {
    position: relative;
}

.faq .faq-img .faq-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*** FAQ'S End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
    padding-bottom: 10px !important; /* Reduce bottom padding */
    margin-bottom: 0; /* Ensure no extra space */
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body); /* Bootstrap default body color */
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item-post a,
.footer .footer-item-post .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item-post a:hover,
.footer .footer-item-post .footer-btn a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Adjusting column widths */
.footer .col-md-6.col-lg-3:first-child { width: 23%; } /* Services Column */
.footer .col-md-6.col-lg-2 { width: 20%; } /* Explore Column (Increased) */
.footer .col-md-6.col-lg-4 { width: 30%; } /* Contact Info Column */
.footer .col-md-6.col-lg-3:last-child { width: 23%; } /* Popular Post Column */

.footer .copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.8); /* Slightly lighter white */
    font-size: 14px;
    margin-top: 20px;
}

/*** Mobile Optimization - Keep 2 Columns on Mobile ***/
@media (max-width: 768px) {
    .footer .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer .col-md-6 {
        width: 48% !important; /* Keep 2 columns side by side */
        margin-bottom: 20px;
    }

    /* Ensure last two columns are also side by side */
    .footer .col-md-6:last-child,
    .footer .col-md-6:nth-last-child(2) {
        width: 48% !important;
        text-align: left;
    }

    /* Hide signup button in the 4th column */
    .footer .footer-item-post .footer-btn {
        display: none;
    }

    /* Show the signup button at the bottom */
    .footer .footer-signup {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .footer h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .footer a {
        font-size: 13px;
        line-height: 24px;
    }

    .footer .footer-item,
    .footer .footer-item-post {
        align-items: flex-start;
    }

    .footer .footer-signup a {
        padding: 8px 16px;
        font-size: 14px;
        background: var(--bs-primary);
        color: white;
        border-radius: 5px;
        display: inline-block;
        text-decoration: none;
    }

    .footer .copyright {
        font-size: 12px;
        margin-top: 10px;
    }
}

/*** Footer End ***/

#more-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Aligns services side by side */
    margin-top: 20px;
    gap: 20px; /* Adds space between items */
}

/*** SEBI PAGE START ***/
.sebi-section {
    font-family: Arial, sans-serif;
    margin: 20px;
    padding: 20px;
    line-height: 1.6;
}

.sebi-section h1 {
    text-align: center;
}

.sebi-section h2 {
    color: #333;
}

.sebi-section ul {
    padding-left: 20px;
}

.sebi-section .container {
    max-width: 800px;
    margin: auto;
}

.sebi-section h3 {
    font-size: 1.9rem;
    color: #222;
}

/* SEBI Registration Process Section */
.registration-process {
    padding: 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.registration-process h2 {
    margin-bottom: 10px;
    color: #2c3e50;
}

.process-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

/* Scrollable container */
.scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    scroll-padding: 10px;
}

.scroll-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari */
}

/* Step Boxes */
.step-box {
    min-width: 250px; /* Slightly wider for better text wrapping */
    max-width: 320px; /* Keeps it readable on mobile */
    height: auto; /* Auto height for text wrapping */
    flex: 0 0 auto;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left; /* Align text for better readability */
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Step Box Headings */
.step-box h3 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 8px;
    text-align: center; /* Centering only the heading */
}

/* Step Box Text */
.step-box p {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
    word-wrap: break-word; /* Ensures no overflow */
    line-height: 1.5; /* Better readability */
}

.step-box strong {
    color: #000;
}

/* Required Documents Section */
.required-documents {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
}

.required-documents h2 {
    margin-bottom: 10px;
    color: #2c3e50;
}

.doc-description {
    font-size: 16px;
    color: #444; /* Darker for better visibility */
    margin-bottom: 15px;
}

/* Table Container */
.table-container {
    overflow-x: auto;
}

/* Styled Table */
.doc-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc; /* Outer border */
}

.doc-table th, .doc-table td {
    border: 1px solid #aaa; /* Column Borders */
    padding: 12px;
    text-align: left;
    font-size: 15px;
    color: #333; /* Adjusted for better readability */
}

.doc-table th {
    background: #2c3e50;
    color: white;
    font-weight: 600;
}

.doc-table tr:nth-child(even) {
    background: #f7f7f7;
}

/* Responsive Design */
@media (max-width: 600px) {
    .doc-table th, .doc-table td {
        font-size: 13px;
        padding: 10px;
    }
}

/* FAQ Section */
.faq-section {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
}

.faq-section h2 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.faq-description {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

/* Accordion */
.faq-accordion {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    background: white;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-question {
    width: 100%;
    background: #2c3e50;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}

.faq-question:hover {
    background: #1f2d3d;
}

.faq-answer {
    display: none;
    padding: 12px;
    background: #fff;
    border-top: 1px solid #ddd;
    font-size: 15px;
    color: #333;
}

.faq-more-btn {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.faq-more-btn:hover {
    background: linear-gradient(135deg, #0056b3, #004094);
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.5);
}

.sebi-disclaimer-box {
    background: #f9f9f9;
    border-left: 5px solid #ff9800;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto; /* Centers the box */
    max-width: 80%; /* Prevents it from stretching too much */
    text-align: center;
}

.sebi-disclaimer-title {
    color: #ff9800;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.sebi-disclaimer-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.disclaimer-list {
    list-style: none; /* Removes bullets */
    padding: 0;
    margin: 0 auto; /* Centers the list */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.disclaimer-list li {
    display: flex;
    align-items: center;
}


.sebi-disclaimer-list .warning {
    color: #d9534f;
    font-weight: bold;
}

@media (max-width: 768px) {
    .sebi-disclaimer-box {
        padding: 15px;
        max-width: 90%; /* Slightly more width for mobile */
    }

    .disclaimer-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Aligns text properly */
    }

    .disclaimer-list li {
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Ensures proper alignment */
        text-align: left;
        width: 100%; /* Full width to prevent wrapping */
        padding-left: 10px; /* Adds slight indentation */
    }
}


.cta-sebi {
    text-align: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 600px;
}

.cta-sebi h2 {
    color: #333;
    margin-bottom: 10px;
}

.cta-sebi p {
    font-size: 16px;
    color: #555;
}

.cta-sebi-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.cta-sebi-list li {
    margin: 5px 0;
    font-size: 16px;
    color: #444;
}

.cta-sebi-btn {
    display: inline-block;
    background: #007bff;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 15px;
    transition: background 0.3s;
}

.cta-sebi-btn:hover {
    background: #0056b3;
}

/* STOCK MARKET BASICS */
#stock-market-basics {
    background: #f8f9fa; /* Light background for a clean look */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
}

#stock-market-basics h2 {
    color: #2c3e50;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

#stock-market-basics h3 {
    color: #34495e;
    font-size: 20px;
    margin-top: 15px;
}

#stock-market-basics p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

#stock-market-basics ul {
    list-style-type: disc;
    padding-left: 20px;
}

#stock-market-basics ul li {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    #stock-market-basics {
        padding: 15px;
    }

    #stock-market-basics h2 {
        font-size: 22px;
    }

    #stock-market-basics h3 {
        font-size: 18px;
    }

    #stock-market-basics p,
    #stock-market-basics ul li {
        font-size: 14px;
    }
}



/*for basics accordion*/
/* Heading Container */
#heading-container-basics-sm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Left Section */
.left-heading {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content horizontally */
    text-align: center; /* Ensures text is centered */
}

/* Right Section */
.right-heading {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content horizontally */
    text-align: center; /* Ensures text is centered */
}

/* Responsive Design - Move Right Heading Below */
@media (max-width: 768px) {
    #heading-container-basics-sm {
        flex-direction: column;
    }

    .left-heading {
        width: 100%;
        text-align: center;
    }

    .right-heading {
        display: none; /* Hides the right heading on mobile */
    }
}

/* General Styles */
.accordion-basics {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align to the left */
    margin-left: 10px;
}

/* Default styles for all accordions */
.accordion-basics .accordion {
    background-color: #007bff;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%; /* Default full width for mobile */
    text-align: left;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px; /* Default margin */
    position: relative;
}

/* Add hover effect */
.accordion-basics .accordion:hover {
    background-color: #0056b3;
}

/* Active button style */
.accordion-basics .accordion.active {
    background-color: #0056b3;
}

/* Panel Styling */
.accordion-basics .panel {
    display: none; /* Hidden by default */
    background-color: #f9f9f9;
    padding: 15px;
    overflow: hidden;
    border-left: 3px solid #007bff;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* Smooth transition for the panel */
.accordion-basics .panel.show {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

/* Arrow Icon (Default Closed) */
.accordion-basics .accordion::after {
    content: "▼";
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when accordion is open */
.accordion-basics .accordion.active::after {
    transform: rotate(180deg);
}

/* Laptop View */
@media (min-width: 1024px) {
    .accordion-basics {
        width: 35%; /* 30% of total screen, aligned to the left */
        margin-left: 10px; /* Keep a small left margin */
        margin-right: 0; /* No right margin */
    }

    .accordion-basics .accordion {
        width: 100%; /* Full width within the 30% container */
    }
}

/* Mobile View */
@media (max-width: 1023px) {
    .accordion-basics {
        width: 100%;
        padding: 0 10px;
    }

    .accordion-basics .accordion {
        width: calc(100% - 20px); /* Full width minus margin */
        margin-left: 0;
        margin-right: 10px;
    }
}
.content-container {
    display: flex;
    flex-direction: column; /* Default for mobile */
    align-items: center;
    padding: 10px;
}

/* Accordion container */
.accordion-container-basics-sm {
    width: 100%;
    max-width: 600px; /* Ensuring it's not too wide on mobile */
}

/* Video container */
.video-container {
    width: 100%;
    max-width: 600px;
    margin-top: 20px; /* Space between accordion and video */
    border-radius: 15px;
    overflow: hidden;
    justify-content: center;
}

/* Responsive video */
.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
}

/* Laptop View */
@media (min-width: 1024px) {
    .content-container {
        flex-direction: row; /* Side by side layout */
        justify-content: flex-start;
        align-items: flex-start;
    }

    .accordion-container-basics-sm {
        width: 35%; /* Takes 35% of space */
        margin-right: 20px; /* Space between accordion and video */
    }

    .video-container {
        width: 65%; /* Takes 55% of the available space */
        max-width: none;
        margin-top: 0;
        display: flex;
        justify-content: center; /* Centers the iframe horizontally */
        align-items: center; /* Centers the iframe vertically (if needed) */
        padding: 20px 20px;
    }

}
/*sebi certificate*/

.certificate-container {
    text-align: center; /* Centers the heading */
    margin-bottom: 50px;
}

.certificate-container h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.certificate-container img {
    display: block;
    margin: 0 auto; /* Centers the image */
    max-width: 700px; /* Limits size on larger screens */
    width: 100%; /* Ensures responsiveness */
    height: auto; /* Maintains aspect ratio */
}

@media (max-width: 768px) {
    .certificate-container img {
        width: 100%; /* Full width on mobile */
    }
}
 /*for basics of sm who should take*/

#who-should-take {
    margin: 50px auto;
    padding: 40px 20px;
    text-align: center;
    background: #ffffff; /* Clean white background */
    color: #333;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Softer shadow */
    max-width: 900px;
    border-left: 6px solid #27ae60; /* Adds a modern green accent */
    transition: 0.3s ease-in-out;
}

#who-should-take:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Slight elevation effect */
}

#who-should-take h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #27ae60; /* Green to match the left border */
}

#who-should-take p {
    font-size: 18px;
    margin-bottom: 25px;
    font-style: italic;
    opacity: 0.9;
}

#who-should-take ul {
    list-style: none;
    padding: 0;
}

#who-should-take li {
    font-size: 18px;
    padding: 12px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    background: #f9f9f9; /* Soft grey background */
    border-radius: 8px;
    margin: 10px auto;
    max-width: 700px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

#who-should-take li:hover {
    background: #27ae60;
    color: white;
    transform: translateY(-3px); /* Smooth lift effect */
}

#who-should-take li::before {
    content: "✅"; /* Professional checkmark */
    font-size: 22px;
    margin-right: 15px;
    color: #27ae60;
    transition: 0.3s;
}

#who-should-take li:hover::before {
    color: white;
}

/* 📱 Mobile Optimization */
@media (max-width: 768px) {
    #who-should-take {
        padding: 30px 15px;
        border-left: 4px solid #27ae60;
    }

    #who-should-take h2 {
        font-size: 22px;
    }

    #who-should-take p {
        font-size: 16px;
    }

    #who-should-take li {
        font-size: 16px;
        padding: 10px 15px;
        max-width: 100%; /* Makes list items fit smaller screens */
    }
}

/*benefits for sm basics*/

.benefits-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.benefits-subtext {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

.benefits-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    text-align: center;
    padding: 20px;
}

.benefit-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.benefit-icon {
    font-size: 50px;
    color: #ff9800; /* Orange */
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.benefit-item:hover .benefit-icon {
    color: #e65100; /* Darker Orange */
}

/* 📱 Mobile Optimization */
@media (max-width: 768px) {
    .benefits-container {
        grid-template-columns: 1fr; /* 1 per row on small screens */
    }

    .benefit-item {
        padding: 25px;
        margin-bottom: 15px;
    }
}

/*pricing*/

.pricing-basics-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.pricing-basics-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Spacing between the boxes */
    flex-wrap: wrap; /* Ensures mobile responsiveness */
    padding: 20px;
}

.pricing-basics-card {
    background: linear-gradient(135deg, #ff9800, #e65100);
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    flex: 1;
    min-width: 250px; /* Ensures responsiveness */
}

.pricing-basics-price {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.pricing-basics-validity {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.pricing-basics-btn {
    background: #fff;
    color: #e65100;
    border: none;
    padding: 12px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.pricing-basics-btn:hover {
    background: #000;
    color: #fff;
}

/* 📱 Mobile Optimization */
@media (max-width: 768px) {
    .pricing-basics-container {
        flex-direction: column;
        align-items: center;
    }

    .pricing-basics-card {
        max-width: 90%;
        padding: 25px;
    }

    .pricing-basics-price {
        font-size: 2rem;
    }

    .pricing-basics-btn {
        padding: 10px 15px;
        font-size: 1rem;
    }
}

/* FAQ Section Styling */
#faq-stock-market-basics {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

#faq-stock-market-basics h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.faq-stock-market-basics-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-stock-market-basics-item h3 {
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    color: #007BFF;
}

.faq-stock-market-basics-item p {
    display: none;
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    line-height: 1.5;
}

/* Expand/Collapse Effect */
.faq-stock-market-basics-item.active p {
    display: block;
}

.faq-stock-market-basics-item h3::after {
    content: ' ▼';
    font-size: 14px;
}

.faq-stock-market-basics-item.active h3::after {
    content: ' ▲';
}
/* Common Styling for Terms & Disclaimer Sections */
.terms-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.terms-container h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.terms-container p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.terms-container a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.terms-container a:hover {
    background-color: #0056b3;
}
/* Styling for the container */
.upcoming-course-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
}

/* Styling for the heading */
.upcoming-course-container h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

/* Styling for the paragraph */
.upcoming-course-container p {
    color: #666;
    font-size: 16px;
}

/* === Harika About Section === */
.harika-about-section {
    padding: 80px 20px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.harika-about-section .container {
    max-width: 1140px;
    margin: auto;
}

.harika-image-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.harika-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
}

.harika-text .line-yellow {
    width: 70px;
    height: 3px;
    background-color: #f39c12;
    margin: 10px 0 20px;
}

.harika-text .subtitle {
    font-size: 16px;
    color: #888;
    margin-bottom: 15px;
}

.harika-text .about-description {
    font-size: 17px;
    color: #555;
    margin-bottom: 25px;
}

/* Accordion Styling (if not using Bootstrap default) */
.accordion-button {
    background-color: #f8f8f8;
    color: #2c3e50;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #f39c12;
    color: #fff;
}

.accordion-body {
    font-size: 16px;
    color: #444;
    background-color: #fff;
}

/* === Harika Pricing Section === */
.harika-pricing-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
}

.harika-pricing-section .section-title {
    margin-bottom: 50px;
}

.harika-pricing-section .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
}

.harika-pricing-section .line-yellow {
    width: 80px;
    height: 3px;
    background-color: #f39c12;
    margin: 15px auto;
}

.harika-pricing-section .subtitle {
    font-size: 18px;
    color: #777;
}

.pricing-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.pricing-card.active {
    border: 2px solid #f39c12;
}

.pricing-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.pricing-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #f39c12;
    margin-bottom: 20px;
}

.pricing-card .price span {
    font-size: 14px;
    color: #999;
    display: block;
}

.pricing-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #f39c12;
    margin-bottom: 20px;
}
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.pricing-card ul li {
    font-size: 16px;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.pricing-card .btn-subscribe {
    background-color: #f39c12;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.pricing-card .btn-subscribe:hover {
    background-color: #e67e22;
}

.payment-gpay {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 80px;
}

.left, .right {
    flex: 1 1 400px;
    margin: 20px;
}

.left h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.left h1 {
    font-size: 30px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

.qr-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.note {
    margin-top: 20px;
    font-size: 16px;
    color: #555;
}

.right {
    text-align: left;
}

.right h2 {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.bank-detail {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.bank-detail span {
    font-weight: bold;
    color: #444;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.whatsapp img {
    width: 30px;
    height: 30px;
}

/* final-price-container */
/* TESTER-ONE-container */
/* FINAL PRICE CONTAINER */
.FINAL-PRICE-CONTAINER {
  max-width: 600px;
  margin: 40px auto;
  padding: 5px;
  background: linear-gradient(135deg, #f9f5ff 0%, #ffffff 100%);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(106, 13, 173, 0.12);
}

/* Original Tester One Container */
.tester-one {
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #f0e5ff;
}

/* Input Fields */
.input-name,
.input-mobile,
.input-email,
.input-segment,
.input-membership-plan,
.input-subscription-timeframe {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 18px;
  border: 1px solid #e5d9f7;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fcfaff;
}

/* Select Dropdowns */
.input-segment,
.input-membership-plan,
.input-subscription-timeframe {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236a0dad'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
}

/* Focus States */
.input-name:focus,
.input-mobile:focus,
.input-email:focus,
.input-segment:focus,
.input-membership-plan:focus,
.input-subscription-timeframe:focus {
  border-color: #6a0dad;
  outline: none;
  box-shadow: 0 0 0 3px rgba(106, 13, 173, 0.15);
  background-color: #ffffff;
}

/* Price Display Section */
.price-display {
  text-align: center;
  margin: 25px 0;
  padding: 18px;
  background: linear-gradient(to right, #f9f5ff, #ffffff);
  border-radius: 12px;
  border: 1px dashed #d0b8ff;
  font-size: 1.3em;
  font-weight: 600;
  color: #4a1b7d;
}

#calculated-finalprice {
  color: #6a0dad;
  font-size: 1.5em;
  text-shadow: 0 2px 4px rgba(106, 13, 173, 0.1);
}

/* Submit Button */
.submit-to-sheet {
  width: 100%;
  padding: 16px;
  background: linear-gradient(to right, #6a0dad, #8a2be2);
  color: white;
  font-size: 17px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.submit-to-sheet:hover {
  background: linear-gradient(to right, #580ca0, #7b1dd3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(106, 13, 173, 0.25);
}

.submit-to-sheet:active {
  transform: translateY(0);
}

/* Placeholder Styling */
::placeholder {
  color: #b8a1d6;
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 650px) {
  .FINAL-PRICE-CONTAINER {
    margin: 20px 15px;
    border-radius: 12px;
  }

  .tester-one {
    padding: 20px 15px;
  }

  .input-name,
  .input-mobile,
  .input-email,
  .input-segment,
  .input-membership-plan,
  .input-subscription-timeframe {
    padding: 12px 15px;
    font-size: 15px;
  }
}

/* Add these new styles to your existing CSS */

/* Loading state styles */
.submit-to-sheet.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.submit-to-sheet.loading::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Success message style */
.submission-success {
  text-align: center;
  margin-top: 20px;
  color: #28a745;
  font-weight: 600;
  font-size: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.submission-success.show {
  opacity: 1;
  transform: translateY(0);
}

/* Add this to your existing CSS */
.submit-to-sheet .spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s ease-in-out infinite;
  margin-right: 8px;
  vertical-align: middle;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Payment Link Popup */
.payment-link-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.payment-link-popup .popup-content {
  background: white;
  padding: 25px;
  border-radius: 12px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.payment-link-popup h3 {
  color: #6a0dad;
  margin-bottom: 15px;
}

.payment-link-popup ul {
  text-align: left;
  margin: 15px 0;
  padding-left: 20px;
}

.payment-link-popup button.close-popup {
  background: #6a0dad;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 15px;
}

/* Everything scoped — zero leakage */
.valentine-wrap {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    text-align: center;
}

.valentine-buttons {
    position: relative;
    width: 260px;
    height: 120px;
    margin-top: 30px;
    overflow: hidden; /* 👈 THIS STOPS SCROLLBARS */
}


.valentine-wrap button {
    padding: 12px 25px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.valentine-wrap #yesBtn {
    background-color: #ff4d6d;
    color: white;
}

.valentine-wrap #noBtn {
    position: absolute;
    background-color: #ccc;
}

.try-again-box {
    margin-top: 16px;
    padding: 10px 18px;
    border-radius: 10px;
    background: #fff0f3;
    color: #b3003c;
    font-weight: 600;
    font-size: 15px;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.try-again-box.show {
    opacity: 1;
    transform: scale(1);
}

/* ---------- BACKGROUND ---------- */
.valentine-bg {
    height: 100vh;
    width: 100%;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.25), rgba(255,255,255,0) 60%),
        linear-gradient(180deg, #ee9ca7 0%, #ffdde1 50%, #ee9ca7 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}


/* ---------- FLOATING HEARTS ---------- */
/* ---------- FLOATING HEARTS ---------- */
.heart {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #ffffff;


    /* shape + size */
    transform: rotate(45deg) scale(var(--scale, 1));
    border-radius: 2px; /* 👈 KEY LINE */

    /* horizontal position */
    left: calc(100% * var(--x));

    /* animation */
    animation-name: floatUp;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(-1s * var(--d));
    animation-duration: calc(1s + 6s * var(--s));

    filter: brightness(1) opacity(0.85); /* 👈 uniform opacity */
}



.heart::before,
.heart::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
}

.heart::before {
    top: -9px;
    left: 0;
}

.heart::after {
    left: -9px;
    top: 0;
}


@keyframes floatUp {
    0% {
        bottom: -20%;
        opacity: 0;
    }
    10% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        bottom: 120%;
        opacity: 0;
    }
}


/* ---------- CARD ---------- */
.valentine-wrap {
    z-index: 2;
}

.valentine-card {
    background: #ffffff;
    width: 360px;
    padding: 32px 28px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.18);
    animation: popIn 0.4s ease;
}

@keyframes popIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.valentine-card h1 {
    font-size: 24px;
    color: #c9184a;
    margin-bottom: 6px;
}

.subtext {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

/* ---------- BUTTON AREA ---------- */
.valentine-buttons {
    position: relative;
    width: 420px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
}

/* ---------- BUTTON AREA ---------- */
.valentine-buttons {
    position: relative;
    width: 420px;
    height: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}


/* ---------- BUTTONS ---------- */
/* YES button — true center */
#yesBtn {
    position: absolute;
    top: 20px;
    left: 20%;
    transform: translateX(-50%);
    background: #ff4d6d;
    color: #fff;
    z-index: 2;
}

/* NO button — offset from center */
#noBtn {
    position: absolute;
    top: 20px;
    left: calc(50% - 50px); /* 👈 clearly away from Yes */
    background: #dee2e6;
    z-index: 1;
}



/* ---------- TRY AGAIN MESSAGE ---------- */
.try-again-box {
    margin-top: 18px;
    padding: 10px 18px;
    border-radius: 12px;
    background: #fff0f3;
    color: #b3003c;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.25s ease;
    pointer-events: none;
}

.try-again-box.show {
    opacity: 1;
    transform: scale(1);
}

/* ===============================
   MOBILE OPTIMIZATION – VALENTINE PAGE
   =============================== */
@media (max-width: 600px) {

    /* Card becomes larger & roomier */
    .valentine-card {
        width: 92%;
        max-width: 420px;
        padding: 40px 28px;
        border-radius: 24px;
    }

    /* Headline readability */
    .valentine-card h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .subtext {
        font-size: 15px;
    }

    /* More space for runaway button */
    .valentine-buttons {
        width: 100%;
        height: 280px; /* 👈 IMPORTANT */
        margin-top: 24px;
    }

    /* Bigger tap targets */
    .valentine-card button {
        font-size: 18px;
        padding: 14px 30px;
    }

    /* Initial button placement tuning */
    #yesBtn {
        top: 24px;
    }

    #noBtn {
        top: 120px;
    }

    /* Try-again message spacing */
    .try-again-box {
        margin-top: 22px;
        font-size: 15px;
    }
}


/* ===============================
   CELEBRATION WRAPPER
   =============================== */

.valentine-success {
    min-height: 100vh;
    width: 100%;
    background: radial-gradient(circle at center, #ffe6eb, #ff9aa2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* ===============================
   CARD
   =============================== */

.valentine-success .success-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    width: 360px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    animation: successPop 0.6s ease forwards;
    z-index: 2;
}

/* DESKTOP ANIMATION */
@keyframes successPop {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.valentine-success h1 {
    color: #ff4d6d;
    margin-bottom: 10px;
}

.valentine-success p {
    color: #555;
    font-size: 15px;
}

.valentine-success .line {
    margin-top: 10px;
}

/* ===============================
   BIG HEART
   =============================== */

.valentine-success .big-heart {
    font-size: 64px;
    margin: 20px 0;
    animation: heartPulse 1.2s infinite;
}

@keyframes heartPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* ===============================
   BUTTON
   =============================== */

.valentine-success .again-btn {
    margin-top: 20px;
    padding: 12px 26px;
    border-radius: 12px;
    border: none;
    background: #ff4d6d;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* ===============================
   FLOATING HEARTS
   =============================== */

.valentine-success .success-heart {
    position: absolute;
    bottom: -40px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    transform: rotate(45deg);
    animation: successFloat 8s infinite linear;
    opacity: 0.8;
}

.valentine-success .success-heart::before,
.valentine-success .success-heart::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
}

.valentine-success .success-heart::before {
    top: -10px;
    left: 0;
}

.valentine-success .success-heart::after {
    left: -10px;
    top: 0;
}

.valentine-success .success-heart:nth-child(2) { left: 15%; animation-delay: -2s; }
.valentine-success .success-heart:nth-child(3) { left: 35%; animation-delay: -5s; }
.valentine-success .success-heart:nth-child(4) { left: 60%; animation-delay: -3s; }
.valentine-success .success-heart:nth-child(5) { left: 80%; animation-delay: -6s; }

@keyframes successFloat {
    from { bottom: -40px; opacity: 0; }
    to   { bottom: 120%; opacity: 1; }
}

/* ===============================
   MOBILE OPTIMIZATION (FINAL)
   =============================== */
@media (max-width: 600px) {

    /* Override animation itself */
    .valentine-success .success-card {
        animation: successPopMobile 0.6s ease forwards;
    }
}

/* MOBILE SCALE ANIMATION */
@keyframes successPopMobile {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1.8); /* 👈 TRUE 180% SIZE */
        opacity: 1;
    }
}





