@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav.ms-auto li {
    display: flex;
    justify-content: center;
    align-items: center;
}



.block-button {
    padding: 8px 20px;
}

.block-button a {
    margin: 0px;
    padding: 0px !important;
}

:root {
    /* New Palette */
    --color-light-blue: #C3DBFF;
    --color-primary-blue: #0056D2;
    --color-lightest: #F0F6FF;
    --color-dark-navy: #262D46;
    --color-gray-blue: #71759C;
    --color-darker-navy: #20293E;
    --color-lavender: #D0D2EB;
    --color-footer-bg: #19213B;
    --color-white: #ffffff;
    --color-footer-lightgrey: #A6ACBF;
    --color-light-gray: #f0f6ff;
    --color-yellow: #FFC300;
    --color-red: #EE651B;
    /* Font Sizes */
    --fs-16: 1rem;
    /* 16px */
    --fs-18: 1.125rem;
    /* 18px */
    --fs-20: 1.25rem;
    /* 20px */
    --fs-22: 1.375rem;
    /* 22px */
    --fs-24: 1.5rem;
    /* 24px */
    --fs-30: 1.875rem;
    /* 30px */
    --fs-36: 2.25rem;
    /* 36px */
    --fs-54: 3.375rem;
    /* 54px */

    /* Line Heights */
    --lh-70: 70px;
    --lh-48: 48px;
    --lh-40: 40px;
    --lh-36: 36px;
    --lh-30: 30px;
    --lh-26: 26px;
    --lh-18: 18px;
    --lh-16: 16px;

    /* Theme Mappings */
    --primary-color: var(--color-primary-blue);
    --secondary-color: var(--color-light-blue);
    --dark-bg: var(--color-darker-navy);
    --text-color: var(--color-lightest);
    --glass-bg: rgba(32, 41, 62, 0.7);
    /* Adapted from dark-navy */
    --glass-border: rgba(255, 255, 255, 0.1);
}

body {
    font-family: 'DM Sans 36pt';
    background-color: var(--color-white);
    color: var(--text-color);
}

figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

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

p {
    font-size: var(--fs-18);
    color: var(--color-gray-blue);
    line-height: var(--lh-30);
    font-weight: 400;
}


h1 {
    font-size: var(--fs-54);
    color: var(--color-darker-navy);
    line-height: var(--lh-70);
    font-weight: 700;
    letter-spacing: -1.08px;
}

.container {
    max-width: 1512px;
    padding-left: 30px;
    padding-right: 30px;
}

/* Premium Navbar */
.navbar-custom {
    background: var(--dark-bg);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.nav-link {
    color: var(--color-white);
    font-weight: 500;
    margin-left: 40px;
    position: relative;
    transition: color 0.3s ease;
    font-size: var(--fs-18) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.navbar-brand img {
    max-width: 185px;
    width: 100%;
    height: auto;
}

.btn-nav-top {
    background: var(--color-primary-blue);
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    line-height: var(--lh-30);
    font-size: var(--fs-18);
    color: var(--color-white);
    margin-left: 40px;
    max-width: 188px;
}

.btn-nav-top:hover {
    background: var(--color-primary-blue);
}

/* Custom Navbar Toggler */
.custom-toggler {
    border: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 50px;
    width: 50px;
    outline: none !important;
    box-shadow: none !important;
}

.custom-toggler span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-white);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

/* Toggler Animation State */
.custom-toggler.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.custom-toggler.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.custom-toggler.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Hero section */
.banner-section {
    position: relative;
    padding-top: 117px;
    background-color: var(--color-light-gray);
}

.banner-design1 {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 11%;
    width: 46%;
}

.banner-design1 img {
    height: 100%;
}

.banner-design2 {
    position: absolute;
    top: 12%;
    right: 0;
}

.inner-wrapper {
    position: relative;
    z-index: 1;
}

.mb-24 {
    margin-bottom: 24px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 500;
    line-height: var(--lh-30);
    font-size: var(--fs-20);
    color: var(--color-white);
    text-decoration: none;
    white-space: nowrap;
    height: 100%;
}

.banner-content .banner-btn-blue {
    background-color: var(--color-primary-blue);
}

.banner-content .banner-btn-white,
.course-listing .banner-btn-white {
    background-color: rgba(255, 255, 255, 0.50) !important;
    color: var(--color-primary-blue);
    border: 1px solid var(--color-primary-blue);
}

.course-listing .banner-btn-white:hover {
    background-color: #0056D2 !important;
    color: var(--color-white);
    border: 1px solid var(--color-primary-blue);
}

.course-listing .banner-btn-white .arrow-blue {
    display: block;
}
.course-listing .banner-btn-white .arrow-white {
    display: none;
}

.course-listing .banner-btn-white:hover .arrow-blue {
    display: none;
}
.course-listing .banner-btn-white:hover .arrow-white {
    display: block;
}


.banner-section .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 50px 0;

}

