@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); * {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    box-sizing: border-box;
    font-style: normal;
}.spec-overview__left{
    color:#1f2937;
    font-size:18px;
    line-height:1.9;
}

.spec-overview__left > *:first-child{
    margin-top:0;
}

.spec-overview__left > *:last-child{
    margin-bottom:0;
}

/* Ãâ€”ÃÂ°ÃÂ³ÃÂ¾ÃÂ»ÃÂ¾ÃÂ²ÃÂºÃÂ¸ */

.spec-overview__left h2,
.spec-overview__left h3,
.spec-overview__left h4,
.spec-overview__left h5,
.spec-overview__left h6{
    color:#111827;
    font-weight: 700;
    line-height:1.2;
    letter-spacing:-0.03em;
}

.spec-overview__left h2{
}

.spec-overview__left h3{
    font-size:32px;
}

.spec-overview__left h4{
    font-size:26px;
}

.spec-overview__left h5{
    font-size:22px;
}

.spec-overview__left h6{
    font-size:18px;
}

/* ÃÅ¸ÃÂ°Ã‘â‚¬ÃÂ°ÃÂ³Ã‘â‚¬ÃÂ°Ã‘â€žÃ‘â€¹ */

.spec-overview__left p{
    margin:0 0 24px;
}

/* Ãâ€™Ã‘â€¹ÃÂ´ÃÂµÃÂ»ÃÂµÃÂ½ÃÂ¸ÃÂµ */

.spec-overview__left strong{
    color:#111827;
    font-weight: 700;
}

.spec-overview__left em{
    font-style: normal;
    color:#111827;
    background:linear-gradient(
        transparent 60%,
        rgba(255,214,10,.35) 60%
    );
    padding:0 2px;
}

/* ÃÂ¡ÃÂ¿ÃÂ¸Ã‘ÂÃÂºÃÂ¸ */

.spec-overview__left ul,
.spec-overview__left ol{
    margin:40px 0;
    padding:0;
    list-style:none;
}

.spec-overview__left ul li,
.spec-overview__left ol li{
    position:relative;
    padding:20px 20px 20px 70px;
    margin-bottom:14px;
    border:1px solid #e5e7eb;
    background:#fff;
    font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.1425rem);
    line-height: 1.6;
    font-weight: 500;
}

/* UL */

.spec-overview__left ul{
    counter-reset:none;
}

.spec-overview__left ul li::before{
    content:"";
    position:absolute;
    left:25px;
    top:28px;
    width:10px;
    height:10px;
    background:#ffd600;
}

/* OL */

.spec-overview__left ol{
    counter-reset:item;
}

.spec-overview__left ol li{
    counter-increment:item;
}

.spec-overview__left ol li::before{
    content:counter(item);
    position:absolute;
    left:20px;
    top:16px;
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:14px;
    background:#111827;
    color:#fff;
}

/* ÃÂ¦ÃÂ¸Ã‘â€šÃÂ°Ã‘â€šÃ‘â€¹ */

.spec-overview__left blockquote{
    margin:40px 0;
    padding:30px;
    border-left:4px solid #ffd600;
    background:#f8fafc;
    font-size:20px;
    color:#111827;
}

.spec-overview__left blockquote p:last-child{
    margin-bottom:0;
}

/* ÃÂ¢ÃÂ°ÃÂ±ÃÂ»ÃÂ¸Ã‘â€ Ã‘â€¹ */

.spec-overview__left table{
    width:100%;
    border-collapse:collapse;
    margin:40px 0;
}

.spec-overview__left th{
    background:#111827;
    color:#fff;
    text-align:left;
    padding:16px;
}

.spec-overview__left td{
    padding:16px;
    border:1px solid #e5e7eb;
}

/* ÃÂ¡Ã‘ÂÃ‘â€¹ÃÂ»ÃÂºÃÂ¸ */

.spec-overview__left a{
    color:#111827;
    text-decoration:none;
    border-bottom:2px solid #ffd600;
    transition:.2s;
}

.spec-overview__left a:hover{
    opacity:.7;
}

/* ÃÅ¡ÃÂ°Ã‘â‚¬Ã‘â€šÃÂ¸ÃÂ½ÃÂºÃÂ¸ */

.spec-overview__left img{
    display:block;
    width:100%;
    height:auto;
    margin:40px 0;
}

/* HR */

.spec-overview__left hr{
    border:none;
    height:1px;
    background:#e5e7eb;
    margin:60px 0;
}

/* ÃÅ¡ÃÂ¾ÃÂ´ */

.spec-overview__left code{
    padding:3px 8px;
    background:#f3f4f6;
    font-family:monospace;
}

.spec-overview__left pre{
    overflow:auto;
    padding:25px;
    background:#111827;
    color:#fff;
    margin:40px 0;
}

/* ÃÂÃÂ´ÃÂ°ÃÂ¿Ã‘â€šÃÂ¸ÃÂ² */

@media(max-width:768px){

    .spec-overview__left{
        font-size:16px;
        line-height:1.8;
    }

    .spec-overview__left h2{
        font-size:32px;
    }

    .spec-overview__left h3{
        font-size:26px;
    }

    .spec-overview__left ul li,
    .spec-overview__left ol li{
        padding:18px 18px 18px 60px;
    }

}
.program-hero__content{
    z-index:2;
}
p {
    font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.1425rem);
    line-height: 1.6;
    font-weight: 500;
    color: #2f2f2f;
}

h2 {
    font-weight: 700;
    line-height: 1.04;
    text-align: left;
    text-wrap: balance;
    display: block;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
    hyphens: auto;
    margin-bottom: clamp(15px, 3.5vw, 45px);
    font-size: clamp(1.75rem, 1.0631832797427653rem + 2.372347266881029vw, 3.5rem);
    color: #2f2f2f;
    letter-spacing: -1px;
    margin-top: 0px;
}

img {
    max-width: 100%;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

body {
    background: #ffffff;
    margin: 0;
}

body.program {
    background: #ffffff;
    margin: 0;
}

section {
    background: #f3f3f300;
    max-width: 1340px;
    margin: 0 auto;
    padding-top: 0px;
    margin-bottom: 30px;
}

.hero-header {
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
    position: sticky;
    top: 0;
    z-index: 45;
    background: #f3f3f3;
    padding: 20px 20px;
    box-shadow: 1px 1px #dedede;
}

.inner-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1280px;
    margin: 0 auto;
    position: sticky;
    top: 0;
    z-index: 45;
    background: #f3f3f3;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo img {
    max-width: 320px;
}

.logo strong {
    font-size: 40px;
    font-weight: 800;
}

.logo span {
    font-size: 14px;
    max-width: 180px;
    line-height: 1.2;
}

.hero-content {
    display: flex;
    background: #fff;
    overflow: hidden;
    height: clamp(480px, 45.5vw, 650px);
    position: relative;
}

