.pt-120 {
    padding-top: 60px !important;
}

.pb-120 {
    padding-bottom: 60px !important;
}

.pt-100 {
    padding-top: 50px !important;
}

.pb-100 {
    padding-bottom: 50px !important;
}

.section-title {
    margin-bottom: 30px !important;
}

.hero-section {
    padding: 80px 0 !important;
}

.navbar-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    padding: 0 0;
}

.navbar-area.sticky {
    background-color: #ffffff !important;
    padding: 0 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar-area.sticky .nav-link {
    color: #161c2d !important;
}

.hero-style-5 {
    padding: 80px 0 !important;
    min-height: auto !important;
}

.hero-content-wrapper h1,
.hero-content-wrapper p {
    margin-bottom: 15px !important;
}


.hero-image img {
    display: block;
    width: 100%;
}


.hero-image {
    margin-bottom: 0 !important;
}

.custom-acc-item {
    background: #fff !important;
    margin-bottom: 15px;
    border-radius: 10px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none !important;
    outline: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.custom-acc-item:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(88, 80, 235, 0.1);
    border: none !important;
}

.accordion-button {
    padding: 20px;
    background: #fff !important;
    color: #161c2d !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button i {
    margin-right: 15px;
    font-size: 1.2rem;
    color: #0d6efd;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #0d6efd !important;
    box-shadow: none !important;
}

.accordion-collapse,
.accordion-body {
    border: none !important;
    border-top: 0 !important;
}

.floating-img {
    animation: floatAnim 4s ease-in-out infinite;
}

@keyframes floatAnim {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media (max-width: 991px) {
    .custom-acc-item:hover {
        transform: none;
    }
}

.single-feature-card {
    padding: 40px 30px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    transition: all 0.3s ease;
    text-align: center;
}

.single-feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(13, 110, 253, 0.2);
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.1);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #f0f7ff;
    color: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    transition: 0.3s;
}

.single-feature-card:hover .icon-box {
    background: #0d6efd;
    color: #fff;
}

.single-feature-card h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #161c2d;
}

.single-feature-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #6c757d;
}

#who-its-for {
    border-bottom: 1px solid #eee;
}

.who-card {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: default;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.who-icon {
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.who-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.who-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d; 
    margin-top: 10px;
    margin-bottom: 0;
    transition: color 0.3s ease-in-out;
}

.who-card:hover {
    background: #5856d6;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(88, 86, 214, 0.2);
}

.who-card:hover h5,
.who-card:hover .who-icon,
.who-card:hover p {
    color: #ffffff;
}

.who-card:hover .who-icon {
    transform: scale(1.1);
}

.infographic-container {
    border: 1px solid #f1f1f1;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f7ff;
    color: #365CF5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px;
}

.info-step:hover .icon-circle {
    background-color: #365CF5;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(54, 92, 245, 0.3);
}

.info-step:hover h6 {
    color: #365CF5 !important;
}


.rounded-4 {
    border-radius: 1.25rem !important;
}

.footer-style-4 {
    padding: 50px 0;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.social-box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    color: #2D89EF;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-box:hover {
    border-color: #2D89EF;
    background-color: #f8f9fa;
    color: #0056b3;
}

.copyright-text {
    font-size: 15px;
    color: #444;
}

.scroll-top {
    width: 45px;
    height: 45px;
    background-color: #2D89EF;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.scroll-top i {
    font-size: 20px;
    color: #fff;
}

.scroll-top:hover {
    background-color: #0056b3;
    color: #fff;
    transform: translateY(-5px);
}

html,
body {
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hero-section {
    overflow: hidden;
}

.floating-img {
    max-width: 100%;
}

.info-step h6 {
    font-weight: 400 !important;
    color: #334155;
    margin-bottom: 2px;
}

.info-step span {
    font-weight: 400;
    color: #64748b;
    font-size: 0.85rem;
}

.icon-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f7ff;
    border-radius: 50%;
    color: #007bff;
    font-size: 24px;
}

#pricing {
    background-color: #f8f9fa;
    padding: 100px 0 70px;
}

.pricing-card {
    background: #fff;
    padding: 60px 40px 40px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    height: 100%; /* Ensures all cards are same height */
    transition: background 0.3s ease;
}

.pricing-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #0d6efd;
    color: white;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 0 0 15px 15px;
    min-width: 140px;
    text-transform: uppercase;
    font-size: 14px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.features-list li {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #444;
}

.features-list li i {
    margin-right: 12px;
    font-size: 20px;
    font-weight: bold;
}

.lni-checkmark-circle {
    color: #28a745 !important; 
}

.lni-close {
    color: #dc3545 !important; 
}

.price-tag {
    display: inline-block;
    background: #00a8e8;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
}

.pricing-card.featured {
    border: 2px solid #0d6efd;
}

.pricing-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .infographic-container {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px;
    }

    .info-step {
        width: 100%;
        margin: 0 !important;
    }
}
#success-modal {
    display: none; 
    position: fixed; 
    inset: 0; 
    background: rgba(0, 0, 0, 0.7); 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999; 
    align-items: center; 
    justify-content: center;
}