@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swa');
@import url(https://db.onlinewebfonts.com/c/125063e353c1f65c55ba1e3811969217?family=GE+SS+Two);


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
.play{

   border: 2px solid green;

}

:root {
    --main-color: #262161;
    --sub-color: #FBAF41;
    --ph-color: #252427;
    --sec-padding: 80px 0;
    --primary: #2d2363;
    --accent: #ffb43a;
    --background: #f9f7f3;
    --card-bg: #fff;
    --text-main: #231f3a;
    --text-muted: #888;
    --border-radius: 1.2rem;
    --shadow: 0 4px 24px rgba(44, 35, 99, 0.08);
    --font-main: 'Inter', Arial, sans-serif;
}

body {
    font-family: 'Ubuntu', 'GE SS Two', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    max-width: 100vw;
    overflow-x: hidden;
}

/* Modern Subject Details Styles */
.about-subject-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 1.2rem;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.15);
    color: white;
}

.about-subject-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.about-subject-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-subject-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.about-subject-title h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: white;
}

.about-subject-title p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
    color: white;
}

.about-subject-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: white;
}

.attachments-section {
    margin-bottom: 2rem;
}

.attachments-card {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    border-radius: 1.2rem;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(252, 182, 159, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.attachments-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.attachments-icon {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.attachments-icon svg {
    width: 24px;
    height: 24px;
    color: #8b4513;
}

.attachments-info h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #8b4513;
}

.attachments-info p {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
    color: #8b4513;
}

.attachments-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #8b4513;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(139, 69, 19, 0.1);
}

.attachments-btn:hover {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139, 69, 19, 0.2);
    color: #8b4513;
}

.attachments-btn svg {
    width: 20px;
    height: 20px;
}

.chapter-card {
    background: white;
    border-radius: 1.2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 24px rgba(44, 35, 99, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.chapter-card:hover {
    box-shadow: 0 8px 32px rgba(44, 35, 99, 0.12);
    transform: translateY(-2px);
}

.chapter-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    transition: all 0.3s ease;
}

.chapter-header:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

.chapter-header.active {
    background: #262161;
}

.chapter-info h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: white;
}

.chapter-info .lesson-count {
    font-size: 0.9rem;
    opacity: 0.9;
    color: white;
}

.chapter-icon .chapter-arrow {
    width: 24px;
    height: 24px;
    color: white;
    transition: transform 0.3s ease;
}

.lessons-list {
    padding: 0;
    background: white;
}

.lesson-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.lesson-item:last-child {
    border-bottom: none;
}

.lesson-item:hover {
    background: #f8f9ff;
}

.lesson-item.accessible:hover {
    background: #f0f8ff;
}

.lesson-item.locked {
    opacity: 0.7;
    cursor: not-allowed;
}

.lesson-item.locked:hover {
    background: #f8f8f8;
}

.lesson-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.lesson-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lesson-item.accessible .lesson-icon {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
}

.lesson-item.locked .lesson-icon {
    background: linear-gradient(135deg, #9e9e9e 0%, #757575 100%);
}

.lesson-icon svg {
    width: 20px;
    height: 20px;
    color: white;
}

.lesson-details {
    flex: 1;
}

.lesson-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #333;
}