.hero-text {
    width: 100%;
    padding: clamp(30px, 4.5vw, 70px);
    color: #fff;
    position: relative;
    z-index: 2;
    position: absolute;
    background: #000000;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 51%) 100%);
    bottom: 0;
    top: 0;
}

.hero-text h1 {
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: clamp(2.5125rem, 2.072387459807074rem + 1.929260450160772vw, 4.6875rem);
    width: 100%;
}

.hero-text p {
    margin-bottom: clamp(25px, 5.5vw, 40px);
    font-size: clamp(1.25rem, 1.1766479099678457rem + 0.3215434083601286vw, 1.5625rem);
    line-height: 1.4;
    color: #fff;
}

.hero-image {
    position: relative;
    width: 100%;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-primary {
    background: #f9db00;
    padding: 17px 25px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
    transition: .3s linear;
}

.btn-primary:hover::after {
    background: #000;
    color: #fff;
    display: none;
}

.btn-primary:hover i {
    color: #fff;
}

.hc-left .logo {
    display: none;
}

.js-open-modal {
    cursor: pointer;
}

.btn-mob {
    background: #f9db00;
    padding: clamp(8px, 1.5vw, 17px) clamp(15px, 1.5vw, 25px);
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: clamp(0.875rem, 0.8163183279742765rem + 0.2572347266881029vw, 1.125rem);
    border-radius: 5px;
}

.btn-mob:hover {
    background: #000;
    color: #fff;
    transition: .3s linear;
}

.btn-mob:hover::after {
    background: #000;
    color: #fff;
    display: none;
}

.btn-mob:hover i {
    color: #fff;
}

@media(max-width: 600px) {
    .hc-left .logo {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px #dedede solid;
    }

    .hc-left .logo img {
        display: block;
        margin-bottom: 30px;
        width: 240px;
    }

    .hc-left .btn-primary {
        display: none;
    }
}

.btn-primary.big {
    padding: 20px 40px;
    font-size: 18px;
}

.hero-content {
    position: relative;
}

.hero-content::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.section-title {
    margin-top: 0px;
}

.tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    flex-direction: row;
    font-size: 20px;
    font-weight: 400;
    z-index: 4;
    margin-top: 0px;
    gap: 5px;
    justify-content: start;
    margin: 0 auto;
    margin: 0 auto;
    margin-bottom: 0px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    scrollbar-color: #ffffff00 #ffffff12;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scrollbar-color: #f7f7f7 #ffffff;
    margin-bottom: 30px;
}

.tab {
    padding: 17px 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}

.tab.active {
    background: #f9db00;
}