.banner-section figure {
    margin-top: auto;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    max-width: 789px;
}

.legitimate-courses {
    padding-top: 40px;
}

.legitimate-courses h2 {
    font-size: var(--fs-36);
    color: var(--color-dark-navy);
    line-height: var(--lh-48);
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: -0.72px;
}

.company-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.legitimate-courses .course-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 814px;
    margin-top: 32px !important;
    margin: 0 auto;
    padding-bottom: 80px;
}

.course-category h3 {
    font-size: var(--fs-20);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    font-weight: 500;
    text-align: center;
    padding: 0 32px;
    letter-spacing: -0.4px;
    position: relative;
}

.course-category h3::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background-color: #B0C6E6;
}

.course-category h3:last-child {
    padding-right: 0;
}

.course-category h3:last-child::after {
    display: none;
}

.course-category h3:first-child {
    padding-left: 0;
}

.divider {
    width: 100%;
    height: 1px;
    background: rgba(188, 212, 246, 0.50);
}

.course-listing h2 {
    font-size: var(--fs-36);
    color: var(--color-dark-navy);
    line-height: var(--lh-48);
    font-weight: 700;
}

.course-listing-card-header {
    display: flex;
}

.course-listing-card-header h3 {
    color: #0056D2;
    font-family: "DM Sans 36pt";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 120% */
    letter-spacing: -0.6px;
}

.course-listing-card-header h2 {
    color: #262D46;
    font-family: "DM Sans 36pt";
    font-size: 36px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 100% */
    letter-spacing: -0.72px;
    padding-right: 30px;
}

.course-listing-card-header span {
    color: #B1B1C0 !important;
    text-align: right;
    font-family: "DM Sans 36pt";
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 120% */
    letter-spacing: -0.6px;
}


.course-listing .top-head {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.course-listing {
    padding-top: 83px;
}

.course-listing-wrapper .course-card figure {
    position: relative;
}

.course-listing-wrapper .course-card figure img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}

.course-listing-wrapper .course-card {
    background-color: var(--color-lightest);
    height: 100%;
    display: flex;
    flex-direction: column;
	border: 1px solid transparent;
    border-radius: 5px;
}
.course-listing-wrapper .course-card:hover{
	border: 1px solid var(--color-primary-blue);
}

.course-listing-wrapper .course-card-content {
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.course-listing-wrapper .course-card-content h3 {
    font-size: var(--fs-24);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    font-weight: 600;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
}

.course-listing-wrapper .course-card-content p {
    margin-bottom: 16px;
}

.course-listing-wrapper .course-card-content .course-fee {
    font-size: var(--fs-20);
    color: var(--color-dark-navy);
    line-height: var(--lh-30);
    font-weight: 600;
    display: block;
    margin-bottom: 24px;
}

.course-listing-wrapper .course-card figure .course-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: var(--color-yellow);
    padding: 10px;
    border-radius: 5px;
}

.course-listing-wrapper .course-card figure .course-tag .tag-text {
    font-size: var(--fs-18);
    color: black;
    line-height: var(--lh-16);
    font-weight: 400;
}

.contact-section {
    padding: 130px 0;
}

.contact-block-title h2 {
    color: #262D46;
    text-align: center;
    font-family: "DM Sans 36pt";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}

.banner-section .button-wrapper {
    gap: 20px;
    min-height: 58px;
}

