@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --base-color: #102e26;
    --dark-gray: #262b35;
    --medium-gray: #868d98;
    --white: #fff;
    --primary-font: "Kumbh Sans", sans-serif;
    --alt-font: "Outfit", sans-serif;
}

body {
    font-size: 16px;
    line-height: 32px;
}

header .navbar-brand {
    position: relative;
}

.page-title-extra-small h1 {
    margin-bottom: 15px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.page-title-extra-small h2 {
    font-size: 3.8rem;
    line-height: 3.8rem;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
}

.sticky .header-transparent .header-button .btn {
    color: var(--white);
}

.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    background: var(--dark-gray);
    color: var(--white);
}

header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: .5;
}

.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #102e26, #000, #000, #102e26, #102e26);
}

.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236d, #23248c);
}

.bg-base-color-transparent {
    background-color: rgb(16 46 38);
}

.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}

.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}

.page-title-extra-large h1 {
    font-size: 7.5rem;
    line-height: 6rem;
}

.separator-line-9px {
    height: 9px;
}

.tag-cloud a {
    padding-top: 5px;
    padding-bottom: 9px;
}

.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}

.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}

.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}

.bottom-minus-45px {
    bottom: -45px;
}

.right-minus-45px {
    right: -45px;
}

footer ul li {
    margin-bottom: 0;
}

.footer-dark a:hover {
    color: var(--white);
}

.mfp-bg {
    background: #000;
    opacity: .7;
}

header .navbar-brand::before {
    position: absolute;
    top: 20px;
    right: -35px;
    height: 100%;
    max-height: 65px;
    border-right: 1px solid #7b282c6e;
    content: "";
}

.header__support {
    position: fixed;
    right: 90px;
    bottom: 100px;
    z-index: 999999;
    width: 60px;
    height: 60px;
    mix-blend-mode: exclusion;
}

