html {
    scroll-behavior: smooth;
}

#about__section {
    scroll-margin-top: 3em;
}

.banner__text {
    position: absolute;
    left: 50%;
    top: 150px;
    z-index: -1;
    text-align: center;
    transform: translateX(-50%);
    opacity: 0;
    animation: fadeInMoveUp 3s forwards;
    -webkit-animation: fadeInMoveUp 3s forwards;
    animation-delay: 6s;
}

.ornKnowledge__wrapper {
    display: flex;
    height: 450px;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(243 112 33);
    text-align: center;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
}

.case__section .ornKnowledge__wrapper {
    background: rgb(243 112 33);
}

.ornknowledge__slider .slider__wrapper::before,
.news__slider .owl-item.active.center .slider__wrapper > a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio__image__container {
    display: flex;
    gap: 20px;
}

.img-columns {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.creative_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust gap as needed */
}

.creative_item {
    flex: 1 1 calc(33.333% - 10px); /* Three columns layout with gap adjustment */
    box-sizing: border-box;
}

.creative_item a img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* Main CSS */
.creative-grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.creative-grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.creative-grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}
.creative-grid-wrapper .wide {
    grid-column: span 2;
}
.creative-grid-wrapper .tall {
    grid-row: span 2;
}
.creative-grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.highlight {
    color: #f37021;
}

.caseListing > div {
    text-align: left;
    padding-left: 10rem;
}

.home .site-header {
    display: none;
}

.home .site-header.fixed {
    display: block;
}

.home .site-header.fixed .logo img {
    display: block;
}

.logo img {
    max-width: 170px;
}

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

.starting__anim2 {
    /* height: 100%; */
    height: 100vh;
}
.section {
    padding: 75px 0;
}

.awards__agency {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#awards__modal > div > a > img {
    margin: auto;
    margin-bottom: 12px;
}
.starting__anim > img,
.starting__anim {
    /* height: 100%; */
    height: 100vh;
}

.banner-section-bg img {
    height: 100vh;
}

.starting__anim2 img.left__anim__gif {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 275px;
    height: 275px;
    object-fit: contain;
}

.starting__anim2 img.right__anim__gif {
    position: absolute;
    right: 30px;
    top: -20px;
    width: 300px;
    height: 275px;
    object-fit: contain;
}

.toBottom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    animation: upAndDown 2s infinite alternate ease-in-out;
}

.backBtn {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 999;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    cursor: pointer;
}

.backBtn.btn span {
    padding: 18px 11px;
    font-size: 12px;
}

@keyframes upAndDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}
.site-header.fixed.animated {
    box-shadow: 0 0 5px #00000045;
}

@keyframes fadeInMoveUp {
    0% {
        top: 300px;
        opacity: 0;
    }

    100% {
        top: 30px;
        opacity: 1;
    }
}

.anim__outline {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.starting__anim2 .anim__outline {
    top: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.case__slider .items > a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.case__slider .items > a img:hover {
    transform: scale(0.95);
    background: #f37021;
    opacity: 0.5;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.heading-wrap h2 {
    font-family: "NeueHaasMedium";
    font-size: 50px;
    font-weight: 400;
}

.philosophy__section {
    position: relative;
}

.philosophy__icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.philosophy__icon svg {
    width: 350px;
}

.philosophy__section .philosophy__text {
    padding: 0;
    margin-top: 0;
}

.philosophy__section .philosophy__content {
    margin-top: 0;
    padding: 0;
}

.philosophyListing1 {
    text-align: center;
}

.philosophyListing1 > div {
    display: inline-block;
    font-size: 22px;
    background-color: #f37021;
    color: white;
    padding: 8px;
}

.site-footer {
    margin-top: 50px;
    padding: 50px 0;
    background: #323232;
}

.quick__links h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 17px;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 20px;
}

.quick__links h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 40px;
    height: 2px;
}

.quick__links ul li {
    margin-bottom: 15px;
}

.quick__links > ul > li > a {
    font-size: 16px;
    color: #ffffffd9;
    position: relative;
    padding-bottom: 10px;
}

.quick__links ul li a:hover {
    color: #fff;
}

.quick__links > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

.quick__links ul li a:hover::before {
    width: 100%;
}

.footer-bottom {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #eee6;
}

.footer-bottom p {
    color: #fff;
    text-align: center;
}

.caseListing > div:hover a {
    --tw-text-opacity: 1;
    color: black;
}

.services__section {
    height: 100%;
    padding-bottom: 150px;
}

.counter-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 75px;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 112 33 / var(--tw-bg-opacity));
    color: white;
    text-align: center;
    font-size: 35px;
    line-height: 75px;
}

