
.hero-section {
    height: 100vh;
    background: linear-gradient(135deg, var(--emerald-primary), var(--emerald-dark));
    overflow: hidden;
    font-family: var(--theme-font-family);
    position: relative
}

.hero-slider {
    height: 100%
}

.swiper-slide {
    position: relative
}

.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slider .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-content {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    color: var(--theme-creamy);
    max-width: 650px;
    z-index: 2;
    line-height: 1.2;
    letter-spacing: -.02em;
    padding: 2rem;
    z-index: 999999
}

[dir=ltr] .hero-content {
    left: 8%
}

[dir=rtl] .hero-content {
    right: 8%;
    text-align: right;
    letter-spacing: 0
}

.hero-content h1 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--cream-primary);
    margin-bottom: 2rem;
    animation: slideUp 1s ease-out;
    text-transform: uppercase;
    -webkit-background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    white-space: nowrap;
    text-overflow: ellipsis
}

.rtl .hero-content h1 {
    font-size: 2rem
}

.hero-content h2.vision {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--cream-light);
    margin-bottom: 2.5rem;
    animation: slideUp 1s ease-out .2s backwards;
    line-height: 1.6;
    opacity: .9
}

.rtl .hero-content h2.vision {
    font-size: 1.05rem
}

.button-group {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    animation: slideUp 1s ease-out .4s backwards
}

.hero-section .btn {
    padding: .8rem 1.5rem;
    text-decoration: none;
    font-weight: 700;
    font-size: clamp(.6rem, .7vw, .9rem);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: .05em;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.hero-section .btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: var(--transition)
}

.hero-section .btn:hover::after {
    width: 100%
}

.hero-section .btn-primary {
    background-color: var(--gold-primary);
    color: var(--theme-creamy);
    border-radius: var(--bs-btn-border-radius)
}

.hero-section .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(57, 132, 198, .2);
    background: var(--theme-gold);
}

.hero-section .btn-secondary {
    background-color: var(--cream-primary);
    color: var(--emerald-primary)
}

.hero-section .btn-secondary:hover {
    background-color: var(--gold-primary);
    color: var(--theme-creamy);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(57, 132, 198, .2)
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--cream-primary);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .7
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    transform: scale(1.1)
}

@media (max-width:768px) {
    .hero-content {
        left: 5%;
        right: 5%;
        text-align: center;
        padding: 1rem
    }

    [dir=rtl] .hero-content {
        text-align: center
    }

    .button-group {
        flex-direction: column;
        align-items: center;
        gap: 1rem
    }

    [dir=rtl] .button-group {
        flex-direction: column
    }

    .hero-section .btn {
        width: 100%;
        max-width: 280px;
        text-align: center
    }
}

@media (min-width:1600px) {
    .hero-content {
        max-width: 800px
    }
}

[data-scroll] {
    opacity: 0;
    will-change: transform, scale, opacity;
    transform: translateY(6rem) scale(.93);
    transition: all 1.5s cubic-bezier(.165, .84, .44, 1)
}

[data-scroll=in] {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.splitting .char {
    color: transparent
}

.splitting .char:after {
    visibility: visible;
    color: var(--theme-emerald-dark);
    opacity: 0;
    transform: translateY(30%);
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275);
    transition-delay: calc(.2s + (.04s * var(--char-index)))
}

[data-scroll=in] .char:after {
    opacity: 1;
    transform: translateY(0)
}

.about-section {
    position: relative;
    padding: 4rem 0;
    z-index: 1
}

.about-section .section-header {
    margin-bottom: 10px
}

.about-image {
    position: relative;
    height: 100%
}

.about-image .section__footer {
    margin: 0 !important
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-top: -70px
}

.col-lg-6 {
    height: 100%
}

.about-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.content-text {
    flex-grow: 1
}

.about-text {
    text-align: justify;
    color: var(--theme-emerald-dark);
    font-weight: 500;
    line-height: 2rem;
    word-spacing: -1px;
    margin-bottom: 0
}

.about-text:last-child {
    margin-bottom: 0
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    perspective: 1000px
}