.grid {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.grid.active {
    display: flex;
    flex-direction: column;
}

.card {
    background: #2f2f2f;
    color: #fff;
    padding: 25px;
    position: relative;
    min-height: 260px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: .2s linear;
    max-height: 100%;
    height: 100%;
    text-decoration: none;
}

.card:hover {
    background: #fff;
    transition: .2s linear;
    outline: 1px #000 solid;
}

.card:hover h3 {
    color: #2f2f2f;
}

.card:hover .new-price {
    color: #2f2f2f;
}

.card:hover .btn {
    color: #2f2f2f;
    /* border: 1px #2f2f2f solid; */
    background: #f9db00;
    border: 1px #f9db00 solid;
}

.card:hover .btn:hover {
    /* color: #2f2f2f; */
    /* border: 1px #2f2f2f solid; */
    /* background: #f9db00; */
    /* border: 1px #f9db00 solid; */
}

.card:hover .btn i {
    color: #2f2f2f;
}

.card:hover img {
    transition: .2s linear;
    transform: scale(1.1);
}

.card img {
    position: absolute;
    right: -80px;
    transition: .2s linear;
    bottom: -30px;
    transform: scale(1);
    width: clamp(140px, 35.5vw, 220px);
    z-index: 0;
}

.tags {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.tag {
    font-size: 11px;
    padding: 7px 10px;
    background: #444;
    font-weight: 600;
}

.card h3 {
    margin-bottom: 15px;
    font-size: 21px;
    flex: 1;
    margin-top: 0px;
    font-weight: 600;
}

.old-price {
    display: flex;
}

.price {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}

.discount {
    background: #f9db00;
    color: #000;
    padding: 3px 11px;
    font-size: 14px;
    margin-left: 6px;
    font-weight: 700;
}

.new-price {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 20px;
    z-index: 1;
    padding-right: 110px;
    letter-spacing: -0.05em;
}

.btn {
    border: 1px solid #fff;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    width: max-content;
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 700;
    z-index: 1;
    background: #ffffff;
}

.btn:hover {
    background: #f9db00;
    border: 1px #f9db00 solid;
    color: #000;
}

.btn:hover i {
    color: #000;
}

.btn i {
    color: #000000;
}

.card::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 120px;
    height: 120px;
}

.steps {
}

.container {
}

.steps-title {
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.steps-list {
    position: relative;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 40px;
    width: 1px;
    height: calc(100% + 10px);
    background: #ccc;
}

.step-num {
    min-width: 40px;
    height: 40px;
    background: #f9db00;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 19px;
}

.step-card {
    background: #f3f3f3;
    padding: 20px;
    width: 100%;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
}

.step-card p {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

.steps-image {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0px;
}

.steps-image img {
    max-width: 100%;
    height: auto;
}

.about {
    background: #f5f5f500;
    padding: clamp(20px, 2.5vw, 40px);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.about-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.about-left {
    width: 50%;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-card {
    background: #3d3d3d;
    padding: 40px;
}

.about-card .num {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.about-card .text {
    font-size: 17px;
    color: #ffffff;
}

.about-right {
    width: 50%;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s;
}

.slide.active {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #00000080;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 22px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

@media (max-width: 900px) {
    .about-wrapper {
        flex-direction: column;
    }

    .about-left, .about-right {
        width: 100%;
    }

    .slider {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

.docs {
    padding: 60px 40px;
    background: #f5f5f5;
    font-family: Arial, sans-serif;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.form-block {
    background: #f9db00;
    margin-top: 40px;
    padding: clamp(30px, 4.5vw, 70px);
    margin-bottom: 0px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

.doc-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff00;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.doc-img img {
    width: 160px;
    height: auto;
    border-radius: 4px;
}

.doc-content h3 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 0px;
}

.doc-content p {
    margin-bottom: 15px;
    color: #ffffff;
    background: #3d3d3d;
    width: max-content;
    padding: 5px 10px;
    margin-bottom: 30px;
}

.doc-btn {
    padding: 15px 25px;
    border: none;
    background: #f9db00;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 999;
}

.modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.modal-content {
    position: relative;
    max-width: clamp(350px, 45.5vw, 590px);
    margin: 70px auto;
    background: #fff;
    padding: clamp(25px, 4.5vw, 50px);
    border-radius: 0px;
    z-index: 2;
    max-height: 700px;
}

.modal-content img {
    width: 100%;
    height: auto;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 700px) {
    .doc-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .doc-img img {
        width: 100%;
        max-width: 130px;
    }
}

.contact-section {
    padding: 80px 20px;
    background: #fff;
}

.left {
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.left img {
    width: 50%;
}

.left h2 {
    margin-bottom: 40px;
    margin-top: 0px;
    color: #2e2e2e;
    font-size: clamp(1.625rem, 1.4782958199356913rem + 0.6430868167202572vw, 2.25rem);
}

.left p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.form-box {
    padding: 0px;
    border-radius: 16px;
}

.form-box button {
    background: #2e2e2e;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    width: 100%;
}

.form-box h3 {
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: 0px;
}

input[type="text"], input[type="email"], input[type="tel"], input {
    width: 100%;
    padding: 14px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    font-size: 15px;
    background: none;
    border: 1px #000 solid;
    margin-right: 10px;
    font-weight: 700;
    color: #000;
}

.checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 12px;
    color: #222;
    margin-top: 15px;
    font-weight: 600;
}

.checkbox input {
    margin-top: 3px;
}

.hc-left {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2.5vw, 20px);
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hc-left {
        display: flex;
        align-items: center;
        gap: clamp(10px, 2.5vw, 25px);
        flex-wrap: wrap;
    }

    .logo img {
        max-width: 290px;
    }

    .hero-header {
        display: flex;
        align-items: center;
        margin-bottom: clamp(15px, 2.5vw, 30px);
        flex-wrap: wrap;
        gap: 15px;
        position: sticky;
        top: 0px;
        z-index: 45;
        background: #f3f3f3;
        padding: 15px 10px;
    }
}

i {
    /* font-size: 16px; */
    /* color: #2f2f2f; */
    line-height: 0;
}

.hc-text {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.hc-left a {
    font-weight: 600;
    color: #2b2f33;
    font-size: 18px;
    margin-bottom: 2px;
    text-decoration: none;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: end;
    position: relative;
    transition: .3s linear;
}

.hc-left a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #2b2f33;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.hc-left a:hover::after {
    transform: scaleX(1);
}

.hc-sub {
    font-size: 12px;
    color: #8d8d8db8;
    font-weight: 600;
    text-align: right;
}

.footer {
    background: #1d1d1d;
    color: #fff;
    padding: 120px 20px;
    padding-bottom: 30px;
}

.footer-container {
    max-width: 1340px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.footer-logo {
    margin-bottom: 25px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(54deg) brightness(105%) contrast(102%);
}

.footer-text {
    font-size: 13px;
    line-height: 1.6;
    color: #bbb;
    margin-bottom: 20px;
}

.footer-center h4, .footer-right h4 {
    margin-bottom: 25px;
    font-size: 23px;
    margin-top: 0px;
}

.footer-links .footer_phone {
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 10px;
    transition: .2s linear;
    display: flex;
    font-size: 19px;
    line-height: 1.6;
    flex-direction: column;
}

.footer-links .footer_phone .footer_label {
    font-size: 14px;
    color: rgb(220 220 220 / 55%);
}

.social-mess {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    gap: 10px;
}

.social-mess a {
    padding: 13px;
    background: #3d3d3d;
    border-radius: 15px;
    line-height: 0;
}

.social-mess a img {
    width: 24px;
    height: 24px;
    filter: invert(100%) sepia(100%) saturate(14%) hue-rotate(263deg) brightness(105%) contrast(104%);
}

.footer-center a {
    display: block;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-right a {
    display: block;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-center a:hover, .footer-right a:hover {
    color: #f9db00;
}

.footer-messengers a {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #aaa;
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 234;
}

.modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.modal-content h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: clamp(1.5rem, 1.4119774919614148rem + 0.38585209003215437vw, 1.875rem);
}

.form-desc {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
    font-size: 42px;
    line-height: 1;
}

.modal-form input[type="text"], .modal-form input, .modal-form input[type="email"], .modal-form input[type="tel"] {
    margin: 0px;
}

.modal-form button {
    width: 100%;
    padding: 15px 30px;
    background: #f9db00;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

.checkbox {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.input-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
}

.input-container .phone-input {
    width: 100%;
}

.scroll-top {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #f9db00;
    color: #111;
    font-size: 40px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    line-height: 1;
}

.scroll-top:hover {
    background: #e6c200;
}

.reviews {
    padding: 80px 20px;
    background: #f7f7f7;
}

.reviews-title {
    text-align: center;
    margin-bottom: 40px;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.review-top {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.review-top img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.review-top span {
    display: block;
    font-size: 13px;
    color: #888;
}

.review-card p {
    font-size: 15px;
    line-height: 1.5;
}

.reviews .arrow {
    background: #f9db00;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.reviews-slider {
    position: relative;
}

.reviews-slider .prev {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.reviews-slider .next {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.faq {
}

.faq-title {
    text-align: center;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-size: clamp(1.125rem, 1.0663183279742765rem + 0.2572347266881029vw, 1.375rem);
    background: #3d3d3d;
    padding: 20px;
}

.faq-icon {
    font-size: 33px;
    transition: 0.3s;
    font-weight: 300;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    color: #000000;
    font-size: 17px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.quiz {
    margin-bottom: 50px;
}

.quiz-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: clamp(30px, 4.5vw, 70px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    width: 100%;
}

.quiz-header {
    margin-bottom: 5px;
}

.quiz-consultant {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.quiz-consultant img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.quiz-consultant span {
    font-size: 13px;
    color: #777;
}

.quiz-progress {
    height: 6px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-right: 1px #000 solid;
}

.quiz-progress-bar {
    height: 100%;
    width: 20%;
    background: #f9db00;
    transition: 0.3s;
}

.quiz-step {
    display: none;
}

.quiz-step h3 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}

.quiz-step.active {
    display: block;
}

.quiz-options {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.quiz-option {
    padding: 17px;
    border: 1px solid #000000;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.quiz-option:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.quiz-form input {
    margin-bottom: 12px;
    display: block;
}

.quiz-form button {
    width: 100%;
    padding: 14px;
    background: #f9db00;
    color: #2b2b2b;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
}

.quiz-back {
    background: none;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    color: #3b3b3b;
}

.quiz-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quiz-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
}

.quiz-option.active .quiz-radio {
    border-color: #f9db00;
}

.quiz-option.active .quiz-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #f9db00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quiz-intro {
    text-align: center;
    position: relative;
    padding: 40px 20px;
}

.quiz-start {
    margin-top: 20px;
    padding: 15px 30px;
    border: none;
    background: #111;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.quiz-floating span {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f9db00;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s infinite ease-in-out;
}

.quiz-floating span:nth-child(1) {
    top: 10%;
    left: 20%;
}

.quiz-floating span:nth-child(2) {
    top: 60%;
    left: 70%;
}

.quiz-floating span:nth-child(3) {
    top: 30%;
    left: 80%;
}

@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 120px;
    padding: clamp(20px, 2.5vw, 30px) 15px;
}

section.hero {
    padding-top: 0px;
    margin-top: 30px;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.custom-checkbox input {
    display: none;
}

.checkbox-box {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 5px;
    position: relative;
    flex-shrink: 0;
    transition: 0.2s;
}

.checkbox-box::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.2s;
}

.custom-checkbox input:checked + .checkbox-box {
    background: #000;
}

.custom-checkbox input:checked + .checkbox-box::after {
    opacity: 1;
}

.custom-checkbox:hover .checkbox-box {
    border-color: #333;
}

.custom-checkbox:hover .checkbox-box {
    border-color: #333;
}

.vk-title {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    gap: 5px;
}

.vk-btn {
    background: #f9db00;
    width: max-content;
    padding: 10px 20px;
    color: #000 !important;
    font-weight: 600;
}

.vk-grid {
    margin-bottom: 20px;
}

.success-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 10;
}

.success-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.success-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    max-width: 350px;
    width: 100%;
    animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.success-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.success-box h3 {
    margin-bottom: 8px;
    font-size: 25px;
}

.success-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 600;
}

.success-close {
    background: #f9db00;
    color: #1a1a1a;
    border: none;
    padding: 15px 30px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 700;
}

.success-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 9999;
}

.success-overlay.active {
    opacity: 1;
    pointer-events: all;
}

#mainModal .modal-content {
    max-width: 500px;
    width: calc(100% - 30px);
}

#docModal .modal-content {
    width: auto;
    max-width: 95vw;
    max-height: 95vh;
    padding: 10px;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#docModal img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 20px;
}

#docModal .modal-content {
    position: relative;
}

#docModal .modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    box-shadow: -2px 3px 6px #00000033;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0px;
}

.input-group label {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.ajax-form .input-group input {
    border: 1px solid #00000069;
}

.input-group input {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 14px;
    outline: none;
}

.input-group input:focus {
    border-color: #2b6cff;
}

.timeline-history {
    position: relative;
}

.timeline-history__head {
    margin-bottom: 30px;
    position: relative;
}

.timeline-history__label {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #2f2f2f;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 600;
}

.timeline-history__title {
}

.timeline-history__desc {
    color: #666;
    max-width: 700px;
    max-width: 85%;
    line-height: 1.5;
    color: var(--seriy-color);
    font-weight: 500;
    font-size: clamp(1.025rem, 0.9809887459807075rem + .22292604501607719vw, 1.5125rem);
    margin-bottom: clamp(15px, 2.5vw, 30px);
    color: #000000;
}

.timeline-history__controls {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    top: 40px;
}

.timeline-history__btn {
    width: 48px;
    height: 48px;
    border: none;
    background: #f9db00;
    cursor: pointer;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-history__btn:hover {
    background: #2f2f2f;
    color: #ffffff;
}

.timeline-history__btn:hover i {
    color: #ffffff;
}

.timeline-history__wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.timeline-history__wrap::-webkit-scrollbar {
    display: none;
}

.timeline-history__track {
    position: relative;
    display: flex;
    gap: 40px;
    min-width: max-content;
    padding: 40px 0;
}

.timeline-history__line {
    position: absolute;
    left: 0;
    right: 0;
    top: 95px;
    height: 2px;
    background: #2f2f2f;
}

.timeline-history__item {
    width: 260px;
    flex: none;
    position: relative;
}

.timeline-history__year {
    font-size: 25px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 17px;
}

.timeline-history__dot {
    width: 16px;
    height: 16px;
    background: #f9db00;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border-radius: 60px;
}

.timeline-history__card {
    border: 1px solid #2f2f2f;
    padding: 20px;
    min-height: 130px;
    line-height: 1.5;
    color: #ffffff;
    background: #2f2f2f;
    font-size: 17px;
    font-weight: 600;
}

@media(max-width: 768px) {
    .timeline-history {
        padding:50px 0;
    }

    .timeline-history__title {
        font-size: 28px;
    }

    .timeline-history__item {
        width: 220px;
    }
}
.program-hero:before{
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, transparent 40%, #f9db0012 100%);
      height: 100%;
      width: 100%;
}
.program-hero {
    background: #2f2f2f;
    padding: 60px 0 80px;
    color: #fff;
    padding: 100px;
    margin-top: 20px;
    overflow: hidden;
    max-width: 100%;
    margin-top: -100px;
    padding-top: 180px;
    position: relative;
}

.program-hero__bg {
    position: absolute;
    inset: 0;
    background:
    radial-gradient(circle at 75% 35%, rgba(255,212,0,.15), transparent 500px);
    width: 100%;
    height: 100%;
    opacity: .04;
    background: linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(180deg, white, transparent);
}

.program-hero__wrapper {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.program-hero__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    opacity: .7;
}

.program-hero__breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.program-hero__badge {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 13px;
    background: #3b3b3b;
    border-left: 4px solid #f9db00;
    font-weight: 600;
    margin-bottom: 25px;
    margin-right: 4px;
    font-size: 14px;
}

.program-hero__title {
    line-height: 0.95;
    margin: 0 0 30px;
}

.program-hero__description {
    max-width: 650px;
    font-size: 22px;
    line-height: 1.5;
    color: #d9d9d9;
    margin-bottom: 40px;
}

.program-hero__actions {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.program-hero__btn {
    height: 60px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9db00;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: .25s;
    font-size: 19px;
    border-radius: 5px;
}

.program-hero__btn:hover {
    transform: translateY(-2px);
}

.program-hero__btn--ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
}

.program-hero__stats {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.program-hero__stat {
    min-width: 180px;
    padding: 20px;
    background: #373737;
    border: 1px solid rgba(255,255,255,.08);
    /* max-width: 230px; */
    border-radius: 5px;
}

.program-hero__stat span {
    display: block;
    color: #aaa;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.program-hero__stat strong {
    font-size: 30px;
    color: #fff;
}

.program-hero__stat strong.dop {
    font-size: 18px;
    color: #fff;
}

.program-hero__image {
    position: absolute;
    right: -60px;
    bottom: -60px;
}

.program-hero__circle {
    position: absolute;
    width: 550px;
    height: 550px;
    background: #f9db00;
    filter: blur(100px);
    opacity: .12;
    right: 50px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 0;
}

.program-hero__image img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    width: 650px;
}

@media(max-width: 1200px) {
    .program-hero__wrapper {
        grid-template-columns:1fr;
        text-align: center;
    }

    .program-hero__content {
        order: 2;
    }

    .program-hero__image {
        order: 1;
        max-width: 500px;
        margin: auto;
    }

    .program-hero__description {
        margin-left: auto;
        margin-right: auto;
    }

    .program-hero__actions {
        justify-content: center;
    }

    .program-hero__stats {
        justify-content: center;
    }
}

@media(max-width: 768px) {
    .program-hero {
        padding:110px 0 60px;
    }

    .program-hero__title {
        font-size: 42px;
    }

    .program-hero__description {
        font-size: 16px;
    }

    .program-hero__actions {
        flex-direction: column;
    }

    .program-hero__btn {
        width: 100%;
    }

    .program-hero__stat {
        width: 100%;
        min-width: 100%;
    }
}

.spec-overview {
    /* display: grid; */
    /* grid-template-columns: 1.3fr 0.7fr; */
    gap: 40px;
    /* padding: 60px; */
    /* background: #f5f5f5; */
}

.spec-overview__label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2f2f2f;
    border-bottom: 2px solid #ffd500;
    padding-bottom: 6px;
    margin-bottom: 20px;
    font-weight: 700;
}

.spec-overview__title {
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #2f2f2f;
}

.spec-overview__desc {
    line-height: 1.6;
    color: #2f2f2f;
    /* max-width: 600px; */
}

.spec-overview__actions {
    margin-top: 30px;
    display: flex;
    gap: 12px;
}

.btn-yellow, .btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border: 1px solid #2f2f2f;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.2s ease;
    border-radius: 0;
}

.btn-yellow {
    background: #ffd500;
    color: #2f2f2f;
}

.btn-yellow:hover {
    background: #ffe24a;
}

.btn-dark {
    background: #2f2f2f;
    color: #fff;
}

.btn-dark:hover {
    background: #1f1f1f;
}

.spec-overview__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.spec-stat {
    border: 1px solid #2f2f2f;
    padding: 16px;
    border-radius: 5px;
}

.spec-stat strong {
    display: block;
    font-size: 18px;
    color: #2f2f2f;
}

.spec-stat span {
    font-size: 13px;
    color: #2f2f2f;
    opacity: 0.8;
    font-weight: 600;
}

@media (max-width: 900px) {
    .spec-overview {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .spec-overview__title {
        font-size: 28px;
    }

    .spec-overview__actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

.price-section {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    padding: 60px;
    background: #2f2f2f;
    border: 1px solid #2f2f2f;
    position: relative;
    border-radius: 5px;
}

.price-left {
    display: grid;
    gap: 20px;
}

.price-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.price-head h2 {
    margin: 0;
    color: #ffffff;
}

.price-switch {
    display: flex;
    border: 1px solid #ffffff;
}

.price-switch button {
    padding: 12px 16px;
    border: none;
    background: #363636;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #ffffff;
    font-weight: 700;
    color: #ffffff;
}

.price-switch button:last-child {
    border-right: none;
}

.price-switch button.active {
    background: #ffffff;
    color: #000;
}

.price-box {
    padding: 40px;
    background: #363636;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .03);
}

.price-value {
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
    transition: all .2s ease;
}

.price-box p {
    margin: 10px 0 0;
    opacity: .7;
    color: #fff;
    font-size: 14px;
}

.price-calc {
    border: 1px solid #2f2f2f;
    padding: 30px;
    display: grid;
    gap: 18px;
    background: #3f3f3f;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .03);
}

.calc-title {
    font-size: 25px;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #606060;
    padding-bottom: 0px;
    color: #fff;
}

.calc-item span {
    font-size: 15px;
    opacity: .7;
}

.calc-item strong {
    font-size: 14px;
}

.calc-item.highlight strong {
    font-size: 23px;
}

.calc-note {
    font-size: 13px;
    opacity: .6;
    color: #fff;
    text-align: center;
}

.admission-section {
    padding: 60px;
    background: #2b2b2b;
    position: relative;
}

.admission-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0px;
}
.admission-head p{
color:#fff;
}
.admission-head h2 {
    margin: 0;
    color: #ffffff;
}

.admission-nav {
    display: flex;
    border: 1px solid #2f2f2f;
}

.admission-nav button {
    padding: 12px 16px;
    border: none;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    border-right: 1px solid #2f2f2f;
    font-weight: 700;
}

.admission-nav button.active {
    background: #ffd500;
}

.admission-layout {
    display: grid;
    grid-template-columns: 1fr 512px;
    gap: 10px;
    margin-bottom: 0px;
}
.admission-content p{
    color:#fff;
}
.exam-grid ul {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.exam-block h3{
    color:#fff;
}
.exam-card {
    display: flex;
    gap: 0px;
    padding: 16px;
    background: #ffffff12;
    flex-direction: column;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .03);
}

.exam-card i {
    font-size: 18px;
    color: #2f2f2f;
}

.exam-card span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.exam-card small {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
}

.admission-note {
    margin-top: 15px;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    font-size: 11px;
    opacity: .8;
    color: #fff;
}

.admission-note p, .admission-note i {
    margin-top: 0px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 12px;
    opacity: .8;
    font-weight: 700;
    color: #fff;
}

.admission-note i {
    font-size: 13px;
}

.admission-media {
    gap: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.media-card {
    position: relative;
    overflow: hidden;
}

.media-card img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.65) );
}

.media-content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #fff;
}

.media-content h3 {
    margin: 0;
    font-size: 18px;
}

.media-content p {
    margin: 4px 0 0;
    font-size: 12px;
    opacity: .9;
}

.media-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.stat {
    border: 1px solid #2f2f2f;
    padding: 14px;
}

.stat strong {
    font-size: 18px;
    display: block;
}

.stat span {
    font-size: 11px;
    opacity: .7;
}

.admission-check {
    padding: 40px;
    display: grid;
    gap: 0px;
    background: #363636;
    margin-top: 20px;
    border-radius: 5px;
}

.check-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.check-subtitle {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 16px;
}

.check-form {
    display: flex;
    gap: 5px;
}

.check-form input {
    padding: 9px;
    border: 1px solid #ffffff54;
    font-size: 14px;
    outline: none;
    margin: 0;
    color: #fff;
}

.check-form button {
    padding: 12px 25px;
    background: #ffd500;
    border: 1px solid #ffd500;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}

.check-progress {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.progress-bar {
    flex: 1;
    height: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #525252;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: #ffd500;
    transition: width 0.6s ease;
}

.progress-text {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
}

.check-result {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.check-result.hidden {
    display: none;
}

.result-title {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}

.result-desc {
    font-size: 15px;
    color: #fff;
}

.help-btn {
    padding: 20px;
    background: #2f2f2f;
    color: #000000;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #ffd500;
}

.chance-box {
    font-size: 14px;
    border: 1px solid #8f8f8f;
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
}

.total-box {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

#confettiCanvas {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}

.hidden {
    display: none !important;
}


.program-plan {
}

.program-plan h2 {
}

.semester {
    /* border: 1px solid #e8e8e8; */
    overflow: hidden;
    background: #fff;
    margin-bottom: 18px;
    transition: .35s;
}

.semester:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,.05);
}

.semester-head {
    width: 100%;
    border: 0;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 30px;
}

.semester-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.semester-number {
    width: 54px;
    height: 54px;
    background: #2f2f2f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    border-radius: 300px;
}

.semester-title {
    font-size: 22px;
    font-weight: 600;
    color: #2f2f2f;
}

.semester-head i {
    font-size: 26px;
    transition: .3s;
}

.semester.open .semester-head i {
    transform: rotate(180deg);
}

.semester-body {
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height .45s ease;
}

.semester.open .semester-body {
    max-height: 1000px;
}

.semester-body ul {
    margin: 0;
    padding: 0 30px 30px;
    list-style: none;
    display: grid;
    gap: 14px;
    display: flex;
    padding: 0;
}

.semester-body li {
    padding: 18px 22px;
    background: #f7f7f7;
    font-size: 18px;
    color: #2f2f2f;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.semester-body li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #111;
    flex-shrink: 0;
}


.skills-map {
}

.skills-map h2 {
    margin-bottom: 50px;
}

.skills-map__grid ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.skills-map__grid ul::before {
    /* content: ''; */
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #0f0f0f;
}

.skill-card {
    position: relative;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #2f2f2f;
    padding: 26px 28px;
    font-size: 18px; list-style:none;
    font-weight: 600;
    transition: .3s;
    border-radius: 5px;
}

.skill-card:hover {
    transform: translateX(8px);
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
}

.skill-card::before {
    /* content: ''; */
    position: absolute;
    left: -38px;
    top: 50%;
    width: 22px;
    height: 22px;
    background: #111;
    transform: translateY(-50%);
}

.skill-card::after {
    content: '';
    position: absolute;
    left: -28px;
    top: 50%;
    width: 28px;
    height: 1px;
    background: #2f2f2f;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .semester-head {
        padding:20px;
    }

    .semester-title {
        font-size: 18px;
    }

    .semester-number {
        width: 46px;
        height: 46px;
    }

    .semester-body ul {
        padding: 0 20px 20px;
    }

    .skill-card {
        margin-left: 55px;
        padding: 20px;
        font-size: 16px;
    }

    .skills-map__grid::before {
        left: 16px;
    }

    .skill-card::before {
        left: -47px;
        width: 16px;
        height: 16px;
    }

    .skill-card::after {
        left: -31px;
        width: 15px;
    }
}

.docs-section {
}

.docs-title {
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.docs-card {
    background: #fff;
    padding: 28px;
    border: 1px solid #ececec;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.docs-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.docs-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-size: 35px;
    margin-bottom: 18px;
    border-radius: 300px;
}

.docs-card__icon i {
    color: #f9db00;
    font-size: 26px;
}

.docs-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.docs-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.docs-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 1.4;
    font-weight: 600;
}

.docs-card li i {
    font-size: 16px;
    color: #111;
    margin-top: 2px;
}

.docs-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,#111,#666);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.docs-card:hover::before {
    transform: scaleX(1);
}

/* =========================
   ADAPTIVE
========================= */
@media (max-width: 992px) {
    .docs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .docs-grid {
        grid-template-columns: 1fr;
    }

    .docs-card {
        padding: 22px;
    }
}

:root {
    --primary: #7755d4;
    --primary-dark: #6444bd;
    --text-light: #ffffff;
}

.hero-bg {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 30px;
}

.hero-bg picture {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.hero-bg__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    background: #000000;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 30%, rgb(39 39 39 / 82%) 80%);
}

.hero-bg__container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-bg__content {
    max-width: 690px;
    color: var(--text-light);
}

h1 {
    line-height: 1.1;
    font-weight: 700;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    position: relative;
    width: 100%;
    font-size: clamp(2.5125rem, 1.62568rem + 2.57235vw, 4.7rem);
    color: #fff;
    letter-spacing: -0.05em;
    text-wrap: balance;
    white-space: normal;
    margin: 0px auto;
    margin-bottom: 30px;
}

.hero-bg__content p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    /* opacity: 0.85; */
    font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.2425rem);
    color: #fff;
    font-weight: 400;
}

.hero-btn {
    display: inline-block;
    margin-top: 22px;
    padding: 20px 35px;
    background: #f9db00;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s ease;
    font-size: 19px;
    font-weight: 600;
}

.hero-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-bg {
        min-height: 70vh;
    }

    .hero-bg__content h1 {
        font-size: 32px;
    }

    .hero-bg__content p {
        font-size: 14px;
    }
}

.contacts-hero {
    padding: 100px 0 70px;
    text-align: center;
}

.contacts-badge {
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 20px;
}

.contacts-hero h1 {
    font-size: clamp(36px,5vw,64px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.contacts-hero p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    color: #64748b;
}

.contacts-grid-section {
    padding: 0 0 40px;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

.contact-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0px;
    padding: 32px;
    transition: .25s;
    border-top: 2px #2f2f2f solid;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 0px;
    background: #2f2f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-card-icon i {
    color: #f9db00;
}

.contact-card h3 {
    margin-bottom: 12px;
}

.contact-card a, .contact-card p {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    margin-bottom: 10px;
}

.contact-card span {
    color: #64748b;
    display: block;
}

.contacts-info {
    padding: 20px 0 50px;
}

.contacts-layout {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 30px;
}

.contacts-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts-block {
    border: 1px solid #e5e7eb;
    padding: 30px;
}

.contacts-block h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.contacts-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contacts-block li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111827;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
}

.social-links a img {
    width: 22px;
}

.contacts-map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    border-radius: 0px;
}

.contacts-form-section {
    padding: 0 0 50px;
}

.contacts-form-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    background: #2f2f2f;
    padding: 50px;
}

.contacts-form-content span {
    color: #f9db00;
    font-weight: 600;
}

.contacts-form-content h2 {
    color: #fff;
    font-size: 50px;
    margin: 15px 0;
}

.contacts-form-content p {
    color: #e5e5e5;
    max-width: 610px;
    font-size: 20px;
}

.contacts-form {
    width: 420px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contacts-form input {
    height: 58px;
    border: none;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 16px;
}

.contacts-form button {
    height: 58px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    background: #f9db00;
}

@media(max-width: 991px) {
    .contacts-grid {
        grid-template-columns:1fr;
    }

    .contacts-layout {
        grid-template-columns: 1fr;
    }

    .contacts-map iframe {
        min-height: 450px;
    }

    .contacts-form-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .contacts-form {
        width: 100%;
    }

    .contacts-form-content h2 {
        font-size: 32px;
    }
}

.programs-section {
    padding: 40px 0;
}

.programs-toolbar {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.programs-search {
    flex: 1;
    position: relative;
}

.programs-search i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.programs-search input {
    width: 100%;
    height: 56px;
    border: 1px solid #585858;
    padding-left: 50px;
    background: #fff;
    margin-bottom: 0px;
}

#sortPrograms {
    height: 56px;
    border: none;
    padding: 0 20px;
    background: #ffffff;
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 600;
    border: 1px #2f2f2f solid;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
}

.catalog-filters {
    background: #f0f0f0;
    /* border: 1px solid #2f2f2f; */
    padding: 25px;
    position: sticky;
    top: 120px;
    height: max-content;
}

.filter-block {
    margin-bottom: 20px;
}

.filter-block::first-child {
    margin-bottom: 30px;
}

.filter-block h4 {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 600;
}

.filter-block label {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-bottom: 10px;
}

.filter-block input[type="number"] {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #2f2f2f;
    padding: 0 15px;
}

.reset-filters {
    background: #dedede;
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 20px;
}

.program-wrap.hidden {
    display: none;
}

.load-more-wrap {
    margin-top: 40px;
    text-align: center;
}

.load-more-btn {
    height: 55px;
    padding: 0 30px;
    border: none;
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.filter-toggle {
    display: none;
}

.filter-block label {
    margin: 0;
    margin-bottom: 5px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    transition: .25s;
}

.filter-checkbox input {
    display: none;
}

.filter-checkbox span {
    width: 22px;
    height: 22px;
    border: 1px solid #2f2f2f;
    position: relative;
    flex-shrink: 0;
    transition: .25s;
    background: #fff;
}

.filter-checkbox span::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 0px;
    transform: scale(0);
    transition: .25s;
    background: #242424;
}

.filter-checkbox input:checked + span {
    border-color: #171717;
    background: #eff6ff;
}

.filter-checkbox input:checked + span::before {
    transform: scale(1);
}

.filter-checkbox:hover span {
    border-color: #000000;
}

.filter-checkbox:hover {
    color: #000000;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    /* border: 1px solid #2f2f2f; */
    margin-bottom: 10px;
    transition: .25s;
    background: #d5d5d5;
}

.filter-checkbox input:checked ~ * {
    color: #f9db00;
}

.filter-checkbox:has(input:checked) {
    background: #2f2f2f;
    border-color: #000000;
    color: #fff;
}

.program-load-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 20px;
}

.load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.load-more-btn {
    height: 54px;
    padding: 0 28px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.program-item-js.hidden {
    display: none;
}

.load-more-wrap {
    text-align: center;
    margin-top: 30px;
}

.load-more-btn {
    height: 54px;
    padding: 0 28px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 25px;
}

@media(max-width: 992px) {
    .catalog-layout {
        grid-template-columns:1fr;
    }
}

.quick-contact {
    position: fixed;
    right: 50px;
    bottom: 60px;
    /* z-index: 9999; */
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
}

.quick-contact__btn {
    width: 56px;
    height: 56px;
    border: none;
    background: #3c3c3c;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    font-size: 21px;
    border-radius: 300px;
}

.quick-contact__btn:hover {
    background: #000;
    transform: translateY(-2px);
}

.quick-contact__panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: .25s;
}

.quick-contact.active .quick-contact__panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.qc-item {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 12px 14px;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    text-decoration: none;
    transition: .2s;
    font-weight: 600;
    font-size: 14px;
}

.qc-item:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.qc-item i {
    font-size: 16px;
}

/* MOBILE */
@media(max-width: 768px) {
    .quick-contact {
        right:12px;
        bottom: 12px;
    }

    .qc-item {
        min-width: 160px;
    }
}

.diploma-showcase {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    max-width: 100%;
    background: #dedede24;
}

.diploma-showcase::before {
    /* content: ''; */
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgb(255 198 54 / 12%), transparent 35%), radial-gradient(circle at 80% 60%, rgb(255 231 0 / 8%), transparent 35%);
    pointer-events: none;
    z-index: 0;
}

