@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap");

/* Sakan Sinan professional UI layer */
:root {
    --skn-font: "Tajawal", "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
    --skn-ink: #172033;
    --skn-muted: #667085;
    --skn-soft: #f7f9fc;
    --skn-surface: #ffffff;
    --skn-border: #e7ebf2;
    --skn-red: #cf2034;
    --skn-gold: #f4b331;
    --skn-green: #12715b;
    --skn-blue: #234f7f;
    --skn-shadow: 0 18px 48px rgba(23, 32, 51, 0.11);
    --skn-shadow-soft: 0 10px 28px rgba(23, 32, 51, 0.08);
    --skn-radius: 8px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--skn-font);
    color: var(--skn-ink);
    background: #fff;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body.rtl,
.rtl {
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5, h6,
.section-heading__title,
.title h4,
.banner-section .banner-thumb .content h1 {
    font-family: var(--skn-font);
    letter-spacing: 0;
    color: var(--skn-ink);
}

p {
    color: var(--skn-muted);
    line-height: 1.85;
}

img {
    max-width: 100%;
}

.row > *,
.card,
.footer-item,
.auth-card,
.auth-panel,
.hero-trust__item,
.admission-step {
    min-width: 0;
}

a,
p,
li,
span,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: anywhere;
}

.container {
    max-width: 1180px;
}

.py-100 {
    padding-top: 88px;
    padding-bottom: 88px;
}

.py-80 {
    padding-top: 72px;
    padding-bottom: 72px;
}

.header {
    top: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    border: 1px solid rgba(231, 235, 242, 0.72);
    border-radius: var(--skn-radius);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--skn-shadow-soft);
    backdrop-filter: blur(18px);
}

.header.fixed-header {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.header .navbar {
    min-height: 76px;
}

.header .logo-area {
    position: relative;
    display: flex;
    align-items: center;
}

.header .logo-area .logo-bg,
.header .logo-area .logo-bg::before {
    display: none;
}

.header .logo-area img {
    max-height: 58px;
    max-width: 184px;
    padding-left: 0;
    object-fit: contain;
}

.header .nav-menu {
    gap: 4px;
}

.header .nav-menu .nav-item .nav-link {
    color: var(--skn-ink) !important;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 14px;
    border-radius: var(--skn-radius);
}

.header .nav-menu .nav-item .nav-link:hover,
.header .nav-menu .nav-item .nav-link.active {
    color: var(--skn-red) !important;
    background: rgba(207, 32, 52, 0.08);
}

.header .navbar-toggler.header-button {
    width: 42px;
    height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: var(--skn-radius) !important;
    color: var(--skn-ink);
    background: var(--skn-soft) !important;
}

.btn--base,
.btn.btn--base,
button.btn--base {
    min-height: 48px;
    border: 0;
    border-radius: var(--skn-radius);
    background: linear-gradient(135deg, var(--skn-red), #a9172c);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--skn-font);
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(207, 32, 52, 0.25);
    overflow: hidden;
}

.btn--base::before {
    display: none;
}

.btn--base:hover,
.btn--base:focus {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(207, 32, 52, 0.32);
}

.btn--base-two {
    color: var(--skn-ink) !important;
    background: #fff;
    border: 1px solid var(--skn-border);
    box-shadow: none;
}

.btn--base-two:hover,
.btn--base-two:focus {
    color: var(--skn-red) !important;
    background: #fff;
    border-color: rgba(207, 32, 52, 0.3);
}

.form--control,
.form-control.form--control,
.account .account-form .form--control {
    min-height: 50px;
    border: 1px solid var(--skn-border);
    border-radius: var(--skn-radius);
    background: #fff;
    color: var(--skn-ink);
    font-family: var(--skn-font);
    box-shadow: none;
}

.form--control:focus,
.form-control.form--control:focus {
    border-color: rgba(207, 32, 52, 0.55);
    box-shadow: 0 0 0 4px rgba(207, 32, 52, 0.1);
}

.form--label,
.account .account-form .form--label {
    color: var(--skn-ink);
    font-weight: 800;
    margin-bottom: 8px;
}

.input-group-text {
    border-color: var(--skn-border);
    border-radius: var(--skn-radius);
}

.section-kicker,
.title h6,
.banner-section .banner-thumb .content h5 {
    color: var(--skn-green);
    font-weight: 900;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
}

.title {
    max-width: 760px;
    margin: 0 auto 34px;
}

.title h4 {
    font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.55rem);
    font-weight: 900;
    line-height: 1.35;
}

.title p {
    max-width: 720px;
    margin: 12px auto 0;
}

.banner-section {
    background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.banner-section .shape1,
.banner-section .shape2 {
    opacity: 0.08;
}

.banner-section .banner-thumb {
    padding-top: 142px;
    padding-bottom: 78px;
}

.banner-section .banner-thumb .content {
    max-width: 610px;
}

.banner-section .banner-thumb .content h1 {
    font-size: clamp(2.15rem, 1.45rem + 2.3vw, 4.25rem);
    font-weight: 950;
    line-height: 1.18;
    text-transform: none;
    margin: 0;
}

.banner-section .banner-thumb .content h1 span {
    color: var(--skn-red);
}

.banner-section .banner-thumb .content .hero-copy {
    max-width: 560px;
    margin-top: 18px;
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.banner-section .banner-thumb .btn--base {
    margin: 0;
    padding: 14px 22px;
}

.hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
    max-width: 620px;
}

.hero-trust__item {
    border: 1px solid var(--skn-border);
    border-radius: var(--skn-radius);
    background: rgba(255, 255, 255, 0.78);
    padding: 14px;
    box-shadow: var(--skn-shadow-soft);
}

.hero-trust__item i {
    color: var(--skn-green);
    font-size: 20px;
    margin-bottom: 8px;
}

.hero-trust__item strong {
    display: block;
    color: var(--skn-ink);
    font-weight: 900;
    font-size: 15px;
}

.hero-trust__item span {
    display: block;
    color: var(--skn-muted);
    font-size: 13px;
    margin-top: 4px;
}

.banner-section .thumb {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .thumb img {
    width: min(100%, 500px);
    max-height: 520px;
    object-fit: contain;
    margin: 0;
    animation: none;
    filter: drop-shadow(0 22px 38px rgba(23, 32, 51, 0.18));
}

.banner-section .thumb .shape3 {
    width: 390px;
    height: 390px;
    border-radius: var(--skn-radius);
    background: linear-gradient(135deg, rgba(207, 32, 52, 0.96), rgba(244, 179, 49, 0.9));
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%) rotate(45deg);
}

.admission-steps {
    margin-top: -28px;
    position: relative;
    z-index: 3;
}

.admission-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.admission-step {
    background: #fff;
    border: 1px solid var(--skn-border);
    border-radius: var(--skn-radius);
    padding: 22px;
    box-shadow: var(--skn-shadow-soft);
}

.admission-step__number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--skn-red);
    font-weight: 900;
    margin-bottom: 14px;
}

