@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

:root {
    --ut-main: #0f1c42;
    --ut-accent: #fa750f;
    --ut-border: rgba(255, 255, 255, .12);
    --ut-glass: rgba(255, 255, 255, 0.58);
    --ut-glass-2: rgba(15, 28, 66, .78);
    --ut-text: rgba(255, 255, 255, .92);
    --ut-muted: rgba(255, 255, 255, .66);
    --poppins: "Poppins", sans-serif;
    --title: "Archivo Black", sans-serif;
    --amber: #fa750f;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--poppins) !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: #fafafa;
}

a {
    text-decoration: none;
}

/* navbar glass */
.ut-navbar {
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.ut-navbar .container {
    padding-left: 12px;
    padding-right: 12px;
    padding: 1rem;
    border: 1px solid #fff;
}

.ut-navbar {
    background: transparent !important;
}

.ut-navbar .container {
    background: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .03));
    background-color: var(--ut-glass);
    border: 1px solid var(--ut-border);
    border-radius: 5px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* links */
.ut-link {
    color: var(--ut-main) !important;
    font-weight: 600;
    padding: 10px 12px !important;
    border-radius: 999px;
    font-size: .9rem;
}

.ut-link:hover {
    color: var(--ut-accent) !important;
    background: rgba(255, 255, 255, .08);
}

.navbar-nav .nav-link.active {
    color: var(--ut-main) !important;
}

/* button */
.ut-btn {
    border-radius: 14px;
    font-weight: 800;
    color: #fff;
    border: 1px solid rgba(16, 101, 252, .35);
    background: linear-gradient(135deg, var(--ut-accent), #2b7bff);
    box-shadow: 0 18px 50px rgba(16, 101, 252, .22);
}

/* toggler */
.ut-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 14px;
}

/* .ut-toggler .navbar-toggler-icon {
    filter: invert(1);
} */

/* dropdown */
.ut-dd {
    border: 1px solid rgba(255, 255, 255, .12);
    background: var(--ut-main);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
}

.ut-dd-item {
    color: rgba(255, 255, 255, .86);
    font-weight: 700;
    border-radius: 12px;
    padding: 10px 12px;
}

.ut-dd-item:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

/* mega */
.ut-mega .ut-mega-menu {
    width: min(980px, calc(100vw - 24px));
    left: 50%;
    transform: translateX(-50%);
}

.ut-mega-inner {
    border-radius: 16px;
    overflow: hidden;
}

.ut-mega-left {
    background: radial-gradient(circle at 20% 20%, rgba(16, 101, 252, .22), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border-right: 1px solid rgba(255, 255, 255, .10);
}

.ut-mega-left__box {
    padding: 22px;
}

.ut-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    border: 1px solid rgba(16, 101, 252, .35);
    background: rgba(16, 101, 252, .18);
}

.ut-mega-title {
    color: #fff;
    font-weight: 500;
}

.ut-mega-text {
    color: rgba(255, 255, 255, .68);
}

.ut-mega-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.ut-mega-cta:hover {
    opacity: .95;
}

.ut-col-title {
    color: rgba(255, 255, 255, .70);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ut-mega-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, .90);
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    margin-bottom: 10px;
}

.ut-mega-item i {
    font-size: 18px;
    color: rgba(255, 255, 255, .92);
}

.ut-mega-item:hover {
    background: rgba(255, 255, 255, .08);
}

.ut-divider {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .10);
    margin: 6px 0 10px 0;
}

.ut-pill {
    text-decoration: none;
    color: rgba(255, 255, 255, .88);
    font-weight: 800;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .04);
}

.ut-pill:hover {
    background: rgba(255, 255, 255, .08);
}

/* hover ile açılma (desktop) */
@media (min-width: 992px) {
    .ut-mega.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 10px;
    }

    .ut-mega .dropdown-menu {
        margin-top: 10px;
    }
}

/* mobile dropdown spacing */
@media (max-width: 991.98px) {
    body {
        padding-top: 86px;
    }

    .ut-navbar .container {
        border-radius: 0;
    }

    .ut-navbar {
        top: 0;
    }

    .ut-mega .ut-mega-menu {
        left: auto;
        transform: none;
        width: 100%;
    }
}

.btn-primary {
    border-radius: 5px !important;
    background-color: var(--ut-main) !important;
    border-color: #08112d13 !important;
    padding: .75rem 1.5rem;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: var(--ut-main) !important;
}

/* Desktop hover UX */
@media (min-width: 992px) {

    .nav-item.dropdown.ut-hover-dd,
    .nav-link.dropdown-toggle.ut-link {
        box-shadow: none !important;
        outline: 0 !important;
    }

    /* Menü, toggle’ın tam altına değil; hafif aşağı insin (güzel durur) */
    .ut-hover-dd>.dropdown-menu {
        margin-top: 10px;
    }

    /* Toggle ile dropdown arasında görünmez köprü: mouse geçerken kapanmasın */
    .ut-hover-dd>.dropdown-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        height: 12px;
    }

    /* Mega menü ortalanmış kalacak, sende zaten var */
    .ut-mega .dropdown-menu {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .ut-dd-open>.nav-link {
        background: rgba(255, 255, 255, .10);
        color: var(--ut-accent) !important;
    }
}

main {
    width: 100%;
    position: relative;
}

