.vw_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
}



.row.up {
    position: relative;
    z-index: 1;
}

.row.up:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -12;
    height: 1px;
    border-bottom: 1px solid #6c1ae0;
    opacity: 0.051;
}



.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #FFFFFF !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .vw_menu>ul>li>a {
    color: #101210;
}

.sticky .header-button a {
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
}

.sticky .header-button a i {
    color: #fff;
}

/* vw Menu Css*/
nav.vw_menu {
    position: relative;
    z-index: 1;
    text-align: right;
}

.vw_menu ul {
    list-style: none;
    display: inline-block;
}

.vw_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.vw_menu>ul>li>a {
    display: inline-block;
    margin: 35px 13px;
    transition: .5s;
    font-size: 16px;
    color: #1d2124;
    font-weight: 500;
    font-family: "Mulish";
}

.vw_menu>ul>li>a span {
    font-size: 11px;
    padding-left: 5px;
    font-family: FontAwesome;
    color: #1d2124 !important;
    transition: .5s;
}

.vw_menu>ul>li>a:hover {
    color: #792BD7;
}

.vw_menu>ul>li>a:hover i {
    color: #792BD7 !important;
}

nav.vw_menu.up>ul>li>a {
    color: #FFF;
    transition: .5s;
}

nav.vw_menu.up>ul>li>a i {
    color: #FFF;
    transition: .5s;
}

nav.vw_menu.up>ul>li>a:hover {
    color: #F95169;
}

nav.vw_menu.up>ul>li>a:hover i {
    color: #F95169 !important;
}

.sticky nav.vw_menu.up>ul>li>a {
    color: #000;
}

.sticky nav.vw_menu.up>ul>li>a i {
    color: #000;
}

.sticky nav.vw_menu.up>ul>li>a:hover {
    color: #F95169;
}

/* --- 1. PALETTE & GLOBAL RESET (CUSTOM CSS) --- */
:root {
    /* New Palette: Charcoal, Forest Green, Copper/Rust */
    --color-background-charcoal: #171717;
    /* Dark Background */
    --color-primary-green: #065f46;
    /* Deep Forest Green */
    --color-accent-copper: #d97706;
    /* Copper/Rust Accent */
    --color-card-bg: #262626;
    /* Dark Slate for Cards */
    --color-text-light: #e5e7eb;
    --color-text-dim: #a3a3a3;
    --font-title: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
}



a {
    text-decoration: none;
    color: inherit;
}

/* Structure Classes */
.container1 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.text-center {
    text-align: center;
}

/* Typography */
.section-title {
    font-family: var(--font-title);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--color-accent-copper);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.fX15yeCi1Y {
    font-size: 1.15rem;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background-color: var(--color-primary-green);
    color: white;
    font-weight: 700;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.1s ease;
    box-shadow: 0 4px 10px rgba(6, 95, 70, 0.4);
    user-select: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    border: 2px solid var(--color-primary-green);
}

.btn-primary:hover {
    background-color: #047857;
    /* Darker Green */
    transform: translateY(-2px);
}

.btn-accent {
    background-color: var(--color-accent-copper);
    color: var(--color-background-charcoal);
    border: 2px solid var(--color-accent-copper);
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.4);
}

.btn-accent:hover {
    background-color: #b45309;
    /* Darker Copper */
}

/* --- 2. PRICING SECTION (Horizontal Featured Band) --- */
#pricing {
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    border-bottom: 8px solid var(--color-primary-green);
}

.AYp92GczEK {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .AYp92GczEK {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }
}

.jeY6S4Nopd {
    background-color: var(--color-card-bg);
    padding: 2rem;
    border-radius: 12px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border-top: 4px solid var(--color-accent-copper);
}

.jeY6S4Nopd.TXMWt4WBxW {
    transform: scale(1.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
    border-top-color: var(--color-primary-green);
    background-color: #2c2c2c;
    padding: 3rem 2rem;
}

.jeY6S4Nopd h3 {
    font-family: var(--font-title);

    color: var(--color-primary-green);
    margin-bottom: 0.5rem;
}

.plan-price {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--color-text-light);
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.plan-price small {
    font-size: 1.25rem;
    color: var(--color-text-dim);
    font-weight: 400;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0 2rem 0;
    text-align: left;
    flex-grow: 1;
}

.plan-features li {
    padding: 0.75rem 0;
    color: aliceblue;
    border-bottom: 1px dashed #3a3a3a;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

/* Icon for Features */
.check-icon {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
    color: var(--color-accent-copper);
    stroke-width: 2.5;
}

.TXMWt4WBxW .check-icon {
    color: var(--color-primary-green);
}


/* --- 3. SERVICES SECTION (Alternating Zig-Zag Layout) --- */
#services {
    background-color: #262626;
}

.service-item {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
    padding: 2rem 0;
    border-bottom: 1px solid #3a3a3a;
}

@media (min-width: 768px) {
    .service-item {
        flex-direction: row;
        align-items: center;
    }
}

.odhdN5n69O {
    flex: 1;
    padding: 1rem;
}

.service-content {
    flex: 2;
    padding: 1rem;
}

/* Alternating layout for larger screens */
@media (min-width: 768px) {
    .service-item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.odhdN5n69O img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 4px solid var(--color-primary-green);
}

.service-content h3 {
    font-family: var(--font-title);
    font-size: 2.25rem;
    color: var(--color-accent-copper);
    margin-bottom: 0.5rem;
}

.service-content p {
    font-size: 1rem;
    color: var(--color-text-dim);
    margin-bottom: 1.5rem;
    max-width: 650px;
}

.wL0JzCeht3 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.service-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-primary-green);
}

/* --- 4. TESTIMONIALS SECTION (2-Column Alternating Layout) --- */
#testimonials {
    background-color: var(--color-background-charcoal);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}

@media (min-width: 768px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.testimonial-card {
    background-color: var(--color-card-bg);
    padding: 2rem;
    border-radius: 12px;
    position: relative;
    border-right: 5px solid var(--color-accent-copper);
}

.LOSFBmS1MB {
    width: 30px;
    height: 30px;
    color: var(--color-primary-green);
    fill: none;
    stroke-width: 2.5;
    margin-bottom: 0.75rem;
    display: block;
}

.testimonial-card p.quote {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--color-text-light);
    margin-bottom: 1rem;
}

.testimonial-card p.name {
    font-weight: 700;
    color: var(--color-accent-copper);
    font-size: 1rem;
}

/* --- 5. FAQ Section (Two-Column Layout: Text + Accordion) --- */
#faq {
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
}