.stat-item {
    color: var(--cream-primary);
    text-align: center;
    padding: 2rem;
    background-color: var(--emerald-primary);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
    position: relative;
    overflow: hidden
}

.stat-item:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
    border-color: var(--gold-primary)
}

.counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.counter-number-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--cream-primary);
    margin-bottom: .5rem
}

.rtl .counter-wrapper {
    direction: ltr
}

.counter-number-plus,
.counter-number-prefix {
    font-size: 1em;
    font-weight: 700;
    color: var(--gold-primary);
    margin-right: .3rem
}

.counter-number-suffix,
.currency-suffix {
    font-size: .6em;
    font-weight: 600;
    margin: 0 .3rem;
    opacity: .9
}

.currency-suffix {
    color: var(--gold-primary)
}

.counter {
    display: inline-block;
    color: var(--cream-primary)
}

.counter-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--cream-primary);
    margin-top: 0;
    letter-spacing: .5px;
    position: relative;
    padding-bottom: .5rem
}

.counter-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--gold-primary);
    border-radius: 2px;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275)
}

.stat-item:hover .counter-title::after {
    width: 75px
}

@media (max-width:768px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }

    .counter-number-wrapper {
        font-size: 2.5rem
    }
}

section {
    background: var(--cream-primary);
    position: relative;
    z-index: 1
}

.contact-section {
    background-color: #f8f9fa;
    position: relative
}

.contact-form-container {
    background: var(--cream-primary);
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(var(--dark-blue-rgb), .1)
}

.contact-form-container h2 {
    color: var(--theme-emerald-dark);
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem
}

.contact-form-container h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--emerald-primary)
}

.form-control {
    padding: .8rem 1.2rem;
    border: 1px solid var(--cream-dark);
    border-radius: 8px;
    font-size: 1rem;
    transition: all .3s ease
}

.form-control:focus {
    border-color: var(--emerald-primary);
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .15)
}

.form-control::placeholder {
    color: var(--emerald-medium)
}

textarea.form-control {
    min-height: 120px;
    resize: vertical
}

.contact-form .hero-section .btn-primary {
    padding: .8rem 2rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all .3s ease;
    background: var(--emerald-dark);
    color: var(--cream-primary)
}

.contact-form .hero-section .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, .3)
}

.contact-info {
    background: var(--emerald-dark);
    padding: 0;
    height: 100%;
    color: var(--cream-primary)
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem
}

.contact-info h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--cream-primary)
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, .05);
    border-radius: 10px;
    transition: all .3s ease
}

.info-item:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-3px)
}

.info-item i {
    font-size: 2rem;
    color: var(--cream-primary);
    margin-right: 1.5rem
}

.info-item h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .5rem;
    color: rgba(255, 255, 255, .9)
}

.info-item p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 1rem
}

@media (max-width:991.98px) {
    .hero-section {
        min-height: 500px
    }

    .hero-content p {
        font-size: 1.25rem
    }

    .contact-info {
        margin-top: 2rem
    }

    .contact-form-container,
    .contact-info {
        padding: 2rem
    }

    .contact-form-container h2,
    .contact-info h2 {
        font-size: 2rem
    }
}

@media (max-width:767.98px) {
    .hero-section {
        min-height: 400px
    }

    .hero-content {
        left: 0 !important;
        right: 0 !important;
        text-align: center
    }

    .contact-form-container,
    .contact-info {
        padding: 1.5rem
    }

    .info-item {
        padding: 1rem
    }

    .info-item i {
        font-size: 1.5rem;
        margin-right: 1rem
    }

    .form-control {
        padding: .7rem 1rem
    }
}

.contact-form.submitting {
    opacity: .7;
    pointer-events: none
}

.contact-form .hero-section .btn-primary.submitting {
    position: relative;
    padding-right: 3rem
}

.contact-form .hero-section .btn-primary.submitting::after {
    content: '...';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    animation: dots 1.5s infinite;
    letter-spacing: 2px;
    width: 1rem
}

