@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@500;600;700&display=swap');

:root {
    --yu-primary: #f59300;
    --yu-primary-dark: #df8300;
    --yu-ink: #0c0c0d;
    --yu-text: #45474f;
    --yu-soft: #fffaf1;
    --yu-soft-blue: #f7fbff;
    --yu-card: #ffffff;
    --yu-line: rgba(12, 12, 13, 0.08);
    --yu-shadow: 0 18px 48px rgba(12, 12, 13, 0.1);
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--yu-text);
    background: #fff;
    font-size: 15px;
    line-height: 1.65;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: var(--yu-ink);
}

h1 {
    font-size: clamp(32px, 3vw, 46px);
}

h2 {
    font-size: clamp(28px, 2.35vw, 38px);
}

h3 {
    font-size: clamp(22px, 1.7vw, 28px);
}

h4 {
    font-size: clamp(19px, 1.35vw, 23px);
}

h5 {
    font-size: 17px;
}

a:hover {
    color: var(--yu-primary);
}

.btn {
    border-radius: 999px;
    background: var(--yu-primary);
    border-color: var(--yu-primary);
    font-weight: 700;
    box-shadow: 0 12px 26px rgba(245, 147, 0, 0.22);
}

.btn::before,
.btn:hover::before {
    background: var(--yu-ink);
    border-radius: 999px;
}

.site-announcement {
    background: var(--yu-primary);
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
}

.modern-header .menu-area {
    background: #fff;
    border-bottom: none;
    box-shadow: none;
}

.modern-header .second-menu {
    padding: 18px 0;
}

.modern-header .logo img {
    width: min(290px, 100%);
    height: auto;
}

.modern-header .main-menu {
    margin-right: 0;
}

.modern-header .main-menu ul li {
    margin-left: 34px;
}

.modern-header .main-menu ul li:first-child {
    margin-left: 0;
}

.modern-header .main-menu ul li a {
    padding: 18px 0;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.modern-header .main-menu ul li a:hover {
    color: var(--yu-primary-dark);
}

.header-actions {
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.header-apply-btn,
.header-contact-btn,
.hero-btn-primary,
.hero-btn-secondary {
    min-width: 150px;
    padding: 15px 24px;
    border-radius: 999px;
    text-align: center;
    font-weight: 700;
}

.header-apply-btn,
.hero-btn-primary {
    background: var(--yu-primary);
    color: #fff;
}

.header-contact-btn,
.hero-btn-secondary {
    color: var(--yu-ink);
    border: 1px solid var(--yu-ink);
}

.header-apply-btn:hover,
.hero-btn-primary:hover {
    background: var(--yu-primary-dark);
    color: #fff;
}

.header-contact-btn:hover,
.hero-btn-secondary:hover {
    background: var(--yu-ink);
    color: #fff;
}

#newsmarquee {
    display: block;
    margin-left: 0 !important;
    background: #fff;
    border-top: 1px solid var(--yu-line);
    border-bottom: 1px solid var(--yu-line);
}

#newsmarquee .top-marquee-bg,
#newsmarquee marquee {
    margin: 0;
    min-height: 48px;
    height: 48px;
    border: 0;
    background: #fff;
    color: #2473a6;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 28px;
}

#newsmarquee marquee {
    padding: 10px 0;
}

#newsmarquee a {
    color: #2473a6;
    font-weight: 500;
}

.main-hero {
    position: relative;
    overflow: hidden;
    background: var(--yu-soft);
    min-height: 650px;
    display: flex;
    align-items: center;
}

.hero-copy {
    max-width: 620px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--yu-ink);
    font-weight: 600;
}

.hero-tag span {
    color: var(--yu-primary-dark);
}

.hero-copy h1 {
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-bottom: 18px;
}

.hero-copy h1 span {
    color: var(--yu-primary-dark);
}

.hero-copy p {
    max-width: 600px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--yu-text);
    margin-bottom: 34px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-media {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-media img {
    position: relative;
    z-index: 2;
    width: min(520px, 100%);
    border-radius: 28px 28px 0 0;
    box-shadow: none;
}

.hero-orb {
    position: absolute;
    z-index: 1;
    left: 65px;
    bottom: 80px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--yu-primary);
}