.contact-section .contact-section-wrapper {
    background-image: url('../images/contact-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24px 14px 0 14px;
    position: relative;
    border-radius: 10px;
}

.contact-section .contact-section-wrapper figure img {
    width: 100%;
    height: 100%;
}

.contact-section .contact-section-wrapper figure {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 79.4%;
}

.contact-section .contact-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(75%, -50%);
    max-width: 348px;
    width: 100%;
}

.contact-section .contact-content h2 {
    font-size: var(--fs-36);
    color: var(--color-white);
    line-height: var(--lh-48);
    font-weight: 700;
    text-align: center;
}

.contact-section .whatsapp {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 21px;
    padding-bottom: 24px;
    border-bottom: 1px solid #FFFFFF4D;
}

.contact-section .whatsapp a {
    color: var(--color-white);
    text-decoration: none;
}

.contact-section .whatsapp:last-child {
    border-bottom: none;
    padding-top: 24px;
}

.contact-section .whatsapp-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.contact-section .whatsapp-content .whatsapp-text {
    font-size: var(--fs-18);
    color: var(--color-white);
    line-height: var(--lh-36);
    font-weight: 400;
}

.contact-section .whatsapp-content .whatsapp-number {
    font-size: var(--fs-24);
    color: var(--color-white);
    line-height: var(--lh-36);
    font-weight: 600;
}

/* Contact page sidebar */
.registration-sidebar h2 {
    margin-bottom: 32px !important;
}

.contact-info-item:not(:last-child) {
    margin-bottom: 24px !important;
}

.page-template-contact-page .registration-sidebar {
    padding: 40px !important;
}


/* Our Course */
.course-listing-course {
    padding: 160px 0 120px !important;
    position: relative;
}

.course-listing-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.course-listing-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.course-listing-shape-3 {
    position: absolute;
    top: 314px;
    left: 0;
    z-index: -1;
}

.course-listing-course h1 {
    margin-bottom: 24px;
}

.course-listing-course .course-listing-wrapper {
    margin-top: 60px;
}

.course-listing-course .col-lg-4 {
    margin-bottom: 40px;
}

.pagination-btn {
    gap: 32px;
}

.pagination-btn a {
    background-color: var(--color-primary-blue);
}

/* Course Schedule */
.schedule-listing:not(.related-course-schedule) {
    padding: 160px 0 0px;
    position: relative;
}

.schedule-listing .divider {
    margin: 60px 0;
}

body.page-template-archive-schedule-course > section.schedule-listing {
    padding: 130px 0;
}

.contact-section {
    padding: 280px 0 130px !important;
}

body.home > section.contact-section {
    padding: 130px 0px !important;
}

.course-listing-card-top h2 {
    font-size: var(--fs-30);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    font-weight: 600;
    margin-bottom: 16px;
}

.course-listing-card-top p {
    line-height: var(--lh-18);
}

.course-listing-card-top {
    margin-bottom: 40px;
}

.schedule-listing-card .course-date,
.schedule-listing-card .course-time {
    display: flex;
    gap: 12px;
}

.course-listing-card-top .course-date p {
    color: var(--color-lightest);
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-24);
}

.schedule-listing-card .course-date img,
.schedule-listing-card .course-time img {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    margin-top: 8px;
}

.schedule-listing-card p {
    color: var(--color-dark-navy);
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-36);
}

.schedule-listing-card .row>div {
    margin-bottom: 24px;
}

.schedule-listing-card .inner-card {
    padding: 25px;
    background-color: var(--color-lightest);
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.schedule-listing-card .divider {
    margin: 24px 0;
}

.booking-btn-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 32px;
}

.inner-card .booking-btn-wrapper > * {
    min-width: 99px;
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-tag {
    background-color: var(--color-light-blue);
    color: var(--color-dark-navy);
    padding: 14px 24px;
    border-radius: 5px;
    font-size: var(--fs-20);
    font-weight: 600;
}

.book-now-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid var(--color-primary-blue);
    background-color: var(--color-white);
    color: var(--color-primary-blue);
    border-radius: 5px;
    text-decoration: none;
    font-size: var(--fs-20);
    font-weight: 500;
    transition: all 0.3s ease;
}

