.poppins {
    font-family: 'Poppins', sans-serif !important;
}

.mont {
    font-family: 'montserrat', sans-serif !important;
}

.font-8 {
    font-size: 0.5rem !important;
}

/* 8px  */
.font-9 {
    font-size: 0.5625rem !important;
}

/* 9px  */
.font-10 {
    font-size: 0.625rem !important;
}

/* 10px */
.font-11 {
    font-size: 0.6875rem !important;
}

/* 11px */
.font-12 {
    font-size: 0.75rem !important;
}

/* 12px */
.font-13 {
    font-size: 0.8125rem !important;
}

/* 13px */
.font-14 {
    font-size: 0.875rem !important;
}

/* 14px */
.font-15 {
    font-size: 0.9375rem !important;
}

/* 15px */
.font-16 {
    font-size: 1rem !important;
}

/* 16px */
.font-18 {
    font-size: 1.125rem !important;
}

/* 18px */
.font-20 {
    font-size: 1.25rem !important;
}

/* 20px */
.font-22 {
    font-size: 1.375rem !important;
}

/* 22px */
.font-24 {
    font-size: 1.5rem !important;
}

/* 24px */
.font-26 {
    font-size: 1.625rem !important;
}

/* 26px */
.font-28 {
    font-size: 1.75rem !important;
}

/* 28px */
.font-30 {
    font-size: 1.875rem !important;
}

/* 30px */
.font-32 {
    font-size: 2rem !important;
}

/* 32px */
.font-34 {
    font-size: 2.125rem !important;
}

/* 34px */
.font-36 {
    font-size: 2.25rem !important;
}

/* 36px */
.font-38 {
    font-size: 2.375rem !important;
}

/* 38px */
.font-40 {
    font-size: 2.5rem !important;
}

/* 40px */
.font-42 {
    font-size: 2.625rem !important;
}

/* 42px */
.font-44 {
    font-size: 2.75rem !important;
}

/* 44px */
.font-46 {
    font-size: 2.875rem !important;
}

/* 46px */
.font-48 {
    font-size: 3rem !important;
}

/* 48px */
.font-50 {
    font-size: 3.125rem !important;
}

/* 50px */
.font-52 {
    font-size: 3.25rem !important;
}

/* 52px */
.font-54 {
    font-size: 3.375rem !important;
}

/* 54px */
.font-56 {
    font-size: 3.5rem !important;
}

/* 56px */
.font-58 {
    font-size: 3.625rem !important;
}

/* 58px */
.font-60 {
    font-size: 3.75rem !important;
}

/* 60px */


@media (max-width: 767px) {

    /* Mobile font size adjustments - made smaller for better fit on mobile */
    .font-8 {
        font-size: 0.4375rem !important;
    }

    /* 7px  */
    .font-9 {
        font-size: 0.5rem !important;
    }

    /* 8px  */
    .font-10 {
        font-size: 0.5625rem !important;
    }

    /* 9px  */
    .font-11 {
        font-size: 0.625rem !important;
    }

    /* 10px */
    .font-12 {
        font-size: 0.6875rem !important;
    }

    /* 11px */
    .font-13 {
        font-size: 0.75rem !important;
    }

    /* 12px */
    .font-14 {
        font-size: 0.8125rem !important;
    }

    /* 13px */
    .font-15 {
        font-size: 0.875rem !important;
    }

    /* 14px */
    .font-16 {
        font-size: 0.9375rem !important;
    }

    /* 15px */
    .font-18 {
        font-size: 1rem !important;
    }

    /* 16px */
    .font-20 {
        font-size: 1.125rem !important;
    }

    /* 18px */
    .font-22 {
        font-size: 1.25rem !important;
    }

    /* 20px */
    .font-24 {
        font-size: 1.375rem !important;
    }

    /* 22px */
    .font-26 {
        font-size: 1.5rem !important;
    }

    /* 24px */
    .font-28 {
        font-size: 1.625rem !important;
    }

    /* 26px */
    .font-30 {
        font-size: 1.75rem !important;
    }

    /* 28px */
    .font-32 {
        font-size: 1.875rem !important;
    }

    /* 30px */
    .font-34 {
        font-size: 2rem !important;
    }

    /* 32px */
    .font-36 {
        font-size: 2.125rem !important;
    }

    /* 34px */
    .font-38 {
        font-size: 2.25rem !important;
    }

    /* 36px */
    .font-40 {
        font-size: 2.375rem !important;
    }

    /* 38px */
    .font-42 {
        font-size: 2.5rem !important;
    }

    /* 40px */
    .font-44 {
        font-size: 2.625rem !important;
    }

    /* 42px */
    .font-46 {
        font-size: 2.75rem !important;
    }

    /* 44px */
    .font-48 {
        font-size: 2.875rem !important;
    }

    /* 46px */
    .font-50 {
        font-size: 3rem !important;
    }

    /* 48px */
    .font-52 {
        font-size: 3.125rem !important;
    }

    /* 50px */
    .font-54 {
        font-size: 3.25rem !important;
    }

    /* 52px */
    .font-56 {
        font-size: 3.375rem !important;
    }

    /* 54px */
    .font-58 {
        font-size: 3.5rem !important;
    }

    /* 56px */
    .font-60 {
        font-size: 3rem !important;
    }

    /* 58px */
}