.diploma-showcase__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.diploma-showcase__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: rgb(249 219 0);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.diploma-showcase h2 {
    /* font-size:clamp(38px,5vw,64px); */
    /* line-height:1.05; */
    letter-spacing: -.03em;
}

.diploma-showcase p {
    max-width: 650px;
    margin-bottom: 35px;
}

.diploma-showcase__features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 35px;
}

.diploma-feature {
    display: flex;
    /* align-items: center; */
    gap: 14px;
    font-weight: 500;
    font-size: clamp(1.0875rem, .7494774919614148rem + .68585209003215437vw, 1.1425rem);
    line-height: 1.6;
    font-weight: 500;
    color: #2f2f2f;
}

.diploma-feature i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ececec;
    color: #2f2f2f;
    flex-shrink: 0;
}

.diploma-showcase__right {
    position: relative;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diploma-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37,99,235,.18), transparent 70%);
    filter: blur(40px);
}

.diploma-card {
    position: absolute;
    overflow: hidden;
}

.diploma-card--back {
    width: 420px;
    height: 500px;
    background: linear-gradient(135deg, #2f4e74, #1f2e57);
    transform: rotate(-10deg) translateX(-60px) translateY(20px);
    box-shadow: 0 40px 100px rgba(0, 0, 0, .12), 0 0 0 1px rgba(255, 255, 255, .6);
    border-radius: 5px;
}

.diploma-card--front {
    width: 450px;
    /* height: 550px; */
    background: #fff;
    box-shadow: 0 40px 100px rgba(0,0,0,.12), 0 0 0 1px rgba(255,255,255,.6);
    transform: rotate(6deg);
    border-radius: 5px;
}

.diploma-card--front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.diploma-floating {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    font-weight: 600;
}

.diploma-floating--1 {
    top: 90px;
    left: 0;
}

.diploma-floating--2 {
    bottom: 120px;
    right: 0;
}

.diploma-floating i {
    color: #2c2c2c;
}

@media(max-width: 1100px) {
    .diploma-showcase__content {
        grid-template-columns:1fr;
        gap: 60px;
    }

    .diploma-showcase__right {
        height: 550px;
    }

    .diploma-card--front {
        width: 320px;
        height: 450px;
    }

    .diploma-card--back {
        width: 280px;
        height: 400px;
    }
}

@media(max-width: 768px) {
    .diploma-showcase {
        padding:80px 0;
    }

    .diploma-showcase__right {
        height: 420px;
    }

    .diploma-card--front {
        width: 260px;
        height: 370px;
    }

    .diploma-card--back {
        width: 230px;
        height: 320px;
    }

    .diploma-floating {
        font-size: 13px;
        padding: 10px 14px;
    }

    .diploma-floating--1 {
        left: 10px;
        top: 40px;
    }

    .diploma-floating--2 {
        right: 10px;
        bottom: 50px;
    }
}

.admission-roadmap {
    padding: 90px 0;
    background: #2f2f2f;
    max-width: 100%;
    position: relative;
}
.admission-roadmap:before{
    content:'';
    background: url(/img/mti.png);
    height: 750px;
    position: absolute;
    z-index: 1;
    width: 740px;
    filter: invert(77%) sepia(96%) saturate(1470%) hue-rotate(357deg) brightness(95%) contrast(105%);
    right: 0;
    bottom: 70px;
}
.section-head {
    max-width: 800px;
    margin-bottom: 70px;
}

.section-head span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #f9db00;
    font-weight: 700;
}

