*{
	margin: 0;
	padding: 0;
}
h1, h2, h1, h3, h4{
	font-family: "Poppins", sans-serif !important;	
}
body, h5, h6, p, li, span, a, div{
	font-family: "Inter", sans-serif;
}

/* Light Mode */
:root{
	--body-bg-color: #fff;
	--dark-icon-bg: #000;
	--dark-icon-icon: #fff;
	--primary-btn-bg: linear-gradient( 110deg,  #3b82f6 0%, #8b5cf6 100% );
	--main-btn-bg: linear-gradient( 135deg, #5B3DF5 0%, #7B61FF 100% );
	--main-btn-bg-hover: #3b82f6;
	--light-text: #fff;
	--secndory-light-text: #646464;
	--dark-text: #000;
	--second-btn-border: #00000080;
	--second-btn-border-hover: #3b82f6;
	--menu-color: #000;
	--footer-menu-color: #646464;
	--menu-hover-color: #3b82f6;
	--footer-icon-bg: #000;
	--footer-icon-color: #fff;
	--footer-icon-hover-bg: #3b82f6;
	--footer-right-box-bg: #4848480d;
	--team-item-bg: #081120;
}
/* Dark Mode */
body.dark-mode{
	--body-bg-color: #050816;
	--dark-icon-bg: #fff;
	--dark-icon-icon: #000;
	--dark-text: #fff;
	--menu-color: #fff;
	--second-btn-border: #5a46f18a;
	--footer-icon-bg: #48484833;
	--footer-right-box-bg: #48484833;
	--footer-menu-color: #999999;
	--team-item-bg: #ffffff0f;
}

body{
	background-color: var(--body-bg-color) !important;
}
body:has(.overlay-bg.active) {
    overflow: hidden;
}
/*** header css start here ***/
.main-header {
    padding: 15px 0px;
    border-bottom: 1px solid #3c3c3c;
}
.div_inner {
    width: 100%;
    max-width: 1340px;
    padding: 0px 20px;
    margin: 0px auto;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo img {
    width: 100%;
    max-width: 100px;
}
.header_right_btn {
    display: flex;
    align-items: center;
    gap: 25px;
}
.dark-light-mode p {
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-icon-bg);
    border-radius: 100%;
    cursor: pointer;
}
.dark-light-mode p i {
    font-size: 20px;
	color: var(--dark-icon-icon);
}
.main-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 24px;
    border-radius: 8px;
    color: var(--light-text);
    background: var(--main-btn-bg);
    border: 2px solid var(--main-btn-bg);
}
.main-btn:hover {
	color: var(--light-text);
	background: var(--main-btn-bg-hover);
}
.second-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 24px;
    border-radius: 8px;
    color: var(--dark-text);
    border: 2px solid var(--second-btn-border);
}
.second-btn:hover {
	color: #fff;
	background: var(--main-btn-bg-hover);
	border: 2px solid var(--second-btn-border-hover);
}
.header_menu ul {
    list-style: none;
    display: inline-flex;
    gap: 33px;
}
.header_menu ul li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--menu-color);
    position: relative;
}
.header_menu ul li a:hover{
    color: var(--menu-hover-color);
}
.header_menu ul li a::after {
    position: absolute;
    content: '';
    background: #3b82f6;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -3px;
    box-shadow: 0px -2px 15px 2px #3b82f6;
	opacity: 0;
}
.header_menu ul li.current-menu-item a::after {
	opacity: 1;
}
.main-header.fixed {
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 0px 5px 0px #000000;
	top: 0;
	left: 0;
	right: 0;
}


/*** header css end here ***/