.header__support p {
    width: 215px;
    color: #f1f1f1;
    font-family: "Kanit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    text-align: right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header__support p a {
    display: inline-block;
    color: #fff;
    font-family: "Kanit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}


.gda-faq-page .gda-faq-intro {
    max-width: 820px;
}

.gda-faq-page .gda-faq-accordion.accordion-style-01 .accordion-item {
    margin-bottom: 14px;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e3e9e7 !important;
    border-radius: 10px !important;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.gda-faq-page
.gda-faq-accordion.accordion-style-01
.accordion-item:last-child {
    margin-bottom: 0;
}

.gda-faq-page
.gda-faq-accordion.accordion-style-01
.accordion-item:hover,
.gda-faq-page
.gda-faq-accordion.accordion-style-01
.accordion-item:focus-within {
    border-color: rgba(16, 46, 38, 0.38) !important;
    box-shadow: 0 12px 32px rgba(16, 46, 38, 0.09);
}

.gda-faq-page .gda-faq-accordion .accordion-header {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.gda-faq-page .gda-faq-accordion .gda-faq-toggle {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 76px;
    align-items: center;
    padding: 20px 70px 20px 24px;
    color: var(--dark-gray, #262b35);
    font-family: var(--alt-font, "Outfit", sans-serif);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.gda-faq-page .gda-faq-accordion .gda-faq-toggle:hover,
.gda-faq-page .gda-faq-accordion .gda-faq-toggle:focus {
    color: var(--base-color, #102e26);
    text-decoration: none;
}

.gda-faq-page .gda-faq-accordion .gda-faq-toggle::after {
    position: absolute;
    top: 50%;
    right: 24px;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(16, 46, 38, 0.09);
    color: var(--base-color, #102e26);
    content: "+";
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

.gda-faq-page
.gda-faq-accordion
.gda-faq-toggle[aria-expanded="true"]::after {
    background-color: var(--base-color, #102e26);
    color: #ffffff;
    content: "−";
}

.gda-faq-page
.gda-faq-accordion.accordion-style-01
.accordion-body {
    padding: 0 70px 24px 24px;
    color: var(--medium-gray, #868d98);
    font-size: 16px;
    line-height: 1.75;
}

.gda-faq-page .gda-faq-accordion .accordion-body p {
    margin: 0;
}

.gda-faq-page .gda-faq-accordion .accordion-collapse {
    border: 0;
}

.gda-faq-page .gda-faq-sidebar {
    position: sticky;
    top: 120px;
    padding: 38px;
    border-radius: 12px;
    background-color: var(--base-color, #102e26);
}

.gda-faq-page .gda-faq-badge {
    display: inline-flex;
    align-items: center;
    margin: 0 7px 8px 0;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.gda-faq-badge i {
    margin-right: 5px;
}

@media (max-width: 991px) {
    .gda-faq-page .gda-faq-sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .gda-faq-page .gda-faq-accordion .gda-faq-toggle {
        min-height: 68px;
        padding: 18px 58px 18px 18px;
        font-size: 17px;
    }

    .gda-faq-page
    .gda-faq-accordion
    .gda-faq-toggle::after {
        right: 16px;
        width: 32px;
        height: 32px;
    }

    .gda-faq-page
    .gda-faq-accordion.accordion-style-01
    .accordion-body {
        padding: 0 18px 20px;
    }

    .gda-faq-page .gda-faq-sidebar {
        padding: 28px;
    }
}


 .close {
     border: 1px solid rgb(0 0 0 / 3%);
     line-height: 20px;
     padding: 5px 11px 5px 11px;
     background-color: #ececec;
     color: #3c3c3c;
     font-weight: 800;
 }

 .modal-body p {
     margin-bottom: 15px;
 }

 .modal-body label {
     font-weight: 700;
     font-size: 16px;
     color: #000;
 }

 .form-check-input[type=checkbox] {
     margin-right: 10px !important;
     padding: 11px !important;
 }

 .modal-title {
     font-size: 26px !important;
     font-weight: 600 !important;
     color: #000 !important;
 }

 .original-price {
     font-size: 1.5em;
     color: #f00;
     text-decoration: line-through;
 }

 .services ul li {
     list-style: disc;
 }

 .services ol,
 .services ul {
     padding-left: 18px;
 }

 .gak-hizmet-trio-wrap {
     margin-top: 34px;
     position: relative;
     z-index: 2;
 }

 .gak-hizmet-trio-title {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     margin-bottom: 15px;
     padding: 8px 16px;
     border-radius: 999px;
     background: rgba(255, 153, 0, 0.10);
     color: #f39a19;
     font-size: 13px;
     line-height: 1;
     font-weight: 700;
     letter-spacing: .2px;
 }

 .gak-hizmet-trio-title:before {
     content: "";
     width: 7px;
     height: 7px;
     border-radius: 50%;
     background: #f39a19;
     box-shadow: 0 0 0 5px rgba(255, 153, 0, 0.12);
 }

 .gak-hizmet-trio-row {
     display: flex;
     flex-wrap: wrap;
     margin-left: -8px;
     margin-right: -8px;
 }

 .gak-hizmet-trio-col {
     width: 33.333333%;
     padding-left: 8px;
     padding-right: 8px;
     margin-bottom: 16px;
 }

 .gak-hizmet-mini-card {
     height: 100%;
     min-height: 148px;
     position: relative;
     overflow: hidden;
     border-radius: 24px;
     padding: 22px 18px 20px 18px;
     background: linear-gradient(145deg, #ffffff 0%, #f7f9ff 100%);
     border: 1px solid rgba(32, 38, 55, 0.08);
     box-shadow: 0 18px 45px rgba(23, 31, 52, 0.08);
     transition: all .35s ease;
 }

 .gak-hizmet-mini-card:before {
     content: "";
     position: absolute;
     width: 92px;
     height: 92px;
     right: -44px;
     top: -44px;
     border-radius: 50%;
     background: rgba(255, 153, 0, 0.12);
     transition: all .35s ease;
 }

 .gak-hizmet-mini-card:after {
     content: "";
     position: absolute;
     left: 18px;
     bottom: 0;
     width: 54px;
     height: 3px;
     border-radius: 99px;
     background: linear-gradient(90deg, #f39a19, rgba(243, 154, 25, 0));
     opacity: .9;
 }

 .gak-hizmet-mini-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 26px 60px rgba(23, 31, 52, 0.13);
     border-color: rgba(243, 154, 25, 0.28);
 }

 .gak-hizmet-mini-card:hover:before {
     transform: scale(1.18);
     background: rgba(255, 153, 0, 0.18);
 }

 .gak-hizmet-mini-icon {
     width: 44px;
     height: 44px;
     border-radius: 16px;
     margin-bottom: 16px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #f39a19;
     background: #fff5e7;
     box-shadow: inset 0 0 0 1px rgba(243, 154, 25, 0.14);
     font-size: 18px;
     position: relative;
     z-index: 1;
 }

 .gak-hizmet-mini-card h4 {
     margin: 0 0 7px 0;
     color: #262b38;
     font-size: 17px;
     line-height: 1.25;
     font-weight: 700;
     letter-spacing: -0.3px;
     position: relative;
     z-index: 1;
 }

 .gak-hizmet-mini-card p {
     margin: 0;
     color: #6f7481;
     font-size: 14px;
     line-height: 1.55;
     position: relative;
     z-index: 1;
 }

 .gak-hizmet-note-box {
     margin-top: 8px;
     padding: 16px 18px;
     border-radius: 18px;
     background: #102E26;
     color: rgba(255, 255, 255, 0.88);
     font-size: 14px;
     line-height: 1.6;
     box-shadow: 0 18px 40px rgba(16, 46, 38, 0.18);
 }

 .gak-hizmet-note-box strong {
     color: #ffffff;
     font-weight: 700;
 }

 @media (max-width: 1199px) {
     .gak-hizmet-trio-col {
         width: 100%;
     }

     .gak-hizmet-mini-card {
         min-height: auto;
         display: flex;
         align-items: flex-start;
         gap: 15px;
         padding: 18px;
     }

     .gak-hizmet-mini-icon {
         flex: 0 0 44px;
         margin-bottom: 0;
     }
 }

 @media (max-width: 767px) {
     .gak-hizmet-trio-wrap {
         margin-top: 25px;
     }

     .gak-hizmet-mini-card {
         border-radius: 20px;
     }

     .gak-hizmet-note-box {
         border-radius: 16px;
     }
 }

 /* =========================================================
   gutenberg.css
   SEVİYE TESPİT SINAVI SEÇİM SAYFASI
   ========================================================= */

.gda-exam-select {
    width: 100%;
    background: #ffffff;
    color: #17221f;
}

.gda-exam-select *,
.gda-exam-select *::before,
.gda-exam-select *::after {
    box-sizing: border-box;
}

.gda-exam-select__hero {
    position: relative;
    overflow: hidden;
    padding: 170px 0 115px;
    background:
        linear-gradient(
            115deg,
            rgba(12, 45, 37, 0.98) 0%,
            rgba(17, 67, 55, 0.95) 100%
        );
}

.gda-exam-select__hero::before {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.gda-exam-select__hero::after {
    position: absolute;
    right: 150px;
    bottom: -230px;
    width: 420px;
    height: 420px;
    border: 80px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    content: "";
}

.gda-exam-select__hero-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}

.gda-exam-select__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #d9a96d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.2px;
}

.gda-exam-select__hero h1 {
    margin: 0 auto 22px;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -2px;
}

.gda-exam-select__hero p {
    max-width: 670px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.75;
}

.gda-exam-select__content {
    padding: 0 0 170px;
    background: #f7f8f7;
}

.gda-exam-select__information {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -42px;
    margin-bottom: 90px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e9e7;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(20, 45, 38, 0.09);
}

.gda-exam-select__information-item {
    display: flex;
    align-items: flex-start;
    min-height: 145px;
    padding: 35px 32px;
    border-right: 1px solid #e5e9e7;
}

.gda-exam-select__information-item:last-child {
    border-right: 0;
}

.gda-exam-select__information-number {
    flex: 0 0 auto;
    margin-right: 18px;
    color: #bf8251;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gda-exam-select__information-item strong {
    display: block;
    margin-bottom: 7px;
    color: #15392f;
    font-size: 18px;
    font-weight: 700;
}

.gda-exam-select__information-item p {
    margin: 0;
    color: #6b7773;
    font-size: 15px;
    line-height: 1.65;
}

.gda-exam-select__alert {
    max-width: 760px;
    margin: 0 auto 35px;
    padding: 17px 20px;
    color: #8a3e31;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #fff1ee;
    border: 1px solid #f1c7bf;
    border-radius: 8px;
}

.gda-exam-select__heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.gda-exam-select__heading > span {
    display: block;
    margin-bottom: 12px;
    color: #b77342;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.gda-exam-select__heading h2 {
    margin: 0 0 16px;
    color: #15392f;
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -1.4px;
}

.gda-exam-select__heading p {
    margin: 0;
    color: #6c7774;
    font-size: 17px;
    line-height: 1.75;
}

.gda-exam-select__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 1040px;
    margin: 0 auto;
}

.gda-exam-card {
    display: flex;
    flex-direction: column;
    min-height: 490px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e1e6e3;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(24, 52, 44, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.gda-exam-card:hover {
    transform: translateY(-5px);
    border-color: #c5d3ce;
    box-shadow: 0 22px 50px rgba(24, 52, 44, 0.12);
}

.gda-exam-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px;
    border-bottom: 1px solid #edf0ee;
}

.gda-exam-card__language {
    color: #15392f;
    font-size: 14px;
    font-weight: 700;
}

.gda-exam-card__status {
    position: relative;
    padding-left: 15px;
    color: #6b7773;
    font-size: 13px;
    font-weight: 600;
}

.gda-exam-card__status::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background: #3a9a70;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.gda-exam-card__body {
    flex: 1;
    padding: 34px 32px 30px;
}

.gda-exam-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    background: #174d40;
    border-radius: 12px;
}

.gda-exam-card h3 {
    margin: 0 0 14px;
    color: #15392f;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.gda-exam-card__body > p {
    min-height: 76px;
    margin: 0 0 26px;
    color: #6b7773;
    font-size: 16px;
    line-height: 1.7;
}

.gda-exam-card__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #e8ecea;
    border-radius: 9px;
}

.gda-exam-card__detail {
    padding: 15px 18px;
    border-right: 1px solid #e8ecea;
}

.gda-exam-card__detail:last-child {
    border-right: 0;
}

.gda-exam-card__detail span {
    display: block;
    margin-bottom: 3px;
    color: #8a9491;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.gda-exam-card__detail strong {
    display: block;
    color: #263e37;
    font-size: 15px;
    font-weight: 700;
}

.gda-exam-card__footer {
    padding: 0 32px 32px;
}

.gda-exam-card__button,
.gda-exam-card__button:link,
.gda-exam-card__button:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 14px 20px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    background: #174d40;
    border: 1px solid #174d40;
    border-radius: 8px;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.gda-exam-card__button:hover,
.gda-exam-card__button:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    background: #b77342;
    border-color: #b77342;
}

.gda-exam-card__button span {
    font-size: 21px;
    line-height: 1;
}

.gda-exam-card__preparing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    color: #7b8582;
    font-size: 15px;
    font-weight: 700;
    background: #edf0ef;
    border-radius: 8px;
}

.gda-exam-select__notice {
    display: flex;
    align-items: flex-start;
    max-width: 1040px;
    margin: 32px auto 0;
    padding: 24px 28px;
    background: #fffaf5;
    border: 1px solid #eadbc9;
    border-radius: 10px;
}

.gda-exam-select__notice-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 17px;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    background: #b77342;
    border-radius: 50%;
}

.gda-exam-select__notice strong {
    display: block;
    margin-bottom: 5px;
    color: #47392f;
    font-size: 16px;
    font-weight: 700;
}

.gda-exam-select__notice p {
    margin: 0;
    color: #75685e;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .gda-exam-select__hero {
        padding: 100px 0 95px;
    }

    .gda-exam-select__information {
        grid-template-columns: 1fr;
        margin-bottom: 70px;
    }

    .gda-exam-select__information-item {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #e5e9e7;
    }

    .gda-exam-select__information-item:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .gda-exam-select__hero {
        padding: 80px 0 75px;
    }

    .gda-exam-select__hero h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .gda-exam-select__hero p {
        font-size: 16px;
    }

    .gda-exam-select__content {
        padding-bottom: 70px;
    }

    .gda-exam-select__information {
        margin-top: -25px;
        margin-bottom: 60px;
    }

    .gda-exam-select__information-item {
        padding: 26px 22px;
    }

    .gda-exam-select__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gda-exam-card {
        min-height: auto;
    }

    .gda-exam-card__body {
        padding: 28px 24px 25px;
    }

    .gda-exam-card__body > p {
        min-height: auto;
    }

    .gda-exam-card__footer {
        padding: 0 24px 26px;
    }

    .gda-exam-select__notice {
        padding: 21px 20px;
    }
}

@media (max-width: 480px) {
    .gda-exam-select__hero h1 {
        font-size: 33px;
    }

    .gda-exam-select__heading h2 {
        font-size: 30px;
    }

    .gda-exam-card h3 {
        font-size: 23px;
    }

    .gda-exam-card__details {
        grid-template-columns: 1fr;
    }

    .gda-exam-card__detail {
        border-right: 0;
        border-bottom: 1px solid #e8ecea;
    }

    .gda-exam-card__detail:last-child {
        border-bottom: 0;
    }
}


.gda-test-page {
    width: 100%;
    min-height: 100vh;
    color: #17221f;
    background: #f5f7f6;
}

.gda-test-page *,
.gda-test-page *::before,
.gda-test-page *::after {
    box-sizing: border-box;
}

.gda-test-page__header {
    padding: 160px 0 70px;
    background: #123d33;
}

.gda-test-page__header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.gda-test-page__header-inner > div:first-child {
    max-width: 760px;
}

.gda-test-page__brand {
    display: block;
    margin-bottom: 13px;
    color: #daa66a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.gda-test-page__header h1 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.4px;
}

.gda-test-page__header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.7;
}

.gda-test-timer {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 145px;
    min-height: 100px;
    padding: 17px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
}

.gda-test-timer span {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.gda-test-timer strong {
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gda-test-timer--warning {
    background: #9a4b3d;
    border-color: #b86353;
}

.gda-test-page__content {
    padding: 45px 0 95px;
    padding-bottom: 200px;
}

.gda-test-progress {
    max-width: 900px;
    margin: 0 auto 22px;
    padding: 20px 23px;
    background: #ffffff;
    border: 1px solid #dfe6e3;
    border-radius: 10px;
}

.gda-test-progress__information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}

.gda-test-progress__information span {
    color: #66736f;
    font-size: 14px;
    font-weight: 600;
}

.gda-test-progress__information strong {
    color: #174d40;
    font-size: 14px;
    font-weight: 700;
}

.gda-test-progress__bar {
    width: 100%;
    height: 7px;
    overflow: hidden;
    background: #e8eeeb;
    border-radius: 20px;
}

.gda-test-progress__bar span {
    display: block;
    width: 0;
    height: 100%;
    background: #b77342;
    border-radius: 20px;
    transition: width 0.25s ease;
}

.gda-test-warning {
    display: flex;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 17px 20px;
    background: #fffaf3;
    border: 1px solid #e9dcc7;
    border-radius: 9px;
}

.gda-test-warning > span {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    background: #b77342;
    border-radius: 50%;
}

.gda-test-warning p {
    margin: 1px 0 0;
    color: #71655b;
    font-size: 14px;
    line-height: 1.65;
}

.gda-test-alert {
    max-width: 900px;
    margin: 0 auto 25px;
    padding: 16px 20px;
    color: #8a3e31;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #fff0ed;
    border: 1px solid #efc5bd;
    border-radius: 8px;
}

.gda-test-questions {
    max-width: 900px;
    margin: 0 auto;
}

.gda-test-question {
    position: relative;
    margin-bottom: 22px;
    padding: 31px 34px 34px;
    background: #ffffff;
    border: 1px solid #dfe6e3;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(22, 55, 46, 0.045);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.gda-test-question--answered {
    border-color: #9ebdaf;
    box-shadow: 0 9px 28px rgba(22, 55, 46, 0.08);
}

.gda-test-question--answered::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #3e8768;
    border-radius: 12px 0 0 12px;
    content: "";
}

.gda-test-question__number {
    display: inline-block;
    margin-bottom: 11px;
    color: #b16e3e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.gda-test-question h2 {
    margin: 0 0 25px;
    color: #183c33;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.2px;
}

.gda-test-options {
    display: grid;
    gap: 11px;
}

.gda-test-option {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 15px 17px;
    cursor: pointer;
    background: #fafbfa;
    border: 1px solid #e1e6e4;
    border-radius: 8px;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.gda-test-option:hover {
    background: #f2f7f4;
    border-color: #aec5ba;
}

.gda-test-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.gda-test-option__marker {
    position: relative;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 13px;
    background: #ffffff;
    border: 2px solid #b8c3bf;
    border-radius: 50%;
    transition:
        border-color 0.2s ease,
        background 0.2s ease;
}

.gda-test-option__marker::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: translate(-50%, -50%);
}

.gda-test-option input:checked + .gda-test-option__marker {
    background: #174d40;
    border-color: #174d40;
}

.gda-test-option input:checked + .gda-test-option__marker::after {
    opacity: 1;
}

.gda-test-option:has(input:checked) {
    background: #edf5f1;
    border-color: #82aa98;
}

.gda-test-option__text {
    color: #465650;
    font-size: 16px;
    line-height: 1.55;
}

.gda-test-option input:checked
    ~ .gda-test-option__text {
    color: #183c33;
    font-weight: 600;
}

.gda-test-submit {
    max-width: 900px;
    margin: 35px auto 0;
    padding: 28px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dfe6e3;
    border-radius: 12px;
}

.gda-test-submit p {
    margin: 0 0 17px;
    color: #6b7773;
    font-size: 14px;
}

.gda-test-submit__button {
    min-width: 230px;
    min-height: 54px;
    padding: 14px 27px;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    background: #174d40;
    border: 1px solid #174d40;
    border-radius: 8px;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.gda-test-submit__button:hover,
.gda-test-submit__button:focus {
    color: #ffffff;
    background: #b77342;
    border-color: #b77342;
}

.gda-test-submit__button:disabled {
    cursor: wait;
    opacity: 0.75;
}

@media (max-width: 767px) {
    .gda-test-page__header {
        padding: 55px 0 48px;
    }

    .gda-test-page__header-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .gda-test-timer {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        min-height: auto;
        padding: 14px 18px;
    }

    .gda-test-timer span {
        margin-bottom: 0;
    }

    .gda-test-timer strong {
        font-size: 22px;
    }

    .gda-test-page__content {
        padding: 30px 0 70px;
    }

    .gda-test-question {
        padding: 25px 21px 26px;
    }

    .gda-test-question h2 {
        font-size: 18px;
    }

    .gda-test-option {
        padding: 14px;
    }

    .gda-test-option__text {
        font-size: 15px;
    }

    .gda-test-submit {
        padding: 24px 20px;
    }

    .gda-test-submit__button {
        width: 100%;
        min-width: 0;
    }
}

.gda-exam-info {
    width: 100%;
    min-height: 100vh;
    color: #17221f;
    background: #f5f7f6;
}

.gda-exam-info *,
.gda-exam-info *::before,
.gda-exam-info *::after {
    box-sizing: border-box;
}

.gda-exam-info__header {
    padding: 175px 0 115px;
    background: #123d33;
}

.gda-exam-info__header-content {
    margin: 0 auto;
    text-align: center;
}

.gda-exam-info__header-content > span {
    display: block;
    margin-bottom: 13px;
    color: #daa66a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.gda-exam-info__header h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(36px, 5vw, 54px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.gda-exam-info__header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.6;
}

.gda-exam-info__content {
    padding: 0 0 190px;
}

.gda-exam-info__box {
    position: relative;
    z-index: 3;
    max-width: 840px;
    margin: -62px auto 0;
    padding: 48px 52px 52px;
    background: #ffffff;
    border: 1px solid #e0e6e3;
    border-radius: 14px;
    box-shadow: 0 20px 55px rgba(19, 53, 44, 0.1);
}

.gda-exam-info__box-heading {
    max-width: 680px;
    margin: 0 auto 34px;
    text-align: center;
}

.gda-exam-info__box-heading > span {
    display: block;
    margin-bottom: 9px;
    color: #b16e3e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.gda-exam-info__box-heading h2 {
    margin: 0 0 13px;
    color: #15392f;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.gda-exam-info__box-heading p {
    margin: 0;
    color: #68746f;
    font-size: 16px;
    line-height: 1.7;
}

.gda-exam-info__validation {
    margin-bottom: 22px;
    padding: 16px 19px;
    color: #873e32;
    font-size: 14px;
    background: #fff1ee;
    border: 1px solid #efc8c0;
    border-radius: 8px;
}

.gda-exam-info__validation ul {
    margin: 7px 0 0;
    padding-left: 20px;
}

.gda-exam-info__alert {
    margin-bottom: 22px;
    padding: 15px 18px;
    color: #873e32;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background: #fff1ee;
    border: 1px solid #efc8c0;
    border-radius: 8px;
}

.gda-exam-info__form {
    width: 100%;
}

.gda-exam-info__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.gda-exam-info__field {
    display: flex;
    flex-direction: column;
}

.gda-exam-info__field label {
    margin-bottom: 8px;
    color: #2c433c;
    font-size: 14px;
    font-weight: 700;
}

.gda-exam-info__field label span {
    color: #ad503f;
}

.gda-exam-info__input {
    width: 100%;
    height: 53px;
    padding: 0 16px;
    color: #263b35;
    font-family: inherit;
    font-size: 15px;
    background: #fafbfa;
    border: 1px solid #d9e0dd;
    border-radius: 8px;
    outline: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.gda-exam-info__input:focus {
    background: #ffffff;
    border-color: #6f9a87;
    box-shadow: 0 0 0 3px rgba(36, 103, 82, 0.1);
}

.gda-exam-info__field-error {
    display: block;
    margin-top: 6px;
    color: #a54738;
    font-size: 12px;
    font-weight: 600;
}

.gda-exam-info__consent {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 20px;
    padding: 18px 19px;
    background: #f7f9f8;
    border: 1px solid #e0e6e3;
    border-radius: 8px;
}

.gda-exam-info__consent > span {
    display: flex;
    flex: 0 0 auto;
    margin-top: 3px;
    margin-right: 11px;
}

.gda-exam-info__consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 1px;
    accent-color: #174d40;
}

.gda-exam-info__consent label {
    margin: 0;
    color: #5e6b66;
    font-size: 13px;
    line-height: 1.65;
    cursor: pointer;
}

.gda-exam-info__consent label a {
    color: #174d40;
    font-weight: 700;
    text-decoration: underline;
}

.gda-exam-info__consent label span {
    color: #ad503f;
}

.gda-exam-info__mail-notice {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 14px 17px;
    background: #fffaf3;
    border: 1px solid #eadcc7;
    border-radius: 8px;
}

.gda-exam-info__mail-notice > span {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    margin-right: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background: #b77342;
    border-radius: 50%;
}

.gda-exam-info__mail-notice p {
    margin: 0;
    color: #72655b;
    font-size: 13px;
    line-height: 1.6;
}

.gda-exam-info__button {
    width: 100%;
    min-height: 55px;
    padding: 14px 25px;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    background: #174d40;
    border: 1px solid #174d40;
    border-radius: 8px;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.gda-exam-info__button:hover,
.gda-exam-info__button:focus {
    color: #ffffff;
    background: #b77342;
    border-color: #b77342;
}

.gda-exam-info__success {
    position: relative;
    z-index: 3;
    max-width: 760px;
    margin: -62px auto 0;
    padding: 60px 55px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e0e6e3;
    border-radius: 14px;
    box-shadow: 0 20px 55px rgba(19, 53, 44, 0.1);
}

.gda-exam-info__success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 23px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    background: #398264;
    border-radius: 50%;
}

.gda-exam-info__success > span {
    display: block;
    margin-bottom: 9px;
    color: #b16e3e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.gda-exam-info__success h2 {
    margin: 0 0 16px;
    color: #15392f;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.gda-exam-info__success p {
    max-width: 590px;
    margin: 0 auto 28px;
    color: #68746f;
    font-size: 16px;
    line-height: 1.75;
}

.gda-exam-info__home-button,
.gda-exam-info__home-button:link,
.gda-exam-info__home-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 51px;
    padding: 13px 24px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    background: #174d40;
    border: 1px solid #174d40;
    border-radius: 8px;
}

.gda-exam-info__home-button:hover,
.gda-exam-info__home-button:focus {
    color: #ffffff !important;
    background: #b77342;
    border-color: #b77342;
}

@media (max-width: 767px) {
    .gda-exam-info__header {
        padding: 170px 0 95px;
    }

    .gda-exam-info__content {
        padding-bottom: 70px;
    }

    .gda-exam-info__box,
    .gda-exam-info__success {
        margin-top: -45px;
        padding: 35px 23px 38px;
    }

    .gda-exam-info__box-heading h2,
    .gda-exam-info__success h2 {
        font-size: 29px;
    }

    .gda-exam-info__row {
        grid-template-columns: 1fr;
        gap: 17px;
        margin-bottom: 17px;
    }

    .gda-exam-info__success {
        padding-top: 45px;
    }
}


.gda-profile-results {
    width: 100%;
}

.gda-profile-results *,
.gda-profile-results *::before,
.gda-profile-results *::after {
    box-sizing: border-box;
}

.gda-profile-results__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e7e5;
}

.gda-profile-results__heading > div {
    max-width: 650px;
}

.gda-profile-results__heading span {
    display: block;
    margin-bottom: 7px;
    color: #b16e3e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.gda-profile-results__heading h2 {
    margin: 0 0 9px;
    color: #15392f;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.gda-profile-results__heading p {
    margin: 0;
    color: #6e7a76;
    font-size: 15px;
    line-height: 1.65;
}

.gda-profile-results__new-test,
.gda-profile-results__new-test:link,
.gda-profile-results__new-test:visited {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 11px 18px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    background: #174d40;
    border-radius: 7px;
}

.gda-profile-results__new-test:hover {
    color: #ffffff !important;
    background: #b77342;
}

.gda-profile-results__new-test i {
    margin-left: 9px;
}

.gda-profile-results__list {
    display: grid;
    gap: 22px;
}

.gda-profile-result-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe6e3;
    border-radius: 12px;
    box-shadow: 0 9px 28px rgba(24, 52, 44, 0.06);
}

.gda-profile-result-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 21px;
    background: #f6f9f7;
    border-bottom: 1px solid #e2e8e5;
}

.gda-profile-result-card__language {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 31px;
    margin: 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    background: #174d40;
    border-radius: 6px;
}

.gda-profile-result-card__status {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 6px 10px;
    color: #28704f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: normal;
    background: #e5f5ec;
    border-radius: 20px;
}

.gda-profile-result-card__status i {
    margin-right: 6px;
}

.gda-profile-result-card__content {
    display: grid;
    grid-template-columns: 1fr 180px;
    align-items: center;
    gap: 25px;
    padding: 27px 28px;
}

.gda-profile-result-card__exam > span {
    display: block;
    margin-bottom: 5px;
    color: #b16e3e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gda-profile-result-card__exam h3 {
    margin: 0 0 8px;
    color: #203e35;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
}

.gda-profile-result-card__exam small {
    color: #87918d;
    font-size: 12px;
}

.gda-profile-result-card__level {
    padding: 20px;
    text-align: center;
    background: #174d40;
    border-radius: 9px;
}

.gda-profile-result-card__level span {
    display: block;
    margin: 0 0 5px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: normal;
}

.gda-profile-result-card__level strong {
    display: block;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.gda-profile-result-card__note {
    display: flex;
    align-items: flex-start;
    margin: 0 28px 23px;
    padding: 18px 20px;
    background: #fffaf3;
    border: 1px solid #eadcc8;
    border-radius: 8px;
}

.gda-profile-result-card__note-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 14px;
    color: #ffffff;
    font-size: 13px;
    background: #b77342;
    border-radius: 7px;
}

.gda-profile-result-card__note > div:last-child {
    min-width: 0;
}

.gda-profile-result-card__note span {
    display: block;
    margin: 0 0 5px;    
    margin-top: 3px !important;
    color: #8d684d;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
}

.gda-profile-result-card__note p {
    margin: 0;
    color: #665c54;
    font-size: 14px;
    line-height: 1.5;
}

.gda-profile-result-card__teacher {
    display: flex;
    align-items: center;
    padding: 13px 28px;
    color: #6c7773;
    font-size: 11px;
    background: #fafbfa;
    border-top: 1px solid #e7ebe9;
}

.gda-profile-result-card__teacher i {
    margin-right: 8px;
    color: #174d40;
}

.gda-profile-result-card__teacher strong {
    color: #354942;
}

.gda-profile-results__empty {
    padding: 55px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dfe6e3;
    border-radius: 12px;
}

.gda-profile-results__empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 19px;
    color: #174d40;
    font-size: 24px;
    background: #eaf1ee;
    border-radius: 50%;
}