.book-now-btn:hover {
    background-color: var(--color-primary-blue);
    color: var(--color-white);
}

.book-now-btn:hover img {
    filter: brightness(0) invert(1);
}

.course-category .divider {
    margin: 40px 0 60px;
}

.inner-card .divider {
    margin: 16px 0;
    width: 70%;
}

.schedule-listing-card .col-lg-4 {
    margin-bottom: 40px;
}

.booking-details h2 {
    font-size: var(--fs-24);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.48px;
}

.booking-details p {
    margin-bottom: 20px;
    line-height: var(--lh-36);
}

.booking-details .fw-semibold {
    font-size: var(--fs-18);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
}

.booking-details .booking-details-wrapper {
    margin-bottom: 60px;
}

.booking-details .booking-details-wrapper:last-child {
    margin-bottom: 0;
}

.booking-details .text-dark-description {
    color: var(--color-dark-navy);
}

/* Course Single */
.course-single .course-content h2 {
    font-size: var(--fs-30);
    color: var(--color-primary-blue);
    line-height: var(--lh-36);
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -0.6px;
}

.course-single .course-content {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.course-single .content-wrapper {
    gap: 60px;
    display: flex;
    flex-direction: column;
}

.requirements .requirements-left .requirements-content {
    max-width: 592px;
    width: 100%;
}

.requirements {
    padding: 80px 0 60px 0;
}

.requirements-content h3 {
    font-size: var(--fs-24);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -0.48px;
}

.requirements-content li {
    list-style: disc;
    color: var(--color-gray-blue);
    font-family: "DM Sans 36pt";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.requirements .requirements-left,
.requirements .requirements-right {
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.course-content-section {
    padding: 80px 0;
    background-color: var(--color-lightest);
}

.course-content-section .row {
}


.course-content-section .row > div {
    padding: 0px;
    max-width: 420px;
}

.course-content-section .row > div:not(:first-of-type):not(:last-of-type) {
    margin: 0 51px;
}

.course-content-section .row > div:first-of-type {
    margin-right: 51px;
}

.course-content-section .row > div:last-of-type {
    margin-left: 51px;
}

.course-content-section h3 {
    font-size: var(--fs-24);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    font-weight: 600;
    margin-bottom: 32px;
    letter-spacing: -0.48px;
}

.course-content-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.course-content-section ul {
    list-style: none !important;
    padding-left: 0 !important;
}
  
.course-content-section li {
    position: relative !important;
    padding-left: 20px !important;
}
  
.course-content-section li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}
  

.course-content-list li {
    font-size: var(--fs-18);
    color: var(--color-dark-navy);
    line-height: var(--lh-40);
    font-weight: 400;
    letter-spacing: -0.36px;
}

.requirements-bottom {
    padding: 80px 0;
}

.course-content-list li::before {
    content: "•";
    color: var(--color-dark-navy);
    font-size: var(--fs-24);
    font-weight: 400;
    display: inline-block;
    margin-right: 12px;
    line-height: var(--lh-40);
    position: relative;
    top: 3px;
}

.course-content-bottom-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.course-content-bottom-list li {
    color: var(--color-gray-blue);
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: var(--lh-30);
    letter-spacing: -0.36px;
    display: flex;
    align-items: flex-start;
}

.course-content-bottom-list li::before {
    content: "•";
    color: var(--color-gray-blue);
    font-size: var(--fs-18);
    font-weight: 400;
    margin-right: 12px;
    line-height: var(--lh-30);
    flex-shrink: 0;
}

.requirements-bottom .divider {
    margin-top: 60px;
}

.single-coures-scheduling h2 {
    font-size: var(--fs-36);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    font-weight: 600;
    margin-bottom: 60px;
    letter-spacing: -0.48px;
}

.single-coures-scheduling h4 {
    font-size: var(--fs-30);
    color: var(--color-primary-blue);
    line-height: var(--lh-36);
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: -0.6px;
}

.single-coures-scheduling h4 span {
    font-size: var(--fs-24);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    font-weight: 400;
    letter-spacing: -0.48px;
}

.single-coures-scheduling .divider {
    margin-top: 60px;
}

.schedule-listing-card .divider {
    margin-top: 24px !important;
}

.tax-product_cat .schedule-listing.course-single .divider {
    margin: 25px 0px 60px 0px;
}

.single-coures-scheduling .scheduling-content {
    margin-bottom: 60px;
}

.single-coures-scheduling {
    padding-bottom: 120px;
}

/* .course-single .course-img {
    margin-bottom: 30px;
} */
.course-single .image-content-block{
	 row-gap: 30px;
}
.requirements-content h3.optional {
    color: var(--color-red);
}

.course-single .course-img img {
    max-width: 592px;
    width: 100%;
}

/* Registration Form Section */
.registration-section {
    padding: 283px 0 129px !important;
}

.registration-sidebar {
    background-color: #DFECFF;
    padding: 50px 40px;
    border-radius: 10px;
    /* height: 100%; */
}

.registration-wrapper .sidebar-wrapper {
    max-width: 390px;
    padding: 0px;
}


.registration-sidebar .course-title {
    font-size: 30px;
    color: var(--color-primary-blue);
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.6px;
    line-height: var(--lh-36);
}

.course-details-box {
    border-radius: 5px;
    background-color: transparent;
}

.course-details-box p {
    font-size: var(--fs-24);
    color: var(--color-dark-navy);
    line-height: var(--lh-36);
    letter-spacing: -0.48px;
}

.course-details-box p span {
    font-weight: 500;
}

.registration-form {
    padding-top: 20px;
}

.registration-form label {
    color: #262D46;
}

#registration-forms-container .registration-form-item {
    padding: 20px; 
    border-radius: 8px; 
    margin-bottom: 20px;
}

.registration-form .form-label {
    font-size: var(--fs-18);
    color: var(--color-dark-navy);
    margin-bottom: 8px;
}

.registration-form .form-control {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    padding: 10px 0;
    font-size: var(--fs-18);
    color: var(--color-dark-navy);
    background-color: transparent;
}

.registration-form .form-control:focus {
    box-shadow: none;
    border-color: var(--color-primary-blue);
    border-bottom-width: 2px;
}

.registration-form .next-btn {
    background-color: var(--color-primary-blue);
    color: var(--color-white);
    padding: 12px 24px;
    font-size: var(--fs-18);
    font-weight: 600;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
}

.registration-form .next-btn:hover {
    background-color: var(--color-dark-navy);
}

/* Contact page */
.contact-info-item .content p,
.contact-info-item .content a {
    font-size: var(--fs-18);
    color: var(--color-dark-navy);
    line-height: var(--lh-30);
    font-weight: 500;
    text-decoration: none;
}

/* CF7 response message */
.wpcf7-response-output {
    color: #262D46;
}


/* Footer */
.footer {
    background-color: var(--color-footer-bg);
    color: var(--color-lightest);
    padding-top: 120px;
    padding-bottom: 60px;
}

.copyright a {
    color: var(--color-gray-blue);
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    text-decoration: unset;
    align-self: center;
}

.copyright span {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: center;
    text-align: center;
}

.text-muted {
    color: var(--color-footer-lightgrey) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-26);
    margin-bottom: 0;
    max-width: 407px;
}

