/**======================================================================
=========================================================================
Template Name: Dashboard Bootstrap 5 Admin Template
Author: WorkDo.io
Support: [support link]
File: style.css
=========================================================================
=================================================================================== */
body {
    margin: 0;
    overflow-x: hidden;
    /*background: #FFFFFF !important;*/
}

a {
    outline: none;
    text-decoration: none;
}

a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

.bg-dark {
    background: #002332 !important;
    color: #ffffff;
}

.bg-dark p {
    color: #ffffff;
}

.bg-dark .title h2 {
    color: #fff;
}

.bg-dark .title h2 span {
    color: #fff;
}

.bg-dark .card {
    background: #03364B;
    box-shadow: none;
    border-color: #114860 !important;
}

.theme-alt-bg {
    background: #ededed;
}

.container {
    max-width: 1540px;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

.main-header .navbar {
    padding: 15px 0;
}

.main-header .navbar .navbar-nav .nav-item .nav-link {
    color: #002332;
    font-weight: 500;
}

.main-header .navbar .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-header .navbar .btn.rounded {
    border-radius: 30px !important;
}

.main-header .navbar-toggler {
    border-color: var(--bs-white);
    padding: 0;
    width: 45px;
    height: 45px;
}
.navbar-toggler-icon{
    color: var(--bs-white);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.main-header .navbar-expand-md .navbar-collapse.show {
        left: 0px;
        background: #fff;
        box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    }

@media only screen and (max-width: 991px) {
    .main-header .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .main-header .navbar-expand-md .navbar-collapse {
        position: fixed;
        top: 0;
        left: -255px;
        bottom: 0;
        z-index: 1026;
        box-shadow: none;
        transition: all 0.15s ease-in-out;
        display: block !important;
        width: 255px;
        padding: 50px 20px 30px;
        height: 100% !important;
    }

    .main-header .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    .main-header .navbar-expand-md .navbar-collapse .navbar-toggler {
        position: absolute;
        top: 0;
        width: 100%;
        height: 35px;
        right: 0;
        border-radius: 0;
        border-width: 0;
        text-align: right;
        padding: 0 15px;
    }

    .main-header .navbar-expand-md .navbar-collapse .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    }
}

@media only screen and (max-width: 768px) {
    .main-header .hide-mob {
        display: none;
    }

    .main-header .btn.rounded {
        width: 45px;
        height: 45px;
        padding: 0;
    }

    .main-header .announcement p {
        font-size: 11px;
    }
    .banner-btn{
        gap: 10px !important;
    }

    .main-header .navbar-expand-md .navbar-collapse.show {
        left: 0px;
        background: black!important;
        box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    }

    ul.lnding-menubar {
        display: list-item;
    }
}

@media only screen and (max-width: 575px) {
    .main-header .navbar-toggler {
        width: 35px;
        height: 35px;
    }

    .main-header .btn {
        width: 35px;
        height: 35px;
        padding: 3px !important;
    }
    .btn{
        padding: 8px 12px !important;
    }
      .product-section #sortForm {
        margin: 0 0 10px 0 !important;
        text-align: right;
    }

}