.hero-dot-grid {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 60px;
    width: 125px;
    height: 125px;
    background-image: radial-gradient(var(--yu-primary) 2px, transparent 2px);
    background-size: 12px 12px;
}

.service-details-two {
    margin-top: 0;
    padding: 88px 0 40px;
    position: relative;
    z-index: 2;
}

.services-box07,
.courses-item,
.step-box,
.blog-deatails-box,
.services-box {
    border-radius: 24px;
    border: 1px solid var(--yu-line);
    box-shadow: 0 14px 32px rgba(12, 12, 13, 0.08);
}

.services-box07 {
    padding: 0;
    background: #fff;
}

.services-box07:hover,
.services-box07.active {
    background: var(--yu-ink);
}

.services-box07 .sr-contner {
    align-items: center;
    padding: 30px;
}

.services-box07 .sr-contner .icon {
    width: 76px;
    min-width: 76px;
    margin-right: 22px;
}

.services-box07:not(.active) .sr-contner .icon img {
    filter: brightness(0) saturate(100%);
}

.services-box07:hover .sr-contner .icon img,
.services-box07.active .sr-contner .icon img {
    filter: none;
}

.services-box07 .sr-contner .text h5,
.services-box07 .sr-contner .text p,
.services-box07 .sr-contner .text a {
    color: var(--yu-ink);
}

.services-box07:hover .sr-contner .text h5,
.services-box07:hover .sr-contner .text p,
.services-box07:hover .sr-contner .text a,
.services-box07.active .sr-contner .text h5,
.services-box07.active .sr-contner .text p,
.services-box07.active .sr-contner .text a {
    color: #fff;
}

.about-title h2,
.section-title h2 {
    font-size: clamp(28px, 2.35vw, 38px);
    line-height: 1.2;
}

.about-title h5,
.section-title h5 {
    font-size: 14px;
    color: var(--yu-primary-dark);
}

.about-content p,
.steps-area p,
.search-area p,
.cta-title p {
    font-size: 16px;
    line-height: 1.7;
}

.about-content2 h3,
.step-box h3,
.courses-content h3,
.courses-content h4 {
    font-size: 22px;
    line-height: 1.3;
}

.courses-content p,
.step-box .text p {
    font-size: 15px;
    line-height: 1.65;
}

.courses-content .cat,
.courses-item .icon,
.step-box .date-box,
.about-content2 ul li .ano span,
.contact-form .btn,
.slider-btn .btn,
#scrollUp {
    background: var(--yu-primary);
    border-color: var(--yu-primary);
}

.courses-content a.readmore,
.blog-content h4:hover a,
.footer-link ul li a:hover,
.recent-blog-footer span {
    color: var(--yu-primary-dark);
}

.class-active .slick-arrow,
.home-blog-active .slick-arrow,
.testimonial-active .slick-arrow {
    background: var(--yu-primary);
    border-color: var(--yu-primary);
}

.cta-title.video-title h2,
.cta-title h2 {
    font-size: clamp(30px, 2.6vw, 42px);
    line-height: 1.2;
}

.breadcrumb-title h2 {
    font-size: clamp(34px, 3vw, 46px);
}

.single-testimonial p {
    font-size: 16px;
}

.f-widget-title h2 {
    font-size: 22px;
}

.about-area[style*="#eff7ff"] {
    background: #fff !important;
}

.s-about-img img,
.step-img img {
    border-radius: 28px;
}

.about-text.second-about {
    border-radius: 22px;
    background: var(--yu-primary);
}

.courses {
    background: #fff;
}

.trust-section {
    background: var(--yu-soft);
    padding: 96px 0;
    text-align: center;
}

.trust-heading h2 {
    font-size: clamp(26px, 2.2vw, 34px);
    font-weight: 600;
    margin-bottom: 8px;
}

.trust-heading h2 span {
    color: var(--yu-primary-dark);
}

.trust-heading p {
    margin-bottom: 42px;
    font-size: 16px;
}

.trust-heading-secondary {
    margin-top: 72px;
}

.trust-logo-grid {
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 32px;
}

.industry-logos {
    grid-template-columns: repeat(7, minmax(90px, 1fr));
}

