@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

/*******************
    General
*******************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

::-moz-selection {
    background: var(--bs-primary);
    color: #ffffff;
}

::selection {
    background: var(--bs-primary);
    color: #ffffff;
}

html {
    font-size: 62.5% !important;
    /* scroll-behavior: smooth; */
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-stopped {
    overflow: hidden;
}


body {
    font-size: 1.5rem !important;
    position: relative;
    /* overflow-x: hidden; */
    font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
    height: auto;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

a {
    text-decoration: none !important;

}

p,
.text-gray {
    line-height: auto;
    font-weight: 500;
}


.text-justify {
    text-align: justify;
}


.bgdark {
    background: #0d151e !important;
}


body .btn-gray {
    background: #424a62;
    color: #fff;
    border: 1px solid #7d89db3b;
}

body .btn-gray:hover {
    background: var(--bs-da);
    color: var(--bs-white);
}



/******************
    Navbar
*******************/

.brand-wrap img {
    width: 100%;
    max-width: 17rem;
}

.mynav .nav-link {
    position: relative;
    display: block;
    color: #e0e8ff !important;
    z-index: 1;
    letter-spacing: .1px;
    font-weight: 500;
    font-size: 1.6rem;
    text-transform: capitalize;
}

.navbar-nav {
    align-items: center;
}

.mynav .nav-link:hover,
.mynav .nav-link:focus,
.navbar .nav-item.active .nav-link {
    color: var(--bs-white) !important;
}

.mynav .dropdown-menu {
    padding: 0;
    border-radius: 0 0 0px 0px;
    /* box-shadow: 0px 3px 10px 0px rgb(255 255 255 / 38%) inset !important; */
    background: #01081670;
    backdrop-filter: blur(20px);
}

.mynav .dropdown-item:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.dropdown-menu a {
    color: #fff;
    font-weight: 500;
    line-height: 3.5rem;
    font-size: 1.4rem;
    transition: all 0.3s linear;
    display: inline-flex;
    align-items: baseline;
    padding-inline: 25px;
}

.dropdown-menu a>i {
    transition: all 0.5s ease-in;
    transform: scale(0);
    transform-origin: right;
    font-size: 0;
}

.dropdown-menu a:hover>i {
    transform: scale(1);
    font-size: 14px;
}



body .mynav {
    background: transparent !important;
    position: absolute !important;
    z-index: 9;
    width: 100%;
    top: 20px;
}

.navbar_inner {
    background: linear-gradient(90deg, rgba(13, 21, 44, 1) 0%, rgba(13, 21, 44, 1) 100%);
    padding: 20px;
    border-radius: 25px;
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar .container {
    background: linear-gradient(90deg, rgb(0 142 255 / 56%) 0%, rgb(33 150 243 / 17%) 33%, rgb(63 219 118 / 12%) 66%, rgb(65 220 119 / 56%) 100%) !important;
    border-radius: 25px;
    padding: 2px;
}


.hero_area {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 150px;
    background: radial-gradient(circle at 30% 40%, #141d28, transparent 50%), radial-gradient(circle at 70% 60%, rgb(8 54 77 / 18%), transparent 50%), radial-gradient(circle at 50% 80%, #141d28, transparent 60%), linear-gradient(135deg, #141d28, #141d28, #141d28);
    overflow: hidden;
    /* background: #081235 url(https://html.kodesolution.com/2026/gencyo-html/images/banner/hero-bg-1-1.jpg); */
    background-size: cover;
    background-blend-mode: luminosity;
}

.bgmix {
    background: #0d1219;
}

.hero_area::before,
.industry_area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: url("https://www.arviwebaholic.com/root/images/hero_pattern.png"); */
    opacity: .08;
    pointer-events: none;
    background-size: contain;
}



.hero_title {
    font-size: 67px;
    font-weight: 300;
    color: #fff;
}

.hero_title span {
    font-weight: 900;
    /* font-size: 103px; */
}

.hero_right img {
    perspective: 1000px;
    ;
}

.hero_desc {
    color: #ffffffa8 !important;
    font-weight: 500;
    font-size: 18px !important;
    padding: 10px 0 25px;
}

/* .hero_right img {
    position: absolute;
    right: 0;
    top: 80px;
} */

.tbase {
    color: #ffffffa8 !important;
    font-weight: 500;
}

body .custom_btn {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;

}



.btn-sm {
    font-size: 14px !important;
    padding: 8px 20px !important;
}

.mixanim {
    background: linear-gradient(90deg,
            #4285F4,
            #34A853,
            #FBBC05,
            #EA4335,
            #4285F4);

    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: mixgradient 5s linear infinite;
}

@keyframes mixgradient {

    0% {
        background-position: 0%;
    }

    100% {
        background-position: 300%;
    }

}


.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_space {
    position: relative;
    padding: 6rem 0;
}

.rounded-10 {
    border-radius: 10px;
}

.mini_title {
    color: var(--bs-light);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.shadow_text {
    font-size: 90px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-family: sans-serif;
    background: linear-gradient(180deg, rgb(201 215 255 / 22%) 0%, rgb(7 18 42) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -60px;
}

.section_area {
    margin-bottom: 45px;
}

.section_title {
    margin-bottom: 15px;
}


.section_title .word {
    display: inline-block;
    white-space: nowrap;
    margin-right: 8px;
}

.section_title .letter {
    font-size: 49px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-family: inherit;
    display: inline-block;
    opacity: 0;
    transform: translate(50px, 0px) scale(1.5) rotate(10deg);
    filter: blur(10px);
}



.section_desc {
    color: #ffffffa8 !important;
}


.tech_area {
    background: #141d28;
    background-blend-mode: soft-light;
    background-position: center;
    background-size: cover;
}

.background-image {
    background-position: center !important;
    background-size: cover !important;
}


.marquee-tech {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    gap: 40px;
    animation: marquee 20s linear infinite;
}

.marquee-track img {
    width: auto;
    height: auto;
    /* background: linear-gradient(180deg, rgb(71 112 224) 0%, rgb(241 52 75) 100%); */
    padding: 0px;
    border-radius: 10px;
}

@keyframes marquee {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}


.service_area {
    background: linear-gradient(90deg, rgb(17 26 36) 0%, rgb(13 23 34) 100%);
}


.service_card {
    padding: 30px 25px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    border: 3px solid;
    border-image: linear-gradient(45deg, #afc2f6 0%, #d6282800 30%);
    background: linear-gradient(#0c193a, #0c193a) padding-box, linear-gradient(45deg, #55d08a42 0%, #03a9f42e 30%, #03a9f42e 70%, #55d08a42 100%) border-box;
    transition: all 0.5s linear;
    opacity: 0;
    transform: translateY(150px) rotate(5deg);
}

.service_card:hover {
    /* background: #0c193a9c url(../images/svbg2.png) !important; */
    /* background-blend-mode: overlay; */
    cursor: pointer;
    transition: all 0.4s linear;
    background-size: cover !important;
    background-position: center !important;
    border: 3px solid;
    border-image: linear-gradient(45deg, #afc2f6 0%, #d6282800 30%);
    background: linear-gradient(#0c193a, #0c193a) padding-box, linear-gradient(45deg, #55d08ad4 0%, #03a9f499 30%, #03a9f499 70%, #55d08ad4 100%) border-box;
    transition: all 0.5s linear;
}



.bxtitl {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-block: 14px;
}

.sericon i {
    width: 50px;
    height: 50px;
    background: #4770e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    transform: rotate(45deg);
    color: #fff;
    margin-left: auto;
    transition: all 0.4s linear;
}

.service_card:hover i {
    transition: all 0.4s linear;
    transform: rotate(90deg) scale(1.1);
}


.port_item {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #76798573;
    background: #0b192687;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
}

.port_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(183deg, rgba(19, 54, 143, 1) 0%, rgba(10, 27, 71, 1) 100%);
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
}

.owl-dots button span {
    width: 20px !important;
    height: 7px !important;
    border-radius: 25px;
    background: #e3eaff8c !important;
}

.owl-dots button.active span {
    background: #4770e0 !important;
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}


.industry_area {
    width: 100%;
    background: linear-gradient(-90deg, #121e3d 0%, #08142f 100%);
    position: relative;
    overflow: hidden;
}

.indu_img {
    width: 100%;
    height: 140px;
    border-radius: 15px;
    background: #0f2335;
    background-blend-mode: exclusion;
    clip-path: inset(0 100% 0 0);
    margin-top: 15px;
    display: inline-block;
}

.realimg {
    position: relative;
}

.review_card {
    padding: 30px;
    background: #dce1e9;
    border-radius: 15px;
    border: 1px solid #dce1e9;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review_avatar img {
    width: 50px !important;
    border-radius: 50px;
}

.review_name h5 {
    color: #0b1926;
    font-size: 18px;
    font-weight: 600;
    font-family: inherit;
}

.revlos {
    width: 130px;
    height: 40px;
}

.revlos img {
    mix-blend-mode: color-burn;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.posnme {
    color: #1c8932;
}

.review_author {
    border-top: 1px solid #0e1b2f33;
    padding-top: 20px;
}

.consult_inner {
    padding: 30px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 30px;
    background: #141c27;
}

.consult_area .col-sm-12 {
    padding: 2px;
    border-radius: 30px;
    background: linear-gradient(90deg, #41d4748f 0%, #144123 33%, #144123 66%, #41d4748f 100%) !important;
}

.consult_inner .word:nth-child(1) .letter,
.consult_inner .word:nth-child(2) .letter,
.consult_inner .word:last-child .letter,
.consult_inner .word:nth-last-child(2) .letter {
    color: var(--bs-success);
    font-weight: 700;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-item {
    background-color: transparent !important;
    border: 2px solid #3bd6714f !important;
    border-radius: 15px !important;
}

.accordion-body {
    border-top: 2px solid #3bd67154;
    padding: 12px 25px !important;
}

.accordion-item:has(.accordion-collapse.show) {
    border: 2px solid var(--bs-success) !important;
}


.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 18px !important;
    font-weight: 500;
    color: #fff !important;
    padding: 18px 25px !important;
}

.accordion-button::after {
    filter: invert(1) brightness(5) !important;
}

.contact_inner {
    background: #27314075;
    padding: 15px 30px 30px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    box-shadow: inset 0px 0px 50px #a4b7ec45;
    margin-top: 15px;
}

.form_wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form_input input,
.form_input select,
.form_input textarea {
    font-size: 14px;
    background: transparent !important;
    border: 1px solid #ffffff47;
    border-radius: 6px;
    padding: 10px;
    color: #fff !important;
}

.contact_inner .shadow_text {
    font-size: 80px;
}

.social_icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social_icons a {
    width: 40px;
    height: 40px;
    background: #1e3047;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
}

.social_icons a:hover {
    background: var(--bs-primary);
    color: #fff;
}

.footer_link {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.psleft {
    padding-left: 90px;
}

.footer_menu a {
    color: #acb1b5;
    font-weight: 500;
}

.footer_menu a:hover {
    color: var(--bs-primary);
}

.offinfo i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1e3047;
    border-radius: 50%;
    color: #fff;
}

.offinfo a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.offinfo span {
    flex: 1;
}

.footer_bottom {
    background: #263244;
    text-align: center;
    padding: 15px;
}

@media (min-width: 768px) {

    .gx-6 {
        --bs-gutter-x: 6rem !important;
    }



}



.custom-navbar {
    background: linear-gradient(#111821cc 0%, #131b25cc 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 16px 15px !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .03) inset,
        0 15px 40px rgba(0, 0, 0, .35);
    backdrop-filter: blur(2.5px);
    position: fixed !important;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
}


.box_ranks {
    position: relative;
    height: 100%;
    background: #000000;
    border: 1px solid #2a3545;
    border-radius: 10px;
    overflow: hidden;
    transition: .45s;
    cursor: pointer;
    padding: 15px;
}

.box_img:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background: #48f47b33;
    border-radius: 50%;
    opacity: 0.1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 6px 38px #1d673659;
}

.rank_section {
    padding: 80px 0;
    background: #131d29;
}

.box_content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.box_content p {
    color: #fff;
    margin: 0;
}

/*==========================
LOGO
==========================*/
.lgom {
    width: 200px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #31d66b;
    border-radius: 50%;
    box-shadow: 0 0 15px #31d66b;
}

/*==========================
MENU
==========================*/

.navbar-nav {
    gap: 12px;
}

.nav-link {
    color: #b8c0cd !important;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .3s;
}

.nav-link:hover {
    color: #fff !important;
}

.nav-link i {
    font-size: 18px;
}

/*==========================
LOGIN
==========================*/

.login-btn {
    color: #44ff8d;
    border: 1px solid rgba(255, 255, 255, .12);
    width: 95px;
    height: 44px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .35s;
}

.login-btn:hover {
    background: #1e2937;
    color: #fff;
}

/*==========================
BUTTON
==========================*/

.start-btn {
    min-width: 170px;
    height: 50px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #0e1c13;
    font-weight: 600;
    background: linear-gradient(180deg, #53ff84, #2edb67);
    box-shadow: 0 8px 20px rgba(46, 219, 103, .4),
        inset 0 2px 0 rgba(255, 255, 255, .4);
    transition: .35s;
}

.start-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(46, 219, 103, .45);
}

/*==========================
MOBILE
==========================*/

.navbar-toggler {

    color: #fff;
    font-size: 28px;
}

@media(max-width:991px) {

    .navbar-collapse {
        margin-top: 20px;

    }

    .navbar-nav {
        margin-bottom: 25px;
        gap: 0;
    }

    .d-flex {
        flex-direction: column;
        align-items: stretch !important;
    }

    .login-btn,
    .start-btn {
        width: 100%;
    }

}





.monitoring-section {
    padding: 100px 0;
}

.industry_wrap {
    padding: 80px 0;
    background: #111821;
}

.banner_wrap .word .letter {
    font-size: 23px;
}


.banner_wrap {
    background-image: url('../images/btnrs.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px !important;
    border: 2px solid #263344;
    border-radius: 15px;
}

ul.banner-list li {
    color: #fff;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.banner-list li i {
    color: #6ee086;
    font-size: 11px;
}

ul.banner-list {
    list-style: none;
    padding: 0;
}

.monitor-card {
    position: relative;
    height: 100%;
    background: #131d29;
    border: 1px solid #2a3545;
    border-radius: 10px;
    overflow: hidden;
    transition: .45s;
    cursor: pointer;
}

.monitor-card:hover {
    border-color: #1ff2886b;
}


/*=========================
        Circle Area
=========================*/

.circle-area {
    position: relative;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg-svg circle {
    fill: none;
    stroke: #313d4d;
    stroke-width: 1.2;
    opacity: .75;
    transition: .45s;
}

.monitor-card:hover .bg-svg circle {
    stroke: #4b596d;
}

.monitor-card.active .bg-svg circle {
    stroke: #4b596d;
}

/*=========================
      Icon Circle
=========================*/

.icon-circle {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #101824;
    border: 1px solid #374557;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    transition: .45s;
}


.monitor-card:hover .icon-circle {
    box-shadow: 0px 0px 12px 0px #ffffff2e;
}


.icon-circle i {
    font-size: 38px;
    color: #1ff287;
    transition: .45s;
}


/*=========================
      Content
=========================*/

.card-content {
    padding: 25px 90px 5px 20px;
}

.card-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #edf2fb;
}

.card-content p {
    color: #98a5b7;
    font-size: 16px;
    line-height: 22px;
}

/*=========================
      Arrow Button
=========================*/

.arrow-btn {
    position: absolute;
    right: 26px;
    bottom: 28px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #415066;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1ff287;
    transition: .45s;
}

.arrow-btn i {
    font-size: 24px;
    transition: .35s;
}

.monitor-card:hover .arrow-btn {
    background: #1ff28724;
    border-color: #1ff28724;
}

.monitor-card:hover .arrow-btn i {
    color: #ffffff;
}

.monitor-card.active .arrow-btn {
    background: #1ff287;
    border-color: #1ff287;
}

.monitor-card.active .arrow-btn i {
    color: #0d1721;
}



/*=========================================
        SVG RINGS ANIMATION
=========================================*/

.bg-svg {
    overflow: visible;
}

.bg-svg circle {
    fill: none;
    stroke: #394553;
    stroke-width: 1.2;
    transform-origin: center;
    transition: .55s ease;

}

.bg-svg circle:nth-child(1) {
    opacity: .95;
}

.bg-svg circle:nth-child(2) {
    opacity: .55;
}

.bg-svg circle:nth-child(3) {
    opacity: .35;
}

.bg-svg circle:nth-child(4) {
    opacity: .18;
}

/* Hover */

.monitor-card:hover .bg-svg circle,
.monitor-card.active .bg-svg circle {
    stroke: #4b5b6f;

}

.monitor-card:hover .bg-svg circle:nth-child(1) {
    animation: ring1 7s linear infinite;
}

.monitor-card:hover .bg-svg circle:nth-child(2) {
    animation: ring2 10s linear infinite;
}

.monitor-card:hover .bg-svg circle:nth-child(3) {
    animation: ring3 13s linear infinite;
}

.monitor-card:hover .bg-svg circle:nth-child(4) {
    animation: ring4 16s linear infinite;
}

/*=============================
        GLOW
=============================*/



/*=============================
      ICON FLOAT
=============================*/


/*=============================
        ARROW
=============================*/

.arrow-btn {
    overflow: hidden;
}

.arrow-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #22e67a;
    border-radius: 50%;
    transform: scale(0);
    transition: .45s;
    z-index: -1;
}

.monitor-card:hover .arrow-btn::before {
    transform: scale(1);
}

.monitor-card:hover .arrow-btn {
    color: #08131d;
}

/*=============================
        CARD SHINE
=============================*/


.monitor-card:hover::before {
    animation: shine 1s;
}

/*=============================
      BORDER GLOW
=============================*/


.monitor-card:hover::after,
.monitor-card.active::after {
    opacity: 1;
}

/*=============================
        KEYFRAMES
=============================*/

@keyframes shine {
    0% {
        left: -170%;
    }

    100% {
        left: 170%;
    }
}

@keyframes floatIcon {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes ring1 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ring2 {
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ring3 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ring4 {
    100% {
        transform: rotate(-360deg);
    }
}

/*=============================
      RESPONSIVE
=============================*/

@media(max-width:767px) {
    .bg-svg {
        transform: scale(.88);
    }

        .hero_list {
    flex-direction: column !important;
}

}

/*=========================
        Responsive
=========================*/

@media(max-width:1200px) {

    .card-content h3 {
        font-size: 24px;
    }

    .card-content p {
        font-size: 16px;
        line-height: 28px;
    }

}

@media(max-width:991px) {

    .monitor-card {
        min-height: 340px;
    }

}

@media(max-width:767px) {
    .monitoring-section {
        padding: 60px 0;
    }

    .monitor-card {
    min-height: 220px;
}

    .circle-area {
        height: 100px;
    }

    .icon-circle {
    width: 58px;
    height: 58px;
}



    .icon-circle i {
        font-size: 28px;
    }

.card-content {
    padding: 0 10px 10px;
}

    .card-content h3 {
        font-size: 14px;
    }

    .card-content p {
        font-size: 13px;
        line-height: 18px;
    }

   .arrow-btn {
    width: 30px;
    height: 30px;
     right: 5px;
    bottom: 5px;
}

.arrow-btn i {
    font-size: 20px;
    transition: .35s;
}

}





.testimonial-section {
    padding: 90px 0;
    overflow: hidden;
    background: #111821;
}

.testimonialSwiper {
    overflow: visible;
    padding: 20px 0;
}

.swiper-slide {
    opacity: .25;
    transform: scale(.88);
    transition: .45s ease;
}

.swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: .6;
}

.testimonial-card {
    background: #161f2b;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 28px;
    padding: 42px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.swiper-slide-active .testimonial-card {
    border: 1px solid rgba(42, 234, 123, .55);
    box-shadow: 0 0 0 1px rgba(42, 234, 123, .12), 0 0 45px rgba(42, 234, 123, .08);
}

.testimonial-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), transparent);
    pointer-events: none;
}

.company-logo {
    margin-bottom: 10px;
}


.testimonial-text {
    font-size: 28px;
    line-height: 1.65;
    color: #eef2f7;
    font-weight: 400;
    margin-bottom: 45px;
}

.user-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
}

.user-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.user-info span {
    font-size: 18px;
    color: #8f9bab;
}

.case-study {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #28d96c;
    font-size: 21px;
    font-weight: 600;
    transition: .3s;
}

.case-study:hover {
    color: #56ff96;
}

.case-study i {
    font-size: 22px;
    transition: .3s;
}

.case-study:hover i {
    transform: translateX(6px);
}

.testimonialSwiper .swiper-slide {
    width: 620px;
    flex-shrink: 0;
}

.company-logo i {
    font-size: 30px;
    color: #22e67a;
}

@media(max-width:1400px) {
    .testimonial-text {
        font-size: 24px;
    }

    .user-info h4 {
        font-size: 22px;
    }

    .user-info span {
        font-size: 17px;
    }
}

@media(max-width:992px) {
    .testimonial-card {
        padding: 30px;
        min-height: 360px;
    }

    .testimonial-text {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .user-image img {
        width: 56px;
        height: 56px;
    }

    .user-info h4 {
        font-size: 20px;
    }

    .user-info span {
        font-size: 15px;
    }

    .case-study {
        font-size: 18px;
    }
}

@media(max-width:576px) {
    .testimonial-section {
        padding: 60px 10px;
    }

    .testimonial-card {
        padding: 24px;
        min-height: auto;
    }

    .testimonial-text {
        font-size: 17px;
        line-height: 1.7;
    }

    .company-logo img {
        height: 34px;
    }

    .user-image img {
        width: 50px;
        height: 50px;
    }

    .user-info h4 {
        font-size: 17px;
    }

    .user-info span {
        font-size: 14px;
    }

    .case-study {
        font-size: 16px;
    }
}


.complete-solution {
    background: #0d1724;
    padding: 80px 0;
}



.complete-solution .monitor-card {
    background: linear-gradient(180deg, #0d1724, #09131d);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 22px;
    box-shadow:
        0 0 60px rgba(0, 0, 0, .45),
        inset 0 0 30px rgba(255, 255, 255, .02);
    margin: auto;
}

.complete-solution .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.complete-solution .header h2 {
    font-size: 34px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.complete-solution .section_title .letter {
    font-size: 34px;
}

.complete-solution .section_area {
    margin: 0;
}

.complete-solution .header p {
    color: #8a95a8;
    margin-top: 6px;
    font-size: 15px;
}

.complete-solution .btn-monitor, .btncx .btn-monitor {
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    text-decoration: none;
    color: #d8dee8;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    background: rgba(255, 255, 255, .03);
    width: max-content;
}

.btncx .btn-monitor{
    margin: auto;
}

.complete-solution .btn-monitor:hover {
    background: #143d2257;
}

.complete-solution .monitor-list {
    margin-top: 15px;
}

.complete-solution .row {
    display: grid;
    grid-template-columns: 1.1fr 1fr 200px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
}




.status-menu {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    justify-content: space-between;
}

.complete-solution .left {
    display: flex;
    align-items: center;
    gap: 14px;
    color: white;
    font-size: 15px;
}

.complete-solution .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
}

.complete-solution .red {
    background: #ff5964;
}

.complete-solution .purple {
    background: #7c5cff;
}

.complete-solution .orange {
    background: #ff932f;
}

.complete-solution .blue {
    background: #20a7ff;
}

.complete-solution .green {
    background: #49d88c;
}

.complete-solution .status {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    width: max-content;
}

.complete-solution .good {
    background: #143d22;
    color: #71ff96;
}

.complete-solution .decent {
    background: #4d3f12;
    color: #ffd84f;
}

.complete-solution .bad {
    background: #4b1e1e;
    color: #ff7474;
}

.complete-solution .time {
    color: #9ca6b6;
    font-size: 14px;
}

.complete-solution .menu {
    text-align: right;
    color: #d8dee8;
    font-size: 20px;
    cursor: pointer;
}

.complete-solution .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #6f7d90;
    font-size: 13px;
}

.complete-solution .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #44ff88;
    box-shadow: 0 0 10px #44ff88;
}

@media(max-width:768px) {
    .complete-solutionb .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;

    }

    .complete-solution .row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

  .complete-solution .menu {
    text-align: right;
}

body .mynav {
    top: 0px;
}

}



.advanced-reports {
    background: #08121c;
    padding: 80px 0;
}

.advanced-reports .seo-card {
    background: linear-gradient(180deg, #09131d, #08121b);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .45);
    position: relative;
}



.advanced-reports .seo-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.advanced-reports .seo-left h2 {
    font-size: 36px;
    color: #fff;
}

.advanced-reports .seo-left span {
    color: #35d35d;
}

.advanced-reports .seo-left p {
    margin-top: 10px;
    line-height: 1.6;
    color: #8f9bac;
    font-size: 15px;
}

.advanced-reports .seo-score {
    background: #101b28;
    padding: 18px 22px;
    border-radius: 14px;
    display: flex;
}

.advanced-reports .seo-score small {
    color: #7d8796;
}

.advanced-reports .seo-score h1 {
    color: #3ee95f;
    font-size: 46px;
    margin: 6px 0;
}

.advanced-reports .seo-score h1 span {
    font-size: 20px;
    color: #95a2b1;
}

.advanced-reports .score-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #18351e;
    color: #55ef7a;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 13px;
    margin-top: 5px;
}

.advanced-reports .circle-progress {
    width: 130px;
    height: 130px;
}

.advanced-reports .circle-progress svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.advanced-reports .bg {
    fill: none;
    stroke: #243243;
    stroke-width: 8;
}

.advanced-reports .progress {
    fill: none;
    stroke: #39e65b;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 25;
}

.advanced-reports .seo-item {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 20px;
    background: #111d29;
    border-radius: 5px;
    border-left: 4px solid #36e15c;
}

.advanced-reports .seo-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #143722;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #37df5c;
}

.advanced-reports .seo-content {
    flex: 1;
}

.advanced-reports .title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.advanced-reports .title strong {
    color: white;
    font-size: 17px;
}

.advanced-reports .title span {
    background: #194321;
    color: #47f86b;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.advanced-reports .seo-content p {
    color: #91a0b2;
    font-size: 14px;
    line-height: 1.5;
}

.advanced-reports .seo-right {
    width: 260px;
}

.advanced-reports .percent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.advanced-reports .percent small {
    color: #96a5b5;
}

.advanced-reports .percent strong {
    color: #42ef63;
}

.advanced-reports .bar {
    height: 8px;
    background: #243544;
    border-radius: 20px;
    overflow: hidden;
}

.advanced-reports .fill {
    width: 100%;
    height: 100%;
    background: #39e75e;
    border-radius: 20px;
}

.advanced-reports .actions {
    display: flex;
    gap: 12px;
}

.advanced-reports .actions button {
    width: 38px;
    height: 38px;
    border: none;
    background: #162332;
    border-radius: 50%;
    color: #95a4b3;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
}

.advanced-reports .actions button:hover {
    background: #1d3043;
    color: #fff;
}

.advanced-reports .red{
    border-left: 4px solid #e83024;
}

.advanced-reports .red .seo-icon {
    background: #e8302457;
    color: #e83024;
}

.advanced-reports .red .title span {
    background: #e8302457;
    color: #e83024;
}

.advanced-reports .red .fill {
    width: 45%;
    background: #e83024;
}

.advanced-reports .red .percent strong {
    color: #e83024;
}

.advanced-reports .grn .fill {
    width: 98%;
}
.advanced-reports .grnse .fill {
    width: 55% !important;
}

.advanced-reports .lstv .fill {
    width: 95% !important;
}


.advanced-reports .yelo{
    border-left: 4px solid #fbb41d;
}

.advanced-reports .yelo .seo-icon {
    background: #fbb41d73;
    color: #fbb41d;
}

.advanced-reports .yelo .title span {
    background: #fbb41d73;
    color: #fbb41d;
}

.advanced-reports .yelo .fill {
    width: 15%;
    background: #fbb41d;
}

.advanced-reports .yelo .percent strong {
    color: #fbb41d;
}

.advanced-reports .section_title .letter {
    font-size: 34px;
}

.js-icon{
    font-size: 26px;
    font-weight: 700;
    color: #e83024;
    font-family: Arial, sans-serif;
    line-height: 1;
}

.monitor-blog {
    --bg: #0d1824;
    --card: #101d2a;
    --border: #20303d;
    --green: #18e678;
    --green-light: #5cff9c;
    --blue: #58a6ff;
    --white: #f5f8fb;
    --text: #8c9aa8;
 
    position: relative;
    padding: 95px 20px;
    background: var(--bg);
    font-family: "Inter", "Poppins", Arial, sans-serif;
    overflow: hidden;
}
 
/* subtle background glow */
.monitor-blog::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    top: -350px;
    transform: translateX(-50%);
    background: rgba(24, 230, 120, 0.07);
    filter: blur(90px);
    border-radius: 50%;
    pointer-events: none;
}
 
.blog-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
 
 
/* =========================
   HEADING
========================= */
 
.blog-heading {
    max-width: 650px;
    margin: 0 auto 48px;
    text-align: center;
}
 
.blog-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
 
    padding: 7px 14px;
    margin-bottom: 14px;
 
    color: var(--green);
    background: rgba(24, 230, 120, 0.08);
    border: 1px solid rgba(24, 230, 120, 0.22);
    border-radius: 50px;
 
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}
 
.blog-heading h2 {
    margin: 0 0 15px;
 
    color: var(--white);
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.5px;
}
 
.blog-heading h2 span {
    color: var(--green);
}
 
.blog-heading p {
    max-width: 560px;
    margin: 0 auto;
 
    color: var(--text);
    font-size: 14px;
    line-height: 1.8;
}
 
 
/* =========================
   GRID
========================= */
 
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
 
 
/* =========================
   CARD
========================= */
 
.blog-card {
    position: relative;
 
    display: flex;
    flex-direction: column;
 
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 8px;
 
    overflow: hidden;
 
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}
 
.blog-card:hover {
    transform: translateY(-7px);
    border-color: rgba(24, 230, 120, 0.45);
 
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.25),
        0 0 30px rgba(24, 230, 120, 0.04);
}
 
 
/* =========================
   IMAGE
========================= */
 
.blog-image {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
}
 
.blog-image::after {
    content: "";
    position: absolute;
    inset: 0;
 
    background: linear-gradient(
        180deg,
        transparent 45%,
        rgba(6, 15, 23, 0.5) 100%
    );
 
    pointer-events: none;
}
 
.blog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
 
    transition: transform 0.5s ease;
}
 
.blog-card:hover .blog-image img {
    transform: scale(1.055);
}
 
 
/* =========================
   CATEGORY
========================= */
 
.blog-category {
    position: absolute;
    z-index: 2;
 
    left: 16px;
    bottom: 15px;
 
    padding: 6px 11px;
 
    color: var(--green-light);
    background: rgba(8, 25, 20, 0.92);
    border: 1px solid rgba(24, 230, 120, 0.35);
    border-radius: 5px;
 
    font-size: 10px;
    font-weight: 600;
}
 
 
/* =========================
   CONTENT
========================= */
 
.blog-content {
    display: flex;
    flex: 1;
    flex-direction: column;
 
    padding: 23px 22px 24px;
}
 
.blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: #657583;
    font-size: 15px;
    font-weight: 500;
}
 
.meta-dot {
    width: 3px;
    height: 3px;
    background: var(--green);
    border-radius: 50%;
}
 
.blog-content h3 {
    margin: 0 0 12px;
 
    font-size: 19px;
    line-height: 1.45;
    font-weight: 600;
}
 
.blog-content h3 a {
    color: #f1f5f8;
    text-decoration: none;
    transition: color 0.25s ease;
}
 
.blog-card:hover h3 a {
    color: var(--green-light);
}
 
.blog-content p {
    margin: 0 0 22px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.75;
}
 
 
/* =========================
   READ MORE
========================= */
 
.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: color 0.25s ease;
    background: #0e773d;
    padding: 10px 30px;
    border-radius: 5px;
}
 
.read-more span {
    font-size: 17px;
    line-height: 1;
 
    transition: transform 0.25s ease;
}
 
.read-more:hover {
    color: var(--green-light);
}
 
.read-more:hover span {
    transform: translateX(5px);
}
 
 
/* =========================
   VIEW ALL
========================= */
 
.blog-bottom {
    margin-top: 38px;
    text-align: center;
}
 
.view-all-blog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
 
    min-height: 43px;
    padding: 0 21px;
 
    color: #081710;
    background: linear-gradient(
        135deg,
        var(--green-light),
        var(--green)
    );
 
    border: 1px solid var(--green);
    border-radius: 7px;
 
    text-decoration: none;
 
    font-size: 12px;
    font-weight: 700;
 
    box-shadow: 0 5px 20px rgba(24, 230, 120, 0.15);
 
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
 
.view-all-blog span {
    font-size: 17px;
    transition: transform 0.25s ease;
}
 
.view-all-blog:hover {
    transform: translateY(-2px);
 
    box-shadow:
        0 8px 28px rgba(24, 230, 120, 0.25);
}
 
.view-all-blog:hover span {
    transform: translateX(4px);
}
 
 
/* =========================
   TABLET
========================= */
 
@media (max-width: 991px) {
 
    .monitor-blog {
        padding: 75px 20px;
    }
 
    .blog-heading {
        margin-bottom: 38px;
    }
 
    .blog-heading h2 {
        font-size: 36px;
    }
 
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
 
    .blog-card:first-child {
        grid-column: span 2;
    }
 
    .blog-card:first-child {
        display: grid;
        grid-template-columns: 1.05fr 1fr;
    }
 
    .blog-card:first-child .blog-image {
        height: 100%;
        min-height: 280px;
    }
 
}
 
 
/* =========================
   MOBILE
========================= */
 
@media (max-width: 767px) {
 
    .monitor-blog {
        padding: 60px 16px;
    }
 
    .blog-heading {
        margin-bottom: 32px;
    }
 
    .blog-heading h2 {
        font-size: 31px;
        letter-spacing: -0.8px;
    }
 
    .blog-heading p {
        font-size: 13px;
    }
 
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
 
    .blog-card:first-child {
        display: flex;
        grid-column: auto;
    }
 
    .blog-card:first-child .blog-image {
        min-height: auto;
    }
 
    .blog-image {
        height: 210px;
    }
 
}
 
 
/* =========================
   SMALL MOBILE
========================= */
 
@media (max-width: 480px) {
 
    .monitor-blog {
        padding: 52px 14px;
    }
 
    .blog-heading h2 {
        font-size: 27px;
    }
 
    .blog-heading p {
        font-size: 12px;
        line-height: 1.7;
    }
 
    .blog-image {
        height: 190px;
    }
 
    .blog-content {
        padding: 19px 17px 20px;
    }
 
    .blog-content h3 {
        font-size: 17px;
    }
 
    .blog-content p {
        font-size: 11px;
    }
 
    .blog-bottom {
        margin-top: 30px;
    }
 
}
 
      .read-more i,
.view-all-blog i {
    font-size: 17px;
    line-height: 1;
    transition: transform 0.25s ease;
}
 
.read-more:hover i,
.view-all-blog:hover i {
    transform: translateX(5px);
}
 
.site-footer {
    --footer-bg: #07121c;
    --footer-card: #0d1b27;
    --footer-card-2: #101f2c;
    --footer-border: #1d303e;
 
    --footer-white: #f4f8fa;
    --footer-text: #8494a2;
    --footer-muted: #5d6e7c;
 
    --footer-green: #16e879;
    --footer-green-light: #63ffa5;
    --footer-blue: #4f9cff;
 
    position: relative;
    overflow: hidden;
 
    padding: 0 20px;
 
    background:
        radial-gradient(
            circle at 10% 90%,
            rgba(22, 232, 121, 0.045),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 15%,
            rgba(79, 156, 255, 0.045),
            transparent 30%
        ),
        var(--footer-bg);
 
    border-top: 1px solid rgba(255, 255, 255, 0.035);
 
    font-family: "Inter", "Poppins", Arial, sans-serif;
}
 
 
/* ===================================
   GLOW
=================================== */
 
.footer-glow {
    position: absolute;
 
    width: 380px;
    height: 380px;
 
    border-radius: 50%;
    filter: blur(100px);
 
    pointer-events: none;
}
 
.footer-glow-left {
    left: -280px;
    bottom: -200px;
    background: rgba(22, 232, 121, 0.09);
}
 
.footer-glow-right {
    right: -280px;
    top: -150px;
    background: rgba(79, 156, 255, 0.07);
}
 
 
/* ===================================
   CONTAINER
=================================== */
 
.footer-container {
    position: relative;
    z-index: 2;
 
    width: 100%;
    max-width: 1180px;
 
    margin: 0 auto;
}
 
 
/* ===================================
   CTA
=================================== */
 
.footer-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 25px 30px;
    transform: translateY(-1px);
    background: linear-gradient(
            120deg,
            rgba(22, 232, 121, 0.055),
            transparent 40%
        ),
        #0c1925;
    border: 1px solid rgba(22, 232, 121, 0.35);
    border-radius: 12px;
    overflow: hidden;
    margin-top: -70px;
}
 