.admission-step h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.admission-step p {
    margin: 0;
    font-size: 14px;
}

.services .card,
.why-choose .card,
.plan .card,
.testimonial .card,
.team .card,
.blog .card,
.custom-body,
.account .account-form {
    border: 1px solid var(--skn-border);
    border-radius: var(--skn-radius);
    box-shadow: var(--skn-shadow-soft);
}

.services,
.services-page,
.plan,
.portfolio,
.testimonial,
.faq,
.blog {
    background: #fff;
}

.services .card,
.plan .card,
.testimonial .card {
    height: 100%;
    background: #fff;
}

.services .card:hover,
.plan .card:hover,
.testimonial .card:hover {
    transform: translateY(-4px);
    box-shadow: var(--skn-shadow);
}

.portfolio .title p {
    width: auto;
}

.portfolio .card img,
.team .card img,
.blog .card img {
    width: 100%;
    object-fit: cover;
}

.breadcrumb {
    padding-top: 132px;
}

.policy {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.policy .thumb2,
.policy .shape {
    pointer-events: none;
    opacity: 0.1;
}

.policy .info {
    max-width: 900px;
    margin: 0 auto;
}

.policy .info,
.policy .info p,
.policy .info li {
    color: var(--skn-ink);
    line-height: 1.95;
}

.policy .info img,
.policy .info iframe,
.policy .info table {
    max-width: 100%;
}

.policy .info table {
    display: block;
    overflow-x: auto;
}

.contact {
    position: relative;
    overflow: hidden;
    background: var(--skn-soft);
}

.contact .shape {
    left: 0;
    opacity: 0.12;
    pointer-events: none;
}

.contact .thumb > div:first-child img {
    border-radius: var(--skn-radius);
    box-shadow: var(--skn-shadow-soft);
}

.contact .card {
    height: 100%;
    border: 1px solid var(--skn-border);
    box-shadow: var(--skn-shadow-soft);
    background: #fff;
    padding: 22px 18px;
}

.contact .card h5 {
    color: var(--skn-ink);
    font-size: 16px;
    font-weight: 900;
    margin: 18px 0 8px;
}

.contact .card .icon {
    border-radius: 50%;
    background: rgba(207, 32, 52, 0.09);
}

.contact .card .icon i {
    color: var(--skn-red);
}

.contact .card a,
.contact .card p {
    color: var(--skn-muted);
    overflow-wrap: anywhere;
}

.contact .form-area {
    border: 1px solid var(--skn-border);
    border-radius: var(--skn-radius);
    background: #fff;
    box-shadow: var(--skn-shadow);
    padding: 28px;
}

.contact__title {
    color: var(--skn-ink);
    font-weight: 950;
    margin-bottom: 22px;
}

.footer-area {
    background: #141b2d;
    padding-top: 84px;
}

.footer-area .shape1,
.footer-area .shape2 {
    opacity: 0.18;
}

.footer-area .logo-area {
    padding-bottom: 44px;
}

.footer-area .logo-area .logo {
    position: static;
    display: inline-flex;
    width: 172px;
    height: 92px;
    align-items: center;
    justify-content: center;
}

.footer-area .logo-area .logo img {
    max-width: 172px;
    max-height: 92px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.footer-area .footer-item__title,
.footer-area .footer-item h5,
.footer-area .copyright,
.footer-area a {
    color: #fff;
}

.footer-area .footer-item__desc,
.footer-area .footer-item p,
.footer-area .footer-menu__item,
.footer-area .footer-menu__item a {
    color: rgba(255, 255, 255, 0.74);
}

.footer-area .form--control {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12);
}

.footer-area .social-list__link {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff !important;
}

.footer-area .social-list__link i,
.footer-area .social-list__link svg {
    color: #fff !important;
    fill: currentColor;
}

.footer-area .social-list__link:hover {
    background: var(--skn-red);
    border-color: var(--skn-red);
}

.footer-area .form-group {
    max-width: 100%;
}

.footer-area .copyright {
    margin-top: 48px;
}

.experience {
    background: #141b2d;
}

.experience .counterup-item {
    padding: 18px 12px;
}

.experience .counterup-item h3 {
    font-size: clamp(2rem, 1.45rem + 1.8vw, 3rem);
    font-weight: 900;
    color: #fff;
}

.experience .counterup-item p {
    color: rgba(255, 255, 255, 0.78);
    text-transform: none;
    font-weight: 700;
}

.account {
    min-height: 100vh;
    height: auto;
    overflow: visible;
    padding: 112px 0 56px;
    background-color: var(--skn-soft);
}

.account::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(207, 32, 52, 0.08), transparent 34%),
        linear-gradient(315deg, rgba(18, 113, 91, 0.1), transparent 32%);
}