.hero-section {
    width: 100%;
    height: 100%;
    min-height: 850px;
    background-color: #0f1c42;
    background-image: url(../img/sss.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    position: relative;
}

.absolute-heroes {
    width: 100%;
    position: absolute;
    top: 12.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.hero-title {}

.hero-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: var(--poppins);
    font-weight: 700;
}

.hero-title h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}

.hero-sliders-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 5rem;
    overflow: hidden;
}

.hero-slider-row {
    position: relative;
}

.hero-splide {
    overflow: visible;
}

.hero-splide .splide__track {
    overflow: visible;
}

.hero-splide .splide__list {
    align-items: center;
}

.hero-splide .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-card {
    height: 100px;
    width: 180px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-card:hover {
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.hero-card:hover img {
    filter: brightness(0) invert(1);
}



.hero-slider-row::before {
    left: 0;
    background: linear-gradient(to right, #0e1117 0%, rgba(14, 17, 23, 0) 100%);
}

.hero-slider-row::after {
    right: 0;
    background: linear-gradient(to left, #0e1117 0%, rgba(14, 17, 23, 0) 100%);
}

@media (max-width: 1400px) {
    .hero-title h2 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 90px 0 60px;
    }

    .hero-title h2 {
        font-size: 34px;
    }

    .hero-title h3 {
        font-size: 16px;
    }

    .hero-card {
        height: 76px;
        font-size: 14px;
        border-radius: 16px;
    }
}

@media (max-width: 576px) {

    .hero-slider-row::before,
    .hero-slider-row::after {
        width: 50px;
    }
}

.down-cursor {
    position: absolute;
    bottom: 3vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.down-cursor h2 {
    color: #fff;
    font-size: .85rem;
}

.title-tmp h2 {
    color: var(--ut-main);
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
}

.products-area {
    margin-top: 4rem;
}

.about-area {
    margin-top: 4rem;
}

.title-tmp {
    text-align: center;
    max-width: 720px;
    margin: auto;
    margin-bottom: 70px;
}

.section-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 30px;
    background: var(--amber);
    margin-bottom: 16px;
    font-weight: 600;
    color: #fff;
}

.title-tmp h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 14px;
}

.title-tmp p {
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: .35s;
    height: 100%;
    border: 1px solid #0f1c4200;
}

.product-card:hover {
    border: 1px solid #0f1c421c;
}

.product-media {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.product-badge {
    position: absolute;
    bottom: 16px;
    left: 1rem;
    max-width: 340px;
    background: #ffffffcc;
    backdrop-filter: blur(6px);
    border: 1px solid #fff;
    padding: 6px 12px;
    font-size: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 4px 1px #1a1a1a0e;
    font-weight: 600;
}

.product-body {
    padding: 26px;
}

.product-body h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.product-body p {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-tags span {
    background: #f2f4f8;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 14px;
    margin-right: 6px;
}

.product-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    text-decoration: none;
    color: var(--amber);
}

#products-slider .splide__arrow {
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 4px 1px #2f2f2f1d;
    transition: all .3s ease;
}

#products-slider:hover .splide__arrow {
    opacity: 1;
    transition: all .3s ease;
}

.about-content h2 {
    color: var(--ut-main);
    font-weight: 300;
    margin-bottom: 2rem;
}

.about-content p {
    color: #000;
    font-size: .95rem;
    font-weight: 300;
}

.about-contain img {
    border-radius: 16px;
}

.testimonials-area {
    margin-top: 4rem;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(16, 101, 252, 0.22), transparent 30%),
        radial-gradient(circle at 85% 22%, rgba(16, 101, 252, 0.14), transparent 28%),
        radial-gradient(circle at 72% 82%, rgba(72, 124, 255, 0.16), transparent 34%),
        linear-gradient(145deg, #08112d 0%, #0c1635 35%, #0f1c42 100%);
}

.testimonials-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: .28;
    pointer-events: none;
}

.testimonials-area::after {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    left: -240px;
    top: -280px;
    background: radial-gradient(circle, rgba(16, 101, 252, 0.18) 0%, transparent 68%);
    filter: blur(90px);
    pointer-events: none;
}

.title-tmp.light {
    max-width: 820px;
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.title-tmp.light .section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ut-text);
    background: var(--amber);
    border: 1px solid var(--ut-border);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: var(--poppins);
}

.title-tmp.light h2 {
    margin: 0 0 14px;
    color: var(--ut-text);
    font-size: 46px;
    line-height: 1.12;
    font-family: var(--title);
    letter-spacing: .2px;
}

.title-tmp.light p {
    margin: 0;
    color: var(--ut-muted);
    font-size: 17px;
    line-height: 1.8;
    font-family: var(--poppins);
}

.testimonial-slider {
    position: relative;
    z-index: 2;
}

.testimonial-slider .splide__track {
    overflow: visible;
}

.testimonial-slider .splide__slide {
    height: auto;
}

.testimonial-card {
    position: relative;
    height: 100%;
    min-height: 320px;
    padding: 30px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .03) 100%);
    border: 1px solid var(--ut-border);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, .04);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    overflow: hidden;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(16, 101, 252, 0.22) 0%, transparent 68%);
    pointer-events: none;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    border-color: rgba(16, 101, 252, .38);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(16, 101, 252, .08) inset;
}

.quote-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    background: linear-gradient(135deg, rgba(16, 101, 252, .22), rgba(16, 101, 252, .08));
    border: 1px solid rgba(255, 255, 255, .08);
    color: #dce8ff;
    font-size: 22px;
}