.footer-cta::after {
    content: "";
 
    position: absolute;
 
    width: 230px;
    height: 230px;
 
    right: -80px;
    top: -130px;
 
    border: 1px solid rgba(22, 232, 121, 0.08);
    border-radius: 50%;
 
    box-shadow:
        0 0 0 35px rgba(22, 232, 121, 0.015),
        0 0 0 70px rgba(22, 232, 121, 0.01);
 
    pointer-events: none;
}
 
 
.footer-cta-content {
    position: relative;
    z-index: 2;
 
    max-width: 650px;
}
 
 
.footer-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
 
    margin-bottom: 14px;
 
    color: var(--footer-green);
 
    font-size: 11px;
    font-weight: 700;
 
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
 
 
.footer-cta-label i {
    font-size: 15px;
}
 
 
.footer-cta h2 {
    margin: 0 0 12px;
 
    color: var(--footer-white);
 
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
 
    letter-spacing: -0.7px;
}
 
 
.footer-cta h2 span {
    color: var(--footer-green);
}
 
 
.footer-cta p {
    max-width: 590px;
 
    margin: 0;
 
    color: var(--footer-text);
 
    font-size: 12px;
    line-height: 1.8;
}
 
 
/* CTA ACTION */
 
.footer-cta-action {
    position: relative;
    z-index: 2;
 
    flex-shrink: 0;
 
    text-align: center;
}
 
 
.footer-start-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
 
    min-width: 175px;
    height: 46px;
 
    padding: 0 22px;
 
    color: #06140d;
 
    background: linear-gradient(
        135deg,
        var(--footer-green-light),
        var(--footer-green)
    );
 
    border-radius: 7px;
 
    text-decoration: none;
 
    font-size: 12px;
    font-weight: 700;
 
    box-shadow:
        0 7px 25px rgba(22, 232, 121, 0.17);
 
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
 
 
.footer-start-btn i {
    font-size: 17px;
 
    transition: transform 0.25s ease;
}
 
 
.footer-start-btn:hover {
    transform: translateY(-2px);
 
    box-shadow:
        0 10px 32px rgba(22, 232, 121, 0.27);
}
 
 
.footer-start-btn:hover i {
    transform: translateX(4px);
}
 
 
.footer-small-text {
    display: block;
 
    margin-top: 9px;
 
    color: var(--footer-muted);
 
    font-size: 9px;
}
 
 
/* ===================================
   MAIN
=================================== */
 
