@font-face {
    font-family: kalameh;
    font-style: normal;
    font-weight: 800;
    src: url("../font/Kalameh-Black.woff2") format("woff2"), url("../font/Kalameh-Black.woff") format("woff") }
@font-face {
    font-family: kalameh;
    font-style: normal;
    font-weight: 700;
    src:url("../font/Kalameh-Bold.woff2") format("woff2"), url("../font/Kalameh-Bold.woff") format("woff") }
@font-face {
    font-family: kalameh;
    font-style: normal;
    font-weight: normal;
    src:  url("../font/Kalameh-Regular.woff2") format("woff2") }
@font-face {
    font-family: kalameh;
    font-style: normal;
    font-weight: 100;
    src: url("../font/Kalameh-Thin.woff2") format("woff2")}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url("../font/IRANSansWeb.woff") format("woff")}
body{font-family: iransans}
.color1{color: #2ab0bc}
.color2{color:#ffd700}
.color3{color: #ae4b84}
.back1{background: #2ab0bc}
.back2{background:#ffd700}
.back3{background: #ae4b84}
.font-family{font-family: iransans !important;}
a{text-decoration: none}
#header,#header_mobile{color:black;height: 80px;width: 100%;background: #ae4b84;display: flex;align-items: center;position: fixed;top:0;z-index: 10000}
#login_header{width: 20%;}
#ul_menu_header,#ul_menu_header_mobile{width: 80%;display:flex;cursor: pointer;align-items: center}
.li_menu_header{list-style-type: none;margin-left: 2%}
.li_menu_header img{width: 50px;height: 50px;}

.logo img{width: 50px;height: 50px;margin-left: 5px}

.li_menu_header a,.li_login_header a{color: white; font-weight: bold;font-size: 14px;font-family: iransans !important;}
#login_header span{font-size:17px;font-weight: bold}
#login_header_ul{display: flex;justify-content: space-between;align-items: center}
.li_login_header{list-style-type: none;}
.li_login_header img{height: 20px;width: 20px;margin-left: 5px}

#footer{width: 100%;min-height: 270px;background: #ae4b84;display: flex;align-items: center;justify-content:space-around}
.box_footer{width: 20%;margin-right: 5%}
.box_footer_li{list-style-type: none;margin-top: 5px}
.box_footer_li_a{color: white;font-weight: bold;font-size: 17px;cursor: pointer;}
.box_footer_li_more{list-style-type: none;margin-top: 5px;display: flex;align-items: center}
.box_footer_li_more img{width: 50px;height:50px}
.box_footer_li_more span{color: white;}
#form_contact{border-radius: 8px;border: 1px solid gray;padding: 30px
;display: flex;justify-content: space-between;box-shadow: 10px 10px lightgray;margin-top: 100px;
}
#form_contact_box{width: 40%;color: black}
.form_contact_box_input{width: 90%;height: 30px;padding: 5px;border-radius: 8px;margin-top: 10px;
}
#form_contact_box_textarea{border-radius: 8px;padding: 5px;width: 90%;margin-top: 10px;}
.form_contact_box_label{font-weight: bold;font-size: 17px;}
#form_contact_box_submit{width: 90%;height: 30px;background: #0d6efd;border-radius: 8px
;border: #0d6efd;font-size: 17px;font-weight: bold;color: #ffd700}
.hr-index{border: 1px solid #0c91e4}
#form_contact_more{width: 50%;margin-top: 18px;margin-right: 20px;color: black}
.form_contact_more_span{font-weight: bold;margin-right: 10px;font-size: 17px}
#about_us{background: white;margin-top: 100px}
#about_us img{width: 100%; height: 400px;margin-top: 20px }
#about_us_p1{font-size: 20px;font-weight: bold;color: black;margin-top: 20px}
#about_us_h1{color: #0d6efd;margin-top: 50px}
#veblog_h1{color: #0d6efd;margin-top: 50px}
.menu-container-dashboard-index {
    width: 100%;
    margin-right: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    flex-wrap: nowrap;
    direction: rtl;
}
.menu-item-dashboard-index {
    width: 100px;
    height: 130px;
    background-color: #ffffff;
    margin-right: 10px;
    border-radius: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu-item-dashboard-index.active {
    background-color: #007BEB;

}
.menu-item-dashboard-index.active a{
    color: white;
}
.menu-item-dashboard-index i {
    font-size: 20px;
    margin-bottom: 6px;
}
.menu-item-dashboard-index a{
    color: black;
    text-decoration: none;
}


.container_ticket {
    width: 100%;
    margin-right: 10%;
    margin-top: 40px;
    background: white;
    border-radius: 12px;
    padding: 40px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    text-align: center;
    margin-bottom: 10px;
}

.icon_ticket {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    background-color: #eaf6f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_ticket img {
    width: 40px;
    height: 40px;
}

.title_ticket {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

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

.form_ticket input[type="text"],
.form_ticket select {
    width: 260px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.form_ticket textarea {
    width: 100%;
    max-width: 600px;
    min-height: 120px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #f7f8fa;
}

.form_ticket label {
    display: block;
    text-align: right;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 6px;
    color: #444;
}

.submit-btn_ticket {
    margin-top: 30px;
    padding: 10px 30px;
    background-color: #00bcd4;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}
#header_mobile{display: none}
#submenu,#submenu_panel{background: white;border-radius: 10px;padding-right: 15px;padding-bottom:15px;position: absolute;top:40px;width: 10%;min-height: 100px;border-top-right-radius: 0;border-top-left-radius: 0;display: none;border-top: 3px solid #0c91e4;box-shadow: 3px 3px rgba(255, 215, 0, 0.83);z-index: 1000000}
#submenu li,#submenu_panel li{list-style-type: none;margin-top: 15px}
#submenu li a,#submenu_panel li a{font-size: 12px;text-decoration: none;}
#submenu li a:hover,#submenu_panel li a:hover{color: #ffd700 !important;}
#service:hover #submenu{display: block}
#panel:hover #submenu_panel{display: block}
#submenu:hover,#submenu_panel:hover{display: block}

.table-container_credits {
    width: 100%;
    margin-right: 10%;
    margin-top: 40px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.table-title_credits {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
#table_credits {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#table_credits th, td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#table_credits th {
    background-color: #f3f4f6;
    color: #333;
    font-weight: bold;
}

#table_credits tr:last-child td {
    border-bottom: none;
}

.action-text_credits {
    color: #45b8c4;
    font-weight: bold;
    cursor: pointer;
}




.table-container_notifications {
    width: 100%;
    margin-right: 10%;
    margin-top: 40px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.table-title_notifications {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.table_notifications {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.table_notifications th, td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.table_notifications th {
    background-color: #f3f4f6;
    color: #333;
    font-weight: bold;
}

.table_notifications tr:last-child td {
    border-bottom: none;
}
#grouping_items{display: flex;flex-wrap: wrap;}
#grouping_items .grouping_item{text-align: center;flex-wrap: wrap;font-size: 18px;font-weight: bold;height: 150px;width: 14%;margin-left: 6%;display: flex;align-items: center;justify-content: center;border-radius: 100%;border: 10px solid #8443a8}
@media (max-width: 768px) {
    .table-container_notifications {
        width: 95%;
        margin-right: 2.5%;
    }

    .table_notifications, thead, tbody, th, td, tr {
        font-size: 13px;
    }
}


.product_view .card {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease;
    margin-top: 100px !important;
}

.card:hover {
    transform: translateY(-4px);
}

.card-image {
    flex: 1;
    min-width: 300px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-title {
    font-size: 26px;
    font-weight: bold;
    color: #1a2e66;
    margin-bottom: 10px;
}

.course-rating {
    color: #ff9900;
    margin-bottom: 20px;
}

.info-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.info-item {
    background: #f8faff;
    border-radius: 12px;
    padding: 14px;
    box-shadow: inset 0 0 0 1px #dbeafe;
    transition: background 0.2s;
}

.info-item:hover {
    background: #ebf2ff;
}

.label {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 6px;
}

.value {
    font-size: 17px;
    font-weight: bold;
    color: #1b4d91;
}

.success {
    color: #28a745;
}

.cta-buttons {
    display: flex;
    gap: 12px;
    margin-top: auto;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: bold;
}

.btn.primary {
    background: #1a56db;
    color: white;
}

.btn.primary:hover {
    background: #0f3ab6;
}

.btn.secondary {
    background: #e0e7ff;
    color: #1a56db;
}

.btn.secondary:hover {
    background: #d0dbff;
}




.order-table {
    width: 100%;
    margin-right: 10%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

.order-table th, .order-table td {
    text-align: center;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: black;
}

.order-table th {
    background-color: #f1f1f1;
    font-weight: bold;
}

.status-canceled {
    color: #f44336;
    font-weight: bold;
}

.details-button-orders {
    background-color: #20c9c9;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 6px 14px;
    cursor: pointer;
}

.details-button-orders:hover {
    background-color: #17a2a2;
}

.title_orders {
    text-align: right;
    margin-right: 10%;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar_my_panel {

    width: 20%;
    margin-right: 6.5%;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
    height: 600px;
}

.profile-pic_sidebar_my_panel {
    text-align: center;
    margin-bottom: 20px;
}

.profile-pic_sidebar_my_panel img {
    width: 80px;
    border-radius: 50%;
}

ul.menu_sidebar_my_panel {
    list-style: none;
    padding: 0;
}
.btn_product_index a{
    color: white;
}

ul.menu_sidebar_my_panel li {
    margin: 10px 0;
}

ul.menu_sidebar_my_panel li a {
    font-weight: bold;
    font-family: iransans;
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: block;
    border-radius: 8px;
    transition: background 0.2s;
}

ul.menu_sidebar_my_panel li a:hover {
    background-color: #e0e0e0;
}

.active_sidebar_my_panel {
    background-color: #00b4ff;
    color: white;
}



.table-container_tickets {
    width: 100%;
    margin-right: 10%;
    margin-top: 40px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.table-title_tickets {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

#table_tickets {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#table_tickets th, td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: black;

}

#table_tickets th {
    background-color: #f3f4f6;
    color: #333;
    font-weight: bold;
}

#table_tickets tr:last-child td {
    border-bottom: none;
}

.details-btn_tickets {
    background-color: #45b8c4;
    margin-top: 3px;
    color: white;
    padding: 8px 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.status-open_tickets {
    color: green;
    font-weight: bold;
}

.status-closed_tickets {
    color: red;
    font-weight: bold;
}






* {
    box-sizing: border-box;
    font-family: iransans;
}

.container_shopcart_checkout {

    max-width: 800px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header_shopcart_checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.header_text_shopcart_checkout {
    flex: 1;
}

.header_shopcart_checkout img {
    width: 160px;
    border-radius: 12px;
    margin-top: 20px;
    margin-right: 20px;
}

.title_shopcart_checkout {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.label_shopcart_checkout {
    margin-top: 10px;
    color: #777;
}

.price_shopcart_checkout {
    font-size: 22px;
    font-weight: bold;
    color: #2e7d32;
}

.pay-box_shopcart_checkout {
    background: #f0f0f0;
    padding: 15px;
    border-radius: 12px;
    margin: 20px 0;
}

.pay-box .price_shopcart_checkout {
    color: #000;
}

.gateway-title_shopcart_checkout {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.login-hint_shopcart_checkout {
    font-size: 14px;
    color: #007bff;
    margin-bottom: 20px;
}

.login-hint_shopcart_checkout a {
    color: #007bff;
    font-weight: bold;
    text-decoration: underline;
}

.gateways_shopcart_checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gateway {
    flex: 1 1 48%;
    background: #fff;
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.gateway:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.gateway.selected {
    border-color: #2196f3;
    background-color: #e3f2fd;
}

.gateway img {
    width: 60px;
    margin-bottom: 10px;
}

.pay-button {
    display: block;
    margin: 30px auto 0;
    background-color: #007bff;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}
.slideshow-container1{margin-top: 60px}
.pay-button:hover {
    background-color: #0056b3;
}

@media (max-width: 600px) {
    .gateways {
        flex-direction: column;
    }

    .gateway {
        flex: 1 1 100%;
    }

    .header_shopcart_checkout {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_shopcart_checkout img {
        margin: 10px 0;
        width: 100%;
    }
}

.container_shopcart_index {
    margin-right: 15%;
    display: flex;
    gap: 40px;
    max-width: 900px;
    width: 90%;
    padding: 30px;
    box-sizing: border-box;
}
.box_shopcart_index {
    flex: 1;
    background: linear-gradient(135deg, #4a90e2, #357ABD);
    border-radius: 18px;
    padding: 30px 25px;
    box-shadow: 0 8px 24px rgba(53, 122, 189, 0.35);
    color: #fff;
    transition: box-shadow 0.3s ease;
}
.box_shopcart_index:hover {
    box-shadow: 0 15px 40px rgba(53, 122, 189, 0.55);
}
.box_shopcart_index h2 {
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    text-shadow: 0 0 6px rgba(255 255 255 / 0.6);
}
.label_shopcart_index {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.input_shopcart_index[type="text"],
.input_shopcart_index[type="number"] {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 22px;
    border-radius: 12px;
    border: none;
    background: rgba(255 255 255 / 0.2);
    color: #fff;
    font-size: 16px;
    box-shadow: inset 0 0 8px rgba(255 255 255 / 0.3);
    transition: background 0.3s ease;
}
.input_shopcart_index[type="text"]:readonly {
    opacity: 0.8;
}
.input_shopcart_index[type="text"]:focus,
.input_shopcart_index[type="number"]:focus {
    background: rgba(255 255 255 / 0.35);
    outline: none;
}
#button_shopcart_index {
    width: 100%;
    padding: 16px 0;
    background: #2e69d9;
    border: none;
    border-radius: 16px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(46, 105, 217, 0.7);
    transition: background 0.4s ease, box-shadow 0.4s ease;
}
#button_shopcart_index:hover {
    background: #224fa3;
    box-shadow: 0 10px 28px rgba(34, 79, 163, 0.85);
}
.box_shopcart_index img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(53, 122, 189, 0.45);
    transition: transform 0.3s ease;
}
.box_shopcart_index img:hover {
    transform: scale(1.05);
}





.table-container_my_items {
    width: 100%;
    margin-right: 10%;
    margin-top: 40px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.table-title_my_items {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

#table_my_items {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#table_my_items th, td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#table_my_items th {
    background-color: #f3f4f6;
    color: #333;
    font-weight: bold;
}

#table_my_items tr:last-child td {
    border-bottom: none;
}

.download-btn_my_items {
    background-color: #45b8c4;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.download-btn_my_items i {
    margin-left: 6px;
}

.course-img_my_items {
    width: 50px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .table-container_my_items {
        width: 95%;
        margin-right: 2.5%;
    }

    #table_my_items, thead, tbody, th, td, tr {
        font-size: 13px;
    }

    .course-img_my_items {
        width: 40px;
        height: 60px;
    }
}



.consultation-table_reserves {
    width: 100%;
    margin-right: 10%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.consultation-table_reserves table {
    width: 100%;
    border-collapse: collapse;
}

.consultation-table_reserves th, .consultation-table_reserves td {
    text-align: center;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: black;
}

.consultation-table_reserves th {
    background-color: #f1f1f1;
    font-weight: bold;
}

.dashboard_reserve-button {
    background-color: transparent;
    border: 2px solid #00d2d2;
    color: #00d2d2;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 14px;
    cursor: pointer;
}

.dashboard_reserve-button:hover {
    background-color: #00d2d2;
    color: white;
}

.title_reserves {
    text-align: right;
    margin-right: 10%;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.container_product_index {display: flex;flex-wrap: wrap;justify-content: center;}

.card_product_index {
    background: #ffffff;
    width: 23%;
    margin-left: 2%;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;margin-top: 50px
}

.card_product_index:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.card_product_index img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.card-body_product_index {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.title_product_index {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.subtitle_product_index {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.info_product_index {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
    position: relative;
    padding-right: 20px;
}

.info_product_index::before {
    content: "✔";
    position: absolute;
    right: 0;
    color: green;
    font-size: 14px;
}

.price_product_index {
    font-size: 16px;
    font-weight: bold;
    color: #0b6dff;
    margin-top: 12px;
}

.btn_product_index {
    background: linear-gradient(to left, #061156, #23c0f9);
    color: white;
    border: none;
    border-radius: 0 0 16px 16px;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
}

.btn_product_index:hover {
    background: linear-gradient(to left, #061156, #23c0f9);
}

@media (max-width: 1100px) {
    .card_product_index {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .card_product_index {
        width: 45%;
    }
}

#comment-box-h1{margin-right: 40%;margin-top: 30px}
* {
    box-sizing: border-box;
    font-family: iransans;
}

.comment-box {
    margin-right: 35%;
    margin-bottom: 30px;
    background: white;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px 25px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: box-shadow 0.3s ease;
}
.comment-box:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.profile-pic_comment{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0078d7;
}
.comment-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.username_comment {
    font-weight: bold;
    color: #0078d7;
    font-size: 1.1rem;
}
.comment-date {
    font-size: 0.85rem;
    color: #999;
}
.comment-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}
@media (max-width: 480px) {
    .comment-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .comment-content {
        margin-top: 15px;
    }
    .comment-header {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
}

* {
    box-sizing: border-box;
    font-family: iransans;
}
#baner{
    background: linear-gradient(to left, #2387f9, #2387f9);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 12px;
    font-weight: bold;
    text-align: right;
    height:170px;
    cursor: pointer;
    transition: background 0.3s;display: flex;align-items: center;justify-content: center;flex-direction: column}
#baner .tel-baner{ display: flex;align-items: center}
#baner .tel-baner span{color: white}
#baner .btn-banner{height: 60px;background: linear-gradient(to left, #f13f27, #f1e027);width: 15%;display: flex;align-items: center;justify-content: center;border-radius: 15px;color: white;padding: 15px;font-size: 18px;font-weight: bolder;text-align: center }
.container_product_view_2 {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    width: 100%;
    justify-content: center;
}
.box_product_view_2 {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    flex: 1 1 280px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    transition: transform 0.3s ease;
    min-height: 450px; /* طول بیشتر */
}
.box_product_view_2:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.box_product_view_2 img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 220px; /* ارتفاع تصویر بیشتر */
    margin-bottom: 20px;
}
.box_product_view_2 h3 {
    margin: 10px 0 20px;
    color: #333;
    text-align: center;
}
.box_product_view_2 button {
    background-color: #0078d7;
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-top: auto; /* دکمه پایین باکس */
}
.box button:hover {
    background-color: #005a9e;
}
@media (max-width: 700px) {
    .container_product_view_2 {
        flex-direction: column;
        align-items: center;
    }
    .box_product_view_2 {
        max-width: 90%;
        min-height: 450px;
    }
}



.course-purchase-container {
    max-width: 930px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    direction: rtl;
    padding: 0 16px;
}

.product_view .price-box {
    background-color: #f9fafb;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px 20px;
    flex: 1;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}

.price-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.price-value {
    font-size: 20px;
    font-weight: bold;
    color: #1e3a8a;
    margin-bottom: 12px;
}

.price-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.buy-now {
    background-color: #3b82f6;
    color: white;
}

.buy-now:hover {
    background-color: #2563eb;
}

.buy-installment {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    color: #374151;
}

.buy-installment:hover {
    background-color: #f3f4f6;
}

.feedback-box {
    background-color: #dbeafe;
    color: #1e3a8a;
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    flex-shrink: 0;
    white-space: nowrap;
    height: fit-content;
}

.feedback-icon {
    font-size: 16px;
}

.feedback-count {
    font-size: 13px;
    color: #475569;
}


.instructor-section {
    background-color: #f9fafb;
    padding: 40px 16px;
    border-radius: 16px;
    margin: 40px auto;
    max-width: 1100px;
}

.section-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #111827;
}

.section-title span {
    color: #3b82f6;
}

.instructor-card {
    background: white;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    gap: 24px;
    flex-wrap: wrap;
}

.instructor-info {
    flex: 1;
    text-align: left;
}

.info-btn {
    border: 1px solid #3b82f6;
    background: none;
    color: #3b82f6;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.info-btn:hover {
    background-color: #e0f2fe;
}

.instructor-details {
    flex: 1;
    text-align: center;
}

.instructor-name {
    font-size: 18px;
    color: #1e3a8a;
    margin-bottom: 6px;
}
.product_view .comment-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    display: flex;
    width: 100%;
    margin-right: 0px;
    flex-direction: column;
    align-items: center;
}

.product_view .comment-box h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
    font-size: 24px;
}

.product_view .form-content {
    width: 100%;
}
.instructor-title {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 10px;
}

.instructor-image img {
    width: 140px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 10px;
}

/* Responsive: Tablet & Mobile */



.team-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;margin-top: 50px;
}

.team-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    width: 23%;
    padding: 70px 20px 30px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 500px;
    color: gray;
    margin-right: 1%;
    color: #0a53be;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.card-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(135deg, #4facfe, #00f2fe); /* آبی گرادینت زیبا */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.team-card img{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e0e0e0;
}
.team-card h3 {
    margin-top: 50px;
    font-size: 18px;
    color: #222 !important;
}

.team-card p {
    font-size: 14px;
    color: #555 !important;
    margin-top: 6px;
}
.profile-img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e0e0e0;
}


#box_footer_1_1_img{height:130px;width:80%;}

.blog-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px !important;
}

.blog-box {
    width: 23%;
    background: #ffffff;
    margin-right: 1%;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    margin-top: 20px;
}

.blog-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.blog-box img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.paginate .pagination{display: flex !important;justify-content: center;align-items: center;list-style-type: none !important;flex-wrap: wrap}
.paginate .pagination li{list-style-type: none;margin-left: 10px;height: 30px;width:30px;border-radius: 5px; border: 2px solid #ffd700;display: flex;justify-content: center;align-items: center;background: #0a53be}
.paginate .pagination li a{color: #ffd700}
.blog-text {
    padding: 16px;
}

.blog-text h3 {
    font-size: 16px;
    color: #222;
    margin: 0 0 8px;
}

.blog-text p {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.blog-text a {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #00bcd4, #2196f3);
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
    transition: background 0.3s;
}

.blog-text a:hover {
    background: linear-gradient(135deg, #03a9f4, #1976d2);
}









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

body, html {
    width: 100%;
    height: 100%;
    background: white;
    color: #fff;


}


.glass-card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 30px;
    padding: 40px;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeIn 1.5s ease;
}

.slide-text {flex: 1;text-align: right;width: 30%;}
.slide-img{width: 40%;margin-left: 10%;}
.slide-img img{border-radius: 10px;width: 100%}
.slide-text h1 {
    font-size: 40px;
    line-height: 1.4;
    background: linear-gradient(to left, #ffd700, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide-text p {
    margin-top: 15px;
    font-size: 18px;

}

.cta-button{color: white}
.teacher {
    margin-top: 15px;
    padding: 8px 14px;
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
.margin-right{margin-right: 8%}
.margin-left{margin-left: 8%}
.padding-right{padding-right: 8%}
.padding-left{padding-left: 8%}
.margin-top{margin-top: 40px}
.margin-bottom{margin-bottom: 40px}
.consultant{display: flex;}
#consultant-part1{width: 30%;margin-left: 5%;margin-top: 100px}
#consultant-part2{width: 65%;}
#consultant-part1 img{width: 100%;height: 350px;border-radius: 10px}
#consultant-part1 #title{margin-top: 15px;font-weight: bold}
#consultant-part1 #madrak{margin-top: 15px;}
/*slider for resevation*/
#consultant-part2 .slideshow-container {position: relative;margin: auto;display: flex;align-items: center;justify-content: center;}
#consultant-part2 .slideshow-container .prev, .slideshow-container .next, .slideshow-container1 .prev, .slideshow-container1 .next {cursor: pointer;width: auto;padding: 16px;font-weight: bolder;font-size: 20px !important;transition: 0.6s ease;user-select: none;color: white !important;background-color: #2ab0bc;}
#consultant-part2 .slideshow-container .next,.slideshow-container1 .next {margin-right: 0;border-radius: 3px 0 0 3px;}
#consultant-part2 .slideshow-container .prev,.slideshow-container1 .prev {margin-left: 0 !important;border-radius: 0 3px 3px 0;}
#consultant-part2 .slideshow-container .prev:hover, .slideshow-container .next:hover,.slideshow-container1 .prev:hover, .slideshow-container1 .next:hover {background-color: #5d11ac;}
#consultant-part2 .slideshow-container .mySlides  .filter-item.three .day-item input[type="radio"]:checked + label {background-color: #2ab0bc; }
#consultant-part2 .slideshow-container .mySlides  .filter-item.three .day-item input[type="checkbox"]:checked + label {background-color: #2ab0bc; }
#consultant-part2 .slideshow-container .mySlides  .day-item .day {font-size: 14px;color: #ffffff;background-color: #2ab0bc;font-weight: bold !important;display: block;text-align: center;border-radius: 5px;padding: 10px 10px;margin: 5px 0; font-family: iransans !important;}
#consultant-part2 .slideshow-container .mySlides  .day-item input[type="radio"] {display: none; }
#consultant-part2 .slideshow-container .mySlides  .day-item input[type="radio"]:checked + label {background-color: #eda61c;color: #FFFFFF; }
#consultant-part2 .slideshow-container .mySlides  .day-item input[type="checkbox"] {display: none; }
#consultant-part2.slideshow-container .mySlides  .day-item input[type="checkbox"]:checked + label {background-color: #eda61c;color: #FFFFFF; }
#consultant-part2.slideshow-container .mySlides  .day-item input[disabled] + label {opacity: 0.5; }
#consultant-part2 .slideshow-container .mySlides  .day-item .time {overflow: hidden;position: relative;cursor: pointer;font-size: 16px;color: #666666;display: block;text-align: center;padding: 10px 5px;border-radius: 5px;background-color: #f9f9f9;margin: 5px 0;transition: all 0.3s;font-family: iransans !important; }
#consultant-part2.slideshow-container .mySlides  .day-item .time.active {background-color: #eda61c;color: #FFFFFF; }
#consultant-part2 #desc{margin-top: 20px}
/*پروفایل*/
.container_dashboard_profile {
    width: 100%;
    margin-right: 10%;
    margin-top: 40px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profile-section_dashboard_profile {
    flex: 1 1 30%;
    max-width: 200px;
    text-align: center;
    order: -1;
}

.profile-section_dashboard_profile img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.note_dashboard_profile {
    font-size: 12px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

.form-section_dashboard_profile {
    flex: 1 1 65%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.form-section_dashboard_profile input {
    width: calc(50% - 10px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.submit-btn_dashboard_profile {
    margin-top: 20px;
    padding: 10px 24px;
    background-color: #00bcd4;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}
.footer1 {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-family: iransans;
    box-shadow: 0 -8px 20px rgba(0,0,0,0.2);
}

.footer1-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.footer1-content p {
    font-size: 15px;
    color: #ccc;
}

.socials {
    display: flex;
    gap: 20px;
}

.socials a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.socials a:hover {
    color: #fff;
}

/* Hide the images by default */
.mySlides {
    display: none;
}
.mySlides img{width:100%;height: 400px}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


.my_panel{
    display: flex;flex-wrap: nowrap;
    margin-top: 30px;

}
.my_content{
    width: 60%;
    margin-top: 40px;
}


#consulting-question{background: #2ab0bc; color: black; width: 100%; height: 850px; padding:20%; padding-top: 100px}
#consulting-question #part1{display: flex;justify-content: center; align-items: center;flex-direction: column}
#consulting-question #part1 h4{text-align: center}
#consulting-question .btn-select{color: white; border-radius: 15px;text-align: center; display: flex; justify-content: center; background: #ae4b84; font-weight: bold; padding: 1%;font-size: 22px}
#consulting-question .question{display: flex }
#consulting-question .question .input-question{font-size: 14px !important;  background: #2ab0bc; width: 100%;border: none; display: flex; flex-wrap: wrap}
#consulting-question .question .star-after-question{font-size: 30px;  color: #ae4b84;}
#consulting-question .part-answer{display: flex; margin-bottom: 5px}
#consulting-question .desc-after-question{font-size: 17px;}
#consulting-question .answer{width: 50%;background: #2294a4; border-radius: 10px; padding-right:55px ; opacity: 0.8; color: black; font-size: 18px; border: 1px solid grey; height: 50px; cursor: pointer; position: relative }
#consulting-question .input-checkbox{height: 50px; width: 100%; opacity: 0; position: absolute;cursor: pointer}
#consulting-question .answer:hover{border:5px solid #ae4b84; background: #2ab0bc }
#consulting-question .btn-confirm{color: white; border-radius: 15px;text-align: center; display: flex; justify-content: center; align-items: center; background: #ae4b84; height:45px;font-size: 17px; width: 15%; cursor: pointer}
#consulting-question .answer::placeholder{color: black;}
#consulting-question .answer-without-check{padding-right: 10px}
#consulting-question .check-box-befor-answer{display: flex;width: 40px; height: 40px; background: black !important; color: white !important; text-align: center; justify-content: center; font-size: 25px; border-radius: 10px; margin-left: -50px; margin-top: 4px}
#consulting-question #part2,#consulting-question #part3,#consulting-question #part4,#consulting-question #part5,#consulting-question #part6,#consulting-question #part7,#consulting-question #part8,#consulting-question #part9,#consulting-question #part10,#consulting-question #part11,#consulting-question #part12,#consulting-question #part13,#consulting-question #part14,#consulting-question #part15,#consulting-question #part16,#consulting-question #part17,#consulting-question #part18,#consulting-question #final-part{display: none}
#consulting-question .sub-answer{display: none;margin-right: -380px;margin-top:50px !important}
#consulting-question .answer1{display: flex; width: 50%;background: #2294a4; border-radius: 10px; padding-right:55px ; opacity: 0.8; color: black; font-size: 18px; border: 1px solid grey; height: 50px; cursor: pointer; position: relative; justify-content: flex-start; align-items: center; align-content: center; text-align: center }
#consulting-question .answer1 p{margin-top: 18px}
#consulting-question .answer18{display: flex; width: 100%;background: #2294a4; border-radius: 10px; padding-right:10px ; opacity: 0.8; color: black; font-size: 16px; border: 1px solid grey; height: 40px; cursor: pointer; position: relative; justify-content: flex-start; align-items: center; align-content: center; text-align: center;margin-top:10px; }
#consulting-question .answer18 p{margin-top: 16px}
#consulting-question .check-box-befor-answer1{width: 40px; height: 40px; background: black !important; color: white !important;font-size: 25px; border-radius: 20px; margin-right: -50px; margin-top: 2px; cursor: pointer;margin-left:5px}
#consulting-question .adviser_img{width: 100px;height: 100px;border-radius: 100px;margin-left: 15px}
.slideshow-container1{position: relative}
.slideshow-container1 .mySlides{position: relative}
@media screen and (max-width: 900px) {
    #consulting-question .sub-answer{display: none;margin-right: -180px !important;margin-top:50px !important}
    .li_menu_header{list-style-type: none;font-size: 10px}
    .table-container_credits {
        width: 100%;
        margin-right: 2%;
        margin-top: 40px;
        background: white;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 0 8px rgba(0,0,0,0.05);
    }

    .consultation-table_reserves {
        width: 100%;
        margin-right: 2%;
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .order-table {
        width: 100%;
        margin-right: 2%;
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .my_content{
        width: 83%;
        margin-top: 40px;
    }
    .sidebar_my_panel {
        width: 15%;
        margin-right: 2%;
        background-color: #f2f2f2;
        margin-bottom: 20px;
        margin-top: 40px;
        padding: 20px;
        border-radius: 10px;
        height: 550px;
    }
    .profile-pic_sidebar_my_panel {
        text-align: center;
        margin-bottom: 20px;
    }
    .profile-pic_sidebar_my_panel img {
        width: 80px;
        border-radius: 50%;
    }
    ul.menu_sidebar_my_panel {
        list-style: none;
        padding: 0;
    }
    .btn_product_index a{
        color: white;
    }

    ul.menu_sidebar_my_panel li {
        margin: 10px 0;
    }
    ul.menu_sidebar_my_panel li a {
        font-weight: bold;
        font-size: 13px;
        font-family: iransans;
        text-decoration: none;
        color: #333;
        padding: 10px;
        display: block;
        border-radius: 8px;
        transition: background 0.2s;
    }
    ul.menu_sidebar_my_panel li a:hover {
        background-color: #e0e0e0;
    }
    .active_sidebar_my_panel {
        background-color: #00b4ff;
        color: white;
    }


    .slideshow-container .prev, .slideshow-container .next {padding: 14px !important;font-weight: bold;font-size: 18px !important;transition: 0.6s ease;}
    .course-purchase-container {
        flex-direction: column;
        align-items: stretch;
    }

    .price-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .btn {
        flex: 1;
        text-align: center;
    }

    .feedback-box {
        align-self: center;
        justify-content: center;
        margin-top: 16px;
    }



    .blog-box {
        width: 32%;
        background: #ffffff;
        margin-right: 1%;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex-shrink: 0;
        margin-top: 20px;
        height: 400px;
    }


    .blog-box img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .blog-text {
        padding: 16px;
    }

    .blog-text h3 {
        font-size: 15px;
        color: #222;
        margin: 0 0 8px;
    }

    .blog-text p {
        font-size: 13px;
        color: #666;
        margin-bottom: 12px;
    }

    .blog-text a {
        font-size: 13px;
        text-decoration: none;
        color: #fff;
        background: linear-gradient(135deg, #00bcd4, #2196f3);
        padding: 8px 12px;
        border-radius: 8px;
        display: inline-block;
        transition: background 0.3s;
    }


    #about_us img{width: 100%; height: 350px;margin-top: 20px;}
    #about_us_p1{font-size: 18px;font-weight: bold;color: black;margin-top: 20px}
    #about_us_h1{color: #0d6efd;margin-top: 50px;}
    #veblog_h1{color: #0d6efd;margin-top: 50px;font-size: 24px;}

    .team-card {
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        width: 32%;
        padding: 70px 20px 30px;
        text-align: center;
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 500px;
        color: gray;
        margin-right: 1%;
        color: #0a53be;
        margin-top: 20px;
    }
    #comment-box-h1{margin-right: 37%;margin-top: 30px}
    .form_contact_box_label{font-weight: bold;font-size: 14px}
     #form_contact_box{font-size:14px}
     .form_contact_more_span{font-size:14px}

    a{text-decoration: none}
    .li_menu_header a{color: black; font-weight: bold;font-size: 13px}
    #login_header span{font-size:13px;font-weight: bold}

    .mySlides img{width:100%;height: 350px}

    .slide-img{width: 50%}
    .slide-img-img{width: 100%;margin-right: 60px}
    .slide-text h1{font-size: 22px}
    .slide-text{width: 40%;}
    #grouping_items .grouping_item{font-size: 15px;font-weight: bold;height: 130px;width: 18%;margin-left: 2%;display: flex;align-items: center;justify-content: center;border-radius: 100%;}
    .slide-container{margin-top: 30px;margin-bottom: 40px}
}
@media (max-width: 768px) {
    #consulting-question .sub-answer{display: none;margin-right: -140px !important;margin-top:50px !important}
    #box_footer_1_1_img{height:100px;width:100px}
    .box_footer_1_img{width:40px;height:40px;}
    .box_footer{width: 45%;margin-right: 3%}
    .menu-container-dashboard-index {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .menu-item-dashboard-index {
        margin: 10px;
    }


    .socials {
        flex-direction: column;
        gap: 10px;
    }
    .instructor-card {
        flex-direction: column-reverse;
        text-align: center;
        padding: 24px 20px;
    }

    .instructor-info {
        text-align: center;
    }

    .instructor-image img {
        width: 120px;
    }

    .info-btn {
        width: 100%;
    }
    .form-section_dashboard_profile input {
        width: 100%;
    }

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

    .profile-section_dashboard_profile {
        order: 0;
        margin-bottom: 20px;
    }
    .blog-box {
        width: 45%;
        background: #ffffff;
        margin-right: 5%;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex-shrink: 0;
        margin-top: 20px;
        height: 400px;
    }


    .blog-box img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .blog-text {
        padding: 16px;
    }

    .blog-text h3 {
        font-size: 14px;
        color: #222;
        margin: 0 0 8px;
    }

    .blog-text p {
        font-size: 13px;
        color: #666;
        margin-bottom: 12px;
    }

    .blog-text a {
        font-size: 13px;
        text-decoration: none;
        color: #fff;
        background: linear-gradient(135deg, #00bcd4, #2196f3);
        padding: 8px 12px;
        border-radius: 8px;
        display: inline-block;
        transition: background 0.3s;
    }

    #about_us_p1{font-size: 16px;font-weight: bold;color: black;margin-top: 20px}
    #veblog_h1{color: #0d6efd;margin-top: 50px;font-size: 22px;}

    .team-card {
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        width: 45%;
        padding: 70px 20px 30px;
        text-align: center;
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 400px;
        color: gray;
        margin-right: 5%;
        color: #0a53be;
        margin-top: 20px;
    }
    .team-card img{
        width: 76px;
        height: 76px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #ffffff;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #e0e0e0;
    }
    #about_us_h1{color: #0d6efd;margin-top: 50px;font-size: 24px;}
    #form_contact{
    display: flex;flex-wrap: wrap;
    }
    #form_contact_box{width: 100%;color: black;margin-top: 30px;}


    #form_contact_more{width: 100%;margin-right: 0px;color: black}

    #comment-box-h1{margin-right: 35%;margin-top: 30px;font-size:24px }
    .sidebar_my_panel {
        display: none;
    }
    .my_panel{
        display: flex;flex-wrap: nowrap;
        margin-top: 10px;

    }
    .my_content{
        width: 100%;
        margin-top: 20px;
    }
    .order-table th, .order-table td {
        text-align: center;
        padding: 10px 8px;
        border-bottom: 1px solid #eee;
        font-size: 12px;
        color: black;
    }
    .form input,
    .form select,
    .form textarea {
        width: 100%;
    }

    .container_ticket {
        margin: 20px;
    }
    .table-container_credits {
        width: 95%;
        margin-right: 2.5%;
    }

    #table_credits, thead, tbody, th, td, tr {
        font-size: 13px;
    }
    #header_mobile{display: block}
    #header{display: none}
    .card {
        flex-direction: column;
    }

    .card-content {
        padding: 20px;
    }

    .info-list {
        grid-template-columns: 1fr;
    }

    .course-title {
        font-size: 22px;
        text-align: center;
    }

    .course-rating {
        text-align: center;
    }

    .cta-buttons {
        justify-content: center;
    }
    .table-container_tickets {
        width: 95%;
        margin-right: 2.5%;
    }

    #table_tickets, thead, tbody, th, td, tr {
        font-size: 13px;
    }
    #header_mobile{display: flex !important;align-items: center !important;}
    #ul_menu_header_mobile{display: flex;flex-direction: column;width: 70% !important;}
    #login_header{width: 30%;}
     #ul_menu_header_mobile .li_menu_header_mobile{width: 10%;height: 5px;margin-top: 5px;list-style-type: none;}
    #submenu_mobile{display: none;min-height: 250px;position: absolute;top:50px;border-radius: 10px;padding-right:15px;width: 25%;padding-bottom: 15px;background: white;border-top: 3px solid #0c91e4;box-shadow: 3px 3px rgba(255, 215, 0, 0.83);border-top-right-radius: 0;border-top-left-radius: 0;z-index: 1000000 }
    #submenu_mobile li{list-style-type: none;margin-top: 17px}
    #submenu_mobile li a{font-size: 14px;font-weight: bold}
    #ul_menu_header_mobile:hover #submenu_mobile{display: block !important;}
    #submenu_mobile2{padding-right: 10px;font-size: 12px;display: none}
    #service_menu:hover #submenu_mobile2{display: block}
    #grouping_items .grouping_item{font-size: 14px;font-weight: bold;height: 110px;width: 19%;margin-left: 1%;display: flex;align-items: center;justify-content: center!important;border-radius: 100%;flex-wrap: nowrap}
    .glass-card {
        flex-direction: column;
        text-align: center;
        align-items: center;justify-content: center;
    }
    .slide-text{width: 70%;}
    .cta-button{width: 90%;}
    .slide-img{width: 70%;margin-top: 15px}
    .slide-img-img{margin-right: 0px}
    .slide-text h1{font-size: 22px}

}



/* Mobile view */
@media (max-width: 600px) {
    #consulting-question .sub-answer{display: none;margin-right: -120px !important;margin-top:50px !important}
    #consulting-question .adviser_img{width: 50px;height: 50px;border-radius: 50px;margin-left: 10px}
    #footer{flex-wrap: wrap}
    .box_footer{width: 45%;margin-right: 4%;margin-top: 10px;margin-bottom: 10px}
    .price-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .feedback-box {
        width: 100%;
        justify-content: center;
    }
    .container_shopcart_index {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
        width: 95%;
    }
    .blog-box {
        width: 48%;
        background: #ffffff;
        margin-right: 2%;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex-shrink: 0;
        margin-top: 20px;
        height: 400px;
    }


    #about_us img{width: 100%; height: 300px;margin-top: 20px;}
    #about_us_p1{font-size: 14px;font-weight: bold;color: black;margin-top: 20px}
    #veblog_h1{color: #0d6efd;margin-top: 50px;font-size: 20px;}

    .team-card {
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        width: 48%;
        padding: 70px 20px 30px;
        text-align: center;
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 400px;
        color: gray;
        margin-right: 2%;
        color: #0a53be;
        margin-top: 20px;
    }
    #comment-box-h1{margin-right: 35%;margin-top: 30px;font-size:20px}
    #ul_menu_header_mobile{display: flex;flex-direction: column;width: 60% !important;}
    #login_header{width: 40%;}
    #ul_menu_header_mobile .li_menu_header_mobile{width: 12%;height: 5px;margin-top: 5px;list-style-type: none;}
    #submenu_mobile{width: 35%; }
    #grouping_items .grouping_item{margin-bottom: 15px;font-size: 16px;font-weight: bold;height: 140px;width: 30%;margin-left: 3%;display: flex;align-items: center;justify-content: center!important;border-radius: 100%;flex-wrap: nowrap}
    #grouping_items{display: flex;flex-wrap: wrap;}
}

@media (max-width: 460px) {
    /*consulting-question*/
    #consulting-question{padding:0 !important;}
    #consulting-question #part1{display: flex;justify-content: center; align-items: center;flex-direction: column}
    #consulting-question #part1 h4{font-size: 17px;}
    #consulting-question .btn-select{border-radius: 5px;font-size: 16px}
    #consulting-question .question{font-size: 13px; width: 100%}
    #consulting-question .question .input-question{font-size: 13px !important;}
    #consulting-question .question .star-after-question{font-size: 15px;  color: #ae4b84;}
    #consulting-question .part-answer1{display: flex;margin-bottom: 5px}
    #consulting-question .desc-after-question{font-size: 13px;}
    #consulting-question .answer{width: 100%;border-radius: 10px; padding-right:40px ; font-size: 13px; padding-top: 10px;height: 45px}
    #consulting-question .answer:hover{border:4px solid #ae4b84; background: #2ab0bc }
    #consulting-question .btn-confirm{color: white; border-radius: 10px;text-align: center; display: flex; justify-content: center; align-items: center; background: #ae4b84; height:40px;font-size: 14px; width: 50%}
    #consulting-question .answer::placeholder{color: black;padding-top: 10px}
    #consulting-question .answer-without-check{padding-right: 10px}
    #consulting-question .check-box-befor-answer{display: flex;width: 30px; height: 30px; background: black !important; color: white !important; text-align: center; justify-content: center; font-size: 20px; border-radius: 10px; margin-left: -35px; margin-top: 8px}
    #consulting-question .answer1{display: flex; width: 90%;background: #2294a4; border-radius: 10px; padding-right:40px ; opacity: 0.8; color: black;  border: 1px solid grey; height: 40px; cursor: pointer; position: relative; justify-content: flex-start; align-items: center; align-content: center; text-align: center }
    #consulting-question .answer1 p{margin-top: 18px; font-size: 12px}
    #consulting-question .answer18{display: flex; width: 100%;background: #2294a4; border-radius: 10px; padding-right:40px ; opacity: 0.8; color: black;  border: 1px solid grey; height: 40px; cursor: pointer; position: relative; justify-content: flex-start; align-items: center; align-content: center; text-align: center }
    #consulting-question .answer18 p{margin-top: 18px; font-size: 12px}
    #consulting-question .check-box-befor-answer1{width: 30px; height: 36px; background: black !important; color: white !important;font-size: 15px; border-radius: 20px; margin-right: -30px; margin-top: 2px; cursor: pointer}
    #consulting-question .sub-answer{display: none;margin-right: -340px !important;margin-top:50px !important}
.slideshow-container .prev, .slideshow-container .next,.slideshow-container1 .prev, .slideshow-container1 .next {padding: 10px !important;font-size: 14px !important;}
.slideshow-container .prev, .slideshow-container .next,.slideshow-container1 .prev, .slideshow-container1 .next{font-size: 11px}
.slideshow-container .mySlides .filter-item .day-item .time{ font-size: 12px;}
.slideshow-container .mySlides .filter-item .day-item .day{ font-size: 12px;font-weight: 400;padding: 5px 5px;}
    .instructor-name {
        font-size: 16px;
    }

    .info-btn {
        font-size: 13px;
        padding: 8px 16px;
    }

    .instructor-section {
        padding: 24px 12px;
    }
    .blog-box {
        width: 98%;
        background: #ffffff;
        margin-right: 2%;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex-shrink: 0;
        margin-top: 20px;
        height: 400px;
    }

    #about_us img{width: 100%; height: 250px;margin-top: 20px;}
    #about_us_p1{font-size: 13px;font-weight: bold;color: black;margin-top: 20px}
    #veblog_h1{color: #0d6efd;margin-top: 50px;font-size: 18px;}

    .team-card {
        background-color: #ffffff;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        width: 98%;
        padding: 70px 20px 30px;
        text-align: center;
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 400px;
        color: gray;
        margin-right: 2%;
        color: #0a53be;
        margin-top: 20px;
    }
    #about_us_h1{color: #0d6efd;margin-top: 50px;font-size: 22px;}
    #comment-box-h1{margin-right: 35%;margin-top: 30px;font-size:19px}
    #footer{display: flex;align-items: center !important;justify-content:center !important;padding-right: 15%;}
    .box_footer{width: 100%;margin-top: 10px;margin-bottom: 10px}
    #ul_menu_header_mobile{display: flex;flex-direction: column;width: 45% !important;}
    #login_header{width: 55%;}
    #ul_menu_header_mobile .li_menu_header_mobile{width: 25%;height: 5px;margin-top: 5px;list-style-type: none;}
    #submenu_mobile{width: 45%; }
    #grouping_items .grouping_item{margin-bottom: 15px;font-size: 14px;font-weight: bold;height: 100px;width: 31%;margin-left: 2%;display: flex;align-items: center;justify-content: center!important;border-radius: 100%;flex-wrap: nowrap}
    .card_product_index{
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .slide-text{width: 90%;}
    .cta-button{width: 90%;}
    .slide-img{width: 90%;margin-top: 15px}
    .slide-img-img{margin-right: 0px}
    .slide-text h1{font-size: 18px;text-align: center}
    #ul_menu_header_mobile:hover #submenu_mobile{display: block !important;}
    .slideshow-container1{margin-top: 80px}
    .slideshow-container1 .mySlides img{width:100%;height: 200px}
    .slideshow-container1 .prev, .slideshow-container1 .next { top: 100px;}
    #header_mobile .logo img{width: 80px;}
    #box_footer_1_1_img{height:100px;width:200px}
    #baner{background: linear-gradient(to left, #2387f9, #2387f9);color: white;border: none;border-radius: 20px;padding: 12px;font-weight: bold;text-align: right;height:250px;cursor: pointer;transition: background 0.3s;display: flex;align-items: center;flex-direction: column}
    #baner h3{font-size: 14px}
    #baner .tel-baner{ display: flex;align-items: center}
    #baner .tel-baner span{color: white}
    #baner .btn-banner{height: 60px;background: linear-gradient(to left, #f13f27, #f1e027);width: 50%;display: flex;align-items: center;justify-content: center;border-radius: 15px;color: white;padding: 15px;font-size: 18px;font-weight: bolder;margin-top: 10px;text-align: center }

    .card-content {
        padding: 5px;
    }
    .info-item {
        padding: 0px;
        box-shadow: inset 0 0 0 1px #dbeafe;
        transition: background 0.2s;
    }
}