.ornKnowledge__wrapper h2 {
    margin-bottom: 1rem;
    font-family: "NeueHaasMedium";
    font-size: 35px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.creative-grid-wrapper > div {
    cursor: pointer;
}

.media__coverages > a {
    height: 300px;
    width: 100%;
    display: block;
}
.media__coverages > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio__img__video {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social__icons > a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    line-height: 40px;
    text-align: center;
    color: #111;
    margin-right: 5px;
    border-radius: 50px;
    margin-bottom: 5px;
}

.social__icons span {
    margin-left: 5px;
}

.site-footer {
    position: relative;
}
.site-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/everest_footer_min.jpg");
    background-size: 100%;
    background-attachment: fixed;
    /* background-size: cover; */
    object-fit: cover;
    bottom: 0;
}
.site-footer > div {
    position: relative;
    z-index: 995;
}

.site-footer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.85;
}

.contact__map {
    position: relative;
}

.contact__map::after {
    content: "";
    width: 150px;
    height: 350px;
    position: absolute;
    right: 0px;
    top: -50px;
    background: #f37021;
    z-index: -1;
}

.contact__map iframe {
    width: 90%;
    height: 538px;
}

.footer-details > div,
.contact-details > div {
    position: relative;
    display: block;
    padding: 0 0 0 57px;
    font-size: 17px;
    color: #fff;
}