.footer-main {
    display: grid;
 
    grid-template-columns:
        minmax(300px, 1.3fr)
        minmax(450px, 1.7fr);
 
    gap: 100px;
 
    padding: 72px 0 55px;
}
 
 
/* ===================================
   BRAND
=================================== */
 
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
 
    margin-bottom: 20px;
 
    text-decoration: none;
}
 
 
.footer-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
 
    width: 34px;
    height: 34px;
 
    color: var(--footer-green);
 
    background: rgba(22, 232, 121, 0.07);
 
    border: 1px solid rgba(22, 232, 121, 0.28);
    border-radius: 8px;
}
 
 
.footer-logo-icon i {
    font-size: 19px;
}
 
 
.footer-logo-text {
    color: var(--footer-white);
 
    font-size: 17px;
    font-weight: 700;
 
    letter-spacing: -0.4px;
}
 
 
.footer-logo-text span {
    color: var(--footer-green);
}
 
 
.footer-description {
    max-width: 360px;
    margin: 15px 0 23px;
    color: var(--footer-text);
    font-size: 16px;
    line-height: 1.4;
}
 
 
/* ===================================
   SYSTEM STATUS
=================================== */
 
.footer-status {
    display: flex;
    align-items: center;
    gap: 11px;
 
    max-width: 350px;
 
    padding: 11px 13px;
 
    background: rgba(22, 232, 121, 0.035);
 
    border: 1px solid rgba(22, 232, 121, 0.15);
    border-radius: 7px;
 
    text-decoration: none;
 
    transition:
        border-color 0.25s ease,
        background 0.25s ease;
}
 
 
.footer-status:hover {
    border-color: rgba(22, 232, 121, 0.35);
 
    background: rgba(22, 232, 121, 0.055);
}
 
 
.status-pulse {
    position: relative;
 
    flex: 0 0 auto;
 
    width: 8px;
    height: 8px;
 
    background: var(--footer-green);
 
    border-radius: 50%;
 
    box-shadow:
        0 0 0 4px rgba(22, 232, 121, 0.1);
}
 
 
.status-pulse::after {
    content: "";
 
    position: absolute;
    inset: -5px;
 
    border: 1px solid rgba(22, 232, 121, 0.3);
    border-radius: 50%;
 
    animation: footerPulse 2s infinite;
}
 
 
@keyframes footerPulse {
 
    0% {
        transform: scale(0.6);
        opacity: 1;
    }
 
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
 
}
 
 
.status-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
}
 
 
.status-content strong {
    color: #b8eecf;
 
    font-size: 14px;
    font-weight: 600;
}
 
 
.status-content small {
    color: var(--footer-muted);
 
    font-size: 14px;
}
 
 
.footer-status > i {
    color: #617381;
 
    font-size: 15px;
}
 
 
/* ===================================
   SOCIAL
=================================== */
 
