/* =========== Common Css Start =========== */
:root {
    --primary-color: #dc2626;
    --primary-color-dark: #b91c1c;
    --secondary-color: #39b781;
    --secondary-color-dark: #29835c;
    --accent-color: #2a66eb;
    --accent-color-dark: #2254be;
    --muted-text: #64748b;
    --heading-color: #111827;
    --light-bg: #f9fafc;
    --transition: 0.4s;
    --shadow-sm: rgba(50, 50, 50, 0.1) 0px 1px 4px;
    --font-lg: 36px;
    --font-md: 20px;
    --font-sm: 16px;
}
html {
    scroll-behavior: smooth;
}
body {
    color: var(--muted-text);
}
h1,
h2,
h3 {
    color: var(--heading-color) !important;
}
main {
    overflow: hidden;
}
.w-fit {
    width: fit-content !important;
}
.text-justify {
    text-align: justify;
}
.section_header {
    text-align: center;
    margin-bottom: 50px;
}
.section_header h1,
.section_header h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
.section_header h1 i,
.section_header h2 i {
    color: var(--primary-color);
}
.section_header p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: var(--muted-text);
}
.qty_box_wrapper {
    display: flex;
    border: 2px solid var(--accent-color);
    border-radius: 6px;
    overflow: hidden;
    width: fit-content;
}

.qty_btn {
    width: 40px;
    height: 40px;
    background-color: white;
    border: none;
    border-right: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.qty_btn:last-of-type {
    border-right: none;
    border-left: 1px solid #ccc;
}

.qty_input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
}
.iuac_default_card {
    background-color: #ffffff;
    box-shadow: var(--shadow-sm);
    border: 1px solid #e5ecf4;
    border-radius: 8px;
}
/* ===== Common Button Base ===== */
.iuac_btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    background-color: transparent;
    transition: var(--transition, 0.3s ease);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.iuac_primary_btn {
    background-color: var(--primary-color);
}
.iuac_primary_btn:hover {
    background-color: var(--primary-color-dark);
}

.iuac_secondary_btn {
    background-color: var(--secondary-color);
}
.iuac_secondary_btn:hover {
    background-color: var(--secondary-color-dark);
}

.iuac_accent_btn {
    background-color: var(--accent-color);
}
.iuac_accent_btn:hover {
    background-color: var(--accent-color-dark);
}

.iuac_primary_btn_outline {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.iuac_primary_btn_outline:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.iuac_secondary_btn_outline {
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}
.iuac_secondary_btn_outline:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.iuac_accent_btn_outline {
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
}
.iuac_accent_btn_outline:hover {
    background-color: var(--accent-color);
    color: #ffffff;
}

/* =========== Common Css End =========== */
/* =========== Top Bar Css Start =========== */
#top_bar {
    background-color: var(--primary-color);
}
/* =========== Top Bar Css End =========== */
/* =========== Nav Section Css Start =========== */
header {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
nav {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
nav ul li.nav-item a.nav-link {
    color: #374151;
    transition: 0.4s;
    font-weight: 500;
    text-transform: capitalize;
}
nav ul li.nav-item a.nav-link:hover,
nav ul li.nav-item a.nav-link.active {
    color: var(--primary-color);
}
/* =========== Nav Section Css End =========== */

/* =========== Hero Slider Section Css Start =========== */
#hero_slider .hero_slider_inner {
    background: #ffffff;
    padding: 12px;
}
#hero_slider .hero_slider_wrapper {
    border-radius: 15px;
    overflow: hidden;
}
#hero_slider .hero_slider_wrapper .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 20px 0;
}
#hero_slider .hero_slider_wrapper .owl-dots .owl-dot {
    line-height: 0;
    margin: 0 5px;
}
#hero_slider .hero_slider_wrapper .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: 0.4s;
}
#hero_slider .hero_slider_wrapper .owl-dots .owl-dot.active span {
    background-color: #ffffff;
}
/* =========== Hero Slider Section Css End =========== */

/* =========== Course Section Css Start =========== */
#course {
    background-color: #f9fafc;
    padding: 100px 0;
}
#course .course_wrapper {
    margin-bottom: 50px;
}
#course .course_card {
    overflow: hidden;
}

#course .course_card_info {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--muted-text);
}
#course .course_card_info .course_card_price {
    margin-bottom: 8px;
}
#course .course_card_info .course_card_price p {
    background-color: #ffe5e5;
    color: #e53935;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}
#course .course_card_info h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}
#course .course_card_info p {
    margin-bottom: 16px;
}
#course .course_card_info ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
#course .course_card_info ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 5px;
}
#course .course_card_info ul li i {
    font-size: 6px;
    color: #23c55e;
}
/* =========== Course Section Css End =========== */

/* =========== Course Details Section Css Start =========== */
#course_details{
    padding: 100px 0;
}
/* =========== Course Details Section Css End =========== */

