.text-mini-header {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
}

.text-bg {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(270deg, #FF103400 0%, #8D00FF52 100%);
    border-radius: 500px 500px 500px 500px;
}

.text-bg-rev {
    background-color: transparent;
    padding: 0px 10px 0px 10px;
    background-image: linear-gradient(90deg, #FF103400 0%, #8D00FF52 100%);
    border-radius: 500px 500px 500px 500px;
}

.text-heading-big {
    color: black;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3em;
}

.image-container {
    max-width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 20px 20px 20px 20px;
}

.image-container .intro-image {
    height: auto;
    max-width: 80%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.three-step-image {
    max-width: 65%;
}

.sub-head-title {
    padding: 10px 10px 10px 10px;
}

.sub-head-title p {
    width: 55%;
    text-align: center;
    color: #250000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.box-container {
    padding: 25px 50px 15px 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(213.82330017089842, 28.288782726996853, 28.288782726996853, 0.5);
}

.border-right {
    border-right: 2px solid #EE2C3C;
}

.box-heading-title {
    color: #EE2C3C;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3em;
}

/* Custom Button Styles */
.btn-custom {
    font-family: "Hind Siliguri", Sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: 0px !important;
    padding-left: 30px !important;  /* Increase left padding */
    padding-right: 30px !important; /* Increase right padding */
    padding-top: 15px !important;   /* Increase top padding */
    padding-bottom: 15px !important;/* Increase bottom padding */
    transition: transform 0.2s ease-in-out !important;
    border-radius: 12px !important;
}

/* Button Hover Effect */
.btn-custom:hover {
    transform: translateY(-5px) !important; /* Moves the button slightly up on hover */
}

/* Hover Effect for Outline Button */
.btn-outline-danger {
    border: 3px solid #dc3545 !important;
}

.btn-outline-danger:hover {
    transform: translateY(-5px); /* Moves the button slightly up on hover */
}

.text-heading-image {
    color: #EE2C3C;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
}

.text-sub-heading-image {
    color: #333333;
    font-family: "Hind Siliguri", Sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.icon-size svg {
    height: 25px;
}

/* Video Play Wrapper */
.video-play {
    padding: 0px 15px 30px;
    text-align: center;
}

/* Responsive Video Container */
.video-container {
    position: relative;
    width: 100%;
    max-width: 900px; /* Optional: Limits max width of the video */
    margin: 0 auto;
    padding-top: 40%; /* Adjusted aspect ratio for shorter height */
    overflow: hidden;
    border-radius: 8px; /* Optional: Adds rounded corners */
}

/* Responsive Iframe */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.d-flex-custom {
    display: flex;
    gap: 55px;
}

.methology-section {
    background-color: #FFECED;
    padding: 20px 0px;
}

.container-text-math {
    background-color: #EE2C3C;
    
}

.margin-top-70 {
    margin-top: 70px;
}

.heading-title-mathology {
    color: white;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    align-items: center;
    line-height: 1;
}

.sub-text-container {
    padding: 10px 10px 10px 10px;
}

.sub-heading-title {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

.font-multi-color {
    text-align: center;
    font-family: "Hind Siliguri", Sans-serif;
    font-weight: 600;
    font-size: 43px;
    line-height: 1.2;
}

.info-text-mathology {
    color: #0D0000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
}

.efective-learning-top-img {
    max-width: 17%;
}

.effective-text-heading {
    padding: 0px 8px;
    color: red;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 35px;
    font-weight: 900;
}

.img-size-custom {
    max-width: 100%;
    height: auto;
}

/* Vertical divider for larger screens */
.divider-vertical {
    width: 2px;
    height: 600px; /* Adjust height as needed */
    background-color: red;
    margin: 0 auto;
}

/* Horizontal divider for small screens */
.divider-horizontal {
    width: 100%;
    height: 2px;
    background-color: red;
    margin: 20px 0;
}

.image-text-underline {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-decoration: underline;
    max-width: 350px;
}

/* Main section styling */
.reason-not-a-marketer {
    position: relative;
    background-color: #FFECED;
    padding-bottom: 100px;
    overflow: hidden; /* Ensure the SVG stays within the section */
}

/* SVG wave shape styling */
.background-shape {
    position: absolute;
    bottom: 0; /* Align the SVG to the bottom of the section */
    left: 0;
    width: 100%;
    height: 100px; /* Adjust the height as needed */
}

/* Fill the SVG wave with white */
.background-shape svg {
    width: 100%;
    height: 100px; /* Matches the height of .background-shape */
}

.elementor-shape-fill {
    fill: #FFFFFF; /* White color for the wave */
}

.widget-container-list {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-icon-list-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #EE2C3C; /* Light underline for list items */
}

.widget-icon-list-item:last-child {
    border-bottom: none; /* Remove underline for the last item */
}

.icon-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 10px; /* Space between icon and text */
}

.icon-list-icon svg {
    width: 22px;
    height: 22px;
    fill: #EE2C3C; /* Icon color */
}

.icon-list-text {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #333; /* Adjust text color if needed */
}

.icon-list-text:hover {
    color: #EE2C3C;
}

.text-container-after-widget {
    padding: 20px;
}

.text-after-widget {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5em;
}

.text-sticky-end {
    text-align: center;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
}

.sticky-second-container {
    padding: 15px 0; 
    border-bottom: 3px solid #EE2C3C;
}

.sticky-second-container:last-child {
    border-bottom: none;
}

.sticky-second-text {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 10px;
}

.course-value-section {
    background-color: #FFECED;
}

/* for cards */
/* Reset margin and padding for the row */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/* Card styles */
.custom-card {
    padding: 35px 25px;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.35);
    text-align: center;
    background-color: #fff;
    transition: transform 0.3s;
    height: 100%;
}

/* Hover effect */
.custom-card:hover {
    transform: translateY(-5px);
}

/* Icon style */
.card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

/* Header text style */
.card-title {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

/* Paragraph text style */
.card-text {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #666;
}

/* Two-column card styles */
.two-column-card {
    padding: 35px 25px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(78, 78, 78, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    transition: all 0.3s;
}

/* Icon column */
.icon-column {
    flex-shrink: 0;
}

.star-icon {
    width: 24px;
    height: 24px;
    fill: #EE2C3C;
    transition: fill 0.3s;
}

/* Hover effect */
.two-column-card:hover .star-icon {
    fill: #000;
}

/* Text column */
.text-column {
    flex-grow: 1;
}

/* Header text style */
.card-title {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    color: #333;
}

.course-module {
    background-color: transparent;
    background-image: linear-gradient(360deg, #EC325126 0%, #FFFDFE 29%);
}

/* Accordion Container Style */
.custom-accordion .accordion-item {
    background-color: #ffd7d7;
    border: 1px solid lightgray;
}

/* Accordion Button Styles */
.custom-accordion .accordion-button {
    background-color: #ffd7d7;
    color: #0D0000;
    font-family: "RocknRoll One", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px;
    border: none;
    transition: color 0.3s;
}

/* Hover and Active State (Text Color Change Only) */
.custom-accordion .accordion-button:hover,
.custom-accordion .accordion-button:not(.collapsed) {
    color: #EE2C3C; /* Change only text color */
    background-color: #ffd7d7;
}

/* Accordion Body Style */
.custom-accordion .accordion-collapse .accordion-body {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid lightgray;
}

/* Bullet List Styles */
.custom-accordion .accordion-body ul {
    list-style-type: disc;
    padding-left: 30px;
}

.custom-accordion .accordion-body li {
    font-family: "Verdana", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #0D0000;
    margin-bottom: 10px;
}

/* Course Mentor Section Styles */
.course-mentor-section {
    background-color: transparent;
    background-image: radial-gradient(at top center, #EC325126 0%, #FFFDFE 70%);
}

.mentor-description {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #0D0000;
}

/* Right Column Image Styling */
.mentor-image {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: auto;
}

.how-to-buy-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFECED 10%, #FFFFFF 50%);
}

.faq-section {
    background-color: transparent;
    background-image: linear-gradient(0deg, #FFECED 0%, #FFFFFF 60%);
}

.faq-text {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0D0000;
}

/* Enroll Course Section Styles */
.enroll-course-section {
    background-color: #f5f5f5;
}

.course-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

/* Image Column Styling */
.course-image {
    flex: 0 0 40%; /* 40% of the card width */
    padding: 15px; /* Image padding */
}

.course-image img {
    width: 100%;
    border-radius: 10px; /* Rounded corners for the image */
    object-fit: cover;
}

/* Content Column Styling */
.course-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-title {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* Pricing Styles */
.course-pricing {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    color: #0D0000;
}

.current-price {
    font-weight: 700;
    color: #EE2C3C;
}

.original-price {
    font-weight: 500;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
}

/* Enroll Button */
.enroll-button .btn {
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #EE2C3C;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.enroll-button .btn:hover {
    background-color: #d41f2f;
}


/* Responsive Styling */
@media (max-width: 767px) {
    .d-flex-custom {
        flex-direction: column; /* Stack buttons vertically on small screens */
        gap: 25px; /* Adjust gap between buttons */
    }

    .image-container .intro-image {
        max-width: 100%;
    }

    .border-right {
        border-bottom: 2px solid #EE2C3C;
        border-right: none;
    }

    .three-step-image {
        max-width: 100%;
    }

    .efective-learning-top-img {
        max-width: 35%;
    }

    .img-size-custom {
        max-width: 80%;
        margin-bottom: 15px;
    }

    /* Adjust horizontal divider for small screens */
    .divider-horizontal {
        height: 2px;
        width: 100%;
        background-color: red;
        margin: 20px auto;
    }

    /* Hide the vertical divider on small screens */
    .divider-vertical {
        display: none;
    }

    .col-12 {
        padding-right: 0;
        padding-left: 0;
    }
}