.header-call-to-action {
    margin-right: 0px;
    margin-left: 0;
}
.stellarnav li.has-sub > a:after {
    margin-left: 0;
    margin-right: 5px;
}
.stellarnav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-call-to-action {
    min-width: unset;
}
.home-button a {
    margin-right: 0;
}
.header-call-to-action .search-button {
    margin-left: 0;
}
.welcome-text-area {
    overflow:hidden;
    position: relative;
}
.subtitle .letter {
    letter-spacing: 0px !important;
}
.single-features .box-icon {
    width: 70px;
    height: 70px;
}
.single-features {
    padding: 20px;
    cursor: pointer;
}
.single-features .box-icon {
    padding-top: 0px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-features .box-icon img {
    height: 50px;
    max-width: 98%;
}
.process-icon img {
    max-width: 100%;
    height: 50px;
}
.single-features h3 {
    margin-bottom: 0;
    font-size: 20px;
}
.single-features::after {
    bottom: 10px;
    display: none;
}
.features-description {
    margin-top: 0px;
    border-radius: 25px;
    padding: 0px 50px;
}
.features-slider {
    width: 100%;
}
.features-description__right {
    padding: 100px 0px;
}
.features-description__right h3 {
    font-size: 40px;
    color: #252525;
    font-family: Tajawal;
      /*font-weight: 500;*/
}
.features-description__right p {
    color: #6e6e6e;
    font-size: 22px;
    /*font-weight: 400;*/
    line-height: 1.8;
    font-family: Tajawal;
}
.features-description__right ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 20px;
}
.features-description__right ul li {
    list-style: none;
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.features-description__left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-description__left img {
    max-width: 100%;
    margin: 0 auto;
}
.features-description .row {
    align-items: center;
    justify-content: center;
    display: flex;
}
.slideshow-container {
    width: 100%; /* Adjust width as needed */
    height: 520px; /* Adjust height to show one image at a time */
    overflow: hidden;
    position: relative; /* Needed for positioning the inner container */
}

.slideshow-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    animation: scroll-vertical 40s linear infinite; /* 15s is the duration, adjust as needed */
}

.slideshow-inner img {
    width: auto;
    max-width: 300px;
    height: auto; /* Must match the container height */
    flex-shrink: 0; /* Prevents images from shrinking */
}

/* Keyframe animation for vertical scrolling */
@keyframes scroll-vertical {
    0% {
        transform: translateY(0);
    }
    100% {
        /* This needs to be calculated based on the number of images */
        /* For 4 images, it's -400% (or -300% if we want to show the last image fully) */
        transform: translateY(-100%);
    }
}
.video-promo-area .subtitle {
    margin-bottom: 0;
}
.video-promo-area h3 {
    margin-bottom: 25px;
}
.single-fun-fact h3 {
    margin-bottom: 0;
}
.faqs-mockup-1 {
    top: 0;
}
/* CSS for Pricing Table */
.pricing-table {
    width: 100%;
    margin: 2em 0;
    border-collapse: collapse;
    border: 1px solid #efefef;
    box-shadow: 0 6px 30px 0 rgba(89,91,181,.1);
    border-radius: 12px;
}

.pricing-table th, .pricing-table td {
    border: 1px solid rgba(255,255,255,0.25);
    padding: 1em;
    text-align: center;
    background: rgba(255, 255, 2555);
    font-weight: 500;
}

.pricing-table th {
    background-color: #5368fd;
    color: white;
}

.btn {
    background-color: #5368fd;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1em;
    border-radius: 5px;
}

.btn:hover {
    background-color: #5368fd;
}
.bg-gray td {
    background: #f7f5f9 !important;
}
.choose-plan {
    background: transparent;
    border: 1px solid #5368fd;
    text-decoration: none;
    color: #5368fd !important;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0px;
   
    display: inline-block;
}
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    height: auto !important;
    background-color: #5368fd !important;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(55px);
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.on
{
    display: none;
}

.off
{
    left: 34px;
    top: 5px;
    position: absolute;
    color: white;
}

input:checked+ .slider .on
{display: block;
}

input:checked + .slider .off
{display: none;

}