.faq-layout {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media (min-width: 1024px) {
    .faq-layout {
        flex-direction: row;
    }
}

.faq-intro {
    flex: 1;
    padding-right: 2rem;
}

.accordion-wrapper {
    flex: 2;
}

/* Pure CSS Accordion Setup */
.accordion-item {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--color-card-bg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.accordion-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-header {
    display: block;
    background-color: #333;
    color: var(--color-text-light);
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    user-select: none;
    transition: background-color 0.3s ease;
    border-left: 5px solid var(--color-accent-copper);
}

.accordion-item input[type="checkbox"]:checked~.accordion-header {
    background-color: #444;
    border-left-color: var(--color-primary-green);
}

.ZkqY1ikgLm {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: var(--color-accent-copper);
    stroke-width: 3;
}

.accordion-item input[type="checkbox"]:checked~.accordion-header .ZkqY1ikgLm {
    transform: translateY(-50%) rotate(180deg);
    color: var(--color-primary-green);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding: 0 1.5rem;
    background-color: var(--color-card-bg);
    border-top: 1px solid #333;
}

.accordion-item input[type="checkbox"]:checked~.accordion-content {
    max-height: 500px;
    /* Safe height for expansion */
    padding: 1.5rem;
    font-size: 0.95rem;
    color: var(--color-text-dim);
}

/* SVG Icon definitions */
.svg-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/*menu button*/

.header-button {
    display: inline-block;
    margin-left: 42px;
}

.header-button a {
    padding: 9px 27px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Mulish";
    border-radius: 4px;
    background: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
}

.header-button a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #c115db, #692fd5, #7A2AD7, #c115db);
    transition: .5s;
    transform: scale(0);
    border-radius: 4px;
    z-index: -1;
}

.header-button a:hover:before {
    transform: scale(1);
}

/*Style Two Nav Menu*/

.style-two.vw_nav_manu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .vw_menu>ul>li>a {
    color: #fff;

}

/*style two btn*/

.style-two .header-button a {
    background: rgba(16, 18, 16, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.style-two .header-button a i {
    color: #8129D7;
}

/*** Sub Menu Style 
==========================***/

.vw_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #8129D7;
    opacity: 0;
}

.vw_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.vw_menu ul .sub-menu li {
    position: relative;
}

.vw_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #9623D9 !important;
    position: relative;
    z-index: 1;
}

.vw_menu ul .sub-menu li:hover>a,
.vw_menu ul .sub-menu .sub-menu li:hover>a,
.vw_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.vw_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #fff !important;
}

.sub-menu li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    margin: auto;
    transition: .5s;
    z-index: -1;
}

.sub-menu li a:hover:before {
    width: 100%;
}

/* sub menu 2 
=================*/

.vw_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.vw_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.vw_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.vw_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.vw_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #00cc99;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 
====================*/

.vw_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.vw_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.vw_menu li a:hover:before {
    width: 101%;
}

.vw_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.vw_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*
<!-- ============================================================== -->
<!-- Start vw Slider Section Css -->
<!-- ============================================================== -->*/
:root {
    --neon-cyan: #00f7ff;
    --neon-purple: #d400ff;
    --dark-bg: #0a0f2a;
    --light-bg: #e0e7ff;
    --glass-bg: rgba(255, 255, 255, 0.15);
    --text-color: #e0e7ff;
    --glow-shadow: 0 0 20px rgba(0, 247, 255, 0.4);
    --transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}



/* Hero Section (Unchanged Content) */
.PNhFnwLxXm {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-bg), #1e3a8a);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}



@keyframes neon-pulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.6;
    }
}

.slider-content h1 {
    font-family: 'Exo 2', sans-serif;

    line-height: 1.2;
    color: var(--neon-cyan);
    text-shadow: 0 0 15px var(--neon-cyan);
    margin-bottom: 1.5rem;
}

.slider-content h2 {
    font-size: 2.2rem;
    color: var(--neon-purple);
    margin-bottom: 2rem;
}

.slider-content p {
    font-size: 1.3rem;
    line-height: 1.7;
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
}

.hero-button a {
    display: inline-flex;
    align-items: center;
    background: var(--neon-purple);
    color: var(--dark-bg);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.2rem;
    box-shadow: var(--glow-shadow);
    transition: var(--transition);
}

.hero-button a:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px var(--neon-purple);
}

.hero-thumb img {
    max-width: 100%;
    border-radius: 20px;
    border: 2px solid var(--neon-cyan);
    box-shadow: var(--glow-shadow);
    animation: hover-glow 4s ease-in-out infinite;
}

@keyframes hover-glow {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-10px) rotate(1deg);
    }
}

/* Features Section */
.radiator-excellence {
    padding: 8rem 2rem;
    background: linear-gradient(to bottom, var(--light-bg), #c7d2fe);
    position: relative;
}



.excellence-title {
    text-align: center;
    margin-bottom: 5rem;
}

close-menu {
    display: none;
}

@media (max-width: 991px) {
    .close-menu {
        display: block;
        font-size: 28px;
        color: #fff;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
}

.excellence-title h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.8rem;
    color: #1f484a;
    text-transform: uppercase;
    text-shadow: 0 0 15px var(--neon-cyan);
}

.wDim4Z9Ssx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.excellence-pod {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem;
    border-radius: 20px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.excellence-pod:hover {
    transform: translateY(-12px);
    box-shadow: var(--glow-shadow);
}

.excellence-pod h3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 2rem;
    color: var(--neon-purple);
    margin-bottom: 1.5rem;
}

.excellence-pod p {
    font-size: 1.2rem;
    line-height: 1.8;
}

/* Services Section */
.service-nexus {
    padding: 8rem 2rem;
    background: var(--dark-bg);
}

.service-title {
    text-align: center;
    margin-bottom: 5rem;
}

.service-title h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.8rem;
    color: var(--neon-cyan);
    text-shadow: 0 0 15px var(--neon-cyan);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.QRreCUBBOA {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    transition: var(--transition);
    position: relative;
}

.QRreCUBBOA:hover {
    transform: scale(1.05);
    box-shadow: var(--glow-shadow);
}

.QRreCUBBOA h4 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.8rem;
    color: var(--neon-purple);
    margin-bottom: 1rem;
}

.QRreCUBBOA p {
    color: #F1F5F9;
    font-size: 1.1rem;
    line-height: 1.7;
}

.QRreCUBBOA .service-icon {
    font-size: 2.5rem;
    color: var(--neon-cyan);
    margin-bottom: 1rem;
}

.service-action a {
    display: inline-block;
    background: var(--neon-purple);
    color: var(--dark-bg);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.2rem;
    box-shadow: var(--glow-shadow);
    transition: var(--transition);
    margin-top: 3rem;
}

.service-action a:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px var(--neon-purple);
}

/* About Section */
.vision-core {
    padding: 8rem 2rem;
    background: linear-gradient(to top, var(--light-bg), #c7d2fe);
}

.vision-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.vision-text h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.8rem;
    color: #193536;
    text-shadow: 0 0 15px var(--neon-cyan);
    margin-bottom: 2rem;
}

.vision-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem;
}

.vision-image img {
    max-width: 100%;
    border-radius: 20px;
    border: 2px solid var(--neon-purple);
    box-shadow: var(--glow-shadow);
    animation: hover-glow 4s ease-in-out infinite;
}

/* Why Choose Us Section */
.trust-matrix {
    padding: 8rem 2rem;
    background: var(--dark-bg);
}

.trust-container {
    display: flex;
    gap: 5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.trust-text h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.8rem;
    color: var(--neon-cyan);
    text-shadow: 0 0 15px var(--neon-cyan);
    margin-bottom: 2rem;
}

.trust-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #d9e4e6;
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem;
}

.trust-image img {
    max-width: 100%;
    border-radius: 20px;
    border: 2px solid var(--neon-cyan);
    box-shadow: var(--glow-shadow);
    animation: hover-glow 4s ease-in-out infinite;
}

/* Blog Section */
.insights-galaxy {
    padding: 8rem 2rem;
    background: linear-gradient(to bottom, var(--light-bg), #c7d2fe);
}

.insights-title {
    text-align: center;
    margin-bottom: 5rem;
}

.insights-title h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.8rem;
    color: #193030;
    text-shadow: 0 0 15px var(--neon-cyan);
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.insight-orb {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
}

.insight-orb:hover {
    transform: translateY(-12px);
    box-shadow: var(--glow-shadow);
}

.insight-orb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 2px solid var(--neon-purple);
}