.footer-link {
    color: var(--color-white);
    text-decoration: none;
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-30);
}

.footer-link:hover {
    color: var(--color-primary-blue);
}

.copyright {
    color: var(--color-gray-blue);
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-30);
}

.lavender {
    color: var(--color-lavender) !important;
    font-family: "DM Sans 36pt";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.list-unstyled {
    max-width: 246px;
}

footer h5 {
    margin-bottom: 20px;
}

.footer-head {
    color: var(--color-white);
    text-decoration: none;
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-30);
}

/* ===============================
   404 SECTION
================================= */

.error-404-section {
    background: #f4f6fb;
    padding: 120px 20px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.error-404-section .container {
    width: 100%;
}

/* ===============================
   TEXT STYLES
================================= */

.error-code {
    font-size: 120px;
    font-weight: 700;
    color: #1f2a44;
    margin-bottom: 10px;
    line-height: 1;
}

.error-title {
    font-size: 36px;
    font-weight: 600;
    color: #1f2a44;
    margin-bottom: 15px;
}

.error-description {
    font-size: 16px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 40px;
}

/* ===============================
   CARD STYLE
================================= */

.error-card {
    background: #e9edf5;
    border-radius: 12px;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 30px;
}

.error-card h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #262D46;
}

/* ===============================
   BUTTON STYLE
================================= */