.section-head h2 {
    /* font-size: clamp(40px,5vw,60px); */
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: -.04em;
    color: #fff;
}

.section-head p {
    /* font-size:18px; */
    /* line-height:1.8; */
    color: #ffffff;
}

.roadmap {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 800px;
}

.roadmap::before {
    content: '';
    position: absolute;
    left: 39px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f9db00;
}

.roadmap-step {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 0 0 40px;
}

.roadmap-step:last-child {
    padding-bottom: 0;
}

.roadmap-step__number {
    width: 80px;
    height: 80px;
    border: 1px solid #f9db00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 800;
    background: #f9db00;
    position: relative;
    z-index: 2;
    color: #2f2f2f;
}

.roadmap-step__content {
    padding-top: 10px;
}

.roadmap-step__content h3 {
    font-size: 25px;
    margin-bottom: 7px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
}

.roadmap-step__content p {
    color: #ffffffbf;
    line-height: 1.6;
    max-width: 700px;
    font-weight: 400;
    margin-top: 0px;
    font-size: 17px;
}

@media (max-width: 768px) {
    .admission-roadmap {
        padding:80px 0;
    }

    .roadmap-step {
        grid-template-columns: 60px 1fr;
        gap: 20px;
        padding-bottom: 40px;
    }

    .roadmap-step__number {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }

    .roadmap::before {
        left: 29px;
    }

    .roadmap-step__content h3 {
        font-size: 22px;
    }
}
.program-hero__stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap: 10px;
    margin-top: 10px;
}