.gda-profile-results__empty h3 {
    margin: 0 0 9px;
    color: #203e35;
    font-size: 21px;
    font-weight: 700;
}

.gda-profile-results__empty p {
    max-width: 520px;
    margin: 0 auto 22px;
    color: #73807b;
    font-size: 14px;
    line-height: 1.7;
}

.gda-profile-results__empty a,
.gda-profile-results__empty a:link,
.gda-profile-results__empty a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 19px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    background: #174d40;
    border-radius: 7px;
}

.gda-profile-results__empty a:hover {
    color: #ffffff !important;
    background: #b77342;
}

@media (max-width: 767px) {
    .gda-profile-results__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .gda-profile-results__new-test {
        width: 100%;
    }

    .gda-profile-result-card__content {
        grid-template-columns: 1fr;
        padding: 23px 21px;
    }

    .gda-profile-result-card__level {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .gda-profile-result-card__level span {
        margin: 0;
    }

    .gda-profile-result-card__note {
        margin: 0 21px 20px;
        padding: 16px;
    }

    .gda-profile-result-card__teacher {
        padding-right: 21px;
        padding-left: 21px;
    }
}


.gda-student-classes {
    width: 100%;
}

.gda-student-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.gda-student-heading-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--base-color);
    color: #ffffff;
    font-size: 23px;
}

.gda-student-heading-text {
    display: block;
    margin-top: 4px;
    color: #777777;
    font-size: 15px;
    line-height: 1.65;
}

.gda-class-card {
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(20, 25, 40, 0.07);
}

.gda-class-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 28px 30px;
    border-bottom: 1px solid #eeeeee;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
}

.gda-class-title-area {
    min-width: 0;
}