.lesson-description {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.lesson-status {
    display: flex;
    align-items: center;
}

.status-badge {
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.play {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
}

.status-badge.locked {
    background: linear-gradient(135deg, #9e9e9e 0%, #757575 100%);
    color: white;
}

@media (max-width: 768px) {
    .attachments-card {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .attachments-header {
        flex-direction: column;
        gap: 1rem;
    }
    
    .chapter-header {
        padding: 1rem;
    }
    
    .chapter-info h4 {
        font-size: 1.1rem;
    }
    
    .lesson-item {
        padding: 1rem;
    }
    
    .lesson-content {
        gap: 0.75rem;
    }
    
    .lesson-icon {
        width: 36px;
        height: 36px;
    }
    
    .lesson-title {
        font-size: 0.9rem;
    }
    
    .lesson-description {
        font-size: 0.8rem;
    }
    
    .status-badge {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .about-subject-card,
    .attachments-card {
        padding: 1.5rem;
    }
    
    .about-subject-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .about-subject-icon {
        width: 40px;
        height: 40px;
    }
    
    .about-subject-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .attachments-icon {
        width: 40px;
        height: 40px;
    }
    
    .attachments-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .chapter-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .lesson-item {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .lesson-content {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .lesson-status {
        justify-content: center;
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', 'GE SS Two', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

body.active {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

body.active:before {
    content: "";
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hamburger {
    display: flex;
    align-items: flex-end;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(1) {
    width: 21px
}

.hamburger span:nth-child(2) {
    width: 25px
}

.hamburger span:nth-child(3) {
    width: 17px;
    margin-bottom: 0;
}


/* Style Header */

#header {
    width: 100%;
    padding: 20px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 90px;
}

.menu-end {
    display: flex;
    align-items: center;
}

.form-search {
    position: relative;
    margin-right: 15px;
}

.rtl-style .form-search {
    margin-left: 15px;
    margin-right: unset;
}

.form-search .form-control {
    background: rgb(255 255 255 / 50%);
    height: 45px;
    max-width: 400px;
    max-width: 100%;
    border: 0;
    border-radius: 10px;
    color: #fff;
}

.form-search .form-control::placeholder {
    color: #fff;
}

.form-search .form-group svg {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.rtl-style .form-search .form-group svg {
    right: auto;
    left: 20px;
}

.lang-st > a,
.country-st > a {
    display: flex;
    align-items: center;
    color: #fff !important;
}

.country-st img {
    margin-right: 10px;
}

.rtl-style .country-st img {
    margin-left: 10px;
    margin-right: unset;
}

.country-st {
    margin-right: 20px;
    padding-right: 30px;
    position: inherit;
    border-right: 1px solid #fff;
}

.dropdown .dropdown-toggle::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 168px;
}

.rtl-style .dropdown .dropdown-toggle::after {
    left: 168px;
    right: auto;
}

.dropdown-menu {
    flex-wrap: wrap;
    padding: 40px 40px 10px;
    transition: all .8s ease-in-out;
    transform: translateY(20px) !important;
    box-shadow: none;
    background: #fff;
    inset: unset !important;
    border-radius: 15px;
    width: 100%;
    left: 0 !important;
}

.rtl-style .dropdown-menu {
    text-align: right
}

.dropdown-menu li {
    width: 19%;
    display: inline-block;
    margin-bottom: 30px;
}

.dropdown-menu .dropdown-item {
    color: var(--ph-color);
    font-size: 14px;
}

.dropdown-item img {
    width: 40px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
    transform: translateX(10px);
}

.rtl-style .country-st {
    margin-left: 20px;
    margin-right: unset;
    padding-left: 30px;
    padding-right: unset;
    border-left: 1px solid #fff;
    border-right: 0;
}

.lang-st {
    margin-right: 20px;
}

.rtl-style .lang-st {
    margin-left: 20px;
    margin-right: unset;
}

.lang-st .icon {
    margin-right: 8px;
}

.rtl-style .lang-st .icon {
    margin-left: 8px;
    margin-right: unset
}

.side-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    height: 100vh;
    width: 350px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    -webkit-transform: translateX(365px);
    -moz-transform: translateX(365px);
    -ms-transform: translateX(365px);
    -o-transform: translateX(365px);
    transform: translateX(365px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.rtl-style .side-menu {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.side-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.main_menu > li {
    display: block;
    margin-bottom: 35px;
}

.main_menu > li:last-child {
    margin-bottom: 0;
}

.main_menu > li > a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
    position: relative;
}

.main_menu > li.active a {
    font-weight: 700;
}

.main_menu > li > a.btn-site {
    padding: 8px 35px;
}

.main_menu > li.ls-search,
.main_menu > li.country-st,
.main_menu > li.lang-st {
    display: none;
}

.main_menu > li.lang-st > a,
.main_menu > li.country-st > a {
    display: flex;
    align-items: center;
}

.ls-search .form-search {
    display: block;
    margin: 0 0;
}
.ls-search .form-search .form-control {
    background: transparent;
    padding: 0 30px;
}
.ls-search .form-search .form-control::placeholder {
    font-size: 17px;
}
.ls-search .form-search .form-group svg {
    color: #fff;
    position: absolute;
    left: 0px;
    width: 17px;
    height: 18px;
}
.rtl-style .ls-search .form-search .form-group svg {
    left: auto;
    right: 0px;
}
.close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 28px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    color: var(--main-color);
    cursor: pointer;
    z-index: 99;
}

.rtl-style .close-menu {
    right: auto;
    left: 20px;
}

.social-media {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.social-media ul li {
    display: inline-block;
    margin: 0 10px;
}

.social-media ul li a {
    color: #fff;
    font-size: 18px;
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--main-color);
    z-index: 33;
}

.header-page {
    background: var(--main-color);
    position: absolute !important;
}

.header-page.fixed-header {
    background: var(--main-color);
    position: fixed !important;
}

.contact-whats {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9;
}

.rtl-style .contact-whats {
    left: 30px;
    right: auto;
}

.contact-whats a {
    background: var(--sub-color);
    border: 2px solid var(--main-color);
    color: var(--main-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-whats a:hover {
    transform: scale(1.1);
}

/* Style Home Slide */

.section_home {
    position: relative;
    min-height: 100vh;
    z-index: 1;
}

.section_home .item:before {
    content: "";
    background: rgb(0 51 101 / 45%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_home .item {
    position: relative;
    display: flex;
    align-items: end;
    min-height: 100vh;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 80px;
}

#slide-home .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#slide-home .owl-dot {
    background: #fff;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

#slide-home .owl-dot.active {
    background: var(--sub-color)
}

.section_home .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 1vh;
    z-index: 9;
}
.section_home .co-form {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    height: 10vh;
    z-index: 9;
}
.section_home .cont-finder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.section_home .cont-finder-form {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.rtl-style .section_home .cont-finder {
    left: auto;
    right: 0;
}
.rtl-style .section_home .cont-finder-form {
    left: auto;
    right: 0;
}
.cont-finder h1 {
    color: #fff;
    margin-bottom: 20px;
}
.cont-finder-form h1 {
    color: #fff;
    margin-bottom: 20px;
}
.cont-finder h1 span {
    display: block;
    color: var(--sub-color);
}
.cont-finder-form h1 span {
    display: block;
    color: var(--sub-color);
}
.cont-finder p {
    color: #fff;
    margin-bottom: 20px;
}
.cont-finder-form p {
    color: #fff;
    margin-bottom: 20px;
}
.form-finder {
    background: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    width: max-content;
    max-width: 100%;
}

.form-finder .form-group {
    padding: 5px 15px 5px 5px;
    margin-right: 15px;
    border-right: 1px solid #C3C3C3;
}

.rtl-style .form-finder .form-group {
    padding: 5px 5px 5px 15px;
    margin-left: 15px;
    margin-right: unset;
    border-left: 1px solid #C3C3C3;
    border-right: 0;
}

.form-finder .form-group:last-child {
    padding: 0;
    margin-right: 0;
    border-right: 0
}

.rtl-style .form-finder .form-group:last-child {
    margin-left: 0;
    border-left: 0;
}

.form-finder .form-control {
    background: transparent;
    border: 0;
    padding: 0;
    color: #9F9F9F;
}

.form-finder .form-control::placeholder {
    color: #9F9F9F;
}

.form-finder label {
    color: var(--main-color);
}

.form-finder .form-group .btn-site {
    height: 100%;
    width: 150px;
    background: var(--main-color);
    border-radius: 20px;
    font-size: 17px;
}

.form-finder .form-group .btn-site:before {
    background: #8e8baa;
}

.form-finder .form-group .btn-site span {
    color: var(--sub-color);
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
      margin-top: 40px;
    position: relative;
}

.sec_head h2 {
    color: var(--ph-color);
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    text-transform: capitalize
}

.stage-padding .sec_head {
    margin-bottom: 20px
}

.stage-padding .sec_head h2 {
    color: var(--main-color);
    font-size: 24px;
}

.sec_head strong {
    font-size: 17px;
    position: relative;
    color: var(--main-color);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sec_head strong:before {
    content: "";
    background: var(--sub-color);
    border-radius: 5px;
    width: 160px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.rtl-style .sec_head strong:before {
    left: auto;
    right: 0
}

.sec_head strong:after {
    content: "";
    background: #F7F9FA;
    border-radius: 5px;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.sec_head .view-more {
    color: var(--sub-color);
    font-weight: 700;
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sec_head .view-more-mobile {
    color: var(--sub-color);
    font-weight: 700;
    padding-right: 15px;
 font-size: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}


.rtl-style .sec_head .view-more {
    padding-right: unset;
     font-size: 17px;
    padding-left: 15px;
    right: auto;
    left: 0;
}

.rtl-style .sec_head .view-more-mobile {
    padding-right: unset;
    padding-left: 15px;
    right: auto;
    left: 0;
}
.sec_head .view-more:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: var(--sub-color);
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}

.sec_head .view-more-mobile:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: var(--sub-color);
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}

.rtl-style .sec_head .view-more:before {
    content: "\f104";
    right: auto;
    left: 0;
}

.rtl-style .sec_head .view-more-mobile:before {
    content: "\f104";
    right: auto;
    left: 0;
}

.sec_head .view-more:hover,
.sec_head .view-more:hover:before {
    color: var(--main-color);
}

.sec_head .view-more-mobile:hover,
.sec_head .view-more-mobile:hover:before {
    color: var(--main-color);
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    background: var(--sub-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 105%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: var(--main-color);
    ;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}

.btn-site:hover span {
    color: var(--main-color);
}

.stage-padding {
    position: relative;
    padding: 30px 0 50px;
}

.pd-page {
    padding-top: 78px;
}

.icon {
    width: 18px;
    height: 18px;
    display: block;
    background-size: 100% 100% !important
}

.icon-languge {
    background: url(../images/svg/globe.svg);
}

.icon-instagram {
    background: url(../images/svg/instagram.svg)
}

.icon-facebook {
    background: url(../images/svg/facebook.svg)
}

.icon-youtube {
    background: url(../images/svg/youtube.svg)
}


/* Style Features */

.section_features {
    position: relative;
    padding: 50px 0;
}

.item-feature {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
}

.item-feature figure {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.item-feature figure img {
    max-height: 100%;
}

.txt-feat h4 {
    color: var(--ph-color);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.txt-feat p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #898989;
    font-size: 15px;
    line-height: 1.8;
}

/* Style Universities */

.section_universities {
    position: relative;
    padding: 0 0 50px;
}

.section_universities:before {
    content: "";
    background: #F9EDDB;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.item-university {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.item-university figure {
    height: 210px;
    margin-bottom: 10px;
}

.item-university figure img {
    height: 100%;
    width: 100%;
}

.txt-university {
    position: relative;
    padding: 5px 15px 15px;
}

.txt-university h4 {
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 10px;
}

.txt-university ul li {
    display: inline-block;
    background: #F7F9FA;
    font-size: 15px;
    border-radius: 5px;
    padding: 5px 10px;
    color: var(--ph-color);
    margin: 0 10px 10px 0;
}

.rtl-style .txt-university ul li {
    margin: 0 0 10px 10px;
}

#university-slider {
    width: 130%;
}

.country-univ {
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.rtl-style .country-univ {
    right: auto;
    left: 10px;
}

.country-univ img {
    width: 20px!important;
    margin-right: 8px;
}

.rtl-style .country-univ img {
    margin-left: 8px;
    margin-right: unset;
}

.country-univ p {
    color: var(--ph-color);
    font-size: 14px;
}

#university-slider .owl-nav {
    display: block !important;
}

#university-slider .owl-nav > button {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 28px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
    position: absolute;
    top: 50%;
}

/*.rtl-style #university-slider .owl-nav > button {*/
/*    right: 0;*/
/*}*/

#university-slider .owl-nav > button.owl-prev {
    left: -20px;

}

.rtl-style #university-slider .owl-nav > button.owl-prev {
    right: -20px;
    left: auto;
    transform: scale(-1);
}


#university-slider .owl-nav > button.owl-next {
    right: calc(20% + 50px);
}

.rtl-style #university-slider .owl-nav > button.owl-next {
    left: calc(20% + 50px);
    right: auto;
    transform: scale(-1);
}

#university-slider .owl-nav > button.active {
    background: var(--main-color);
}

/* Style Subjects */

.section_subjects {
    position: relative;
    padding: 50px 0;
}

.item-subject {
    position: relative;
    display: block;
    padding: 5px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
}

.item-subject figure {
    height: 220px;
}

.item-subject figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.txt-subject span {
    background: #F7F9FA;
    color: var(--main-color);
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.txt-subject h3 {
    color: #000000;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt-subject p {
    color: var(--main-color);
    font-size: 15px;
    margin-bottom: 10px;
}

.opt-subj {
    border-top: 1px solid #EDEDED;
    padding: 10px 0;
}

.view-subj {
    display: flex;
    align-items: center;
    color: var(--sub-color);
}

.view-subj svg {
    margin-right: 8px;
}

.rtl-style .view-subj svg {
    margin-left: 8px;
    margin-right: unset;
}

.view-subj p {
    color: #777777
}

.opt-subj ul li {
    display: inline-block;
    margin-right: 20px;
}

.rtl-style .opt-subj ul li {
    margin-right: unset;
    margin-left: 20px;
}

.opt-subj span {
    color: var(--main-color);
    font-weight: 700;
}

.opt-subj del {
    color: #898989;
}

.item-subject .country-univ {
    margin: 5px;
}

/* Subjects Section Responsive Design */
.subjects-desktop {
    display: block;
}

#subjects-slider {
    display: none;
}

/* Mobile and Tablet Styles */
@media (max-width: 991px) {
    .subjects-desktop {
        display: none;
    }
    
    #subjects-slider {
        display: block;
    }
    
    #subjects-slider .item-subject {
        margin: 0 10px;
    }
    
    #subjects-slider .item-subject figure {
        height: 200px;
    }
}

/* Extra Small Devices (phones, 576px and down) */
@media (max-width: 575px) {
    #subjects-slider .item-subject {
        margin: 0 5px;
    }
    
    #subjects-slider .item-subject figure {
        height: 180px;
    }
}

#subjects-slider .item-subject figure {
    height: auto;
}

#subjects-slider .owl-dots {
    text-align: center;
}

#subjects-slider .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E6E6E6;
    margin: 0 5px;
}

#subjects-slider .owl-dots .owl-dot.active span {
    background: var(--main-color);
}



/* Style Faq */

.section_faq {
    position: relative;
    padding: 0 0 50px
}

.section_faq .sec_head {
    text-align: center;
}

.section_faq .sec_head strong:before,
.section_faq .sec_head strong:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.section_faq .sec_head strong:before {
    width: 100px;
}

.item-faq {
    position: relative;
    border: 1px solid #C9C9C9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.head-faq {
    position: relative;
    cursor: pointer
}

.head-faq h5 {
    color: var(--ph-color);
    font-size: 18px;
}

.head-faq.active h5 {
    color: var(--main-color);
}

.head-faq:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: var(--ph-color);
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 9;
    transition: .3s;
}

.rtl-style .head-faq:before {
    right: auto;
    left: 15px;
    content: "\f104";
}

.head-faq.active:before {
    transform: rotate(-90deg);
    color: var(--main-color);
}


.dta-faq {
    display: none;
    padding-right: 40px;
}

.rtl-style .dta-faq {
    padding-right: unset;
    padding-left: 40px;
}

.dta-faq.show {
    display: block;
}

.dta-faq p {
    margin-top: 15px;
    line-height: 2;
    color: #252427;
    font-weight: 300;
    font-size: 15px;
}

.thumb-faq figure {
    margin-bottom: 0;
}

.thumb-faq figure img {
    border-radius: 10px;
}

/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 30px 0;
    background: var(--main-color);
    border-radius: 10px;
}