/* =========== Notice Section Css Start =========== */
#notice {
    padding: 100px 0;
}
#notice .notice_wrapper {
    margin-bottom: 50px;
}
#notice .notice_card {
    padding: 15px 20px;
    border-left: 5px solid var(--primary-color);
}
#notice .notice_card h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}
#notice .notice_card h3 i {
    padding-right: 5px;
    color: var(--primary-color);
}
#notice .notice_card_date {
    color: #929397;
    font-size: 14px;
}
#notice .notice_card_date i {
    padding-right: 5px;
}
#notice .notice_card a {
    display: inline-block;
    padding: 5px 15px;
    margin-top: 16px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-size: 14px;
    transition: 0.4s;
}
#notice .notice_card a:hover {
    color: #ffffff;
    background-color: var(--primary-color);
}
/* =========== Notice Section Css End =========== */

/* =========== Success Story Section Css Start =========== */
#success_story {
    padding: 100px 0;
    background-image: linear-gradient(#eff8fd, #f0fbf7);
    background-color: #eff8fd;
}
#success_story .section_header h2 i {
    color: var(--secondary-color);
}
#success_story .success_story_wrapper {
    margin-bottom: 50px;
}
#success_story .success_story_card {
    height: 100%;
    overflow: hidden;
}
#success_story .success_story_card_video iframe {
    height: 300px;
}
#success_story .success_story_card_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
#success_story .success_story_card_info h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
#success_story .success_story_card_info p strong {
    font-weight: 500;
    color: var(--secondary-color);
}
#success_story .success_story_card_info p span {
    color: #111827;
}
#success_story .success_story_card_rating {
    color: #facc16;
    text-align: right;
}
#success_story .success_story_card_review {
    margin-top: 8px;
}
#success_story .success_story_card_review i {
    font-size: 50px;
    color: #fecbca;
}
#success_story .success_story_card_review blockquote {
    color: #816f7d;
    line-height: 1.5;
    text-align: justify;
}
/* =========== Success Story Section Css End =========== */

/* =========== Publication Section Css Start =========== */
#publication {
    padding: 100px 0;
}
#publication .section_header h2 i {
    color: #2a66eb;
}
#publication .publications_wrapper {
    margin-bottom: 50px;
}
#publication .publications_wrapper .publication_card {
    overflow: hidden;
    margin-bottom: 24px;
}

#publication .publication_card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#publication .publication_card_info {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--muted-text);
}
#publication .publication_card_info h3 a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #111827;
    transition: 0.4s;
}
#publication .publication_card_info h3 a:hover {
    color: #2254be;
}
.publication_card_price {
    margin: 12px 0;
}
.publication_card_price h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.publication_card_price h4 ins {
    font-size: 25px;
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: none;
}

.publication_card_price h4 del {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    text-decoration: line-through;
}

.publication_card_price h4 span {
    background-color: #ffe5e5;
    color: #e53935;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}
/* =========== Publication Section Css End =========== */

/* =========== FAQ Section Css Start =========== */
#faq {
    background-color: #f9fafc;
    padding: 100px 0;
}
#faq .section_header h2 i {
    color: #973ceb;
}
#faq #faq_accordion .faq_item {
    margin-bottom: 10px;
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 50, 0.1) 0px 1px 4px;
}
#faq #faq_accordion .faq_item button {
    box-shadow: none;
    border: none;
    border-radius: 8px;
    font-weight: 600;
}
#faq #faq_accordion .faq_item button:focus {
    box-shadow: none;
}
#faq #faq_accordion .faq_item button.accordion-button:not(.collapsed) {
    border-radius: 8px 8px 0 0;
    color: var(--primary-color);
    background-color: #ffffff;
    border-bottom: 1px solid #f9fafc;
}
/* =========== FAQ Section Css End =========== */

/* =========== Branch Section Css Start =========== */
#branch {
    padding: 100px 0;
}
#branch .section_header h2 i {
    color: var(--secondary-color);
}
#branch .branch_wrapper {
    margin-bottom: 50px;
}
#branch .branch_card {
    overflow: hidden;
    height: 100%;
}
#branch .branch_card .branch_card_header,
#branch .branch_card .branch_card_body,
#branch .branch_card .branch_card_footer {
    padding: 16px;
}

#branch .branch_card .branch_card_header {
    background-image: linear-gradient(
        to right,
        var(--secondary-color-dark),
        var(--secondary-color)
    );
    background-color: var(--secondary-color);
    color: #ffffff;
}
#branch .branch_card .branch_card_header h2 {
    color: #ffffff;
}
#branch .branch_card .branch_card_body {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--muted-text);
}
#branch .branch_card .branch_card_body .contact li {
    margin-bottom: 8px;
}
#branch .branch_card .branch_card_body .contact li:last-child {
    margin-bottom: 0px;
}