.testimonial-text {
    color: var(--ut-text);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 28px;
    font-family: var(--poppins);
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--amber) 0%, var(--amber) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .4px;
    box-shadow: 0 10px 24px rgba(252, 161, 16, 0.25);
    font-family: var(--poppins);
}

.testimonial-info h4 {
    margin: 0 0 4px;
    font-size: 17px;
    line-height: 1.3;
    color: var(--ut-text);
    font-family: var(--poppins);
    font-weight: 600;
}

.testimonial-info span {
    display: block;
    color: var(--ut-muted);
    font-size: 13.5px;
    line-height: 1.6;
    font-family: var(--poppins);
}

.testimonial-slider .splide__arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    opacity: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
}

.testimonial-slider .splide__arrow svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.testimonial-slider .splide__arrow:hover {
    background: rgba(16, 101, 252, .22);
}

.testimonial-slider .splide__pagination {
    display: none;
}

@media (max-width: 1199px) {
    .title-tmp.light h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .testimonials-area {
        padding: 90px 0;
    }

    .title-tmp.light {
        margin-bottom: 40px;
    }

    .title-tmp.light h2 {
        font-size: 34px;
    }

    .title-tmp.light p {
        font-size: 15px;
    }

    .testimonial-card {
        min-height: 290px;
        padding: 24px;
        border-radius: 20px;
    }

    .testimonial-text {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .testimonials-area {
        padding: 75px 0;
    }

    .title-tmp.light h2 {
        font-size: 28px;
    }

    .quote-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 20px;
    }

    .testimonial-card {
        padding: 22px 20px;
    }

    .testimonial-avatar {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .testimonial-info h4 {
        font-size: 15px;
    }

    .testimonial-info span {
        font-size: 12.5px;
    }
}

.contact-cta-area {
    padding: 110px 0;
}

.contact-cta-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.contact-cta-box .section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: var(--amber);
    border: 1px solid rgba(15, 28, 66, 0.08);
    font-family: var(--poppins);
}

.contact-cta-box h2 {
    margin: 0 0 16px;
    font-size: 46px;
    line-height: 1.12;
    color: #111827;
    font-family: var(--title);
    letter-spacing: .2px;
}

.contact-cta-box p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.85;
    color: #5f6675;
    font-family: var(--poppins);
}

.contact-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.cta-btn {
    min-width: 180px;
    height: 54px;
    padding: 0 24px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--poppins);
    transition: all .3s ease;
}