.gda-class-language {
    margin-bottom: 5px;
    color: var(--base-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.gda-class-title {
    margin: 0 0 13px;
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.gda-class-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gda-class-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    background: #ffffff;
    color: #555555;
    font-size: 13px;
    font-weight: 500;
}

.gda-live-lesson-button,
.gda-live-lesson-button:hover,
.gda-live-lesson-button:focus {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 11px 19px;
    border-radius: 8px;
    background: var(--base-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gda-live-lesson-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
}

.gda-class-information {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    padding: 24px 30px 5px;
}

.gda-class-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    border-radius: 9px;
    background: #f7f7f7;
}

.gda-class-info-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--base-color);
    font-size: 17px;
}

.gda-class-info-item small,
.gda-class-info-item strong {
    display: block;
}

.gda-class-info-item small {
    margin-bottom: 2px;
    color: #888888;
    font-size: 11px;
    line-height: 1.3;
}

.gda-class-info-item strong {
    overflow: hidden;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-overflow: ellipsis;
}

.gda-class-description {
    margin: 18px 30px 0;
    padding: 16px 18px;
    border-left: 3px solid var(--base-color);
    border-radius: 0 8px 8px 0;
    background: #fafafa;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    white-space: pre-line;
}

.gda-training-area {
    padding: 27px 30px 30px;
}

.gda-training-heading {
    margin-bottom: 15px;
    color: #232323;
    font-size: 17px;
    font-weight: 700;
}

.gda-training-heading i {
    margin-right: 7px;
    color: var(--base-color);
}

.gda-training-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 17px 18px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #ffffff;
}

.gda-training-item + .gda-training-item {
    margin-top: 11px;
}

.gda-training-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.045);
    color: var(--base-color);
    font-size: 21px;
}

.gda-training-content {
    min-width: 0;
    flex: 1;
}

.gda-training-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
    color: #929292;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.gda-training-content h4 {
    margin: 0;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.4;
}

.gda-training-content p {
    margin: 5px 0 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.6;
    white-space: pre-line;
}

.gda-training-button,
.gda-training-button:hover,
.gda-training-button:focus {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border: 1px solid var(--base-color);
    border-radius: 7px;
    color: var(--base-color);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.gda-training-button:hover {
    background: var(--base-color);
    color: #ffffff;
}

.gda-training-empty {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px;
    border: 1px dashed #dddddd;
    border-radius: 9px;
    background: #fafafa;
    color: #777777;
    font-size: 14px;
}

.gda-training-empty i {
    color: var(--base-color);
    font-size: 18px;
}

.gda-student-empty {
    padding: 55px 30px;
    border: 1px dashed #d9d9d9;
    border-radius: 14px;
    background: #fafafa;
    text-align: center;
}

.gda-student-empty-icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--base-color);
    font-size: 29px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.gda-student-empty h3 {
    margin: 0 0 8px;
    color: #282828;
    font-size: 21px;
    font-weight: 700;
}

.gda-student-empty p {
    max-width: 520px;
    margin: 0 auto;
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .gda-class-card-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .gda-class-information {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gda-class-card-header,
    .gda-training-area {
        padding: 22px 18px;
    }

    .gda-class-information {
        grid-template-columns: 1fr;
        padding: 20px 18px 4px;
    }

    .gda-class-description {
        margin-right: 18px;
        margin-left: 18px;
    }

    .gda-live-lesson-button {
        width: 100%;
    }

    .gda-training-item {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .gda-training-button {
        width: 100%;
        justify-content: center;
    }
}


.gda-package-section {
    width: 100%;
}

.gda-package-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.gda-package-heading-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--base-color);
    color: #ffffff;
    font-size: 23px;
}

.gda-package-heading-description {
    display: block;
    margin-top: 4px;
    color: #777777;
    font-size: 15px;
    line-height: 1.65;
}

.gda-package-card {
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(20, 25, 40, 0.07);
}

.gda-package-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 28px;
    border-bottom: 1px solid #eeeeee;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
}

.gda-package-title-area {
    min-width: 0;
}

.gda-package-number {
    display: block;
    margin-bottom: 5px;
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.gda-package-title {
    margin: 0;
    color: #252525;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.gda-package-status,
.gda-payment-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 600;
    white-space: nowrap;
}

.gda-package-status {
    padding: 8px 14px;
    font-size: 12px;
}

.gda-package-status-active {
    background: #e9f8ef;
    color: #198754;
}

.gda-package-status-completed {
    background: #e9f2ff;
    color: #1769aa;
}

.gda-package-status-cancelled {
    background: #fff0f0;
    color: #cf3c3c;
}

.gda-package-status-default {
    background: #f1f1f1;
    color: #666666;
}

.gda-package-amounts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    padding: 25px 28px 10px;
}

.gda-package-amount-item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 17px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #ffffff;
}

.gda-package-amount-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.gda-package-total-icon {
    background: #f1f1f1;
    color: #555555;
}

.gda-package-paid-icon {
    background: #e9f8ef;
    color: #198754;
}

.gda-package-remaining-icon {
    background: #fff4e6;
    color: #d97706;
}

.gda-package-amount-item small,
.gda-package-amount-item strong {
    display: block;
}

.gda-package-amount-item small {
    margin-bottom: 3px;
    color: #8a8a8a;
    font-size: 12px;
}

.gda-package-amount-item strong {
    color: #282828;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.gda-package-progress-area {
    padding: 15px 28px 20px;
}

.gda-package-progress-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 8px;
       color: #777777;
    font-size: 12px;
}

.gda-package-progress-labels strong {
    color: #444444;
    font-weight: 600;
}

.gda-package-progress {
    overflow: hidden;
    width: 100%;
    height: 8px;
    border-radius: 20px;
    background: #eeeeee;
}

.gda-package-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--base-color);
    transition: width 0.3s ease;
}

.gda-package-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 0 28px 20px;
}

.gda-package-detail-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 14px;
    border-radius: 9px;
    background: #f8f8f8;
}

.gda-package-detail-item > i {
    color: var(--base-color);
    font-size: 19px;
}

.gda-package-detail-item small,
.gda-package-detail-item strong {
    display: block;
}

.gda-package-detail-item small {
    margin-bottom: 2px;
    color: #929292;
    font-size: 11px;
}

.gda-package-detail-item strong {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}

.gda-package-description {
    margin: 0 28px 22px;
    padding: 15px 17px;
    border-left: 3px solid var(--base-color);
    border-radius: 0 8px 8px 0;
    background: #fafafa;
    color: #696969;
    font-size: 13px;
    line-height: 1.7;
    white-space: pre-line;
}

.gda-payment-history {
    padding: 23px 28px 28px;
    border-top: 1px solid #eeeeee;
}

.gda-payment-history-heading {
    margin-bottom: 15px;
    color: #272727;
    font-size: 17px;
    font-weight: 700;
}

.gda-payment-history-heading i {
    margin-right: 7px;
    color: var(--base-color);
}

.gda-payment-table-wrapper {
    overflow-x: auto;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.gda-payment-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.gda-payment-table th {
    padding: 13px 15px;
    border-bottom: 1px solid #e9e9e9;
    background: #f7f7f7;
    color: #555555;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: left;
    text-transform: uppercase;
}

.gda-payment-table td {
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
    color: #666666;
    font-size: 13px;
    vertical-align: middle;
}

.gda-payment-table tr:last-child td {
    border-bottom: 0;
}

.gda-payment-table-amount {
    text-align: right !important;
}

.gda-payment-table-amount strong {
    color: #2c2c2c;
    font-weight: 700;
}

.gda-payment-status {
    padding: 6px 10px;
    font-size: 11px;
}

.gda-payment-status-pending {
    background: #fff4e6;
    color: #c56a00;
}

.gda-payment-status-completed {
    background: #e9f8ef;
    color: #198754;
}

.gda-payment-status-failed,
.gda-payment-status-cancelled {
    background: #fff0f0;
    color: #cf3c3c;
}

.gda-payment-status-default {
    background: #f1f1f1;
    color: #666666;
}

.gda-payment-empty {
    padding: 25px !important;
    color: #777777 !important;
    text-align: center;
}

.gda-payment-empty i {
    margin-right: 6px;
    color: var(--base-color);
    font-size: 18px;
}

.gda-package-empty {
    padding: 55px 30px;
    border: 1px dashed #d9d9d9;
    border-radius: 14px;
    background: #fafafa;
    text-align: center;
}

.gda-package-empty-icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--base-color);
    font-size: 28px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.gda-package-empty h3 {
    margin: 0 0 8px;
    color: #282828;
    font-size: 21px;
    font-weight: 700;
}

.gda-package-empty p {
    max-width: 540px;
    margin: 0 auto;
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .gda-package-amounts,
    .gda-package-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gda-package-card-header {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 18px;
    }

    .gda-package-amounts,
    .gda-package-details {
        padding-right: 18px;
        padding-left: 18px;
    }

    .gda-package-progress-area {
        padding-right: 18px;
        padding-left: 18px;
    }

    .gda-package-description {
        margin-right: 18px;
        margin-left: 18px;
    }

    .gda-payment-history {
        padding-right: 18px;
        padding-left: 18px;
    }

    .gda-payment-table-wrapper {
        overflow: visible;
        border: 0;
    }

    .gda-payment-table,
    .gda-payment-table tbody,
    .gda-payment-table tr,
    .gda-payment-table td {
        display: block;
        width: 100%;
    }

    .gda-payment-table thead {
        display: none;
    }

    .gda-payment-table tr {
        margin-bottom: 12px;
        padding: 8px 13px;
        border: 1px solid #eeeeee;
        border-radius: 9px;
        background: #ffffff;
    }

    .gda-payment-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        padding: 9px 0;
        border-bottom: 1px dashed #eeeeee;
        text-align: right;
    }

    .gda-payment-table td:last-child {
        border-bottom: 0;
    }

    .gda-payment-table td::before {
        content: attr(data-title);
        color: #777777;
        font-size: 11px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
    }

    .gda-payment-table-amount {
        text-align: right !important;
    }

    .gda-payment-empty {
        display: block !important;
    }

    .gda-payment-empty::before {
        display: none;
    }
}


.gda-application-detail {
    position: relative;
    padding: 90px 0 110px;
    background: #f7f8fb;
}

.gda-application-detail .gda-application-navigation {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.gda-application-detail .gda-application-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #252840;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: color 0.25s ease, transform 0.25s ease;
}

.gda-application-detail .gda-application-back:hover {
    color: var(--base-color);
    transform: translateX(-3px);
}

.gda-application-detail .gda-application-card {
    position: relative;
    overflow: hidden;
    padding: 44px;
    border: 1px solid #e8eaf0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(28, 31, 46, 0.08);
}

.gda-application-detail .gda-application-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: var(--base-color);
    content: "";
}

.gda-application-detail .gda-application-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 34px;
    border-bottom: 1px solid #eceef3;
}

.gda-application-detail .gda-application-title-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-width: 0;
}

.gda-application-detail .gda-application-title-icon {
    display: inline-flex;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 16px;
    color: #ffffff;
    background: var(--base-color);
    font-size: 27px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.gda-application-detail .gda-application-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--base-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gda-application-detail .gda-application-title {
    margin: 0 0 8px;
    color: #252840;
    font-family: var(--alt-font);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
}

.gda-application-detail .gda-application-subtitle {
    max-width: 620px;
    margin: 0;
    color: #777b8c;
    font-size: 15px;
    line-height: 1.7;
}

.gda-application-detail .gda-application-status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.gda-application-detail .gda-application-status-success {
    border-color: #cbead8;
    color: #167844;
    background: #eaf8f0;
}

.gda-application-detail .gda-application-status-danger {
    border-color: #f3caca;
    color: #b52f35;
    background: #fff0f0;
}

.gda-application-detail .gda-application-status-info {
    border-color: #cbdff4;
    color: #24649b;
    background: #edf6ff;
}

.gda-application-detail .gda-application-status-pending {
    border-color: #f0dfaa;
    color: #946c08;
    background: #fff8df;
}

.gda-application-detail .gda-application-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 34px 0;
}