.logo-ft {
    margin-bottom: 15px;
    display: block;
    text-align: center
}

.logo-ft img {
    width: 80px;
    max-width: 100%;
}

.cont-ft .social-media {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.menu-ft h5 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
}

.menu-ft ul li {
    margin-bottom: 10px;
}

.menu-ft ul li:last-child {
    margin-bottom: 0;
}

.menu-ft ul li a {
    color: #CBCBCB;
    font-size: 14px;
}

.li-ft li a:hover {
    color: var(--sub-color);
}

.list-contact li {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #CBCBCB
}

.list-contact li a {
    color: #CBCBCB;
    display: flex;
    align-items: center;
}

.icon-envelope {
    background: url(../images/svg/email.svg);
}

.list-contact li a .icon {
    margin-right: 10px;
}

.rtl-style .list-contact li a .icon {
    margin-left: 10px;
    margin-right: unset;
}

.cont-bt {
    padding: 20px 0;
    text-align: center;
}

.copyRight {
    color: var(--ph-color);
    font-size: 14px;
}

/* Style Universities Page */

.universities_page .item-university {
    margin-bottom: 24px;
    box-shadow: 0 3px 6px rgb(185 185 185 / 16%);
}

.universities_page .item-university figure {
    height: 150px;
    margin-bottom: 10px;
}

.filters-product {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.head-filter-mobile {
    background: var(--main-color);
    padding: 20px 0 30px;
    display: none;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.head-filter-mobile:before {
    content: "";
    background: var(--main-color);
    width: calc(100% + 30px);
    height: calc(100% + 15px);
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1
}
.head-filter-mobile figure {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
}
.head-filter-mobile h5 {
    color: #fff;
    margin: 0 10px;
}

.hed-close-filter {
    background: var(--main-color);
    padding: 20px;
    align-items: center;
    margin-bottom: 20px;
    display: none;
    cursor: pointer;
}
.hed-close-filter figure {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0;
    border: 2px solid #fff;
    color: #ffff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.hed-close-filter h5 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.rtl-style .hed-close-filter figure {
    margin-right: unset;
    margin-left: 10px;
}
.item-filter {
    margin-bottom: 40px;
}

.item-filter h6 {
    text-transform: uppercase;
    position: relative;
    color: var(--main-color);
    padding-left: 15px;
    margin-bottom: 25px;
    cursor: pointer;
}
.rtl-style .item-filter h6 {
    padding-left: unset;
    padding-right: 15px;
}

.item-filter h6:before {
    content: "";
    background: var(--ph-color);
    width: 2px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rtl-style .item-filter h6:before {
    right: 0;
    left: auto;
}
.item-filter h6:after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 14px;
    color: var(--main-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}
.rtl-style .item-filter h6:after {
    left: 0;
    right: auto
}
.item-filter h6.active:after {
    transform: translateY(-50%) rotate(-90deg)
}

.content-filters {
    height: 230px;
    overflow: auto;
}

.content-filters::-webkit-scrollbar {
    width: 4px;
}

.content-filters::-webkit-scrollbar-track {
    background: transparent;
}

.content-filters::-webkit-scrollbar-thumb {
    background-color: rgb(105 118 134 / 0%)
}

.content-filters:hover::-webkit-scrollbar-thumb {
    background: rgb(105 118 134 / 30%);
}
.btn-filter {
    display: none;
    font-weight: 700;
    color: var(--main-color);
}
.btn-filter:hover {
    color: var(--main-color);
}

.btn-filter .icon {
    margin-right: 8px;
}

.rtl-style .btn-filter .icon {
    margin-left: 8px;
    margin-right: unset;
}

.icon-filter {
    background: url(../images/svg/filter.svg);
}


.inp-cbx {
    display: none;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: flex;
    margin: 20px 0;
}

.content-filters li:first-child .cbx {
    margin: 0 0 20px
}

.cbx p {
    color: #2A2B2C;
    font-size: 14px;
    padding-left: 10px;
    width: calc(100% - 17px);
}
.rtl-style .cbx p {
    padding-left: unset;
    padding-right: 10px;
}

.cbx p a {
    color: #2A2B2C;
    text-decoration: underline !important;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 17px;
    height: 17px;
    border: 2px solid var(--main-color);
    background: #fcfcfc;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    transition: all 0.2s ease;
    top: 2px;
}

.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 1px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 0;
    transition-delay: 0.2s;
}

.cbx span:last-child {
    margin-left: 8px;
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--main-color);
    transform-origin: 0 0;
    transform: scaleX(0);
}

.cbx:hover span:first-child {
    border-color: var(--main-color);
}

.inp-cbx:checked + .cbx span:first-child {
    border-color: var(--main-color);
    background: var(--main-color);
    animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}

.icon-spinner {
    font: normal normal normal 14px/1 FontAwesome;
}

.icon-spinner:before {
    content: "\f110";
}


@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    display: block;
    text-align: center;
    font-size: 26px;
    height: 1em;
    line-height: 1;
    margin: .5em;
    animation: anim-rotate 2s infinite linear;
    color: var(--main-color);
    text-shadow: 0 0 .25em rgba(255, 255, 255, .3);
}

.spinner--steps {
    animation: anim-rotate 1s infinite steps(8);
}

.cont-empty {
    margin: 50px auto;
    background: #FAFAFA;
    padding: 60px;
    width: 400px;
    max-width: 100%;
    border-radius: 10px;
    text-align: center;
}

.icon-empty {
    background: url(../images/svg/empty.svg);
    background-size: 100% 100%;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
}

.cont-empty h5 {
    color: var(--main-color);
    font-size: 18px;
    text-transform: uppercase;
}

.btn--back {
    background: var(--main-color);
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 13px;
    height: 45px;
}

.btn--back span {
    color: #fff;
    font-weight: 400;
}

/* Style Head Page */

.breadcrumb-bar {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.breadcrumb-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(45, 35, 99, 0.02) 0%, rgba(255, 180, 58, 0.02) 100%);
    pointer-events: none;
}

.breadcrumb {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    transition: all 0.3s ease;
}

.breadcrumb li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
}