.insight-content {
    padding: 2rem;
}

.insight-content h3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.8rem;
    color: var(--neon-purple);
    margin-bottom: 1.5rem;
}

.insight-content p {
    font-size: 1.2rem;
    line-height: 1.8;
}

@media (max-width: 992px) {

    .hero-content,
    .vision-container,
    .trust-container {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .slider-content h1 {
        font-size: 2.8rem;
    }

    .slider-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .PNhFnwLxXm {
        min-height: 120vh;
        /* трохи менша висота */
        flex-direction: column;
        /* розташування елементів вертикально */
        justify-content: center;
        padding: 3rem 1.5rem;
        /* більше падінгів зверху/знизу */

    }

    .PNhFnwLxXm h1 {
        font-size: 2rem;
        /* адаптивний розмір заголовка */
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .PNhFnwLxXm p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .PNhFnwLxXm img {
        max-width: 90%;
        /* щоб картинки не вилітали за межі */
        height: auto;
        margin-top: 1.5rem;
    }
}

/* Дуже маленькі екрани */
@media (max-width: 480px) {
    .PNhFnwLxXm {

        padding: 2rem 1rem;
    }

    .PNhFnwLxXm h1 {
        font-size: 1.6rem;
    }

    .PNhFnwLxXm p {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .slider-content h1 {
        font-size: 2.2rem;
    }

    .slider-content h2 {
        font-size: 1.5rem;
    }

    .excellence-title h2,
    .service-title h2,
    .vision-text h2,
    .trust-text h2,
    .insights-title h2 {
        font-size: 2.5rem;
    }
}

.PNhFnwLxXm {
    height: 766px;
    position: relative;
    z-index: 1;
}

.slider-content h5 {
    font-size: 14px;
    color: #7a2ad5;
    font-weight: 500;
    margin: auto;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.slider-content h5:before {
    position: absolute;
    content: "";
    left: 190px;
    top: 12px;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
}

.slider-content h1 {
    font-size: 35px;
    letter-spacing: -2px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Mulish";
    margin: auto;
}

.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #919191;
    font-weight: 400;
    margin: 10px 0 27px;
    width: 90%;
}

.hero-button {
    display: inline-block;
    padding-right: 15px;
}

.hero-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    border-radius: 6px;
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    padding: 16px 25px;
    position: relative;
    z-index: 1;
}

.hero-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    border-radius: 6px;
    transform: scale(0);
    z-index: -1;
    background: linear-gradient(to right, #c115db, #692fd5, #7A2AD7, #c115db);
}

.hero-button a:hover:before {
    transform: scale(1);
}

.hero-button a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 10px;
}

.hero-video-button {
    display: inline;
}

.hero-video-button a span {
    display: inline;
    font-size: 18px;
    color: #8527d5;
    font-weight: 500;
    margin-left: 18px;
}

.hero-video-button a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    color: #ffff;
    text-align: center;
    font-size: 32px;
    position: relative;
    top: 6px;
}

.hero-thumb img {
    width: 100%;
}

.hero-shape {
    position: absolute;
    top: -100px;
    left: 0;
}

.hero-shape1 {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
}

.hero-shape2 {
    position: absolute;
    right: 45%;
    bottom: 80px;
    animation: 8.0s ease 0s infinite normal none running bounce;
}

@keyframes bounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(35px);
    }

    100% {
        transform: translateX(0);
    }
}

.hero-shape3 {
    position: absolute;
    right: 23%;
    bottom: 62px;
    animation: 10.0s ease 0s infinite normal none running bounce1;
}

@keyframes bounce1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(35px);
    }

    100% {
        transform: translateX(0);
    }
}

/*<!-- Start vw section-title Css -->*/

.section-title {
    margin-bottom: 55px;
}

.section-title h5 {
    display: inline-block;
    margin: 0 auto 12px;
    font-size: 16px;
    color: #5f2ced;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.section-title h5:before {
    position: absolute;
    content: "";
    left: 72px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url(../images/resource/service-shape.png);
    background-repeat: no-repeat;
}

.section-title h1 {
    margin: auto;
    font-size: 30px;
    line-height: 40px;
    color: #202020;
    font-weight: 700;
    font-family: "Mulish";
}

.section-title p {
    width: 65%;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    font-weight: 400;
    font-family: "Rubik";
    margin: 23px auto 0 0;
}

/*section-title-two*/
.section-title-left {
    margin-bottom: 59px;
}

.section-title-left h5 {
    display: inline-block;
    margin: 0 auto 12px;
    font-size: 16px;
    color: #5f2ced;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.section-title-left h5:before {
    position: absolute;
    content: "";
    left: 136px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url(../images/resource/service-shape.png);
    background-repeat: no-repeat;
}

.section-title-left h5:after {
    position: absolute;
    content: "";
    right: 62px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: url(../images/resource/service-shape3.png);
    background-repeat: no-repeat;
}

.section-title-left h1 {
    margin: auto;
    font-size: 30px;
    line-height: 40px;
    color: #202020;
    font-weight: 700;
    font-family: "Mulish";
}

.section-title-left p.description {
    width: 44%;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    font-weight: 400;
    font-family: "Rubik";
    margin: 23px auto 0;
}

/*<!-- ============================================================== -->
<!-- Start vw feature Section  -->
<!-- ============================================================== -->*/

.feature-section {
    background: url(../images/resource/feature-bg.png);
    padding: 150px 0 115px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.row.upper {
    height: 404px;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    padding: 0 38px 0;
}

.single-feature-box {
    padding: 0 50px 0;
}

.single-feature-box h3 {
    font-size: 18px;
    color: #6a31d7;
    font-weight: 500;
    font-family: "Rubik";
    margin: auto;
    background: #FCF6FE;
    display: inline-block;
    width: 185px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.single-feature-box h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    background: linear-gradient(to right, #c115db, #692fd5, #7A2AD7, #c115db);
    border-radius: 6px;
    z-index: -1;
    transform: scale(0);
}

.single-feature-box:hover h3:before {
    transform: scale(1);
}

.single-feature-box:hover h3 {
    color: #FFF;
}

.single-feature-box p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 25px auto 18px 0;
    width: 95%;
}

.single-feature-box a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.single-feature-box a i {
    font-size: 12px;
    padding-left: 5px;
    position: absolute;
    left: 65px;
    top: 2px;
    opacity: 0;
    transition: .5s;
}

.single-feature-box a:hover i {
    opacity: 1;
    margin-left: 20px;
}

.single-feature-box.up {
    position: relative;
    z-index: 1;
}

.single-feature-box.up:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -10px;
    opacity: 0.231;
    width: 1px;
    height: 200px;
    background: #ffffff;
}

.single-feature-box.up:after {
    position: absolute;
    content: "";
    right: -22px;
    top: -10px;
    opacity: 0.231;
    width: 1px;
    height: 200px;
    background: #ffffff;
}

/*---owl-dots---*/

.owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-dot.active {
    width: 22px;
    height: 9px;
    border-radius: 4px;
    background-color: #563afb;
}

.owl-dot {
    margin: 0 5px 0;
    width: 9px;
    height: 9px;
    line-height: 9px;
    border-radius: 4px;
    background-color: #563afb;
    display: inline-block !important;
}

