@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

:root {
    --primary: #0A6DBE;
    --black: #202124;
    --white: #FFFFFF;
    --text-muted: #7C7E8C;
    --warning: #F2D422;
    --border-color: #E1E1E1;
    --bg-light: #F9F9F9;
    --bg-primary-light: #F7FAFD;
    --success: #1F7F35;
    --linear-primary: linear-gradient(180deg, #FFFFFF 50%, #0A6DBE 395.83%);
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Bricolage Grotesque", sans-serif;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    color: var(--black);
    font-weight: 600;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style-type: none;
}
p:last-child {
    margin-bottom: 0;
}
a:-webkit-any-link:focus-visible {
    outline: none;
}
.btn {
    padding: 11px 24px;
    border-radius: 100px;
    font-weight: 600;
    border: 1px solid var(--white);
    line-height: normal;
    box-shadow: 0 -3px 4px 0 rgba(98, 171, 231, 0.81) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 0 18.6px 0 rgba(10, 109, 190, 0.25);
    transition: 0.5s all;
}
.btn-primary {
    background: var(--primary);
}
.btn-primary:hover {
    background: var(--primary);
    border: 1px solid var(--white);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: var(--primary);
    border: 1px solid var(--white);
}
.btn.btn-primary:hover {
    transform: scale(1.05);
}

/*============================
  Header
============================*/
.header {
    padding: 16px 40px;
    background: var(--white);
    z-index: 999;
}
.header.is-scrolled {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px)
}
.logo a {
    display: block;
}
.header-item-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.header-icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    background: var(--primary);
    border: 1px solid var(--white);
    transition: 0.5s all;
    box-shadow: 0 -3px 4px 0 rgba(98, 171, 231, 0.81) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset, 0 0 18.6px 0 rgba(10, 109, 190, 0.25);
}
.header-icon:hover {
    transform: scale(1.05);
}

