
/* html > body {
    overflow-x: hidden !important;
} */
/* html, body {
    width: 100%;          
    max-width: 100%;      
    overflow-x: hidden;  
} */
 body,
.wrapper {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

.btn.get-btn:hover {
    background-color: #adb5bd !important;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: Poppins, sans-serif; */
    font-family: Mulish, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

aside,
section {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
}

.font-medium {
    font-weight: 500 !important;
}

/* Top Announcement Bar */
.announcement-bar {
    /* background: linear-gradient(135deg, #25D366 0%, #128C7E 100%); */
    color: white;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    overflow: hidden;
    white-space: nowrap;
    /* box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3); */
}

.announcement-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    display: inline-block;
    animation: slide-left 15s linear infinite;
    font-weight: 500;
    font-size: 13px;
}

.announcement-text {
    display: flex;
    align-items: center;
    display: inline-block;
    white-space: nowrap;
}

.announcement-divider {
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

/* Modern Navbar */
.modern-navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    padding: 15px 0;
    top: 36px !important;
    /* Fixed: Changed from 40px to 36px to remove gap */
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    /* Added to ensure no margin */
}

.modern-navbar.scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

@keyframes slide-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Logo Styling */
.navbar-brand {
    padding: 0 !important;
    margin-right: 2rem;
}

.navbar-brand-img {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

/* Modern Toggle Button */
.modern-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.toggler-icon {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.modern-toggler[aria-expanded="true"] .toggler-icon:nth-child(1) {
    transform: rotate(46deg) translate(7px, 6px);
}

.modern-toggler[aria-expanded="true"] .toggler-icon:nth-child(2) {
    opacity: 0;
}

.modern-toggler[aria-expanded="true"] .toggler-icon:nth-child(3) {
    transform: rotate(-46deg) translate(8px, -7px);
}

:root[data-theme=light] #mainNav .navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;

}

/* Navigation Links */
.modern-nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 10px 15px !important;
    margin: 0 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}

.modern-nav-link:hover {
    /* color: #25D366 !important; */
    background: rgb(130 130 130 / 10%);
    transform: translateY(-2px);
}

.modern-nav-link.active {
    /* color: #25D366 !important; */
    background: rgba(37, 211, 102, 0.15);
}

/* Special Button Styles */
.register-btn {
    /* background: linear-gradient(135deg, #25D366 0%, #128C7E 100%); */
    color: white !important;
    border-radius: 10px;
    padding: 10px 20px !important;
    font-weight: 600;
    /* border:1px solid; */
    /* box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3); */
    transition: all 0.3s ease;
}

.register-btn:hover {
    /* background: linear-gradient(135deg, #128C7E 0%, #075E54 100%); */

    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid
        /* box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4); */
}

.login-btn {
    background: transparent;
    /* color: #424242 !important; */
    /* border: 2px solid #424242; */
    border-radius: 10px;
    padding: 8px 18px !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login-btn:hover {
    /* background: #25D366; */
    /* color: white !important; */
    transform: translateY(-2px);
    /* box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3); */
}

.dashboard-btn {
    background: #000;
    ;
    color: white !important;
    border-radius: 25px;
    padding: 10px 20px !important;
    font-weight: 600;
    /* box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3); */
    transition: all 0.3s ease;
}

.dashboard-btn:hover {
    background: #949393;
    color: white !important;
    transform: translateY(-3px);
    /* box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4); */
}

/* Modern Dropdown */
.modern-dropdown {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin-top: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
}

.modern-dropdown .dropdown-item {
    /* padding: 12px 20px; */
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 2px 0px;
}

.modern-dropdown .dropdown-item:hover {
    background: rgb(130 130 130 / 10%);
    /* color: #25D366; */
    /* transform: translateX(5px); */
}

/* Dark Theme Support */
[data-theme="dark"] .modern-navbar {
    /* background: rgba(33, 37, 41, 0.95) !important; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

[data-theme="dark"] .modern-nav-link {
    color: #fff !important;
}

[data-theme="dark"] .modern-nav-link:hover {
    /* color: #25D366 !important; */
    background: rgb(255 255 255 / 65%);
}

[data-theme="dark"] .toggler-icon {
    background: #fff;
}

[data-theme="dark"] .modern-dropdown {
    background: rgba(33, 37, 41, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .modern-dropdown .dropdown-item {
    color: #fff;
}

[data-theme="dark"] .modern-dropdown .dropdown-item:hover {
    background: rgb(130 130 130 / 10%) !important;
    /* color: #25D366; */
}

[data-theme=dark] .dropdown-menu .dropdown-item:hover {
    background: rgba(138, 137, 137, 0.1) !important;
}

.dropdown-menu .active a {
    background-color: #808080 !important;
}

#mainNav .navbar-toggler {
    padding: 0px !important;
}


.ai-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
}

.ai-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ai-card-thumb {
    position: relative;
    text-align: center;
    padding: 20px;
    background: #eef4fb;
}

.ai-card-thumb img {
    max-height: 250px;
    object-fit: contain;
}

:root[data-theme=light] .accordion-button {
    background-color: inherit !important;
}

.ai-step {
    position: absolute;
    top: 15px;
    right: 15px;
    /* background-color: #007bff; */
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
}

.ai-card-body {
    padding: 20px;
}

.ai-card-body h4 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #222;
}

.ai-card-body p {
    font-size: 0.95rem;
    color: #555;
}

.pricing-area {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.pricing__shape-up {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -1;
}

.pricing__shape-down {
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
}

.pricing__shape {
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: -1;
}

.pricing__item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 30px;
    /* background: #fff; */
    padding: 30px 25px;
}

.pricing__item .item-shape {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: -1;
}

.pricing__item ul {
    padding: 20px 0;
    list-style-type: none;
}

.pricing__item ul li {
    /* color: var(--white); */
}

.pricing__item ul li:not(:last-child) {
    margin-bottom: 20px;
}

.pricing__item .pricing-head {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.pricing__item .pricing-head h2 {
    /* color: #000; */
}

.pricing__item .pricing-head h2 span {
    /* color: #000; */
    font-size: 18px;
    font-weight: 400;
}

.pricing__item .pricing-icon {
    width: 94px;
    height: 90px;
    align-content: center;
    line-height: 90px;
}

.pricing__item .pricing-icon img {
    transition: 1s;
}

.pricing__item:hover .item-shape {
    animation: bobble 2s ease-in-out infinite alternate;
}

.pricing__item:hover .pricing-icon img {
    transform: rotateY(-360deg);
}

.pricing__item .pricing-head {
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(227, 227, 227, 0.4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.savings-highlight {
    display: inline-block;
    /* background-color: #cff4fc; */
    /* color: #055160; */
    padding: 10px 20px;
    font-size: 16px;
    /* border: 2px dashed #b6effb; */
    border-radius: 8px;
    position: relative;
    /* box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3); */
    animation: pulseGlow 2s infinite;
}

/* System Theme Support */
@media (prefers-color-scheme: dark) {
    .api-logo-slider .api-logo {
        filter: brightness(0) invert(1) !important;
    }

    [data-theme="system_default"] .modern-navbar {
        background: rgba(33, 37, 41, 0.95) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    [data-theme="system_default"] .modern-nav-link {
        color: #fff !important;
    }

    [data-theme="system_default"] .modern-nav-link:hover {
        /* color: #25D366 !important; */
        background: rgba(37, 211, 102, 0.2);
    }

    [data-theme="system_default"] .toggler-icon {
        background: #fff;
    }

    [data-theme="system_default"] .modern-dropdown {
        background: rgba(33, 37, 41, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    [data-theme="system_default"] .modern-dropdown .dropdown-item {
        color: #fff;
    }

    [data-theme="system_default"] .modern-dropdown .dropdown-item:hover {
        background: rgb(130 130 130 / 10%);
        /* color: #25D366; */
    }
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .announcement-content {
        flex-direction: column;
        gap: 5px;
    }

    .announcement-divider {
        display: none;
    }

    .modern-navbar {
        top: 52px !important;
        /* Fixed: Adjusted for mobile */
    }

    .navbar-nav {
        text-align: left;
        padding: 20px 0;
    }

    .modern-nav-link {
        justify-content: flex-start;
        padding: 15px 20px !important;
        margin: 5px 0;
        border-radius: 8px;
    }

    .register-btn,
    .login-btn,
    .dashboard-btn {
        margin: 10px 0;
        text-align: center;
        justify-content: center;
    }

    .modern-dropdown {
        position: static !important;
        transform: none !important;
        box-shadow: none;
        background: transparent;
        border: none;
        margin-top: 0;
    }

    .modern-dropdown .dropdown-item {
        margin: 2px 0;
        border-radius: 8px;
    }
}

.swiper-wrapper {
    margin-bottom: 50px;
    transition-timing-function: ease-in-out;
    will-change: transform;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-slide {
    height: auto;
    /* Let the height grow */
    display: flex;
}

.testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.testimonial-slider-section {
    /* background: #f8f9fa; */
    position: relative;
}

.testimonial-slider {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.text-warnings {
    --bs-text-opacity: 1;
    color: rgba(255, 193, 7) !important;
}

.testimonial-card {
    /* background: #4b5d3a; */
    color: #fff;
    border-radius: 10px;
    padding: 2.5rem 2rem 4.5rem 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 340px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.testimonial-stars {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.testimonial-quote {
    font-size: 14px;
    /* font-style: italic; */
    margin-bottom: 1.5rem;
    position: relative;
    /* color: #000000; */
    min-height: 90px;
    padding: 0px 23px;
}

.testimonial-quote i.fa-quote-left {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 1.5rem;
    color: #fff;
    opacity: 0.3;
}

.testimonial-quote i.fa-quote-right {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 1.5rem;
    color: #fff;
    opacity: 0.3;
}

.testimonial-author {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    color: #000000;
    letter-spacing: 1px;
}

.testimonial-role {
    font-size: 0.95rem;
    color: #000000;
    margin-bottom: 1.2rem;
}

.testimonial-img {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    background: #fff;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-dots {
    margin-top: 2.5rem;
}

.testimonial-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #cfd8dc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.testimonial-dot.active {
    background: #4b5d3a;
}

@media (max-width: 600px) {
    .testimonial-card {
        padding: 1.5rem 0.5rem 3.5rem 0.5rem;
        min-height: 320px;
    }

    .testimonial-img {
        width: 70px;
        height: 70px;
        bottom: -35px;
    }
}

@media (max-width: 575.98px) {
    .announcement-bar {
        font-size: 12px;
        padding: 6px 0;
    }

    .modern-navbar {
        padding: 10px 0;
        top: 48px !important;
        /* Fixed: Further adjusted for smaller screens */
    }

    .navbar-brand-img {
        height: 35px;
    }

    .modern-nav-link {
        padding: 12px 15px !important;
        font-size: 14px;
    }
}

/* Animation for navbar scroll effect */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

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

.modern-navbar {
    animation: slideDown 0.5s ease-out;
}

/* Hover effects for icons */
.modern-nav-link i {
    transition: all 0.3s ease;
}

.modern-nav-link:hover i {
    transform: scale(1.1);
}

/* Focus states for accessibility */
.modern-nav-link:focus,
.modern-toggler:focus {
    /* outline: 2px solid #25D366; */
    /* outline-offset: 2px; */
}

/* Loading animation for announcement bar */
@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.announcement-text {
    animation: pulse 3s infinite;
}

.announcement-text:nth-child(3) {
    animation-delay: 1s;
}

.announcement-text:nth-child(5) {
    animation-delay: 2s;
}

/* Remove any default spacing from body */
body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Ensure no gap between announcement bar and navbar */
.announcement-bar+.modern-navbar {
    margin-top: 0 !important;
    top: 36px !important;
}

/* Override any existing navbar positioning */
#mainNav.modern-navbar {
    top: 30px !important;
    margin-top: 0 !important;
}

button:focus {
    outline: none !important;
}

.faq-content.style1 {
    margin-top: 20px;
}

.faq-content.style1 .accordion-item {
    border: 0;
    background-color: #ffffff;
    /* $white */
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: #007BFF;
    /* $theme-color */
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    /* $body-color */
    padding: 13px 0 0;
    text-transform: capitalize;
    font-size: 20px;
    border: 1px solid transparent;
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button::after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    /* background-image: url(../../static-assets/chevron-right.svg); */
    color: #6c757d;
    /* $theme-color-2 */
    content: "";
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    /* background-image: url(../../static-assets/chevron-down.svg); */
    font-weight: 500;
    color: #6c757d;
    /* $theme-color-2 */
    transform: rotate(0);
}

.faq-content.style1 .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    border-bottom: 1px solid #dee2e6;
    /* $border-color */
    padding: 13px 0px;
    color: #343a40;
    /* $title-color */
}

.faq-content.style1 .accordion-item .accordion-collapse {
    border: none;
}

.faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 37px;
    padding-left: 0px;
    padding-top: 15px;
    background-color: #007BFF;
    /* $theme-color */
    /* color: #6c757d; */
    /* $text-color */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media (min-width: 1400px) {
    .faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

@media (max-width: 992px) {
    .faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px;
    }
}

/* Duplicate .accordion-item with slight overrides */
.faq-content.style1 .accordion-item .accordion-header .accordion-button {
    color: #007BFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    /* $border-color */
}

.faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
    background-color: #ffffff;
    /* $white */
}

/* FAQ Wrapper */
.faq-wrapper.style1 .faq-thumb {
    position: relative;
}

.faq-wrapper.style1 .faq-thumb .thumb1 {
    position: relative;
}

.faq-wrapper.style1 .faq-thumb .thumb2 {
    position: absolute;
    bottom: -28px;
    right: -35px;
}

@media (max-width: 1024px) {
    .faq-wrapper.style1 .faq-thumb .thumb2 {
        bottom: -22px;
        right: -44px;
        width: 54%;
    }
}

@media (max-width: 768px) {
    .faq-wrapper.style1 .faq-thumb .thumb2 {
        bottom: -45px;
        right: -58px;
    }
}

@media (max-width: 425px) {
    .faq-wrapper.style1 .faq-thumb .thumb2 {
        bottom: -20px;
        right: -42px;
    }
}

.accordion-item {
    background-color: inherit !important
}

.faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
    background-color: inherit;
}

.social-btn.google {
    color: #ea4335;
}

.social-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 18px;
    color: #6b7280;
    text-decoration: none;
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.social-btn.facebook {
    color: #1877f2;
}


@media (max-width: 768px) {
    .footer-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .footer-social {
        justify-content: center;
    }
}

.bg-dark-blue {
    /* background-color: #0d1b2a; */
}

.btn-primary {
    background-color: #1d3557;
    border-color: #1d3557;
}

.btn-outline-light:hover {
    background-color: #f1faee;
    color: #1d3557 !important;
}

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

@keyframes float {

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

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

.hero-3 {
    position: relative;
}

.hero-3 .array-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: grid;
    left: 50px;
    gap: 15px;
}

.hero-3 .array-button .array-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.hero-3 .array-button .array-prev:hover {
    background-color: var(--white);
    color: var(--theme);
}

.hero-3 .array-button .array-next {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: transparent;
    color: var(--white);
    border-radius: 50%;
    border: 1px solid var(--white);
    transition: all 0.4s ease-in-out;
}

.hero-3 .array-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}

@media (max-width: 1600px) {
    .hero-3 .array-button {
        left: initial;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .hero-3 .array-button {
        display: none;
    }
}

.hero-3 .bottom-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 2;
}

@media (max-width: 1600px) {
    .hero-3 .bottom-shape {
        bottom: -50px;
    }
}

@media (max-width: 1399px) {
    /* .hero-3 .bottom-shape {
    display: none;
  } */
}

@media (max-width: 980px) {
    .hero-3 .bottom-shape {
        bottom: 15px;
    }
}

.hero-3 .bottom-shape img {
    width: 100%;
    height: 100%;
}

.hero-3 .swiper-slide-active .slider-image {
    transform: scale(1.12);
}

.hero-3 .slider-image {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    transform: scale(1);
    transition: all 8s ease-out 0s;
}

.hero-3 .slider-image .mask-shape {
    position: absolute;
    top: 100px;
    left: 0;
}

.hero-3 .slider-image .border-shape {
    position: absolute;
    top: 12%;
    right: 0;
}

@media (max-width: 1199px) {
    .hero-3 .slider-image .border-shape {
        display: none;
    }
}

.hero-3 .slider-image .circle-shape {
    position: absolute;
    right: 10%;
    top: 10%;
}

.hero-3 .slider-image .frame {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.hero-3 .slider-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(270deg, rgba(5, 26, 108, 0) 14.74%, #6f6f70 70.82%);
    opacity: 0.95;
}

.hero-3 .hero-content {
    position: relative;
    z-index: 9;
    padding-bottom: 270px;
    padding-top: 200px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content {
        padding: 180px 0;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content {
        padding: 160px 0;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content {
        padding: 130px 0;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content {
        padding: 110px 0;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content {
        text-align: center;
        margin: 0 auto;
        padding: 80px 0;
    }
}

.hero-3 .hero-content h5 {
    color: var(--white);
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}

.hero-3 .hero-content h5::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--white);
}

.hero-3 .hero-content h1 {
    color: var(--white);
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 62px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-3 .hero-content p {
    color: var(--white);
}

.hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content .hero-button {
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center;
    }
}

.feature-card {
    transition: all 0.3s ease-in-out;
    border: 1px solid #e6e6f0;
    /* border-radius: 10px; */
}

.feature-card:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); */
}
.features_card {
    transition: all 0.3s ease-in-out;
}
.features_card:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); */
}
.feature-img {
    border-radius: 10px;
}

.template-showcase-section img {
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}

.carousel-caption {
    bottom: 20px;
}

.carousel-inner {
    border-radius: 10px;
}

@media (max-width: 767px) {
    .template-showcase-section .carousel-inner img {
        height: auto;
    }
}

.bg-primary\/10 {
    border-color: rgb(55 120 66 / 40%) !important;
}

.border-primary\/40 {
    /* border-color: rgb(99 100 103 / 40%) !important; */
}

.border-dashed {
    border-style: dashed !important;
}

.border {
    border-width: 1px !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

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

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

.text-blue-600 {
    --tw-text-opacity: 1 !important;
    /* color: rgb(107 114 128 / var(--tw-text-opacity)) !important; */
}

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

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.flex {
    display: flex !important;
}

.w-12 {
    width: 3rem !important;
}

.h-12 {
    height: 3rem !important;
}

.mt-8 {
    margin-top: 2rem !important;
}

.features-bg-color {
    width: 60px;
    height: 60px;
    background: #ececec;

}

.api-integration-section {
    background: linear-gradient(120deg, #f0f4ff, #e8fdf5);
    position: relative;
}

.api-logo {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.floating-wrapper {
    position: relative;
}

.floating-image {
    max-width: 100%;
    width: 90%;
    height: auto;
    /* border-radius: 10px; */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.floating-image:hover {
    transform: scale(1.05);
}


.api-logo-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.api-logo-slider .slide-track {
    display: flex;
    animation: scrollLogos 25s linear infinite;
    width: fit-content;
}

.api-logo-slider .api-logo {
    /* width: 70px; */
    /* height: 70px; */
    margin: 0 25px;
    object-fit: contain;
    flex-shrink: 0;
    /* transition: transform 0.3s; */
    transition: filter 0.3s ease;

}

.api-logo-slider .api-logo:hover {
    transform: scale(1.1);
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.call-to-action-float {
    transition: transform 0.5s ease-in-out;
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); */
    padding: 30px 0px;
    /* border-radius: 10px; */
}

.call-to-action-float:hover {
    transform: translateY(-5px) scale(1.02);
}

.lw-call-to-action-block ul li i {
    font-size: 1.2rem;
    color: #0d6efd;
}

.hero-cta-section {
    position: relative;
    /* background: url('/imgs/outer-home/call-to-action-img.png') no-repeat center center / cover; */
    min-height: 400px;
    padding: 40px 0;
}

.hero-cta-section .overlay {
    position: absolute;
    inset: 0;
    /* background-color: rgba(0, 0, 0, 0.55);  */
    z-index: 0;
}

.hero-cta-section .container {
    position: relative;
    z-index: 1;
}

.text-whites {
    color: #fff !important;
}

form .form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

textarea.form-control {
    resize: vertical;
}
.form-control {
    background-color: #ffffff00 !important;
}
button.btn-block {
    padding: 0.75rem;
    font-size: 1.1rem;
}


@media (prefers-color-scheme: dark) {
    .light-theme-logo {
        display: none !important;
    }

    .dark-theme-logo {
        display: inline-block !important;
    }

    .api-logo-slider .api-logo {
        filter: brightness(0) invert(1);
    }
}

html {
    scroll-behavior: auto;
}

.object-fit-cover {
    object-fit: cover;
}

#contactSection img {
    max-height: 450px;
    object-fit: cover;
}

.left-section {
    /* padding: 50px; */
    border-radius: 0px;

}

.form-control:focus {
    background-color: inherit;
}

.custom-footer a.footer-link {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-footer a.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}




.features_card{
        background-color: #fff;
    border: 1px solid #E6E6E6;
}

.hero-cta-section .overlay {
    background: #000000;
}
.hero-cta-section {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}
.text-border {
        /* border-bottom: 3px solid; */
}

.text-border {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.text-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  /* background-color: black; */
  animation: borderLoop 6s ease-in-out infinite;
}

@keyframes borderLoop {
  0% {
    width: 0%;
    opacity: 0.3;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0.3;
  }
}
.api-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
}

.api-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.icon i {
  display: inline-block;
}
.ai-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.ai-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="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.feature-card {
    position: relative;
    margin-bottom: 2rem;
}

.step-number {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    line-height: 1;
}

.feature-card .card {
    position: relative;
    z-index: 2;
    background: white;
    border-radius: 1rem;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.feature-card .card:hover {
    /* transform: translateY(-10px); */
    /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); */
}

.feature-icon {
       width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    transition: all 0.3s ease;
        padding: 10px;
}

.feature-card:hover .feature-icon {
    /* background: rgba(0, 0, 0, 0.1); */
    /* transform: scale(1.1); */
}

.feature-card h5 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 1rem;
}

.text-primary {
    color: #007bff !important;
}

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

.text-warning {
    color: #ffc107 !important;
}

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

/* Animation classes */
.wows {
    visibility: hidden;
}

.wows.animated {
    visibility: visible;
}

/* @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
} */

.fadeInUp {
    animation-name: fadeInUp;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .step-number {
        font-size: 3rem;
        top: -36px;
    }
    
    .feature-card h5 {
        font-size: 1rem;
    }
    
    .feature-icon {
        width: 100px;
        height: 100px;
    }
    
    .feature-icon i {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .display-5 {
        font-size: 2rem;
    }
    
    .fs-5 {
        font-size: 1rem !important;
    }
}
.border-0{
        border-radius: 0rem !important;
}
.footer {
        background-color: rgb(0, 0, 0) !important;
    color: white;
    padding-top: 40px;
    /* font-family: Arial, sans-serif; */
    /* text-align: center; */
}
/* Import Font Awesome for icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

.custom-footer {
        background-color: rgb(0, 0, 0) !important;
    color: white;
    padding-top: 40px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.footer-content {
    padding-bottom: 20px;
}

/* Social icons */
.social-icons {
    margin-bottom: 20px;
}

.social-icons a {
    display: inline-block;
    /* margin: 0 10px; */
    background-color: white;
    color: black !important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    background-color: #555;
    color: white !important;
}

/* Footer navigation links */


.btn-primary:hover {
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.76);
    /* transform: translateY(-1px); */
}
label.lw-validation-error {
    padding: 10px 0 0;
}
div.lw-validation-error, label.error, label.lw-validation-error {
    color: #fb6340;
    padding: 10px 0;
    width: 100%;
}
.modern-footer {
    background-color: #000;
    color: white;
    padding: 3rem 0 1rem 0;
    position: relative;
    overflow: hidden;
        border-radius: 100px 0px 0px 0px;
}

.modern-footer::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="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.modern-footer .container {
    position: relative;
    z-index: 2;
}

/* Brand/Logo Section */
.footer-brand .brand-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-text {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.logo-icon {
    font-size: 1.5rem;
}

.footer-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 0.9rem;
}

/* Section Titles */
.section-title {
    color: white;
    font-weight: bold;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 1.1rem;
}

.title-underline {
    position: relative;
    margin-top: 0.5rem;
}

.title-underline::after {
       content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 45px;
    height: 4px;
    background: #827b7b;
    border-radius: 10px;
}

.underline-dot {
       position: absolute;
    bottom: -6px;
    left: 15px;
    width: 12px;
    height: 6px;
    background: #ffffff;
    border-radius: 24%;
    z-index: 1;
}

/* Office Information */
.office-info p {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.contact-link {
    color: white;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    text-underline-offset: 2px;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: white;
    text-decoration-color: white;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-unstyled li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

/* Newsletter Form */
.newsletter-form {
    margin-bottom: 1.5rem;
}

.input-groups {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0.5rem;
}

.input-icon {
    color: white;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.newsletter-input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;
    font-size: 0.9rem;
    outline: none;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.submit-btn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.25rem;
    transition: transform 0.3s ease;
}

.submit-btn:hover {
    transform: translateX(3px);
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: white;
}

/* Footer Divider */
.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 2rem 0 1rem 0;
}

/* Copyright Section */
.copyright-section {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.copyright-section p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-footer {
        padding: 2rem 0 1rem 0;
    }
    
    .logo-text {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 1rem;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer-section {
        text-align: center;
        margin-bottom: 2rem;
    }
    .title-underline {
        position: relative;
        margin-top: 0.5rem;
        margin-right: 47px;
        justify-self: center;
    }
}

@media (max-width: 576px) {
    .modern-footer {
        padding: 1.5rem 0 1rem 0;
    }
    
    .footer-description,
    .office-info p,
    .footer-links a {
        font-size: 0.85rem;
    }
}
@media (max-width: 425px) {
    .footer-brand{
        justify-items: center;
    }
    .left-section {
        padding: 0px !important;
    }
    .template-showcase-section img {
      height: 250px;
      width: 100%;
    }
}
footer a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
}