.weight-100 {
    font-weight: 100 !important;
}

/* Thin */
.weight-200 {
    font-weight: 200 !important;
}

/* Extra Light */
.weight-300 {
    font-weight: 300 !important;
}

/* Light */
.weight-400 {
    font-weight: 400 !important;
}

/* Normal / Regular */
.weight-500 {
    font-weight: 500 !important;
}

/* Medium */
.weight-600 {
    font-weight: 600 !important;
}

/* Semi Bold */
.weight-700 {
    font-weight: 700 !important;
}

/* Bold */
.weight-800 {
    font-weight: 800 !important;
}

/* Extra Bold */
.weight-900 {
    font-weight: 900 !important;
}

/* Black */

.text-black {
    color: #000 !important;
}

.text-blue {
    color: #00478B !important;
}

.text-white {
    color: #fff !important;
}

.text-grey {
    color: #383838 !important;
}
.text-whitewash {
    color: #C8C8C8 !important;
}


.capitalize {
    text-transform: capitalize !important;
}

.line-height-1 {
    line-height: 1.5 !important;
}

.navbar {
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 15px 0;
    z-index: 1000;
}

.navbar.scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    transition: color 0.3s ease;
}

.navbar-dark.scrolled .navbar-nav .nav-link {
    color: #333;
}

.navbar-dark.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark.scrolled .navbar-brand img {
    filter: brightness(0);
}

/* .hero-section {
    position: relative;
    padding: 180px 0 100px;
    color: white;
    overflow: hidden;
    height: 90vh;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
} */

