/* Utility Classes */
#ec{
    margin: 0 !important;
}
.text-justify{
    text-align: justify;
}
.fs-16{
    font-size: 16px !important;
}
.contact-text a {
    color: #6c757d;
    transition: all 400ms ease-in-out;
}
.contact-text a:hover {
    color: var(--primary-clr);
}
img {
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 500;
}
.fbox-txt ul li {
    margin-bottom: 10px;
}
.fbox-txt ul li:last-child {
    margin-bottom: 0;
}
.fbox-txt ul li i{
    color: var(--primary-clr);
}
.ml-pb--27 {
    margin-left: -27px;
    padding-bottom: 15px !important;
}
.features-section .fbox-txt h4 {
    margin-bottom: 10px;
}
.sec-btn{
    background: var(--secondary-color);
}
.lightblue-bg{
    background: #f8fafe;
}
.mb-30{
    margin-bottom: 30px;
}
.bottom-smoke-bg{
    background-image: linear-gradient(360deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
}
.bg-common{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.desc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desc-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.desc-list li i {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background-color: var(--primary-clr);
}

.desc-list li span {
    flex: 1;
}
.desc-list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wsmenu > .wsmenu-list > li.focused > ul.sub-menu{
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.desc-list-2 li {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
    font-size: 17px;
    gap: 10px;
}
.services-items .service-content img {
    padding-bottom: 10px;
    width: 100%;
    height: 85px;
    object-fit: contain;
}
.product-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primary-clr);
}
.desc-list-2 li i {
    font-size: 17px;
    color: var(--primary-clr);
    flex-shrink: 0;
    line-height: 1.4;
}

.desc-list-2 li span {
    flex: 1;
    line-height: 1.4;
}
.footer-links .foo-links li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-inline-end: 10px;
    font-size: 8px;
    color: var(--bs-primary);
    width: 15px;
    height: 15px;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(0 0 0 / 10%);
    line-height: 0.8;
    text-align: center;
}
.foo-links li{
    display: flex !important;
    align-items: center;
}
/* Menu Active CSS */
.navbar-dark .wsmenu .wsmenu-list li a.active:not(.btn--theme){
    color: var(--primary-clr) !important;
}
/* Page Header */
.page-header{
    background-color: #f7fbff;
    background-image: url(/Content/img/bg/square-bg.webp);
    background-position: center center;
    padding: 160px 0 60px;
    background-color: #f2f9fe;
    overflow: hidden;
}

.page-banner .sass_banner_content {
    z-index: 1;
}
.page-banner .page-banner-title {
    font-size: 55px;
    line-height: 1.4;
}
/* Slider */
.hero-slider {
    background-color: #f8fcff;
    background-image: url(/Content/img/bg/square-bg.webp);
    background-position: center center;
    padding: 120px 0 50px;
}
.hero-slider .hero-carousel{
    position: relative !important;
}
.hero-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}
.hero-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-clr);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    pointer-events: all;
    z-index: 10;
}
.hero-carousel .owl-nav button:hover{
    background: var(--secondary-clr);
}
.hero-carousel .owl-nav .owl-prev { left: 20px; }
.hero-carousel .owl-nav .owl-next { right: 20px; }
.hero-carousel .owl-nav button svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}
/* Feature Code */
.feature-card{
    height: 100%;
    margin-bottom: 0;
}
/* Contact */
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.contact-info-item .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--primary-clr);
}
#faqs-2.faqs-section .accordion-thumb{
    padding-right: 30px;
}
.product-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #f1f1f1;
    padding: 35px 30px 30px 30px;
}
.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, var(--primary-clr) 0%, var(--secondary-clr) 100%);
}
.product-card .product-icon{
    width: 60px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3fd;
}
.product-card .product-icon img{
    width: 40px;
    height: 40px;
}
.product-card .product-title{
    font-size: 24px;
}
.product-card .product-desc{
    font-size: 18px;
    text-align: left;
}
.product-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.2s ease;
}
.product-link:hover {
    color: var(--primary-clr);
}

.product-link:hover span {
    text-decoration: underline;
}

.product-link:hover i {
    transform: translateX(4px);
}