.accreditation-logos {
    grid-template-columns: repeat(8, minmax(80px, 1fr));
}

.trust-logo-grid div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
}

.trust-logo-grid img {
    max-height: 68px;
    width: auto;
    object-fit: contain;
}

.section-title h2 {
    font-size: clamp(28px, 3vw, 40px);
    letter-spacing: -0.02em;
}

.courses-item {
    overflow: hidden;
    background: #fff;
}

.courses-item .thumb img {
    height: 230px;
    object-fit: cover;
}

.courses-content {
    background: #fff;
}

.courses-item .icon {
    background: var(--yu-primary);
}

.steps-area {
    background: var(--yu-soft) !important;
    padding: 88px 0;
    overflow: hidden;
}

.step-box {
    background: #fff;
    border-color: var(--yu-line);
    padding: 18px 20px;
    border-radius: 999px;
}

.step-box h3,
.steps-area .section-title h2 {
    color: var(--yu-ink);
}

.steps-area p,
.step-box p {
    color: var(--yu-text);
}

.step-box .date-box {
    background: rgba(245, 147, 0, 0.14);
    width: 58px;
    height: 58px;
    line-height: 58px;
}

.step-box .date-box img {
    filter: brightness(0) saturate(100%);
    max-width: 28px;
}

.steps-area .row {
    align-items: center;
}

.steps-area .step-img {
    max-width: 760px;
    margin-left: auto;
}

.steps-area .step-img img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 28px;
}

.why-choose-area {
    background:
        radial-gradient(circle at 12% 15%, rgba(245, 147, 0, 0.1), transparent 28%),
        linear-gradient(180deg, #fffaf1 0%, #fff6e8 100%) !important;
    padding: clamp(64px, 7vw, 104px) 0;
}

.why-choose-area .animations-10 {
    opacity: 0.16;
}

.why-choose-area .section-title {
    max-width: 560px;
}

.why-choose-area .section-title h2 {
    margin-bottom: 14px;
}

.why-choose-area .section-title p {
    color: #5a6470;
    font-size: 17px;
    line-height: 1.75;
    margin-top: 0;
}

.why-choose-area ul.pr-20 {
    display: grid;
    gap: 18px;
    margin: 0;
    padding-right: 18px !important;
}

.why-choose-area li {
    margin-bottom: 0;
}

.why-choose-area .step-box {
    align-items: flex-start;
    gap: 18px;
    min-height: 0;
    padding: 22px 24px;
    border: 1px solid rgba(245, 147, 0, 0.16);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(12, 12, 13, 0.07);
}

.why-choose-area .step-box .dnumber {
    flex: 0 0 auto;
}

.why-choose-area .step-box .date-box {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-right: 0;
    line-height: 1;
    background: #fff3dc;
    border: 1px solid rgba(245, 147, 0, 0.18);
}

.why-choose-area .step-box .date-box img {
    max-width: 27px;
}

.why-choose-area .step-box .text {
    min-width: 0;
}

.why-choose-area .step-box h3 {
    font-size: clamp(20px, 1.45vw, 24px);
    line-height: 1.25;
    margin-bottom: 9px;
}

.why-choose-area .step-box .text p {
    color: #667784;
    font-size: 15.5px;
    line-height: 1.68;
}

.why-choose-area .step-img {
    max-width: 620px;
    margin: 0 0 0 auto;
    padding: 0;
    background: transparent;
}

.why-choose-area .step-img img {
    display: block;
    margin-top: 0;
    aspect-ratio: 5 / 4;
    max-height: none;
    box-shadow: 0 22px 52px rgba(12, 12, 13, 0.12);
}

@media (max-width: 991px) {
    .why-choose-area {
        padding: 64px 0;
    }

    .why-choose-area .section-title {
        text-align: left;
        margin-bottom: 28px;
    }

    .why-choose-area ul.pr-20 {
        padding-right: 0 !important;
    }

    .why-choose-area .step-img {
        max-width: 100%;
        margin-top: 36px;
    }
}

@media (max-width: 575px) {
    .why-choose-area {
        padding: 48px 0;
    }

    .why-choose-area .section-title {
        margin-bottom: 22px;
    }

    .why-choose-area .section-title h2 {
        font-size: 28px;
    }

    .why-choose-area .section-title p {
        font-size: 15px;
        line-height: 1.65;
    }

    .why-choose-area ul.pr-20 {
        gap: 14px;
    }

    .why-choose-area .step-box {
        gap: 14px;
        padding: 18px;
        border-radius: 16px;
    }

    .why-choose-area .step-box .date-box {
        width: 46px;
        height: 46px;
    }

    .why-choose-area .step-box .date-box img {
        max-width: 22px;
    }

    .why-choose-area .step-box h3 {
        font-size: 19px;
        margin-bottom: 7px;
    }

    .why-choose-area .step-box .text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .why-choose-area .step-img {
        margin-top: 28px;
    }

    .why-choose-area .step-img img {
        border-radius: 18px;
    }
}

.cta-area.cta-bg {
    background-image: none !important;
    background: var(--yu-soft) !important;
}

.cta-area.cta-bg.pt-160 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.cta-area .container {
    position: relative;
}

.cta-title h2,
.cta-title p {
    color: var(--yu-ink);
}

.faq-area {
    background: #fff;
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.faq-area .card {
    border: 1px solid var(--yu-line);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 10px 24px rgba(12, 12, 13, 0.05);
}

.faq-area .card-header {
    background: #fff;
}

.faq-area .faq-btn {
    color: var(--yu-ink);
    font-weight: 600;
}

.contact-bg02 {
    border-radius: 28px;
    background: var(--yu-soft);
    box-shadow: none;
    padding: 34px;
}

.contact-bg02 .section-title h2 {
    color: var(--yu-ink);
}

.contact-field input,
.contact-field textarea {
    border-color: var(--yu-line);
    background: #fff;
}

.cta-area.cta-bg.pt-160 {
    background: var(--yu-ink) !important;
}

.cta-area.cta-bg.pt-160 .cta-title h2,
.cta-area.cta-bg.pt-160 .cta-title p {
    color: #fff;
}

.cta-area.cta-bg.yenepoya-different-area.pt-160 {
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(12, 12, 13, 0.88) 0%, rgba(12, 12, 13, 0.62) 48%, rgba(12, 12, 13, 0.32) 100%), url("../presentation/198.jpg") center / cover no-repeat !important;
    padding-top: clamp(82px, 9vw, 132px) !important;
    padding-bottom: clamp(82px, 9vw, 132px) !important;
}

.yenepoya-different-area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(245, 147, 0, 0.16), transparent 34%),
        radial-gradient(circle at 78% 30%, rgba(245, 147, 0, 0.28), transparent 28%);
    pointer-events: none;
}

