.banner-style-one-wrapper-inner {
    max-width: 630px;
    padding-top: 120px;
    opacity: 0;
}

.banner-style-one-wrapper-inner .pre-title {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 20px;
    background: #ffffff13;
    backdrop-filter: blur(10px);
    color: #fff;
    opacity: 0;
    transition-delay: 1s;
    animation: none;
}

.banner-style-one-wrapper-inner .title {
    font-size: 70px;
    font-weight: 500;
    color: var(--color-white);
    margin-top: 25px;
    line-height: 78px;
    opacity: 0;
    transition-delay: 1.5s;
    animation: none;
}

@media (max-width: 991px) {
    .banner-style-one-wrapper-inner .title {
        font-size: 54px;
        line-height: 1.2;
    }
}

@media (max-width: 575px) {
    .banner-style-one-wrapper-inner .title {
        font-size: 48px;
    }
}

.banner-style-one-wrapper-inner p.disc {
    color: #ededed;
    margin-bottom: 45px;
    opacity: 0;
    transition-delay: 1.8s;
    animation: none;
}

.banner-style-one-wrapper-inner .button-wrapper {
    opacity: 0;
    transition-delay: 2s;
    animation: none;
}

.swiper-slide-active .banner-style-one-wrapper-inner {
    opacity: 1;
}

.swiper-slide-active .banner-style-one-wrapper-inner .pre-title {
    animation: fadeInUp 1.2s;
    animation-delay: 1s;
    opacity: 1;
}

.swiper-slide-active .banner-style-one-wrapper-inner .title {
    animation: fadeInUp 1.2s;
    animation-delay: 1.5s;
    opacity: 1;
}

.swiper-slide-active .banner-style-one-wrapper-inner p.disc {
    animation: fadeInUp 1.2s;
    animation-delay: 1.8s;
    opacity: 1;
}

.swiper-slide-active .banner-style-one-wrapper-inner .button-wrapper {
    animation: fadeInUp 1.2s;
    animation-delay: 2s;
    opacity: 1;
}

.banner-swiper-main-wrapper-one {
    position: relative;
    z-index: 1;
}

.banner-swiper-main-wrapper-one .right-rating-area {
    width: 505px;
    height: 200px;
    background: #050d20;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 991px) {
    .banner-swiper-main-wrapper-one .right-rating-area {
        display: none;
    }
}

.banner-swiper-main-wrapper-one .right-rating-area .thumbnail-image {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-swiper-main-wrapper-one .right-rating-area .rating-content {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
}

.banner-swiper-main-wrapper-one
    .right-rating-area
    .rating-content
    .bottom-content {
    margin-top: 25px;
}

.banner-swiper-main-wrapper-one .button-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-swiper-main-wrapper-one .button-wrapper .video-play-button {
    position: relative;
    margin-left: 30px;
}

.banner-swiper-main-wrapper-one
    .button-wrapper
    .vedio-icone
    .video-play-button {
    left: auto;
    top: auto;
    transform: none;
}

.banner-content-two-style {
    position: relative;
}

.banner-content-two-style .left-area-banner {
    max-width: 770px;
}

.banner-content-two-style .left-area-banner .title {
    font-weight: 500;
    font-size: 74px;
    line-height: 1.15;
    position: relative;
}

@media (max-width: 1199px) {
    .banner-content-two-style .left-area-banner .title {
        font-size: 60px;
        max-width: max-content;
    }
}

@media (max-width: 1099px) {
    .banner-content-two-style .left-area-banner .title {
        font-size: 54px;
        max-width: max-content;
    }
}

@media (max-width: 991px) {
    .banner-content-two-style .left-area-banner .title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .banner-content-two-style .left-area-banner .title {
        font-size: 32px;
    }
}

.banner-content-two-style .left-area-banner .title span {
    position: absolute;
    top: -40px;
    right: -21px;
}

@media (max-width: 1199px) {
    .banner-content-two-style .left-area-banner .title span {
        right: -61px;
    }
}

@media (max-width: 1099px) {
    .banner-content-two-style .left-area-banner .title span {
        right: -61px;
    }
}

@media (max-width: 991px) {
    .banner-content-two-style .left-area-banner .title span {
        right: -30px;
    }
}

@media (max-width: 600px) {
    .banner-content-two-style .left-area-banner .title span {
        display: none;
    }
}

.banner-content-two-style .left-area-banner p.disc {
    font-weight: 400;
    font-size: 16px;
    max-width: 80%;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .banner-content-two-style .left-area-banner p.disc {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.banner-content-two-style .left-area-banner .stars-main-wrapper {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .banner-content-two-style .left-area-banner .stars-main-wrapper {
        margin-bottom: 30px;
    }
}

.banner-content-two-style .left-area-banner .stars-main-wrapper .wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-content-two-style .left-area-banner .stars-main-wrapper .disc1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111032;
    margin-top: 7px;
}

.banner-content-two-style .right-top-area {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1099px) {
    .banner-content-two-style .right-top-area {
        position: relative;
        margin-top: 30px;
    }
}

.banner-content-two-style .right-top-area .top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f3f3f3;
}

@media (max-width: 767px) {
    .banner-content-two-style .right-top-area .top {
        flex-wrap: wrap;
    }
}

.banner-content-two-style .right-top-area .title {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 1;
}

.banner-content-two-style .right-top-area span {
    max-width: 149px;
    color: #130f2d;
    font-weight: 500;
}

.banner-content-two-style .right-top-area .bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.banner-content-two-style .right-top-area .bottom-area p {
    margin: 0;
    font-size: 16px;
}

.banner-content-two-style .right-top-area .bottom-area .radious-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #050d2a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.banner-content-two-style .right-top-area .bottom-area .radious-btn i {
    color: #050d2a;
    transform: rotate(45deg);
}

