.navbar {
    padding: 15px 0;
    box-shadow: none !important;
    border-bottom: none !important;
}

.header-white.bg-white {
    background-color: #ffffff !important;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}


.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .container-fluid .col-auto:first-child {
    flex: 0 0 auto;
}

.navbar .container-fluid .menu-order {
    flex: 1;
    display: flex;
    justify-content: center;
}

.navbar .container-fluid .col-auto:last-child {
    flex: 0 0 auto;
}


.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
}

.navbar-nav .nav-item .nav-link {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ff7f50;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-line {
    background-color: #333333;
}


.header-button {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-button .btn-primary-orange {
    background-color: #ff7f50;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    transition: background-color 0.3s ease;
}

.header-button .btn-primary-orange:hover {
    background-color: #e66b44;
}


@media (max-width: 991px) {
    .navbar .container-fluid {
        flex-direction: column;
    }

    .navbar .container-fluid .menu-order {
        width: 100%;
        order: 3;
        margin-top: 15px;
    }

    .navbar .container-fluid .col-auto:last-child {
        order: 2;
        margin-top: 10px;
    }

    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
    }
}



.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.p-0 {
    padding: 0 !important;
}

.overflow-hidden {
    overflow: hidden;
}


.py-16 {

    padding-top: 160px;
    padding-bottom: 160px;
}

@media (max-width: 991px) {
    .md-pb-50px {
        padding-bottom: 50px !important;
    }

    .md-pt-50px {
        padding-top: 50px !important;
    }

    .hero-section .col-lg-6.d-flex.align-items-center {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .sm-p-0 {
        padding: 0 !important;
    }

    .hero-section .col-lg-6.d-flex.align-items-center {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.extra-large-screen {
    height: 100%;
}

.hero-content {
    padding-left: 90px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .hero-content {
        text-align: center !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-content .d-flex {
        justify-content: center;
    }
}


.hero-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 80%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .md-h-500px {
        height: 500px !important;
    }

    .hero-image {
        max-width: 90%;
    }
}

@media (max-width: 575px) {
    .xs-h-350px {
        height: 350px !important;
    }

    .hero-image {
        max-width: 95%;
    }
}


.fs-18 {
    font-size: 18px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.ls-05px {
    letter-spacing: 0.5px !important;
}

.text-dark-gray {
    color: #333333;
}

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

.mb-20px {
    margin-bottom: 20px !important;
}

.alt-font {
    font-family: 'Poppins', sans-serif;

}

.fw-700 {
    font-weight: 700 !important;
}

.ls-minus-2px {
    letter-spacing: -2px !important;
}


.hero-title {
    font-size: 3.5rem !important;
    line-height: 1.1 !important;
}

.hero-title .text-orange {
    color: #ff7f50 !important;
}


.hero-title .text-highlight {
    color: #333333 !important;
}


@media (max-width: 1199px) {
    .hero-title {
        font-size: 3rem !important;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem !important;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.75rem !important;
    }
}

.fs-20 {
    font-size: 20px !important;
}

.line-height-36px {
    line-height: 36px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

@media (max-width: 1199px) {
    .lg-mb-30px {
        margin-bottom: 30px !important;
    }
}


.btn-medium {
    font-size: 15px;
    padding: 12px 30px;
}

.btn-base-color {
    background-color: #ff7f50;
    color: #ffffff;
    border-color: #ff7f50;
}

.btn-base-color:hover {
    background-color: #e66b44;
    border-color: #e66b44;
}


.btn-round-edge {
    border-radius: 90px;
}


.btn-hover-animation-switch .btn-text,
.btn-hover-animation-switch .btn-icon {
    transition: transform 0.3s ease-in-out;
}

.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(-5px);
}

.btn-hover-animation-switch:hover .btn-icon:first-of-type {
    transform: translateX(0);
    opacity: 1;
}

.btn-hover-animation-switch:hover .btn-icon:last-of-type {
    transform: translateX(5px);
    opacity: 0;
}


.btn-link {
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
    line-height: inherit;
}

.bg-orange-opacity {
    background-color: rgba(247, 107, 47, 0.47) !important;
}

.see-works-btn {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    margin-left: 20px;
    transition: color 0.3s ease;
}

.see-works-btn:hover {
    color: #ff7f50;
}

.btn-extra-large {
    font-size: 18px;
}

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

.phenomenal-btn {
    animation: glowPulse 2s infinite alternate;
    transition: box-shadow 0.3s;
    position: relative;
    z-index: 1;
}

.phenomenal-btn:hover {
    animation: none;

}


.hero-section .hero-content span.fs-18,
.hero-section .hero-content .hero-title,
.hero-section .hero-content p,
.hero-section .hero-content .btn-medium,
.hero-section .hero-image {
    opacity: 0;
}

.hero-section .hero-content span.fs-18 {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
}

.hero-section .hero-content .hero-title {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}

.hero-section .hero-content p {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards 0.7s;
}

.hero-section .hero-content .btn-medium {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards 0.9s;
}

.hero-section .hero-image {
    transform: scale(0.9);
    animation: zoomIn 1s ease-out forwards 1s;
}




.hero-content span.fs-18 {
    font-size: clamp(0.9rem, 2vw, 1.125rem);
}

.hero-title {
    font-size: clamp(1.5rem, 6vw, 3.5rem);
}

.hero-content p {
    font-size: clamp(1rem, 3vw, 1.25rem);
}


.hero-content .btn-medium {
    font-size: clamp(0.875rem, 2vw, 1rem);
    padding: clamp(0.5rem, 1vw, 1rem) clamp(1rem, 2vw, 1.5rem);
}


@media (max-width: 991px) {
    .hero-content {
        padding: 2rem 1rem !important;
    }
}


@media (max-width: 575px) {

    .hero-content,
    .hero-content span.fs-18,
    .hero-title,
    .hero-content p,
    .hero-content .btn-medium {
        text-align: center !important;
    }

    .hero-image {
        max-width: 100%;
        margin-top: 1.5rem;
    }
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.orange-color {
    color: #ff7f50 !important;
}

section.bg-dark-gray.background-position-center-top.pb-0 {
    background-color: #ffb08981;
}





:root {
    --color-primary-orange: #F76C2F;
    --color-light-orange: #FF9B5C;
    --color-dark-gray: #333333;
    --color-medium-gray: #666666;
    --color-light-gray: #E0E0E0;
    --color-white: #FFFFFF;
    --color-off-white: #F8F8F8;
}


.icon-medium {
    font-size: 60px;
    position: relative;
    z-index: 10;
    color: var(--color-primary-orange);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);


}


.floating-icon {
    position: absolute;
    font-size: 40px;
    z-index: 5;
    opacity: 0.1;
    color: var(--color-primary-orange);
    pointer-events: none;
}



.floating-icon-1 {
    top: 5%;
    left: 10%;
}

.floating-icon-2 {
    bottom: 10%;
    right: 5%;
}

.floating-icon-3 {
    top: 20%;
    right: 20%;
}

.floating-icon-4 {
    bottom: 25%;
    left: 20%;
}


@keyframes float-1 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.animate-float-1 {
    animation: float-1 6s infinite ease-in-out;
}

@keyframes float-2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, 10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.animate-float-2 {
    animation: float-2 7s infinite ease-in-out;
}

@keyframes float-3 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(15px, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.animate-float-3 {
    animation: float-3 5s infinite ease-in-out;
}

@keyframes float-4 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-5px, -15px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.animate-float-4 {
    animation: float-4 8s infinite ease-in-out;
}



.tab-pane {
    padding: 50px 0;
}

.feature-row {
    margin-bottom: 80px !important;
}

@media (min-width: 992px) {
    .feature-row:nth-child(even) {
        flex-direction: row-reverse;
    }

    .feature-row:nth-child(even) .feature-visual {
        padding-left: 15px;
        padding-right: 0;
    }

    .feature-row:nth-child(even) .feature-content {
        padding-left: 0;
        padding-right: 90px;
    }
}

.feature-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    overflow: hidden;
}

.visual-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}


.shape {
    position: absolute;
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

.bg-orange-gradient {
    background: linear-gradient(135deg, var(--color-primary-orange), var(--color-light-orange));
}

.bg-light-gray {
    background-color: var(--color-off-white);
}


.shape-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 20%;
    left: 20%;
}

.shape-square {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    bottom: 10%;
    right: 15%;
    transform: rotate(15deg);
}

.shape-triangle {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 200px solid;
    border-bottom-color: var(--color-primary-orange);
    top: 15%;
    right: 25%;
    transform: rotate(-30deg);
}

.shape-blob {
    width: 180px;
    height: 180px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: 20%;
    left: 10%;
    transform: rotate(5deg);
}

.shape-diamond {
    width: 180px;
    height: 180px;
    transform: rotate(45deg);
    top: 30%;
    left: 15%;
}

.shape-circle-outline {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 5px solid var(--color-light-gray);
    background: transparent;
    bottom: 5%;
    right: 5%;
    opacity: 0.8;
}

.shape-line {
    width: 250px;
    height: 8px;
    border-radius: 4px;
    transform: rotate(-15deg);
    top: 40%;
    left: 10%;
}

.shape-oval {
    width: 200px;
    height: 100px;
    border-radius: 50%;
    bottom: 15%;
    right: 20%;
    transform: rotate(30deg);
}





.icon-house-document::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-fingerprint::before {
    content: '\f577';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-clipboard-check::before {
    content: '\f46c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-gear::before {
    content: '\f013';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


.icon-home-outline::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-document-outline::before {
    content: '\f15c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-lock-outline::before {
    content: '\f023';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-user-check-outline::before {
    content: '\f4fc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-eye-outline::before {
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-bar-chart-outline::before {
    content: '\f080';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-tool-outline::before {
    content: '\f550';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-award-outline::before {
    content: '\f559';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}



.feature-content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.feature-content p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--color-medium-gray);
    margin-bottom: 30px;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.animate-pulse {
    animation: pulse 2s infinite ease-in-out;
}

@keyframes fadeInScaleUp {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInScaleUp 0.8s ease-out forwards;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.animate-bounce {
    animation: bounce 1.5s infinite ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.animate-spin {
    animation: spin 8s linear infinite;
}

@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-5deg);
    }

    20% {
        transform: rotateZ(5deg);
    }

    25% {
        transform: rotateZ(-5deg);
    }

    30% {
        transform: rotateZ(5deg);
    }

    35% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(0);
    }
}

.animate-wiggle {
    animation: wiggle 3s infinite;
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }

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

.animate-rotate-y {
    animation: rotateY 6s infinite ease-in-out;
}

@keyframes shimmer {
    0% {
        filter: brightness(100%);
    }

    50% {
        filter: brightness(120%);
    }

    100% {
        filter: brightness(100%);
    }
}

.animate-shimmer {
    animation: shimmer 2s infinite ease-in-out;
}

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

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

.animate-rotate {
    animation: rotate 10s linear infinite;
}


.delay-100ms {
    animation-delay: 0.1s !important;
}

.delay-200ms {
    animation-delay: 0.2s !important;
}

.delay-300ms {
    animation-delay: 0.3s !important;
}




.icon-shield-check::before {
    content: '\f2f6';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-briefcase::before {
    content: '\f6d2';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-dashboard::before {
    content: '\f0e4';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


.icon-currency::before {
    content: '\f53a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-contract::before {
    content: '\f1c6';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-check-circle::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-user-group::before {
    content: '\f500';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-file-invoice::before {
    content: '\f570';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-rocket::before {
    content: '\f135';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-handshake::before {
    content: '\f2b5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-tools::before {
    content: '\f7d9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}




.icon-clock::before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-chart-line::before {
    content: '\f201';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-file-signature::before {
    content: '\f573';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-tools-solid::before {
    content: '\f7d9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}



.icon-envelope-open-text::before {
    content: '\f658';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-mobile-alt::before {
    content: '\f10b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-eye::before {
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-search::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-file-alt::before {
    content: '\f15b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-check-square::before {
    content: '\f14a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-lightbulb::before {
    content: '\f0eb';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-rocket-launch::before {
    content: '\f135';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


.list-style-01 {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.list-style-01 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.list-style-01 li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--color-primary-orange);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}


.solar-system-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 30px auto;
}

.immo-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
    z-index: 10;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(128, 128, 128, 0.3);
    border-radius: 50%;
    animation: orbit-rotation 15s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbit-1 {
    width: 180px;
    height: 180px;
}

.orbit-2 {
    width: 240px;
    height: 240px;
    animation-direction: reverse;
}

.orbit-3 {
    width: 300px;
    height: 300px;
}

.icon-strength {
    position: absolute;
    font-size: 20px;
    color: #333;
    opacity: 0.8;
    animation: float-around 7s ease-in-out infinite alternate;
}


.orbit-1 .icon-strength-1 {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #F76C2F;
}

.orbit-1 .icon-strength-2 {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-2 .icon-strength-3 {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #F76C2F;
}

.orbit-2 .icon-strength-4 {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.orbit-3 .icon-strength-5 {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.orbit-3 .icon-strength-6 {
    bottom: 50%;
    right: 10px;
    transform: translateY(50%);
    color: #F76C2F;
}


@keyframes orbit-rotation {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes float-around {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(5px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.05);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}


@media (max-width: 767px) {
    .solar-system-container {
        width: 200px;
        height: 200px;
    }

    .immo-logo {
        width: 80px;
    }

    .orbit-1 {
        width: 120px;
        height: 120px;
    }

    .orbit-2 {
        width: 160px;
        height: 160px;
    }

    .orbit-3 {
        width: 200px;
        height: 200px;
    }

    .icon-strength {
        font-size: 16px;
    }
}



:root {
    --color-primary-orange: #F76C2F;
    --color-light-orange: #FF9B5C;
    --color-dark-gray: #333333;
    --color-medium-gray: #666666;
    --color-light-gray: #E0E0E0;
    --color-white: #FFFFFF;
    --color-off-white: #F8F8F8;
    --color-very-light-gray: #f2f2f2;
}


.py-100px {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.md-py-70px {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.sm-py-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.animated-background-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}


.abs-shape {
    position: absolute;
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

.shape-circle-lg {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    top: 10%;
    left: -5%;
}

.shape-triangle-lg {
    width: 0;
    height: 0;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-bottom: 300px solid;
    border-bottom-color: var(--color-primary-orange);
    bottom: 5%;
    right: -10%;
    transform: rotate(45deg);
}

.shape-square-lg {
    width: 250px;
    height: 250px;
    border-radius: 20px;
    top: 60%;
    left: 20%;
    transform: rotate(20deg);
}


.abs-icon {
    position: absolute;
    z-index: 1;
    opacity: 0.05;
}

.icon-extra-large {
    font-size: 100px;
}


.abs-icon.icon-shield-alt {
    top: 25%;
    right: 15%;
}

.abs-icon.icon-wallet-money {
    bottom: 15%;
    left: 10%;
}


.fs-20 {
    font-size: 20px !important;
}

.text-medium-gray {
    color: var(--color-medium-gray) !important;
}

.w-80 {
    width: 80% !important;
}

.lg-w-90 {}

.md-w-100 {}

.mb-40px {
    margin-bottom: 40px !important;
}


.btn-medium {}

.btn-base-color {}

.btn-round-edge {}

.btn-hover-animation-switch {}






.icon-shield-alt::before {
    content: '\f3ed';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.icon-wallet-money::before {
    content: '\f555';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}





:root {
    --color-primary-orange: #F76C2F;
    --color-light-orange: #FF9B5C;
    --color-dark-gray: #333333;
    --color-medium-gray: #666666;
    --color-light-gray: #E0E0E0;
    --color-white: #FFFFFF;
    --color-off-white: #F8F8F8;
    --color-very-light-gray: #f2f2f2;
}



.faq-section {
    background-color: var(--color-white);
    padding-bottom: 80px;
}

.faq-slider .swiper-slide {
    padding: 40px;
    border: 1px solid var(--color-light-gray);
    border-radius: 8px;
    background-color: var(--color-off-white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.faq-slider .swiper-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.faq-item h3 {
    font-size: 24px;
    color: var(--color-dark-gray);
    margin-bottom: 15px;
    line-height: 1.4;
}

.faq-item p {
    font-size: 17px;
    color: var(--color-medium-gray);
    line-height: 1.7;
    margin-bottom: 25px;
}

.faq-icon-wrapper {
    position: absolute;
    bottom: 15px;
    right: 20px;
    display: flex;
    gap: 10px;
    font-size: 28px;
    color: var(--color-light-gray);
}

.faq-question-icon,
.faq-answer-icon {
    opacity: 0.3;
}

.faq-answer-icon {
    color: var(--color-primary-orange) !important;
}


.slider-custom-text-prev,
.slider-custom-text-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background-color: var(--color-white);
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

.slider-custom-text-prev {
    left: 0px;
}

.slider-custom-text-next {
    right: 0px;
}

.slider-custom-text-prev:hover,
.slider-custom-text-next:hover {
    background-color: var(--color-primary-orange);
    color: var(--color-white) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}




:root {
    --color-primary-orange: #F76C2F;
    --color-light-orange: #FF9B5C;
    --color-dark-gray: #333333;
    --color-medium-gray: #666666;
    --color-light-gray: #E0E0E0;
    --color-white: #FFFFFF;
    --color-off-white: #F8F8F8;
    --color-very-light-gray: #f2f2f2;
}


.bg-off-white {
    background-color: var(--color-off-white) !important;
}


.separator-column {
    min-height: 300px;

    padding-left: 20px;
    padding-right: 20px;
}

.abstract-separator-visual {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.abstract-shape {
    position: absolute;
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}


.shape-blob-orange {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, var(--color-primary-orange), var(--color-light-orange));
    border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 2;
}

.shape-line-path {
    width: 2px;
    height: 0;
    background-color: var(--color-light-gray);
    border-radius: 1px;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0.6;
}

.shape-circle-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--color-light-gray);
    top: 10%;
    left: 25%;
    z-index: 3;
}

.shape-triangle-small {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 70px solid var(--color-primary-orange);
    top: 80%;
    right: 20%;
    transform: rotate(15deg);
    z-index: 3;
}


@keyframes blob-flow {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(0.9);
        border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%;
    }

    25% {
        transform: translate(-50%, -50%) rotate(45deg) scale(1);
        border-radius: 40% 60% 70% 30% / 60% 70% 30% 40%;
    }

    50% {
        transform: translate(-50%, -50%) rotate(90deg) scale(0.95);
        border-radius: 70% 30% 40% 60% / 70% 60% 40% 30%;
    }

    75% {
        transform: translate(-50%, -50%) rotate(135deg) scale(1.05);
        border-radius: 60% 40% 30% 70% / 40% 30% 70% 60%;
    }

    100% {
        transform: translate(-50%, -50%) rotate(180deg) scale(0.9);
        border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%;
    }
}

.animate-blob-flow {
    animation: blob-flow 12s linear infinite alternate;
}

@keyframes path-draw {
    0% {
        height: 0;
        opacity: 0;
    }

    20% {
        height: 100%;
        opacity: 1;
    }

    80% {
        height: 100%;
        opacity: 1;
    }

    100% {
        height: 0;
        opacity: 0;
    }
}

.animate-path-draw {
    animation: path-draw 6s linear infinite;
}

@keyframes circle-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
}

.animate-circle-pulse {
    animation: circle-pulse 3s ease-in-out infinite;
}

@keyframes triangle-float {
    0% {
        transform: translate(0, 0) rotate(15deg);
        opacity: 0.8;
    }

    50% {
        transform: translate(10px, -15px) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: translate(0, 0) rotate(15deg);
        opacity: 0.8;
    }
}

.animate-triangle-float {
    animation: triangle-float 4s ease-in-out infinite alternate;
}


.delay-100ms {
    animation-delay: 0.1s !important;
}

.delay-200ms {
    animation-delay: 0.2s !important;
}

.delay-300ms {
    animation-delay: 0.3s !important;
}


@media (max-width: 991px) {
    .separator-column {
        display: none !important;
    }

    .col-lg-5 {
        width: 100%;
        max-width: 100%;
    }

    .sm-mb-50px {
        margin-bottom: 50px !important;
    }
}

:root {
    --color-primary-orange: #F76C2F;
    --color-light-orange: #FF9B5C;
    --color-dark-gray: #333333;
    --color-medium-gray: #666666;
    --color-light-gray: #E0E0E0;
    --color-white: #FFFFFF;
    --color-off-white: #F8F8F8;
    --color-very-light-gray: #f2f2f2;
}


.section-with-bg-elements {
    background-color: var(--color-off-white) !important;

}


.section-with-bg-elements .container .row {
    position: relative;
    z-index: 1;
}


.separator-line-wrapper {

    padding: 0 15px;

}

.vertical-orange-line {
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,
            transparent 0%,
            var(--color-primary-orange) 20%,
            var(--color-primary-orange) 80%,
            transparent 100%);
    border-radius: 1px;
    opacity: 0.8;
    animation: fade-in-vertical-line 1s ease-out forwards;
}


@keyframes fade-in-vertical-line {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.8;
    }
}


.section-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}


.floating-shape,
.floating-dot {
    position: absolute;
    opacity: 0.1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.float-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 10%;
    left: 5%;
    background-color: var(--color-light-gray);
    animation: float-shape-1 8s infinite alternate ease-in-out;
}

.float-square {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    top: 60%;
    right: 8%;
    transform: rotate(20deg);
    background-color: var(--color-primary-orange);
    animation: float-shape-2 9s infinite alternate ease-in-out;
}

.float-blob {
    width: 150px;
    height: 100px;
    border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
    bottom: 5%;
    left: 20%;
    background-color: var(--color-light-gray);
    animation: float-shape-3 10s infinite alternate ease-in-out;
}


.floating-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.floating-dot.bg-primary-orange {
    top: 30%;
    left: 40%;
    animation: float-shape-1 7s infinite alternate ease-in-out;
}

.floating-dot.bg-dark-gray {
    bottom: 20%;
    right: 30%;
    animation: float-shape-2 6s infinite alternate ease-in-out;
}




@keyframes float-shape-1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(10px, -15px) rotate(10deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes float-shape-2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes float-shape-3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(15px, 5px) rotate(5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}


@media (max-width: 991px) {
    .separator-line-wrapper {
        display: none !important;
    }

}

:root {
    --color-primary-orange: #F76C2F;
    --color-light-orange: #FF9B5C;
    --color-dark-gray: #333333;
    --color-medium-gray: #666666;
    --color-light-gray: #E0E0E0;
    --color-white: #FFFFFF;
    --color-off-white: #F8F8F8;
    --color-very-light-gray: #f2f2f2;
}


.demo-section {
    padding: 20px 0;
    position: relative;
    background: var(--color-white);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.demo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 1000px;
    
    margin: 0 auto;
    gap: 10px;
}

.demo-grid::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--color-primary-orange), var(--color-light-orange), var(--color-primary-orange));
    border-radius: 22px;
    z-index: -1;
    animation: borderGlow 3s ease-in-out infinite alternate;
}

@keyframes borderGlow {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.demo-description {
    padding: 20px;
    background: var(--color-white);
    position: relative;
}

.demo-form-section {
    padding: 20px;
}

.demo-description h3 {
    font-size: 1.4rem;
    
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: var(--color-dark-gray);
    position: relative;
}

.demo-form-section form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.demo-form-section .form-group {
    flex: 1 1 calc(50% - 1rem);
    margin-bottom: 1rem;
}

.demo-form-section form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.demo-description h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(45deg, var(--color-primary-orange), var(--color-light-orange));
    border-radius: 2px;
}

.feature-list {
    list-style: none;
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(247, 108, 47, 0.05), transparent);
    transition: left 0.5s ease;
}

.feature-item:hover::before {
    left: 100%;
}

.feature-item:hover {
    background: rgba(247, 108, 47, 0.05);
    transform: translateX(10px);
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: var(--color-primary-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    position: relative;
}

.feature-icon::after {
    content: '✓';
    color: var(--color-white);
    font-weight: bold;
    font-size: 14px;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--color-primary-orange), var(--color-light-orange));
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
}

.demo-form-section .form-group:nth-child(odd) {
    
}

.demo-form-section .form-group:nth-child(even) {
    
}


.demo-form-section .submit-button {
    flex: 1 1 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.demo-form-section {
    background: linear-gradient(135deg, var(--color-dark-gray) 0%, #1a1a1a 100%);
    padding: 30px 20px;
    
    position: relative;
    overflow: hidden;

}

.demo-description p {
    font-size: 0.85rem;
    
    margin-bottom: 1rem;
    
    line-height: 1.4;
}

.demo-description h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}


.demo-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23F76C2F" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.step-indicator {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.form-title {
    color: var(--color-white);
    font-size: 1.5rem;
    
    margin-bottom: 0.8rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.form-label {
    display: block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 0.85rem;
    
    margin-bottom: 0.3rem;
}

.form-input {
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--color-white);
    transition: all 0.3s ease;
    padding: 0.75rem 1rem;
    
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
}

.form-input:focus {
    outline: none;
    border-color: var(--color-primary-orange);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(247, 108, 47, 0.3);
    transform: translateY(-2px);
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.submit-button {
    width: 100%;
    background: linear-gradient(45deg, var(--color-primary-orange), var(--color-light-orange));
    color: var(--color-white);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0.8rem;
    
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(247, 108, 47, 0.3);
}

.submit-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.submit-button:hover::before {
    width: 300px;
    height: 300px;
}

.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(247, 108, 47, 0.4);
}


.testimonials-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--color-very-light-gray) 0%, var(--color-off-white) 100%);
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-dark-gray);
    margin-bottom: 3rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, var(--color-primary-orange), var(--color-light-orange));
    border-radius: 2px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.testimonial-card {
    background: var(--color-white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, var(--color-primary-orange), var(--color-light-orange));
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    transform: perspective(1000px) rotateY(5deg) rotateX(5deg) translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.testimonial-text {
    font-style: italic;
    font-size: 1.1rem;
    color: var(--color-medium-gray);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.testimonial-author {
    font-weight: 600;
    color: var(--color-dark-gray);
    font-size: 1rem;
}

.testimonial-role {
    color: var(--color-primary-orange);
    font-size: 0.9rem;
    margin-top: 0.5rem;
}




.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid var(--color-light-gray);
    border-top: 4px solid var(--color-primary-orange);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.fade-in {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media (max-width: 768px) {

    .demo-description,
    .demo-form-section {
        padding: 15px;
    }

    .demo-description h3 {
        font-size: 1.6rem;
    }

    .form-title {
        font-size: 1.3rem;
    }
}


.demo-form-section {
    position: relative;
    overflow: hidden;
}

.bg-shape {
    position: absolute;
    pointer-events: none;
    opacity: 0.2;
}

.bg-shape.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: -30px;
    right: -40px;
    background: var(--color-light-orange);
    animation: float-shape-1 8s ease-in-out infinite alternate;
}

.bg-shape.square {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    bottom: -30px;
    left: -40px;
    background: var(--color-primary-orange);
    animation: float-shape-2 10s ease-in-out infinite alternate;
}

.bg-shape.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-light-gray);
    animation: float-shape-3 12s ease-in-out infinite alternate;
}


@keyframes float-shape-1 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(20px);
    }
}

@keyframes float-shape-2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(20px);
    }
}

@keyframes float-shape-3 {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

#progress-bar {
    -webkit-appearance: none;
    width: 90%;
    height: 2px;
    
    opacity: 0.5;
    
    border-radius: 30px;
    background: rgba(224, 224, 224, 0.3);
    outline: none;
    transition: background 0.2s ease, opacity 0.2s ease;
}

#progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-primary-orange);
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#progress-bar::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: var(--color-primary-orange);
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}



@keyframes fall {
    0% {
        transform: translateY(-10px) rotate(0deg);
        opacity: 1
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0
    }
}

.confetti {
    position: fixed;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    animation-name: fall;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.success-message.decorated {
    background: var(--color-primary-orange);
    color: #fff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.success-message {
    color: #28a745;
    font-size: 1.1em;
    margin-top: 1rem;
    text-align: center;
}

@media (max-width: 768px) {

    
    .container,
    .blog-container {
        width: 100%;
        padding: 0 1rem;
    }

    
    .blog-grid,
    .posts-grid,
    .related-posts {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    
    .post-card img,
    .featured-image,
    .post-content img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    
    .content-area,
    .sidebar {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sidebar {
        display: none;
        
    }

    
    .post-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }

    .post-meta,
    .breadcrumb {
        font-size: 0.8rem !important;
    }

    .post-content {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

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

    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
    }
}