
:root {
    --bs-primary: #091D41;
    --bs-secondary: #E75634;
    --bs-dark: #071837;
    --bs-light: #F5F6F8;
    --lf-accent-warm: #EE9445;
    --lf-accent-hot: #D43C2C;
    --lf-hover-fast: 100ms ease-out;
    --lf-hover-medium: 140ms ease-out;
    --lf-hover-slow: 180ms ease-out;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--bs-primary);
}

/* Kill all transitions by default — only opt-in where needed */
*, *::before, *::after {
    transition: none !important;
}

/* === Transition opt-ins === */
.navbar .nav-link { transition: color var(--lf-hover-fast) !important; }
.btn { transition: background var(--lf-hover-fast), box-shadow var(--lf-hover-fast), transform var(--lf-hover-fast) !important; }
.feature .feature-item { transition: box-shadow var(--lf-hover-medium), transform var(--lf-hover-medium) !important; }
.feature .feature-item .feature-icon { transition: background-color var(--lf-hover-fast), color var(--lf-hover-fast) !important; }
.service .service-item { transition: box-shadow var(--lf-hover-medium), transform var(--lf-hover-medium) !important; }
.service .service-item .service-img .service-icon { transition: background-color var(--lf-hover-fast) !important; }
.navbar .dropdown-menu { transition: opacity var(--lf-hover-fast), transform var(--lf-hover-fast) !important; }
.dropdown .dropdown-item { transition: color var(--lf-hover-fast), background-color var(--lf-hover-fast) !important; }
.footer a { transition: color var(--lf-hover-fast) !important; }
.lf-hero__btn { transition: transform var(--lf-hover-fast), box-shadow var(--lf-hover-fast) !important; }
.r_container button[type="submit"] { transition: transform var(--lf-hover-fast), box-shadow var(--lf-hover-fast) !important; }
.r_container input, .r_container select { transition: border-color var(--lf-hover-fast), box-shadow var(--lf-hover-fast) !important; }
.back-to-top { transition: transform var(--lf-hover-fast), box-shadow var(--lf-hover-fast) !important; }
.service .service-content .h4 { transition: color var(--lf-hover-fast) !important; }

/* === Hover: Primary CTA buttons — scale + glow surge === */
.btn.btn-primary:hover {
    transform: translateY(-2px) scale(1.03);
}
.navbar .nav-btn .btn:hover {
    transform: translateY(-1px) scale(1.04);
}

/* === Hover: Hero buttons — dramatic lift === */
.lf-hero__btn--primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 36px rgba(212, 60, 44, 0.45);
}
.lf-hero__btn--outline:hover {
    transform: translateY(-2px);
}

/* === Hover: Back-to-top — pop up === */
.back-to-top:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 8px 24px rgba(212, 60, 44, 0.3);
}

/* === Hover: Form submit — lift + glow === */
.r_container button[type="submit"]:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 28px rgba(212, 60, 44, 0.4);
}

/* === Focus: Form inputs — warm ring === */
.r_container input:focus,
.r_container select:focus {
    outline: none;
    border-color: var(--lf-accent-warm);
    box-shadow: 0 0 0 3px rgba(238, 148, 69, 0.15);
}

/* === Hover: Service card titles === */
.service .service-item .service-content .h4:hover {
    color: var(--lf-accent-warm);
}

.lf-brand-logo {
    display: block;
    height: 48px;
    width: auto;
}

.lf-brand-logo--footer {
    height: 50px;
    width: auto;
}

.lf-cta-disabled {
    pointer-events: none;
    opacity: 0.7;
    filter: grayscale(0.15);
    cursor: default;
}

.lf-contact-email {
    word-break: break-word;
}

.dropdown-item.lf-cta-disabled {
    color: var(--bs-primary);
    font-weight: 600;
}

.r_container {
    background: #fff;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(7, 24, 55, 0.08);
    border-radius: 16px;
    width: 100%;
    max-width: 720px;
    margin: 60px auto;
}

.r_container form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.r_form-group {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    flex-direction: column;
}

.r_container form label {
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--bs-primary);
}