.footer-social {
    display: flex;
    gap: 8px;
 
    margin-top: 22px;
}
 
 
.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
 
    width: 34px;
    height: 34px;
 
    color: #82929e;
 
    background: #0c1924;
 
    border: 1px solid var(--footer-border);
    border-radius: 7px;
 
    text-decoration: none;
 
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}
 
 
.footer-social a i {
    font-size: 15px;
}
 
 
.footer-social a:hover {
    color: var(--footer-green);
 
    background: rgba(22, 232, 121, 0.06);
 
    border-color: rgba(22, 232, 121, 0.35);
 
    transform: translateY(-3px);
}
 
 
/* ===================================
   LINKS
=================================== */
 
.footer-links {
    display: grid;
 
    grid-template-columns: repeat(3, 1fr);
 
    gap: 45px;
}
 
 
.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
 
 
.footer-column h4 {
    position: relative;
 
    margin: 0 0 21px;
    padding-bottom: 10px;
 
    color: var(--footer-white);
 
    font-size: 16px;
    font-weight: 600;
}
 
 
.footer-column h4::after {
    content: "";
 
    position: absolute;
 
    left: 0;
    bottom: 0;
 
    width: 22px;
    height: 1px;
 
    background: var(--footer-green);
}
 
 
.footer-column a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    color: var(--footer-text);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}
 
 
.footer-column a:hover {
    color: var(--footer-green-light);
 
    transform: translateX(3px);
}
 
 
/* BADGES */
 