.footer-details > div img,
.contact-details > div img {
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-details > div span {
    color: #f37021;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
}

.footer-details > div small {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #333;
}

.main-navigation > ul > li > a {
    font-size: 1rem !important;
}

.main-navigation > ul > li:not(:last-child) {
    margin-right: 1.7rem !important;
}

.burger__menu {
    display: none;
    position: relative;
    cursor: pointer;
    /* width: 70px;
    height: 70px;
    background: linear-gradient(
        to left,
        #111,
        var(--brand-color-second)
    );
    text-align: center;
    line-height: 47px;
    border-radius: 100%; */
}

.burger__menu .bars:after,
.burger__menu .bars:before {
    background-color: #111;
    position: absolute;
    content: "";
    display: inline-block;
    height: 3px;
    transition: all ease 0.5s;
    outline: 1px solid transparent;
    right: 0;
    width: 30px;
}

.burger__menu .bars::after {
    top: 10px;
    width: 35px;
}

.burger__menu .bars:before {
    top: -10px;
}

.burger__menu .bars {
    background-color: #111;
    display: inline-block;
    width: 26px;
    height: 3px;
    position: relative;
    top: -10px;
    vertical-align: bottom;
    border-radius: 50px;
}

.burger__menu:hover .bars::before,
.burger__menu:hover .bars::after {
    width: 25px;
}

.uk-offcanvas-bar {
    background: #fff;
    padding: 0;
    width: 100%;
}

.uk-offcanvas-close svg {
    color: #111;
}
.offcanvas__header {
    background: #eee;
    padding: 30px;
    text-align: center;
}

.offcanvas__nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.offcanvas__nav ul > li {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
}

.offcanvas__nav ul > li > a {
    color: #111;
    font-weight: bold;
    font-size: 16px;
    font-family: "NeueHaasMedium";
    font-weight: 400;
}

.offcanvas__nav ul > li > a:hover {
    color: #f37021;
}

.offcanvas__nav ul > li.active > a {
    color: #f37021;
}

@media (max-width: 1280px) {
    .team__section .grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media (max-width: 959px) {

    .owl-nav{
        position: static;
        margin-bottom: 30px;
    }

    .owl-nav button{
        position: static;
    }

    .orn__container{
        padding: 0;
    }
    .team__section .grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .burger__menu {
        display: block;
    }
    .services__items::before {
        background-size: 160px;
        display: none;
    }

    .site-footer::before {
        background-size: cover;
    }

    .about__content h2 {
        margin-top: 20px;
        font-size: 35px;
        text-align: right;
        line-height: 45px;
    }
    .team__wrap h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .team__wrap span {
        font-size: 14px;
    }

    .team__wrap > a {
        height: 150px;
    }

    .advisory__team .team__title {
        left: 60px;
    }

    .core__team .team__title {
        left: 0;
    }

    .services__items h4 {
        font-size: 15px;
    }

    .philosophyListing1 > div {
        margin-bottom: 15px !important;
    }

    .philosophyListing1 {
        padding: 0 15px;
    }

    .services__heading h2 span,
    .services__heading h3 span {
        font-size: 50px;
    }
    .site-header.fixed.animated {
        padding: 15px 0;
    }
    .services__heading h2,
    .services__heading h3 {
        font-size: 40px;
        line-height: 45px;
    }

    .offcanvas__header img {
        width: 200px;
    }

    .offcanvas__header {
        text-align: center;
    }

    .site-header .container {
        padding: 0 15px;
    }

    .philosophy__section .philosophy__content {
        margin-bottom: 67px;
    }

    .services__section {
        padding-bottom: 50px;
    }

    .ornKnowledge__wrapper {
        margin-bottom: 30px;
    }

    .section {
        padding: 50px 0;
    }

    .news__section.section,
    .about__section.section,
    .team__contents.section,
    .portfolio__section.section,
    .award__section--new.section {
        padding: 75px 0;
    }
}

@media (max-width: 950px) {

    .services__items > div {
        height: 300px !important;
    }
}

@media (max-width: 768px) {

    .services__items > div {
        height: 300px !important;
    }

    .owl-nav{
        margin-bottom: 10px;
    }
    .owl-nav .prev-slide, .owl-nav .next-slide {
        width: 28px;
        height: 28px;
        background-size: 14px;
    }
    .about__content {
        text-align: left;
    }
    .about__content h2 {
        text-align: left;
    }

    .about__content h2 br {
        display: none;
    }
    .team__section .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    /* .portfolio__videos p {
        text-align: left;
        width: 100%;
    }

    .counter span {
        font-size: 20px;
    } */

    .client-tag,
    .portfolio__videos .heading-wrap h2,
    .global__coverage .heading-wrap h2 {
        font-size: 25px;
        word-break: break-all;
        text-align: center;
        margin-bottom: 10px;
    }

    .services__items::before {
        display: none;
    }
    .creative-grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }

    .ornKnowledge__section > div > div > div {
        padding: 0;
    }
    .services__items h4 {
        font-size: 30px;
    }

    .ornknowledge__slider .slider__wrapper > a {
        height: auto;
    }

    .services__items > div {
        height: 450px;
    }
    .case__section .ornKnowledge__wrapper {
        align-items: flex-end;
        padding-bottom: 20px;
        height: 450px;
    }

    .caseListing {
        display: flex;
        flex-direction: column;
    }

    .caseListing > div {
        font-size: 40px;
        padding-left: 0;
        text-align: center;
    }

    .case__study__title {
        font-size: 120px;
        order: -1;
    }

    .core__team .team__title {
        font-size: 45px;
    }
    .team__title span {
        font-size: 50px;
        margin-left: 10px;
    }

    .awards__section--cabinet .awards__content h2 {
        font-size: 22px;
        margin-top: 40px;
        width: 100%;
    }

    .awards__section--cabinet {
        padding-top: 120px;
    }

    .logo img {
        padding: 0;
    }

    .advisory__team > div.grid > div:nth-last-child(1),
    .advisory__team > div.grid > div:nth-last-child(2),
    .advisory__team > div.grid > div:nth-last-child(3) {
        margin: 0;
    }

    .footer-bottom {
        justify-content: center;
    }

    .awards__new--content .awards__content-2 p {
        font-size: 40px;
        line-height: 45px;
    }
    .awards__new--content .awards__content-2 p span {
        font-size: 40px;
    }

    .site-footer::before {
        background-size: cover;
    }

    .core__team .team__title {
        position: static;
        margin-bottom: 30px;
    }
    .team__wrap {
        margin-bottom: 45px;
    }
    .team__wrap:nth-child(n) {
        order: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .team__wrap > a,
    .team__slider a {
        height: 100% !important;
    }
    .about__img img {
        width: 100%;
    }

    .services__heading {
        margin-bottom: 30px;
    }

    .heading-wrap {
        margin-bottom: 30px;
    }

    .services__wrapper > div:last-child {
        padding-top: 30px;
    }

    .home .site-header.fixed {
        padding: 15px 0;
    }

    .philosophy__section > div > div {
        margin: 0;
    }

    .philosophy__text {
        font-size: 40px;
    }

    .philosophy__text,
    .philosophy__content {
        width: 100%;
    }

    .banner__text {
        width: 330px;
        transform: translate(-50%, 80%);
        -webkit-transform: translate(-50%, 80%);
        -moz-transform: translate(-50%, 80%);
        -ms-transform: translate(-50%, 80%);
        -o-transform: translate(-50%, 80%);
    }

    .team__contents {
        text-align: justify;
        padding-left: 0;
        /* padding-top: 20px; */
    }

    .counter-icon {
        left: 20px;
    }

    .heading-wrap h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .anim__outline,
    .starting__anim2 .anim__outline {
        top: 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }

    .about__section .heading-wrap h2 {
        font-size: 50px;
    }

    .philosophy__text span {
        font-size: 36px;
    }

    .philisophy__content_new {
        margin-bottom: 12px;
    }

    .owl-nav {
        position: static;
        height: auto;
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        position: static;
    }

    .portfolio__videos p {
        text-align: center;
        width: 100%;
        font-family: "NeueHaasXThin";
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.team__contents p {
    text-align: justify;
}

.case__slider .items > a {
    display: block;
}

.team__contents ul {
    text-align: left;
}

.team__contents .person__name h2 {
    margin-bottom: 0px;
    text-align: left;
    font-family: "NeueHaasMedium";
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    --tw-text-opacity: 1;
    color: rgb(243 112 33 / var(--tw-text-opacity));
}

.team__contents .person__post h4 {
    text-align: left;
    font-family: "NeueHaasMedium";
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    --tw-text-opacity: 1;
    color: rgb(50 50 50 / var(--tw-text-opacity));
}

.site-header {
    z-index: 999;
}

.the-content p {
    text-align: justify;
}

.application__form span {
    margin-bottom: 1.25rem;
    display: block;
    font-family: "NeueHaasMedium";
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.application__form h2 {
    margin-bottom: 2.5rem;
    font-size: 40px;
    text-transform: uppercase;
}

.application__form form label {
    display: block;
    grid-column: span 6;
}

.application__form form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.application__form form input,
.application__form form textarea {
    width: 100%;
    background-color: transparent;
    padding: 0.5rem;
    font-size: 15px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.application__form form input::-moz-placeholder,
.application__form form textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity));
}

.application__form form input::placeholder,
.application__form form textarea::placeholder {
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity));
}

.application__form form input,
.application__form form textarea {
    border: 1px solid #0000005e;
}

.application__form .btn {
    grid-column: span 12;
}

.application__form form label:nth-child(4) {
    grid-column: span 12;
}
.application__form form label:nth-child(5) {
    grid-column: span 12;
}
.application__form form label:nth-child(6) {
    grid-column: span 12;
}

.contact__form {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.contact__form span {
    margin-bottom: 1.25rem;
    display: block;
    font-family: "NeueHaasMedium";
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact__form h2 {
    margin-bottom: 2.5rem;
    font-size: 40px;
    text-transform: uppercase;
}

.contact__form form label {
    display: block;
    grid-column: span 6;
}

.contact__form form label:nth-child(3) {
    grid-column: span 6;
}

.contact__form form label:nth-child(4),
.contact__form form label:nth-child(5) {
    grid-column: span 12;
}

.contact__form form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.contact__form form input,
.contact__form form textarea {
    width: 100%;
    background-color: transparent;
    padding: 0.5rem;
    font-size: 15px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.contact__form form input::-moz-placeholder,
.contact__form form textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity));
}

.contact__form form input::placeholder,
.contact__form form textarea::placeholder {
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity));
}