/*<!-- ============================================================== -->
<!-- End vw feature Section  -->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
<!-- Start vw service Section  -->
<!-- ============================================================== -->*/

.service-section {
    padding: 43px 0 38px;
}

.service-project-button {
    text-align: right;
}

.service-project-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    border-radius: 6px;
    background-image: linear-gradient(90deg, #b519d9 0%, #6931d7 100%);
    padding: 14px 26px;
    position: relative;
    z-index: 1;
}

.service-project-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    background: linear-gradient(to right, #c115db, #692fd5, #7A2AD7, #c115db);
    border-radius: 6px;
    transform: scale(0);
    z-index: -1;
}

.service-project-button a:hover:before {
    transform: scale(1);
}

.service-project-button a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
}

.single-service-box {
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #6a31d7;
    padding: 55px 45px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.single-service-box:hover {
    transform: translateY(15px);
}

.single-service-box:hover {
    background-image: linear-gradient(90deg, #b519d9 0%, #6931d7 100%);
}

.single-service-box:hover:before {
    display: none;
}

.single-service-box:before {
    position: absolute;
    content: "";
    left: 145px;
    bottom: 60px;
    width: 100%;
    height: 100%;
    background: url(../images/resource/service-shape1.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(350deg);
    transition: .5s;
}

.single-service-box:before {
    position: absolute;
    content: "";
    left: 145px;
    bottom: 40px;
    width: 100%;
    height: 100%;
    background: url(../images/resource/service-shape1.png);
    background-repeat: no-repeat;
    transform: rotate(356deg);
    background-size: contain;
}

.service-icon img {
    border-radius: 6px;
    filter: drop-shadow(0 0 22.5px rgba(255, 0, 0, 0.0));
    background-color: #611ae7;
    display: inline-block;
    padding: 14px 14px;
    transition: .5s;
}

.service-icon img:hover {
    transform: translateY(-10px);
}

.service-title {
    position: absolute;
    top: 28px;
    right: 28px;
}

.service-title h1 {
    font-size: 70px;
    font-weight: 400;
    filter: drop-shadow(0 0 22.5px rgba(255, 0, 0, 0.2));
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #ffffff;
    margin: auto;
    font-family: "Rubik";
}

.service-content h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rubik";
    margin: auto;
    padding: 27px 0 25px;
}

.service-content p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    margin: 0 auto 0 0;
    width: 85%;
}

/*<!-- ============================================================== -->
<!-- End vw service Section  -->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
<!-- Start vw about Section  -->
<!-- ============================================================== -->*/

.about-section {
    padding: 120px 0 105px;
}

.about-section .section-title {
    margin-bottom: 35px;
}

.about-section .section-title h5:before {
    left: 80px;
}

.about-section .section-title p {
    width: 82%;
    color: #616161;
}

.about-thumb {
    position: relative;
    z-index: 1;
}

.about-shape {
    position: absolute;
    top: -555px;
    right: 100px;
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(250deg);
    }
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px)
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}

.about-shape1 {
    position: absolute;
    bottom: 0;
    right: 105px;
    animation: 8.0s ease 0s infinite normal none running bounce3;
}

.about-shape2 {
    position: absolute;
    bottom: 90px;
    left: -118px;
    animation: 7s ease 0s infinite normal none running bounce3;
}

@keyframes bounce3 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(35px);
    }

    100% {
        transform: translateX(0);
    }
}



.about-icon-box {
    display: inline-flex;
    margin-bottom: 40px;
}

.icon {
    position: relative;
    padding-right: 35px;
    top: 26px;
}

.icon img {
    transition: .5s;
}

.icon img:hover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.about-title h4 {
    font-size: 20px;
    color: #202020;
    font-weight: 700;
    font-family: "Mulish";
    margin: auto;
}

.about-title p {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    margin: 8px auto 0 0;
    width: 66%;
}

.about-button {
    margin-top: 14px;
}

.about-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    border-radius: 6px;
    background-image: linear-gradient(90deg, #b519d9 0%, #6931d7 100%);
    padding: 14px 26px;
    position: relative;
    z-index: 1;
}

.about-button a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
}

.about-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    background: linear-gradient(to right, #c115db, #692fd5, #7A2AD7, #c115db);
    border-radius: 6px;
    transform: scale(0);
    z-index: -1;
}

.about-button a:hover:before {
    transform: scale(1);
}

/*<!-- ============================================================== -->
<!-- End vw about Section  -->
<!-- ============================================================== -->*/





/*<!-- ============================================================== -->
<!-- Start vw why choose us Section  -->
<!-- ============================================================== -->*/

.why-choose-us-section {
    padding: 0 0 70px;
}

.why-choose-us-section .section-title h5:before {
    left: 130px;
}

.why-choose-us-section .section-title {
    margin-bottom: 30px;
}

/*accordion*/
.accordion li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    border-radius: 6px;
    filter: drop-shadow(0px 12px 22.5px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
    transition: .5s;
}

.accordion li a {
    width: 100%;
    display: block;
    cursor: pointer;
    user-select: none;
    color: #7d43eb !important;
    padding: 11px 25px 11px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    transition: .5s;
}

.accordion li a.active {
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    border-radius: 6px;
    color: #FFFF !important;
}

.accordion li a span i {
    display: inline-block;
    float: right;
    transform: rotate(270deg);
    transition: .5s;
    font-size: 16px;
    transition: .5s;
}

a.active span i {
    transform: rotate(187deg) !important;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #616161;
    margin: auto;
    padding: 25px 25px 25px;
}

a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.active:before {
    display: none;
}

.why-choose-us-thumb {
    position: relative;
    z-index: 1;
    left: 50px;
}

.why-choose-us-shape {
    position: absolute;
    z-index: -1;
    bottom: 185px;
    right: 40px;
}

/*<!-- ============================================================== -->
<!-- End vw why choose us Section  -->
<!-- ============================================================== -->*/





/*<!-- ============================================================== -->
<!-- Start vw counter Section  -->
<!-- ============================================================== -->*/

.counter-section {
    background: url(../images/resource/counter-bg.png);
    padding: 96px 0 70px;
    background-attachment: fixed;
}

.single-counter-box {
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding: 60px 0 32px;
    margin-bottom: 30px;
    transition: .5s;
}

.single-counter-box:hover {
    transform: translateY(-20px);
}

.counter-icon {
    position: relative;
}

.counter-icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    width: 100%;
    height: 188%;
    background: url(../images/resource/counter-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.counter-text {
    padding-top: 32px;
}

.counter-text h1 {
    font-size: 46px;
    color: #4d1da8;
    font-weight: 700;
    font-family: "Mulish";
    margin: auto;
    display: inline;
}

.counter-text span {
    font-size: 40px;
    color: #4d1da8;
    font-weight: 700;
    font-family: "Mulish";
    display: inline;
}

.counter-text p {
    font-size: 18px;
    color: #4d1da8;
    font-weight: 700;
    text-align: center;
    margin: 6px auto 0;
    font-family: "Mulish";
}

/*<!-- ============================================================== -->
<!-- End vw counter Section  -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start vw testimonial Section  -->
<!-- ============================================================== -->*/

.testimonial-section {
    background: url(../images/resource/teasti-bg.png);
    padding: 80px 0 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-section .section-title h5:before {
    left: 92px;
}

.testimonial-button {
    margin-top: -28px;
}

.testimonial-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    border-radius: 6px;
    background-image: linear-gradient(90deg, #b519d9 0%, #6931d7 100%);
    padding: 14px 27px;
    position: relative;
    z-index: 1;
}

.testimonial-button a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
}

.testimonial-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    background: linear-gradient(to right, #c115db, #692fd5, #7A2AD7, #c115db);
    border-radius: 6px;
    transform: scale(0);
    z-index: -1;
}

.testimonial-button a:hover:before {
    transform: scale(1);
}

.single-testi-box {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 48px 50px 25px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    box-shadow: 0 13px 28px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
}

.single-testi-box:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 62%;
    width: 100%;
    height: 100%;
    background: url(../images/resource/testi-shape.png);
    background-repeat: no-repeat;
}