.banner-content-two-style .right-top-area .bottom-area .radious-btn:hover {
    border: 1px solid var(--brand);
    background: var(--brand);
    color: var(--color-white);
}

.banner-content-two-style .right-top-area .bottom-area .radious-btn:hover i {
    color: var(--color-white);
}

.banner-content-two-style .banner-image-large {
    position: absolute;
    right: 0;
    bottom: -220px;
}

@media (max-width: 1199px) {
    .banner-content-two-style .banner-image-large {
        max-width: 70%;
    }
}

@media (max-width: 1099px) {
    .banner-content-two-style .banner-image-large {
        position: relative;
        margin-top: 30px;
        bottom: 0;
    }
}

.banner-content-two-style .banner-image-large .circle-animation {
    background: #ffffff;
    border-radius: 50%;
    width: 154px;
    height: 154px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: -75px;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .banner-content-two-style .banner-image-large .circle-animation {
        left: 71%;
    }
}

.banner-content-two-style .banner-image-large .circle-animation * {
    color: #050d20;
}

.banner-content-two-style .banner-image-large .circle-animation svg {
    height: 150px;
    max-width: 150px;
    padding: 10px;
    animation: spin 10s linear 0s infinite;
    color: #050d20;
}

.banner-content-two-style
    .banner-image-large
    .circle-animation
    svg
    text
    textPath {
    color: #050d20;
    fill: #050d20;
    letter-spacing: 1px;
    font-size: 14px;
}

.banner-content-two-style .banner-image-large .circle-animation svg path {
    fill: #050d20;
}

.banner-content-two-style .banner-image-large .circle-animation i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 24px;
    color: #050d20;
}

.banner-two-h {
    height: 1000px;
    position: relative;
}

@media (max-width: 1099px) {
    .banner-two-h {
        height: auto;
    }
}

.bg-light-2 {
    background: #f6f6f6;
}

.bg_image-three-banner {
    background-image: url(../images/section/hero-1.jpg);
    height: 826px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .bg_image-three-banner {
        height: auto;
        padding: 80px 0;
    }
}

.bg_image-three-banner .rts-banner-content-three h1 {
    font-size: 74px;
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 35px;
    color: #050d20;
    line-height: 1.1;
}

@media (max-width: 1099px) {
    .bg_image-three-banner .rts-banner-content-three h1 {
        font-size: 60px;
    }
}