.contact__form form input,
.contact__form form textarea {
    border: 1px solid #0000005e;
}

.btn:after {
    top: 0;
}

.team__wrap h4 {
    font-size: 1rem !important;
}

.team__wrap span {
    font-size: 15px !important;
}

/* Pagination */
/* Container styles */
.uk-pagination {
    margin: 20px 0;
}

/* Pagination item styles */
.uk-pagination li {
    display: inline-block;
    margin: 0 5px;
}

.uk-pagination li a,
.uk-pagination li span {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    color: #f37021;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    transition: all 0.3s;
}

/* Active page styles */
.uk-pagination .uk-active span {
    color: #fff;
    background-color: #f37021;
    border-color: #f37021;
}

/* Disabled page styles */
.uk-pagination .uk-disabled span,
.uk-pagination .uk-disabled a {
    color: #6c757d;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

/* Hover effects */
.uk-pagination li a:hover {
    color: white;
    background-color: #f37021;
    border-color: #f37021;
    text-decoration: none;
}

/* Accessibility styles */
.uk-pagination li a[aria-label] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Previous and next arrow styles */
.uk-pagination li a[rel="prev"],
.uk-pagination li a[rel="next"] {
    font-size: 16px;
    padding: 8px 10px;
}

/* Responsive styles */
@media (max-width: 576px) {
    .uk-pagination li {
        margin: 0 2px;
    }

    .uk-pagination li a,
    .uk-pagination li span {
        padding: 6px 8px;
        font-size: 12px;
    }
}

/* Back button styles */
.backBtn {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 999;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    cursor: pointer;
    background-color: #f37021;
    color: #fff;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.3s;
}

.news__slider .items > a {
    height: 300px !important;
}