.product-link i {
    transition: transform 0.2s ease;
}
/* Footer */
.footer-links li a{
    color: #6c757d;
}
.footer-links li a:hover{
    color: var(--primary-clr);
}
.pricing-content h4{
    font-size: 20px;
    background: linear-gradient(to right, #eaf3fd 0%, rgba(247, 246, 255, 0) 80%);
    color: var(--primary-clr);
    padding: 5px 10px;
    display: inline;
    border-radius: 5px;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}
.feature-list li {
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
}
.feature-list li i {
    color: var(--primary-clr);
    margin-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
}
.starting-price {
    background: #eaf3fd;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
}
.starting-price p {
    font-size: 18px;
    color: #777;
    margin-bottom: 0;
}
.starting-price .price-amount {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-clr);
    display: block;
    line-height: 1.4;
    margin-bottom: 15px;
}
.starting-price .price-amount span {
    font-size: 16px;
    font-weight: 600;
    color: #777;
}
.main-banner {
    position: relative !important;
    padding: 170px 0 90px;
    background-color: #f8fcff;
}
.main-banner::before, 
.main-banner::after,
.page-header::before,
.page-header::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.6;
    z-index: 0;
}
.main-banner::before,
.page-header::before {
    width: 500px;
    height: 500px;
    top: -100px;
    right: -100px;
    background: rgb(20 128 201 / 15%);
}
.main-banner::after,
.page-header::after {
    width: 500px;
    height: 500px;
    bottom: -50px;
    left: -50px;
    background: rgb(44 131 236 / 15%);
}
.skip-link {
    position: absolute;
    top: -50px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    z-index: 100;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* Hide visually but keep accessible to screen readers */
.cta-area-bg:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-clr);
    opacity: 0.75; 
}
.signup-form .btn{
    background: var(--primary-clr);
    border-color: var(--primary-clr);
    margin-top: 20px;
}
.signup-form .btn:hover{
    background: var(--secondary-clr);
    border-color: var(--secondary-clr);
}
.form-name-title h3{
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.signup-form .aforms-divider-container{
    margin-bottom: 20px;
}
.signup-form .aforms-divider-container h3{
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.signup-form label{
    font-size: 16px;
    font-weight: 500 !Important;
}
.signup-form.contact-form .form-control, 
.signup-form.contact-form .form-select{
    height: 50px;
}
.tree {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.tree .top-card::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #333;
    transform: translateX(-50%);
}

.tree .bottom-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    position: relative;
}

.tree .bottom-cards::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #333;
}

.tree .bottom-cards .card::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #333;
    transform: translateX(-50%);
}

.tree .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 15px;
    width: 300px;
    position: relative;
    text-align: center;
}
.tree .top-card {
    position: relative;
    z-index: 2;
    width: 350px;
}
.tree .card img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
}

.tree .card p {
    margin: 10px 0;
    font-size: 16px;
}

.tree .card button {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}
.tree .card .btn{
    font-size: 14px;
    padding: 10px 15px;

}

.tooltip-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.info-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 9px;
    color: #555;
}
.email-pricing .pricing-features li {
    padding: 5px 0;
}
.tooltip-text {
    visibility: hidden;
    width: 160px;
    font-size: 16px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Small arrow */
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* bottom of tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.email-pricing .pricing-features li span {
    padding-top: 5px;
}

.all-platform .integrations-1-wrapper .in_tool-logo {
    width: 250px;
    height: 130px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}
.features-list {
    margin-left: 30px !important;
}

.features-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e5e7;
    padding-bottom: 10px;
}
.features-list li i, 
.icon-primary li i{
    color: var(--primary-clr);
}
.features-list li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.ai-badge {
    display: inline-flex;
    padding: 0.25rem 0.5rem;
    background: #eaf3fd;
    color: var(--primary-clr);
    font-size: 0.75rem;
    border-radius: 100px;
    margin-top: 5px;
}

/* Responsive */
@media (min-width: 1400px) {
    .tree .top-card-arrow2::after {
        height: 350px;
        top: 267px;
    }
    .tree .top-card-arrow3::after {
        height: 693px;
        top: 267px;
    }
}
/* Responsive */
@media (max-width: 1400px){
    .page-banner .page-banner-title {
        font-size: 50px;
    }
    .wsmenu > .wsmenu-list > li > a{
        padding: 10px;
    }
}
@media (max-width: 1200px){
    .page-banner .page-banner-title {
        font-size: 42px;
    }
}
@media (max-width: 991px){
    .page-banner{
        padding: 120px 0 90px 0;
    }
    .page-banner .page-banner-title {
        font-size: 46px;
    }
    .hero-slider{
        padding: 145px 0 70px;
    }
}
@media (max-width: 768px){
    .page-header{
        padding: 140px 0 70px;
    }
    .feature-list {
        grid-template-columns: 1fr;
        gap: 10px 0;
    }
    .page-banner .page-banner-title {
        font-size: 36px;
    }
    .sass_banner_content p{
        font-size: 18px;
    }
    .tree .bottom-cards {
        flex-direction: column;
        align-items: center;
    }
    .tree .bottom-cards::before {
        display: none;
    }
    .tree .bottom-cards .card::before {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 640px){
    .hero-carousel .owl-nav button{
        background: #2c83ec2e;
    }
}
@media (max-width: 376px){
    .logo{
        width: 200px;
    }
}