.primary-btn {
    background: linear-gradient(135deg, var(--amber) 0%, var(--amber) 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(16, 101, 252, 0.18);
}

.primary-btn:hover {
    transform: translateY(-3px);
    color: #fff;
    background: linear-gradient(135deg, #0f1c42 0%, #fa750f 100%);
    box-shadow: 0 18px 38px rgba(16, 101, 252, 0.22);
}

.secondary-btn {
    color: #0f1c42;
    border: 1px solid rgba(15, 28, 66, 0.12);
    background: #fff;
}

.secondary-btn:hover {
    transform: translateY(-3px);
    color: #0f1c42;
    border-color: rgba(16, 101, 252, 0.25);
    box-shadow: 0 12px 30px rgba(15, 28, 66, 0.08);
}

@media (max-width: 991px) {
    .contact-cta-area {
        padding: 90px 0;
    }

    .contact-cta-box h2 {
        font-size: 34px;
    }

    .contact-cta-box p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .contact-cta-area {
        padding: 75px 0;
    }

    .contact-cta-box h2 {
        font-size: 28px;
    }

    .contact-cta-buttons {
        gap: 12px;
    }

    .cta-btn {
        width: 100%;
        min-width: 100%;
    }
}

.ut-footer {
    position: relative;
    background: #fff;
    padding: 80px 0 30px;
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 0 5px 1px #2c2c2c10;
}

.ut-footer__grid {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr 1fr;

    gap: 60px;

}

.ut-footer__logo img {

    height: 50px;

    margin-bottom: 18px;

}

.ut-footer__brand p {

    color: #6b7280;

    font-size: 15px;

    line-height: 1.8;

    max-width: 380px;

}

.ut-footer__social {

    display: flex;

    gap: 12px;

    margin-top: 20px;

}

.ut-footer__social a {

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f6f8fb;

    color: #0f1c42;

    transition: .25s;

}

.ut-footer__social a:hover {

    background: #fa750f;

    color: #fff;

    transform: translateY(-2px);

}

.ut-footer__col h4 {

    font-size: 15px;

    font-weight: 600;

    margin-bottom: 18px;

    color: #0f1c42;

}

.ut-footer__col ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.ut-footer__col li {

    margin-bottom: 10px;

    font-size: 14px;

    color: #6b7280;

}

.ut-footer__col a {

    text-decoration: none;

    color: #6b7280;

    transition: .2s;

}

.ut-footer__col a:hover {

    color: #fa750f;

}

.ut-footer__bottom {

    margin-top: 60px;

    padding-top: 20px;

    border-top: 1px solid rgba(0, 0, 0, 0.06);

    display: flex;

    justify-content: space-between;

    align-items: center;

    font-size: 14px;

    color: #6b7280;

}

.ut-footer__legal {

    display: flex;

    gap: 18px;

}

.ut-footer__legal a {

    text-decoration: none;

    color: #6b7280;

}

.ut-footer__legal a:hover {

    color: #fa750f;

}

.ut-mobile-menu {
    width: min(92vw, 420px);
    background: #ffffff;
    border-left: 1px solid rgba(15, 28, 66, 0.08);
}

.ut-mobile-menu__header {
    padding: 20px 20px 14px;
    border-bottom: 1px solid rgba(15, 28, 66, 0.08);
}

.ut-mobile-menu__brand img {
    height: 34px;
    width: auto;
}

.ut-mobile-menu__close {
    box-shadow: none !important;
    opacity: 1;
}

.ut-mobile-menu__body {
    padding: 18px 20px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ut-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ut-mobile-nav__item {
    border-bottom: 1px solid rgba(15, 28, 66, 0.06);
}

.ut-mobile-nav__link {
    width: 100%;
    min-height: 58px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-decoration: none;
    background: transparent;
    border: 0;
    color: #0f1c42;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--poppins);
    box-shadow: none;
}

.ut-mobile-nav__link:hover {
    color: #fa750f;
}

.ut-mobile-nav__toggle i {
    font-size: 20px;
    color: #7d8798;
    transition: transform .25s ease, color .25s ease;
}

.ut-mobile-nav__toggle:not(.collapsed) i {
    transform: rotate(45deg);
    color: #fa750f;
}

.ut-mobile-submenu {
    padding: 0 0 16px;
}

.ut-mobile-submenu__group+.ut-mobile-submenu__group {
    margin-top: 16px;
}

.ut-mobile-submenu__title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
    color: #97a0b3;
    margin-bottom: 10px;
    font-family: var(--poppins);
}

.ut-mobile-submenu__link {
    display: block;
    text-decoration: none;
    color: #5f6678;
    font-size: 14.5px;
    line-height: 1.7;
    padding: 8px 0;
    font-family: var(--poppins);
    transition: color .25s ease, padding-left .25s ease;
}

.ut-mobile-submenu__link:hover {
    color: #fa750f;
    padding-left: 6px;
}

.ut-mobile-menu__footer {
    margin-top: auto;
    padding-top: 20px;
}

.ut-mobile-menu__footer p {
    margin: 0 0 16px;
    color: #6c7588;
    font-size: 14px;
    line-height: 1.8;
    font-family: var(--poppins);
}

.ut-mobile-menu__cta {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f1c42 0%, #fa750f 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--poppins);
    box-shadow: 0 12px 24px rgba(16, 101, 252, 0.14);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ut-mobile-menu__cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(16, 101, 252, 0.18);
}

@media (min-width: 992px) {
    .ut-mobile-menu {
        display: none !important;
    }
}

.product-detail-hero {
    padding: 170px 0 90px;
}

.product-detail-hero__wrap {
    position: relative;
}

.product-detail__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(16, 101, 252, 0.08);
    border: 1px solid rgba(16, 101, 252, 0.12);
    color: var(--ut-main);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    margin-bottom: 16px;
    font-family: var(--poppins);
}

.product-detail__mini-title {
    display: inline-block;
    margin-bottom: 16px;
    color: #fa750f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-family: var(--poppins);
}

.product-detail-hero__content h1 {
    margin: 0 0 18px;
    color: #0f1c42;
    font-size: 56px;
    line-height: 1.04;
    font-family: var(--title);
}

.product-detail-hero__text {
    max-width: 620px;
    margin: 0;
    color: #5f6678;
    font-size: 17px;
    line-height: 1.9;
    font-family: var(--poppins);
}

.product-detail-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product-detail-btn {
    min-height: 54px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all .28s ease;
    font-family: var(--poppins);
}

.product-detail-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #0f1c42 0%, #2b7bff 100%);
    box-shadow: 0 14px 30px rgba(16, 101, 252, 0.16);
}

.product-detail-btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
}

.product-detail-btn--ghost {
    color: #0f1c42;
    border: 1px solid rgba(15, 28, 66, 0.10);
    background: #fff;
}

.product-detail-btn--ghost:hover {
    color: #fa750f;
    border-color: rgba(16, 101, 252, 0.18);
}

.product-detail-hero__visual {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(15, 28, 66, 0.08);
    box-shadow: 0 24px 50px rgba(15, 28, 66, 0.08);
    background: #fff;
}

.product-overview-section,
.product-features-section,
.product-benefits-section,
.product-specs-section,
.product-cta-section {
    padding: 90px 0;
}

.product-overview-section {
    border-top: 1px solid rgba(15, 28, 66, 0.06);
}

.product-overview-section__sticky h2,
.product-benefits-section__content h2,
.section-heading h2 {
    margin: 0;
    color: #0f1c42;
    font-size: 40px;
    line-height: 1.18;
    font-family: var(--title);
}

.product-overview-section__content p {
    margin: 0 0 18px;
    color: #5f6678;
    font-size: 16px;
    line-height: 1.95;
    font-family: var(--poppins);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.section-heading p {
    margin: 14px 0 0;
    color: #5f6678;
    font-size: 16px;
    line-height: 1.85;
    font-family: var(--poppins);
}

.product-feature-card {
    height: 100%;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(15, 28, 66, 0.08);
    box-shadow: 0 14px 32px rgba(15, 28, 66, 0.05);
    transition: all .28s ease;
}

.product-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 28, 66, 0.08);
}

.product-feature-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: rgba(16, 101, 252, 0.08);
    color: #fa750f;
    font-size: 22px;
}

.product-feature-card h3 {
    margin: 0 0 12px;
    color: #0f1c42;
    font-size: 22px;
    line-height: 1.3;
    font-family: var(--poppins);
    font-weight: 600;
}