.yenepoya-different-area .row {
    min-height: 360px;
}

.yenepoya-different-area .section-title {
    max-width: 680px;
}

.yenepoya-different-area .cta-title.video-title h2 {
    color: #fff;
    font-size: clamp(36px, 4.4vw, 64px);
    line-height: 1.05;
    margin-bottom: 20px;
}

.yenepoya-different-area .cta-title.video-title h2 span {
    color: #ffb84a;
    text-decoration: none;
}

.yenepoya-different-area .cta-title p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.75;
    margin-top: 0;
}

.yenepoya-different-area .s-video-content {
    display: flex;
    justify-content: center;
}

.yenepoya-different-area .s-video-content a {
    display: grid;
    place-items: center;
    width: 126px;
    height: 126px;
    margin-bottom: 0 !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, background 0.25s ease;
}

.yenepoya-different-area .s-video-content a:hover {
    transform: translateY(-4px) scale(1.03);
    background: #fff;
}

.yenepoya-different-area .s-video-content img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .cta-area.cta-bg.yenepoya-different-area.pt-160 {
        background: linear-gradient(180deg, rgba(12, 12, 13, 0.88) 0%, rgba(12, 12, 13, 0.58) 100%), url("../presentation/198.jpg") center top / cover no-repeat !important;
    }

    .yenepoya-different-area .row {
        min-height: 420px;
        text-align: left;
    }

    .yenepoya-different-area .s-video-content {
        justify-content: flex-start;
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    .cta-area.cta-bg.yenepoya-different-area.pt-160 {
        padding-top: 62px !important;
        padding-bottom: 66px !important;
    }

    .yenepoya-different-area .row {
        min-height: 390px;
    }

    .yenepoya-different-area .cta-title.video-title h2 {
        font-size: 34px;
    }

    .yenepoya-different-area .cta-title p {
        font-size: 15px;
        line-height: 1.65;
    }

    .yenepoya-different-area .s-video-content a {
        width: 92px;
        height: 92px;
    }

    .yenepoya-different-area .s-video-content img {
        width: 58px;
        height: 58px;
    }
}