.testi-desc p {
    font-size: 20px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-style: italic;
    font-family: "Rubik";
    margin: 0 auto 25px 0;
    width: 90%;
}

.img {
    display: inline-block;
}

.testi-icon {
    position: absolute;
    top: -26px;
    left: 46%;
    width: 57px;
    height: 57px;
    line-height: 57px;
    border-radius: 28px;
    background: #ffffff;
}

.testi-icon img {
    margin-top: -15px;
    margin-left: -15px;
}

.people-text h5 {
    font-size: 18px;
    color: #0d0c0c;
    font-weight: 500;
    font-family: "Rubik";
    margin: auto;
}

.people-text p {
    font-size: 14px;
    color: #0d0c0c;
    font-weight: 400;
    font-family: "Rubik";
    margin: 2px auto 0;
}

.testi-content {
    margin: 0 0 -28px;
}

.people-text {
    display: inline-table;
    position: relative;
    top: -35px;
}

.star-icon {
    position: absolute;
    bottom: 60px;
    right: 70px;
}

.star-icon ul {
    list-style: none;
    display: inline-block;
}

.star-icon ul li {
    color: #743fd9;
    font-size: 16px;
}

.testimonial-section .owl-dots {
    bottom: -50px;
}

/*<!-- ============================================================== -->
<!-- End vw testimonial Section  -->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
<!-- Start vw brand Section  -->
<!-- ============================================================== -->*/

.brand-section {
    padding: 60px 0 85px;
}

.single-brand-box {
    margin-bottom: 30px;
    text-align: -webkit-center;
}

.brand-thumb img {
    filter: brightness(10) invert(10);
    transition: .5s;
}

.single-brand-box:hover .brand-thumb img {
    filter: brightness(1) invert(0);
}

/*<!-- ============================================================== -->
<!-- End vw brand Section  -->
<!-- ============================================================== -->*/







/*<!-- ============================================================== -->
<!-- Start vw pricing Section  -->
<!-- ============================================================== -->*/

.pricing-section {
    padding: 0 0 65px;
}

.pricing-section.price {
    padding: 120px 0 90px;
}

.pricing-section .section-title-left h5:before {
    left: 122px;
}

.pricing-section .section-title-left h5:after {
    right: 62px;
}

.pricing-section .section-title-left h5 {
    margin: 0 auto 6px;
}

.pricing-section .section-title-left p.description {
    color: #616161;
    margin: 17px auto 0;
}


/*-- pricing-tab--*/

.pricing-tab-button {
    text-align: center;
    margin: -31px 0 60px;
}

.pricing-tab-button ul li {
    display: inline-block;
}