.program-hero__stat{
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.03);
    padding: 15px;
    position:relative;
    backdrop-filter: blur(11px);
}

.program-hero__stat-icon{
    width: 33px;
    height: 33px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.12);
    margin-bottom: 8px;
    font-size: 16px;
    border-radius: 300px;
    /* background: #f9db00; */
    color: #ffffff;
}

.program-hero__stat span{
    display:block;
    font-size: 11px;
    text-transform:uppercase;
    opacity:.7;
    margin-bottom: 9px;
}

.program-hero__stat strong{
    display:block;
    font-size: 25px;
    line-height:1.1;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: -0.04em;
}

.program-hero__stat small{
    display:block;
    opacity:.7;
    font-size: 11px;
}

.program-hero__stat .dop{
    font-size:18px;
    line-height:1.5;
    font-weight:600;
}

@media(max-width:991px){

    .program-hero__stats{
        grid-template-columns:1fr;
    }

   
 

    .program-hero__stat strong{
        font-size:26px;
    }
}.premium-form-section{
    padding: 70px;
    position:relative;
    overflow:hidden;
    background: #f8f8f8;
    border-radius: 15px;
}

.premium-form-layout{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap: 50px;
    /* align-items:center; */
    /* background: #2f2f2f; */
}

.premium-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 9px 15px;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:.15em;
    font-weight:700;
    background: #f9db00;
}