/*============================
  Banner Section
============================*/
.banner-bg .bg-01 {
    position: absolute;
    left: -100px;
    top: 60px;
    z-index: -1;
    max-width: 550px;
}
.banner-bg .bg-02 {
    position: absolute;
    right: -100px;
    top: -120px;
    z-index: -1;
    max-width: 550px;
}
.banner-section {
    padding: 40px 0 60px;
}
.banner-top-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.banner-top-items li{
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    padding: 8px 16px;
    border-radius: 100px;
    color: var(--black);
    display: inline-flex;
    align-items: center;
}
.banner-content h1 {
    font-size: 56px;
    text-align: center;
    margin-bottom: 32px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.banner-content h1 span {
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-weight: 400;
    display: block;
}
.banner-content p {
    font-size: 18px;
    margin-bottom: 32px;
}
.banner-content p span {
    font-weight: 600;
}
.banner-content h1::after {
    content: "";
    background: url(../images/icons/title.png);
    position: absolute;
    right: -40px;
    top: -10px;
    width: 57px;
    height: 57px;
    background-size: 57px;
    background-repeat: no-repeat;
}
.right-curve-img {
    position: absolute;
    left: -85px;
    top: -37px;
}
.container.position-relative {
    z-index: 1;
}

/*============================
  Hour Section
============================*/
.hour-section {
    background: var(--bg-primary-light);
    padding: 60px 0;
}
.section-header {
    text-align: center;
    margin-bottom: 40px;
}
.section-header .title-badge {
    font-size: 16px;
    color: var(--primary);
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
}
.section-header h2 {
    font-size: 48px;
    margin-bottom: 0;
}
.section-header h2 span {
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-weight: 400;
}
.module-items {
    display: inline-flex;
    flex-direction: column;
}
.module-list {
    display: flex;
    align-items: start;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
    text-align: left;
}
.module-list::before {
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(137.11deg, #0A6DBE 1.71%, rgba(10, 109, 190, 0) 98.29%);
    position: absolute;
    left: 25px;
    top: 10px;
}
.module-icon-main {
    background: linear-gradient(137.11deg, #0A6DBE 1.71%, rgba(10, 109, 190, 0) 98.29%);
    border-radius: 50%;
    padding: 1px;
    margin-right: 24px;
}
.module-list .module-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.module-content span {
    color: var(--primary);
    font-size: 11px;
    display: block;
    font-weight: 600;
}
.module-content h4 {
    font-size: 20px;
    font-weight: 700;
}
.module-items .module-list:last-child::before {
    display: none;
}
.module-items .module-list:last-child {
    padding-bottom: 0;
}
.module-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

/*============================
  Instructure Section
============================*/
.instructure-section {
    padding: 60px 0;
}
.ins-img {
    background: linear-gradient(180.97deg, #0A6DBE -5.59%, #053258 65.09%);
    border-radius: 32px;
    padding: 8px 8px 0;
    position: relative;
    overflow: hidden;
}
.ins-left-content {
    position: relative;
}
.ins-indo-detail {
    background: linear-gradient(95.97deg, #FFFFFF -25.68%, rgba(255, 255, 255, 0) 104.33%);
    padding: 1px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
}
.ins-info {
    backdrop-filter: blur(19.799999237060547px);
    border-radius: 100px;
    padding: 8px;
    text-align: center;
}
.ins-info h4 {
    font-size: 20px;
    color: var(--white);
}
.ins-info p {
    color: var(--white);
    font-size: 16px;
}
.section-header .round-shape {
    position: relative;
    padding: 15px 6px;
    white-space: nowrap;
}
.section-header .round-shape::before {
    content: "";
    width: 185px;
    height: 100%;
    background: url(../images/icons/circle.svg);
    position: absolute;
    top: 0;
    left: -9px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.section-header p {
    font-size: 18px;
}
.ins-head.section-header {
    text-align: left;
    margin-bottom: 24px;
}
.ins-head h2 {
    max-width: 550px;
    margin-bottom: 22px;
}
.ins-feature-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}
.ins-feature-list li {
    background: #0A6DBE0D;
    color: var(--primary);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 16px;
}
.detail-list {
    border: 1px solid var(--border-color);
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
}
.detail-list h5 {
    font-size: 14px;
}
.detail-list p {
    font-size: 13px;
}
.feature-details .detail-list:last-child {
    margin-bottom: 0;
}

/*============================
  Acheivements Section
============================*/
.acheivements-section {
    padding: 24px 50px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.acheivements-item {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.acheivement-list h3 {
    font-size: 48px;
}
.acheivement-list p {
    font-size: 18px;
}
.acheivements-item .divider {
    width: 1px;
    height: 90px;
    background: var(--border-color);
}

/*============================
  Testimonials Section
============================*/
.testimonial-section {
    padding: 120px 0 60px;
}
.test-sec-bg .bg-01 {
    position: absolute;
    left: -130px;
    top: -120px;
    max-width: 550px;
    z-index: -1;
}
.test-sec-bg .bg-02 {
    position: absolute;
    right: -230px;
    top: -120px;
    max-width: 550px;
    z-index: -1;
    transform: rotatey(180deg);
}
.section-header.testi-title-head h2 {
    display: inline-block;
    position: relative;
}
.section-header.testi-title-head h2::after {
    content: "";
    background: url(../images/icons/title.png);
    position: absolute;
    right: -40px;
    top: -10px;
    width: 57px;
    height: 57px;
    background-size: 57px;
    background-repeat: no-repeat;
}
.section-header.testi-title-head h2 span {
    display: block;
}
.testi-video-card {
    background: #E9F3FF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.video-thumbnail {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.testi-video-card .user-detail{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 20px;
}
.video-thumbnail .testi-thumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}
.video-thumbnail.is-playing .testi-thumb-video {
    display: block;
}
.play-btn-main {
    background: #FFFFFF33;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s all;
}
.play-btn-main::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(140.04deg, #FFFFFF 7.39%, rgba(255, 255, 255, 0) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.video-play-btn {
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    background-color: var(--white);
    background-image: url(../images/icons/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 14px 0px #00000033;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 2;
}
.video-play-btn:hover {
    transform: scale(1.08);
}
.video-thumbnail.is-playing .play-btn-main {
    opacity: 0;
    transform: translate(-50%,-50%) scale(0);
}
.video-thumbnail.is-playing:hover .play-btn-main {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
.video-thumbnail.is-playing .play-btn-main .video-play-btn {
    background-color: rgba(255,255,255,0.6);
    background-image: url(../images/icons/pause.svg);
}
.video-thumbnail.is-playing.is-paused .play-btn-main {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
.video-thumbnail.is-playing.is-paused .play-btn-main .video-play-btn {
    background-color: var(--white);
    background-image: url(../images/icons/play.svg);
}
.user-detail {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    position: relative;
    flex: 1;
    margin-bottom: 15px;
}
.user-detail .user-head {
    padding: 8px 16px;
    border-bottom: 1px solid var(--border-color);
}
.user-detail .user-body {
    padding: 16px;
}
.user-detail .user-body p {
    font-size: 15px;
}
.user-detail .user-info h6 {
    font-size: 15px;
}
.user-detail .user-info p {
    font-size: 15px;
    font-weight: 500;
}

/*============================
  Client Section
============================*/
.our-client-section {
    background: #0A6DBE0D;
    padding: 60px 0;
}
.client-sec-bg .bg-01 {
    position: absolute;
    left: -200px;
    top: -10px;
    z-index: -1;
    max-width: 550px;
}
.client-sec-bg .bg-02 {
    position: absolute;
    right: -188px;
    top: -140px;
    z-index: -1;
    max-width: 550px;
    transform: rotate(180deg);
}
.our-client-card {
    border: 1px solid var(--border-color);
    padding: 24px;
    border-radius: 16px;
    background: var(--white);
    height: 100%;
    position: relative;
    z-index: 1;
    transition: 0.5s all;
}
.our-client-card:hover {
    transform: translateY(-5px);
}
.client-icon-main {
    background: linear-gradient(137.11deg, #0A6DBE 1.71%, rgba(10, 109, 190, 0) 98.29%);
    border-radius: 50%;
    padding: 1px;
    margin-bottom: 24px;
    display: inline-flex;
}
.client-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bg-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.client-info h5 {
    font-size: 18px;
    margin-bottom: 16px;
}
.client-btn {
    text-align: center;
    margin-top: 50px;
}


/*============================
  Course Section
============================*/
.course-section {
    background: rgba(10, 109, 190, 0.05);
    padding: 60px 0;
}
.section-header.course-title {
    max-width: 770px;
    margin: 0 auto 40px;
}
.course-sec-bg .bg-01 {
    position: absolute;
    left: -130px;
    top: -70px;
    max-width: 550px;
    z-index: -1;
}
.course-sec-bg .bg-02 {
    position: absolute;
    right: -230px;
    top: -120px;
    max-width: 550px;
    z-index: -1;
    transform: rotate(180deg);
}
.carousel-wrapper {
    position: relative;
}
.carousel-track-container {
    overflow: hidden;
}
.carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
.course-card {
    background: linear-gradient(154.69deg, rgba(10, 109, 190, 0.05) 10.74%, rgba(255, 255, 255, 0) 98.73%);
    background-color: #ffffff;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    flex: 0 0 calc((100% - 48px) / 3);
    overflow: hidden;
    box-shadow: 5px 4px 25px 0px rgba(10, 109, 190, 0.08);
}
.card-media {
    position: relative;
    padding: 20px 20px 0 20px;
}
.mentor-photo {
    display: block;
    width: 100%;
    border-radius: 16px;
}
.course-card-body {
    padding: 12px 16px;
}
.filling-fast {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--warning);
    border: 1px solid var(--warning);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 100px;
    margin-bottom: 12px;
    line-height: normal;
}
.schedule-line {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--black);
    margin-bottom: 16px;
}
.schedule-line svg {
    flex-shrink: 0;
}
.course-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--black);
}
.course-desc {
    font-size: 15px;
    margin-bottom: 12px;
    flex: 1;
}
.price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
    margin-bottom: 12px;
}
.price-now {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
}
.price-old {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-muted);
}
.price-save {
    font-size: 16px;
    font-weight: 600;
    color: var(--success);
}
.price-rating {
    background: #F0F1F5;
    border-radius: 4px;
    padding: 4px;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    line-height: normal;
}
.price-rating svg {
    fill: var(--star);
}
.enroll-btn {
    display: block;
    width: 100%;
    background: var(--blue);
    color: var(--white);
    border: none;
    padding: 13px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease;
}
.enroll-btn:hover {
    background: var(--blue-dark);
}
.carousel-arrow-main {
    background: rgba(10, 109, 190, 0.06);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 38%;
    z-index: 2;
}
.carousel-arrow-main::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(140.04deg, #FFFFFF 7.39%, rgba(255, 255, 255, 0) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.carousel-arrow-main.prev-arrow {
    left: 0;
}
.carousel-arrow-main.next-arrow {
    right: 0;
}
.carousel-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 12px rgba(20,30,40,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: background 0.2s ease, transform 0.15s ease;
    color: var(--dark);
}
.carousel-arrow:hover {
    background: var(--bg-light);
}
.carousel-arrow:active {
    transform: scale(0.94);
}
.carousel-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.carousel-arrow:disabled:hover {
    background: var(--white);
}
.carousel-arrow svg {
    width: 24px;
    height: 24px;
}


/*============================
  Footer Section
============================*/
.footer {
    background: linear-gradient(171.71deg, #0A6DBE -10.83%, #053258 63.39%);
    padding: 60px 0 0;
    overflow: hidden;
}
.footer-sec-bg .bg-01 {
    position: absolute;
    bottom: -100px;
    left: -30px;
    max-width: 500px;
    z-index: -1;
}
.footer-sec-bg .bg-02 {
    position: absolute;
    top: -170px;
    right: -100px;
    max-width: 500px;
    transform: rotatex(180deg);
    z-index: -1;
}
.footer-content {
    text-align: center;
    margin-bottom: 24px;
}
.footer-content h2 {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 0;
}
.footer-content h2 span {
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-weight: 400;
    display: block;
}
.time-remains {
    background: #FFFFFF24;
    padding: 8px;
    border-radius: 16px;
    display: flex;
    max-width: max-content;
    margin:  0 auto 24px;
}
.time-remains ul {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.time-remains ul li {
    flex-shrink: 0;
}
.time-remains .count-card {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 10px;
    width: 62px;
}
.time-remains h3 {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: normal;
}
.time-remains p {
    color: #6F6F6F;
}
.time-remains .colon-divider {
    font-size: 40px;
    color: var(--white);
}
.right-curve-img-02 {
    position: absolute;
    left: -85px;
    top: 5px;
}
.footer .footer-bottom {
    background: linear-gradient(255.04deg, #0A6DBE -55.1%, #053258 67.52%);
    padding: 30px 60px;
    margin-top: 60px;
}
.footer-bottom-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-logo p {
    color: #E0E6EB;
}
.footer-contact-info a {
    color: #E0E6EB;
    transition: 0.5s all;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.footer-contact-info a::before {
    content: "";
    background: var(--white);
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
    transition: .5s all;
}
.footer-contact-info a:hover::before {
    width: 100%;
    opacity: 1;
}
.social-media {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 16px;
}
.social-media li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.26px solid var(--white);
    border-radius: 50%;
}
.social-media li a img {
    transition: .5s all;
}
.social-media li a:hover img {
    transform: rotatey(360deg);
}
.footer-bottom-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    border-top: .5px solid rgba(225, 225, 225, 0.3);

    margin-top: 24px;
    padding-top: 24px;
}
.footer-bottom-two p {
    color: #E0E6EB;
}
section {
    overflow: hidden;
}
.mobile-bottom-btn {
    display: none;
}
/* Chrome/Edge - the big centered play button overlay */
.testi-thumb-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

/* Safari - "start playback" button (shows before first play) */
.testi-thumb-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
    appearance: none !important;
    pointer-events: none !important;
}
.testi-thumb-video::-webkit-media-controls-airplay-button {
    display: none !important;
}

/*============================
  Responsive
============================*/
@media (max-width: 1199.98px) {
    .acheivement-list h3 {
        font-size: 38px;
    }
    .acheivement-list p {
        font-size: 16px;
    }
    .acheivements-item .divider {
        height: 75px;
    }
}
@media (max-width: 991.98px) {
    .banner-content h1 {
        font-size: 46px;
    }
    .banner-content p {
        font-size: 16px;
    }
    .section-header h2 {
        font-size: 38px;
    }
    .module-content h4 {
        font-size: 18px;
    }
    .section-header p {
        font-size: 16px;
    }
    .acheivements-item {
        gap: 5px;
    }
    .acheivements-section {
        padding: 24px 30px;
    }
    .acheivement-list h3 {
        font-size: 30px;
    }
    .acheivement-list p {
        font-size: 15px;
    }
    .testimonial-section {
        padding: 60px 0;
    }
    .video-thumbnail .testi-thumb-video {
        aspect-ratio: 3/3;
    }
    .footer-content h2 {
        font-size: 38px;
    }
    .course-card{
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

@media (max-width: 767.98px) {
    .header {
        padding: 16px 20px;
    }
    .banner-content h1 {
        font-size: 38px;
    }
    .section-header h2 {
        font-size: 32px;
    }
    .section-header,.section-header.course-title {
        margin-bottom: 24px;
    }
    .banner-section,.hour-section,.instructure-section {
        padding: 40px 0;
    }
    .testimonial-section,.our-client-section,.course-section {
        padding: 40px 0;
    }
    .video-thumbnail .testi-thumb-video {
        aspect-ratio: 3/4;
    }
    .acheivements-item {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .acheivement-list {
        text-align: center;
    }
    .acheivements-item .divider {
        width: 100%;
        height: 1px;
    }
    .acheivement-list h3 {
        font-size: 26px;
    }
    .acheivements-section {
        padding: 20px;
    }
    .footer-content h2 {
        font-size: 32px;
    }
    .footer .footer-bottom {
        padding: 20px;
    }
    .course-card{
        flex: 0 0 100%;
    }
}
@media (max-width: 575.98px) {
    .header {
        padding: 16px 0;
    }
    .header-item-right {
        gap: 8px;
    }
    .header-item-right .btn {
        display: none;
    }
    .banner-bg .bg-01 {
        max-width: 300px;
    }
    .banner-bg .bg-02 {
        max-width: 300px;
    }
    .banner-top-items {
        gap: 16px;
    }
    .banner-content h1 {
        margin-top: 0;
    }
    .course-sec-bg .bg-01 {
        max-width: 300px;
    }
    .course-sec-bg .bg-02 {
        max-width: 300px;
    }
    .instructure-section.ins-sec-two {
        padding-top: 0;
    }
    .section-header .round-shape {
        padding: 11px 3px;
    }
    .module-list {
        padding-bottom: 30px;
    }
    .module-footer-btn {
        margin-top: 30px;
    }
    .module-content h4 {
        font-size: 16px;
    }
    .acheivements-section {
        padding: 20px 0;
    }
    .test-sec-bg .bg-01 {
        max-width: 300px;
    }
    .test-sec-bg .bg-02 {
        max-width: 300px;
    }
    .video-thumbnail .testi-thumb-video {
        aspect-ratio: 3/5;
    }
    .client-sec-bg .bg-01 {
        max-width: 300px;
    }
    .client-sec-bg .bg-02 {
        max-width: 300px;
    }
    .footer-content h2 {
        font-size: 32px;
    }
    .footer-sec-bg .bg-01 {
        max-width: 300px;
        left: 0;
    }
    .footer-sec-bg .bg-02 {
        max-width: 500px;
        right: 0;
    }
    .banner-content h1::after,.section-header.testi-title-head h2::after {
        display: none;
    }
    .right-curve-img,.right-curve-img-02 {
        display: none;
    }
    .time-remains .count-card {
        width: 52px;
    }
    .time-remains h3 {
        font-size: 25px;
    }
    .social-media {
        justify-content: start;
    }
    .ins-info h4 {
        font-size: 18px;
    }
    .ins-info p {
        font-size: 14px;
    }
    .container,.container-fluid {
        padding: 0 24px;
    }
    .mobile-bottom-btn {
        display: block;
        position: fixed;
        padding: 16px 24px 24px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(4px)
    }
}