.hero-section {
    position: relative;
    padding: 130px 0 0; 
    color: white;
    overflow: visible;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 59.5%;
    background-image: url('assets/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.hero-logo {
    max-width: 75%;
}

.btn-primary {
    border-radius: 28px;
    border: none;
    padding: 14px 46px;
    background: linear-gradient(to right, #E13CAD 0%, #00AAD0 100%);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    box-shadow: 0 0 15px rgba(225, 60, 173, 0.5), 0 0 25px rgba(0, 170, 208, 0.4);
}

@media (max-width: 991px) {
    .hero-section {
        padding: 150px 0 70px;
        text-align: center;
    }

    .hero-logo {
        margin-bottom: 40px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 15px;
        border-radius: 5px;
        margin-top: 10px;
    }
}



.features-section {
    position: relative;
    padding: 200px 0 40px 0;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/section-bg.png');
    background-size: cover;
    background-position: top;

    background-repeat: no-repeat;
    z-index: -1;
}

.features-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/overlay-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.feature-card {
    background-color: rgba(248, 204, 240, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0;
    padding: 30px 8px 30px 30px;
    height: 100%;
    transition: all 0.3s ease;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features-content {
    position: relative;
    margin-top: 100px;
    padding-top: 80px;
    /* padding-bottom: 80px; */
    z-index: 2;
}

.features-content::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 0px;
    width: 35%;
    height: 70.5%;
    background-image: url('assets/hand-left.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}

.features-content::after {
    content: '';
    position: absolute;
    top: 38px;
    right: -32px;
    width: 59%;
    height: 90%;
    background-image: url('assets/hand-right.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@media (max-width: 767px) {
    .features-content::before,
    .features-content::after {
        display: none;
    }
}

.feature-card {
    background-color: rgba(248, 204, 240, 0.5);
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0;
    padding: 30px 8px 30px 30px;
    height: 100%;
    transition: all 0.3s ease;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
}
.feature-card:hover {
    box-shadow: 0 10px 25px rgba(248, 204, 240, 0.3);
}

.feature-card-2 {
    background: linear-gradient(135deg, #75BAFF 0%, #FF9261 100%);
    border-radius: 0;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.feature-card-2:hover {
    box-shadow: 0 10px 25px rgba(248, 204, 240, 0.3);
}

@media (max-width: 991px) {
    .features-section {
        padding: 0px 0;
    }

    .features-section h2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .feature-card-2 {
        margin-bottom: 20px;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar.scrolled  .navbar-toggler-icon {
        filter: invert(0) !important; 

}
}


.metrics-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.top-p-60 {
    padding-top: 100px !important;
}
.top-p-30 {
    padding-top: 50px !important;
}

.top-m-60 {
    margin-top: 100px !important;
}

.bottom-p-60 {
    padding-bottom: 100px !important;
}

.bottom-m-60 {
    margin-bottom: 100px !important;
}

.metrics-section::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/bg-wave.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.metric-item {
    position: relative;
    padding: 20px 15px;
}

.percentage {
    color: #fff;
    background-clip: text;
    display: inline-block;
    margin-bottom: 0px;
}

.vertical-divider {
    position: absolute;
    top: 35%;
    right: 0;
    height: 60px;
    width: 1px;
    background-color: #55A7F8;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .metric-item {
        margin-bottom: 40px;
    }

    .metrics-row .col-md-6:nth-child(odd) {
        border-right: 1px solid #ddd;
    }

    .metrics-row .col-md-6:nth-child(1),
    .metrics-row .col-md-6:nth-child(2) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .metrics-row .col-md-6:nth-child(3),
    .metrics-row .col-md-6:nth-child(4) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .metrics-section {
        padding: 0px 0;
    }

    .metrics-row .col-sm-6:nth-child(odd) {
        border-right: 1px solid #ddd;
    }

    .metrics-row .col-sm-6:nth-child(1),
    .metrics-row .col-sm-6:nth-child(2) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .metrics-row .col-sm-6:nth-child(3),
    .metrics-row .col-sm-6:nth-child(4) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .percentage {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 575px) {
    .metrics-row .col-sm-6 {
        width: 100%;
        border-right: none !important;
    }

    .metrics-row .col-sm-6:not(:last-child) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}


.enterprise-section {
    position: relative;
    padding: 0 0 50px 0;
    overflow: hidden;
}


.enterprise-image-container {
    max-width: 65%;
}

.enterprise-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991px) {
    .enterprise-image-container {
        max-width: 75%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .enterprise-image-container {
        max-width: 85%;
    }
}

.enterprise-section::before {
    content: '';
    position: absolute;
    right: 0;
    right: 0;
    width: 25%;
    height: 92.4%;
    background-image: url('assets/purple-ai.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1;
}

.enterprise-icon {
    min-width: 60px;
    width: 60px;
}

.enterprise-content {
    flex: 1;
}


@media (max-width: 991px) {
    .enterprise-section {
        padding: 0px 0;
    }

    .enterprise-section::before {
        width: 100%;
        opacity: 0.3;
    }

    .col-lg-6:first-child {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .enterprise-section h2 {
        font-size: 2.25rem !important;
    }

    .enterprise-item {
        flex-direction: column;
    }

    .enterprise-icon {
        margin-bottom: 15px;
    }
}

.pricing-row {
    position: relative;
    padding: 20px 0;

}

.pricing-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/row-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.feature-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 15px;
}

.check-circle {
    width: 28px;
    height: 28px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.check-circle i {
    color: #000;
    font-size: 14px;
}



.dual-bg-section {
    position: relative;
    overflow: hidden;
}

.dual-bg-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: -90px;
    width: 36%;
    height: 100%;
    background-image: url('assets/right-top.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}

/* .dual-bg-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-image: url('assets/left-bottom.png');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: -1;
} */


.gradient-border {
    position: relative;
    padding: 1px;
    background: linear-gradient(to right, #E13CAD 0%, #00AAD0 100%);
    border-radius: 12px;
    flex: 1;
}

.gradient-border .form-control {
    border: none;
    border-radius: 12px;
    height: 54px;
    padding-left: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background: white;
    width: 100%;
}


@media (max-width: 767px) {
    .form-inline {
        flex-direction: column;
    }

    .gradient-border {
        margin-bottom: 15px;
        margin-right: 0 !important;
    }

    .top-p-60 {
        padding-top: 30px !important;
    }

    .top-m-60 {
        margin-top: 3px !important;
    }
}


.hr-blue {
    border: none;
    border-top: 1px solid #3AC5F0;
    width: 100%;
    opacity: 1;
    border-radius: 2px;
}

.hr-no-m-blue {
    border: none;
    margin-bottom: 0 !important;
    border-top: 1px solid #3AC5F0;
    width: 100%;
    opacity: 1;
    border-radius: 2px;
}

.faq-toggle {
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-toggle:hover {
    color: #F27E51;
}

.faq-chevron {
    transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.faq-chevron.active {
    transform: rotate(180deg);
}

/* .faq-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
} */

.faq-container.active {
    max-height: 1500px;
}



@media (max-width: 991px) {
    .navbar-collapse {
        background-color: white;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-dark .navbar-collapse .navbar-nav .nav-link {
        color: #333 !important;
    }

    .nav-item {
        padding: 8px 0;
        margin-left: 0 !important;
    }


    .hero-section {
        padding: 120px 0 50px;
    }

    .hero-section h1 {
        font-size: 2.5rem !important;
        line-height: 1.2;
        margin-top: 20px;
    }

    .hero-section p {
        font-size: 1.125rem !important;
    }

    .feature-card {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .dual-bg-section::before,
    .dual-bg-section::after {
        opacity: 0.15;
    }

    .form-inline {
        flex-direction: column;
    }

    .gradient-border {
        margin-bottom: 15px;
        margin-right: 0 !important;
        width: 100%;
    }

    .form-inline .btn {
        width: 100%;
    }

    .percentage {
        font-size: 2.5rem !important;
    }

    section {
        padding: 0px 0;
    }
}


@media (max-width: 576px) {
    h2 {
        font-size: 2rem !important;
    }

    .feature-label {
        margin-bottom: 15px;
        width: 100%;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .enterprise-section::before {
        display: none;
    }

    .btn {
        padding: 10px 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

footer {
    background: linear-gradient(135deg, #75BAFF 0%, #FF9261 100%);
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    text-decoration: none;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}




html,
body {
    overflow-x: hidden;
}


.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate.delay-100 {
    transition-delay: 0.1s;
}

.scroll-animate.delay-200 {
    transition-delay: 0.2s;
}

.scroll-animate.delay-300 {
    transition-delay: 0.3s;
}

.scroll-animate.delay-400 {
    transition-delay: 0.4s;
}

.scroll-animate.delay-500 {
    transition-delay: 0.5s;
}

.bg-zoom-animate {
    transform: scale(1.05);
    transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform-origin: center center;
}

.bg-zoom-animate.animate {
    transform: scale(1);
}

.metric-animate {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.metric-animate.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.feature-card-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.feature-card-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

.image-slide-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.image-slide-left.animate {
    opacity: 1;
    transform: translateX(0);
}

.image-slide-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.image-slide-right.animate {
    opacity: 1;
    transform: translateX(0);
}

.faq-item-animate {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.faq-item-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

.features-section,
.metrics-section,
.enterprise-section,
.dual-bg-section {
    overflow: hidden;
}

.container {
    overflow: hidden;
}

@media (max-width: 767px) {
    .scroll-animate {
        transform: translateY(20px);
    }

    .image-slide-left {
        transform: translateX(-20px);
    }

    .image-slide-right {
        transform: translateX(20px);
    }

    .metric-animate {
        transform: translateY(15px) scale(0.97);
    }

    .feature-card-animate {
        transform: translateY(20px);
    }

    .faq-item-animate {
        transform: translateY(10px);
    }
}

@media (prefers-reduced-motion: reduce) {

    .scroll-animate,
    .bg-zoom-animate,
    .metric-animate,
    .feature-card-animate,
    .image-slide-left,
    .image-slide-right,
    .faq-item-animate {
        transition: none;
        transform: none;
        opacity: 1;
    }
}


.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 8px !important;
    overflow: hidden;
}

.accordion-button {
    background-color: #f8f9fa;
    border: none;
    box-shadow: none !important;
    padding: 1rem 1.5rem;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f0f0f0;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
    background-size: 1.25rem;
    transition: transform 0.3s ease;
}

.accordion-body {
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
}

.faq-item {
    opacity: 1;
    transform: translateY(0);
}

.agentic-ai-section {
    position: relative;
    overflow: hidden;
}

.agentic-ai-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-image: url('assets/half-circl-left.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}



@media (max-width: 767px) {
    .agentic-ai-section::before,
    .agentic-ai-section::after {
        opacity: 0.5;
        width: 50%;
    }
}

.pricing-box {
    background-color: #F3F9FF;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 10px 10px;
    height: 100%;
    transition: all 0.3s ease;
}

.pricing-box:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.pricing-icon {
    width: 60px;
    height: auto;
}

@media (max-width: 767px) {
    .pricing-boxes .row {
        margin-bottom: 15px !important;
    }
    
    .pricing-box {
        margin-bottom: 15px;
    }
    
    .pricing-boxes .col-md-8 {
        margin-left: 0 !important;
    }
    .mobile-hidden {
        display: none !important;
    }
}

.pricing-ai-section {
    position: relative;
    overflow: hidden;
}

.pricing-ai-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url('assets/half-circl-right.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    z-index: -1;
}

.sections-container {
    position: relative;
}

.overlap-image-container {
position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    max-width: 368px;
}

.overlap-image {
width: 37rem;
    height: 33.9rem;
}


.negative-margin {
    margin-top: -52px;
}