.search-area {
    background-image: none !important;
    background: var(--yu-soft) !important;
}

.search-area h2 {
    color: var(--yu-ink);
}

.search-area p {
    color: var(--yu-text);
}

.news-events-area {
    background:
        linear-gradient(180deg, #ffffff 0%, #fffaf1 100%) !important;
    padding-top: clamp(70px, 8vw, 110px) !important;
    padding-bottom: clamp(72px, 8vw, 112px) !important;
    overflow: hidden;
}

.news-events-area .animations-01 {
    display: none;
}

.news-events-area .section-title {
    max-width: 760px;
    margin-bottom: 36px !important;
}

.news-events-area .section-title h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--yu-primary-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.news-events-area .section-title h2 {
    font-size: clamp(32px, 3vw, 44px);
    letter-spacing: 0;
}

.news-events-area .news-events-slider {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
}

.news-events-area .slick-list {
    overflow: hidden;
    margin: 0 -12px;
}

.news-events-area .slick-track {
    display: flex;
}

.news-events-area .slick-slide {
    max-width: none;
    flex: 0 0 auto;
    height: auto;
    padding: 0;
}

.news-events-area .slick-slide > div,
.news-events-area .news-event-slide {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0;
}

.news-events-area .news-event-card {
    position: relative;
    display: flex;
    flex-direction: column;
    float: none;
    height: calc(100% - 20px);
    min-height: 390px;
    margin: 0 12px 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(12, 12, 13, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(12, 12, 13, 0.07);
}

.news-events-area .news-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 52px rgba(12, 12, 13, 0.12);
}

.news-events-area .news-event-thumb {
    aspect-ratio: 16 / 9;
    border-radius: 0;
    background: #f5f6f8;
    overflow: hidden;
}

.news-events-area .news-event-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-events-area .news-event-card:hover .news-event-thumb img {
    transform: scale(1.035);
}

.news-events-area .news-event-content {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    float: none;
    height: auto !important;
    min-height: 0;
    padding: 28px 28px 24px;
    background: #fff !important;
}

.news-events-area .news-event-date {
    position: absolute;
    top: -21px;
    right: 26px;
    padding: 8px 13px;
    border-radius: 7px;
    background: var(--yu-primary);
    box-shadow: 0 10px 22px rgba(245, 147, 0, 0.28);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.news-events-area .news-event-content h3 {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.35;
    min-height: 56px;
}

.news-events-area .news-event-content h3 a {
    color: var(--yu-ink);
}

.news-events-area .news-event-content p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 24px;
    color: #626b76;
    font-size: 15px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-events-area .news-event-content p:empty {
    display: none;
}

.news-events-area .news-event-content a.readmore {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: var(--yu-primary-dark);
    font-size: 14px;
    font-weight: 800;
}

.news-events-area .news-events-slider .slick-arrow {
    position: absolute;
    top: -92px;
    left: auto;
    right: 92px;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: var(--yu-ink);
    border: 1px solid rgba(12, 12, 13, 0.1);
    box-shadow: 0 12px 30px rgba(12, 12, 13, 0.09);
    font-size: 20px;
    line-height: 1;
}

.news-events-area .news-events-slider .slick-next {
    right: 28px;
    left: auto;
}

.news-events-area .news-events-slider .slick-prev {
    right: 92px;
    left: auto;
}

.news-events-area .news-events-slider .slick-arrow:hover {
    background: var(--yu-primary);
    border-color: var(--yu-primary);
    color: #fff;
}

.news-events-area .slick-dots {
    margin-top: 16px;
    text-align: center;
}

.news-events-area .slick-dots li {
    display: inline-flex;
    margin: 0 4px;
}

.news-events-area .slick-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(12, 12, 13, 0.22);
    text-indent: -9999px;
}

.news-events-area .slick-dots .slick-active button {
    width: 26px;
    background: var(--yu-primary);
}

@media (max-width: 991px) {
    .news-events-area .section-title {
        padding-right: 130px;
    }

    .news-events-area .news-events-slider .slick-arrow {
        top: -84px;
    }
}

@media (max-width: 575px) {
    .news-events-area {
        padding-top: 56px !important;
        padding-bottom: 64px !important;
    }

    .news-events-area .section-title {
        padding-right: 0;
        margin-bottom: 24px !important;
    }

    .news-events-area .news-events-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .news-events-area .slick-list {
        margin: 0 -8px;
    }

    .news-events-area .news-event-card {
        min-height: 0;
        margin-right: 8px;
        margin-left: 8px;
        border-radius: 15px;
    }

    .news-events-area .news-event-content {
        padding: 26px 22px 24px;
    }

    .news-events-area .news-event-content h3 {
        font-size: 19px;
    }

    .news-events-area .news-events-slider .slick-arrow {
        position: static;
        display: inline-grid !important;
        transform: none;
        margin: 8px 5px 0;
        width: 44px;
        height: 44px;
    }
}

.about-area[style*="testimonial-bg"] {
    background-image: none !important;
    background: #fff !important;
}

.newslater-area {
    background: var(--yu-primary) !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

.newslater-area h2,
.newslater-area p {
    color: #fff;
}

.newslater-area .btn,
.newslater-area #contact-form4 button {
    background: #fff;
    border-color: #fff;
    color: var(--yu-ink);
}

.newslater-area .btn:hover,
.newslater-area #contact-form4 button:hover {
    background: var(--yu-soft);
    border-color: var(--yu-soft);
    color: var(--yu-ink);
}

