@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --primary-orange: #e8842e;
    --secondary-orange: #ffaa01;
    --dark-bg: #17100a;
    --light-text: #f8eee5;
    --muted-text: #f0c59e;
    --card-bg: rgba(119, 61, 17, 0.82);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;

}

.bos-hero {
    position: relative;
    /* min-height: 700px; */
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    padding: 30px 0;
    background:
        radial-gradient(circle at 84% 45%,
            rgba(255, 170, 1, 0.28),
            transparent 31%),
        radial-gradient(circle at 14% 10%,
            rgba(232, 132, 46, 0.2),
            transparent 27%),
        linear-gradient(110deg,
            #17100a 0%,
            #3d210d 52%,
            #6a310b 100%);
}

.bos-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.08;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.15) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.15) 1px,
            transparent 1px);
    background-size: 55px 55px;
}

.bos-hero::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    right: -210px;
    bottom: -310px;
    border: 1px solid rgba(255, 170, 1, 0.18);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(255, 170, 1, 0.04),
        0 0 0 140px rgba(232, 132, 46, 0.025);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 170, 1, 0.35);
    border-radius: 50px;
    background: rgba(255, 170, 1, 0.08);
    color: #fff8ee;
    font-size: 0.9rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.trust-badge .dot {
    width: 11px;
    height: 11px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--secondary-orange);
    box-shadow: 0 0 0 5px rgba(255, 170, 1, 0.18);
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--secondary-orange);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.hero-title {
    /* max-width: 720px; */
    margin-bottom: 8px;
    font-size: 42px;
    font-weight: 800;
    line-height: 63px;
    letter-spacing: -0.04em;
    color: #fff;
}

.hero-title span {
    color: #ffffff;
}

.hero-description {
    max-width: 680px;
    margin-bottom: 30px;
    color: var(--light-text);
    font-size: 1.08rem;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.btn-primary-custom {
    padding: 14px 26px;
    border: 0;
    border-radius: 50px;
    background: linear-gradient(90deg,
            var(--primary-orange),
            var(--secondary-orange));
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(232, 132, 46, 0.3);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.btn-primary-custom:hover {
    color: #fff;
    transform: translateY(-3px);
    background: linear-gradient(90deg,
            #d9701c,
            #f5a000);
    box-shadow: 0 16px 38px rgba(232, 132, 46, 0.42);
}

.btn-outline-custom {
    padding: 14px 26px;
    border: 1px solid rgba(255, 170, 1, 0.55);
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.btn-outline-custom:hover {
    border-color: var(--secondary-orange);
    background: rgba(255, 170, 1, 0.12);
    color: #fff;
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.stat-item {
    min-width: 195px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 170, 1, 0.18);
    border-radius: 15px;
    background: rgba(232, 132, 46, 0.08);
    backdrop-filter: blur(8px);
}

.stat-item strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 1.08rem;
}

.stat-item span {
    color: var(--muted-text);
    font-size: 0.88rem;
}

.visual-area {
    position: relative;
    z-index: 2;
    min-height: 555px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solar-orbit {
    position: relative;
    width: 440px;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 170, 1, 0.18);
    border-radius: 50%;
    box-shadow:
        0 0 0 45px rgba(255, 170, 1, 0.03),
        0 0 0 90px rgba(232, 132, 46, 0.02);
}

.solar-orbit::before,
.solar-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(255, 170, 1, 0.25);
}

.solar-orbit::before {
    width: 340px;
    height: 340px;
}

.solar-orbit::after {
    width: 245px;
    height: 245px;
    border-style: solid;
}

.main-circle {
    position: relative;
    z-index: 2;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 10px solid rgba(255, 170, 1, 0.18);
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(145deg,
            var(--secondary-orange),
            var(--primary-orange));
    box-shadow:
        0 0 45px rgba(255, 170, 1, 0.35),
        inset 0 0 35px rgba(255, 255, 255, 0.12);
}

.main-circle i {
       margin-bottom: 50px;
    font-size: 2.6rem;
}

.main-circle h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
    color:#fff;
        margin-top: -40px;
}

.floating-card {
    position: absolute;
    z-index: 3;
    width: 155px;
    padding: 16px;
    border: 1px solid rgba(255, 170, 1, 0.2);
    border-radius: 18px;
    background: var(--card-bg);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
}

.floating-card i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 170, 1, 0.15);
    color: var(--secondary-orange);
    font-size: 1.2rem;
}

.floating-card small {
    display: block;
    margin-bottom: 4px;
    color: var(--muted-text);
    font-size: 0.72rem;
    font-weight: 700;
}

.floating-card strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
}

.card-one {
    top: 42px;
    left: 5px;
}

.card-two {
    top: 205px;
    right: -22px;
}

.card-three {
    bottom: 15px;
    left: 38px;
}