.account .container {
    position: relative;
    z-index: 1;
}

.account .account-form {
    padding: 34px;
    background: rgba(255, 255, 255, 0.96);
}

.auth-shell {
    display: flex;
    gap: 22px;
    align-items: stretch;
}

.auth-panel {
    flex: 0.95 1 0;
}

.auth-card {
    flex: 1.25 1 0;
}

.auth-panel,
.auth-card {
    border-radius: var(--skn-radius);
    max-width: 100%;
}

.auth-panel {
    min-height: 100%;
    background: #141b2d;
    color: #fff;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.auth-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(207, 32, 52, 0.72), transparent 46%),
        linear-gradient(315deg, rgba(244, 179, 49, 0.38), transparent 38%);
    opacity: 0.72;
}

.auth-panel > * {
    position: relative;
    z-index: 1;
}

.auth-panel__logo {
    width: min(100%, 320px);
    max-height: 118px;
    object-fit: contain;
    margin-bottom: 28px;
}

.auth-panel h1 {
    color: #fff;
    font-size: clamp(1.75rem, 1.35rem + 1.2vw, 2.75rem);
    line-height: 1.35;
    font-weight: 950;
    margin-bottom: 14px;
    text-align: center;
    white-space: normal !important;
}

.auth-title-line {
    display: block;
}