.link-live {
    padding: 2px 5px;
 
    color: var(--footer-green);
 
    background: rgba(22, 232, 121, 0.08);
 
    border: 1px solid rgba(22, 232, 121, 0.17);
    border-radius: 3px;
 
    font-size: 10px;
    font-weight: 700;
 
    letter-spacing: 0.5px;
}
 
 
.link-badge {
    padding: 3px 6px;
 
    color: var(--footer-green);
 
    background: rgba(22, 232, 121, 0.08);
 
    border-radius: 4px;
 
    font-size: 10px;
    font-weight: 600;
}
 
 
/* ===================================
   DIVIDER
=================================== */
 
.footer-divider {
    width: 100%;
    height: 1px;
 
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.09),
        transparent
    );
}
 
 
/* ===================================
   BOTTOM
=================================== */
 
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
 
    padding: 23px 0 28px;
}
 
 
.footer-bottom p {
    margin: 0;
 
    color: var(--footer-muted);
 
    font-size: 16px;
}
 
 
.footer-legal {
    display: flex;
    align-items: center;
    gap: 22px;
}
 
 
.footer-legal > a {
    color: var(--footer-muted);
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s ease;
}
 
 
.footer-legal > a:hover {
    color: var(--footer-green);
}
 
 
/* LANGUAGE */
 