#branch .branch_card .branch_card_body .contact li i {
    font-size: 20px;
    line-height: 32px;
}
#branch .branch_card .branch_card_body .contact li:nth-child(1) i {
    color: var(--secondary-color);
}
#branch .branch_card .branch_card_body .contact li:nth-child(2) i {
    color: #2a66eb;
}
#branch .branch_card .branch_card_body .contact li:nth-child(3) i {
    color: var(--primary-color);
}
#branch .branch_card .branch_card_body .contact li:nth-child(4) i {
    color: #973ceb;
}
#branch .branch_card .branch_card_body .contact li h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
#branch .branch_card .branch_card_body .facility {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
#branch .branch_card .branch_card_body .facility li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 5px;
}
#branch .branch_card .branch_card_body .facility li i {
    font-size: 6px;
    color: #23c55e;
}
/* =========== Branch Section Css End =========== */

/* =========== Cart Section Css Start =========== */
#cart {
    padding: 100px 0;
}
#cart .cart_item {
    box-shadow: rgba(50, 50, 50, 0.1) 0px 1px 4px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e2e8f0;
}
#cart .cart_item .qty_box_wrapper {
    border-color: var(--primary-color);
}
#cart .cart_item_info h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.4s;
}
#cart .cart_item_info h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#cart .cart_item_info h3 ins {
    font-size: 25px;
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: none;
}

#cart .cart_item_info h3 del {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    text-decoration: line-through;
}
#cart .cart_item_action .cart_item_remove {
    color: var(--primary-color);
    padding: 5px;
    background: none;
    border: none;
    margin-top: 8px;
}
#cart .order_summary {
    box-shadow: rgba(50, 50, 50, 0.1) 0px 1px 4px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 150px;
}

#cart .order_summary h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
#cart .order_summary ul {
    margin-bottom: 16px;
}
#cart .order_summary a {
    display: block;
    width: 100%;
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
}

#cart .order_summary a {
    color: var(--primary-color);
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    margin-top: 8px;
}
#cart .order_summary a:hover {
    color: #ffffff;
    background-color: var(--primary-color);
}

#cart .checkout_card {
    margin: 40px auto;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 50, 0.1) 0px 1px 4px;
}

.checkout_card h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

/* Form group */
.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.form-group input {
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus {
    border-color: var(--secondary-color);
    outline: none;
}

/* Payment section */
.payment-methods {
    margin-bottom: 32px;
}

.payment-methods .payment-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}

.radio-group:hover {
    background: #f9f9f9;
    border-color: #999;
}

.radio-group input[type="radio"] {
    transform: scale(1.2);
    cursor: pointer;
    padding: 12px 16px;
}

.radio-group label {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-group .icon {
    font-size: 18px;
}

/* Button styling */
.place-order-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: var(--secondary-color);
    cursor: pointer;
    transition: background 0.3s;
}

.place-order-btn:hover {
    background-color: var(--secondary-color-dark);
}
/* =========== Cart Section Css End =========== */

/* =========== Order Success Section Css Start =========== */
#order_success {
    padding: 100px 0;
}
#order_success .order_success_info {
    background-color: var(--secondary-color);
    border-radius: 16px;
    padding: 12px;
}
#order_success .order_success_info .celebration_card {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 100px 0;
}
#order_success .order_success_info .celebration_card i {
    font-size: 100px;
    width: 120px;
    height: 120px;
    text-align: center;
    display: block;
    margin: 0 auto 50px;
    background-color: #ffffff;
    color: var(--secondary-color);
    border-radius: 50%;
    line-height: 120px;
}
#order_success .order_success_info .celebration_card h1 {
    font-size: 20px;
}
#order_success .order_success_info .order_details_card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    color: var(--muted-text);
}
#order_success .order_success_info .order_details_card h2 {
    font-size: 18px;
    margin-bottom: 8px;
}
/* =========== Order Success Section Css End =========== */

/* =========== Footer Section Css Start =========== */
footer {
    background-color: #111928;
    padding: 50px 0;
}
footer .footer_top h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    border-bottom: 1px solid #ffe5e5;
    padding-bottom: 5px;
}
footer .footer_top .branding ul li a {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    transition: 0.4s;
}
footer .footer_top .branding ul li a:hover {
    background-color: var(--primary-color);
}
footer .footer_top .quick_links ul li a,
footer .footer_top .about_us ul li a {
    color: var(--muted-text);
    text-align: center;
    text-transform: capitalize;
    transition: 0.4s;
}
footer .footer_top .quick_links ul li a:hover,
footer .footer_top .about_us ul li a:hover {
    color: var(--primary-color);
}
footer .footer_top .contact ul li a {
    color: var(--muted-text);
    text-align: center;
    text-transform: capitalize;
    transition: 0.4s;
}
footer .footer_top .contact ul li i {
    line-height: 1.3;
}
footer .footer_top .contact ul li:nth-child(1) i {
    color: var(--secondary-color);
}
footer .footer_top .contact ul li:nth-child(2) i {
    color: #2a66eb;
}
footer .footer_top .contact ul li:nth-child(3) i {
    color: var(--primary-color);
}

footer .footer_top .contact ul li a:hover {
    color: var(--primary-color);
}
/* =========== Footer Section Css End =========== */