.auth-panel p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.auth-panel__list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.auth-panel__item {
    display: flex;
    min-width: 0;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.auth-panel__item i {
    flex: 0 0 auto;
    color: var(--skn-gold);
    margin-top: 4px;
}

.auth-panel__item span,
.auth-panel h1,
.auth-panel p,
.auth-card h2,
.auth-card p,
.application-summary__item,
.application-review__item,
.status-result__grid > div {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.auth-panel__item span {
    flex: 1 1 auto;
}

.auth-card {
    background: #fff;
    border: 1px solid var(--skn-border);
    box-shadow: var(--skn-shadow);
    padding: 34px;
}

.auth-card__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.auth-card__eyebrow {
    color: var(--skn-green);
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 6px;
}

.auth-card h2 {
    font-size: clamp(1.45rem, 1.2rem + 0.9vw, 2.15rem);
    font-weight: 950;
    margin-bottom: 8px;
}

.auth-card__header p {
    margin: 0;
}

.form-hint {
    color: var(--skn-muted);
    font-size: 13px;
    display: block;
    margin-top: 8px;
}

.application-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.application-summary__item {
    flex: 1 1 calc(33.333% - 10px);
    border: 1px solid var(--skn-border);
    border-radius: var(--skn-radius);
    padding: 12px;
    background: var(--skn-soft);
}

.application-summary__item i {
    color: var(--skn-red);
    margin-bottom: 6px;
}

.application-summary__item span {
    display: block;
    color: var(--skn-muted);
    font-size: 12px;
}

.application-summary__item strong {
    display: block;
    color: var(--skn-ink);
    font-size: 14px;
}

.dropzone {
    min-height: 168px;
    border: 1.5px dashed rgba(207, 32, 52, 0.35) !important;
    border-radius: var(--skn-radius);
    background: #fff8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone .dz-message {
    color: var(--skn-muted);
    font-weight: 800;
    margin: 0;
}

.progress {
    height: 8px;
    border-radius: 999px;
    background: #eef1f6;
    margin-top: 12px;
}

.progress-bar {
    background: var(--skn-green);
}

.alert {
    border-radius: var(--skn-radius);
    border: 1px solid transparent;
}

.swal2-popup {
    border-radius: var(--skn-radius) !important;
    font-family: var(--skn-font) !important;
}

.swal2-html-container {
    line-height: 1.9 !important;
}

.swal2-actions {
    gap: 10px;
}

.cookies-card {
    border: 1px solid var(--skn-border);
    background: #fff;
    box-shadow: var(--skn-shadow);
    border-radius: var(--skn-radius);
}

.manual-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 18px;
}

.manual-form-grid .form-group {
    flex: 1 1 calc(50% - 18px);
}

.manual-note,
.status-result__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid rgba(18, 113, 91, 0.18);
    border-radius: var(--skn-radius);
    background: rgba(18, 113, 91, 0.07);
    color: var(--skn-ink);
    padding: 14px;
    margin-bottom: 18px;
    line-height: 1.8;
}

.manual-note i,
.status-result__note i {
    color: var(--skn-green);
    margin-top: 5px;
}

.application-review,
.status-result__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.application-review__item,
.status-result__grid > div {
    flex: 1 1 calc(50% - 12px);
    border: 1px solid var(--skn-border);
    border-radius: var(--skn-radius);
    background: var(--skn-soft);
    padding: 13px 14px;
}