.r_container form input {
    padding: 12px 14px;
    font-size: 16px;
    border: 1px solid #d7dce4;
    border-radius: 10px;
}

.r_container button[type="submit"] {
    padding: 12px 24px;
    font-size: 16px;
    background: linear-gradient(135deg, var(--lf-accent-warm), var(--lf-accent-hot));
    color: #fff;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(212, 60, 44, 0.2);
    transition: box-shadow var(--lf-hover-fast), transform var(--lf-hover-fast);
}

.r_container button[type="submit"]:hover {
    background: linear-gradient(135deg, var(--lf-accent-hot), #b8321f);
    box-shadow: 0 6px 24px rgba(212, 60, 44, 0.35);
    transform: translateY(-1px);
}

#r_message {
    margin-top: 20px;
    font-size: 16px;
}

@media (max-width: 600px) {
    .r_form-group {
        flex: 1 1 100%;
    }
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: opacity var(--lf-hover-fast), background-color var(--lf-hover-fast), color var(--lf-hover-fast), transform var(--lf-hover-fast);
    z-index: 99;
    cursor: pointer;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: background-color var(--lf-hover-fast), color var(--lf-hover-fast), border-color var(--lf-hover-fast), box-shadow var(--lf-hover-fast), transform var(--lf-hover-fast);
    cursor: pointer;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    background: linear-gradient(135deg, var(--lf-accent-warm), var(--lf-accent-hot));
    color: var(--bs-white);
    border: none;
    box-shadow: 0 4px 16px rgba(212, 60, 44, 0.2);
}

.btn.btn-primary:hover {
    background: linear-gradient(135deg, var(--lf-accent-hot), #b8321f);
    color: var(--bs-white);
    box-shadow: 0 6px 24px rgba(212, 60, 44, 0.35);
    transform: translateY(-1px);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-primary);
    background: rgba(9, 29, 65, 0.08);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a {
    transition: color var(--lf-hover-fast), background-color var(--lf-hover-fast);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: rgba(238, 148, 69, 0.06);
    color: var(--lf-accent-warm);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-white);
    box-shadow: 0 8px 24px rgba(7, 24, 55, 0.1);
    padding: 6px 0;
    border: 0;
    border-radius: 8px;
    transition: opacity var(--lf-hover-fast), transform var(--lf-hover-fast);
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar ***/
.nav-bar {
    background: #fff;
    position: sticky;
    top: 0 !important;
    z-index: 1020;
    padding: 0 !important;
    transition: box-shadow var(--lf-hover-medium);
}

.nav-bar .navbar { padding: 4px 0; margin: 0; }
.navbar-brand img { height: 48px; width: auto; }

.navbar .nav-link {
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--bs-primary);
    letter-spacing: 0.01em;
    transition: color var(--lf-hover-fast);
}

.navbar .nav-item { display: flex; align-items: center; padding: 0 16px; }
.navbar .nav-btn { display: flex; align-items: center; }
.navbar .nav-btn .btn { padding-top: 8px !important; padding-bottom: 8px !important; font-size: 0.88rem; margin-left: 8px; }

.navbar .nav-item:hover,
.navbar .nav-item:hover .nav-link { color: var(--lf-accent-warm); }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 0.8em;
    opacity: 0.5;
}

.dropdown .dropdown-item {
    padding: 8px 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: var(--bs-primary);
    transition: color var(--lf-hover-fast), background-color var(--lf-hover-fast);
}

.dropdown .dropdown-item:hover {
    background: rgba(238, 148, 69, 0.06);
    color: var(--lf-accent-warm);
}

/* Mobile nav */
@media (max-width: 991px) {
    .navbar { padding: 16px 0; }
    .navbar .nav-item { padding: 14px 20px; flex-direction: column; align-items: start; }
    .navbar .nav-btn { padding: 14px 20px 0; }
    .navbar .navbar-nav { width: 100%; margin-top: 16px; padding: 8px 0 16px; border-top: 1px solid rgba(9, 29, 65, 0.08); }
    .navbar-toggler { padding: 8px 15px; border: 1px solid var(--bs-primary); color: var(--bs-primary); }
}