.main-banner {
    padding-top: 170px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.main-banner .container-offset {
    position: relative;
    margin-left: calc((100% - 1540px) / 2);
    padding-left: 15px;
}

.main-banner .dash-preview {
    position: relative;
    padding-top: 56.4%;
    right: -80px;
}

.main-banner .dash-preview img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.section-gap {
    padding: 60px 0;
}

.features-section {
    margin-bottom: 330px;
}

.features-section .features-preview {
    margin-bottom: -390px;
}

.img-fluid.header-img {
    width: 100%;
}

.screenshot-card {
    position: relative;
}

.screenshot-card .pr-btn {
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-card {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.price-card .price-badge {
    color: #fff !important;
    padding: 7px 24px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-card .p-price {
    font-size: 50px;
    display: block;
    border-bottom: 1px solid #C5D8DF;
}

.price-card .list-unstyled {
    display: inline-block;
}

.price-card .list-unstyled li {
    display: flex;
    align-items: center;
}

.price-card .list-unstyled li + li {
    margin-top: 8px;
}

.site-footer .footer-row {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.site-footer .footer-row .ftr-col {
    width: 100%;
    flex: 1;
}

.site-footer .footer-row .ftr-col.cmp-detail {
    max-width: 300px;
    flex: 0 0 300px;
}

.site-footer .footer-row .ftr-col.ftr-subscribe {
    max-width: 460px;
    flex: 0 0 460px;
}

.site-footer .footer-row .ftr-col:not(:first-of-type) {
    padding-left: 60px;
}

.site-footer .footer-row .ftr-col .list-unstyled {
    margin-bottom: 0;
}

.site-footer .footer-row .ftr-col .list-unstyled li a {
    color: #f8f9fa;
}

.site-footer .footer-row .ftr-col .list-unstyled li + li {
    margin-top: 8px;
}

@media screen and (max-width: 1260px) {
    .site-footer .footer-row .ftr-col:not(:first-of-type) {
        padding-left: 40px;
    }

    .site-footer .footer-row .ftr-col.ftr-subscribe {
        max-width: 370px;
        flex: 0 0 370px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer .footer-row .ftr-col.ftr-subscribe {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-row .ftr-col {
        width: 100%;
        flex: 0 0 100%;
    }

    .site-footer .footer-row .ftr-col:not(:first-of-type) {
        padding-left: 0;
        margin-top: 15px;
    }

    .site-footer .footer-row .ftr-col.cmp-detail {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.site-footer .footer-row .ftr-subscribe form .input-wrapper {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.site-footer .footer-row .ftr-subscribe form .input-wrapper input {
    padding: 15px 105px 15px 15px;
    width: 100%;
    border-radius: 10px;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.site-footer .footer-row .ftr-subscribe form .input-wrapper .btn {
    position: absolute;
    top: 5px;
    left: auto;
    right: 5px;
}

.chat-info {
    padding-top: 170px;
    padding-bottom: 80px;
}

.chat-info .social-list {
    display: flex;
    flex-wrap: wrap;
}

.chat-info .social-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
}

.chat-info .social-list li a svg {
    width: 25px;
    height: 25px;
}

.common-banner {
    padding-top: 170px;
    overflow: hidden;
}

.common-banner .title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.common-banner .header-img {
    margin-bottom: -2px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    outline: none;
    z-index: 1;
    padding: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.slick-slider .slick-arrow.slick-next {
    right: 0;
}

.slick-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%) scale(-1);
}

.wrdcmp-slider .user-wrd {
    padding: 0 60px;
}

@media screen and (max-width: 1260px) {
    .main-banner .container-offset {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-banner {
        padding-top: 130px;
        padding-bottom: 40px;
    }

    .main-banner .dash-preview {
        right: -15px;
        padding-top: 67%;
    }

    .section-gap {
        padding: 40px 0;
    }

    .features-section {
        margin-bottom: 250px;
    }

    .features-section .features-preview {
        margin-bottom: -250px;
    }

    .chat-info {
        padding-top: 130px;
        padding-bottom: 40px;
    }

    .common-banner {
        padding-top: 110px;
    }

    .features-section .features-preview {
        margin: 0 auto -220px !important;
    }

    .features-section {
        margin-bottom: 190px !important;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner .container-offset {
        padding: 0 15px;
    }

    .main-banner .dash-preview {
        right: 0;
    }

    .site-footer .footer-row {
        padding: 40px 0;
    }

    .wrdcmp-slider .user-wrd {
        padding: 0;
    }

    .wrdcmp-slider .slick-arrow {
        opacity: 1;
        top: auto;
        transform: translateY(0);
        bottom: 0;
    }

    .wrdcmp-slider .slick-arrow.slick-prev {
        transform: translateY(0) scale(-1);
        left: calc(50% - 50px);
    }

    .wrdcmp-slider .slick-arrow.slick-next {
        right: calc(50% - 50px);
    }

    .wrdcmp-slider {
        padding-bottom: 65px;
    }

    .main-header .navbar {
        padding: 10px 0 0px !important;
    }

    .res-img {
        margin-top: 25px !important;
    }

    .faqs .accordion-button {
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .features-section .features-preview {
        margin: 0 auto -120px !important;
    }

    .features-section {
        margin-bottom: 80px !important;
    }

    .theme-avtar {
        width: 30px;
        height: 30px;
    }
}

.subscription .card.price-card {
    margin-bottom: 0 !important;
    height: 100%;
}

.subscription .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* Landing-page Custom-menu */
.lnding-menubar {
    display: flex;
    align-items: center;
    color: #000000;
}

.lnding-menubar li {
    list-style-type: none;

}

.lnding-menubar li a {
    color: #000000;
    text-transform: capitalize;
}

.lnding-menubar li.has-item>a {
    padding-right: 20px;
}

.lnding-menubar li.has-item .menu-dropdown {
    position: absolute;
    top: 130%;
    background-color: #ffffff;
    transform-origin: top;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    z-index: 2;
    padding: 15px;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.lnding-menubar li.has-item .menu-dropdown a{
    color: #060606 !important;
}
.lnding-menubar li.has-item:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.lnding-menubar li.has-item .menu-dropdown li.lnk-itm>.dropdown-item {
    margin-bottom: 7px;
}

.lnding-menubar li.has-item .menu-dropdown li.lnk-itm:not(:last-of-type) {
    margin-bottom: 15px;
}

.lnding-menubar li.has-item .menu-dropdown li.lnk-itm .lnk-child li:not(:last-of-type) {
    margin-bottom: 10px;
}

.lnding-menubar li.has-item .menu-dropdown li.lnk-itm .lnk-child li {
    list-style-type: disc;
}


 /* campaigns */

 .product-section .card {
    height: 100%;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #ECECEC 100%);
}

.product-section .card .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.product-section .card .card-body .card-top {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-section .card-bottom {
    flex-wrap: wrap;
}

.product-section .card-bottom .btn {
    background-color: #fff;
    border: solid 1px #013D29;
    padding: 7px 10px;
    border-radius: 50%;
}

.product-section .card-bottom .btn-preview {
    border-radius: 30px;
}

.product-section .card-bottom .btn svg path {
    fill: #000;
}

.product-section .card-bottom i {
    color: #000;
    font-size: 20px;
}

.product-section .card .avatar-wrp .theme-avtar,
.product-section .card .avatar-wrp h3 {
    margin: 0;
}

a {
    cursor: pointer;
}

.card-bottom .ml-auto {
    margin-left: auto;
    /* Pushes the buttons to the rightmost side */
}

.campaign-card .productes-list {
    display: flex;
    gap: 20px;
}

/* previous */
.campaign-slider .swiper-button-prev,
.campaign-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: black;
}

.campaign-slider .swiper-button-prev svg,
.campaign-slider .swiper-button-next svg {
    width: 15px;
    height: 15px;


}

.campaign-slider .swiper-button-prev::after,
.campaign-slider .swiper-button-next::after {
    display: none;
}

/* end arrow */

.campaign-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.search-box .select-box {
    max-width: 260px;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3px;
}

.category-option {
    border: 1px solid #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Custom styling for the select element */
.custom-select {
    width: 150px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 10px;
}

/* Optional: Reduce padding and font size for a smaller appearance */
.custom-select .form-control {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    /* Smaller font size */
}

.product-section #sortForm {
    max-width: 150px;
    width: 100%;
    margin-left: auto;
}
.site-footer {
    background: #212529;
    color: #f8f9fa;
}

.site-footer h2 {
    color: #f8f9fa;
}

/* ========================================================================
   MODERN HERO SECTION ENHANCEMENTS
   ======================================================================== */

/* Gradient Background Variations */
.hero-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-gradient-tech {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
}

.hero-gradient-nature {
    background: linear-gradient(135deg, #134e5e 0%, #71b280 100%);
}

.hero-gradient-minimal {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hero-gradient-warm {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
}

.hero-gradient-cool {
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
}

/* Animated Gradient Background */
.hero-gradient-animated {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Hero Background with Mesh Pattern */
.hero-mesh-bg {
    background-color: #0a0a0a;
    background-image:
        radial-gradient(at 40% 20%, hsla(28, 100%, 74%, 0.3) 0px, transparent 50%),
        radial-gradient(at 80% 0%, hsla(189, 100%, 56%, 0.2) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(355, 85%, 63%, 0.2) 0px, transparent 50%),
        radial-gradient(at 80% 50%, hsla(340, 100%, 76%, 0.2) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(22, 100%, 77%, 0.2) 0px, transparent 50%),
        radial-gradient(at 80% 100%, hsla(242, 100%, 70%, 0.2) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(343, 100%, 76%, 0.2) 0px, transparent 50%);
}

/* Glassmorphism Hero Card */
.hero-glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

/* Floating Animation for Hero Elements */
.hero-float-element {
    animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.hero-float-element-delayed {
    animation: heroFloat 6s ease-in-out infinite;
    animation-delay: 2s;
}

.hero-float-element-slow {
    animation: heroFloat 8s ease-in-out infinite;
    animation-delay: 4s;
}

/* Scroll-triggered Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Trust Badge Styling */
.trust-badge-container {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.trust-badge-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    color: white;
}

.trust-badge-text {
    font-weight: 600;
    color: #1a1a2e;
    font-size: 14px;
}

.trust-badge-subtext {
    font-size: 12px;
    color: #666;
}

/* Animated Counter Styles */
.counter-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 40px 0;
}

.counter-item {
    text-align: center;
    padding: 20px;
}

.counter-number {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.counter-number.animate {
    animation: countPulse 0.5s ease-out;
}

@keyframes countPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.counter-label {
    font-size: 16px;
    color: #666;
    margin-top: 8px;
    font-weight: 500;
}

.counter-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #ddd, transparent);
}

/* CTA Button Glow Effect */
.cta-button-glow {
    position: relative;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.cta-button-glow:hover::before {
    left: 100%;
}

.cta-button-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.4);
}

.cta-button-glow-secondary {
    background: transparent;
    border: 2px solid #667eea;
    color: #667eea;
}

.cta-button-glow-secondary:hover {
    background: #667eea;
    color: white;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

/* Hero Text Animations */
.hero-title-animate {
    animation: titleReveal 1s ease-out forwards;
}

@keyframes titleReveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle-animate {
    animation: subtitleReveal 1s ease-out 0.3s forwards;
    opacity: 0;
}

@keyframes subtitleReveal {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-cta-animate {
    animation: ctaReveal 1s ease-out 0.6s forwards;
    opacity: 0;
}

@keyframes ctaReveal {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Section Decorative Shapes */
.hero-shape-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: shapeFloat 10s ease-in-out infinite;
}

.hero-shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    top: -100px;
    right: -100px;
}

.hero-shape-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #f093fb, #f5576c);
    bottom: -50px;
    left: -50px;
    animation-delay: 3s;
}

.hero-shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    top: 50%;
    left: 30%;
    animation-delay: 5s;
}

@keyframes shapeFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -20px) rotate(5deg); }
    50% { transform: translate(-10px, 10px) rotate(-5deg); }
    75% { transform: translate(15px, 5px) rotate(3deg); }
}

/* Modern Main Banner Enhancement */
.main-banner-enhanced {
    position: relative;
    padding-top: 170px;
    padding-bottom: 80px;
    overflow-x: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.main-banner-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.1) 0%, transparent 50%);
    z-index: 0;
}

.main-banner-enhanced > * {
    position: relative;
    z-index: 1;
}

/* Hero Dashboard Preview Enhancement */
.dash-preview-enhanced {
    position: relative;
    padding-top: 56.4%;
    right: -80px;
    border-radius: 16px;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(0, 0, 0, 0.05);
}

.dash-preview-enhanced::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 18px;
    z-index: -1;
    opacity: 0.5;
}

.dash-preview-enhanced img {
    border-radius: 16px;
}

/* Responsive Adjustments for Hero Enhancements */
@media only screen and (max-width: 991px) {
    .trust-badge-container {
        flex-wrap: wrap;
        gap: 16px;
    }

    .trust-badge {
        padding: 10px 16px;
    }

    .counter-container {
        gap: 24px;
    }

    .counter-number {
        font-size: 36px;
    }

    .cta-button-glow {
        padding: 14px 28px;
        font-size: 16px;
    }

    .hero-shape-1 {
        width: 200px;
        height: 200px;
    }

    .hero-shape-2 {
        width: 150px;
        height: 150px;
    }

    .hero-shape-3 {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .trust-badge-container {
        flex-direction: column;
        gap: 12px;
    }

    .trust-badge {
        width: 100%;
        justify-content: center;
    }

    .counter-container {
        flex-direction: column;
        gap: 20px;
    }

    .counter-divider {
        display: none;
    }

    .counter-number {
        font-size: 32px;
    }

    .counter-label {
        font-size: 14px;
    }

    .cta-button-glow {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
    }

    .hero-shape-circle {
        display: none;
    }

    .main-banner-enhanced {
        padding-top: 130px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .trust-badge-icon {
        width: 24px;
        height: 24px;
    }

    .trust-badge-text {
        font-size: 12px;
    }

    .counter-item {
        padding: 15px;
    }
}