@media (max-width: 600px) {
    .bg_image-three-banner .rts-banner-content-three h1 {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .bg_image-three-banner .rts-banner-content-three h1 {
        font-size: 44px;
    }
}

.bg_image-three-banner .rts-banner-content-three p.disc {
    font-size: 16px;
    font-weight: 400;
    color: #717383;
    max-width: 508px;
}

.bg_image-three-banner .rts-banner-content-three .button-group {
    display: flex;
    align-items: center;
    gap: 37px;
}

@media (max-width: 600px) {
    .bg_image-three-banner .rts-banner-content-three .button-group {
        flex-wrap: wrap;
    }
}

.bg_image-three-banner .rts-banner-content-three .button-group .top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bg_image-three-banner .rts-banner-content-three .button-group .top .info {
    max-width: 191px;
    font-weight: 400;
    color: #050d20;
    font-size: 16px;
}

.radious-4 .rts-btn {
    border-radius: 4px;
}

.thumbnail-large-iamge-banner-three {
    position: relative;
}

.thumbnail-large-iamge-banner-three .small-image {
    position: absolute;
    top: -23px;
    left: -23px;
}

.thumbnail-large-iamge-banner-three .clients-review-area {
    position: absolute;
    left: -30px;
    bottom: 45px;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media (max-width: 600px) {
    .thumbnail-large-iamge-banner-three .clients-review-area {
        left: 20px;
    }
}

.thumbnail-large-iamge-banner-three .clients-review-area span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #050d20;
    text-align: center;
}

.swiper-banner-one .swiper-button-next,
.swiper-banner-one .swiper-button-prev {
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffffce;
    transition: 0.4s;
}

@media (max-width: 991px) {
    .swiper-banner-one .swiper-button-next,
    .swiper-banner-one .swiper-button-prev {
        display: none;
    }
}

.swiper-banner-one .swiper-button-next i,
.swiper-banner-one .swiper-button-prev i {
    transition: 0.4s;
}

.swiper-banner-one .swiper-button-next::after,
.swiper-banner-one .swiper-button-prev::after {
    background-image: none;
    display: none;
}

.swiper-banner-one .swiper-button-next:hover,
.swiper-banner-one .swiper-button-prev:hover {
    background: var(--brand);
    border-color: var(--brand);
    scale: 1.3;
}

.swiper-banner-one .swiper-button-next:hover i,
.swiper-banner-one .swiper-button-prev:hover i {
    color: #fff;
}

.swiper-banner-one .swiper-button-next {
    right: 5%;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-banner-one .swiper-button-prev {
    left: 5%;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.lojidex-project-content-inner-wrapper .title {
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1099px) {
    .lojidex-project-content-inner-wrapper .title {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .lojidex-project-content-inner-wrapper .title {
        font-size: 65px;
    }
}

@media (max-width: 600px) {
    .lojidex-project-content-inner-wrapper .title {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .lojidex-project-content-inner-wrapper .title {
        font-size: 32px;
    }
}

.lojidex-project-content-inner-wrapper .title .last {
    position: relative;
}

.lojidex-project-content-inner-wrapper .title .last img {
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .lojidex-project-content-inner-wrapper .title .last img {
        right: -110px;
    }
}

.lojidex-project-content-inner-wrapper .title .stock {
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
    padding-left: 250px;
    position: relative;
}

@media (max-width: 767px) {
    .lojidex-project-content-inner-wrapper .title .stock {
        padding-left: 195px;
    }
}

.lojidex-project-content-inner-wrapper .title .stock::after {
    position: absolute;
    content: "";
    left: 15px;
    height: 10px;
    width: 200px;
    background: #0c1018;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .lojidex-project-content-inner-wrapper .title .stock::after {
        position: absolute;
        content: "";
        left: 0px;
        height: 5px;
        width: 160px;
        background: #0c1018;
        top: 50%;
        transform: translateY(-50%);
    }
}

.lojidex-project-content-inner-wrapper .title .bg {
    padding: 5px 25px;
    background: var(--brand);
    color: #fff;
    margin-right: 25px;
}

.banner-bg-attach-lojidex {
    background-image: url(../images/section/hero-1.jpg);
    height: 660px;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .banner-bg-attach-lojidex {
        height: 408px;
    }
}

.banner-app-development {
    background-image: url(../images/section/hero-1.jpg);
    height: 930px;
}

@media (max-width: 1099px) {
    .banner-app-development {
        height: auto;
    }
}

.banner-content-app-development {
    padding-top: 120px;
    position: relative;
}

.banner-content-app-development span.pre {
    display: block;
    border: 1px solid #fff;
    padding: 5px 12px;
    max-width: max-content;
    color: #fff;
    font-size: 20px;
}

.banner-content-app-development .title {
    font-size: 80px;
    color: #fff;
    line-height: 84px;
    margin-top: 20px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .banner-content-app-development .title {
        font-size: 50px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .banner-content-app-development .title {
        font-size: 32px;
    }
    .banner-content-app-development .title .split-line {
        display: inline-block;
    }
    .banner-content-app-development .title img {
        display: none;
    }
}

.banner-content-app-development .banner-iamge-right {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 521px;
}

@media (max-width: 1399px) {
    .banner-content-app-development .banner-iamge-right {
        max-width: 362px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1099px) {
    .banner-content-app-development .banner-iamge-right {
        display: block;
        position: relative;
    }
}

.banner-content-app-development .inner-content-bottom {
    margin-left: 320px;
    max-width: 417px;
    margin-top: 60px;
}

@media (max-width: 600px) {
    .banner-content-app-development .inner-content-bottom {
        margin-left: 235px;
    }
}

@media (max-width: 767px) {
    .banner-content-app-development .inner-content-bottom {
        margin-left: 10px;
        padding-bottom: 220px;
    }
}

.banner-content-app-development .inner-content-bottom p {
    color: #fff;
}

.banner-content-app-development .bottom-client-content-area {
    position: absolute;
    left: 0;
    bottom: -120px;
    background: #ffffff;
    max-width: 190px;
    padding: 100px 19px 40px 19px;
}

.banner-content-app-development .bottom-client-content-area .thumbnail {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 175px;
    width: 175px;
}

.banner-content-app-development .bottom-client-content-area .bottom {
    font-size: 16px;
    color: #050d2a;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

.demo-app-development .title {
    font-family: var(--font-5);
}

.banner-area-cyber-security {
    height: 930px;
    align-items: center;
    display: flex;
    background-image: url(../images/banner/15.webp);
}

.banner-content-cyber-security {
    margin-right: -30px;
}

.banner-content-cyber-security .title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0;
}

.banner-content-cyber-security .button-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.banner-content-cyber-security .brand-area-bottom {
    margin-top: 90px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.banner-content-cyber-security .brand-area-bottom p.disc {
    margin-bottom: 0;
    width: 224px;
}

.banner-content-cyber-security .brand-area-bottom .brand-banner-7 {
    max-width: max-content;
    width: 348px;
}

.thumbnail-security-area-right {
    position: relative;
}

.thumbnail-security-area-right .right-top-area {
    position: absolute;
    right: -150px;
    top: 0;
    border-radius: 20px;
    height: 252px;
    width: 211px;
    background: #050d20;
}

.thumbnail-security-area-right .thumbnail {
    margin-right: -263px;
}

.thumbnail-security-area-right .right-top-area {
    padding: 22px;
}

.thumbnail-security-area-right .right-top-area .thumb-img {
    margin-bottom: 10px;
}

.thumbnail-security-area-right .right-top-area p.disc {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.thumbnail-security-area-right .right-top-area p.disc span {
    color: var(--brand);
}

.thumbnail-security-area-right .left-bottom {
    max-width: 188px;
    left: 2%;
    bottom: 12px;
    position: absolute;
}

.thumbnail-security-area-right .left-bottom .vedio-icone .video-play-button {
    left: 28%;
}

/* Thumbnail Security Area Right */
.thumbnail-security-area-right .left-bottom .vedio-icone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.thumbnail-security-area-right .left-bottom .vedio-icone a {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid var(--brand);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.thumbnail-security-area-right .left-bottom .vedio-icone a:hover {
    background: var(--brand);
    transform: scale(1.15);
}

.thumbnail-security-area-right .left-bottom .vedio-icone a span {
    border-left: 15px solid var(--brand);
    display: block;
}

.thumbnail-security-area-right .left-bottom .vedio-icone a:hover span {
    border-left-color: #fff;
}

.thumbnail-security-area-right .left-bottom .vedio-icone .text {
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
}

/* Responsive: Image Area Mobile Optimization */
@media (max-width: 1199px) {
    .thumbnail-security-area-right {
        padding-left: 60px;
    }

    .thumbnail-security-area-right .right-top-area {
        position: relative;
        right: 0;
        margin-top: 30px;
        width: 100%;
        height: auto;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-right: 0;
        margin-top: 30px;
    }

    .thumbnail-security-area-right .left-bottom {
        position: relative;
        left: 0;
        bottom: auto;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .thumbnail-security-area-right {
        padding-left: 0;
        margin-top: 40px;
    }

    .banner-content-cyber-security .brand-area-bottom {
        display: block;
    }
    .banner-content-cyber-security .brand-area-bottom .brand-banner-7 {
        width: 100%;
    }

    .thumbnail-security-area-right .right-top-area {
        margin-left: 0;
        padding: 15px;
    }

    .thumbnail-security-area-right .right-top-area p.disc {
        font-size: 14px;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-right: 0;
        max-width: 100%;
    }

    .thumbnail-security-area-right .thumbnail img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .thumbnail-security-area-right {
        margin-top: 30px;
    }

    .thumbnail-security-area-right .right-top-area {
        padding: 12px;
        margin-bottom: 20px;
    }

    .thumbnail-security-area-right .right-top-area .thumb-img {
        margin-bottom: 8px;
    }

    .thumbnail-security-area-right .right-top-area p.disc {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-top: 15px;
    }

    .thumbnail-security-area-right .left-bottom {
        margin-top: 15px;
    }

    .thumbnail-security-area-right .left-bottom {
        position: relative;
        left: 0;
        bottom: auto;
        max-width: 100%;
        margin-top: 20px;
    }

    .vedio-icone a.video-play-button {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a {
        width: 60px;
        height: 60px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a span {
        border-left-width: 12px;
    }
}

@media (max-width: 575px) {
    .thumbnail-security-area-right {
        margin-top: 20px;
    }

    .thumbnail-security-area-right .right-top-area {
        padding: 10px;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-top: 15px;
    }

    .thumbnail-security-area-right .left-bottom {
        margin-top: 15px;
    }

    .vedio-icone a.video-play-button {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a {
        width: 50px;
        height: 50px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a span {
        border-left-width: 10px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone .text {
        font-size: 11px;
    }
}

.demo-cybersecurity .rts-btn .up-right {
    transform: rotate(45deg);
}

.about-cybar-mid .button-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cyber-security-about-left img.top {
    margin-bottom: 20px;
}

.cyber-security-about-left .bottom-iamge {
    position: relative;
}

.cyber-security-about-left .bottom-iamge .content {
    position: absolute;
    left: 40px;
    top: 20px;
}

.cyber-security-about-left .bottom-iamge .content .title {
    font-size: 100px;
    color: #fff;
    margin-bottom: 10px;
    font-family: var(--font-4);
    margin-bottom: 0px;
    line-height: 1;
}

.cyber-security-about-left .bottom-iamge .content p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
}

.demo-cybersecurity .title-left-wrapper span.pre,
.demo-cybersecurity .title-center-wrapper span.pre {
    display: inline-block;
    padding: 2px 13px;
    border: 1px solid #dbe7ff;
    color: #050d20;
    font-size: 14px;
    font-weight: 500;
    border-radius: 33px;
}

.demo-machine-learning {
    --brand: #615efc;
}

.rts-banner-area-start-machine {
    height: 930px;
    background-image: url(../images/section/hero-1.jpg);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rts-banner-area-start-machine .hero-area {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.machine-learning-content-banner {
    max-width: 678px;
}

.machine-learning-content-banner span.pre {
    color: #050d20;
    padding: 5px 15px;
    background: var(--brand);
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    max-width: max-content;
}

.machine-learning-content-banner .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 80px;
}

.machine-learning-content-banner .title span {
    font-size: 64px;
    background: var(--brand);
    padding: 5px 15px;
    color: transparent;
    position: relative;
    line-height: 1.3;
}

.machine-learning-content-banner .title span::before {
    content: "MACHINE";
    position: absolute;
    inset: 0;
    color: transparent;
    background: url(../images/section/hero-1.jpg) center / cover no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    left: 50%;
    top: 50%;
    height: 95%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: 800;
}

.machine-learning-content-banner .button-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.machine-learning-content-banner .button-wrapper .video-btn-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.machine-learning-content-banner .button-wrapper .video-btn-area span {
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 700;
}

.machine-learning-content-banner
    .button-wrapper
    .vedio-icone
    .video-play-button {
    position: relative;
    transform: none;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    border: 1px solid #0c1018;
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    padding: 0;
    text-align: center;
}

.machine-learning-content-banner
    .button-wrapper
    .vedio-icone
    .video-play-button
    i {
    font-size: 16px;
    color: var(--brand);
}

.machine-learning-content-banner
    .button-wrapper
    .vedio-icone
    .video-play-button::before {
    display: none;
}

.machine-learning-content-banner
    .button-wrapper
    .vedio-icone
    .video-play-button::after {
    background: transparent;
    width: 100%;
    height: 100%;
}

.marquee {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.marquee .marquee__item {
    display: inline-block;
    will-change: transform;
    animation: 65s linear infinite marquee;
}

.marquee .marquee__item2 {
    display: inline-block;
    will-change: transform;
    animation: 65s linear infinite marquee-2;
}

.marquee .marquee__item:hover {
    animation-play-state: paused;
}

.marquee .marquee__item .main--wrapper-tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0 0;
}

.marquee .marquee__item .main--wrapper-tt .single-inner-marquree {
    flex: 0 0 65%;
    text-align: center;
}

.marquee .marquee__item .main--wrapper-tt .single-inner-marquree h2 {
    font-size: 128px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.demo-data-science .rts-btn {
    border-radius: 6px;
}

.rts-banner-data-science {
    height: 840px;
    background-image: url(../images/section/hero-1.jpg);
}

.rts-banner-data-science {
    display: flex;
    align-items: center;
}

.banner-content-left-data-science span.pre {
    display: block;
    overflow: hidden;
    color: var(--brand);
    font-weight: 500;
}

.banner-content-left-data-science .button-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-content-left-data-science .title {
    font-size: 80px;
    line-height: 84px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.banner-content-left-data-science .title div {
    display: inline-block;
}

.banner-content-left-data-science p.disc {
    max-width: 520px;
}

.thumbnail-banner-right-data .thumbnail {
    margin-right: -120px;
}

.demo-data-science .rts-btn.with-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.demo-data-science .rts-btn.with-arrow i {
    transform: rotate(45deg);
}

.demo-data-science .rts-testimonials-style-three {
    padding-top: 0;
}

.demo-data-science .swiper-lojidex-project-brand .single-image {
    border-radius: 6px;
    padding: 20px;
}

.rts-banner-marketing-automation {
    padding: 80px 0 55px;
    position: relative;
}

.rts-banner-marketing-automation .banner-content-two-style {
    margin-bottom: 40px;
}

.rts-banner-marketing-automation .banner-content-two-style .title {
    font-size: 64px;
    line-height: 68px;
    font-weight: 600;
    color: var(--brand);
}

.rts-banner-marketing-automation .banner-content-two-style .banner-form {
    max-width: 520px;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.rts-banner-marketing-automation .banner-content-two-style .banner-form .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.rts-banner-marketing-automation .banner-content-two-style .banner-form input {
    padding: 15px 44px;
}

.rts-banner-marketing-automation .banner-content-two-style .banner-form button {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 12px 24px;
}

.rts-banner-marketing-automation .marquree-main-wrapper-1 {
    bottom: 0;
}

.rts-banner-marketing-automation .marquree-main-wrapper-1 .single-marquree {
    gap: 18px;
    animation: marquee 50s linear infinite;
}

.rts-banner-marketing-automation
    .marquree-main-wrapper-1
    .single-marquree
    .single-item {
    flex: 0 0 auto;
}

.rts-banner-marketing-automation
    .marquree-main-wrapper-1
    .single-marquree
    .single-item
    span {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.rts-banner-marketing-automation
    .marquree-main-wrapper-1
    .single-marquree
    .single-item::after {
    display: none;
}

.rts-banner-saas-landing {
    background: linear-gradient(180deg, #615efc 0%, #3a3896 100%);
    height: 930px;
    padding-top: 160px;
    position: relative;
    z-index: 1;
}

.rts-banner-saas-landing .banner-content-two-style .pre {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(234, 240, 255, 0.1);
    color: var(--color-white);
    max-width: max-content;
    margin: auto;
    padding: 6px 14px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.rts-banner-saas-landing .banner-content-two-style .title {
    color: var(--color-white);
    line-height: 1.2;
    font-weight: 600;
}

.rts-banner-saas-landing .banner-content-two-style .desc {
    max-width: 535px;
    margin: auto;
    color: #f2f2f7;
}

.rts-banner-saas-landing .banner-content-two-style .button-area .rts-btn {
    margin: auto;
    margin-top: 30px;
    background: var(--color-white);
    color: #050d20;
}

.rts-banner-saas-landing .section-inner .image-area {
    text-align: center;
}

.rts-banner-saas-landing .section-inner .image-area img {
    margin: auto;
}

.rts-banner-saas-landing .bg-shape img {
    position: absolute;
    z-index: -1;
    top: 0;
}

.rts-banner-saas-landing .bg-shape img.shape-01 {
    width: 100%;
    height: 100%;
    left: 0;
}

.rts-banner-saas-landing .bg-shape img.shape-02 {
    left: 10%;
}

.rts-banner-saas-landing .shape-area img {
    position: absolute;
    z-index: 1;
}

.rts-banner-saas-landing .shape-area img:nth-child(1) {
    top: 30%;
    left: 14%;
}

.rts-banner-saas-landing .shape-area img:nth-child(2) {
    top: 42%;
    right: 17%;
}

.rts-banner-saas-landing .shape-area img:nth-child(3) {
    top: 50%;
    right: 28%;
}

.rts-banner-saas-landing .shape-area img:nth-child(4) {
    bottom: 22%;
    left: 10%;
}

.rts-banner-saas-landing .shape-area img:nth-child(5) {
    bottom: 29%;
    left: 13%;
}

.rts-trusted-brand-area.saas-landing {
    padding-top: 310px;
}

.rts-trusted-brand-area.saas-landing .brand-area-wrapper-app-development {
    border-radius: 20px;
}

/* ==============================
   HEADLINE RESPONSIVE UPDATES
   ============================== */

/* Desktop (1200px+) */
@media (min-width: 1200px) {
    .banner-area-cyber-security {
        height: 930px;
        padding: 80px 0;
    }

    .banner-content-cyber-security {
        max-width: 100%;
    }

    .banner-content-cyber-security .title {
        font-size: 60px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .banner-content-cyber-security .disc {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 40px;
        max-width: 500px;
    }

    .button-wrapper {
        gap: 20px;
        margin-bottom: 50px;
        flex-wrap: nowrap;
    }

    .brand-area-bottom {
        margin-top: 60px;
    }

    .brand-area-bottom .disc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .thumbnail-security-area-right .thumbnail img {
        max-width: 100%;
        height: auto;
    }

    .thumbnail-security-area-right .right-top-area {
        right: -150px;
        top: 0;
    }

    .thumbnail-security-area-right .left-bottom {
        max-width: 188px;
        left: 2%;
        bottom: 12px;
    }
}

/* Tablet Large (1024px - 1199px) */
@media (max-width: 1199px) and (min-width: 1024px) {
    .banner-area-cyber-security {
        height: auto;
        padding: 60px 0;
        min-height: 700px;
        align-items: center;
    }

    .banner-content-cyber-security .title {
        font-size: 48px;
        line-height: 1.25;
        margin-bottom: 25px;
    }

    .banner-content-cyber-security .disc {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 35px;
    }

    .button-wrapper {
        gap: 15px;
        margin-bottom: 40px;
    }

    .rts-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .brand-area-bottom {
        margin-top: 40px;
    }

    .brand-area-bottom .disc {
        font-size: 14px;
    }

    .thumbnail-security-area-right {
        padding-left: 40px;
    }

    .thumbnail-security-area-right .thumbnail img {
        max-width: 90%;
        height: auto;
    }

    .thumbnail-security-area-right .right-top-area {
        position: relative;
        right: 0;
        top: auto;
        margin-top: 30px;
        width: 100%;
        height: auto;
        max-width: 300px;
    }

    .thumbnail-security-area-right .left-bottom {
        position: relative;
        left: 0;
        bottom: auto;
        max-width: 100%;
        margin-top: 25px;
    }
}

/* Tablet & Small Laptop (768px - 1023px) */
@media (max-width: 1023px) {
    .banner-area-cyber-security {
        height: auto;
        padding: 50px 0;
        min-height: auto;
        background-attachment: scroll;
    }

    .row.align-items-center {
        flex-direction: column;
    }

    .col-xl-6 {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .col-xl-6.order-lg-change {
        order: 2;
        margin-bottom: 0;
    }

    .banner-content-cyber-security {
        text-align: center;
        padding: 0 20px;
    }

    .banner-content-cyber-security .title {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .banner-content-cyber-security .disc {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 auto 30px;
        max-width: 100%;
    }

    .button-wrapper {
        justify-content: center;
        gap: 12px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .rts-btn {
        padding: 11px 22px;
        font-size: 13px;
    }

    .rts-btn i {
        font-size: 14px;
    }

    .brand-area-bottom {
        margin-top: 30px;
    }

    .brand-area-bottom .disc {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .thumbnail-security-area-right {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-right: 0;
        margin-top: 20px;
    }

    .thumbnail-security-area-right .thumbnail img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .thumbnail-security-area-right .right-top-area {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin-top: 30px;
        padding: 15px;
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .thumbnail-security-area-right .right-top-area .thumb-img {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
    }

    .thumbnail-security-area-right .right-top-area .thumb-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .thumbnail-security-area-right .right-top-area p.disc {
        margin-bottom: 0;
        font-size: 13px;
        flex: 1;
    }

    .thumbnail-security-area-right .left-bottom {
        position: relative;
        left: 0;
        bottom: auto;
        max-width: 100%;
        margin-top: 20px;
    }

    .thumbnail-security-area-right .left-bottom img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
}

/* Mobile Large (576px - 767px) */
@media (max-width: 767px) {
    .banner-area-cyber-security {
        height: auto;
        padding: 40px 0;
        background-size: cover;
        background-position: center;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-content-cyber-security {
        text-align: center;
        padding: 0;
    }

    .banner-content-cyber-security .title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .banner-content-cyber-security .disc {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 auto 20px;
    }

    .button-wrapper {
        justify-content: center;
        gap: 10px;
        margin-bottom: 25px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .rts-btn {
        width: 100%;
        padding: 12px 16px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .brand-area-bottom {
        margin-top: 20px;
    }

    .brand-area-bottom .disc {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .thumbnail-security-area-right {
        width: 100%;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-top: 20px;
    }

    .thumbnail-security-area-right .thumbnail img {
        max-width: 100%;
        height: auto;
    }

    .thumbnail-security-area-right .right-top-area {
        width: 100%;
        margin-top: 20px;
        padding: 12px;
        flex-direction: row;
        gap: 15px;
    }

    .thumbnail-security-area-right .right-top-area .thumb-img {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .thumbnail-security-area-right .right-top-area p.disc {
        font-size: 12px;
    }

    .thumbnail-security-area-right .left-bottom {
        margin-top: 15px;
    }

    .thumbnail-security-area-right .left-bottom img {
        max-width: 100%;
        height: auto;
    }
}

/* Mobile Small (< 576px) */
@media (max-width: 575px) {
    .banner-area-cyber-security {
        height: auto;
        padding: 30px 0;
    }

    .rts-section-gap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .banner-content-cyber-security .title {
        font-size: 26px;
        line-height: 1.15;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .banner-content-cyber-security .disc {
        font-size: 13px;
        line-height: 1.4;
        margin: 0 auto 15px;
    }

    .button-wrapper {
        gap: 8px;
        margin-bottom: 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .rts-btn {
        width: 100%;
        padding: 10px 14px;
        font-size: 12px;
    }

    .rts-btn i {
        font-size: 12px;
    }

    .brand-area-bottom {
        margin-top: 15px;
    }

    .brand-area-bottom .disc {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-top: 15px;
    }

    .thumbnail-security-area-right .right-top-area {
        margin-top: 15px;
        padding: 10px;
        gap: 12px;
    }

    .thumbnail-security-area-right .right-top-area .thumb-img {
        width: 45px;
        height: 45px;
    }

    .thumbnail-security-area-right .right-top-area p.disc {
        font-size: 11px;
    }

    .thumbnail-security-area-right .right-top-area p.disc span {
        font-size: 11px;
    }

    .thumbnail-security-area-right .left-bottom {
        margin-top: 12px;
    }

    .thumbnail-security-area-right .left-bottom img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
}

/* Extra Small (< 360px) */
@media (max-width: 359px) {
    .banner-content-cyber-security .title {
        font-size: 22px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .banner-content-cyber-security .disc {
        font-size: 12px;
        margin: 0 auto 12px;
    }

    .button-wrapper {
        gap: 6px;
    }

    .rts-btn {
        padding: 9px 12px;
        font-size: 11px;
    }
}

/* ==============================
   ORDER & LAYOUT RESTRUCTURING
   ============================== */

/* Desktop: Keep images on right */
@media (min-width: 1200px) {
    .headline-row {
        display: flex;
        align-items: center;
    }

    .headline-content {
        order: 1;
    }

    .headline-images {
        order: 2;
    }

    .thumbnail-security-area-right .right-top-area {
        position: absolute !important;
        right: -150px;
        top: 0;
    }

    .thumbnail-security-area-right .left-bottom {
        position: absolute !important;
        left: 2%;
        bottom: 12px;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-right: -263px;
    }
}

/* Tablet: Images on top */
@media (max-width: 1199px) {
    .headline-row {
        display: flex;
        flex-direction: column;
    }

    .headline-content {
        order: 2;
    }

    .headline-images {
        order: 1;
        width: 100% !important;
        margin-bottom: 30px;
    }

    .thumbnail-security-area-right {
        position: relative !important;
        padding-left: 0 !important;
    }

    .thumbnail-security-area-right .right-top-area {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-right: 0 !important;
        margin-top: 0;
    }

    .thumbnail-security-area-right .left-bottom {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        max-width: 100%;
        margin-top: 20px;
    }
}

/* Mobile: Images on top, full width */
@media (max-width: 767px) {
    .headline-row {
        display: flex;
        flex-direction: column;
    }

    .headline-content {
        order: 2;
        width: 100% !important;
    }

    .headline-images {
        order: 1;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .thumbnail-security-area-right {
        position: relative !important;
        padding-left: 0 !important;
        width: 100%;
    }

    .thumbnail-security-area-right .right-top-area {
        position: relative !important;
        width: 100% !important;
        margin-bottom: 15px;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-right: 0 !important;
    }

    .thumbnail-security-area-right .thumbnail img {
        width: 100%;
        height: auto;
    }

    .thumbnail-security-area-right .left-bottom {
        position: relative !important;
        max-width: 100%;
        margin-top: 15px;
    }

    .thumbnail-security-area-right .left-bottom img {
        width: 100%;
        height: auto;
    }
}
/* MOBILE ORDER FIX - Override everything */

@media (max-width: 991px) {
    .banner-area-cyber-security .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner-area-cyber-security .row .col-xl-6:first-child {
        order: 2;
        width: 100% !important;
    }

    .banner-area-cyber-security .row .col-xl-6.order-lg-change {
        order: 1;
        width: 100% !important;
        margin-bottom: 30px;
        margin-top: 130px;
    }

    .thumbnail-security-area-right {
        position: relative !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
    }

    .thumbnail-security-area-right .right-top-area {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .thumbnail-security-area-right .left-bottom {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        max-width: 100% !important;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .thumbnail-security-area-right .thumbnail {
        margin-right: 0 !important;
        width: 100%;
    }

    .thumbnail-security-area-right .left-bottom img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .banner-area-cyber-security .row {
        flex-direction: column-reverse;
    }

    .banner-area-cyber-security .row .col-xl-6:first-child {
        order: 2;
        width: 100% !important;
    }

    .banner-area-cyber-security .row .col-xl-6.order-lg-change {
        order: 1;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* AGGRESSIVE MOBILE FIX */
@media (max-width: 1023px) {
    /* Remove all absolute positioning */
    .banner-area-cyber-security .thumbnail-security-area-right .right-top-area,
    .banner-area-cyber-security .thumbnail-security-area-right .left-bottom {
        position: relative !important;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Row flex setup */
    .banner-area-cyber-security > .container > .row {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column !important;
    }

    /* Images first */
    .banner-area-cyber-security .col-xl-6.order-lg-change {
        flex-basis: 100% !important;
        width: 100% !important;
        order: -1 !important;
        margin-bottom: 30px;
    }

    /* Content second */
    .banner-area-cyber-security .col-xl-6:not(.order-lg-change) {
        flex-basis: 100% !important;
        width: 100% !important;
        order: 1 !important;
    }

    /* Ensure images display properly */
    .thumbnail-security-area-right .thumbnail {
        margin-right: 0 !important;
        margin-top: 100px !important;
    }

    .thumbnail-security-area-right .thumbnail img {
        width: 100% !important;
        height: auto !important;
    }

    .thumbnail-security-area-right .left-bottom img {
        width: 100% !important;
        height: auto !important;
    }
}

/* FINAL FIX: Using specific class selectors */
@media (max-width: 1023px) {
    .headline-row {
        display: flex !important;
        flex-direction: column !important;
    }

    .headline-images {
        order: -1 !important;
        width: 100% !important;
        margin-bottom: 30px;
    }

    .headline-content {
        order: 1 !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .headline-images {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .headline-images {
        margin-bottom: 20px;
    }
}

/* ============================================
   CLEAN OVERRIDE: Remove all old responsive rules
   ============================================ */

@media (max-width: 1023px) {
    /* Remove all old positioning rules */
    .thumbnail-security-area-right,
    .thumbnail-security-area-right .right-top-area,
    .thumbnail-security-area-right .left-bottom,
    .thumbnail-security-area-right .thumbnail {
        all: revert !important;
    }

    /* Set new responsive rules */
    .thumbnail-security-area-right {
        position: relative !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .thumbnail-security-area-right .right-top-area {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
        margin-top: 0;
        padding: 15px;
        background: #050d20;
        border-radius: var(--radius);
    }

    .thumbnail-security-area-right .right-top-area .thumb-img {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .thumbnail-security-area-right .right-top-area p.disc {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .thumbnail-security-area-right .right-top-area p.disc span {
        color: var(--brand);
    }

    .thumbnail-security-area-right .thumbnail {
        margin-right: 0 !important;
        margin-top: 0 !important;
        width: 100%;
    }

    .thumbnail-security-area-right .thumbnail img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .thumbnail-security-area-right .left-bottom {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        max-width: 100% !important;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .thumbnail-security-area-right .left-bottom img {
        width: 100% !important;
        height: auto !important;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone {
        flex-direction: row;
        gap: 15px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.1);
        border: 2px solid var(--brand);
        border-radius: 50%;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a span {
        border-left: 12px solid var(--brand);
    }
}

/* Additional mobile fixes */
@media (max-width: 767px) {
    .thumbnail-security-area-right .right-top-area {
        padding: 12px;
        margin-bottom: 15px;
    }

    .thumbnail-security-area-right .right-top-area .thumb-img {
        width: 50px;
        height: 50px;
    }

    .thumbnail-security-area-right .right-top-area p.disc {
        font-size: 12px;
    }

    .thumbnail-security-area-right .left-bottom {
        margin-top: 12px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a {
        width: 50px;
        height: 50px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a span {
        border-left-width: 10px;
    }
}

@media (max-width: 575px) {
    .thumbnail-security-area-right .right-top-area {
        padding: 10px;
        margin-bottom: 12px;
    }

    .thumbnail-security-area-right .right-top-area .thumb-img {
        width: 45px;
        height: 45px;
    }

    .thumbnail-security-area-right .right-top-area p.disc {
        font-size: 11px;
    }

    .thumbnail-security-area-right .left-bottom {
        margin-top: 10px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a {
        width: 45px;
        height: 45px;
    }

    .thumbnail-security-area-right .left-bottom .vedio-icone a span {
        border-left-width: 8px;
    }
}
/* Remove right-top-area and left-bottom elements completely */

@media (max-width: 1023px) {
    .thumbnail-security-area-right .right-top-area {
        display: none !important;
    }

    .thumbnail-security-area-right .left-bottom {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .thumbnail-security-area-right .right-top-area {
        display: none !important;
    }

    .thumbnail-security-area-right .left-bottom {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .thumbnail-security-area-right .right-top-area {
        display: none !important;
    }

    .thumbnail-security-area-right .left-bottom {
        display: none !important;
    }
}

/* Desktop also hide them */
@media (min-width: 1200px) {
    .thumbnail-security-area-right .right-top-area {
        display: none !important;
    }

    .thumbnail-security-area-right .left-bottom {
        display: none !important;
    }
}

/* Content Left Align & Font Size Increase */

@media (max-width: 1023px) {
    .banner-content-cyber-security {
        text-align: left !important;
    }

    .banner-content-cyber-security .title {
        font-size: 48px !important;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .banner-content-cyber-security .disc {
        font-size: 18px !important;
        line-height: 1.6;
        margin-bottom: 30px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .banner-content-cyber-security {
        text-align: left !important;
        padding: 0 !important;
    }

    .banner-content-cyber-security .title {
        font-size: 38px !important;
        line-height: 1.25;
        margin-bottom: 20px;
        text-align: left;
    }

    .banner-content-cyber-security .disc {
        font-size: 16px !important;
        line-height: 1.5;
        margin-bottom: 25px;
        text-align: left;
    }

    .button-wrapper {
        justify-content: flex-start !important;
    }
}

@media (max-width: 575px) {
    .banner-content-cyber-security .title {
        font-size: 27px !important;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .banner-content-cyber-security .disc {
        font-size: 15px !important;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .button-wrapper {
        justify-content: flex-start !important;
    }
}

@media (max-width: 991px) {
    .banner-content-cyber-security {
        text-align: left !important;
    }

    .banner-content-cyber-security .title {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .banner-content-cyber-security .disc {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .button-wrapper {
        justify-content: flex-start !important;
        gap: 15px;
    }

    .button-wrapper .rts-btn {
        flex-basis: auto;
    }
}
/* Show right-top-area and left-bottom on desktop */

@media (min-width: 1200px) {
    .thumbnail-security-area-right .right-top-area {
        display: block !important;
        position: absolute;
        right: -150px;
        top: 0;
        width: 211px;
        height: 252px;
        background: #050d20;
        border-radius: var(--radius);
        padding: 22px;
    }

    .thumbnail-security-area-right .left-bottom {
        display: block !important;
        position: absolute;
        left: 2%;
        bottom: 12px;
        max-width: 188px;
    }
}

/* Hide on tablet and mobile */
@media (max-width: 1199px) {
    .thumbnail-security-area-right .right-top-area {
        display: none !important;
    }

    .thumbnail-security-area-right .left-bottom {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .thumbnail-security-area-right .right-top-area {
        display: none !important;
    }

    .thumbnail-security-area-right .left-bottom {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .thumbnail-security-area-right .right-top-area {
        display: none !important;
    }

    .thumbnail-security-area-right .left-bottom {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .thumbnail-security-area-right .right-top-area {
        display: none !important;
    }

    .thumbnail-security-area-right .left-bottom {
        display: none !important;
    }
}

/* Brand Swiper Carousel */
.brand-banner-7 {
    max-width: max-content;
    width: 100%;
}

.brand-banner-7 .swiper {
    max-width: 100%;
    overflow: hidden;
}

.brand-banner-7 .swiper-wrapper {
    display: flex;
    gap: 0;
}

.brand-banner-7 .swiper-slide {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-brand-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: transparent;
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.single-brand-7.expanded {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3) !important;
    z-index: 1000;
    background: var(--white);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 40px;
    min-width: 300px;
    min-height: 300px;
}

.single-brand-7.expanded::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.single-brand-7 img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 80px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%);
}

.single-brand-7:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.single-brand-7.expanded img {
    max-height: 200px;
    position: relative;
    z-index: 1001;
}

@media (max-width: 1023px) {
    .brand-banner-7 {
        width: 100%;
        max-width: 100%;
    }

    .single-brand-7 {
        min-width: 100px;
        min-height: 100px;
        padding: 15px;
    }

    .single-brand-7 img {
        max-height: 50px;
    }
}

@media (max-width: 767px) {
    .single-brand-7 {
        min-width: 80px;
        min-height: 80px;
        padding: 12px;
    }

    .single-brand-7 img {
        max-height: 40px;
    }
}

@media (max-width: 575px) {
    .single-brand-7 {
        min-width: 70px;
        min-height: 70px;
        padding: 10px;
    }

    .single-brand-7 img {
        max-height: 35px;
    }
}