.pricing-tab-button ul li button.active {
    border: none !important;
    font-size: 17px;
    font-weight: 500;
    color: #ffff;
    background-image: linear-gradient(94deg, #ca35e5 0%, #7a29d5 100%);
    width: 136px;
    height: 44px;
}

.pricing-tab-button ul li button {
    border: none;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 500;
    font-family: "Mulish";
    text-align: center;
    width: 134px;
    height: 44px;
    background: #E5E2FF;
    margin-left: -2px;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

h2.price-yearly {
    display: none;
}

.tab-content {
    display: none;
    transition: .5s;
    -webkit-animation: move 0.4s ease-in;
    animation: FadeInUp 0.5s ease-in;
}

.tab-content.active {
    display: block;
}

.pricing-single-items.style_one.style_3 {
    padding: 48px 0 40px 0;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 4px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pricing-single-items.style_one.style_3:before {
    position: absolute;
    content: "";
    left: 0;
    top: -28px;
    width: 100%;
    height: 100%;
    background: url(../images/resource/pricing-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.pricing-single-items.style_one.style_3:after {
    position: absolute;
    content: "";
    left: 0;
    top: -28px;
    width: 100%;
    height: 100%;
    background: url(../images/resource/pricing-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.pricing-single-items.style_one.style_3:hover:after {
    opacity: 1;
}

h3.pricing-plan2 {
    margin: auto;
    display: inline-block;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    text-align: center;
    width: 121px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    background: #ffffff;
}

.pricing-plan h2 {
    margin: 18px 0 84px;
    font-size: 46px;
    color: #fefefe;
    font-weight: 600;
    text-align: center;
}

.pricing-plan h2 span {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    display: inline-block;
}

.pricing-desc p {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
    width: 71%;
    margin: auto;
}

.pricing-feature {
    text-align: left;
    padding: 48px 85px 35px;
    position: relative;
    z-index: 1;
}

.pricing-feature:before {
    position: absolute;
    content: "";
    left: 70px;
    top: 23px;
    opacity: 0.102;
    width: 239px;
    height: 1px;
    background: #533efe;
}

.pricing-feature:after {
    position: absolute;
    content: "";
    left: 70px;
    bottom: 13px;
    opacity: 0.102;
    width: 239px;
    height: 1px;
    background: #533efe;
}

.pricing-feature ul {
    list-style: none;
}

.pricing-feature ul li {
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Mulish";
    color: #616161;
    transition: .5s;
}

.pricing-single-items.style_one.style_3:hover .pricing-feature ul li {
    color: #6a30d6;
}

.pricing-feature ul li i {
    display: inline-block;
    color: #4f3bf3;
    font-size: 18px;
    padding-right: 10px;
}

.pricing-btn {
    padding-top: 25px;
}

.pricing-btn a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    border-radius: 6px;
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    padding: 14px 27px;
    position: relative;
    z-index: 1;
}

.pricing-btn a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 15px;
}

.pricing-btn a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #c115db, #692fd5, #7A2AD7, #c115db);
    transition: .5s;
    transform: scale(0);
    border-radius: 6px;
    z-index: -1;
}

.pricing-btn a:hover:before {
    transform: scale(1);
}

.pricing-button {
    padding-top: 25px;
}

.pricing-button a {
    display: inline-block;
    font-size: 18px;
    color: #09aff2;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    border-radius: 2px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

/*<!-- ============================================================== -->
	<!-- End vw pricing Section  -->
<!-- ============================================================== -->*/







/*<!-- ============================================================== -->
 <!-- Start vw blog Section  -->
<!-- ============================================================== -->*/

.blog-section {
    padding: 0 0 75px;
}

.blog-section.upper {
    padding: 115px 0 90px;
}

.single-blog-box {
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 7px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    transition: .5s;
}

.single-blog-box:hover .blog-thumb img {
    transform: scale(1.1);
}


.blog-meta-icon {
    display: inline-block;
}

.blog-meta-icon h6 i {
    color: #c215db;
    font-size: 16px;
    padding-right: 10px;
}

.blog-meta-icon h6 span {
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    font-family: "Mulish";
    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 1;
}

.blog-meta-icon h6 span:before {
    position: absolute;
    content: "";
    right: -35px;
    top: 6px;
    opacity: 0.251;
    width: 7px;
    height: 7px;
    border-radius: 3px;
    background-color: #777af2;
}

.blog-meta-comment-icon {
    display: inline-block;
    float: right;
}

.blog-meta-comment-icon h6 i {
    color: #c215db;
    font-size: 16px;
    padding-right: 10px;
}

.blog-meta-comment-icon h6 span {
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    font-family: "Mulish";
    display: inline-block;
    margin: auto;
}

.blog-content {
    padding: 17px 40px 35px;
}

.blog-content h3 {
    margin: auto;
}

.blog-content h3 a {
    margin: inherit;
    display: inline-block;
    transition: .5s;
    width: 82%;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 32px;
    color: #1d2124;
    font-weight: 600;
    font-family: "Mulish";
    padding-top: 43px;
    position: relative;
    z-index: 1;
}

.blog-content h3 a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    width: 121%;
    height: 100%;
    border-top: 1px solid #5a49f8;
    opacity: 0.102;
}

.single-blog-box:hover .blog-content h3 a {
    color: #c215db;
}

.blog-content p {
    width: 92%;
    margin: inherit;
    padding: 11px 0 15px;
    transition: .5s;
    font-size: 16px;
    line-height: 28px;
    color: #646464;
    font-weight: 400;
    font-family: "Mulish";
}

.single-blog-box:hover .blog-content p {
    color: #c215db;
}

.blog-button a {
    display: inline-block;
    font-size: 16px;
    color: #762cd7;
    font-weight: 700;
    font-family: "Mulish";
}

.blog-button a i {
    display: inline-block;
    color: #762cd7;
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    left: -40px;
    top: 1px;
    opacity: 0;
    transition: .5s;
}

.single-blog-box:hover .blog-button a i {
    opacity: 1;
    margin-left: 40px;
}

.single-blog-box:hover .blog-button a {
    color: #000000;
}

.single-blog-box:hover .blog-button a i {
    color: #000000;
}

/*<!-- ============================================================== -->
<!-- End vw blog Section  -->
<!-- ============================================================== -->*/







/*<!-- ============================================================== -->
 <!-- Start vw subscribe Section  -->
<!-- ============================================================== -->*/

.subscribe-section {
    padding: 0 0 120px;
    overflow: hidden;
}

.subscribe-section.up {
    padding: 95px 0 120px;
}

.row.subscribe {
    border-radius: 20px;
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    padding: 108px 0 50px;
    position: relative;
    z-index: 1;
}

.subscribe-shape {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 58%;
    animation: 8.0s ease 0s infinite normal none running bounce1;
}

.subscribe-section .section-title-left {
    margin-bottom: 28px;
}

.section-title-left h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mulish";
    margin: 0 auto 22px;
}

.subscribe-section .section-title-left h1 {
    margin: auto;
    font-size: 50px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Mulish";
    text-align: center;
}

.mail-address {
    text-align: center;
}

.mail-address input {
    display: inline-block;
    border: 1px solid #ffff;
    padding: 0 0 0 35px;
    background: #ffffff;
    width: 660px;
    height: 60px;
    border-radius: 30px;
}

.mail-address input::placeholder {
    opacity: 0.510;
    font-size: 18px;
    color: #616161;
    font-weight: 400;
}

.Subcribe-button button {
    display: inline-block;
    border: 1px solid #7c2ad7;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    width: 140px;
    height: 50px;
    border-radius: 25px;
    background-color: #7c2ad7;
    position: relative;
    top: -55px;
    left: 255px;
}

/*<!-- ============================================================== -->
<!-- End vw subscribe Section  -->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
<!-- Start vw footer Section Css -->
<!-- ============================================================== -->*/

.footer-section {
    padding: 102px 0 12px;
    background: url(../images/resource/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.company-info-desce p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Mulish";
    margin: 26px auto 25px;
    width: 100%;
}

.footer-widget-social-icon ul {
    list-style: none;
}

.footer-widget-social-icon ul li {
    display: inline-block;
    padding-right: 5px;
}

.footer-widget-social-icon ul li a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background-color: #B14DE1;
    transition: .5s;
}

.footer-widget-social-icon ul li a:hover {
    background: #FFFFFF;
    color: #B14DE1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.footer-widget-title {
    padding-bottom: 28px;
}

.footer-widget-title h3 {
    font-size: 24px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Mulish";
    margin: auto;
}


.footer-widget-menu ul {
    list-style: none;
}

.footer-widget-menu ul li {
    padding: 0 0 5px;
    margin-left: 35px;
    position: relative;
    z-index: 1;
    opacity: 0.702;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}

.footer-widget-menu ul li:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 12px;
    width: 22px;
    height: 1px;
    background: #ffff;
    transition: .5s;
}

.icon-box {
    display: inline-flex;
    padding-bottom: 28px;
}

.icon-box-content {
    margin: -6px 0 0 23px;
}

.widget-icon i {
    display: inline-block;
    color: #ffff;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #9C54E0;
}

.icon-box-content p {
    margin: auto;
    opacity: 0.702;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Mulish";
}

.icon-box-content h4 {
    margin: 4px auto 0;
    font-size: 18px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Mulish";
}

/*--copyright-section--*/

.copyright-description {
    padding-top: 93px;
    position: relative;
    z-index: 1;
}

.copyright-description:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: -38px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #9E55E0;
}

.copyright-description p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: auto;
}

.footer-shape {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 28%;
    animation: 6s ease 0s infinite normal none running bounce3;
}


/*<!-- ============================================================== -->
<!-- End vw footer Section Css -->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
<!-- Start vw breadcumb Menu  -->
<!-- ============================================================== -->*/

.breadcumb-section {
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    height: 250px;

}

.breadcumb-title h1 {
    margin: auto;
    font-size: 30px;
    line-height: 40px;
    color: #FFFF;
    font-weight: 700;
    font-family: "Mulish";
}

.breadcumb-content ul {
    list-style: none;
}

.breadcumb-content ul li {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
}

.breadcumb-content ul li i {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    padding: 0 5px 0;
}

.breadcumb-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
}

/*<!-- ============================================================== -->
	<!-- End vw breadcumb Menu  -->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
<!-- Start vw faq Section  -->
<!-- ============================================================== -->*/

.faq-section {
    padding: 120px 0;
}

.google-map iframe {
    width: 100%;
    height: 420px;
    border-radius: 10px;
}

/*<!-- ============================================================== -->
<!-- End vw faq Section  -->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
<!-- Start vw contact now secton  -->
<!-- ============================================================== -->*/

.contact-now-section {
    padding: 110px 0 90px;
    background: #f5f5f5;
}

.single_contact_now {
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 30px 30px 30px;
}

.single_contact_now_inner {
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: .5s;
}

.single_contact_now:hover .single_contact_now_inner {
    border: 2px solid #9623D9;
}

.single_contact_now_icon {
    padding-top: 24px;
}

.single_contact_now_icon i {
    font-size: 40px;
    color: #9623D9;
}

.single_contact_now_content {
    padding-bottom: 15px;
}

.single_contact_now_content h2 {
    font-size: 22px;
    padding-bottom: 12px;
}

.single_contact_now_content p {
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}

.contact_now_area .section_title_inner h2 {
    color: #fff;
}

.contact_now_area .section_title_text p {
    color: #fff;
}


/*<!-- ============================================================== -->
<!-- End vw contact now section  -->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
	<!-- Start vw contact2 secton  -->
<!-- ============================================================== -->*/