.mini-badge {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 170, 1, 0.2);
    border-radius: 12px;
    background: rgba(157, 77, 18, 0.92);
    color: #fff8ec;
    font-size: 0.75rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.badge-top {
    top: 18px;
    right: 42px;
}

.badge-bottom {
    right: 56px;
    bottom: 1px;
}

@media (max-width: 991.98px) {
    .bos-hero {
        padding: 85px 0 70px;
    }

    .hero-title {
        font-size: clamp(2.7rem, 8vw, 4.7rem);
    }

    .visual-area {
        min-height: 510px;
        margin-top: 35px;
    }

    .solar-orbit {
        width: 390px;
        height: 390px;
    }
}

@media (max-width: 575.98px) {
    /* .bos-hero {
        min-height: auto;
        padding: 65px 0 55px;
    } */

    .trust-badge {
        padding: 9px 14px;
        font-size: 0.78rem;
    }

    /* .hero-title {
        font-size: 2.55rem;
    } */

    .hero-description {
        font-size: 1rem;
    }

    .hero-actions .btn {
        /* width: 100%; */
    }

    .stat-item {
        width: 100%;
    }

    .visual-area {
        min-height: 430px;
        margin-top: 45px;
    }

    .solar-orbit {
        width: 310px;
        height: 310px;
    }

    .solar-orbit::before {
        width: 255px;
        height: 255px;
    }

    .solar-orbit::after {
        width: 190px;
        height: 190px;
    }

    .main-circle {
        width: 165px;
        height: 165px;
        border-width: 7px;
    }

    .main-circle h3 {
        font-size: 1rem;
    }

    .main-circle i {
        font-size: 2rem;
    }

    .floating-card {
        width: 120px;
        padding: 12px;
    }

    .floating-card i {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .floating-card strong {
        font-size: 0.82rem;
    }

    .floating-card small {
        font-size: 0.65rem;
    }

    .card-one {
        top: 13px;
        left: -3px;
    }

    .card-two {
        top: 153px;
        right: -5px;
    }

    .card-three {
        bottom: 5px;
        left: 7px;
    }

    .badge-top {
        top: -28px;
        right: 7px;
    }

    .badge-bottom {
        right: 5px;
        bottom: -31px;
    }
}


/* =========================
         Hero motion effects
         ========================= */
@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(34px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes floatOne {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-1deg);
    }

    50% {
        transform: translate3d(0, -16px, 0) rotate(1deg);
    }
}

@keyframes floatTwo {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(1deg);
    }

    50% {
        transform: translate3d(10px, -12px, 0) rotate(-1deg);
    }
}

@keyframes floatThree {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(-8px, -14px, 0) rotate(1deg);
    }
}

@keyframes pulseCore {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 45px rgba(255, 170, 1, 0.35), inset 0 0 35px rgba(255, 255, 255, 0.12);
    }

    50% {
        transform: scale(1.045);
        box-shadow: 0 0 75px rgba(255, 170, 1, 0.55), inset 0 0 42px rgba(255, 255, 255, 0.16);
    }
}

@keyframes spinOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinOrbitReverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes glowDot {

    0%,
    100% {
        box-shadow: 0 0 0 5px rgba(255, 170, 1, 0.18), 0 0 8px rgba(255, 170, 1, 0.35);
    }

    50% {
        box-shadow: 0 0 0 9px rgba(255, 170, 1, 0.08), 0 0 22px rgba(255, 170, 1, 0.85);
    }
}

@keyframes arrowMove {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }
}

@keyframes backgroundDrift {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 55px 55px, -55px -55px;
    }
}

.bos-hero::before {
    animation: backgroundDrift 18s linear infinite;
}

.hero-content>* {
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards;
}

.hero-content>*:nth-child(1) {
    animation-delay: 0.10s;
}

.hero-content>*:nth-child(2) {
    animation-delay: 0.22s;
}

.hero-content>*:nth-child(3) {
    animation-delay: 0.34s;
}

.hero-content>*:nth-child(4) {
    animation-delay: 0.46s;
}

.hero-content>*:nth-child(5) {
    animation-delay: 0.58s;
}

.hero-content>*:nth-child(6) {
    animation-delay: 0.70s;
}

.visual-area {
    opacity: 0;
    animation: fadeSlideRight 1s ease 0.35s forwards;
}

.solar-orbit::before {
    animation: spinOrbit 24s linear infinite;
}

.solar-orbit::after {
    animation: spinOrbitReverse 17s linear infinite;
}

.main-circle {
    animation: pulseCore 3.6s ease-in-out infinite;
}

.main-circle i {
    animation: spinOrbit 14s linear infinite;
}

.card-one {
    animation: floatOne 4.8s ease-in-out infinite;
}