/* Desktop nav */
@media (min-width: 992px) {
    .navbar .navbar-nav { display: flex; align-items: center; margin-left: auto !important; margin-right: 0 !important; }
    .navbar .nav-btn { flex-shrink: 0; padding-left: 12px; }
    .navbar .dropdown-menu {
        display: block; visibility: hidden; top: 100%; transform: translateY(8px);
        border: 0; border-radius: 8px; background: #fff;
        box-shadow: 0 8px 24px rgba(7, 24, 55, 0.1);
        transition: opacity var(--lf-hover-fast), transform var(--lf-hover-fast);
        opacity: 0; padding: 6px 0;
    }
    .navbar .nav-item:hover .dropdown-menu { transform: translateY(0); visibility: visible; opacity: 1; }
}


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color var(--lf-hover-fast), color var(--lf-hover-fast), box-shadow var(--lf-hover-fast), transform var(--lf-hover-fast);
    cursor: pointer;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
    transform: translateX(-50%) scale(1.02);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Lendova Hero Start ***/
.lf-hero {
    position: relative;
    background: var(--bs-primary);
    padding: 90px 0 100px;
    overflow: hidden;
}

.lf-hero__accent {
    position: absolute;
    top: -30%;
    right: -8%;
    width: 48%;
    height: 160%;
    background: linear-gradient(155deg, var(--lf-accent-warm) 0%, var(--lf-accent-hot) 60%, var(--bs-primary) 100%);
    transform: skewX(-14deg);
    opacity: 0.07;
    pointer-events: none;
}

.lf-hero__title {
    font-family: 'DM Sans', sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.lf-hero__subtitle {
    font-size: 1.12rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 40px;
    max-width: 520px;
}

.lf-hero__cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

.lf-hero__btn {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    transition: transform var(--lf-hover-fast), box-shadow var(--lf-hover-fast), background var(--lf-hover-fast), border-color var(--lf-hover-fast);
    letter-spacing: 0.01em;
}

.lf-hero__btn--primary {
    background: linear-gradient(135deg, var(--lf-accent-warm), var(--lf-accent-hot));
    color: #fff;
    box-shadow: 0 6px 24px rgba(212, 60, 44, 0.28);
}

.lf-hero__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(212, 60, 44, 0.4);
    color: #fff;
}

.lf-hero__btn--outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.lf-hero__btn--outline:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    transform: translateY(-2px);
}

