/* Utility Classes */
#ec{
    margin: 0 !important;
}
.text-justify{
    text-align: justify;
}
.fs-16{
    font-size: 16px !important;
}
img {
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 500;
}
.sec-btn{
    background: var(--secondary-color);
}
.lightblue-bg{
    background: #f8fafe;/*#f5f8ff*/
}
.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;
}

.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;
}
/* 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: 150px 0 100px;
}
.page-banner {
    position: relative;
    padding: 150px 0 100px 0;
    background-color: #f2f9fe;
    overflow: hidden;
}

.page-banner::before,
.page-banner::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(100px); 
    opacity: 0.6; 
    z-index: 0; 
}

.page-banner::before {
    width: 500px;
    height: 500px;
    top: -100px;
    right: -100px;
    background: rgb(20 128 201 / 15%);
}

.page-banner::after {
    width: 500px;
    height: 500px;
    bottom: -50px;
    left: -50px; 
    background: rgb(44 131 236 / 15%);
}
.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: 140px 0 80px;
}
.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: 30px;
    height: 30px;
}
.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;
}
@media only screen and (max-width: 768px) {
    .feature-list {
        grid-template-columns: 1fr;
        gap: 10px 0;
    }
}
/* Responsive */
@media (max-width: 1400px){
    .page-banner .page-banner-title {
        font-size: 50px;
    }
}
@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;
    }
    .page-banner .page-banner-title {
        font-size: 36px;
    }
    .sass_banner_content p{
        font-size: 18px;
    }
}
@media (max-width: 640px){
    .hero-carousel .owl-nav button{
        background: #2c83ec2e;
    }
}
@media (max-width: 376px){
    .logo{
        width: 200px;
    }
}
.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;
}
.skip-link {
    position: absolute;
    top: -50px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus,
[contenteditable="true"]:focus,
button:focus-visible,
a:focus-visible {
    outline: 3px inset var(--primary-color) !important;
    outline-offset: 4px !important;
    box-shadow: none !important;
}
.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;
}