.contact2-section {
    padding: 110px 0 120px;
}

.contact-form-main input {
    width: 100%;
    margin-bottom: 18px;
    height: 45px;
    padding-left: 15px;
    border: 1px solid #dddd;
    border-radius: 5px;
}

.contact-form-main textarea {
    width: 100%;
    padding-left: 15px;
    padding-top: 20px;
    height: 218px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact-form-main button {
    background: #9623D9;
    border: 2px solid #9623D9;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
    margin-top: 20px;
    font-family: "Mulish";
}

.map {
    width: 100%;
    margin: 0;
    height: 410px;
    border: 1px solid #ddd;
    border-radius: 10px;
}




/*<!-- ============================================================== -->
	<!-- End vw contact2 section -->
<!-- ============================================================== -->*/







/*<!-- ============================================================== -->
 <!-- Start vw blog grid Section  -->
<!-- ============================================================== -->*/

.paginations {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.page-numbers li {
    display: inline-block;
}

.paginations a,
.page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #888;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    border-color: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    color: #fff;
}


/*<!-- ============================================================== -->
<!-- End vw blog grid Section  -->->
<!-- ============================================================== -->*/






/*<!-- ============================================================== -->
<!-- Start vw Blog Detaisl section  -->
<!-- ============================================================== -->*/

.blog-details-section {
    padding: 120px 0;
}

.blog-thumb-left img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.blog-box {
    border: 1px solid #dddd;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 10px 25px rgba(10, 81, 200, 0.05);
    background: #ffff;
}

p.blog {
    width: 50%;
    margin-top: 0px;
}

.blog-content {
    padding: 25px 40px 26px;
}

.blog-meta-left a {
    color: #616161;
    font-size: 16px;
    margin-right: 22px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.blog-meta-left a:before {
    position: absolute;
    content: "";
    right: -13px;
    height: 12px;
    top: 4px;
    width: 1px;
    background: #616161;
}

.blog-meta-left a:hover {
    color: #692fd5;
}

.blog-meta-left span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.meta-title {
    margin-top: 6px;
}

.meta-title a {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 500;
    transition: .5s;
}

.meta-title a:hover {
    color: #692fd5;
}

.blog-content-left {
    padding: 0 0 0 35px;
}

.blog-content-left h4 a {
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 20px;
    display: inline-block;
    font-family: 'Mulish';
}

.blog-content-left p {
    font-size: 16px;
    line-height: 32px;
    width: 98%;
    opacity: 0.702;
    color: #000;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    padding: 24px 25px 25px;
    margin: 40px 0 40px;
    border-top: 1px solid rgba(16, 18, 16, 0.10196078431372549);
    border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
}

span.social-text {
    font-size: 18px;
    font-weight: 500;
    color: #101210;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #692fd5;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #c115db;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #ffff;
}

.blog-details-auther {
    margin: 35px 0;
}

.blog-details-author-inner {
    background: #FFFFFF;
    padding: 30px 30px 25px;
    box-shadow: 0px 10px 25px rgba(10, 81, 200, 0.05);
}

.blog-details-auther-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-auther-thumb img {
    border-radius: 100%;
}

.blog-details-auther-content h4 {
    color: #692fd5;
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
}

.blog-details-auther-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    margin: auto;
    color: #8796A5;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #692fd5;
}

.blog-details-comment {
    margin-bottom: 60px;
    position: relative;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: #692fd5;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-thumb img {
    border-radius: 100%;
}

.blog-details-comment-content {
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}


.blog-details-comment-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    margin: auto;
    color: #8796A5;
}


.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
    color: #692fd5;
}

.widget_search {
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    background: #ffffff;
}

.widget_search input::placeholder {
    color: #888f99;
}

.widget_search form input {
    display: inline-block;
    padding: 12px 75px;
    border: 1px dashed #ddd;
    background: #ffff;
}

.widget_search form i {
    font-size: 17px;
    color: #692fd5;
    position: absolute;
    left: 75px;
    top: 65px;
}

.widget-recent-post {
    border-bottom: 1px solid rgba(16, 18, 16, 0.10196078431372549);
    padding: 0 0 25px;
    margin-bottom: 25px;
}

.rpost-thumb {
    margin-right: 20px;
}


.rpost-thumb img {
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

h4.sidebar-title {
    padding: 0 0 30px;
}

.rpost-title h4 {
    margin-top: 2px;
}

.rpost-content h4 a {
    font-size: 17px;
    font-weight: 500;
    font-family: Mulish;
    line-height: 24px;
    color: #101010;
    display: inline-block;
    transition: .5s;
}

.rpost-title span {
    font-size: 15px;
    padding: 6px 0 0;
    display: inline-block;
}

.widget-sidebar-box {
    padding: 30px 30px 45px;
    border-radius: 5px;
    border-bottom: 30px;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    background: #ffffff;
}

h4.sidebar-title.upp {
    padding: 0;
    margin: 0;
}

.sidebar-title {
    font-size: 24px;
    color: #01101e;
    font-weight: 700;
}

ul.sidebar-menu {
    list-style: none;
}

ul.sidebar-menu li a {
    font-size: 17px;
    color: #888f99;
    font-weight: 400;
    border: 1px dashed #888f99;
    display: inline-block;
    padding: 12px 0px 11px 0;
    margin: 30px 0 0;
    width: 100%;
    transition: .5s;
}

ul.sidebar-menu li a i {
    color: #888f99;
    font-size: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: 1px solid #888f99;
    border-radius: 15px;
    text-align: center;
    margin: 0 5px 0 22px;
    transition: .5s;
}

ul.sidebar-menu li a span {
    float: right;
    margin-right: 30px;
}

ul.sidebar-menu li a:hover {
    color: #692fd5;
}

ul.sidebar-menu li a i:hover {
    color: #692fd5;
    border-color: #692fd5;
}

.blog-details-single-box {
    text-align: center;
    background: #fff;
    margin: 35px 0;
    padding: 35px 0 35px;
    border-radius: 5px;
    box-shadow: 10px 10px 57px rgba(16, 84, 200, 0.05);
}

.blog-content.up {
    padding: 12px 0 0;
}

.blog-content.up a {
    font-size: 22px;
    font-weight: 600;
}

.blog-content p {
    padding: 13px 0 18px;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    width: 85%;
}

.blog-details-icon a {
    font-size: 16px;
    color: #692fd5;
    display: inline-block;
    border: 1px dashed #692fd5;
    height: 40px;
    margin: 0 5px 0;
    transition: 0.5s;
    width: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
}

.blog-details-icon a:hover {
    background: #692fd5;
    color: #fff;
}

.widget-sidebar-box.up {
    background: #ffff;
    padding: 30px 30px 45px;
    border-radius: 5px;
    border-bottom: 30px;
}

.sidebar-title-left {
    font-size: 22px;
    color: #01101e;
    font-weight: 700;
    margin-bottom: 25px;
}

.tag-item {
    text-align: center;
}

.tag-item ul {
    list-style: none;
}

.tag-item ul li {
    display: inline-block;
}

.tag-item ul li a {
    display: inline-block;
    padding: 5px 19px;
    border: 1px dashed #692fd5;
    font-size: 15px;
    color: #656970;
    font-weight: 400;
    margin: 0 6px 10px;
    transition: .5s;
}

.tag-item ul li a:hover {
    color: #F1F5F9;
    background-color: #692fd5;
}

.contact-section.up {
    margin-top: 0;
}

/*<!-- ============================================================== -->
<!-- End vw Blog Detaisl section  -->
<!-- ============================================================== -->*/



.header-unique {
    background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
    padding: 15px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s;
}

.SdJp0qmtoR {
    width: 45px;
    height: 45px;
    margin-right: 12px;
}

.logo:hover {
    transform: scale(1.05);
}

/* ПК меню */
.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 0;
    position: relative;
}