.footer-language {
    display: inline-flex;
    align-items: center;
    gap: 5px;
 
    padding: 6px 9px;
 
    color: var(--footer-text);
 
    background: #0b1721;
 
    border: 1px solid var(--footer-border);
    border-radius: 5px;
 
    font-family: inherit;
    font-size: 11px;
 
    cursor: pointer;
}
 
 
.footer-language i:first-child {
    color: var(--footer-green);
 
    font-size: 12px;
}
 
 
/* ===================================
   RESPONSIVE - TABLET
=================================== */
 
@media (max-width: 991px) {
 
    .footer-cta {
        padding: 35px;
    }
 
 
    .footer-cta h2 {
        font-size: 26px;
    }
 
 
    .footer-main {
        grid-template-columns: 1fr;
 
        gap: 50px;
 
        padding: 55px 0 45px;
    }
 
 
    .footer-description {
        max-width: 500px;
    }
 
 
    .footer-links {
        max-width: 700px;
    }
 
}
 
 
/* ===================================
   RESPONSIVE - MOBILE
=================================== */
 
@media (max-width: 767px) {
 
    .site-footer {
        padding: 0 16px;
    }
 
 
    .footer-cta {
        flex-direction: column;
        align-items: flex-start;
 
        gap: 25px;
 
        padding: 30px 25px;
    }
 
 
    .footer-cta h2 {
        font-size: 23px;
    }
 
 
    .footer-cta p {
        font-size: 11px;
    }
 
 
    .footer-cta-action {
        width: 100%;
 
        text-align: left;
    }
 
 
    .footer-start-btn {
        width: 100%;
    }
 
 
    .footer-small-text {
        text-align: center;
    }
 
 
    .footer-main {
        padding-top: 48px;
    }
 
 
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
 
        gap: 40px 25px;
    }
 
 
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
 
 
    .footer-legal {
        flex-wrap: wrap;
 
        gap: 15px;
    }
 
}
 
 
/* ===================================
   SMALL MOBILE
=================================== */
 