.card-two {
    animation: floatTwo 5.4s ease-in-out 0.7s infinite;
}

.card-three {
    animation: floatThree 5s ease-in-out 0.35s infinite;
}

.badge-top {
    animation: floatThree 4.2s ease-in-out 0.2s infinite;
}

.badge-bottom {
    animation: floatTwo 4.6s ease-in-out 0.8s infinite;
}

.trust-badge .dot {
    animation: glowDot 2s ease-in-out infinite;
}

.btn-primary-custom .bi-arrow-right {
    display: inline-block;
    animation: arrowMove 1.2s ease-in-out infinite;
}

.floating-card,
.mini-badge,
.main-circle {
    will-change: transform;
}

.floating-card:hover,
.mini-badge:hover {
    animation-play-state: paused;
    transform: translateY(-8px) scale(1.04);
    border-color: rgba(255, 170, 1, 0.5);
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }

    .hero-content>*,
    .visual-area {
        opacity: 1;
        transform: none;
    }
}



/* ========================== Inner ====================== */

:root {
    --brand-orange: #E8842E;
    --brand-gold: #ffaa01;
    --brand-teal: #04758a;
    --brand-dark: #17323a;
    --brand-text: #000;
    --brand-soft: #fff7ee;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--brand-dark);
    /* background: #fffaf5; */
}

.components-section {
    position: relative;
    min-height: 100vh;
    padding: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 14%, rgba(232, 132, 46, .14), transparent 28%),
        radial-gradient(circle at 92% 84%, rgba(255, 170, 1, .16), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #fff8f0 100%);
    margin: 30px 0;
    border-radius: 12px;
}

.components-section::before,
.components-section::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.components-section::before {
    top: -140px;
    right: -120px;
    width: 360px;
    height: 360px;
    border: 72px solid rgba(232, 132, 46, .07);
    animation: spinShape 20s linear infinite;
}

.components-section::after {
    bottom: -150px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(255, 170, 1, .08);
    animation: floatShape 8s ease-in-out infinite;
}

.section-content {
    position: relative;
    z-index: 2;
}

.brand-logo-wrap {
    display: inline-block;
    max-width: 680px;
    margin-bottom: 38px;
    padding: 12px 16px;
    border: 1px solid rgba(4, 117, 138, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 18px 45px rgba(23, 50, 58, .08);
    backdrop-filter: blur(10px);
    animation: logoReveal .9s ease both;
}

.brand-logo {
    display: block;
    width: 100%;
    height: auto;
}

.section-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    /* line-height: 1; */
    /* letter-spacing: -2px; */
    color: var(--brand-teal);

}

.section-title::after {
    display: block;
    width: 92px;
    height: 6px;
    margin-top: 20px;
    border-radius: 30px;
    content: "";
    background: linear-gradient(90deg, var(--brand-orange), var(--brand-gold));
    animation: lineReveal 1s ease forwards;
}

.component-stage {
    position: relative;
    /* max-width: 1160px; */
    margin: 0 auto;
}

.component-stage::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 74px;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, transparent, rgba(232, 132, 46, .55), rgba(255, 170, 1, .55), transparent);
}

.component-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 0px;
    opacity: 0;
    transform: translateY(34px);
    animation: revealItem .8s ease forwards;
}

.component-item:nth-child(1) {
    animation-delay: .12s;
}

.component-item:nth-child(2) {
    animation-delay: .26s;
}

.component-item:nth-child(3) {
    animation-delay: .40s;
}

.component-item:nth-child(4) {
    animation-delay: .54s;
}

.component-item:last-child {
    margin-bottom: 0;
}

.icon-area {
    position: relative;
    display: flex;
    flex: 0 0 140px;
    align-items: center;
    justify-content: center;
    min-height: 170px;
}

.icon-circle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(232, 132, 46, .22);
    border-radius: 50%;
    color: var(--brand-orange);
    background: linear-gradient(145deg, #ffffff, #fff3e7);
    box-shadow: 0 20px 45px rgba(23, 50, 58, .11);
    font-size:28px;
    transition: transform .45s ease, color .45s ease, background .45s ease, box-shadow .45s ease;
}

.icon-circle::before {
    position: absolute;
    inset: -12px;
    content: "";
    border: 2px dashed rgba(255, 170, 1, .45);
    border-radius: 50%;
    animation: rotateRing 12s linear infinite;
}

.icon-circle::after {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 18px;
    height: 18px;
    content: "";
    border: 4px solid #fffaf5;
    border-radius: 50%;
    background: var(--brand-gold);
}

.component-number {
    position: absolute;
    top: 34px;
    left: 32px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--white);
    background: var(--brand-teal);
    box-shadow: 0 10px 25px rgba(4, 117, 138, .24);
    font-size: 13px;
    font-weight: 800;
    transition: transform .4s ease, background .4s ease;
}