.btn-primary-custom {
    display: inline-block;
    padding: 14px 30px;
    background: #1c5fd4;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background: #144bb0;
    color: #fff;
}


/* ------------------------------------ */

footer .mb-12 {
    margin-bottom: 12px;
}

footer .mt-32 {
    margin-top: 32px;
}

footer hr {
    margin: 90px 0 40px;
}

@media(max-width: 1499px) {
	
.course-content-section .row > div:not(:first-of-type):not(:last-of-type) {
    margin: 0px !important;
}

.course-content-section .row > div:first-of-type {
    margin-right: 0px;
}

.course-content-section .row > div:last-of-type {
    margin-left: 0px;
}
}

@media (max-width: 1199px) {
    .course-listing-shape-3 {
        position: absolute;
        top: 12%;
        left: 0;
        z-index: -1;
    }
    
    .booking-btn-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-section .contact-content {
        transform: translate(30%, -50%);
    }

    .footer-link {
        font-size: 15px !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 991px) {

    .requirements {
        gap: 30px;
		padding: 30px 0px;
    }

    .navbar-collapse {
        padding: 0 !important;
    }

    .navbar-collapse.collapse.show {
        height: 100vh;
    }

    .registration-wrapper .sidebar-wrapper {
        max-width: unset;
        padding: 20px 0;
    }    

    .course-single .course-img img {
        max-width: 100%;
    }

    .single-coures-scheduling h2 {
        margin-bottom: 40px;
    }

    .course-single .course-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .schedule-listing {
        padding: 160px 0 50px !important;
    }

    .related-course-schedule {
        padding-top: 50px !important;
    }

    .course-listing-wrapper .course-card-content {
        padding: 25px;
    }

    .pagination-btn {
        flex-direction: column;
    }
    
    body.home > section.contact-section {
	    padding: 80px 0px !important;
	}

    .course-listing-course {
        padding: 100px 0px !important;
    }

    .banner-section figure {
        max-width: 100%;
    }

    .banner-design1 {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 2%;
        width: 100%;
    }

    .course-listing-wrapper .col-lg-4 {
        margin-bottom: 30px;
    }

    .course-category h3 {
        padding: 0px;
    }
    

    .legitimate-courses .course-category {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 40px;
    }

    .course-category h3::after {
        width: 0px;
    }

    .contact-section .contact-section-wrapper {
        padding: 52px 14px 0 14px;
    }

    .contact-section .whatsapp {
        border-bottom: 0px;
    }

    .contact-section .whatsapp:last-child {
        border-bottom: none;
        padding-top: 0px;
    }

    .contact-section {
        padding: 80px 0;
    }

    .contact-section .contact-section-wrapper figure {
        width: 100%;
    }

    .contact-section .contact-content {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        max-width: 100%;
        display: flex;
        gap: 30px;
        justify-content: center;
    }

    .nav-link,
    .nav-link.active {
        color: var(--color-dark-navy) !important;
        font-weight: 700;
    }

    .nav-link:hover {
        color: var(--color-dark-navy) !important;
    }

    .nav-link::after {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--color-white);
        padding: 2rem;
        text-align: center;
    }

    .navbar-nav {
        gap: 20px;
        padding: 50px 0;
    }

    .btn-nav-top {
        margin: 0 auto;
        width: 100%;
        display: inline-block;
        max-width: 200px;
    }

    .btn-nav-top a{
        color: #fff !important;
    }

    .nav-link {
        margin-left: 0px;
    }

    footer hr {
        margin: 40px 0 30px;
    }

    .error-code {
        font-size: 90px;
    }

    .error-title {
        font-size: 28px;
    }

    .error-card {
        padding: 30px 20px;
    }

    .category-navigation.container {
        margin: 0px auto 100px auto !important;
    }

    body > section.schedule-listing.related-course-schedule > div > div.course-category > div.row > div > div > div > h3 {
        padding-left: 30px;
    }
	
	.course-content-section .container .row {
		gap: 10px;
	}

	.course-content-section .container .row > div {
		width: 45%;
	}
}