.product-feature-card p {
    margin: 0;
    color: #5f6678;
    font-size: 15px;
    line-height: 1.85;
    font-family: var(--poppins);
}

.product-benefits-section__visual {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(15, 28, 66, 0.08);
    box-shadow: 0 22px 44px rgba(15, 28, 66, 0.06);
    background: #fff;
}

.product-benefits-section__content {
    padding-left: 14px;
}

.product-benefits-section__content h2 {
    margin-bottom: 28px;
}

.product-benefit-item+.product-benefit-item {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(15, 28, 66, 0.08);
}

.product-benefit-item h4 {
    margin: 0 0 8px;
    color: #0f1c42;
    font-size: 21px;
    line-height: 1.3;
    font-family: var(--poppins);
    font-weight: 600;
}

.product-benefit-item p {
    margin: 0;
    color: #5f6678;
    font-size: 15.5px;
    line-height: 1.9;
    font-family: var(--poppins);
}

.product-spec-box {
    padding: 28px;
    border-radius: 22px;
    border: 1px solid rgba(15, 28, 66, 0.08);
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 28, 66, 0.05);
}

.product-spec-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-spec-box li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(15, 28, 66, 0.08);
}

.product-spec-box li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.product-spec-box li:first-child {
    padding-top: 0;
}

.product-spec-box span {
    color: #7b8496;
    font-size: 14px;
    font-family: var(--poppins);
}

.product-spec-box strong {
    color: #0f1c42;
    font-size: 14px;
    text-align: right;
    font-family: var(--poppins);
    font-weight: 600;
}

.product-cta-section__box {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
    padding: 50px 36px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.product-cta-section__box h2 {
    margin: 0 0 14px;
    color: #0f1c42;
    font-size: 38px;
    line-height: 1.18;
    font-family: var(--title);
}

.product-cta-section__box p {
    max-width: 700px;
    margin: 0 auto;
    color: #5f6678;
    font-size: 16px;
    line-height: 1.9;
    font-family: var(--poppins);
}

.product-cta-section__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

@media (max-width: 991px) {
    .product-detail-hero {
        padding: 140px 0 70px;
    }

    .product-overview-section,
    .product-features-section,
    .product-benefits-section,
    .product-specs-section,
    .product-cta-section {
        padding: 70px 0;
    }

    .product-detail-hero__content h1 {
        font-size: 42px;
    }

    .product-overview-section__sticky h2,
    .product-benefits-section__content h2,
    .section-heading h2,
    .product-cta-section__box h2 {
        font-size: 32px;
    }

    .product-benefits-section__content {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .product-detail-hero {
        padding: 50px 0 60px;
    }

    .product-overview-section,
    .product-features-section,
    .product-benefits-section,
    .product-specs-section,
    .product-cta-section {
        padding: 60px 0;
    }

    .product-detail-hero__content h1 {
        font-size: 34px;
    }

    .product-detail-hero__text,
    .product-overview-section__content p,
    .section-heading p,
    .product-benefit-item p,
    .product-cta-section__box p {
        font-size: 14.5px;
    }

    .product-overview-section__sticky h2,
    .product-benefits-section__content h2,
    .section-heading h2,
    .product-cta-section__box h2 {
        font-size: 27px;
    }

    .product-feature-card,
    .product-spec-box {
        padding: 22px;
    }

    .product-cta-section__box {
        padding: 34px 20px;
        border-radius: 22px;
    }

    .product-spec-box li {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-spec-box strong {
        text-align: left;
    }

    .product-detail-btn {
        width: 100%;
    }
}

.solutions-section-page {
    padding: 170px 0 100px;
    background: #fff;
}

.solutions-section-page__heading {
    max-width: 840px;
    margin: 0 auto 60px;
    text-align: center;
}

.solutions-section-page__heading h1 {
    margin: 0 0 16px;
    color: #0f1c42;
    font-size: 54px;
    line-height: 1.06;
    font-family: var(--title);
}

.solutions-section-page__heading p {
    margin: 0;
    color: #5f6678;
    font-size: 17px;
    line-height: 1.85;
    font-family: var(--poppins);
}

.solutions-list-modern {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.solution-card-modern {
    padding: 34px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(15, 28, 66, 0.08);
    box-shadow: 0 18px 50px rgba(15, 28, 66, 0.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.solution-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(15, 28, 66, 0.09);
    border-color: rgba(16, 101, 252, 0.14);
}

.solution-card-modern__content {
    max-width: 560px;
}

.solution-card-modern__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #fa750f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
    font-family: var(--poppins);
}

.solution-card-modern__content h2 {
    margin: 0 0 16px;
    color: #0f1c42;
    font-size: 34px;
    line-height: 1.15;
    font-family: var(--title);
}

.solution-card-modern__content p {
    margin: 0;
    color: #5f6678;
    font-size: 15.5px;
    line-height: 1.9;
    font-family: var(--poppins);
}

.solution-card-modern__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.solution-card-modern__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(16, 101, 252, 0.07);
    border: 1px solid rgba(16, 101, 252, 0.10);
    color: #0f1c42;
    font-size: 12.5px;
    font-weight: 600;
    font-family: var(--poppins);
}

.solution-card-modern__btn {
    margin-top: 24px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid rgba(15, 28, 66, 0.10);
    background: #fff;
    color: #0f1c42;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14.5px;
    font-weight: 600;
    font-family: var(--poppins);
    transition: all .28s ease;
}

.solution-card-modern__btn:hover {
    color: #fa750f;
    border-color: rgba(16, 101, 252, 0.18);
    box-shadow: 0 14px 26px rgba(16, 101, 252, 0.08);
    transform: translateY(-2px);
}

.solution-card-modern__image {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 28, 66, 0.08);
    background: #f8fbff;
    box-shadow: 0 16px 34px rgba(15, 28, 66, 0.05);
}

.solution-card-modern__image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* MODAL */
.solution-detail-modal .modal-dialog {
    max-width: 1100px;
}

.solution-detail-modal__content {
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(15, 28, 66, 0.16);
}

.solution-detail-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 30px 18px;
    border-bottom: 1px solid rgba(15, 28, 66, 0.08);
    background: #fff;
}

.solution-detail-modal__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #fa750f;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-family: var(--poppins);
}