input:checked+ .slider .on {
    display: block;
    height: 100%;
    padding: 5px;
    color: white;
    padding-right: 26px;
}
.feature-check {
    
    color: white;
    padding: 5px;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: block;
    margin: 0 auto;
    font-size: 10pt;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
i.disabled {
    background: red;
}
i.active {
    background: lightgreen;
}
.price-single .switch {
    margin: 0;
}
.table-scroll {
    overflow-x: auto
}
.widget_post_with_thumb li .post-date i {
    margin-right: 0;
    margin-left: 5px;
}
@media (max-width: 768px) {
    .features-description {
        margin-top: 20px;
    }
    .features-description .row {
        flex-direction: column;
    }
    .features-description {
        padding: 0px 25px;
    }
    .features-description__right h3 {
        font-size: 30px;
    }
    .features-description__right p {
        font-size: 18px;
    }
    .features-description__right ul li {
        font-size: 18px;
    }
    .features-description__right {
        padding: 50px 0px;
    }
}
.success-msg {
    padding: 15px 25px;
    background: green;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 25px;
    display: none;
}
.captcha-required {
    padding: 15px 25px;
    background: green;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 25px;
    display: none;
    background: red;
}
.success-msg {
    padding: 15px 25px;
    background: green;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 25px;
    display: none;
}
.whatsapp {
    background: #25D366;
}
.success-msg a {
    color: white !important;
}
.success-msg i {
    margin-left: 5px;
}
ul.social {
    padding: 0;
}
ul.social li {
    margin: 10px 0;
    list-style-type: none;
}
ul.social li a {
    color: slategray;
    padding: 10px;
    font-size: 13pt;
    text-decoration: none;
}
ul.social {
    width: 100%;
    overflow: auto;
}
ul.social li {
    float: right;
    margin-left: 15px;
}
ul.social li a {
    font-size: 18pt;
    color: white;
}
ul.social li a i {
    transition: 0.5s ease;
}
ul.social li a:hover i {
    transform: rotate(360deg);
}
ul.social li::before {
    display: none !important;
}
.app-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.app-links img {
    height: 52px;
}
.single-fun-fact h3 {
    font-size: 40px !important;
}
.odometer.odometer-auto-theme {
    direction: ltr !important;
}
.works .box {
    background: #ffffff;
    border-radius: 8px;
    background: linear-gradient(to left, rgba(4,195,225,1) 0%, rgba(4,195,225,1) 12%, rgba(4,195,225,1) 47%, rgb(80, 123, 245) 100%) left bottom #fff no-repeat;
    background-size: 100% 5px;
    box-shadow: 1px 1px 25px 0 rgba(0,0,0,0.05);
    position: relative;
    margin: 48px 15px 0;
    padding: 90px 30px 50px;
}
.works .box img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -47px;
}
.works .box h3 {
    font-size: 18px;
    color: #3b566e;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: center;
}
.works .box span {
    font-size: 14px;
    color: #8c9399;
    font-weight: 400;
}
.works .box p {
    font-size: 15px;
    font-weight: 400;
    color: #919aaf;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.works .links {
    display: flex
;
    gap: 10px;
    margin-top: 15px;
    text-align: center;
    justify-content: center;
}
.works .links a {
    background: linear-gradient(to right, #507bf5 0%, #04c3e1 100%);
    color: white;
    width: 43px;
    height: 43px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14pt;
    text-decoration: none !important;
    border-radius: 50%;
}
.works .box {
    padding:50px 30px 35px;
    margin-bottom: 50px !important;
}
.works {
    padding-bottom: 0px ;
}
.single-features {
    /* border: 2px solid transparent; */
    transition: border-color 0.3s ease;
}
.single-features.active {
    border:2px solid #5368fd
}
.single-features:hover {
    border:2px solid #5368fd
}
.single-features:hover h3 {
    /* color: white; */
}
@media screen and (max-width: 768px) {
    .works .box {
        padding: 50px 15px 33px;
    }
    .works .box h3 {
        font-size: 16px;
    }
    .works .links a {
        width: 30px;
        height: 30px;
        font-size: 10pt;
    }
    .works .box h3 {
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.author-name-and-thumb p {
    color: #5368fd
}