.application-review__item span,
.status-result__grid span,
.status-result__header span:first-child {
    display: block;
    color: var(--skn-muted);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.application-review__item strong,
.status-result__grid strong,
.status-result__header strong {
    display: block;
    color: var(--skn-ink);
    font-size: 15px;
    line-height: 1.6;
}

.upload-card {
    display: flex;
    min-height: 178px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px dashed rgba(35, 79, 127, 0.34);
    border-radius: var(--skn-radius);
    background: linear-gradient(180deg, #fff, var(--skn-soft));
    padding: 18px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.upload-card:hover,
.upload-card:focus-within {
    border-color: var(--skn-red);
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.08);
    transform: translateY(-1px);
}

.upload-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    background: var(--skn-blue);
    font-size: 20px;
}

.upload-card strong {
    color: var(--skn-ink);
    font-size: 15px;
    font-weight: 900;
}

.upload-card span,
.upload-card small {
    color: var(--skn-muted);
    font-size: 13px;
    line-height: 1.5;
}

.upload-card small {
    max-width: 100%;
    font-weight: 800;
    color: var(--skn-green);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.submit-actions,
.status-actions {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 12px;
}

.status-actions {
    grid-template-columns: 1fr;
    margin-top: 18px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.status-shell .auth-card {
    align-self: start;
}

.status-lookup-form {
    margin-bottom: 18px;
}

.status-result {
    border: 1px solid var(--skn-border);
    border-radius: var(--skn-radius);
    background: #fff;
    box-shadow: var(--skn-shadow-soft);
    padding: 18px;
    margin-top: 18px;
}

.status-result__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.status-pill {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: var(--skn-radius);
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.status-pill--pending {
    background: #fff4d6;
    color: #996300;
}

.status-pill--accepted {
    background: #dcfce7;
    color: #166534;
}

.status-pill--rejected {
    background: #fee2e2;
    color: #991b1b;
}

.status-result__note {
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .header {
        top: 8px;
        left: 8px;
        right: 8px;
    }

    .header .navbar {
        min-height: 64px;
    }

    .header .navbar-toggler.header-button {
        display: inline-flex;
    }

    .header .navbar-collapse {
        background: #fff;
        border-top: 1px solid var(--skn-border);
        margin-top: 10px;
        padding: 12px 0 16px;
    }

    .banner-section .banner-thumb {
        padding-top: 118px;
        padding-bottom: 54px;
    }

    .banner-section .thumb {
        min-height: auto;
        margin-top: 26px;
    }

    .banner-section .thumb img {
        max-height: 360px;
    }

    .banner-section .thumb .shape3 {
        width: 280px;
        height: 280px;
    }

    .hero-trust,
    .admission-steps__grid,
    .application-summary,
    .application-review,
    .status-result__grid,
    .manual-form-grid,
    .auth-shell {
        grid-template-columns: 1fr;
    }

    .auth-shell {
        flex-direction: column;
    }

    .auth-panel {
        min-height: auto;
    }

    .application-summary__item,
    .application-review__item,
    .status-result__grid > div,
    .manual-form-grid .form-group {
        flex-basis: 100%;
    }

    .footer-area {
        padding-top: 58px;
        text-align: center;
    }

    .footer-area .logo-area {
        padding-bottom: 28px;
    }

    .footer-area .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        row-gap: 28px !important;
    }

    .footer-area .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-area .footer-menu {
        align-items: center;
    }

    .footer-area .footer-menu__link {
        padding-left: 0;
    }

    .rtl .footer-area .footer-menu__link {
        padding-right: 0;
    }

    .footer-area .footer-menu__link::before {
        display: none;
    }

    .footer-area .social-list {
        justify-content: center;
    }

    .footer-area .form-group {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-area .copyright {
        margin-top: 32px;
    }

    .policy .thumb2,
    .policy .shape,
    .services .shape,
    .faq .shape,
    .testimonial .shape,
    .why-choose .shape,
    .blog .shape2 {
        display: none !important;
    }

    .policy .body,
    .policy .info {
        text-align: start;
    }

    .policy .info p,
    .policy .info li {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .py-100,
    .py-80 {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .header .logo-area img {
        max-width: 140px;
        max-height: 48px;
    }

    .banner-section .banner-thumb .content .hero-copy {
        font-size: 15px;
    }

    .hero-actions .btn--base {
        width: 100%;
    }

    .hero-trust__item,
    .admission-step,
    .auth-card,
    .auth-panel,
    .account .account-form {
        padding: 20px;
    }

    .account {
        padding-top: 82px;
    }

    .auth-card__header {
        display: block;
        text-align: center;
    }

    .auth-card__eyebrow,
    .auth-card__header p {
        text-align: center;
    }

    .auth-panel h1 {
        font-size: 1.55rem;
    }

    .auth-panel p,
    .auth-panel__item {
        font-size: 15px;
        line-height: 1.75;
    }

    .footer-area .logo-area .logo,
    .footer-area .logo-area .logo img {
        max-width: 142px;
        max-height: 76px;
    }

    .footer-area .footer-item__desc,
    .footer-area .footer-item p,
    .footer-area .footer-menu__item {
        font-size: 14px;
    }

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

    .account .container {
        max-width: 360px;
    }

    .header {
        left: 6px;
        right: 6px;
    }

    .header .navbar {
        min-height: 58px;
    }

    .header .navbar-collapse {
        max-height: calc(100vh - 86px);
        overflow-y: auto;
    }

    .header .nav-menu .nav-item .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .header .btn--base {
        width: 100%;
    }

    .contact .form-area,
    .auth-card,
    .auth-panel {
        padding: 18px;
    }

    .contact .thumb > div:first-child img {
        max-height: 260px;
        object-fit: cover;
    }

    .blog .card .content,
    .portfolio .card .content,
    .services .card .content {
        text-align: start;
    }

    .submit-actions,
    .status-result__header {
        grid-template-columns: 1fr;
        display: grid;
    }

    .upload-card {
        min-height: 154px;
    }
}