.rtl-style .breadcrumb li:not(:last-child) {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumb-bar .breadcrumb a {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(10px);
}

.breadcrumb-bar .breadcrumb a:hover {
    color: var(--main-color);
    background: rgba(255,255,255,0.9);
    border-color: var(--main-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 35, 99, 0.15);
}

.breadcrumb-bar .breadcrumb li:last-child {
    color: var(--main-color);
    font-weight: 600;
    padding: 6px 12px;
    background: linear-gradient(135deg, var(--main-color) 0%, #1a1a2e 100%);
    color: white;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(45, 35, 99, 0.2);
}

.breadcrumb > li + li:before {
    content: "›";
    color: #adb5bd;
    font-size: 18px;
    font-weight: 600;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.rtl-style .breadcrumb > li + li:before {
    content: "‹";
}

.breadcrumb > li + li:hover:before {
    background: var(--main-color);
    color: white;
    transform: scale(1.1);
}

.breadcrumb > li + li:last-child:before {
    display: none;
}

/* Add home icon to first breadcrumb */
.breadcrumb li:first-child a::before {
    content: "🏠";
    font-size: 14px;
}

/* Responsive design */
@media (max-width: 768px) {
    .breadcrumb-bar {
        padding: 15px 0;
    }
    
    .breadcrumb {
        gap: 4px;
    }
    
    .breadcrumb-bar .breadcrumb a,
    .breadcrumb-bar .breadcrumb li:last-child {
        padding: 4px 8px;
        font-size: 12px;
    }
    
    .breadcrumb > li + li:before {
        font-size: 14px;
        width: 16px;
        height: 16px;
        margin: 0 2px;
    }
}

@media (max-width: 480px) {
    .breadcrumb {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .breadcrumb > li + li:before {
        display: none;
    }
    
    .breadcrumb li {
        width: 100%;
    }
    
    .breadcrumb-bar .breadcrumb a,
    .breadcrumb-bar .breadcrumb li:last-child {
        width: 100%;
        justify-content: center;
    }
}

/* Style University Page */

.head_other {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE
}

.head_other h2 {
    color: var(--ph-color);
    font-size: 19px;
    margin-bottom: 10px;
}

.head_other span {
    display: block;
    margin-bottom: 5px;
    color: var(--ph-color);
    font-size: 14px;
}

.head_other .count-univ {
    font-size: 14px;
    color: var(--ph-color);
    display: flex;
    align-items: center;
}

.head_other .count-univ img {
    width: 20px;
    margin-right: 8px;
}

.rtl-style .count-univ img {
    margin-left: 8px;
    margin-right: unset;
}

.head--univ {
    margin-bottom: 15px;
}

.head--univ h4 {
    color: var(--main-color);
    font-size: 18px;
}

.cont-university {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEDEDE
}

.item-major {
    display: block;
    position: relative;
}

.txt-major p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.txt-major span {
    color: var(--main-color);
    font-size: 14px;
}

.slider-university .owl-dots {
    text-align: center;
    padding-top: 20px;
    display: block !important;
    width: 1290px;
}

.slider-university .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background: #E6E6E6;
    border-radius: 50%;
}

.slider-university .owl-dots .owl-dot.active span {
    background: #1A1634;
}

.slider-university {
    width: 130%;
}

.major_page .item-subject .opt-subj {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.major_page .item-subject .opt-subj h4 {
    font-size: 17px;
    color: var(--main-color);
}

/* Style Subject Details Page */

.subject_details_page {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.subject--details {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.content--lesson {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.about--subject {
    width: 100%;
    padding: 1rem 0;
    margin: 0 auto 1rem auto;
    box-sizing: border-box;
}

.lst-lesson {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec-lesson {
    width: 100%;
    margin-bottom: 2rem;
    box-sizing: border-box;
}

.item-lesson {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .subject_details_page, .subject--details, .content--lesson, .about--subject, .lst-lesson, .sec-lesson, .item-lesson {
    max-width: 100vw;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 900px) {
  .subject_details_page, .subject--details, .content--lesson, .about--subject, .lst-lesson, .sec-lesson, .item-lesson {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media (max-width: 600px) {
  .about--subject {
    padding: 0.5rem 0;
  }
  .sec-lesson {
    margin-bottom: 1rem;
  }
  .item-lesson {
    margin-bottom: 0.5rem;
  }
}

.subject--details .row {
    flex-direction: row-reverse;
}

.about--program {
    background: #fff;
    padding: 35px 20px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 6px rgb(185 185 185 / 16%);
}

.about--program h4 {
    font-size: 16px;
    color: var(--ph-color);
    margin-bottom: 20px;
}

.item-program {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
}

.item-program:nth-child(4) {
    border-bottom: 0;
}

.item-program > div {
    display: flex;
    align-items: center;
}

.item-program figure {
    margin-bottom: 0;
}

.item-program figure img {
    width: 20px;
    height: 20px;
}

.item-program > div p {
    margin: 0 8px;
    color: var(--ph-color);
}

.item-program span {
    color: var(--ph-color);
}

.subscribe-subj .btn-site {
    width: 100%;
    height: 55px;
    border-radius: 10px;
}

.subscription--details {
    background: #F4F3F7;
    border: 1px solid #262161;
    border-radius: 10px;
    margin-top: 20px;
    padding: 25px 15px;
}

.subscription--details h4 {
    font-size: 16px;
    color: var(--ph-color);
    margin-bottom: 10px;
}

.subscription--details p {
    color: var(--ph-color);
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 15px;
}

.subscription--details strong {
    display: block;
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 15px;
}

.progress {
    margin: 20px 0;
    height: 14px;
    background: transparent;
    border-radius: 20px;
    border: 2px solid var(--main-color);
    box-shadow: none;
    padding: 0 2px;
    overflow: visible;
    position: relative;
}

.progress .progress-bar {
    background: transparent;
    border-radius: 0;
    overflow: inherit;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-bar:before {
    content: "";
    width: 100%;
    background: var(--main-color);
    height: 6px;
    position: absolute;
    border-radius: 10px;
    top: 2px;
    left: 0;
}
.rtl-style .progress .progress-bar:before {
    left: auto;
    right: 0;
}
.progress .progress-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    position: absolute;
    bottom: -27px;
    right: -5px;
}
.rtl-style .progress-value {
    right: auto;
    left: -5px;
}
.progress.yellow .progress-bar:before {
    border-top-color: #ecb82d;
}

.progress.green .progress-bar:before {
    border-top-color: #65c168;
}

.progress.blue .progress-bar:before {
    border-top-color: #165692;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}


.about--subject h6 {
    font-size: 17px;
    margin-bottom: 5px;
    color: var(--ph-color);
}

.about--subject p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    color: var(--ph-color);
}

.content--lesson {
    padding: 30px 0;
}

.about--subject {
    margin-bottom: 30px;
}

.sec-lesson {
    background: #fff;
    border: 1px solid #DEDEDE;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.head-lesson {
    position: relative;
    cursor: pointer;
}

.head-lesson:after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 20px;
    color: var(--ph-color);
    position: absolute;
    top: 6px;
    right: 0;
    transition: .3s;
}
.rtl-style .head-lesson:after {
    right: auto;
    left: 0;
}
.completed-lesson .head-lesson:before {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f058";
    font-size: 23px;
    color: var(--sub-color);
    position: absolute;
    top: 6px;
    right: 30px;
    transition: .3s;
}
.rtl-style .completed-lesson .head-lesson:before {
    right: auto;
    left: 30px;
}
.rtl-style .head-lesson:after {
    content: "\f104";
}

.rtl-style .completed-lesson .head-lesson:before {
    right: auto;
    left: 30px;
}

.head-lesson.active:after {
    transform: rotate(90deg);
    color: var(--main-color);
}
.rtl-style .head-lesson.active:after {
    transform: rotate(-90deg);
}

.head-lesson h4 {
    color: var(--ph-color);
    margin-bottom: 2px;
    font-size: 18px;
}

.head-lesson.active h4 {
    color: var(--main-color);
}

.head-lesson span {
    color: #898989;
    font-size: 14px;
}

.dta-lesson {
    display: none;
    padding: 15px 0;
}

.item-lesson {
    position: relative;
    padding: 15px 10px;
    background: #FAFAFA;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.item-lesson figure {
    width: 130px;
    height: 80px;
    margin-bottom: 0;
}

.item-lesson figure img {
    width: 100%;
    height: 100%;
}

.txt-lesson {
    width: calc(100% - 30px);
    padding: 0 15px;
}

.rtl-style .txt-lesson {
    width: calc(100% - 30px)
}

.txt-lesson h6 {
    color: var(--ph-color);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;

}

.txt-lesson p {
    color: #898989;
    line-height: 1.8;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-lesson .lesson-status {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.rtl-style .item-lesson .lesson-status {
    right: auto;
    left: 20px;
}

.item-lesson .btn-site {
    padding: 12px 10px;
}

.lesson-status li {
    display: inline-block;
    margin-left: 10px;
}
.rtl-style .lesson-status li {
    margin-left: unset;
    margin-right: 10px;
}
.complete-lesson {
    color: var(--sub-color);
    font-size: 18px;
}

.play-lesson {
    color: var(--main-color);
    font-size: 18px;
}

.icon-chapter {
    background: url(../images/svg/chapter.svg);
}

.icon-lesson {
    background: url(../images/svg/lesson.svg);
}

.icon-padlock {
    background: url(../images/svg/padlock.svg);
}

/* Style Lesson Details Page */

.sec-video {
    margin-bottom: 20px;
    width: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive video container */
@media (max-width: 768px) {
    .sec-video {
        margin-bottom: 15px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .sec-video {
        margin-bottom: 10px;
        border-radius: 6px;
    }
}

.about--lesson {
    margin-bottom: 40px;
    position: relative;
}

.about--lesson h2 {
    margin-bottom: 15px;
    font-size: 27px;
}

.about--lesson h6 {
    color: var(--ph-color);
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
}
.about--lesson .title-section {
    color: #fff;
    text-align: center;
}

.about--lesson .title-section h2 {
    color: #fff;
    text-align: center;
}

.about--lesson p {
    font-size: 15px;
    line-height: 2;
    font-weight: 300;
}
.about--lesson .go-next {
   background-color: var(--sub-color);;
   color: var(--main-color);
}


.attachments-lesson {
    background: #F4F3F7;
    border: 1px solid #262161;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.attachments-lesson h5 {
    font-size: 16px;
    color: var(--main-color);
    margin-bottom: 5px;
}

.attachments-lesson p {
    font-size: 14px;
    color: var(--ph-color);
    margin-bottom: 15px;
    font-weight: 300;
}

.lst-attachment a {
    display: block;
    margin-bottom: 10px;
    color: var(--ph-color);
}

.lst-attachment a:last-child {
    margin-bottom: 0;
}

.lst-attachment a svg {
    margin-right: 10px;
}

.rtl-style .lst-attachment a svg {
    margin-left: 10px;
    margin-right: unset;
}

.head-comm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.head-comm h3 {
    color: var(--main-color);
    font-size: 26px;
}

.all-comments {
    height: 520px;
    overflow: auto;
}

.all-comments::-webkit-scrollbar {
    width: 4px;
}

.all-comments::-webkit-scrollbar-track {
    background: transparent;
}

.all-comments::-webkit-scrollbar-thumb {
    background-color: rgb(105 118 134 / 0%)
}

.all-comments:hover::-webkit-scrollbar-thumb {
    background: rgb(105 118 134 / 30%);
}

.item-comm {
    display: flex;
    background: #FAFAFA;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.item-comm figure {
    text-align: center;
    font-size: 40px;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    color: var(--ph-color);
}

.txt-comm {
    width: calc(100% - 50px);
    padding-left: 15px;
    position: relative;
}
.rtl-style .txt-comm {
    padding-right: 15px;
    padding-left: unset;
}
.txt-comm h6 {
    color: var(--main-color);
    margin-bottom: 10px;
}

.txt-comm p {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 15px;
}

.txt-comm span {
    color: var(--main-color);
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.rtl-style .txt-comm span  {
    left: 0;
    right: auto
}

.txt-comm .btn-reply {
    border: 1px solid var(--ph-color);
    border-radius: 5px;
    padding: 8px 20px;
    color: var(--ph-color);
    font-weight: 700;
    font-size: 14px
}


.lesson_details_page .about--program {
    border: 1px solid #DEDEDE;
    box-shadow: none;
    border-radius: 10px;
}

.lesson_details_page .item-program:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.cont-reply {
    position: relative;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #898989
}

.head-replay {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.head-replay h5 {
    font-size: 15px;
    color: #000000
}

.icon-replay {
    background: url(../images/svg/reply.svg);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.rtl-style .icon-replay {
    margin-right: unset;
    margin-left: 10px;
}

.cont-reply .item-comm {
    background: #fff;
}

.cont-reply .item-comm p {
    margin-bottom: 0;
}


.mdl-comment {
    padding: 40px 60px;
}

.modal-content {
    border-radius: 8px;
}

.modal-sm {
    max-width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mdl-comment h5 {
    margin-bottom: 10px;
    color: var(--main-color);
    font-size: 16px;
}

.mdl-comment p {
    margin-bottom: 20px;
    color: var(--ph-color);
}

.form-comment .form-group:first-child {
    margin-bottom: 20px;
}

.form-comment .form-group label {
    display: block;
    margin-bottom: 5px;
    color: var(--ph-color);
    font-weight: 500;
}

.form-comment .form-group .form-control {
    border: 1px solid #E6E6E6;
    height: 140px;
    border-radius: 10px;
    padding: 15px;
}

.form-comment .form-group .form-control::placeholder {
    font-weight: 300;
    font-size: 15px;
}

.form-comment .form-group .btn-site {
    margin: 0 auto;
}

/* Style Checkout Page */

.checkout_page .sec_head {
    padding-left: 16.66666667%;
}

.rtl-style .checkout_page .sec_head {
    padding-right: 16.66666667%;
    padding-left: unset;
}

.item-less-checkout {
    position: relative;
    display: block;
    padding: 9px 9px 15px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
}

.item-less-checkout figure img {
    width: 100%;
    border-radius: 10px;
}

.txt-less-check h5 {
    color: #000000;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.opt-subject li {
    display: inline-block;
    margin: 0 10px 10px 0;
    background: #F4F3F7;
    border-radius: 30px;
    padding: 7px 15px;
    color: var(--main-color);
    font-size: 15px;
}

.rtl-style .opt-subject li {
    margin: 0 0 10px 10px;
}

.txt-less-check p {
    color: var(--ph-color);
    margin-bottom: 15px;
    font-size: 15px;
}

.price-less li {
    display: inline-block;
    margin-right: 20px;
}

.rtl-style .price-less li {
    margin-right: unset;
    margin-left: 20px;
}

.price-less span {
    color: var(--main-color);
    font-weight: 700;
}

.price-less del {
    color: #898989;
}

.item-less-checkout .country-univ {
    top: 20px;
    right: 20px;
}

.rtl-style .item-less-checkout .country-univ {
    right: auto;
    left: 20px;
}

.coupon-code {
    background: #FAFAFA;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.coupon-code h5 {
    color: var(--main-color);
    font-size: 17px;
    margin-bottom: 15px
}

.coupon-success,
.coupon-invalid {
    color: #369B00;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.coupon-invalid {
    color: #C60000
}

.form-coupon {
    position: relative;
}

.form-coupon .form-control {
    height: 48px;
    background: #fff;
    color: var(--ph-color);
    border: 0;
    border-radius: 10px;
}

.form-coupon .form-control::placeholder {
    color: var(--ph-color);
}

.form-coupon .btn-site {
    background: var(--main-color);
    border-radius: 10px;
    position: absolute;
    top: 4px;
    right: 5px;
    height: 40px;
    margin: 0;
}
.rtl-style .form-coupon .btn-site {
    right: auto;
    left: 5px;
}
.form-coupon .btn-site span {
    color: var(--sub-color);
}

.payment-method {
    background: #FAFAFA;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.payment-method h5 {
    color: var(--main-color);
    font-size: 17px;
    margin-bottom: 15px
}

.list-pay {
    display: flex;
}

.list-pay > div {
    flex: 0 50%;
    background: #fff;
    padding: 15px 5px;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
}
.rtl-style .list-pay > div {
    margin-right: unset;
    margin-left: 10px;
}
.list-pay > div:last-child {
    margin-right: 0;
}
.rtl-style .list-pay > div:last-child {
    margin-left: 0;
}
.list-pay > div:last-child {
    margin-bottom: 0;
}

.list-pay .form-check-label {
    border: 0;
    display: flex;
    color: var(--ph-color);
    align-items: center;
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    margin: 0;
}

.form-check-input:focus {
    box-shadow: none;
}

.list-pay .form-check-input {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin: 0;
    z-index: 1;
}
.rtl-style .list-pay .form-check-input {
    right: auto;
    left: 15px;
}
.form-check-label img {
    margin-right: 10px;
    width: 30px;
    height: 25px;
}
.rtl-style .form-check-label img {
    margin-left: 10px;
    margin-right: unset;
}
.form-check-input {
    border: 2px solid var(--main-color);
    background: transparent;
}

.form-check-input:checked {
    border: 2px solid var(--main-color);
    background-color: transparent;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23262161'/%3e%3c/svg%3e");
}

.payment-info {
    background: #FAFAFA;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.payment-info h5 {
    color: var(--main-color);
    font-size: 17px;
    margin-bottom: 15px
}

.payment-info > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.payment-info > div:last-child {
    margin-bottom: 0;
}

.payment-info p {
    color: var(--ph-color);
    font-size: 15px;
}

.agree-checkout p {
    color: var(--ph-color);
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 300;
}

.agree-checkout p a {
    color: var(--sub-color);
    font-weight: 400;
}

.agree-checkout .btn-site {
    width: 100%;
    height: 45px;
    border-radius: 10px;
}

/* Style Success Page */

.msg-succ {
    background: var(--sub-color);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.msg-succ figure {
    font-size: 55px;
    color: var(--main-color);
    margin-bottom: 0;
}

.msg-succ h4 {
    color: var(--main-color);
    font-size: 19px;
    margin-bottom: 5px;
}

.msg-succ p {
    color: var(--main-color);
    font-size: 17px;
}

.btns-success {
    display: flex
}

.btns-success li {
    flex: 0 50%;
    margin-right: 15px;
}
.rtl-style .btns-success li {
    margin-left: 15px;
    margin-right: unset;
}
.btns-success li:last-child {
    margin-right: 0;
}
.rtl-style .btns-success li:last-child {
    margin-left: 0;
}
.btns-success .btn-site {
    width: 100%;
    height: 50px;
}

.btn-back {
    background: transparent;
    border: 1px solid var(--main-color)
}

.btn-back span {
    color: var(--main-color)
}

.msg-error {
    position: relative;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 20px;
}

.msg-error figure {
    font-size: 55px;
    color: var(--main-color);
    margin-bottom: 0;
}

.msg-error h4 {
    color: var(--main-color);
    font-size: 19px;
    margin-bottom: 5px;
}

.msg-error p {
    color: var(--main-color);
    font-size: 15px;
    line-height: 2;
}

.try-again .btn-site {
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

/* Style Aside Account */

.aside-account {
    position: relative;
    background: #FFF7EC;
}

.dta-aside-account {
    display: flex;
    padding: 25px 15px;
    border-bottom: 2px solid #fff;
}

.dta-aside-account figure {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sub-color);
    color: var(--main-color);
    font-size: 20px;
    border-radius: 10px;
}

.txt--account {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.rtl-style .txt--account {
    padding-left: unset;
    padding-right: 15px;
}

.txt--account h5 {
    color: var(--ph-color);
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.txt--account p {
    color: var(--ph-color);
    margin-bottom: 5px;
    font-size: 15px;
}

.txt--account p:last-child {
    margin-bottom: 0;
}

.ls--acco {
    padding: 10px 15px
}

.ls--acco li {
    margin-bottom: 10px;
}

.ls--acco li a {
    position: relative;
    padding: 15px 10px;
    color: var(--ph-color);
    border-radius: 10px;
    font-size: 15px;
    display: block;
}

.ls--acco li.active a {
    background: var(--sub-color);
    color: var(--main-color);
    font-weight: 700;

}

/* Style My Subjects Page */

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
}

.nav-tabs .nav-item {
    flex: 0 25%;
    padding-right: 10px;
}
.rtl-style .nav-tabs .nav-item {
    padding-right: unset;
    padding-left: 10px;
}
.nav-tabs .nav-item:last-child {
    padding-right: 0;
}
.rtl-style .nav-tabs .nav-item:last-child {
    padding-left: 0;
}
.nav-tabs .nav-link {
    background: #F4F3F7;
    border: 0;
    margin: 0;
    width: 100%;
    font-size: 15px;
    border-radius: 10px;
    height: 50px;
    color: var(--ph-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--sub-color);
    background: var(--main-color);
    font-weight: 700;
}


.item--subj {
    position: relative;
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    margin-bottom: 25px
}

.dta---subj {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dta---subj a.fig-image,
.dta---subj figure {
    width: 150px;
    margin-right: 15px;
}

.rtl-style .dta---subj a.fig-image,
.rtl-style .dta---subj figure {
    margin-left: 15px;
    margin-right: unset;
}

.dta---subj .btn-site {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
}

.rtl-style .dta---subj .btn-site {
    left: 25px;
    right: auto;
}
 .btn-mobile {
      display: none;
    }
    @media (max-width: 768px) {
      .btn-web {
        display: none;
      }
      .btn-mobile {
        display: inline-block;
      }
    }


.item--subj b {
    display: block;
    color: var(--sub-color);
    margin-bottom: 10px;
    font-size: 15px;
}

.item--subj h4 {
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
}

.item--subj span {
    display: block;
    margin-bottom: 10px;
    color: var(--ph-color);
    font-size: 14px;
}

.item--subj .opt-subject {
    margin-bottom: 5px
}

.item--subj strong {
    color: var(--main-color);
    font-size: 15px;
    display: block;
}

/* Style Payments Page */

.cont--acco .sec_head h2 {
    font-size: 21px;
}

.item--payment {
    position: relative;
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    margin-bottom: 25px
}

.item--payment b {
    display: block;
    color: var(--sub-color);
    margin-bottom: 10px;
    font-size: 15px;
}

.item--payment h4 {
    color: #000;
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 1.9;
}

.item--payment strong {
    display: block;
    margin-bottom: 10px;
    color: var(--main-color);
    font-size: 17px;
}

.pay-info .d-flex {
    justify-content: space-between;
}

.item-pay-info {
    flex: 0 auto;
    position: relative;
}

.item-pay-info h6 {
    color: var(--ph-color);
    font-size: 14px;
    margin-bottom: 5px;
}

.item-pay-info p {
    color: var(--ph-color);
    font-size: 14px;
}

.cont-succ {
    padding: 10px;
}

.modal-content {
    border-radius: 8px;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-sm {
    max-width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-succ h5 {
    margin-bottom: 10px;
    color: var(--ph-color);
    font-size: 16px;
}

.cont-succ p {
    margin-bottom: 50px;
    font-size: 14px;
    color: var(--ph-color);
}

.cont-succ .btn-site {
    margin: 0 0 0 auto;
    padding: 10px 30px
}

.btn-cancel {
    color: var(--main-color);
    padding: 10px 30px;
    font-weight: 700;
}

.cont-succ ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cont-succ ul li {
    margin-right: 10px;
}

.cont-succ ul li:last-child {
    margin-right: 0;
}

/* Style Edit Account Page */

.form-st {
    width: 468px;
}

.form-st .form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-st .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--ph-color);
    font-weight: 500;
}

.form-st .form-group .form-control {
    height: 50px;
    background-color: #ffff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #E6E6E6;
}

.form-st .form-group .form-control:focus {
    color: #000;
    box-shadow: 0 0 0 0.25rem rgb(38 132 125 / 20%);
}

.form-st .form-group .form-control::placeholder {
    color: var(--ph-color);
    font-size: 14px;
    font-weight: 300;
}

.form-st .d-flex select.form-control {
    background-color: var(--main-color);
    width: 85px;
    color: #fff;
    padding: 3px;
    margin-right: 10px;
}

.form-st .d-flex select.form-control:focus {
    color: #fff;
}

.form-edit-account .form-control.form-email {
    background-color: #E6E6E6
}

.form-st .btn-site {
    min-width: 150px;
    height: 50px;
}
.rtl-style .form-st .d-flex {
    flex-direction: row-reverse;
}
.rtl-style .form-st .d-flex .form-control {
    text-align: left;
}
.rtl-style .form-st .d-flex select.form-control.form-select {
    text-align: right;
    direction: ltr;
}

/* Style Fixed Page (About & Terms & Privacy) */

.cont-static-pages {
    position: relative;
    overflow: hidden
}

.cont-static-pagesp {
    font-size: 15px;
    color: var(--ph-color);
    font-weight: 300;
    line-height: 2;
}

.thumb-about {
    float: right;
    width: 41.66666667%;
    margin: 0 0 20px 20px;
}

.rtl-style .thumb-about {
    float: left;
    margin: 0 20px 20px 0;
}

.cont-static-pages b {
    color: var(--ph-color);
    font-size: 15px;
    line-height: 1.7;
    display: block;
    margin-bottom: 10px;
}

.cont-static-pages b + p {
    margin-bottom: 40px;
}

/* Style Faq Page */

.sec-faq {
    background: #fff;
    border: 1px solid #DEDEDE;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.cont-faq .head-faq {
    padding: 15px 0;
}

.cont-faq .dta-faq {
    padding: 0;
}

.cont-faq .dta-faq p {
    margin: 0;
}

/* Style Contact Page */

.sec-head-contact {
    margin-bottom: 25px;
}

.sec-head-contact h4 {
    color: var(--ph-color);
    font-size: 22px;
}

.form-st .form-group textarea.form-control {
    height: 120px;
}

.form-st .form-group .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(38 33 97 / 20%);
}

.contact-ifo {
    position: relative;
    background: #F8F8F8;
    padding: 30px 60px;
    border-radius: 10px;
}

.contact-ifo h4 {
    color: var(--ph-color);
    margin-bottom: 30px;
    font-size: 20px;
}

.item-contact {
    display: flex;
    margin-bottom: 30px
}

.item-contact:last-child {
    margin-bottom: 0;
}

.item-contact figure {
    color: var(--main-color);
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    margin-bottom: 0;
}

.item-contact figure svg {
    width: 21px;
    height: 21px;
}

.txt-contact {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.txt-contact h6 {
    color: var(--main-color);
    margin-bottom: 5px;
    font-size: 15px;
}

.txt-contact p {
    color: #505153;
    font-size: 14px;
}

/* Style Sign Page */

.login_page .row {
    align-items: center;
}
.cont-sign > h4 {
    color: var(--main-color);
    margin-bottom: 20px;
    font-size: 25px
}
.cont-sign h4 span {
    color: var(--sub-color);
    display: block;
}

.forgot-pass {
    color: var(--ph-color);
    font-weight: 500;
    font-size: 14px;
    text-align: end;
    display: block;
}
.forgot-pass:hover {
    color: var(--main-color)
}
.other-sign h5 {
    color: var(--ph-color);
    font-size: 16px;
    line-height: 1.8;
}
.other-sign h5 a {
    color: var(--sub-color);
    display: block;
}
.mdl-forgot {
    padding: 40px 60px;
}
.mdl-forgot h5 {
    color: var(--main-color);
    font-size: 18px;
    margin-bottom: 10px;
}
.mdl-forgot h5 span {
    color: var(--sub-color);
}
.mdl-forgot p {
    color: var(--ph-color);
    font-size: 14px;
    margin-bottom: 25px;
}
.form-forgot {
    width: 100%;
}
.form-forgot .btn-site {
    margin: 0 auto;
}

/* Style Search Results */

.cont-search {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    max-height: 560px;
    overflow: auto;
}
.results-found {
    padding: 0 0 20px;
}
.results-found h5 {
    color: var(--main-color);
}
.item-result {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}
.item-result:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.item-result figure {
    width: 90px;
    height: 70px;
    margin-bottom: 0;
}
.item-result figure img {
    border-radius: 10px;
}
.txt-result {
    width: 100%;
    padding: 0 10px;
    margin-top: 25px;
}
.txt-result-img{
     margin-top: 25px;
}
.txt-result h6 {
    color: var(--ph-color);
    font-size: 14px;
    margin-bottom: 5px;
}
.txt-result p {
    color: var(--ph-color);
    font-size: 14px;
    margin-bottom: 5px;
}
.txt-result ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.txt-result ul li:last-child {
    margin-right: 0;
}
.txt-result span {
    font-weight: 700;
    color: var(--main-color)
}
.txt-result del {
    color: #898989
}

.item-result .country-univ {
    background: rgb(230 230 230 / 80%);
    padding: 5px 10px;
    top: 0;
    right: 0;
}
.item-result .country-univ p {
    color: var(--ph-color);
    font-size: 11px;
}
.item-result .country-univ img {
    width: 15px!important
}


.cont-search::-webkit-scrollbar {
    width: 4px;
}

.cont-search::-webkit-scrollbar-track {
    background: transparent;
}

.cont-search::-webkit-scrollbar-thumb {
    background-color: rgb(105 118 134 / 0%)
}

.cont-search:hover::-webkit-scrollbar-thumb {
    background: rgb(105 118 134 / 30%);
}


/* Style 404 Page */

.cont-not-found {
    text-align: center;
}

.thumb-not-found {
    margin-bottom: 50px;
}

.txt-not-found h5 {
    color: var(--ph-color);
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 15px;
}

.txt-not-found p {
    line-height: 2;
    color: var(--ph-color);
    font-size: 14px;
    margin-bottom: 30px;
}

.txt-not-found .btn-site {
    margin: 0 auto
}
.social-button-container {
    display: grid;
    margin-bottom: 20px;
    margin-top: 10px;
    /* justify-content: center; */
    gap: 5%;
}
.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 218px; */
    height: 60px;
    border-color: #c7c6c6;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    background: #ffffff;
    gap: 10px;
    padding: 20px;
}
.social-button-text {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #252427;
}

.social-divider {
    display: flex;
    align-items: center;
    gap: 2px;
}
.login-divider-or {
    width: 20%;
    text-align: center
}
 .social-hr {
     border-top: 3px solid #bbb;
     width: 40%
 }

/* Subject Info Table - Professional Unified Design */
.subject-info-table {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    min-height: 267px;
}

.subject-info-table:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.subject-info-table .table-header {
    background: linear-gradient(135deg, var(--main-color) 0%, var(--sub-color) 100%);
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
}

.subject-info-table .table-header h3 {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.subject-info-table .table-content {
    padding: 0;
    height: calc(100% - 60px); /* Subtract header height */
    display: flex;
    flex-direction: column;
}

.subject-info-table .table-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.3s ease;
    flex: 1;
}

.subject-info-table .table-row:last-child {
    border-bottom: none;
}

.subject-info-table .table-row:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Two-column layout for specific rows */
.subject-info-table .table-row.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

/* Four-column layout for specific rows */
.subject-info-table .table-row.four-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
}

.subject-info-table .table-row.two-columns .table-cell,
.subject-info-table .table-row.four-columns .table-cell {
    border-right: 1px solid #e9ecef;
}

.subject-info-table .table-row.two-columns .table-cell:nth-child(2n),
.subject-info-table .table-row.four-columns .table-cell:nth-child(4n) {
    border-right: none;
}

.subject-info-table .table-cell {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.subject-info-table .table-cell.label {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-right: 1px solid #e9ecef;
    font-weight: 600;
    color: var(--ph-color);
    position: relative;
    font-size: 14px;
}

.subject-info-table .table-cell.label i {
    margin-right: 8px;
    font-size: 16px;
    color: var(--main-color);
    width: 16px;
    text-align: center;
}

.rtl-style .subject-info-table .table-cell.label i {
    margin-right: 0;
    margin-left: 8px;
}

.subject-info-table .table-cell.value {
    background: #ffffff;
    font-weight: 500;
    color: var(--ph-color);
    font-size: 14px;
}

.subject-info-table .table-cell.price-cell {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.rtl-style .subject-info-table .table-cell.price-cell {
    justify-content: flex-end;
}

.subject-info-table .current-price {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    display: inline;
}

.subject-info-table .original-price {
    color: #898989;
    font-size: 14px;
    text-decoration: line-through;
    display: inline;
}

.subject-info-table .share-link {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
    border: 1px solid var(--sub-color);
    font-size: 12px;
}

.subject-info-table .share-link:hover {
    background: var(--sub-color);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(251, 175, 65, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .subject-info-table {
        width: 100%;
        height: auto;
        min-height: unset;
    }
    .subject-info-table .table-header h3 {
        font-size: 16px;
        padding: 0 5px;
    }
    .subject-info-table .table-row.four-columns {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .subject-info-table .table-row.four-columns .table-cell {
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        width: 100%;
        justify-content: flex-start;
        text-align: right;
        padding: 12px 10px;
    }
    .subject-info-table .table-row.four-columns .table-cell:last-child {
        border-bottom: none;
    }
    .subject-info-table .table-cell {
        font-size: 13px;
        padding: 12px 10px;
    }
    .subject-info-table .current-price {
        font-size: 15px;
    }
    .subject-info-table .original-price {
        font-size: 12px;
    }
    .subject-info-table .share-link {
        font-size: 12px;
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .subject-info-table .table-header {
        padding: 20px 15px;
    }
    
    .subject-info-table .table-cell {
        padding: 12px 15px;
    }
    
    .subject-info-table .table-header h3 {
        font-size: 18px;
    }
    
    .subject-info-table .current-price {
        font-size: 18px;
    }
    
    .subject-info-table .original-price {
        font-size: 14px;
    }
}

/* Modern Subject Info Card Layout */
.subject-info-modern {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.price-row-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.price-card-modern,
.old-price-card-modern,
.share-card-modern {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.stats-row-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box;
}
.stat-card-modern {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .stats-row-modern {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 8px;
    }
}
@media (max-width: 600px) {
    .subject-info-modern {
        padding: 12px 2px 8px 2px;
        border-radius: 10px;
    }
    .price-row-modern {
        grid-template-columns: 1fr;
        gap: 6px;
        align-items: flex-start;
    }
    .stats-row-modern {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .stat-card-modern {
        padding: 12px 4px 10px 4px;
    }
}
.subject-title-modern h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--ph-color, #222);
    text-align: left;
}
.price-card-modern.offer {
    border-color: #fbaf41;
}
.offer-badge-modern {
    background: #fbaf41;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 8px;
    padding: 2px 8px;
    position: absolute;
    top: -12px;
    left: 10px;
    box-shadow: 0 2px 6px rgba(251,175,65,0.12);
}
.current-price-modern {
    color: var(--main-color, #2d2a6e);
    font-size: 1.2rem;
    font-weight: 700;
}
.old-price-card-modern {
    background: #f6f6f6;
    border-radius: 10px;
    border: 1.5px solid #e0e0e0;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    min-width: 120px;
    justify-content: center;
}
.old-price-modern {
    color: #bbb;
    font-size: 1.1rem;
    text-decoration: line-through;
    font-weight: 600;
}
.days-modern {
    font-size: 1rem;
    color: var(--ph-color, #222);
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 2px;
}
.stat-card-modern:hover {
    box-shadow: 0 4px 16px rgba(251,175,65,0.10);
    border-color: #fbaf41;
}
.stat-icon-modern {
    font-size: 1.5rem;
    color: #fbaf41;
    margin-bottom: 4px;
    display: block;
}
.stat-label-modern {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 2px;
    font-weight: 500;
}
.stat-value-modern {
    font-size: 1.1rem;
    color: var(--main-color, #2d2a6e);
    font-weight: 700;
}
.share-card-modern {
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(251,175,65,0.07);
    padding: 10px 18px;
    display: flex;
    align-items: center;
    min-width: 120px;
    justify-content: center;
    margin-left: 12px;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.share-card-modern:hover {
    box-shadow: 0 4px 16px rgba(251,175,65,0.10);
    border-color: #fbaf41;
}
.share-btn-modern {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--main-color, #2d2a6e);
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
}
.share-btn-modern i {
    font-size: 1.2rem;
    color: #fbaf41;
}
.share-btn-modern:hover {
    color: #fbaf41;
}

.days-card-modern {
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(251,175,65,0.07);
    padding: 10px 18px;
    display: flex;
    align-items: center;
    min-width: 120px;
    justify-content: center;
    gap: 7px;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--main-color, #2d2a6e);
    transition: box-shadow 0.2s, border-color 0.2s;
}
.days-card-modern:hover {
    box-shadow: 0 4px 16px rgba(251,175,65,0.10);
    border-color: #fbaf41;
}
.days-icon-modern {
    font-size: 1.2rem;
    color: #fbaf41;
    margin-right: 5px;
}
.days-label-modern {
    font-size: 1rem;
    color: #888;
    margin-right: 3px;
    font-weight: 500;
}
.days-value-modern {
    font-size: 1.1rem;
    color: var(--main-color, #2d2a6e);
    font-weight: 700;
}
@media (max-width: 600px) {
    .days-card-modern {
        width: 100%;
        justify-content: flex-start;
        font-size: 1rem;
        padding: 10px 10px;
    }
    .days-icon-modern {
        font-size: 1rem;
    }
    .days-label-modern {
        font-size: 0.95rem;
    }
    .days-value-modern {
        font-size: 1rem;
    }
}

/* Premium Subject Info Card Layout */
.subject-info-pro {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 6px 32px rgba(44, 44, 84, 0.10);
    border: 1.5px solid #e9ecef;
    padding: 24px 24px 20px 24px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
    height: 100%;
    min-height: 267px;
}
.subject-title-pro h2 {
    font-size: 2.2rem;
    font-weight: 900;
    margin: 0 0 12px 0;
    color: var(--main-color, #2d2a6e);
    letter-spacing: -1px;
    line-height: 1.1;
    text-align: left;
}
.price-row-pro {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}
.price-card-pro, .old-price-card-pro, .days-card-pro, .share-card-pro {
    background: #fff;
    border-radius: 14px;
    border: 2px solid #f3c16b;
    box-shadow: 0 2px 12px rgba(251,175,65,0.08);
    padding: 12px 0 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 60px;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.price-card-pro.offer {
    border-color: #fbaf41;
}
.offer-badge-pro {
    background: #fbaf41;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    padding: 4px 14px;
    position: absolute;
    top: -18px;
    left: 18px;
    box-shadow: 0 2px 8px rgba(251,175,65,0.14);
    letter-spacing: 0.5px;
}
.current-price-pro {
    color: var(--main-color, #2d2a6e);
    font-size: 2.1rem;
    font-weight: 900;
    margin-bottom: 2px;
}
.old-price-card-pro {
    border-color: #e0e0e0;
    color: #bbb;
}
.old-price-pro {
    color: #bbb;
    font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: 700;
}
.days-card-pro {
    border-color: #e0e0e0;
    flex-direction: row;
    gap: 10px;
    font-size: 1.3rem;
    color: var(--main-color, #2d2a6e);
}
.days-icon-pro {
    font-size: 1.7rem;
    color: #fbaf41;
    margin-right: 7px;
}
.days-label-pro {
    font-size: 1.1rem;
    color: #888;
    font-weight: 600;
    margin-right: 3px;
}
.days-value-pro {
    font-size: 1.5rem;
    color: var(--main-color, #2d2a6e);
    font-weight: 900;
}
.share-card-pro {
    border-color: #e0e0e0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-btn-pro {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--main-color, #2d2a6e);
    font-weight: 900;
    font-size: 1.3rem;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px 0 8px 0;
    width: 100%;
    justify-content: center;
    border-radius: 14px;
    transition: color 0.2s, background 0.2s;
}
.share-btn-pro i {
    font-size: 1.7rem;
    color: #fbaf41;
}
.share-btn-pro:hover {
    color: #fbaf41;
    background: #fff7e6;
}
.stats-row-pro {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 12px;
    width: 100%;
    box-sizing: border-box;
}
.stat-card-pro {
    background: #fcfcfc;
    border-radius: 14px;
    border: 2px solid #f1f3f4;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 12px 0;
    min-width: 0;
    min-height: 90px;
    justify-content: center;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.stat-card-pro:hover {
    box-shadow: 0 6px 24px rgba(251,175,65,0.13);
    border-color: #fbaf41;
}
.stat-icon-pro {
    font-size: 2.2rem;
    color: #fbaf41;
    margin-bottom: 8px;
    display: block;
}
.stat-label-pro {
    font-size: 1.2rem;
    color: #888;
    margin-bottom: 4px;
    font-weight: 700;
}
.stat-value-pro {
    font-size: 2rem;
    color: var(--main-color, #2d2a6e);
    font-weight: 900;
}
@media (max-width: 1100px) {
    .subject-info-pro {
        padding: 24px 10px 18px 10px;
    }
    .stats-row-pro, .price-row-pro {
        gap: 10px;
    }
}
@media (max-width: 900px) {
    .subject-title-pro h2 {
        font-size: 2rem;
    }
    .current-price-pro {
        font-size: 1.5rem;
    }
    .old-price-pro {
        font-size: 1.1rem;
    }
    .days-value-pro {
        font-size: 1.1rem;
    }
    .stat-value-pro {
        font-size: 1.3rem;
    }
    .stat-icon-pro {
        font-size: 1.3rem;
    }
    .stat-label-pro {
        font-size: 1rem;
    }
    .stats-row-pro, .price-row-pro {
        gap: 6px;
    }
}
@media (max-width: 700px) {
    .subject-title-pro h2 {
        font-size: 1.3rem;
    }
    .price-row-pro, .stats-row-pro {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 500px) {
    .subject-info-pro {
        padding: 10px 2px 8px 2px;
        border-radius: 10px;
    }
    .price-row-pro, .stats-row-pro {
        grid-template-columns: 1fr;
    }
    .stat-card-pro, .price-card-pro, .old-price-card-pro, .days-card-pro, .share-card-pro {
        min-height: 70px;
        padding: 14px 0 10px 0;
    }
    .stat-icon-pro, .days-icon-pro, .share-btn-pro i {
        font-size: 1.1rem;
    }
    .stat-label-pro, .days-label-pro {
        font-size: 0.95rem;
    }
    .stat-value-pro, .days-value-pro {
        font-size: 1.1rem;
    }
    .current-price-pro, .old-price-pro {
        font-size: 1.1rem;
    }
}

/* Responsive subject details layout */
.content--subject > .container > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.col-lg-8, .col-lg-4 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.subject-info-pro {
    height: 100%;
    min-height: unset;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#video-slider, .item-vedio {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-vedio img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 18px;
}
@media (max-width: 991px) {
    .content--subject > .container > .row {
        flex-direction: column;
    }
    .col-lg-8, .col-lg-4 {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .subject-info-pro {
        margin-bottom: 18px;
    }
}

/* Enhanced Subject Details Section */
.subject-details-enhanced {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
  align-items: flex-start;
  margin: 2rem 0;
}
.subject-details-enhanced .subject-info {
  background: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-right: 2.5rem;
}
@media (max-width: 900px) {
  .subject-details-enhanced .subject-info {
    margin-right: 0;
  }
}
.subject-details-enhanced .subject-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
  color: var(--primary);
}
.subject-details-enhanced .price-duration {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.subject-details-enhanced .price-card {
  background: var(--background);
  border: 2px solid var(--accent);
  border-radius: var(--border-radius);
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
}
.subject-details-enhanced .current-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}
.subject-details-enhanced .current-price span { font-size: 1rem; }
.subject-details-enhanced .old-price {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-top: 0.2rem;
}
.subject-details-enhanced .duration-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--background);
  border-radius: var(--border-radius);
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  color: var(--primary);
  font-weight: 600;
}
.subject-details-enhanced .icon-calendar::before {
  content: "\1F4C5";
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.subject-details-enhanced .cta.share-btn {
  background: var(--accent);
  color: var(--primary);
  border: none;
  border-radius: var(--border-radius);
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: var(--shadow);
  transition: background 0.2s, color 0.2s;
}
.subject-details-enhanced .cta.share-btn:hover {
  background: var(--primary);
  color: #fff;
}
.subject-details-enhanced .icon-share::before {
  content: "\2934";
  font-size: 1.3rem;
}
.subject-details-enhanced .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.subject-details-enhanced .metric-card {
  background: var(--background);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 1.2rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.subject-details-enhanced .metric-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}
.subject-details-enhanced .metric-label {
  font-size: 1rem;
  color: var(--text-muted);
}
.subject-details-enhanced .icon-eye::before { content: "\1F441"; font-size: 1.3rem; }
.subject-details-enhanced .icon-book::before { content: "\1F4DA"; font-size: 1.3rem; }
.subject-details-enhanced .icon-lesson::before { content: "\1F4D6"; font-size: 1.3rem; }
.subject-details-enhanced .icon-clock::before { content: "\23F0"; font-size: 1.3rem; }
.subject-details-enhanced .university-card {
  background: var(--primary);
  color: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 260px;
  gap: 1.2rem;
}
.subject-details-enhanced .uni-logo {
  width: 60px;
  height: 60px;
  background: var(--accent);
  border-radius: 50%;
  margin-bottom: 1rem;
}
.subject-details-enhanced .uni-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.subject-details-enhanced .uni-arabic {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.subject-details-enhanced .uni-english {
  font-size: 1.1rem;
  opacity: 0.9;
}
.subject-details-enhanced .uni-course {
  background: var(--accent);
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 0.7rem;
  padding: 0.3rem 1.2rem;
  margin-top: 0.7rem;
}
@media (max-width: 900px) {
  .subject-details-enhanced {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .subject-details-enhanced .university-card {
    min-width: unset;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1.5rem 1rem;
  }
  .subject-details-enhanced .uni-info { align-items: flex-start; }
}
@media (max-width: 600px) {
  .subject-details-enhanced .subject-info { padding: 1rem; }
  .subject-details-enhanced .metrics-grid { grid-template-columns: 1fr 1fr; }
  .subject-details-enhanced .price-duration { flex-direction: column; gap: 1rem; }
}

/* Program Card (More about this program) */
.program-card {
  background: var(--primary);
  color: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 260px;
  gap: 1.2rem;
}
.program-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  align-self: flex-start;
}
.program-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.program-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: rgba(255,255,255,0.08);
  border-radius: 0.7rem;
  padding: 0.7rem 1rem;
}
.program-label {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.85;
}
.program-value {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
.subscribe-btn-card {
  background: linear-gradient(90deg, #ffb43a 0%, #ffda77 100%);
  color: var(--primary);
  border: none;
  border-radius: 2.5rem;
  padding: 1.1rem 0;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(44, 35, 99, 0.10);
  transition: background 0.2s, color 0.2s, transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 2rem !important;
  gap: 0.7rem;
  position: relative;
  overflow: hidden;
}
.subscribe-btn-card::before {
  content: "\1F511"; /* key emoji as a creative icon, can be replaced with SVG */
  font-size: 1.4rem;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.2s;
}
.subscribe-btn-card:hover,
.subscribe-btn-card:focus {
  background: linear-gradient(90deg, #ffda77 0%, #ffb43a 100%);
  color: #fff;
  transform: translateY(-3px) scale(1.04) rotate(-1deg);
  box-shadow: 0 8px 32px rgba(44, 35, 99, 0.18);
  text-decoration: none;
  outline: none;
}
.subscribe-btn-card:hover::before,
.subscribe-btn-card:focus::before {
  transform: scale(1.2) rotate(-10deg);
}
@media (max-width: 900px) {
  .program-card {
    min-width: unset;
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .program-list { width: 100%; }
}

.lst-lesson {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.sec-lesson {
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}
.item-lesson {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .lst-lesson {
    padding: 0.5rem 0;
  }
  .sec-lesson {
    padding: 0 0.5rem;
  }
}
@media (max-width: 600px) {
  .lst-lesson {
    padding: 0.2rem 0;
  }
  .sec-lesson {
    padding: 0 0.2rem;
  }
  .item-lesson {
    padding: 0.5rem 0;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
    padding: 0 0.5rem;
  }
  .subject-details-enhanced {
    gap: 1.5rem;
  }
}
@media (max-width: 900px) {
  .subject-details-enhanced {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .program-card {
    width: 100%;
    min-width: unset;
    padding: 1.5rem 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 0.2rem;
  }
  .subject-details-enhanced {
    margin: 1rem 0;
    gap: 1rem;
  }
  .program-card {
    padding: 1rem 0.5rem;
    margin-top: 1rem;
  }
  .subject-details-enhanced .subject-info {
    padding: 1rem;
  }
}
img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
.subject-details-enhanced .subject-info,
.program-card {
  width: 100%;
  box-sizing: border-box;
}
.metrics-grid {
  width: 100%;
  box-sizing: border-box;
}
.subject-title, .program-card h4 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
}
.price-card, .duration-card, .cta.share-btn, .metric-card, .program-item, .subscribe-btn-card {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
}
input, button, .subscribe-btn-card, .cta.share-btn {
  min-height: 48px;
  font-size: 1rem;
  border-radius: 1.2rem;
}
/* Remove fixed widths from any card or sidebar */
.program-card, .university-card, .subject-info, .metrics-grid, .lst-lesson, .sec-lesson, .item-lesson {
  max-width: 100%;
}
/* Ensure no horizontal scroll */
body {
  overflow-x: hidden;
}

/* Fix for select dropdown options visibility */
select option {
    color: #333333 !important;
    background-color: #ffffff !important;
}

select option:hover {
    background-color: #f8f9fa !important;
    color: #333333 !important;
}

select option:checked {
    background-color: #e9ecef !important;
    color: #333333 !important;
}

/* Fix for select2 dropdown options visibility */
.select2-container--default .select2-results__option {
    color: #464e5f !important;
    background-color: #ffffff !important;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background-color: #f3f6f9 !important;
    color: #464e5f !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ecf0f3 !important;
    color: #464e5f !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #464e5f !important;
    opacity: 0.6;
}

.select2-container--default .select2-results__options {
    background-color: #ffffff !important;
}

/* Modern Professional Footer Styles */
.modern-footer {
    background: linear-gradient(135deg, #262161 0%, #1e1a4a 50%, #161238 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.footer-main {
    padding: 60px 0 40px;
    position: relative;
    z-index: 1;
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-brand .logo-ft {
    margin-bottom: 20px;
    text-align: left;
}

.footer-brand .logo-ft img {
    width: 120px;
    max-width: 100%;
    filter: brightness(0) invert(1);
}

.company-description {
    color: #b8c5d6;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 300;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-section h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #4a90e2 0%, #262161 100%);
    border-radius: 1px;
}

.footer-section h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

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

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #b8c5d6;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.footer-links li a::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #4a90e2;
}

.footer-links li a:hover {
    color: #4a90e2;
    padding-left: 15px;
}

.footer-links li a:hover::before {
    opacity: 1;
}

.social-media h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-links li a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.social-links li a i {
    font-size: 16px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-item i {
    color: #667eea;
    font-size: 18px;
    margin-top: 2px;
    min-width: 18px;
}

.contact-item div h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-item div a,
.contact-item div p {
    color: #b8c5d6;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    transition: color 0.3s ease;
}

.contact-item div a:hover {
    color: #667eea;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.copyright,
.powered-by {
    color: #b8c5d6;
    font-size: 14px;
    margin: 0;
}

.powered-by a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.powered-by a:hover {
    color: #764ba2;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float a:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
}

.whatsapp-float a i {
    font-size: 24px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    }
    50% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
    }
    100% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    }
}

/* RTL Support */
.rtl-style .footer-section h5::after {
    left: auto;
    right: 0;
}

.rtl-style .footer-links li a::before {
    left: auto;
    right: -15px;
}

.rtl-style .footer-links li a:hover {
    padding-left: 0;
    padding-right: 15px;
}

.rtl-style .contact-item {
    flex-direction: row-reverse;
}

.rtl-style .whatsapp-float {
    right: auto;
    left: 30px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-main {
        padding: 40px 0 30px;
    }
    
    .footer-brand .logo-ft {
        text-align: center;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h5::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .social-links {
        justify-content: center;
    }
    
    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 30px 0 20px;
    }
    
    .footer-section h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .company-description {
        font-size: 14px;
    }
    
    .footer-links li a {
        font-size: 13px;
    }
    
    .contact-item div h6,
    .contact-item div a,
    .contact-item div p {
        font-size: 13px;
    }
    
    .copyright,
    .powered-by {
        font-size: 12px;
        text-align: center;
    }
    
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-float a {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-float a i {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 25px 0 15px;
    }
    
    .footer-brand .logo-ft img {
        width: 100px;
    }
    
    .social-links {
        gap: 8px;
    }
    
    .social-links li a {
        width: 35px;
        height: 35px;
    }
    
    .social-links li a i {
        font-size: 14px;
    }
    
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
    
    .rtl-style .whatsapp-float {
        right: auto;
        left: 15px;
    }
}

/* 3x3 Grid Layout for Subjects */
.subjects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.subjects-grid .col-lg-4 {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
}

@media (max-width: 991px) {
    .subjects-grid .col-lg-4 {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .subjects-grid .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Continue Button Styling */
#continueButton {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

#continueButton:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

#continueButton:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Loading Spinner */
.ajax-load {
    padding: 20px;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}