.nav-menu a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: #00ffe7;
    transition: width 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Мобільне меню */
#menu-toggle {
    display: none;
}

.i7YLvjZel7 {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

/* Мобільна версія */
@media (max-width: 768px) {
    .i7YLvjZel7 {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 260px;
        height: 100vh;
        background: #1a1a1a;
        flex-direction: column;
        padding-top: 70px;
        transition: right 0.35s ease;
        z-index: 1000;
        box-shadow: -4px 0 15px rgba(0, 0, 0, 0.5);
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 25px;
        padding-left: 25px;
    }

    .close-menu {
        position: absolute;
        top: 18px;
        right: 18px;
        font-size: 28px;
        cursor: pointer;
        color: #00ffe7;
        transition: transform 0.2s;
    }

    .close-menu:hover {
        transform: rotate(90deg);
    }

    #menu-toggle:checked+.i7YLvjZel7+.nav-menu {
        right: 0;
    }
}



/*<!-- ============================================================== -->
<!-- Start vw team Section  -->
<!-- ============================================================== -->*/

.team-section {
    padding: 110px 0 90px;
}

.single-team-box {
    background: #FFF;
    margin-bottom: 30px;
    text-align: center;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.team-thumb img {
    width: 100%;
}

.single-team-icon {
    position: relative;
    z-index: 1;
}

.single-team-icon-inner {
    position: absolute;
    z-index: -1;
    right: -38px;
    padding: 10px 15px;
    text-align: center;
    bottom: 80px;
    opacity: 0;
}

.single-team-box:hover .single-team-icon-inner {
    opacity: 1;
    right: 0px;
}

.single-team-icon-inner {
    background: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    transition: .5s;
}

.single-team-icon-inner a {
    color: #FFFF;
    font-size: 16px;
    margin: 8px 0;
    display: block;
    border: 1px solid #FFFD;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
}

.single-team-content {
    padding: 12px 10px 22px;
    border-bottom: 5px solid #9F20D9;
}

.single-team-content h4 {
    color: #9F20D9;
    font-size: 22px;
    margin: 0;
}

.single-team-content span {
    color: #000;
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
}

/*<!-- ============================================================== -->
<!-- End vw team Section  -->
<!-- ============================================================== -->*/








/*===========================
<-- vw Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #7F2AD7;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #9D24D9;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #F9455Eff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/


/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(153, 149, 219);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #EF4D72;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #EF4D72;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #EF4D72;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}


/* Modern footer styles */
.elite-footer-base {
    background: linear-gradient(160deg, #0a0e17 0%, #1b263b 100%);
    color: #d9e4e6;
    padding: 80px 0 40px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.elite-footer-core {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.elite-footer-structure {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.elite-brand-panel {
    display: flex;
    flex-direction: column;
}

.elite-brand-title {
    font-size: 2.3em;
    font-weight: 700;
    color: #d9e4e6;
    text-decoration: none;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.elite-brand-title:hover {
    color: #00c4ff;
}

.elite-logo-zone {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.elite-logo-zone img {
    height: 42px;
    margin-right: 15px;
}

.elite-logo-zone h3 {
    font-size: 1.9em;
    font-weight: 600;
    color: #d9e4e6;
    margin: 0;
}

.GBJVUgu4tW {
    font-size: 1em;
    line-height: 1.6;
    max-width: 350px;
    margin-bottom: 25px;
}

.elite-contact-point {
    font-size: 0.95em;
    margin-bottom: 15px;
}

.QUHqPwUwgF {
    color: #d9e4e6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.QUHqPwUwgF:hover {
    color: #00c4ff;
}

.iqAleOHxKa {
    display: flex;
    gap: 18px;
    margin-top: 20px;
    justify-content: center;
}

.iqAleOHxKa svg {
    width: 26px;
    height: 26px;
    fill: #d9e4e6;
    transition: fill 0.3s ease, transform 0.3s ease;
}

.iqAleOHxKa svg:hover {
    fill: #00c4ff;
    transform: scale(1.15);
}

.elite-nav-panel {
    display: flex;
    flex-direction: column;
}

.elite-nav-heading {
    font-size: 1.3em;
    font-weight: 600;
    color: #d9e4e6;
    margin-bottom: 20px;
}

.zjUzc3Ll34 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nGxGpolrgb {
    margin-bottom: 12px;
}

.Hqfw8P1BGg {
    color: #d9e4e6;
    text-decoration: none;
    font-size: 0.95em;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.Hqfw8P1BGg:hover {
    color: #00c4ff;
    padding-left: 6px;
}

.elite-copyright-band {
    text-align: center;
    padding-top: 30px;
    font-size: 0.9em;
    color: #a0b0b5;
    border-top: 1px solid #2a3540;
}

/* Responsive adaptations */
@media (min-width: 993px) {
    .elite-footer-structure {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .elite-brand-panel {
        padding-right: 40px;
    }

    .elite-footer-core::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #00c4ff, transparent);
    }
}

@media (max-width: 992px) {
    .elite-footer-structure {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .elite-brand-panel {
        align-items: center;
    }

    .elite-logo-zone {
        justify-content: center;
    }

    .GBJVUgu4tW {
        max-width: 100%;
    }

    .iqAleOHxKa {
        justify-content: center;
    }

    .elite-nav-panel {
        align-items: center;
    }
}

@media (max-width: 576px) {

    .elite-brand-title,
    .elite-logo-zone h3 {
        font-size: 1.8em;
    }

    .GBJVUgu4tW,
    .elite-contact-point {
        font-size: 0.9em;
    }

    .elite-nav-heading {
        font-size: 1.2em;
    }

    .Hqfw8P1BGg {
        font-size: 0.9em;
    }

    .iqAleOHxKa svg {
        width: 22px;
        height: 22px;
    }
}

.nova-contact-section {
    background: #f7f9fc;
    padding: 60px 0;
    font-family: 'Roboto', sans-serif;
}

.nova-contact-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #222;
}

.nova-contact-desc {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.l4maLyWbu8 {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.l4maLyWbu8:hover {
    transform: translateY(-5px);
}

.zj3c0ZWX8c {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.IV8DFoFxjC {
    text-decoration: none;
    color: #1e73be;
    font-weight: 500;
    transition: color 0.3s;
}

.IV8DFoFxjC:hover {
    color: #0d4d8b;
}

.nova-contact-form-map {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.s0ECvKvTNl-wrapper {
    flex: 1 1 400px;
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    padding: 30px;
    border-radius: 15px;
    color: #fff;
}

.s0ECvKvTNl-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.s0ECvKvTNl input.nova-input,
.s0ECvKvTNl textarea.nova-textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: none;
    margin-bottom: 15px;
    font-size: 1rem;
}

.s0ECvKvTNl textarea.nova-textarea {
    min-height: 150px;
    resize: none;
}

.OvBIp0mO1R {
    background: var(--neon-purple);
    color: #222;
    font-weight: bold;
    padding: 15px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.OvBIp0mO1R:hover {
    background: #e6c94f;
}

.fKQx6Ldnmk {
    flex: 1 1 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}