.component-content {
    position: relative;
    flex: 1;
    /* min-height: 165px; */
    padding: 22px 22px;
    overflow: hidden;
    border: 1px solid rgba(232, 132, 46, .16);
    border-radius: 32px 32px 32px 8px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 45px rgba(23, 50, 58, .07);
    backdrop-filter: blur(12px);
    transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.component-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, var(--brand-orange), var(--brand-gold));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .4s ease;
}

.component-content::after {
    position: absolute;
    top: -72px;
    right: -72px;
    width: 165px;
    height: 165px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 170, 1, .09);
    transition: transform .5s ease;
}

.component-content h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 4px;
    color: var(--brand-teal);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.component-content p {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0;
    color: var(--brand-text);
    font-size: 1rem;
    line-height: 1.8;
}

.component-item:hover .icon-circle {
    color: var(--white);
    background: linear-gradient(145deg, var(--brand-orange), var(--brand-gold));
    box-shadow: 0 25px 55px rgba(232, 132, 46, .30);
    transform: translateY(-8px) rotate(-5deg) scale(1.04);
}

.component-item:hover .component-number {
    background: var(--brand-orange);
    transform: rotate(10deg) scale(1.08);
}

.component-item:hover .component-content {
    border-color: rgba(232, 132, 46, .40);
    box-shadow: 0 26px 60px rgba(23, 50, 58, .13);
    transform: translateX(12px);
}

.component-item:hover .component-content::before {
    transform: scaleY(1);
}

.component-item:hover .component-content::after {
    transform: scale(1.45);
}

@keyframes revealItem {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineReveal {
    from {
        width: 0;
    }

    to {
        width: 92px;
    }
}

@keyframes rotateRing {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spinShape {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-24px);
    }
}

@keyframes logoReveal {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .components-section {
        padding: 50px 0 70px;
    }

    .brand-logo-wrap {
        margin-bottom: 30px;
        border-radius: 16px;
    }

    .section-title {
        margin-bottom: 46px;
        letter-spacing: -1.5px;
    }

    .component-stage::before {
        display: none;
    }

    .component-item {
        align-items: flex-start;
        gap: 20px;
    }

    .icon-area {
        flex-basis: 105px;
        min-height: 115px;
    }

    .icon-circle {
        width: 90px;
        height: 90px;
        font-size: 2.3rem;
    }

    .icon-circle::before {
        inset: -8px;
    }

    .icon-circle::after {
        width: 13px;
        height: 13px;
        border-width: 3px;
    }

    .component-number {
        top: -5px;
        left: -3px;
        width: 38px;
        height: 38px;
        font-size: .75rem;
    }

    .component-content {
        min-height: auto;
        padding: 27px 25px;
        border-radius: 24px 24px 24px 7px;
    }

    .component-item:hover .component-content {
        transform: translateX(5px);
    }

    .hero-description {
        margin-bottom: 16px;
    }

    .hero-actions {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .hero-actions .btn {
        width: auto;
    }

    .bos-hero {
        padding: 30px 0 30px;
    }

    .eyebrow {
        margin-bottom: 6px;
    }

    .trust-badge {
        margin-bottom: 14px;
    }

    .btn-primary-custom {
        padding: 10px 24px;
        border: 0;
        font-size: 14px;
    }

    .hero-stats {
        display: flex;
        flex-wrap: unset;
        gap: 6px;
    }

    .stat-item {
        min-width: unset;
        padding: 8px 10px;
    }

    .stat-item strong {
        display: block;
        margin-bottom: 0px;
        color: #fff;
        font-size: 16px;
    }

    .bos-hero {
        min-height: 550px;
    }

    .space,
    .space-top {
        padding-top: 30px;
    }

    .mb-35 {
        margin-bottom: 14px;
    }

    .page-img {
        border-radius: 12px !important;
        overflow: hidden;
    }

    .page-img img {
        border-radius: 8px !important;
    }

    .service-process {
        padding: 16px 14px 16px 14px;
    }

    .btn-primary-custom .bi-arrow-right {
        display: none;
    }

    .btn-outline-custom {
        padding: 10px 10px;
        font-size: 14px;
    }

    .hero-title {
        font-size: 26px;
        margin-bottom: 0px;
        line-height: 38px;
    }
}

@media (max-width: 480px) {
    .component-item {
        display: block;
        margin-bottom: 35px;
    }

    .icon-area {
        width: 110px;
        min-height: 95px;
        margin-bottom: -20px;
        margin-left: 22px;
    }

    .icon-circle {
        width: 82px;
        height: 82px;
        font-size: 2rem;
    }

    .component-content {
        padding: 42px 22px 25px;
        border-radius: 24px;
    }

    .component-item:hover .component-content {
        transform: translateY(-5px);
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}