.gda-application-detail .gda-application-summary-item {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 20px;
    border: 1px solid #eceef3;
    border-radius: 13px;
    background: #fafbfc;
}

.gda-application-detail .gda-application-summary-icon {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 14px;
    border-radius: 12px;
    color: var(--base-color);
    background: #ffffff;
    font-size: 20px;
    box-shadow: 0 5px 16px rgba(30, 32, 48, 0.07);
}

.gda-application-detail .gda-application-summary-label {
    display: block;
    margin-bottom: 3px;
    color: #8a8d99;
    font-size: 12px;
    font-weight: 600;
}

.gda-application-detail .gda-application-summary-value {
    display: block;
    overflow-wrap: anywhere;
    color: #252840;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.gda-application-detail .gda-application-package {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    border-radius: 15px;
    color: #ffffff;
    background: #252840;
}

.gda-application-detail .gda-application-package-icon {
    display: inline-flex;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-right: 20px;
    border-radius: 15px;
    color: #252840;
    background: #ffffff;
    font-size: 26px;
}

.gda-application-detail .gda-application-package-content {
    min-width: 0;
}

.gda-application-detail .gda-application-package-label {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.gda-application-detail .gda-application-package-title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.gda-application-detail .gda-application-package p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.7;
}

.gda-application-detail .gda-application-description {
    margin-top: 24px;
    padding: 26px 28px;
    border: 1px solid #e6e8ee;
    border-left: 4px solid var(--base-color);
    border-radius: 12px;
    background: #ffffff;
}

.gda-application-detail .gda-application-description-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 11px;
}

.gda-application-detail .gda-application-description-heading span {
    color: var(--base-color);
    font-size: 20px;
}

.gda-application-detail .gda-application-description-heading h3 {
    margin: 0;
    color: #252840;
    font-size: 18px;
    font-weight: 700;
}

.gda-application-detail .gda-application-description p {
    margin: 0;
    color: #686c7c;
    font-size: 15px;
    line-height: 1.75;
    white-space: pre-line;
}

.gda-application-detail .gda-application-information {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    padding: 22px 24px;
    border: 1px solid #dce9f4;
    border-radius: 12px;
    background: #f2f8fd;
}

.gda-application-detail .gda-application-information-icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 50%;
    color: #236da7;
    background: #ffffff;
    font-size: 19px;
}

.gda-application-detail .gda-application-information strong {
    display: block;
    margin-bottom: 4px;
    color: #252840;
    font-size: 15px;
}

.gda-application-detail .gda-application-information p {
    margin: 0;
    color: #657483;
    font-size: 14px;
    line-height: 1.65;
}

.gda-application-detail .gda-application-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eceef3;
}

@media (max-width: 991px) {
    .gda-application-detail {
        padding: 70px 0 90px;
    }

    .gda-application-detail .gda-application-card {
        padding: 35px;
    }

    .gda-application-detail .gda-application-card-header {
        flex-direction: column;
    }

    .gda-application-detail .gda-application-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .gda-application-detail {
        padding: 50px 0 65px;
    }

    .gda-application-detail .gda-application-card {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .gda-application-detail .gda-application-title-area {
        flex-direction: column;
        gap: 15px;
    }

    .gda-application-detail .gda-application-title-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        font-size: 23px;
    }

    .gda-application-detail .gda-application-title {
        font-size: 28px;
    }

    .gda-application-detail .gda-application-status {
        align-self: flex-start;
    }

    .gda-application-detail .gda-application-summary {
        padding: 25px 0;
    }

    .gda-application-detail .gda-application-summary-item {
        padding: 17px;
    }

    .gda-application-detail .gda-application-package {
        flex-direction: column;
        padding: 24px 20px;
    }

    .gda-application-detail .gda-application-package-icon {
        margin: 0 0 17px;
    }

    .gda-application-detail .gda-application-package-title {
        font-size: 21px;
    }

    .gda-application-detail .gda-application-description {
        padding: 22px 19px;
    }

    .gda-application-detail .gda-application-information {
        padding: 20px 17px;
    }

    .gda-application-detail .gda-application-actions {
        flex-direction: column;
    }

    .gda-application-detail .gda-application-actions .btn {
        width: 100%;
    }
}


/* =========================================================
   HİZMETLER / EĞİTİM PAKETLERİ
   ========================================================= */

.gda-packages-page {
    --gda-green: #102e26;
    --gda-green-light: #1b493d;
    --gda-gold: #d9a957;
    --gda-gold-light: #f3dfb5;
    --gda-dark: #202c29;
    --gda-text: #56635f;
    --gda-border: #e3e9e6;
    --gda-background: #f5f8f6;
    background: var(--gda-background);
    color: var(--gda-text);
}

.gda-packages-page *,
.gda-packages-page *::before,
.gda-packages-page *::after {
    box-sizing: border-box;
}

/* ÜST ALAN */

.gda-packages-hero {
    position: relative;
    overflow: hidden;
    padding: 175px 0 90px;
    background:
        radial-gradient(circle at 15% 25%,
            rgba(217, 169, 87, 0.20),
            transparent 26%),
        radial-gradient(circle at 85% 80%,
            rgba(255, 255, 255, 0.09),
            transparent 30%),
        linear-gradient(135deg, #0b211c 0%, #102e26 50%, #1b493d 100%);
}

.gda-packages-hero::before,
.gda-packages-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.gda-packages-hero::before {
    width: 420px;
    height: 420px;
    top: -230px;
    right: -100px;
}

.gda-packages-hero::after {
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: -150px;
}

.gda-packages-hero-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}

.gda-packages-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--gda-gold-light);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gda-packages-eyebrow::before,
.gda-packages-eyebrow::after {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--gda-gold);
}

.gda-packages-hero h1 {
    margin: 0 auto 20px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -2px;
}

.gda-packages-hero-content > p {
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.8;
}

.gda-packages-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 28px;
    font-size: 13px;
}

.gda-packages-breadcrumb a {
    color: var(--gda-gold-light);
    transition: color 0.25s ease;
}

.gda-packages-breadcrumb a:hover {
    color: #fff;
}

.gda-packages-breadcrumb i {
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
}

.gda-packages-breadcrumb span {
    color: rgba(255, 255, 255, 0.65);
}

/* LİSTE BAŞLIĞI */

.gda-packages-section {
    padding: 95px 0 200px;
}