.solution-detail-modal__header h2 {
    margin: 0;
    color: #0f1c42;
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--title);
}

.solution-detail-modal__close {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    border: 1px solid rgba(15, 28, 66, 0.10);
    background: #fff;
    color: #0f1c42;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all .25s ease;
}

.solution-detail-modal__close:hover {
    color: #fa750f;
    border-color: rgba(16, 101, 252, 0.18);
}

.solution-detail-modal__body {
    padding: 30px;
    background: #fff;
    overflow-y: auto;
}

.solution-detail-modal__hero {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 28, 66, 0.08);
    background: #f8fbff;
}

.solution-detail-modal__hero img {
    width: 100%;
    display: block;
}

.solution-detail-modal__thumbs {
    display: flex;
    gap: 14px;
    margin-top: 16px;
    margin-bottom: 28px;
}

.solution-detail-modal__thumbs img {
    width: 120px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(15, 28, 66, 0.10);
    background: #fff;
}

.solution-detail-modal__text p {
    margin: 0 0 18px;
    color: #5f6678;
    font-size: 15.5px;
    line-height: 1.95;
    font-family: var(--poppins);
}

.solution-card-modern__tags--modal {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .solutions-section-page {
        padding: 140px 0 80px;
    }

    .solutions-section-page__heading h1 {
        font-size: 42px;
    }

    .solution-card-modern {
        padding: 26px;
    }

    .solution-card-modern__content h2 {
        font-size: 28px;
    }

    .solution-detail-modal__header h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .solutions-section-page {
        padding: 75px 0 60px;
    }

    .solutions-section-page__heading {
        margin-bottom: 40px;
    }

    .solutions-section-page__heading h1 {
        font-size: 32px;
    }

    .solutions-section-page__heading p,
    .solution-card-modern__content p,
    .solution-detail-modal__text p {
        font-size: 14.5px;
    }

    .solution-card-modern {
        padding: 20px;
        border-radius: 22px;
    }

    .solution-card-modern__content h2 {
        font-size: 24px;
    }

    .solution-detail-modal__header,
    .solution-detail-modal__body {
        padding: 20px;
    }

    .solution-detail-modal__header h2 {
        font-size: 24px;
    }

    .solution-detail-modal__thumbs {
        gap: 10px;
        flex-wrap: wrap;
    }

    .solution-detail-modal__thumbs img {
        width: 92px;
        height: 58px;
    }
}

.partners-section-page {
    padding: 170px 0 100px;
    background: #fff;
}

.partners-section-page__heading {
    max-width: 840px;
    margin: 0 auto 60px;
    text-align: center;
}

.partners-section-page__heading h1 {
    margin: 0 0 16px;
    color: #0f1c42;
    font-size: 54px;
    line-height: 1.06;
    font-family: var(--title);
}

.partners-section-page__heading p {
    margin: 0;
    color: #5f6678;
    font-size: 17px;
    line-height: 1.85;
    font-family: var(--poppins);
}

.partners-list-modern {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.partner-card-modern {
    padding: 34px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(15, 28, 66, 0.08);
    box-shadow: 0 18px 50px rgba(15, 28, 66, 0.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.partner-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(15, 28, 66, 0.09);
    border-color: rgba(16, 101, 252, 0.14);
}

.partner-card-modern__content {
    max-width: 560px;
}

.partner-card-modern__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #fa750f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
    font-family: var(--poppins);
}

.partner-card-modern__content h2 {
    margin: 0 0 16px;
    color: #0f1c42;
    font-size: 34px;
    line-height: 1.15;
    font-family: var(--title);
}

.partner-card-modern__content p {
    margin: 0;
    color: #5f6678;
    font-size: 15.5px;
    line-height: 1.9;
    font-family: var(--poppins);
}

.partner-card-modern__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.partner-card-modern__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(16, 101, 252, 0.07);
    border: 1px solid rgba(16, 101, 252, 0.10);
    color: #0f1c42;
    font-size: 12.5px;
    font-weight: 600;
    font-family: var(--poppins);
}

.partner-card-modern__btn {
    margin-top: 24px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid rgba(15, 28, 66, 0.10);
    background: #fff;
    color: #0f1c42;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14.5px;
    font-weight: 600;
    font-family: var(--poppins);
    transition: all .28s ease;
}

.partner-card-modern__btn:hover {
    color: #fa750f;
    border-color: rgba(16, 101, 252, 0.18);
    box-shadow: 0 14px 26px rgba(16, 101, 252, 0.08);
    transform: translateY(-2px);
}

.partner-card-modern__image {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 28, 66, 0.08);
    background: #f8fbff;
    box-shadow: 0 16px 34px rgba(15, 28, 66, 0.05);
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.partner-card-modern__image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.partner-detail-modal .modal-dialog {
    max-width: 1100px;
}