.premium-form-info h2{
    font-size: clamp(40px,4vw,45px);
    line-height:1;
    letter-spacing:-.04em;
    margin-bottom:30px;
    max-width:700px;
    /* color: #fff; */
}

.premium-form-info img{
    max-width: 350px;
    width: 100%;
}

.premium-form-info > p{
    font-size: 19px;
    line-height: 1.6;
    color: #171717;
    max-width:700px;
    margin-bottom: 30px;
}

.premium-features{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding-bottom: 30px;
    border-bottom: 1px #dedede solid;
    margin-bottom: 30px;
}

.premium-feature{
    display:flex;
    gap: 13px;
    align-items:flex-start;
    padding: 4px;
    /* border: 1px solid #b5b5b5; */
    background: #2f2f2f00;
}

.premium-feature i{
    font-size: 18px;
    color: #2f2f2f;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px #0000004f solid; */
    padding: 6px;
    border-radius: 30px;
    background: #f9db00;
}

.premium-feature strong{
    display:block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #434343;
    text-transform: uppercase;
}

.premium-feature span{
    color: #000000bf;
    line-height:1.6;
    font-size: 15px;
    font-weight: 500;
}

.premium-stats{
    margin-top: 30px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top: 1px solid #0707072b;
    padding-top: 30px;
    gap: 15px;
}