.gda-packages-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.gda-section-label {
    display: block;
    margin-bottom: 10px;
    color: var(--gda-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gda-packages-heading h2 {
    margin: 0;
    color: var(--gda-dark);
    font-family: "Outfit", sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.3px;
}

.gda-packages-heading > p {
    max-width: 500px;
    margin: 0;
    color: var(--gda-text);
    font-size: 15px;
    line-height: 1.75;
}

/* KART GRID */

.gda-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

/* PAKET KARTI */

.gda-package-card {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--gda-border);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(16, 46, 38, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.gda-package-card:hover {
    transform: translateY(-8px);
    border-color: rgba(217, 169, 87, 0.65);
    box-shadow: 0 22px 55px rgba(16, 46, 38, 0.14);
}

/* KART BAŞLIĞI */

.gda-package-header {
    position: relative;
    min-height: 215px;
    padding: 34px 34px 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0,
            rgba(217, 169, 87, 0.24),
            transparent 42%),
        linear-gradient(145deg, #102e26, #173e34);
}

.gda-package-header::after {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    right: -42px;
    bottom: -55px;
    border: 18px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

.gda-package-category {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    margin-bottom: 22px;
    padding: 5px 13px;
    color: var(--gda-gold-light);
    background: rgba(217, 169, 87, 0.12);
    border: 1px solid rgba(217, 169, 87, 0.3);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.gda-package-number {
    position: absolute;
    z-index: 2;
    top: 38px;
    right: 30px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gda-package-number span {
    margin-left: 3px;
    color: var(--gda-gold);
}

.gda-package-title {
    position: relative;
    z-index: 2;
    min-height: 58px;
    margin: 0 0 12px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.5px;
}

.gda-package-subtitle {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

/* PAKET İÇERİĞİ */

.gda-package-content {
    flex: 1;
    padding: 30px 32px 25px;
}

.gda-package-content-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    color: var(--gda-dark);
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.gda-content-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: var(--gda-green);
    background: #edf5f1;
    border-radius: 10px;
    font-size: 13px;
}

.gda-package-features {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gda-package-features li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    color: #4f5d59;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.gda-feature-check {
    display: inline-flex;
    width: 21px;
    min-width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    color: #fff;
    background: var(--gda-green);
    border-radius: 50%;
    font-size: 9px;
    box-shadow: 0 4px 10px rgba(16, 46, 38, 0.18);
}

.gda-package-features .gda-feature-empty {
    color: #8a9692;
    font-style: italic;
}

/* FİYAT VE BUTON */

.gda-package-footer {
    padding: 26px 32px 32px;
    background: #fbfcfb;
    border-top: 1px solid var(--gda-border);
}

.gda-package-price-area {
    margin-bottom: 22px;
}

.gda-package-price-label {
    display: block;
    margin-bottom: 7px;
    color: #84908c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gda-package-price-row {
    display: flex;
    min-height: 42px;
    align-items: baseline;
    gap: 9px;
    flex-wrap: wrap;
}

.gda-package-old-price {
    color: #9ca6a3;
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
}

.gda-package-price {
    color: var(--gda-dark);
    font-family: "Outfit", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

.gda-package-tax {
    color: #87928e;
    font-size: 11px;
    font-weight: 600;
}

.gda-package-button {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px 14px 22px;
    color: #fff;
    background: var(--gda-green);
    border: 1px solid var(--gda-green);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(16, 46, 38, 0.15);
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.gda-package-button i {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    color: var(--gda-green);
    background: var(--gda-gold);
    border-radius: 9px;
    transition: transform 0.25s ease;
}

.gda-package-button:hover {
    color: #fff;
    background: var(--gda-green-light);
    border-color: var(--gda-green-light);
    transform: translateY(-2px);
}

.gda-package-button:hover i {
    transform: translateX(3px);
}

/* BOŞ KATEGORİ */

.gda-packages-empty {
    max-width: 650px;
    margin: 20px auto 0;
    padding: 65px 35px;
    background: #fff;
    border: 1px solid var(--gda-border);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(16, 46, 38, 0.08);
}

.gda-empty-icon {
    display: inline-flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--gda-green);
    background: #edf5f1;
    border-radius: 50%;
    font-size: 28px;
}

.gda-packages-empty h3 {
    margin-bottom: 10px;
    color: var(--gda-dark);
    font-family: "Outfit", sans-serif;
    font-size: 25px;
}

.gda-packages-empty p {
    margin-bottom: 24px;
    color: var(--gda-text);
}

.gda-packages-empty a {
    display: inline-flex;
    padding: 12px 23px;
    color: #fff;
    background: var(--gda-green);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
}

/* TABLET */

@media (max-width: 1199px) {
    .gda-packages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .gda-packages-hero {
        padding: 150px 0 50px;
    }

    .gda-packages-section {
        padding: 75px 0 90px;
    }

    .gda-packages-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .gda-packages-heading > p {
        max-width: 650px;
    }
}

/* MOBİL */

@media (max-width: 767px) {
    .gda-packages-grid {
        grid-template-columns: 1fr;
    }

    .gda-packages-hero {
        padding: 150px 0 50px;
    }

    .gda-packages-hero h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .gda-packages-hero-content > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .gda-packages-section {
        padding: 60px 0 75px;
    }

    .gda-packages-heading {
        margin-bottom: 32px;
    }
}

@media (max-width: 575px) {
    .gda-packages-hero h1 {
        font-size: 33px;
    }

    .gda-packages-eyebrow {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .gda-package-header {
        min-height: 205px;
        padding: 29px 24px 26px;
    }

    .gda-package-number {
        top: 34px;
        right: 22px;
    }

    .gda-package-title {
        min-height: 0;
        font-size: 23px;
    }

    .gda-package-content {
        padding: 27px 24px 23px;
    }

    .gda-package-footer {
        padding: 24px;
    }

    .gda-package-price {
        font-size: 29px;
    }
}


/* =========================================================
   HİZMET DETAY SAYFASI
   Header alanını etkilemez.
   ========================================================= */

.gda-detail-page {
    --gda-detail-green: #102e26;
    --gda-detail-green-light: #19493c;
    --gda-detail-gold: #d9a957;
    --gda-detail-gold-light: #f5e5c4;
    --gda-detail-dark: #202c29;
    --gda-detail-text: #5e6b67;
    --gda-detail-border: #e1e8e5;
    --gda-detail-background: #f5f8f6;
    color: var(--gda-detail-text);
    background: var(--gda-detail-background);
}

.gda-detail-page *,
.gda-detail-page *::before,
.gda-detail-page *::after,
.gda-apply-modal *,
.gda-apply-modal *::before,
.gda-apply-modal *::after {
    box-sizing: border-box;
}

/* PROGRAM ÖZETİ */

.gda-detail-overview {
    padding: 90px 0 45px;
}

.gda-detail-overview-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--gda-detail-border);
    border-radius: 24px;
    box-shadow: 0 22px 65px rgba(16, 46, 38, 0.1);
}

.gda-detail-media {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background: #e8efec;
}

.gda-detail-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(8, 30, 24, 0.45) 100%
    );
    pointer-events: none;
}

.gda-detail-media img {
    width: 100%;
    height: 100%;
    min-height: 610px;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.gda-detail-overview-card:hover .gda-detail-media img {
    transform: scale(1.035);
}

.gda-detail-media-badge {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    color: #fff;
    background: rgba(16, 46, 38, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.gda-detail-summary {
    padding: 52px 48px;
}

.gda-detail-eyebrow {
    display: inline-block;
    margin-bottom: 17px;
    color: #ad7740;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.gda-detail-summary h1 {
    margin: 0 0 18px;
    color: var(--gda-detail-dark);
    font-family: "Outfit", sans-serif;
    font-size: clamp(35px, 4vw, 51px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.gda-detail-lead {
    max-width: 650px;
    margin: 0 0 28px;
    color: var(--gda-detail-text);
    font-size: 15px;
    line-height: 1.75;
}

.gda-detail-feature-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    color: var(--gda-detail-dark);
    font-size: 15px;
    font-weight: 700;
}

.gda-detail-feature-title i {
    color: var(--gda-detail-gold);
}

.gda-detail-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 30px;
}

.gda-detail-feature {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 9px;
    padding: 12px 13px;
    color: #44534e;
    background: #f8faf9;
    border: 1px solid #e7ecea;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.gda-detail-feature-icon {
    display: inline-flex;
    width: 20px;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    color: #fff;
    background: var(--gda-detail-green);
    border-radius: 50%;
    font-size: 8px;
}

/* FİYAT */

.gda-detail-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 22px 23px;
    color: #fff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(217, 169, 87, 0.25),
            transparent 45%
        ),
        var(--gda-detail-green);
    border-radius: 15px;
}

.gda-detail-price-label {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.gda-detail-price-row {
    display: flex;
    align-items: baseline;
    gap: 9px;
    flex-wrap: wrap;
}

.gda-detail-old-price {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
}

.gda-detail-price {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

.gda-detail-price-row small,
.gda-detail-price-option small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 600;
}

.gda-detail-price-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 17px;
    color: var(--gda-detail-green);
    background: var(--gda-detail-gold);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.25s ease, background 0.25s ease;
}

.gda-detail-price-button:hover {
    color: var(--gda-detail-green);
    background: #ecc77e;
    transform: translateY(-2px);
}

.gda-detail-price-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gda-detail-price-option {
    padding: 20px;
    color: #fff;
    background: var(--gda-detail-green);
    border-radius: 13px;
}

.gda-detail-price-option .gda-detail-old-price,
.gda-detail-price-option .gda-detail-price {
    display: block;
    margin-bottom: 5px;
}

/* PROGRAM AKIŞI */

.gda-detail-process {
    padding: 65px 0 90px;
}

.gda-detail-section-heading {
    max-width: 680px;
    margin: 0 auto 40px;
    text-align: center;
}

.gda-detail-section-heading > span,
.gda-detail-description-header > span {
    display: block;
    margin-bottom: 10px;
    color: #ad7740;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.gda-detail-section-heading h2,
.gda-detail-description-header h2 {
    margin: 0;
    color: var(--gda-detail-dark);
    font-family: "Outfit", sans-serif;
    font-size: clamp(30px, 4vw, 43px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.2px;
}

.gda-detail-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gda-detail-process-card {
    position: relative;
    min-height: 275px;
    padding: 33px 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--gda-detail-border);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(16, 46, 38, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gda-detail-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(16, 46, 38, 0.12);
}

.gda-detail-process-number {
    position: absolute;
    top: 23px;
    right: 25px;
    color: #e2e8e5;
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.gda-detail-process-icon {
    display: flex;
    width: 51px;
    height: 51px;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    color: var(--gda-detail-green);
    background: var(--gda-detail-gold-light);
    border-radius: 14px;
    font-size: 18px;
}

.gda-detail-process-card h3 {
    margin: 0 0 12px;
    color: var(--gda-detail-dark);
    font-family: "Outfit", sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.gda-detail-process-card p {
    margin: 0;
    color: var(--gda-detail-text);
    font-size: 14px;
    line-height: 1.7;
}

/* UZUN AÇIKLAMA */

.gda-detail-description-section {
    padding: 95px 0 110px;
    background: #fff;
    scroll-margin-top: 100px;
}

.gda-detail-description-header {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.gda-detail-description-header p {
    max-width: 680px;
    margin: 17px auto 0;
    color: var(--gda-detail-text);
    font-size: 15px;
    line-height: 1.75;
}

.gda-detail-content {
    margin: 0 auto;
    padding: 55px 60px;
    color: #52605c;
    background: #fbfcfb;
    border: 1px solid var(--gda-detail-border);
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(16, 46, 38, 0.055);
    font-size: 16px;
    line-height: 1.9;
}

.gda-detail-content h2 {
    position: relative;
    margin: 55px 0 20px;
    padding-left: 20px;
    color: var(--gda-detail-dark);
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.gda-detail-content h2:first-child {
    margin-top: 0;
}

.gda-detail-content h2::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    width: 4px;
    background: var(--gda-detail-gold);
    border-radius: 5px;
}

.gda-detail-content p {
    margin: 0 0 20px;
    color: #5b6864;
    font-size: 16px;
    line-height: 1.9;
}

.gda-detail-content strong {
    color: var(--gda-detail-dark);
    font-weight: 700;
}

.gda-detail-content ul,
.gda-detail-content ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 24px 0 30px;
    padding: 0;
    list-style: none;
}

.gda-detail-content li {
    position: relative;
    margin: 0;
    padding: 12px 14px 12px 42px;
    color: #4c5a56;
    background: #fff;
    border: 1px solid #e5ebe8;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.55;
}

.gda-detail-content li::before {
    content: "\f00c";
    position: absolute;
    top: 13px;
    left: 14px;
    display: flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--gda-detail-green);
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-size: 8px;
    font-weight: 900;
}

/* BAŞVURU */

.gda-detail-application {
    padding: 110px 0 200px;
    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(217, 169, 87, 0.14),
            transparent 28%
        ),
        #eef3f0;
    scroll-margin-top: 80px;
}

.gda-detail-application-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(16, 46, 38, 0.13);
}

.gda-detail-application-info {
    padding: 58px 50px;
    color: #fff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(217, 169, 87, 0.23),
            transparent 40%
        ),
        linear-gradient(145deg, #0d2821, #17483b);
}

.gda-detail-application-label {
    display: block;
    margin-bottom: 17px;
    color: var(--gda-detail-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.gda-detail-application-info h2 {
    margin: 0 0 19px;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}

.gda-detail-application-info > p {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.75;
}

.gda-detail-application-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gda-detail-application-info li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
}

.gda-detail-application-info li i {
    display: inline-flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    color: var(--gda-detail-green);
    background: var(--gda-detail-gold);
    border-radius: 50%;
    font-size: 9px;
}

.gda-detail-application-contact {
    margin-top: 37px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.gda-detail-application-contact span,
.gda-detail-application-contact p {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.gda-detail-application-contact strong {
    display: block;
    margin: 4px 0;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
}

.gda-detail-application-form {
    padding: 55px 50px 45px;
}

.gda-detail-form-heading {
    margin-bottom: 28px;
}

.gda-detail-form-heading > span {
    color: #ad7740;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gda-detail-form-heading h3 {
    margin: 6px 0 5px;
    color: var(--gda-detail-dark);
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.gda-detail-form-heading p {
    margin: 0;
    color: #87918e;
    font-size: 13px;
}

.gda-detail-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gda-detail-form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--gda-detail-dark);
    font-size: 12px;
    font-weight: 700;
}

.gda-detail-form-group label span {
    color: #c44b40;
}

.gda-detail-form-group input,
.gda-detail-form-group select {
    width: 100%;
    height: 51px;
    margin: 0;
    padding: 0 15px;
    color: var(--gda-detail-dark);
    background: #f7f9f8;
    border: 1px solid #dde5e1;
    border-radius: 10px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.gda-detail-form-group input:focus,
.gda-detail-form-group select:focus {
    background: #fff;
    border-color: var(--gda-detail-green);
    box-shadow: 0 0 0 3px rgba(16, 46, 38, 0.09);
}

.gda-detail-submit {
    width: 100%;
    min-height: 55px;
    margin-top: 24px;
    padding: 14px 25px;
    color: #fff;
    background: var(--gda-detail-green);
    border: 0;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(16, 46, 38, 0.18);
    transition: transform 0.25s ease, background 0.25s ease;
}

.gda-detail-submit:hover {
    background: var(--gda-detail-green-light);
    transform: translateY(-2px);
}

.gda-detail-form-policy {
    margin: 15px 0 0;
    color: #8b9491;
    font-size: 11px;
    line-height: 1.65;
    text-align: center;
}

.gda-detail-form-policy a {
    color: var(--gda-detail-green);
    font-weight: 700;
    text-decoration: underline;
}

/* MODAL */

body.gda-modal-open {
    overflow: hidden;
}

.gda-apply-modal {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(5, 20, 16, 0.72);
    backdrop-filter: blur(7px);
}

.gda-apply-modal.is-open {
    display: flex;
}

.gda-apply-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 490px;
    padding: 43px 40px 38px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
    animation: gdaModalEnter 0.3s ease both;
}

@keyframes gdaModalEnter {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.gda-apply-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #71807b;
    background: #f1f4f2;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.gda-apply-modal-icon {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    color: var(--gda-detail-green);
    background: #f1e1bd;
    border-radius: 16px;
    font-size: 22px;
}

.gda-apply-modal-dialog h3 {
    margin: 0 0 12px;
    color: #202c29;
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.gda-apply-modal-dialog > p {
    margin: 0 0 24px;
    color: #687570;
    font-size: 14px;
    line-height: 1.7;
}

.gda-apply-confirmation {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 15px;
    background: #f6f8f7;
    border: 1px solid #e0e6e3;
    border-radius: 11px;
    cursor: pointer;
}

.gda-apply-confirmation input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gda-apply-confirmation-box {
    display: flex;
    width: 21px;
    min-width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    color: transparent;
    background: #fff;
    border: 2px solid #bdc7c3;
    border-radius: 6px;
    font-size: 9px;
}

.gda-apply-confirmation input:checked +
.gda-apply-confirmation-box {
    color: #fff;
    background: #102e26;
    border-color: #102e26;
}

.gda-apply-confirmation > span:last-child {
    color: #53615c;
    font-size: 12px;
    line-height: 1.55;
}

.gda-apply-complete {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 19px;
    color: #fff;
    background: #102e26;
    border: 0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.gda-apply-complete:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .gda-detail-overview-card,
    .gda-detail-application-shell {
        grid-template-columns: 1fr;
    }

    .gda-detail-media,
    .gda-detail-media img {
        min-height: 430px;
    }

    .gda-detail-process-grid {
        grid-template-columns: 1fr;
    }

    .gda-detail-process-card {
        min-height: auto;
    }

    .gda-detail-content {
        padding: 45px 35px;
    }
}

@media (max-width: 767px) {
    .gda-detail-overview {
        padding: 55px 0 30px;
    }

    .gda-detail-media,
    .gda-detail-media img {
        min-height: 320px;
    }

    .gda-detail-summary {
        padding: 35px 25px;
    }

    .gda-detail-summary h1 {
        font-size: 34px;
    }

    .gda-detail-feature-grid,
    .gda-detail-price-options,
    .gda-detail-content ul,
    .gda-detail-content ol,
    .gda-detail-form-grid {
        grid-template-columns: 1fr;
    }

    .gda-detail-price-box {
        align-items: stretch;
        flex-direction: column;
    }

    .gda-detail-price-button {
        width: 100%;
    }

    .gda-detail-process {
        padding: 45px 0 65px;
    }

    .gda-detail-description-section,
    .gda-detail-application {
        padding: 65px 0;
    }

    .gda-detail-content {
        padding: 35px 22px;
        font-size: 15px;
    }

    .gda-detail-content h2 {
        margin-top: 43px;
        font-size: 24px;
    }

    .gda-detail-content p {
        font-size: 15px;
    }

    .gda-detail-application-info,
    .gda-detail-application-form {
        padding: 40px 25px;
    }

    .gda-detail-application-info h2 {
        font-size: 31px;
    }

    .gda-apply-modal-dialog {
        padding: 40px 24px 28px;
    }
}

@media (max-width: 480px) {
    .gda-detail-media,
    .gda-detail-media img {
        min-height: 250px;
    }

    .gda-detail-media-badge {
        left: 17px;
        bottom: 17px;
    }

    .gda-detail-summary {
        padding: 30px 20px;
    }

    .gda-detail-summary h1 {
        font-size: 30px;
    }

    .gda-detail-price {
        font-size: 28px;
    }
}

/* Seviye tespit header renk değişkenleri */
.gda-exam-select {
    --gda-green: #102e26;
    --gda-green-light: #1b493d;
    --gda-gold: #d9a957;
    --gda-gold-light: #f3dfb5;
    --gda-dark: #202c29;
    --gda-text: #56635f;
    --gda-border: #e3e9e6;
    --gda-background: #f5f8f6;
}

/* Header üst küçük başlık */
.gda-exam-select .gda-packages-eyebrow {
    color: #f3dfb5;
}

/* Eyebrow yan çizgileri */
.gda-exam-select .gda-packages-eyebrow::before,
.gda-exam-select .gda-packages-eyebrow::after {
    background: #d9a957;
}

/* Breadcrumb ana sayfa */
.gda-exam-select .gda-packages-breadcrumb a {
    color: #f3dfb5;
}

/* Breadcrumb ok */
.gda-exam-select .gda-packages-breadcrumb i {
    color: rgba(255, 255, 255, 0.45);
}

/* Breadcrumb mevcut sayfa */
.gda-exam-select .gda-packages-breadcrumb span {
    color: rgba(255, 255, 255, 0.72);
}

.gda-payment-page {
    min-height: 75vh;
    padding: 200px 0;
    background: #f5f7f6;
}

.gda-payment-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e9e6;
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(7, 48, 40, 0.09);
}

.gda-payment-card__header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 34px 38px;
    color: #fff;
    background: linear-gradient(135deg, #082f29, #155c4d);
}

.gda-payment-card__header h1 {
    margin: 0 0 6px;
    line-height: 1.1;
    color: #fff;
    font-size: 30px;
}

.gda-payment-card__header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.1;
}

.gda-payment-card__icon {
    display: flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #082f29;
    background: #d9ab63;
    font-size: 27px;
}

.gda-payment-message {
    margin: 28px 38px 0;
    padding: 15px 18px;
    border-radius: 9px;
}

.gda-payment-message--success {
    color: #17653f;
    border: 1px solid #bce2cc;
    background: #eaf8f0;
}

.gda-payment-message--error {
    color: #a22929;
    border: 1px solid #efc0c0;
    background: #fff0f0;
}

.gda-payment-summary,
.gda-payment-address {
    margin: 32px 38px 0;
}

.gda-payment-summary {
    padding: 25px;
    border: 1px solid #e1e7e4;
    border-radius: 13px;
    background: #fafcfb;
}

.gda-payment-summary__title {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e7e4;
}

.gda-payment-summary__title span,
.gda-payment-summary__rows span {
    display: block;
    color: #70807a;
    font-size: 13px;
    line-height: 1.2;
}

.gda-payment-summary__title strong {
    display: block;
    margin-top: 4px;
    color: #123b32;
    font-size: 20px;
}

.gda-payment-summary__rows {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.gda-payment-summary__rows strong {
    display: block;
    margin-top: 4px;
    color: #1f342f;
}

.gda-payment-summary__remaining {
    padding: 15px;
    border-radius: 9px;
    background: #f1e5d2;
}

.gda-payment-summary__remaining strong {
    color: #8c5c1d;
    font-size: 20px;
}

.gda-payment-address h2 {
    margin-bottom: 20px;
    color: #123b32;
    font-size: 21px;
}

.gda-payment-field {
    margin-bottom: 20px;
}

.gda-payment-field label {
    display: block;
    margin-bottom: 7px;
    color: #263d37;
    font-weight: 600;
}

.gda-payment-field .form-control {
    min-height: 48px;
    border: 1px solid #d9e1dd;
    border-radius: 8px;
    background: #fff;
}

.gda-payment-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 38px 30px;
}

.gda-payment-back {
    color: #536a63;
    font-weight: 600;
}

.gda-payment-button {
    min-height: 50px;
    padding: 12px 25px;
    color: #fff;
    border: 0;
    border-radius: 9px;
    background: #0d4a3e;
    font-weight: 700;
    cursor: pointer;
    max-width: 250px;
}

.gda-payment-button:hover {
    background: #082f29;
}

.gda-payment-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.gda-payment-security {
    padding: 17px 38px;
    color: #62736e;
    border-top: 1px solid #e3e9e6;
    background: #f8faf9;
    font-size: 13px;
    text-align: center;
}

.gda-payment-security i {
    margin-right: 5px;
    color: #1c775f;
}

@media (max-width: 767px) {
    .gda-payment-page {
        padding: 100px 0;
    }

    .gda-payment-card__header {
        padding: 25px 22px;
    }

    .gda-payment-summary,
    .gda-payment-address {
        margin-right: 20px;
        margin-left: 20px;
    }

    .gda-payment-summary__rows {
        grid-template-columns: 1fr;
    }

    .gda-payment-actions {
        flex-direction: column-reverse;
        padding-right: 20px;
        padding-left: 20px;
    }

    .gda-payment-button,
    .gda-payment-back {
        width: 100%;
        text-align: center;
    }

    .gda-payment-message {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.gda-payment-result {
    padding: 60px 40px;
    border: 1px solid #e3e9e6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(7, 48, 40, 0.09);
    text-align: center;
}

.gda-payment-result__icon {
    display: flex;
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #83601f;
    background: #f3e6ce;
    font-size: 38px;
}

.gda-payment-result__icon--success {
    color: #17653f;
    background: #dff5e8;
}

.gda-payment-result__icon--error {
    color: #a22929;
    background: #ffe4e4;
}

.gda-payment-result h1 {
    margin-bottom: 12px;
    color: #123b32;
    font-size: 30px;
}

.gda-payment-result p {
    max-width: 520px;
    margin: 0 auto 28px;
    color: #64756f;
    line-height: 1.7;
}

.gda-payment-result .gda-payment-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.gda-package-online-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin: 24px 30px;
    padding: 20px 22px;
    border: 1px solid #e4d1af;
    border-radius: 12px;
    background: linear-gradient(135deg, #fffaf2, #f5ead7);
}

.gda-package-online-payment__text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gda-package-online-payment__text strong,
.gda-package-online-payment__text span {
    display: block;
}

.gda-package-online-payment__text strong {
    margin-bottom: 3px;
    color: #153f35;
    font-size: 16px;
}

.gda-package-online-payment__text > div > span {
    color: #6e756f;
    font-size: 13px;
}

.gda-package-online-payment__icon {
    display: flex !important;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    background: #b17a2b;
    font-size: 21px;
}

.gda-package-online-payment__button {
    display: inline-flex;
    min-height: 46px;
    padding: 10px 20px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    border-radius: 9px;
    background: #0d4a3e;
    font-weight: 700;
    text-decoration: none;
}

.gda-package-online-payment__button:hover {
    color: #fff;
    background: #082f29;
}

@media (max-width: 767px) {
    .gda-package-online-payment {
        flex-direction: column;
        align-items: stretch;
        margin-right: 20px;
        margin-left: 20px;
    }

    .gda-package-online-payment__button {
        width: 100%;
    }
}



.gda-checkout-page {
    padding: 70px 0 110px;
    padding-bottom: 200px;
    background: #f6f8f7;
}

.gda-checkout-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}

.gda-checkout-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5e6d68;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}

.gda-checkout-back:hover {
    color: #102e26;
}

.gda-checkout-security-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid #dce6e2;
    border-radius: 50px;
    background: #fff;
    color: #245d4e;
    font-size: 12px;
    font-weight: 700;
}


.gda-checkout-heading__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #f39a19;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
}

.gda-checkout-heading h1 {
    margin: 0 0 12px;
    color: #18231f;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.gda-checkout-heading p {
    margin: 0;
    color: #71807a;
    font-size: 16px;
    line-height: 1.7;
}

.gda-checkout-card {
    margin-bottom: 22px;
    padding: 30px;
    border: 1px solid #e2e9e6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(16, 46, 38, .045);
}

.gda-checkout-card__header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 27px;
}

.gda-checkout-step {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 13px;
    background: #edf3f0;
    color: #102e26;
    font-size: 12px;
    font-weight: 800;
}

.gda-checkout-card__header h2 {
    margin: 1px 0 4px;
    color: #26332e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.gda-checkout-card__header p {
    margin: 0;
    color: #89958f;
    font-size: 13px;
    line-height: 1.5;
}

.gda-checkout-package {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding: 20px;
    border-radius: 16px;
    background: #f7f9f8;
}

.gda-checkout-package__icon {
    display: flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    border-radius: 15px;
    background: #102e26;
    color: #fff;
    font-size: 22px;
}

.gda-checkout-package__content {
    min-width: 0;
}

.gda-checkout-package__content > span,
.gda-checkout-package__content > strong,
.gda-checkout-package__content > small {
    display: block;
}

.gda-checkout-package__content > span {
    margin-bottom: 2px;
    line-height: 1.1;
    color: #8a9791;
    font-size: 11px;
    font-weight: 700;
}

.gda-checkout-package__content > strong {
    margin-bottom: 3px;
    color: #25322d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.gda-checkout-package__content > small {
    color: #77857f;
    font-size: 12px;
    line-height: 1.1;
}

.gda-checkout-account {
    border-top: 1px solid #edf1ef;
}

.gda-checkout-account > div {
    display: flex;
    min-height: 49px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf1ef;
}

.gda-checkout-account span {
    color: #7d8a85;
    font-size: 13px;
}

.gda-checkout-account strong {
    color: #35443e;
    font-size: 14px;
    font-weight: 700;
}

.gda-checkout-account__paid {
    color: #198754 !important;
}

.gda-checkout-account__discount {
    color: #d48814 !important;
}

.gda-checkout-account__remaining {
    min-height: 58px !important;
    border-bottom: 0 !important;
}

.gda-checkout-account__remaining span {
    color: #263630;
    font-weight: 700;
}

.gda-checkout-account__remaining strong {
    color: #102e26;
    font-size: 19px;
}

.gda-checkout-coupon {
    position: relative;
}

.gda-checkout-coupon__form {
    display: flex;
    align-items: stretch;
}

.gda-checkout-coupon__input {
    display: flex;
    min-height: 54px;
    flex: 1;
    align-items: center;
    overflow: hidden;
    border: 1px solid #dde5e1;
    border-radius: 12px 0 0 12px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.gda-checkout-coupon__input:focus-within {
    border-color: #71958a;
    box-shadow: 0 0 0 3px rgba(16, 46, 38, .06);
}

.gda-checkout-coupon__input i {
    margin-left: 17px;
    color: #899891;
    font-size: 18px;
}

.gda-checkout-coupon__input input {
    width: 100%;
    height: 52px;
    padding: 0 15px 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #263630;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.gda-checkout-coupon__input input::placeholder {
    color: #a0aaa5;
    font-weight: 400;
    text-transform: none;
}

.gda-checkout-coupon__button {
    min-width: 150px;
    padding: 0 20px;
    border: 0;
    border-radius: 0 12px 12px 0;
    background: #102e26;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
}

.gda-checkout-coupon__button:hover {
    background: #174d40;
}

.gda-checkout-coupon-feedback {
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding: 11px 13px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.45;
}

.gda-checkout-coupon-feedback i {
    margin-right: 8px;
    font-size: 15px;
}

.gda-checkout-coupon-feedback--success {
    background: #eef8f3;
    color: #18734d;
}

.gda-checkout-coupon-feedback--error {
    background: #fff2f1;
    color: #b8473d;
}

.gda-checkout-coupon-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding: 15px 17px;
    border: 1px dashed #b9cec6;
    border-radius: 12px;
    background: #f4f8f6;
}

.gda-checkout-coupon-applied span,
.gda-checkout-coupon-applied strong,
.gda-checkout-coupon-applied small {
    display: block;
}

.gda-checkout-coupon-applied span {
    margin-bottom: 2px;
    color: #85928c;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gda-checkout-coupon-applied strong {
    color: #174d40;
    font-size: 15px;
    font-weight: 800;
}

.gda-checkout-coupon-applied small {
    margin-top: 2px;
    color: #7b8a84;
    font-size: 11px;
}

.gda-checkout-coupon-applied__amount {
    color: #16845d;
    font-size: 17px;
    font-weight: 800;
    white-space: nowrap;
}

.gda-checkout-field {
    margin-bottom: 20px;
}

.gda-checkout-field label {
    display: block;
    margin-bottom: 7px;
    color: #42514b;
    font-size: 12px;
    font-weight: 700;
}

.gda-checkout-field .form-control {
    min-height: 52px;
    padding: 12px 15px;
    border: 1px solid #dde5e1;
    border-radius: 11px;
    background: #fff;
    color: #283730;
    font-size: 14px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.gda-checkout-field textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.gda-checkout-field .form-control:focus {
    border-color: #71958a;
    box-shadow: 0 0 0 3px rgba(16, 46, 38, .06);
}

.gda-checkout-address-note {
    display: flex;
    align-items: flex-start;
    margin-top: 3px;
    padding: 14px 15px;
    border-radius: 11px;
    background: #f7f9f8;
    color: #78857f;
    font-size: 12px;
    line-height: 1.55;
}

.gda-checkout-address-note i {
    margin: 2px 9px 0 0;
    color: #365f53;
}

.gda-checkout-summary-card {
    position: sticky;
    top: 110px;
    overflow: hidden;
    padding: 27px;
    border: 1px solid #dfe8e4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(16, 46, 38, .09);
}

.gda-checkout-summary-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.gda-checkout-summary-card__top span {
    color: #77847f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
}

.gda-checkout-summary-card__top i {
    color: #102e26;
    font-size: 22px;
}

.gda-checkout-summary-package {
    margin-bottom: 23px;
    padding: 16px;
    border-radius: 13px;
    background: #f5f8f6;
}

.gda-checkout-summary-package span,
.gda-checkout-summary-package strong {
    display: block;
}

.gda-checkout-summary-package span {
    margin-bottom: 4px;
    color: #87948e;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gda-checkout-summary-package strong {
    color: #26352f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.gda-checkout-price-list {
    margin-bottom: 20px;
}

.gda-checkout-price-list > div:not(.gda-checkout-price-list__separator) {
    display: flex;
    min-height: 39px;
    align-items: center;
    justify-content: space-between;
}

.gda-checkout-price-list span {
    color: #718079;
    font-size: 13px;
}

.gda-checkout-price-list span small {
    color: #9aa49f;
    font-size: 11px;
}

.gda-checkout-price-list strong {
    color: #36453f;
    font-size: 13px;
    font-weight: 700;
}

.gda-checkout-price-list__discount strong {
    color: #16845d;
}

.gda-checkout-price-list__separator {
    height: 1px;
    margin: 9px 0;
    background: #edf1ef;
}

.gda-checkout-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px -27px 22px;
    padding: 21px 27px;
    border-top: 1px solid #e4ebe7;
    border-bottom: 1px solid #e4ebe7;
    background: #f8faf9;
}

.gda-checkout-total span,
.gda-checkout-total small {
    display: block;
}

.gda-checkout-total span {
    margin-bottom: 2px;
    line-height: 1.2;
    color: #25352f;
    font-size: 14px;
    font-weight: 700;
}

.gda-checkout-total small {
    color: #8b9791;
    line-height: 1.2;
    font-size: 10px;
}

.gda-checkout-total > strong {
    color: #102e26;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.5px;
    white-space: nowrap;
}

.gda-checkout-pay-button {
    width: 100%;
    min-height: 58px;
    padding: 13px 20px;
    border: 0;
    border-radius: 13px;
    background: #102e26;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.gda-checkout-pay-button:hover {
    transform: translateY(-1px);
    background: #174d40;
    box-shadow: 0 10px 25px rgba(16, 46, 38, .16);
}

.gda-checkout-pay-button:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.gda-checkout-iyzico {
    display: flex;
    align-items: center;
    margin-top: 19px;
    padding: 15px;
    border: 1px solid #e5ebe8;
    border-radius: 12px;
}

.gda-checkout-iyzico__icon {
    display: flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    border-radius: 10px;
    background: #eef4f1;
    color: #174d40;
    font-size: 17px;
}

.gda-checkout-iyzico strong,
.gda-checkout-iyzico span {
    display: block;
}

.gda-checkout-iyzico strong {
    margin-bottom: 2px;
    color: #34443d;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 700;
}

.gda-checkout-iyzico span {
    color: #89948f;
    font-size: 10px;
    line-height: 1.45;
}

.gda-checkout-summary-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: #939d98;
    font-size: 10px;
}

.gda-checkout-summary-info i {
    margin-right: 5px;
}

.gda-payment-message {
    margin-bottom: 24px;
    padding: 15px 17px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

.gda-payment-message--success {
    border: 1px solid #cde8dc;
    background: #eff9f4;
    color: #18734d;
}

.gda-payment-message--error {
    border: 1px solid #f1d1ce;
    background: #fff3f2;
    color: #ad433b;
}

@media (max-width: 991px) {
    .gda-checkout-page {
        padding: 65px 0 85px;
    }

    .gda-checkout-summary-card {
        position: static;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .gda-checkout-page {
        padding: 45px 0 65px;
    }

    .gda-checkout-top {
        margin-bottom: 28px;
    }

    .gda-checkout-security-label {
        display: none;
    }

    .gda-checkout-heading {
        margin-bottom: 30px;
    }

    .gda-checkout-heading h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .gda-checkout-heading p {
        font-size: 14px;
    }

    .gda-checkout-card {
        padding: 22px;
        border-radius: 16px;
    }

    .gda-checkout-coupon__form {
        flex-direction: column;
    }

    .gda-checkout-coupon__input {
        border-radius: 11px;
    }

    .gda-checkout-coupon__button {
        width: 100%;
        min-height: 48px;
        margin-top: 9px;
        border-radius: 11px;
    }

    .gda-checkout-summary-card {
        padding: 22px;
        border-radius: 17px;
    }

    .gda-checkout-total {
        margin-right: -22px;
        margin-left: -22px;
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 575px) {
    .gda-checkout-card__header p {
        display: none;
    }

    .gda-checkout-package {
        align-items: flex-start;
    }

    .gda-checkout-package__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 18px;
    }

    .gda-checkout-account > div {
        min-height: 54px;
    }

    .gda-checkout-account span {
        max-width: 55%;
    }

    .gda-checkout-total > strong {
        font-size: 20px;
    }
}



.gda-test-reading {
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid #dfe8e4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(23, 77, 64, 0.06);
}

.gda-test-reading__header {
    display: flex;
    padding: 20px 22px;
    align-items: center;
    justify-content: space-between;
    background: #f3f7f5;
    border-bottom: 1px solid #e2e9e6;
}

.gda-test-reading__header span {
    display: block;
    margin-bottom: 4px;
    color: #778983;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}

.gda-test-reading__header h2 {
    margin: 0;
    color: #173f35;
    font-size: 18px;
    font-weight: 700;
}

.gda-test-reading__header > i {
    color: #174d40;
    font-size: 22px;
}

.gda-test-reading__instruction {
    padding: 13px 22px;
    color: #65766f;
    font-size: 12px;
    font-weight: 600;
    background: #fafcfb;
    border-bottom: 1px solid #edf1ef;
}

.gda-test-reading__content {
    padding: 23px 22px;
    color: #394b45;
    font-size: 15px;
    line-height: 1.9;
}

.gda-test-reading__blank {
    display: inline-block;
    margin: 0 4px;
    padding: 1px 6px;
    color: #174d40;
    font-weight: 700;
    background: #edf5f1;
    border-radius: 4px;
}

.gda-test-question__heading {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    gap: 8px;
}

.gda-test-question__type {
    display: inline-flex;
    padding: 4px 8px;
    color: #60736c;
    font-size: 9px;
    font-weight: 700;
    background: #edf2f0;
    border-radius: 20px;
}

.gda-test-question__instruction {
    margin-bottom: 9px;
    padding: 9px 11px;
    color: #697b74;
    font-size: 11px;
    line-height: 1.5;
    background: #f8faf9;
    border-left: 3px solid #a9bdb5;
}

.gda-test-question__helper {
    display: flex;
    margin: 0 0 12px;
    align-items: center;
    color: #75847f;
    font-size: 11px;
}

.gda-test-question__helper i {
    margin-right: 7px;
    color: #174d40;
}

.gda-test-option--multiple .gda-test-option__marker {
    border-radius: 4px;
}

.gda-test-text-answer textarea {
    width: 100%;
    min-height: 105px;
    padding: 14px 15px;
    color: #334740;
    font-size: 14px;
    line-height: 1.6;
    outline: 0;
    resize: vertical;
    background: #fff;
    border: 1px solid #d8e2de;
    border-radius: 8px;
}

.gda-test-text-answer textarea:focus {
    border-color: #6e9a89;
    box-shadow: 0 0 0 3px rgba(23, 77, 64, 0.08);
}

.gda-test-question--answered {
    border-color: #aac7bc;
}

@media (max-width: 767px) {
    .gda-test-reading__header,
    .gda-test-reading__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gda-test-question__heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