/*** footer css start here ***/
.footer-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 90px;
}
.footer-logo img {
    width: 100%;
    max-width: 100px;
}
.footer-top-row p {
    color: var(--secndory-light-text);
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    max-width: 260px;
}
.footer-top-row .about_store, .footer-top-row .footer_newsletter {
    width: 30%;
}
.footer-top-row .footer_menus {
    display: flex;
    justify-content: space-between;
    width: 40%;
}
.footer_menus > div {
    width: 33.33%;
}
.footer_menus .footer-menu {
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.footer_menus .footer-menu li {
    line-height: normal;
}
.footer_menus .footer-menu a {
    color: var(--footer-menu-color);
    font-size: 15px;
    font-weight: 500;
}
.footer_menus .footer-menu a:hover {
    color: var(--menu-hover-color);
}
.footer-bottom-row {
    padding-bottom: 10px;
}
.footer-bottom-row p {
    color: var(--secndory-light-text);
    text-align: center;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.footer-top-row > div, .footer_menus > div {
    position: relative;
}
.footer-top-row > div::after, .footer_menus > div::after {
    position: absolute;
    content: '';
    background: #3c3c3c;
    width: 1px;
    height: 100%;
    top: 0;
    right: 20px;
}
.footer-top-row h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
	color: var(--dark-text);
}
.footer_newsletter::after{
	display: none;
}
.footer-top-row .about_store ul {
    display: flex;
    list-style: none;
    gap: 10px;
}
.footer-top-row .about_store ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--footer-icon-bg);
    border-radius: 100%;
    color: var(--footer-icon-color);
}
.footer-top-row .about_store ul li a:hover {
    background: var(--footer-icon-hover-bg);
}
.footer-top-row .about_store ul li a i {
    font-size: 18px;
}
.footer_newsletter_in {
    background: var(--footer-right-box-bg);
    padding: 10px 20px 15px;
    border: 1px solid #3c3c3c;
    border-radius: 10px;
}
.footer-input p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    width: 100%;
    max-width: 450px;
    position: relative;
}
.footer-input p br, .footer-input p .wpcf7-spinner {
    display: none;
}
.footer-input p input[type="email"] {
    padding: 10px;
    background: none;
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    font-size: 15px;
    height: 40px;
	color: var(--dark-text);
}
.footer-input p input[type="email"]::placeholder {
	color: var(--dark-text);
}
.footer-input p input.send {
    background-color: var(--primary-btn-bg) !important;
    border: none;
    font-size: 0;
    padding: 10px;
    height: 40px;
    width: 100%;
    max-width: 50px;
    border-radius: 10px;
    background-image: url(http://quantumacademy.lt/wp-content/uploads/2026/05/send.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-input p::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background: var(--primary-btn-bg) !important;
    border-radius: 10px;
}
/*** footer css end here ***/

/**** home page css ******/
.home-hero-section {
    padding: 50px 0px;
}
.hero-banner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.hero-content {
    width: 45%;
}
.hero-image {
    width: 55%;
}
.top-text {
    color: #3b82f6;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    margin: 0;
    text-transform: uppercase;
}
.hero-content h1 {
    font-size: 75px;
    font-weight: 800;
    font-family: "Inter", sans-serif !important;
    line-height: 80px;
    margin: 15px 0px 25px;
	color: var(--dark-text);
}
.hero-content .hero-info {
    color: var(--footer-menu-color);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.hero-content h1 .typed-text {
    background: var(--primary-btn-bg);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-content h1 p {
    display: flex;
    margin: 0;
}
.hero-content h1 p .typing {
    background: var(--dark-icon-bg);
    font-size: 22px;
}
.promary-btn {
    background: var(--primary-btn-bg);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 32px;
    border-radius: 8px;
    display: inline-block;
	box-shadow: 0px 0px 20px 0px rgba(58, 130, 246, 0.5);
}
.promary-btn:hover {
    color: #fff;
	background: var(--main-btn-bg-hover);
}
.banner-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.banner-info-items {
    display: flex;
    margin-top: 30px;
}
.banner-info-item {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #3c3c3c;
}
.banner-info-item:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
.banner-info-item .info_number {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
	color: var(--dark-text);
}
.banner-info-item .info_text {
    color: var(--footer-menu-color);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.banner-info-item:nth-of-type(1) h5 span, .banner-info-item:nth-of-type(3) h5 span {
    color: #3b82f6;
}
.roadmap-section {
    padding: 50px 0px;
}
.road-map-item {
    display: flex;
    align-items: center;
    position: relative;
}
.road-map-item .item-text h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: var(--dark-text);
    font-family: "Inter", sans-serif !important;
}
.road-map-item .item-text p {
    color: var(--footer-menu-color);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.road-map-item .item-count h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-family: "Inter", sans-serif !important;
}
.road-map-item .item-count {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-btn-bg);
    border-radius: 15px;
}
.roadmap-items {
    display: flex;
    flex-flow: column;
    gap: 15px;
}
.road-map-item .item-text {
    padding-left: 50px;
}
.roadmap-items {
    position: relative;
}
.roadmap-items::after, .roadmap-items::before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    border: 1px solid #3c3c3c;
	z-index: -1;
}
.roadmap-items::before {
    left: 60px;
}
.road-map-item::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #3c3c3c;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.road-map-item::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: #3b82f6;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 56px;
}
.roadmap-left-content .heading {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0px 20px;
    max-width: 250px;
	color: var(--dark-text);
}
.roadmap-left-col {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 65%;
    position: relative;
    padding-right: 10px;
}
.roadmap-left-col::after {
    position: absolute;
    content: '';
    background: #3c3c3c;
    width: 1px;
    height: 100%;
    top: 0;
    right: -10px;
}
.roadmap_section_inner{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.roadmap-right-col {
    width: 35%;
    padding-left: 15px;
}
.roadmap-left-content{
    width: 55%;
}
.roadmap-left-image {
    width: 45%;
}
.roadmap-right-col .heading {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0px 20px;
    max-width: 200px;
    color: var(--dark-text);
}
.user_information {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.user_information .user_image {
    width: 100%;
    max-width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 100px;
    background: #3b82f6;
    overflow: hidden;
}
.user_name {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #3b82f6;
    font-family: "Inter", sans-serif !important;
}
.user-info, .star_count, .testimonial-info p {
    color: var(--footer-menu-color);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.user_info {
    margin-top: 4px;
}
.testimonial-info p {
    width: 100%;
    max-width: 80%;
}
.user-review {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.user-review .stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0;
}
.user-review .stars i {
    color: #FF9529;
    font-size: 14px;
}
.user-review .stars i.fa-regular {
    opacity: .7;
}
.testimonial-top-info {
    display: flex;
    gap: 15px;
}
.testimonial-quote i {
    font-size: 40px;
    background: var(--primary-btn-bg);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: auto;
}
.testimonial-quote {
    width: 100%;
    max-width: 55px;
}
.testimonial-item {
    background: var(--footer-right-box-bg);
    padding: 20px 20px 35px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 5px;
}
.testimonial-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 15px;
    background: var(--primary-btn-bg);
    -webkit-mask: 
	linear-gradient(#fff 0 0) content-box, 
	linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; 
	mask-composite: exclude;
    z-index: -1;
}
.testimonial-slider-buttons button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: none;
    background: var(--footer-icon-bg);
    color: var(--footer-icon-color);
    transform: rotate(-90deg);
    font-size: 18px;
}
.testimonial-slider-buttons button:hover, .testimonial-slider-buttons button:focus {
	background: var(--footer-icon-hover-bg);
	color: var(--footer-icon-color);
	outline: none;
	border: none;
}
.our-testimonial {
    position: relative;
}
.testimonial-slider-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.footer_newsletter_in .wpcf7-response-output {
    position: absolute;
    bottom: -45px;
    margin: 0 !important;
}
.default-form {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    max-width: 550px;
    padding: 30px;
    background: #fff;
    z-index: 995;
    transition: .5s ease-in-out;
    transform: translateX(100%);
}
.default-form.active {
    transition: .5s ease-in-out;
    transform: translateX(0%);
}
.overlay-bg {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: .8;
	display: none;
}
.overlay-bg.active {
    display: block;
}
.apply-circle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    cursor: pointer;
}
.apply-circle img {
    width: 100%;
    height: 100%;
    animation: rotation 15s infinite linear;
    will-change: transform;
}
.apply-circle i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
}
@keyframes rotation{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.default-form-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 30px;
}
.default-form-top h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    font-family: Inter, sans-serif;
}
.default-form-top h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    font-family: Inter, sans-serif !important;
    margin: 0;
}
.default-form-top .close-popup {
    margin: 0;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}
