*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
html {
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}
section {
    padding: 32px 7%;
}
h1 {
    font-size: 40px;
    padding-bottom: 30px;
    margin: auto;
}
section {
    background-color: #010103;
}
/* SCROLLBAR */
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    background-color: #010103;
}   
::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 50px;
}
.custom-container{
    padding-left: 1%;
    padding-right: 1%;
}
/* NAVBAR */
.header-nav {
    align-items: center;
    padding: 7px 7%;
    border-bottom: 1px solid rgba(255,255,255,.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.logo img {
    height: 5.5rem;
}
.navbar a {
    margin: 0 1rem;
    transition: .2s;
}
.navbar a:hover {
    border-bottom: 0.1rem solid #ed5d1a;
    padding-bottom: .5rem;
}
.menu-btn {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}
.menu-btn {
    transition: .3s ease;
}
.menu-btn:hover {
    color: #f95215;
    transform: rotate(90deg);
}
@media(max-width:700px) {
    .header-nav .navbar {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        display: flex;
        flex-direction: column;
        background: rgba(12,12,12,.98);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,.08);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-25px) scale(.96);
        transition: opacity .45s ease, transform .45s cubic-bezier(.22,1,.36,1), visibility .45s;
        pointer-events: none;
    }
    .header-nav .navbar.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }
    .navbar a {
        margin: 0;
        padding: 16px 22px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        opacity: 0;
        transform: translateX(-15px);
        transition: opacity .35s ease, transform .35s ease, color .2s ease;
    }
    .navbar.active a {
        opacity: 1;
        transform: translateX(0);
    }
    .navbar.active a:nth-child(1) { transition-delay: .05s; }
    .navbar.active a:nth-child(2) { transition-delay: .10s; }
    .navbar.active a:nth-child(3) { transition-delay: .15s; }
    .navbar.active a:nth-child(4) { transition-delay: .20s; }
    .navbar.active a:nth-child(5) { transition-delay: .25s; }
    .navbar.active a:nth-child(6) { transition-delay: .30s; }
    .navbar a:hover {
        color: #f95215 !important;
        background: rgba(249,82,21,.05);
    }
    .menu-btn{
        display: block;
    }
}
/* POCETNA */
.home {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right,  rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.1) 100%), url('../img/body-sculpting-home.jpg');
    background-size: cover;
    background-position: center;
}
.content-1 h1 {
    margin-top: 200px;
    font-size: 55px;
}
.content-1 p {
    font-size: 20px;
    color: #eee;
}
.first-btn {
    padding: 10px 40px;
    font-size: 16px;
    background-color: #f95215;
    transition: 0.4s;
}
.first-btn:hover {
    letter-spacing: 2px;
}
@media(max-width:700px) {
    .home {
        display: flex;
        background-position: left;
        justify-content: center;
        align-items: center;
    }
    .content-1 {
        padding-left: 0;
        padding-bottom: 0;
    }
    .content-1 h1 {
        font-size: 36px;
        margin-top: 0;
    }
    .content-1 p {
        font-size: 12px;
    }
    .home .first-btn {
        padding: 7.2px 24px;
        font-size: 14px;
    }
}
/* O NAMA */
.text-orange {
    color: #f95215;
}
.cfa-about {
    background: #000;
}
.cfa-about::before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: -30px;
    width: 35%;
    height: 220px;
    background: linear-gradient(90deg, rgba(249,82,21,.27), transparent);
    filter: blur(50px);
    pointer-events: none;
}
.cfa-about-main {
    background: #13131a;
    border: 1px solid rgba(255,255,255,.12);
    border-left: 4px solid #f95215;
}
.cfa-about-img {
    min-height: 520px;
}
.cfa-about-content {
    padding: 45px;
}
.cfa-about-label {
    color: #f95215;
    letter-spacing: 2px;
    font-size: 13px;
}
.cfa-about-content h2 {
    font-size: 32px;
    line-height: 1.3;
}
.cfa-about-content p, .cfa-about-content li {
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.8;
}
.cfa-about-content p {
    margin-bottom: 8px;
}
.cfa-about-content ul {
    padding-left: 20px;
}
.cfa-about-content li::marker {
    color: #f95215;
}
.cfa-info-card {
    background: linear-gradient(145deg, #15151c, #0b0b0f);
    border: 1px solid rgba(255,255,255,.14);
    border-left: 4px solid #f95215;
    padding: 40px;
    transition: .3s ease;
}
.cfa-info-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249,82,21,.45);
}
.cfa-info-icon ion-icon {
    color: #f95215;
    font-size: 42px;
}
.cfa-info-card h3 {
    font-size: 28px;
}
.cfa-info-card p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 10px;
}
@media(max-width:700px) {
    .cfa-about h1 {
        font-size: 30px;
    }
    .cfa-about::before {
        width: 350px;
        height: 250px;
    }
    .cfa-about-img {
        min-height: 260px;
        height: 260px !important;
    }
    .cfa-about-content {
        padding: 28px 22px;
    }
    .cfa-about-content h2 {
        font-size: 23px;
    }
    .cfa-about-content p, .cfa-about-content li, .cfa-info-card p {
        font-size: 12px;
        line-height: 1.7;
    }
    .cfa-info-card {
        padding: 28px 22px;
    }
    .cfa-info-card h3 {
        font-size: 22px;
    }
    .cfa-info-icon ion-icon {
        font-size: 34px;
    }
}
/* STA NAS IZDVAJA */.cfa-difference {
    background: linear-gradient(180deg, #000 0%, #09090d 45%, #000 100%);
}

.cfa-difference::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, rgba(249,82,21,.18), transparent);
    pointer-events: none;
}