@media (max-width: 480px) {
 
    .site-footer {
    padding: 40px 14px;
}
 
 
    .footer-cta {
        padding: 26px 20px;
 
        border-radius: 9px;
    }
 
 
    .footer-cta h2 {
        font-size: 21px;
    }
 
 
    .footer-main {
        gap: 42px;
 
        padding: 42px 0 38px;
    }
 
 
    .footer-links {
        grid-template-columns: 1fr 1fr;
 
        gap: 35px 20px;
    }
 
 
    .footer-column:last-child {
        grid-column: 1 / -1;
    }
 
 
    .footer-status {
        width: 100%;
    }
 
 
    .footer-bottom {
        padding: 20px 0 24px;
    }
 
}
 



@media(max-width:767px){
    .hero_title {
    font-size: 40px;
}

.shadow_text {
    font-size: 40px;
}

.custom-navbar {
    position: unset !important;
    width: auto;
    padding: 7px 15px !important;
    border-radius: 8px !important;
}

.section_title .letter {
    font-size: 26px;
}

.complete-solution .header {
    flex-direction: column;
}

.industry_wrap {
    padding: 50px 10px;
}

.banner_wrap {
    background-image: unset;
}

.advanced-reports {
    padding: 50px 0;
}

.advanced-reports .seo-top {
    flex-direction: column;
}

.advanced-reports .seo-card {
    padding: 15px;
}

.advanced-reports .score-tag {
    padding: 8px 8px;
    font-size: 10px;
}

.advanced-reports .seo-item {
    align-items: self-start;
    gap: 10px;
    padding: 20px;
    flex-direction: column;
}

.section_space {
    position: relative;
    padding: 50px 10px;
}

.rank_section .row {
    gap: 15px;
}

.review_section .row {
    gap: 15px;
}

.review_section {
    padding: 50px 0;
}

.review_form {
    padding: 20px !important;
    border-radius: 10px;
}

.rating_top {
    align-items: self-start !important;
    flex-direction: column;
    gap: 15px;

}

.rating_panel {
    padding: 20px !important;
     border-radius: 10px;
}

.rating_info {
    padding-left: 0px !important;
}

.stat_box {
    padding: 15px !important;
    border-radius: 6px !important;
}

.rating_features { 
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 5px;
}

.testimonialSwiper .swiper-slide{
    width: 100% !important;
}
}