.input-fields .input_fields {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}
.input-field p {
    margin: 0;
}
.input-field input, .input-field textarea {
    background: #f2f2f2;
    border: 1px solid #f2f2f2 !important;
    border-radius: 10px !important;
    color: #000;
    font-size: 15px;
    padding: 10px 15px !important;
    line-height: normal;
}
.input-field textarea {
    height: 145px;
}
.input-fields > .input-field {
    margin-bottom: 25px;
}
.input-field label {
    line-height: normal;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color: #000;
}
.input-field input:hover, .input-field textarea:hover {
    background: #dcdcdc;
}
.input-field input:focus, .input-field textarea:focus {
    background: #f0f1f1;
    outline: none;
    box-shadow: 0 0 8px 0 #8b5cf6;
}
.contact-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 50px;
}
.contact-form-bottom p {
    margin: 0;
}
.submit_button .submit.disable {
    cursor: default;
    pointer-events: none;
    background: #929497;
    border-color: #929497;
    box-shadow: none;
}
.submit_button .submit {
    color: #fff;
	border-color: #3b82f6;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    border-radius: 8px;
	background: var(--primary-btn-bg);
    box-shadow: 0px 0px 20px 0px rgba(58, 130, 246, 0.5);
}
.contact-form-bottom  .submit_button {
    position: relative;
    width: 50%;
}
.submit_button .submit:hover, .submit_button .submit:focus {
    background: #3b82f6;
    border: 1px solid #3b82f6;
}
.submit_button .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact-form-bottom .checkbox {
    width: 50%;
}
.contact-form-bottom .checkbox .first {
    margin: 0;
}
.wpcf7-list-item > label input[type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
input[type=checkbox] + span {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
input[type=checkbox] + span a {
    color: #3b82f6;
    padding-left: 4px;
    text-decoration: underline;
}
input[type=checkbox] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: solid 1px #000;
	cursor: default;
    opacity: 0.4;
}
input[type=checkbox]:checked + span:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9'%3e%3cpath d='m1.757 3 2.829 2.828L10.242.172l1.415 1.414-7.071 7.07L.343 4.415z' fill-rule='evenodd'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
}
label.custom-checkbox input[type=checkbox]:focus + span:before, .wpcf7-list-item > label input[type=checkbox]:focus + span:before {
    box-shadow: 0 0 8px 0 #3b82f6;
    background-color: #f0f1f1;
}
.newsletter_banner {
    padding: 20px 0px 20px;
}
.newsletter_banner_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 100px 30px 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
	position: relative;
}
.newsletter_banner_inner::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient( 90deg, #3b82f6, #8b5cf6, #5b3df5 );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.newsletter-left h4 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}
.newsletter-left h4 .first_text {
    color: #3b82f6;
}
.newsletter-left h4 .last_text {
    background: var(--primary-btn-bg);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.newsletter-left h6 {
    color: #fff;
    margin: 10px 0px 0px;
    font-size: 15px;
    font-weight: 500;
}
.our-course-section {
    padding: 50px 0px 0px;
}
.course-top-left h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0px 10px;
    max-width: 300px;
    color: var(--dark-text);
}
.course-top-left h4 span {
    background: var(--primary-btn-bg);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.course-tabs {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.course-tab {
    padding: 12px 34px;
    background: transparent;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--second-btn-border);
    color: var(--dark-text) !important;
    position: relative;
}
.course-tab::after {
    content: "";
    position: absolute;
    width: calc(100% - 34px);
    height: 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #3b82f68f 0%, transparent 70%);
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
.course-tab:hover::after, .course-tab.active::after {
    opacity: 1;
}
.course-tab:hover, .course-tab:focus{
	background: transparent;
	outline: none;
}
.our-course-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-tab-content{
    display:none;
}
.course-tab-content.active{
    display:block;
}
.courses-tabs-content {
    margin-top: 20px;
}
.course-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.course-item {
    background: var(--bg-color);
    border: 1px solid rgba(0,140,255,0.2);
    border-radius: 15px;
    padding: 20px;
    transition: 0.4s;
}
.course-item:hover{
    transform: translateY(-10px);
    border-color: var(--border-color);
    box-shadow: 0 10px 20px -10px var(--border-color);
}
.course-item .item-icon {
    width: 95px;
    height: auto;
}
.course-item .item-icon  .image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-item .item-icon .image img {
    width: 95px;
    height: auto;
}
.course-name {
    font-size: 22px;
    color: #fff;
    margin: 25px 0px;
}
.course-desc {
    color: var(--footer-menu-color);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}
.course-desc p {
    margin: 0;
}
.course-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-info p {
    color: var(--footer-menu-color);
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}
.course-info a {
    width: 30px;
    height: 30px;
    background: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}
.course-info a:focus {
    outline: none;
}
.course-info a:hover {
    color: #fff;
}
.all_course {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 20px auto 0px;
}
.our-course-page {
    padding: 50px 0px;
}
.course_page_top {
    max-width: 600px;
    margin: 0px auto 30px;
}
.course_page_top h3 {
    font-size: 30px;
    margin: 0 0 10px;
    text-align: center;
    color: var(--dark-text);
}
.course_page_top p {
    color: var(--footer-menu-color);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.about-hero {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 20px;
}
.about-hero .inner-page-image {
    width: 60%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.about-hero .inner-page-content {
    width: 40%;
}
.about-hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.inner-page-content h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: left;
    color: var(--dark-text);
}
.inner-page-content p {
    color: var(--dark-text);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
.breadcrumb-wrap {
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    margin-top: 10px;
    overflow: hidden;
}
.breadcrumb-wrap a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
}
.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding: 10px 20px 10px 0px;
    background: #3b82f6;
}
.breadcrumb-item:first-child {
    padding-left: 20px;
}
.breadcrumb-item:last-child {
    padding-left: 40px;
    position: relative;
    background: #8b5cf6;
}
.breadcrumb-item:last-child::after {
    position: absolute;
    content: '';
    background: #0084f1;
    width: 20px;
    height: 40px;
    left: 0;
    top: 0;
    border-radius: 0px 50px 50px 0px;
}
.breadcrumb-wrap a:hover {
    color: #000;
}
.breadcrumb-item:last-child span {
    position: relative;
    z-index: 1;
}
.breadcrumb-item:has( + .item-active) {
    padding-right: 0;
}
.breadcrumb-item:last-child span:first-child {
    display: none;
}
.home .breadcrumb-row {
    display: none;
}
.team-item {
    background: var(--team-item-bg);
    display: flex;
    flex-flow: column;
    gap: 30px;
    padding: 20px 20px 30px 20px;
    border-radius: 20px;
}
.person_image a .image {
    height: 100%;
}
.person_image .image img {
    aspect-ratio: 1 / 0.999;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.team-item .person_image {
    position: relative;
    overflow: hidden;
}
.team-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.person_info h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.person_info p {
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #fff;
}
.person_image ul {
    display: flex;
    gap: 10px;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    transition: .5s ease-in-out;
}
.team-item:hover .person_image ul {
    bottom: 10px;
    transition: .5s ease-in-out;
}
.person_image ul li {
    line-height: normal;
}
.person_image ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #fff;
    clip-path: polygon(
        50% 0%,
        130% 25%,
        130% 75%,
        50% 100%,
        -30% 75%,
        -30% 25%
    );
}
.person_image ul li a i {
    font-size: 22px;
    background: var(--primary-btn-bg);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.team-item:hover {
    background: var(--primary-btn-bg);
}
.our-team-sectiom {
    padding: 50px 0px;
}
.team-top-info .top-text {
    text-align: center;
}
.team-top-info h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0px 10px;
    color: var(--dark-text);
    text-align: center;
}
.team-top-info h3 span {
    background: var(--primary-btn-bg);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.team-top-info .top_info {
    color: var(--footer-menu-color);
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.our-teams {
    margin-top: 30px;
}
.team-banner {
    position: relative;
    margin-top: 30px;
}
.team-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.team-banner h3 {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    font-size: 200px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 12px;
    color: #fff;
}
.team-banner h3.text-1 {
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #ffffff;
    opacity: .4;
    top: 52%;
	left: 60px;
}










/******* media query **********/


@media (min-width: 993px){
	.mobile-header, .menu-bar {
		display: none;
	}	
	.main-header.fixed .main-menu a, .main-header.fixed .second-btn{
		color: #000;
	}
	.main-header.fixed .second-btn:hover, .main-header.fixed .dark-light-mode p i {
		color: #fff;
	}
	.main-header.fixed .dark-light-mode p {
		background: #000;
	}
	.main-header.fixed .main-menu a:hover {
		color: #3b82f6;
	}
	
}


@media (max-width:992px){
	.div_inner {
		padding: 0px 15px;
	}
	.header-inner .header_mid {
		display: none;
	}
	.header_right_btn > .second-btn, .header_right_btn > .main-btn {
		display: none;
	}
	.menu-bar {
		margin: 0;
		width: 30px;
		max-width: 30px;
		height: 57px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
		position: relative;
	}
	.menu-bar > span {
		width: 30px;
		height: 2px;
		display: block;
		background: var(--dark-icon-bg);
		position: absolute;
		left: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-ms-transform: none;
		transform: none;
	}
	.menu-bar .menu-bar-top {
		top: 13px;
		transition: top 0.5s, transform 0.5s;
	}
	.menu-bar .menu-bar-middle {
		top: 27px;
		opacity: 1;
		transition: opacity 0.5s ease-in-out;
	}
	.menu-bar .menu-bar-bottom {
		bottom: 14px;
		transition: bottom 0.5s, transform 0.5s;
	}
	.menu-bar.active .menu-bar-top {
		top: 27px;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-bar.active .menu-bar-middle {
		opacity: 0;
	}
	.menu-bar.active .menu-bar-bottom {
		bottom: 28px;
		-ms-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	.mobile-header {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 75px;
		background: #fff;
		z-index: 9;
		padding: 30px 30px;
		display: none;
		box-shadow: inset -2px 4px 10px -6px #000;
	}
	.mobile-header.active {
		display: block;
	}	
	.main-header {
		padding: 10px 0px;
	}
	.header_right_btn {
		gap: 15px;
	}
	body:has(.mobile-header.active) {
		overflow: hidden !important;
	}
	.main-header.active {
		background: #fff;
	}
	.main-header.active .dark-light-mode p, .main-header.active .menu-bar span {
		background: #000;
	}
	.main-header.active .dark-light-mode p i {
		color: #fff;
	}
	.header_logo img {
		max-width: 70px;
	}
	.mobile-menu li {
		list-style: none;
	}
	.mobile-menu li a {
		text-decoration: none;
		color: #000;
		display: block;
		line-height: normal;
		font-size: 20px;
		font-weight: 500;
		padding: 26px 0;
		border-bottom: 1px solid #d8d8d8;
	}
	.mobile-btn a {
		display: inline-block;
		width: 50%;
		text-align: center;
		color: #fff;
		font-size: 15px;
		line-height: 20px;
	}
	.mobile-btn {
		margin-top: 30px;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.mobile-btn .second-btn {
		background: linear-gradient( 135deg, #5B3DF5 0%, #7B61FF 100% );
		border: none;
	}
	.main-header.fixed .menu-bar > span, .main-header.fixed .dark-light-mode p {
		background: #000;
	}
	.main-header.fixed .dark-light-mode p i{
		color: #fff;
	}
	
}








@media (max-width: 767px){
	.footer-top-row {
		flex-flow: column;
		gap: 30px;
		padding-bottom: 20px;
	}
	.footer-top-row .about_store, .footer-top-row .footer_newsletter {
		width: 100%;
	}	
	.footer_menus .footer-menu a {
		font-size: 12px;
	}
	.footer-top-row h3 {
		font-size: 14px;
	}
	.footer-top-row .footer_menus {
		width: 100%;
	}
	.footer-top-row > div::after, .footer_menus > div::after{
		display: none;
	}
	.footer-bottom-row p {
		font-size: 13px;
		line-height: 14px;
	}
	.hero-banner {
		flex-flow: column;
	}
	.hero-content, .hero-image {
		width: 100%;
	}
	.hero-content h1 {
		font-size: 55px;
		line-height: 60px;
		margin: 10px 0px 15px;
	}
	.promary-btn, .second-btn{
		font-size: 15px;
		padding: 12px 20px;
	}
	.banner-info-items {
		flex-wrap: wrap;
		row-gap: 20px;
	}
	.banner-info-item {
		margin-left: 0px;
		padding-left: 0px;
		border-left: 0px solid #3c3c3c;
		width: 50%;
	}
	.roadmap_section_inner {
		flex-flow: column;
	}
	.roadmap-left-col {
		width: 100%;
		padding-right: 0px;
		flex-flow: column;
	}
	.roadmap-right-col {
		width: 100%;
		padding-left: 0px;
	}
	.roadmap-left-content, .roadmap-left-image {
		width: 100%;
	}
	.road-map-item .item-text {
		padding-left: 40px;
	}
	.road-map-item .item-text h4 {
		font-size: 15px;
	}
	.road-map-item .item-text p {
		font-size: 14px;
	}
	.testimonial-info p {
		max-width: 100%;
	}
	.user-info, .star_count, .testimonial-info p {
		font-size: 14px;
	}
	.roadmap-right-col .heading, .roadmap-left-content .heading {
		font-size: 22px;
		margin: 5px 0px 20px;
		max-width: 100%;
	}
	.roadmap-items {
		width: 100%;
		max-width: 350px;
	}
	.roadmap-items::after, .roadmap-items::before {
		height: calc(100% - 60px);
		top: 30px;
	}	
	.roadmap-left-col::after{
		display: none;
	}
	.apply-circle {	
		bottom: 10px;
		right: 10px;
		width: 80px;
		height: 80px;
	}
	.apply-circle i {
		font-size: 22px;
	}	
	.footer-bottom-row {
		padding-bottom: 100px;
	}
	.default-form {
		padding: 20px;
	}
	.default-form-top {
		margin-top: 20px;
	}	
	.input-fields .input_fields {
		gap: 20px;
		margin-bottom: 20px;
		flex-flow: column;
	}	
	.input-fields > .input-field {
		margin-bottom: 20px;
	}
	.input-field textarea {
		height: 120px;
	}
	.contact-form-bottom {
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
		flex-flow: column;
	}
	.contact-form-bottom .checkbox, .contact-form-bottom .submit_button {
		width: 100%;
	}
	.default-form-top h2 {
		font-size: 35px;
		line-height: 40px;
	}
	
	
}


@media (max-width: 374px){
	.footer-top-row .footer_menus {
		flex-flow: column;
		gap: 15px;
	}
	.footer_menus > div {
		width: 100%;
	}
	.hero-content h1 {
		font-size: 45px;
		line-height: 50px;
	}
	.promary-btn, .second-btn{
		font-size: 13px;
		padding: 12px 15px;
	}	
	.testimonial-item {
		padding: 20px 20px 55px;
	}
	.mobile-btn a {
		font-size: 13px;
	}
	
	
	
}