.footer-bg {
    background-color: #fff !important;
    background-image: none !important;
    color: var(--yu-text);
}

.footer-bg .footer-top {
    padding-top: 18px;
}

.footer-bg .f-widget-title h2,
.footer-bg .f-widget-title h2::before,
.footer-link ul li::before {
    color: var(--yu-primary);
}

.footer-social a,
.f-contact i {
    background: rgba(245, 147, 0, 0.14);
    color: var(--yu-primary) !important;
}

.footer-social a:hover {
    background: var(--yu-primary);
    color: #fff !important;
}

.recent-blog-footer span {
    color: var(--yu-primary) !important;
}

.copyright-wrap {
    background: var(--yu-soft) !important;
    border-top: 1px solid var(--yu-line);
}

.copyright-wrap .container {
    padding-top: 22px;
    padding-bottom: 22px;
}

.copyright-wrap img {
    max-width: 220px;
}

.footer-widget p,
.footer-widget a,
.footer-link a,
.f-contact a,
.f-contact span,
.recent-blog-footer a,
.copyright-wrap {
    color: var(--yu-text) !important;
}

.recent-blog-footer a:hover,
.footer-link a:hover,
.f-contact a:hover {
    color: var(--yu-primary-dark) !important;
}

.float {
    right: 34px !important;
}

.breadcrumb-area {
    position: relative;
}

.breadcrumb-area::before {
    background: linear-gradient(90deg, rgba(12, 12, 13, 0.86), rgba(12, 12, 13, 0.45));
}

.footer-bg {
    background-color: var(--yu-ink) !important;
}

.footer-widget h2,
.footer-widget p,
.footer-link a,
.f-contact a,
.f-contact span,
.copyright-wrap {
    color: #fff;
}

@media (max-width: 991px) {
    .modern-header .second-menu {
        padding: 14px 0;
    }

    .main-hero {
        min-height: auto;
        padding: 56px 0 0;
    }

    .hero-media {
        min-height: auto;
        margin-top: 40px;
        justify-content: center;
    }

    .hero-orb {
        left: 10%;
    }

    .service-details-two {
        padding-top: 56px;
    }

    .industry-logos,
    .accreditation-logos {
        grid-template-columns: repeat(3, minmax(80px, 1fr));
    }
}

@media (max-width: 575px) {
    .industry-logos,
    .accreditation-logos {
        grid-template-columns: repeat(2, minmax(80px, 1fr));
    }
}