@keyframes dots {

    0%,
    20% {
        content: '.'
    }

    40%,
    60% {
        content: '..'
    }

    100%,
    80% {
        content: '...'
    }
}

@keyframes rotate {
    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

@media (max-width:991.98px) {
    .about-image img {
        margin-top: 25px;
        width: 80%;
        text-align: center
    }

    .counter-number-wrapper {
        font-size: 2.5rem
    }

    .counter-title {
        font-size: .9rem
    }
}

@media (max-width:767.98px) {
    .stats-grid {
        gap: 1rem
    }

    .stat-item {
        padding: 1rem
    }

    .counter-number-wrapper {
        font-size: 2rem
    }

    .counter-title {
        font-size: .8rem;
        line-height: 2
    }
}

.stat-item:nth-child(1) {
    animation-delay: .2s
}

.stat-item:nth-child(2) {
    animation-delay: .4s
}

.stat-item:nth-child(3) {
    animation-delay: .6s
}

.stat-item:nth-child(4) {
    animation-delay: .8s
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.success-message {
    background: #28a745;
    color: var(--cream-primary);
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: none;
    animation: fadeIn .3s ease
}

@media (max-width:991.98px) {
    .about-image {
        margin-bottom: 2rem;
        text-align: center
    }

    .about-content {
        padding: 0
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }

    .stat-number {
        font-size: 2rem
    }

    .stat-number span {
        font-size: 1.5rem
    }
}

@media (max-width:767.98px) {
    .section-header h2 {
        font-size: 2rem
    }

    .about-section {
        padding: 2rem 0
    }

    .about-text {
        font-size: 1rem;
        line-height: 1.6
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }

    .stat-item {
        padding: 1rem
    }
}

/* Mission & Vision Cards */
.mission-vision-wrapper {
    margin-top: 2rem;
}

.mission-vision-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.98) 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.mission-vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--emerald-primary) 0%, var(--gold-primary) 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mission-vision-card:hover::before {
    transform: scaleY(1);
}

.mission-vision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.12);
}

.mission-vision-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--emerald-primary) 0%, var(--emerald-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.mission-card .mission-vision-card__icon {
    background: linear-gradient(135deg, var(--emerald-primary) 0%, var(--emerald-dark) 100%);
}

.vision-card .mission-vision-card__icon {
    background: linear-gradient(135deg, var(--gold-primary) 0%, #d4a017 100%);
}

.mission-vision-card__icon i {
    font-size: 2rem;
    color: var(--cream-primary);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mission-vision-card:hover .mission-vision-card__icon {
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.mission-vision-card:hover .mission-vision-card__icon i {
    transform: scale(1.1);
}

.mission-vision-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}

.mission-vision-card:hover .mission-vision-card__title {
    color: var(--emerald-primary);
}

.mission-vision-card__description {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    font-weight: 400;
    text-align: justify;
}

@media (max-width: 991.98px) {
    .mission-vision-card {
        padding: 2rem;
    }

    .mission-vision-card__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 1.25rem;
    }

    .mission-vision-card__icon i {
        font-size: 1.75rem;
    }

    .mission-vision-card__title {
        font-size: 1.35rem;
    }

    .mission-vision-card__description {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

@media (max-width: 767.98px) {
    .mission-vision-wrapper {
        margin-top: 1.5rem;
    }

    .mission-vision-card {
        padding: 1.75rem;
        margin-bottom: 1rem;
    }

    .mission-vision-card__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 1rem;
    }

    .mission-vision-card__icon i {
        font-size: 1.5rem;
    }

    .mission-vision-card__title {
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }

    .mission-vision-card__description {
        font-size: 0.9rem;
        line-height: 1.65;
        text-align: left;
    }

    [dir="rtl"] .mission-vision-card__description {
        text-align: right;
    }
}

[dir="rtl"] .mission-vision-card::before {
    left: auto;
    right: 0;
}

.mission-vision-card__description {
    text-align: justify;
}

[dir="rtl"] .mission-vision-card__description {
    text-align: justify;
    direction: rtl;
}