.premium-stats strong{
    display:block;
    font-size: 30px;
    margin-bottom:10px;
}

.premium-stats span{
    color: #0b0b0b;
}

.premium-form-card{
    border:1px solid #e5e7eb;
    padding: 40px;
    background:#fff;
    position:relative;
}

.premium-form-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(255,214,10,.08),
    transparent 45%);
    pointer-events:none;
}

.premium-form-head{
    margin-bottom: 20px;
}

.premium-form-head h3{
    font-size: 28px;
    margin-bottom:10px;
    margin-top: 0px;
}

.premium-form-head p{
    color:#64748b;
    line-height:1.7;
    font-size: 15px;
}

.premium-field{
    margin-bottom: 10px;
}

.premium-field label{
    display:block;
    margin-bottom: 5px;
    font-weight:600;
    font-size: 13px;
}

.premium-field input{
    width:100%;
    height: 50px;
    border: 1px solid #b9b9b9;
    padding:0 20px;
    font-size: 16px;
    transition:.3s;
    margin-bottom: 3px;
}

.premium-field input:focus{
    border-color:#111827;
    outline:none;
}

.premium-submit{
    width:100%;
    height: 60px;
    border:none;
    background: #f9db00;
    color: #2f2f2f;
    font-size:16px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    cursor:pointer;
    transition:.3s;
    margin-top: 20px;
}

.premium-submit:hover{
    transform:translateY(-2px);
}

.premium-policy{
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.4;
    color:#64748b;
}

@media(max-width:991px){

    .premium-form-layout{
        grid-template-columns:1fr;
        gap:50px;
    }

    .premium-form-card{
        padding:30px;
    }

    .premium-stats{
        grid-template-columns:1fr;
        gap:25px;
    }
}