@media (max-width: 767px) {
    .single-coures-scheduling .divider {
        margin-top: 40px;
    }

    .banner-section .banner-btn {
        width: 100%;
        justify-content: space-between;
    }

    .single-coures-scheduling .scheduling-content {
        margin-bottom: 40px;
    }

    .requirements-bottom {
        padding: 50px 0;
    }

    .course-content-section {
        padding: 50px 0;
    }

    .schedule-listing .divider {
        margin: 24px 0 60px 0;
    }

    .inner-card .divider {
        margin: 24px 0;
        width: 70%;
    }

    .course-listing {
        padding-top: 70px;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .banner-section .button-wrapper {
        align-items: flex-start !important;
        max-width: 75vw;
    }

    .course-listing .top-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .container {
        max-width: 1512px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-section {
        padding: 50px 0 !important;
    }

    .company-logo {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .company-logo .logo-wrapper:last-child {
        order: -1;
    }

    .contact-section .contact-content {
        flex-direction: column;
    }
	
	.course-content-section .container .row {
		gap: unset;
	}

	.course-content-section .container .row > div {
		width: auto;
	}
}

@media (max-width: 575px) {

    .requirements {
        padding: 30px 0 30px 0;
        gap: 20px;
    }
    
    .requirements-content h3 {
        margin-bottom: 10px;
    }

    .course-listing-card-top h2 {
        line-height: 1.5;
    }

    .error-404-section {
        padding: 80px 15px;
    }

    .error-code {
        font-size: 70px;
    }

    .error-title {
        font-size: 22px;
    }

    .banner-section .button-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
        max-width: 45vw;
        margin: 0 auto;
    }

    .error-description {
        font-size: 14px;
        padding: 0 10px;
    }

    .btn-primary-custom {
        width: 100%;
        padding: 14px;
    }

    .schedule-listing {
        padding: 160px 0 30px !important;
    }

    .related-course-schedule {
        padding-top: 30px !important;
    }

    .price-tag {
        width: 100%;
        text-align: center;
    }

    .book-now-btn {
        width: 100%;
        justify-content: center;
    }

    .course-listing-course {
        padding: 90px 0px 70px !important;
    }

    .pagination-btn a {
        width: 100%;
        justify-content: center;
    }

    .course-listing {
        padding-top: 50px;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .banner-section .banner-btn {
        width: 100%;
        justify-content: space-between;
    }

    .course-category .course-listing-card-title {
        font-size: 30px !important;
    }

    .course-content-section li {
        text-indent: -10px;
    }
    
   .course-content-section ul {
        margin-left: 0;
        width: 90%;
    }
    
    .course-content-section .container {
       padding-left: 30px !important;
    }
}

/* Responsive Typography */
@media (max-width: 991px) {
    :root {
        --fs-54: 2.5rem;
        /* ~40px */
        --fs-36: 1.875rem;
        /* ~30px */
        --fs-30: 1.5rem;
        /* ~24px */
        --fs-24: 1.25rem;
        /* ~20px */

        /* Line Heights */
        --lh-70: 52px;
        --lh-48: 40px;
        --lh-36: 30px;
    }

    .banner-design2 {
        display: none;
    }
}

@media (max-width: 575px) {
    :root {
        --fs-54: 2rem;
        /* ~32px */
        --fs-36: 1.625rem;
        /* ~26px */
        --fs-30: 1.375rem;
        /* ~22px */
        --fs-24: 1.125rem;
        /* ~18px */
        --fs-22: 1.125rem;
        /* ~18px */
        --fs-20: 1rem;
        /* ~16px */

        /* Line Heights */
        --lh-70: 42px;
        --lh-48: 34px;
        --lh-36: 28px;
        --lh-30: 24px;
    }
}