.cfa-label {
    color: #f95215;
    letter-spacing: 2px;
    font-size: 13px;
}

.cfa-difference-heading {
    max-width: 820px;
    z-index: 2;
}

.cfa-difference-heading h1 {
    font-size: 46px;
}

.cfa-difference-heading p {
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.8;
}

.cfa-difference-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        #f95215,
        rgba(255,255,255,.16),
        transparent
    );
}

.cfa-difference-list {
    z-index: 2;
}

/* Omogucava da svi boxevi u istom redu budu iste visine */
.cfa-difference-list > div {
    display: flex;
}

.cfa-difference-item {
    width: 100%;
    height: 100%;
    min-height: 170px;
    padding: 10px 10px 25px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    transition: .3s ease;

    display: flex;
    flex-direction: column;
}

.cfa-difference-item:hover {
    transform: translateY(-6px);
    border-bottom-color: #f95215;
}

.cfa-difference-item ion-icon {
    color: #f95215;
    font-size: 38px;
    margin-bottom: 22px;
    flex-shrink: 0;
}

.cfa-difference-item h4 {
    color: #fff;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
}

/* Tekst zauzima preostali prostor i drzi linije poravnate */
.cfa-difference-item p {
    flex-grow: 1;
}

@media(max-width:700px) {
    .cfa-difference-heading h1 {
        font-size: 31px;
    }

    .cfa-difference-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .cfa-difference-line {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    .cfa-difference-item {
        min-height: auto;
        padding-bottom: 22px;
    }

    .cfa-difference-item h4 {
        font-size: 17px;
    }

    .cfa-difference-item ion-icon {
        font-size: 32px;
        margin-bottom: 16px;
    }
}
.education-system{
    margin: auto;
    display:grid;
    grid-template-columns:420px 1fr;
    gap:70px;
    align-items:start;
}
.education-left{
    position:sticky;
    top:120px;
}
.education-left .subtitle{
    color:#f95215;
    font-size:.9rem;
    letter-spacing:4px;
    font-weight:600;
}
.education-left h2{
    font-size:3.2rem;
    line-height:1.15;
    margin:20px 0;
    color:#111;
}
.education-left h2 span{
    color:#f95215;
}
.line{
    width:90px;
    height:4px;
    background:#f95215;
}
.education-right{
    display:flex;
    flex-direction:column;
    gap:25px;
}
.edu-box{
    background:#fff;
    border:1px solid #ececec;
    padding:35px;
    transition:.35s;
}
.edu-box:hover{
    transform:translateY(-8px);
    border-color:#f95215;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}
.edu-box h3{
    color:#f95215;
    font-size:1.35rem;
    margin-bottom:18px;
}
.edu-box p{
    color: #ccc;
    font-size:1.08rem;
    line-height:1.9;
}
.highlight{
    border-left:6px solid #f95215;
    background:#fffaf8;
}
.last{
    background:#111;
    color:white;
}
.last p, .last h3{
    color:white;
}
@media(max-width:1000px){
    .education-system{
        grid-template-columns:1fr;
        gap:50px;
    }
    .education-left{
        position:static;
    }
    .education-left h2{
        font-size:2.4rem;
    }
}
/* PUNCH LINE*/
.program-cta {
    border-top: 1px solid rgba(255,255,255,.15);
}
.program-cta p:first-of-type {
    max-width: 700px;
}
@media(max-width:700px){
    .program-cta h2{
        font-size: 28px;
    }
    .program-cta p{
        font-size: 12px;
    }
}
/* PROGRAMI EDUKACIJA */
.programs {
    background: radial-gradient(circle at 80% 10%, rgba(249,82,21,.12), transparent 35%), linear-gradient(180deg, #000 0%, #09090d 45%, #000 100%);
}
.programs-heading {
    max-width: 820px;
}
.cfa-label, .program-tag {
    color: #f95215;
    letter-spacing: 2px;
    font-size: 13px;
}
.programs-heading h1 {
    font-size: 46px;
}
.programs-heading p {
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.8;
}
.program-card {
    background: linear-gradient(145deg, #15151c, #07070a);
    border: 1px solid rgba(255,255,255,.14);
    transition: .3s ease;
}
.program-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #f95215;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s ease;
}
.program-card:hover::before {
    transform: scaleY(1);
}
.program-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249,82,21,.55);
}
.program-image {
    height: 285px;
}
.program-image img {
    transition: .45s ease;
}
.program-card:hover .program-image img {
    transform: scale(1.08);
}
.program-content {
    padding: 38px;
}
.program-content h3 {
    font-size: 30px;
    line-height: 1.25;
    transition: .2s;
}
.program-content h3:hover {
    color: #f95215;
}
.program-content h4 {
    color: rgba(249,82,21,.95);
    font-size: 19px;
    line-height: 1.6;
}
.program-content p, .program-content li {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    font-size: 16px;
}
.program-content li {
    padding: 4px 0;
}
.program-content .first-btn {
    padding: 10px 28px;
    border: 1px solid #f95215;
    background: transparent;
    transition: .3s;
    background: #f95215;
}
.program-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(249,82,21,.9), rgba(255,255,255,.18), transparent);
    margin: 65px 0 45px;
}
.program-details-heading {
    max-width: 760px;
}
.program-details-heading h2 {
    font-size: 34px;
    line-height: 1.35;
}
.program-info-box {
    border-top: 1px solid rgba(255,255,255,.18);
    padding: 34px 10px 0 0;
    transition: .3s ease;
}
.program-info-box:hover {
    transform: translateY(-6px);
    border-top-color: #f95215;
}
.program-info-box ion-icon {
    color: #f95215;
    font-size: 38px;
    margin-bottom: 20px;
}
.program-info-box h3 {
    font-size: 25px;
    line-height: 1.35;
}
.program-info-box p, .program-info-box li {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    font-size: 15px;
}
.program-info-box li {
    margin-bottom: 9px;
}
@media(max-width:700px) {
    .programs {
        padding: 40px 16px !important;
    }
    .programs-heading h1 {
        font-size: 31px;
    }
    .programs-heading p {
        font-size: 13px;
        line-height: 1.7;
    }
    .program-image {
        height: 210px;
    }
    .program-content {
        padding: 24px 20px;
    }
    .program-content h3 {
        font-size: 22px;
    }
    .program-content h4 {
        font-size: 15px;
    }
    .program-content p, .program-content li, .program-info-box p, .program-info-box li {
        font-size: 12px;
    }
    .program-divider {
        margin: 45px 0 32px;
    }
    .program-details-heading h2 {
        font-size: 24px;
    }
    .program-info-box h3 {
        font-size: 20px;
    }
}
.academy-about {
    background: #080808;
    color: #fff;
    padding: 110px 5%;
}
.academy-about__container {
    max-width: 1320px;
    margin: 0 auto;
}
.academy-about__intro {
    padding-bottom: 80px;
    border-bottom: 1px solid #242424;
}
.academy-about__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 35px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #8b8b8b;
}
.academy-about__eyebrow span {
    width: 32px;
    height: 2px;
    background: #f95215;
}
.academy-about__intro-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr;
    gap: 100px;
    align-items: end;
}
.academy-about__intro h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 88px);
    line-height: .95;
    letter-spacing: -4px;
    font-weight: 500;
}
.academy-about__intro h2 strong {
    color: #f95215;
    font-weight: 800;
}
.academy-about__intro p {
    margin: 0;
    max-width: 420px;
    color: #999;
    font-size: 16px;
    line-height: 1.8;
}
.academy-row {
    display: grid;
    grid-template-columns: 180px .85fr 1.2fr;
    gap: 55px;

    padding: 85px 0;
    border-bottom: 1px solid #242424;
}
.academy-row__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #666;
}
.academy-row__number {
    color: #f95215;
    font-size: 13px;
}
.academy-row__title h3 {
    margin: 0;
    font-size: clamp(34px, 3.5vw, 55px);
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 600;
}
.academy-row__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 45px;
}
.academy-row__content p {
    margin: 0;
    color: #969696;
    font-size: 14px;
    line-height: 1.8;
}
.academy-process {
    display: flex;
    align-items: center;
    padding: 38px 0;
    border-bottom: 1px solid #242424;
}
.academy-process__item {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}
.academy-process__item span {
    color: #f95215;
    font-size: 10px;
}
.academy-process__item strong {
    font-size: 13px;
    letter-spacing: 2px;
}
.academy-process__line {
    flex: 1;
    height: 1px;
    margin: 0 30px;
    background: #333;
}
.academy-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    padding: 100px 0;
    border-bottom: 1px solid #242424;
}
.academy-feature h3 {
    margin: 50px 0 0;
    font-size: clamp(40px, 4.5vw, 68px);
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 500;
}
.academy-feature h3 strong {
    color: #f95215;
}
.academy-feature__right {
    max-width: 560px;
}
.academy-feature__right p {
    color: #909090;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 22px;
}
.academy-feature__lead {
    color: #fff !important;
    font-size: 23px !important;
    line-height: 1.5 !important;
    margin-bottom: 35px !important;
}
.academy-vision {
    padding: 100px 0 20px;
}
.academy-vision__top {
    margin-bottom: 55px;
}
.academy-vision__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 100px;
}
.academy-vision h3 {
    margin: 0;
    font-size: clamp(50px, 6vw, 90px);
    line-height: .92;
    letter-spacing: -4px;
    font-weight: 500;
}
.academy-vision h3 strong {
    color: #f95215;
}
.academy-vision__text {
    padding-top: 8px;
}
.academy-vision__text p {
    margin: 0 0 25px;
    color: #969696;
    font-size: 15px;
    line-height: 1.9;
}
@media (max-width: 950px) {
    .academy-about {
        padding: 80px 6%;
    }
    .academy-about__intro-grid, .academy-feature, .academy-vision__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .academy-row {
        grid-template-columns: 100px 1fr;
    }
    .academy-row__content {
        grid-column: 2;
    }
}
@media (max-width: 650px) {
    .academy-about {
        padding: 65px 20px;
    }
    .academy-about__intro {
        padding-bottom: 55px;
    }
    .academy-about__intro h2 {
        font-size: 45px;
        letter-spacing: -2px;
    }
    .academy-row {
        display: block;
        padding: 60px 0;
    }
    .academy-row__meta {
        margin-bottom: 30px;
    }
    .academy-row__title {
        margin-bottom: 35px;
    }
    .academy-row__content {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .academy-process {
        overflow-x: auto;
    }
    .academy-process__line {
        min-width: 40px;
        margin: 0 15px;
    }
    .academy-feature {
        padding: 65px 0;
        gap: 45px;
    }
    .academy-feature h3 {
        margin-top: 30px;
        font-size: 42px;
        letter-spacing: -2px;
    }
    .academy-feature__lead {
        font-size: 20px !important;
    }
    .academy-vision {
        padding-top: 65px;
    }
    .academy-vision h3 {
        font-size: 48px;
        letter-spacing: -2px;
    }
}
/* POPUP */
/* Sakriva detalje proizvoda unutar kartice */
.product-card > p,
.product-card > h4,
.product-card > .product-list,
.product-card > .price {
    display: none;
}
.product-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.product-popup.active {
    opacity: 1;
    visibility: visible;
}
.product-popup-content {
    position: relative;
    width: 100%;
    max-width: 750px;
    overflow-y: auto;
    padding: 20px 40px 20px;
    background: #0d0d0d;
    border: 1px solid #292929;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}
.product-popup.active .product-popup-content {
    transform: translateY(0);
}
.product-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 0;
    background: none;
    border: none;
    color: #777;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}
.product-popup-close:hover {
    color: #f95215;
}
.product-popup-info h3 {
    margin: 0 0 20px;
    color: #f95215;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}
.product-popup-description {
    margin-bottom: 20px;
    color: #aaa;
    font-size: 15px;
    line-height: 1.8;
}
.product-popup-info h4 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.product-popup-list {
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
}
.product-popup-list li {
    padding: 9px 0;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #222;
}
/* PRICE */
.product-popup-price {
    padding-top: 25px;
    color: #f95215;
    font-size: 26px;
    font-weight: 700;
    border-top: 1px solid #292929;
}
@media (max-width: 600px) {
    .product-popup {
        padding: 15px;
    }
    .product-popup-content {
        max-height: 90vh;
        padding: 50px 25px 30px;
    }
    .product-popup-info h3 {
        font-size: 25px;
    }
    .product-popup-description {
        font-size: 14px;
    }
    .product-popup-price {
        font-size: 23px;
    }
}
.home-care-section {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    overflow: hidden;
}

.home-care-section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.text-orange {
    color: #ff6a00;
}

/* HEADER */

.home-care-header {
    max-width: 850px;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.home-care-header h2 {
    margin: 0;
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.home-care-header h2 span {
    display: block;
}

.home-care-price {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 30px;
    padding: 15px 25px;
    border-left: 4px solid #ff6a00;
    background-color: #111;
    font-size: 32px;
    font-weight: 800;
}

.home-care-price span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ff6a00;
}

/* CONTENT */

.home-care-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 100px;
}

.home-care-text {
    padding: 40px;
    background-color: #0d0d0d;
    border: 1px solid #222;
    border-left: 4px solid #ff6a00;
}

.home-care-text p {
    margin: 0 0 22px;
    color: #ccc;
    font-size: 18px;
    line-height: 1.7;
}

.home-care-text p:last-child {
    margin-bottom: 0;
}

.home-care-highlight {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px;
    border: 1px solid #ff6a00;
    background: #050505;
}

.highlight-number {
    font-size: clamp(80px, 10vw, 140px);
    font-weight: 900;
    line-height: 0.8;
}

.home-care-highlight div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.highlight-small {
    color: #888;
    font-size: 12px;
    letter-spacing: 3px;
}

.home-care-highlight strong {
    max-width: 320px;
    font-size: 25px;
    line-height: 1.1;
}

/* RESULTS */

.results-heading {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.results-line {
    width: 70px;
    height: 4px;
    flex-shrink: 0;
    background-color: #ff6a00;
}

.results-heading h3 {
    margin: 0;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.05;
}

.results-heading h3 span {
    display: block;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.result-image {
    position: relative;
    height: 400px;
    overflow: hidden;
    background-color: #111;
    border-bottom: 4px solid #ff6a00;
}

.result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.result-image:hover img {
    transform: scale(1.04);
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .home-care-section {
        padding: 70px 0;
    }

    .home-care-content {
        grid-template-columns: 1fr;
        margin-bottom: 70px;
    }

    .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .home-care-section {
        padding: 50px 0;
    }

    .home-care-header {
        margin-bottom: 40px;
    }

    .home-care-header h2 {
        letter-spacing: -1px;
    }

    .home-care-content {
        gap: 15px;
        margin-bottom: 60px;
    }

    .home-care-text,
    .home-care-highlight {
        padding: 25px;
    }

    .home-care-highlight {
        gap: 20px;
    }

    .highlight-number {
        font-size: 80px;
    }

    .home-care-highlight strong {
        font-size: 18px;
    }

    .results-heading {
        align-items: flex-start;
        gap: 15px;
    }

    .results-line {
        width: 35px;
        margin-top: 8px;
    }

    .results-grid {
        grid-template-columns: 1fr;
    }

    .result-image {
        height: 450px;
    }
}
/* FAQ */
.text-orange {
    color: #f95215;
}
.faq-box {
    border: 1px solid rgba(255,255,255,0.15);
    border-left: 4px solid #ed5d1a;
    background: #111;
    transition: .3s;
    cursor: pointer;
}
.faq-box:hover {
    transform: translateX(8px);
    border-color: rgba(255,255,255,0.3);
    background: #161616;
}
.faq-content {
    padding: 22px 25px;
}
.faq-content p {
    font-size: 18px;
}
.faq-content span {
    color: #ed5d1a;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    transition: .3s;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #ccc;
    line-height: 1.7;
    padding: 0 25px;
    transition: all .4s ease;
}
.faq-box.active .faq-answer {
    max-height: 220px;
    padding: 0 25px 25px;
}
.faq-box.active span {
    transform: rotate(45deg);
}

/* ISKUSTVA POLAZNIKA */
.review {
    padding: 20px 7%;
}
.carousel-track {
    gap: 20px;
    width: max-content;
    animation: scroll 25s linear infinite;
}
.carousel:hover .carousel-track {
    animation-play-state: paused;
}
.review-col {
    min-width: 320px;
    max-width: 320px;
    padding: 25px 20px;
    color: #ccc;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.review-col p {
    font-size: 15px;
}
.review-col h4 {
    font-size: 20px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media(max-width:700px) {
    .review {
        padding: 16px;
    }
    .review h1 {
        font-size: 30px;
        padding-bottom: 30px;
    }
    .review-col {
        padding: 24px 16px;
    }
    .review-col p {
        font-size: 12px;
        padding: 16px 0 !important;
    }
    .review-col h4 {
        font-size: 16px;
        padding: 8px 0 !important;
    }
}
/* NAS TIM */
.team-card {
    background: #111;
    border: 1px solid rgba(255,255,255,.15);
    border-left: 4px solid #ed5d1a;
    transition: .3s;
}
.team-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,255,255,.3);
}
.team-img {
    background: #111;
    padding: 20px;
}
.team-photo {
    height: 380px;
    object-fit: contain;
    transition: .5s;
}
.team-card:hover .team-photo {
    transform: scale(1.03);
}
.team-content h3 {
    font-size: 28px;
}
.team-content span {
    color: #ed5d1a;
    letter-spacing: 1px;
}
.team-content p {
    color: #ccc;
}
@media(max-width:700px) {
    .team-photo {
        height: 280px;
    }
    .team-content {
        padding: 16px !important;
    }
    .team-content h3 {
        font-size: 22px;
    }
    .team-content span, .team-content p {
        font-size: 12px;
    }
}
/* KONTAKTIRAJTE NAS */
.contact-info, .contact-form {
    background: #13131a;
    border: 1px solid rgba(255,255,255,.2);
}
.contact-info h3, .contact-form h3 {
    font-size: 30px;
}
.contact-item ion-icon, .inputBox ion-icon {
    color: #ed5d1a;
    font-size: 20px;
}
.contact-item p {
    color: #ccc;
}
.map {
    height: 280px;
    border: 0;
}
.inputBox {
    background: #010103;
    border: 1px solid rgba(255,255,255,.3);
}
.inputBox input, .inputBox select, .inputBox textarea {
    padding: 18px;
    background: #010103;
    color: #fff;
    font-size: 16px;
    outline: none;
}
.inputBox textarea {
    height: 140px;
    resize: none;
}
.contact-btn {
    background: #ed5d1a;
    padding: 10px 28px;
    font-size: 16px;
    transition: .4s;
}
.contact-btn:hover {
    letter-spacing: 2px;
}
@media(max-width:700px) {
    .contact h1 {
        font-size: 30px;
    }
    .contact-info, .contact-form {
        padding: 20px !important;
    }
    .contact-info h3, .contact-form h3 {
        font-size: 24px;
    }
    .inputBox input, .inputBox select, .inputBox textarea, .contact-item p {
        font-size: 12px;
    }
    .map {
        height: 220px;
    }
}
/* FOOTER */
.footer {
    background-color: #13131a;
    text-align: center;
    color: #fff;
}
.footer .social {
    padding: 10px 0;
}
.footer .social a {
    font-size: 25px;
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    border-radius: 50%;
    padding: 11px 11px 5px 11px;
    transition: 0.5s;
    margin-right: 5px;
}
.footer .social a:hover {
    background-color: #ed5d1a;
}
.footer-elements {
    padding: 30px 0;
}
.footer-elements a {
    text-decoration: none;
    font-size: 20px;
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 7px 20px;
    transition: 0.5s;
    margin-right: 5px;
}
.footer-elements a:hover {
    background-color: #ed5d1a;
}
.footer p {
    font-size: 20px;
    font-weight: 300;
    color: #ccc;
    padding: 7px;
}
.footer p span {
    cursor: pointer;
}
@media(max-width:700px){
    .footer .social a {
        font-size: 17px;
        margin-right: 2px;
    }
    .footer-elements {
        padding: 17px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
    .footer-elements a {
        font-size: 14px;
        padding: 5px 16px;
        margin-right: 0;
    }
    .footer p {
        font-size: 16px;
    }
}