.partner-detail-modal__content {
    border: 0;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(15, 28, 66, 0.16);
}

.partner-detail-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 30px 18px;
    border-bottom: 1px solid rgba(15, 28, 66, 0.08);
    background: #fff;
}

.partner-detail-modal__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #fa750f;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-family: var(--poppins);
}

.partner-detail-modal__header h2 {
    margin: 0;
    color: #0f1c42;
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--title);
}

.partner-detail-modal__close {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    border: 1px solid rgba(15, 28, 66, 0.10);
    background: #fff;
    color: #0f1c42;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all .25s ease;
}

.partner-detail-modal__close:hover {
    color: #fa750f;
    border-color: rgba(16, 101, 252, 0.18);
}

.partner-detail-modal__body {
    padding: 30px;
    background: #fff;
    overflow-y: auto;
}

.partner-detail-modal__hero {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 28, 66, 0.08);
    background: #f8fbff;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.partner-detail-modal__hero img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
}

.partner-detail-modal__thumbs {
    display: flex;
    gap: 14px;
    margin-top: 16px;
    margin-bottom: 28px;
}

.partner-detail-modal__thumbs img {
    width: 120px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(15, 28, 66, 0.10);
    background: #fff;
}

.partner-detail-modal__text p {
    margin: 0 0 18px;
    color: #5f6678;
    font-size: 15.5px;
    line-height: 1.95;
    font-family: var(--poppins);
}

.partner-card-modern__tags--modal {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .partners-section-page {
        padding: 140px 0 80px;
    }

    .partners-section-page__heading h1 {
        font-size: 42px;
    }

    .partner-card-modern {
        padding: 26px;
    }

    .partner-card-modern__content h2 {
        font-size: 28px;
    }

    .partner-detail-modal__header h2 {
        font-size: 30px;
    }

    .partner-card-modern__image {
        min-height: 100px;
    }
}

@media (max-width: 575px) {
    .partner-card-modern .col-lg-6:nth-child(2) {
        order: -1;
    }

    .partners-section-page {
        padding: 75px 0 60px;
    }

    .partners-section-page__heading {
        margin-bottom: 40px;
    }

    .partners-section-page__heading h1 {
        font-size: 32px;
    }

    .partners-section-page__heading p,
    .partner-card-modern__content p,
    .partner-detail-modal__text p {
        font-size: 14.5px;
    }

    .partner-card-modern {
        padding: 20px;
        border-radius: 22px;
    }

    .partner-card-modern__content h2 {
        font-size: 24px;
    }

    .partner-detail-modal__header,
    .partner-detail-modal__body {
        padding: 20px;
    }

    .partner-detail-modal__header h2 {
        font-size: 24px;
    }

    .partner-detail-modal__hero {
        padding: 0px;
        min-height: 100px;
    }

    .partner-detail-modal__thumbs {
        gap: 10px;
        flex-wrap: wrap;
    }

    .partner-detail-modal__thumbs img {
        width: 92px;
        height: 58px;
    }
}

.about-page-section {
    padding: 170px 0 100px;
    background: #fff;
}

.about-page-section__heading {
    max-width: 860px;
    margin: 0 auto 60px;
    text-align: center;
}

.about-page-section__heading h1 {
    margin: 0;
    color: #0f1c42;
    font-size: 54px;
    line-height: 1.08;
    font-family: var(--title);
}

.about-page-section__content {
    max-width: 1180px;
    margin: 0 auto;
}

.about-page-section__side h2 {
    margin: 0;
    color: #0f1c42;
    font-size: 32px;
    line-height: 1.15;
    font-family: var(--title);
    position: sticky;
    top: 120px;
}

.about-page-section__text p {
    margin: 0 0 24px;
    color: #5f6678;
    font-size: 16px;
    line-height: 1.95;
    font-family: var(--poppins);
}

.about-page-section__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-page-section {
        padding: 140px 0 80px;
    }

    .about-page-section__heading {
        margin-bottom: 40px;
    }

    .about-page-section__heading h1 {
        font-size: 42px;
    }

    .about-page-section__side h2 {
        position: static;
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .about-page-section {
        padding: 75px 0 60px;
    }

    .about-page-section__heading h1 {
        font-size: 32px;
    }

    .about-page-section__side h2 {
        font-size: 24px;
    }

    .about-page-section__text p {
        font-size: 14.5px;
        line-height: 1.9;
        margin-bottom: 18px;
    }
}

.references-page-section {
    padding: 170px 0 100px;
    background: #fff;
}

.references-page-section__heading {
    max-width: 860px;
    margin: 0 auto 60px;
    text-align: center;
}

.references-page-section__heading h1 {
    margin: 0 0 16px;
    color: #0f1c42;
    font-size: 54px;
    line-height: 1.06;
    font-family: var(--title);
}

.references-page-section__heading p {
    margin: 0;
    color: #5f6678;
    font-size: 17px;
    line-height: 1.85;
    font-family: var(--poppins);
}

.references-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.reference-card {
    min-height: 170px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 28, 66, 0.08);
    box-shadow: 0 18px 40px rgba(15, 28, 66, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    text-decoration: none;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.reference-card:hover {
    transform: translateY(-6px);
    border-color: rgba(16, 101, 252, 0.14);
    box-shadow: 0 22px 50px rgba(15, 28, 66, 0.08);
}

.reference-card img {
    max-width: 180px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 1;
    transition: filter .28s ease, opacity .28s ease, transform .28s ease;
}

.reference-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.03);
}