.lf-hero__trust {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.lf-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.lf-hero__trust-item i {
    color: var(--lf-accent-warm);
    font-size: 0.8rem;
}

.lf-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lf-hero__img {
    width: 100%;
    max-width: 460px;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
    animation: lf-hero-float 6s ease-in-out infinite;
}

@keyframes lf-hero-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@media (max-width: 991px) {
    .lf-hero {
        padding: 60px 0 72px;
        text-align: center;
    }

    .lf-hero__title {
        font-size: 2.5rem;
    }

    .lf-hero__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .lf-hero__cta {
        justify-content: center;
    }

    .lf-hero__trust {
        justify-content: center;
    }

    .lf-hero__visual {
        margin-top: 48px;
    }

    .lf-hero__img {
        max-width: 340px;
    }

    .lf-hero__accent {
        width: 80%;
        right: -20%;
    }
}

@media (max-width: 576px) {
    .lf-hero {
        padding: 48px 0 60px;
    }

    .lf-hero__title {
        font-size: 2rem;
    }

    .lf-hero__subtitle {
        font-size: 1rem;
    }

    .lf-hero__trust {
        gap: 16px;
    }

    .lf-hero__btn {
        width: 100%;
        justify-content: center;
    }
}
/*** Lendova Hero End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(9, 29, 65, 0.9), rgba(7, 24, 55, 0.55)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: background var(--lf-hover-medium);
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 12px;
    background: var(--bs-white);
    box-shadow: 0 1px 3px rgba(7, 24, 55, 0.04);
    border: 1px solid rgba(9, 29, 65, 0.06);
    transition: box-shadow var(--lf-hover-medium), transform var(--lf-hover-medium), border-color var(--lf-hover-medium);
}

.feature .feature-item.pt-0 {
    padding-top: 24px !important;
}

.feature .feature-item:hover {
    box-shadow: 0 12px 32px rgba(7, 24, 55, 0.1);
    transform: translateY(-4px);
    border-color: rgba(9, 29, 65, 0.1);
}

.feature .feature-item .feature-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(9, 29, 65, 0.04);
    color: var(--bs-primary);
    transition: background-color var(--lf-hover-medium), color var(--lf-hover-medium);
}

.feature .feature-item:hover .feature-icon {
    background: rgba(238, 148, 69, 0.1);
    color: var(--lf-accent-warm);
}

.feature .feature-item h4 {
    color: var(--bs-primary);
    font-family: 'DM Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}

.feature .feature-item p {
    color: var(--bs-primary);
    font-size: 0.9rem;
    line-height: 1.65;
    opacity: 0.7;
    margin-bottom: 0;
}

.feature .feature-item:hover a.btn {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 12px;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(9, 29, 65, 0.06);
    transition: transform var(--lf-hover-medium), box-shadow var(--lf-hover-medium);
}

.service .service-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(7, 24, 55, 0.1);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-img img {
    transition: transform var(--lf-hover-slow);
}

.service .service-item:hover .service-img img {
    transform: scale(1.04);
}

.service .service-item .service-img .service-icon {
    position: absolute;
    bottom: 0;
    right: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background-color var(--lf-hover-fast);
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: color var(--lf-hover-fast);
}

.service .service-item:hover .service-img .service-icon {
    background: var(--lf-accent-warm);
}

.service .service-item:hover .service-img .service-icon i {
    color: var(--bs-white);
}

.service .service-content {
    position: relative;
    background: var(--bs-white);
}

.service .service-item .service-content .service-content-inner .h4 {
    color: var(--bs-primary);
    transition: color var(--lf-hover-fast);
}

.service .service-item:hover .service-content .service-content-inner .h4 {
    color: var(--lf-accent-warm);
}

.service .service-item .service-content .service-content-inner p {
    color: var(--bs-primary);
    opacity: 0.7;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    border: 1px solid rgba(9, 29, 65, 0.08);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: var(--bs-primary);
    font-size: 18px;
    cursor: pointer;
    transition: background-color var(--lf-hover-fast), color var(--lf-hover-fast);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-white);
}
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: box-shadow var(--lf-hover-medium), transform var(--lf-hover-medium), background-color var(--lf-hover-fast);
    cursor: pointer;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: transform var(--lf-hover-slow);
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.08);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(9, 29, 65, 0.2);
    transition: height var(--lf-hover-medium), background-color var(--lf-hover-fast);
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item {
    transition: transform var(--lf-hover-medium), box-shadow var(--lf-hover-medium);
    cursor: pointer;
}

.team .team-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(7, 24, 55, 0.16);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: transform var(--lf-hover-slow);
}

.team .team-item:hover .team-img img {
    transform: scale(1.06);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: height var(--lf-hover-medium), background-color var(--lf-hover-fast);
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: margin-bottom var(--lf-hover-medium);
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: background-color var(--lf-hover-fast), color var(--lf-hover-fast);
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: background-color var(--lf-hover-fast), color var(--lf-hover-fast), box-shadow var(--lf-hover-fast), transform var(--lf-hover-fast);
    cursor: pointer;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(7, 24, 55, 0.16);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: background-color var(--lf-hover-fast), color var(--lf-hover-fast), box-shadow var(--lf-hover-fast), transform var(--lf-hover-fast);
    cursor: pointer;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(7, 24, 55, 0.16);
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: rgba(255, 255, 255, 0.55);
    transition: color var(--lf-hover-fast);
}

.footer .footer-item p {
    line-height: 35px;
    color: rgba(255, 255, 255, 0.55);
}

.footer .footer-item a:hover {
    color: var(--lf-accent-warm);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: background-color var(--lf-hover-fast), color var(--lf-hover-fast);
}

.footer .footer-item .footer-btn a {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--lf-accent-warm);
    color: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: transform var(--lf-hover-slow);
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.08);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--lf-hover-fast), background-color var(--lf-hover-fast);
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/
