/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
    height: 45px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

.topbar .contact-info i {
    font-style: normal;
    color: #ffb20a;
    line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
    padding-left: 5px;
    color: #ffb20a;
}

@media (max-width: 575px) {

    .topbar .contact-info i a,
    .topbar .contact-info i span {
        font-size: 13px;
    }
}

@media (max-width: 787px) {
    .topbar {
        display: none !important;
    }
}

.topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

.topbar .contact-info i a:hover {
    color: #034099;
    text-decoration: underline;
}

.topbar .social-links a {
    color: #ffb20a;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

.topbar .social-links a:hover {
    color: #414141;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 79px;
    position: relative;
}

.header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
}

.stikcy-menu {
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
}

.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #000000;
    font-family: var(--font-primary);
    background: linear-gradient(18deg, #f05427 0%, #fdae04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ffffff;
}

.header .logo h1 span {
    color: #3d3d3d;
    font-weight: 900;
}

.sticked-header-offset {
    /* margin-top: 70px; */
}

section,
.section {
    scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    background: url(../images/hero-bg.jpg) center bottom;
    background-size: cover;
    padding: 60px 0 0 0;
    height: 100vh;
    min-height: 707px;
    max-height: 707px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero .caption {
    padding-top: 60px;
    margin-top: 0;
}

.hero .circle {
    color: #ffb20a;
    font-size: 3rem;
    font-weight: 600;
    /* background: linear-gradient(18deg, #3a3d73 0%, #a4afe9 100%); */
    background: linear-gradient(18deg, #f05427 0%, #fdae04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ffffff;
}

.fill-button {
    background: var(--color-secondary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.fill-button:hover {
    color: #ffffff;
    background: var(--color-primary);
}

.hero h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--color-default);
    font-family: var(--font-heading);
    font-weight: 500;
}

.hero h3 {
    font-weight: 300;
}

.hero p {
    color: rgb(92 92 92 / 80%);
    font-weight: 400;
    margin-bottom: 30px;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #ffffff;
    background: linear-gradient(18deg, #f05427 0%, #fdae04 100%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.btn-get-started:hover {
    color: #ffffff;
    background: linear-gradient(18deg, #222222 0%, #474747 100%);
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #ffb20a;
    font-weight: 500;
}

.hero .btn-watch-video i {
    color: #ffb20a;
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

@media (max-width: 767px) {

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }

    .icon-boxes .card-two {
        margin-top: var(--bs-gutter-y);
        margin-bottom: 0px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .hero::after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .hero h2 {
        font-size: 2rem;
        text-align: center;
    }

    .hero .circle {
        color: #ffb20a;
        font-size: 2rem;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: #ffffff;
    }

    .hero h3 {
        font-size: 16px;
        text-align: center;
    }

    .hero {
        width: 100%;
        position: relative;
        background: url(../images/hero-bg.jpg) center bottom;
        background-size: cover;
        padding: 60px 0 0 0;
        background-repeat: no-repeat;
        min-height: 980px;
    }

    .hero .caption {
        height: 380px;
        padding-top: 0px;
        display: flex !important;
        align-items: center !important;
    }

    .hero .caption img {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .hero {
        width: 100%;
        position: relative;
        background: url(../images/hero-bg.jpg) center bottom;
        background-size: cover;
        padding: 60px 0 0 0;
        background-repeat: no-repeat;
    }

    .hero .caption {
        padding-top: 100px;
    }
}

.top-icon-box .icon-boxes {
    padding-bottom: 60px;
}

@media (min-width: 1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .top-icon-box .icon-boxes:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(50% + 20px);
        background-color: #fff;
    }
}

.top-icon-box .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fafafb;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
}

.top-icon-box .icon-box .title {

    margin-bottom: 15px;
    font-size: 24px;
}

.top-icon-box .icon-box .title a {
    color: #f68214;
    transition: 0.3s;
    background: linear-gradient(18deg, #3a3d73 0%, #6f7282 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ffffff;
}

.top-icon-box .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    width: 60px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 77px;
    line-height: 1;
    fill: #f68214;
    color: rgb(0 0 0 / 60%);
    background: linear-gradient(18deg, #f05427 0%, #fdae04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ffffff;
}

.top-icon-box .icon-box:hover {
    background: linear-gradient(18deg, #3a3d73 0%, #a4afe9 100%);
}

.top-icon-box .icon-box:hover .title a,
.top-icon-box .icon-box:hover p,
.top-icon-box .icon-box:hover .icon {
    color: #fff;
    fill: #ffffff;
    background: linear-gradient(18deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ffffff;
}

.top-icon-box .icon-box.active {
    background: linear-gradient(18deg, #3a3d73 0%, #a4afe9 100%);
}

.top-icon-box .icon-box.active .title a,
.top-icon-box .icon-box.active p,
.top-icon-box .icon-box.active .icon {
    color: #fff;
    fill: #ffffff;
    background: linear-gradient(18deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ffffff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 10px 0 10px 28px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
        background: linear-gradient(18deg, #424242 0%, #000000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: #ffffff;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #ffc104;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #ffc104;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        min-width: 230px;
        opacity: 0;
        visibility: hidden;
        background: linear-gradient(18deg, #f05427 0%, #fdae04 100%);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 0px;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 600;
        color: #ffffff;
        background: linear-gradient(18deg, #ffffff 0%, #ffffff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 0px;
        -webkit-text-stroke-color: #ffffff;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: #ffffff;
        margin-left: 10px;
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: #ffb20a;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 15px;
        font-weight: 500;
        color: rgb(255 255 255);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff;
    }

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: rgba(0, 131, 116, 0.8);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        background-color: #ffb20a;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        color: #3c37a2;
        font-size: 30px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgb(0 0 0 / 80%);
        z-index: 9996;
    }
}
/* ===== CRITICAL BOOTSTRAP STYLES ===== */
/* Тільки те, що використовується в хедері та герої */

/* === CONTAINER SYSTEM === */
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.container-xl {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {

    .container,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-xl {
        max-width: 1320px;
    }
}

/* === GRID SYSTEM === */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.gy-5 {
    --bs-gutter-y: 3rem;
}

/* === COLUMNS === */
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

@media (max-width: 991px) {
    .col-lg-6 {
        width: 100%;
    }
}

/* === FLEX UTILITIES === */
.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

/* === SPACING UTILITIES === */
.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

/* === TEXT UTILITIES === */
.text-center {
    text-align: center !important;
}

.text-success {
    color: #198754 !important;
}

.text-danger {
    color: #dc3545 !important;
}

/* === BUTTON STYLES (критичні) === */
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-get-started {
    background: #2563eb;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
}

/* === IMAGE UTILITIES === */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.rounded-4 {
    border-radius: 0.5rem !important;
}

/* === POSITION UTILITIES === */
.position-relative {
    position: relative !important;
}

/* === NAVBAR STYLES (критичні) === */
/* .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
} */

/* === LOGO STYLES === */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
}

/* === MOBILE TOGGLE === */
/* .mobile-nav-toggle {
    font-size: 24px;
    cursor: pointer;
    display: none;
} */
/* 
@media (max-width: 991px) {
    .navbar ul {
        display: none;
       
    }

    .mobile-nav-toggle {
        display: block;
    }

    .d-none.d-md-block {
        display: none !important;
    }
} */

/* === CAPTION STYLES === */
.caption {
    width: 100%;
}

/* === HERO SECTION === */
.hero {
    min-height: 600px;
    padding: 60px 0;
}

/* === BOOTSTRAP ICONS FALLBACK === */
.bi-list:before {
    content: "☰";
    font-family: sans-serif;
}

.bi-x:before {
    content: "✕";
    font-family: sans-serif;
}

.bi-arrow-up-short:before {
    content: "↑";
    font-family: sans-serif;
}

/* === SCROLL TOP === */
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === DARK MODE FIX (якщо є) === */
.dark-mode .header {
    background: #1a1a1a;
}