@media (max-width: 1199px) {
    .references-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .references-page-section {
        padding: 140px 0 80px;
    }

    .references-page-section__heading {
        margin-bottom: 40px;
    }

    .references-page-section__heading h1 {
        font-size: 42px;
    }

    .references-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .reference-card {
        min-height: 150px;
        border-radius: 20px;
    }
}

@media (max-width: 575px) {
    .references-page-section {
        padding: 75px 0 60px;
    }

    .references-page-section__heading h1 {
        font-size: 32px;
    }

    .references-page-section__heading p {
        font-size: 14.5px;
    }

    .references-grid {
        grid-template-columns: 1fr;
    }

    .reference-card {
        min-height: 200px;
        padding: 22px;
        border-radius: 18px;
    }

    .reference-card img {
        max-height: 56px;
    }
}

.contact-page-section {
    padding: 170px 0 100px;
    background: #fff;
}

.contact-page-section__heading {
    max-width: 820px;
    margin: 0 auto 60px;
    text-align: center;
}

.contact-page-section__heading h1 {
    margin: 0 0 16px;
    color: #0f1c42;
    font-size: 54px;
    line-height: 1.06;
    font-family: var(--title);
}

.contact-page-section__heading p {
    margin: 0;
    color: #5f6678;
    font-size: 17px;
    line-height: 1.85;
    font-family: var(--poppins);
}

.contact-form-card,
.contact-info-card,
.contact-map-card {
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(15, 28, 66, 0.08);
    box-shadow: 0 18px 50px rgba(15, 28, 66, 0.06);
}

.contact-form-card {
    padding: 34px;
}

.contact-form-card h2 {
    margin: 0 0 26px;
    color: #0f1c42;
    font-size: 30px;
    line-height: 1.2;
    font-family: var(--title);
}

.contact-form-group label {
    display: inline-block;
    margin-bottom: 10px;
    color: #0f1c42;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--poppins);
}

.contact-form-group input,
.contact-form-group textarea {
    width: 100%;
    border: 1px solid rgba(15, 28, 66, 0.10);
    background: #fff;
    border-radius: 16px;
    padding: 0 18px;
    color: #0f1c42;
    font-size: 15px;
    font-family: var(--poppins);
    transition: border-color .25s ease, box-shadow .25s ease;
    outline: none;
}

.contact-form-group input {
    height: 56px;
}

.contact-form-group textarea {
    min-height: 180px;
    padding-top: 16px;
    resize: vertical;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #98a1b2;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    border-color: rgba(16, 101, 252, 0.35);
    box-shadow: 0 0 0 4px rgba(16, 101, 252, 0.08);
}

.contact-submit-btn {
    min-height: 54px;
    padding: 0 24px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f1c42 0%, #2b7bff 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--poppins);
    box-shadow: 0 14px 30px rgba(16, 101, 252, 0.16);
    transition: transform .28s ease, box-shadow .28s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(16, 101, 252, 0.20);
}

.contact-side-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info-card,
.contact-map-card {
    padding: 30px;
}

.contact-info-card h3,
.contact-map-card h3 {
    margin: 0 0 18px;
    color: #0f1c42;
    font-size: 24px;
    line-height: 1.2;
    font-family: var(--title);
}

.contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info-list li+li {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 28, 66, 0.08);
}

.contact-info-list span {
    display: inline-block;
    margin-bottom: 8px;
    color: #fa750f;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-family: var(--poppins);
}

.contact-info-list p,
.contact-info-list a {
    margin: 0;
    color: #5f6678;
    font-size: 15px;
    line-height: 1.9;
    text-decoration: none;
    font-family: var(--poppins);
}

.contact-info-list a:hover {
    color: #fa750f;
}

.contact-map-card__top {
    margin-bottom: 18px;
}

.contact-map-card__top p {
    margin: 0;
    color: #5f6678;
    font-size: 15px;
    line-height: 1.8;
    font-family: var(--poppins);
}

.contact-map-frame {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(15, 28, 66, 0.08);
    background: #f8fbff;
    height: 320px;
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 991px) {
    .contact-page-section {
        padding: 140px 0 80px;
    }

    .contact-page-section__heading {
        margin-bottom: 40px;
    }

    .contact-page-section__heading h1 {
        font-size: 42px;
    }

    .contact-form-card,
    .contact-info-card,
    .contact-map-card {
        border-radius: 22px;
    }

    .contact-form-card {
        padding: 26px;
    }

    .contact-info-card,
    .contact-map-card {
        padding: 24px;
    }

    .contact-form-card h2 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .contact-page-section {
        padding: 75px 0 60px;
    }

    .contact-page-section__heading h1 {
        font-size: 32px;
    }

    .contact-page-section__heading p,
    .contact-info-list p,
    .contact-info-list a,
    .contact-map-card__top p {
        font-size: 14.5px;
    }

    .contact-form-card {
        padding: 20px;
        border-radius: 20px;
    }

    .contact-info-card,
    .contact-map-card {
        padding: 20px;
        border-radius: 20px;
    }

    .contact-form-card h2,
    .contact-info-card h3,
    .contact-map-card h3 {
        font-size: 22px;
    }

    .contact-map-frame {
        height: 260px;
        border-radius: 16px;
    }

    .contact-submit-btn {
        width: 100%;
    }
}