@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap'); /* Font Family */

@font-face {
    font-family: "CairoB";
    src: url("fonts/Cairo-SemiBold.ttf");
}
@font-face {
    font-family: "Kufigraph";
    src: url("fonts/Kufigraph.ttf");
}

@font-face {
    font-family: "CairoR";
    src: url("fonts/Cairo-Regular.ttf");
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    color: var(--text-color);
}

a:foucs {
    text-decoration: none;
}

img {
    max-width: 100%;
}


h1, h2, h3, h4, p, body {
    font-family: "IBM Plex Sans Arabic", serif !important;
}

.logo {
    font-family: "Kufigraph" , serif !important;
    z-index: 9999;
    color: #ffffff;
    text-align: center;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #060318;
    position: relative;
    min-height: 920px;
}

/* scroll */
#scroll-me-all-night-long {
    overflow: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
    background: #ddd;
    height: 5px;
}

::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
}

::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
}

::-webkit-scrollbar-thumb {
    border: 0px solid #c7c7c7;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
}

::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
}

header {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
    z-index: 999;
    position: relative;
}

.topHeader {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topHeader a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.topHeader a img {
}

.navlogoheder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 20px;
}

.navlogoheder .logo {
}

.nav {
}

.nav ul {
}

.nav ul li {
    display: inline-block;
    padding-left: 45px;
}

.nav ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: "CairoB";
}

.btnleft {
    float: left;
    text-align: left;
    position: relative;
    z-index: 999;
    margin-left: -60px;
}

.btnleft a {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 7px 31px;
    border-radius: 50px;
}

.btnleft a:hover {
    background: #484848;
    color: #fff;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    color: white;
    padding: 20px 20px;
    transition: right 0.3s ease;
    z-index: 1001;
    background: linear-gradient(45deg, #06103e, #2a2a2a);
}

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

.side-menu ul li {
    margin-bottom: 20px;
}

.side-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.menu-toggle {
    display: none;
}

.menu-toggle img {
    filter: invert(1) brightness(0.8);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.side-menu.open {
    right: 0;
}

.overlay.show {
    display: block;
}

.bar_Bottom {
    display: none;
}

.bar_Bottom li span img {
    width: 27px;
}

.bar_Bottom li span {
    font-size: 13px;
}

/* Header Details Section */
.headerDetails {
    padding: 120px 0;
    text-align: right;
    /* background: #060318; */
    display: flex;
    align-items: center;
}

.headerText {
    max-width: 70%;
    margin-right: 0;
}

.headerText span {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.headerText span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00ff85;
    border-radius: 50%;
}

.headerText h1 {
    color: #ffffff;
    font-size: 36px !important;
    margin-bottom: 24px;
    line-height: 1.2;
}

.headerText p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.btnheader {
    display: flex;
    gap: 16px;
}

.btnheader a {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 16px;
    font-family: "CairoB";
    transition: all 0.3s ease;
}

.btnheader a:first-child {
    background: #252528;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}

.btnheader a:first-child::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("images/download.svg") no-repeat center;
}

.btnheader a:last-child {
    background: rgb(255 255 255);
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btnheader a:last-child::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("images/headset.svg") no-repeat center;
    background-size: contain;
}

.btnheader a:hover {
    transform: translateY(-2px);
}

.btnheader a:first-child:hover {
    background: #c8c8c8;
    color: #000000;
}

.btnheader a:last-child:hover {
    background: rgb(218 209 209);
}

/* Slider Brand Section */
.sliderBrand {
    padding: 40px 0;
    /* background: linear-gradient(180deg, #060318 0%, #060318 100%); */
    position: relative;
    overflow: hidden;
    margin-top: -40px;
}

.brandSwiper {
    overflow: visible;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.brandItem {
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.brandItem:hover {
    filter: grayscale(0);
    opacity: 1;
}

.brandItem img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    border-radius: 50%;
}

.sliderBrand:after {
    position: absolute;
    content: "";
    right: 0;
    top: 56px;
    bottom: 0;
    z-index: 999;
    width: 306px;
    height: 111px;
    background: #2e2e2e;
    background: linear-gradient(
            270deg,
            rgb(3 2 9) 5%,
            rgb(236 255 252 / 1%) 100%
    );
}

.sliderBrand:before {
    position: absolute;
    content: "";
    left: 0;
    top: 56px;
    bottom: 0;
    z-index: 999;
    width: 306px;
    height: 111px;
    background: #2e2e2e;
    background: linear-gradient(
            270deg,
            rgb(239 239 239 / 0%) 5%,
            rgb(26 21 62) 100%
    );
}

.sliderWorks {
    padding: 40px 0;
    /* background: #060318; */
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.worksSwiper {
    padding: 20px 0;
}

.worksSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workItem {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.workItem:hover a {
    background: #171845;
}

.workImage {
    position: relative;
    width: 100%;
    height: 100%;
}

.workImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.workText {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: linear-gradient(270deg, #069de369 0%, rgba(0, 0, 0, 0.6) 100%);
}

.workText h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: "CairoB";
}

.workText a {
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid #464646;
    transition: 0.3s;
}

/* Services Section */
.services-section {
    padding: 80px 0;
    /* background: #060318; */
    text-align: right;
}

.section-header-services {
    margin-bottom: 60px;
    text-align: right;
}

.section-header-services span {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    justify-content: right;
}

.section-header-services span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00ff85;
    border-radius: 50%;
}

.section-header-services h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 24px;
    text-align: right;
}

.section-header-services p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.8;
    max-width: 700px;
    margin-right: 0;
    text-align: right;
}

.service-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    min-height: 255px;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.service-item:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.service-icon {
    margin-bottom: 20px;
}

.service-icon img {
    width: 35px;
    height: 35px;
}

.service-item h3 {
    color: #ffffff;
    font-size: 24px;
    font-family: "CairoB";
    margin-bottom: 16px;
}

.service-item p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.8;
}

/* Testimonials Section */
.testimonials {
    padding: 80px 0;
    /* background: #060318; */
    position: relative;
}

.testimonials-header {
    margin-bottom: 60px;
    text-align: center;
}

.testimonials-header h2 {
    color: #ffffff;
    font-size: 40px;
    font-family: "CairoB";
    margin-bottom: 24px;
}

.testimonials-header p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.8;
}

.testimonial-item {
    background: linear-gradient(317deg, #069de3, #632dcc17);
    border-radius: 16px;
    padding: 40px 45px;
    margin: 1px;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.85);
}

.swiper-slide-active .testimonial-item {
    transform: scale(1.1);
    opacity: 1;
    background: linear-gradient(317deg, #069de3, #632dcc40);
    box-shadow: 0 10px 30px rgba(6, 157, 227, 0.1);
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.testimonial-item .stars {
    margin-bottom: 20px;
    direction: ltr;
}

.testimonial-item .star {
    color: #ffd700;
    font-size: 20px;
    margin-right: 4px;
}

.testimonial-item p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 17px;
    /* min-height: 73px; */
}

.client-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
}

.client-info h4 {
    color: #ffffff;
    font-size: 20px;
    font-family: "CairoB";
    margin: 0 0 0px 0;
}

.client-info span {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}

/* Swiper Navigation Buttons */
.testimonialsSwiper .swiper-button-next,
.testimonialsSwiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonialsSwiper .swiper-button-next {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    left: 55%;
    right: auto;
    bottom: 10px;
    top: auto;
    background-color: #069de3;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center center;
    transform: rotate(180deg);
}

.testimonialsSwiper .swiper-button-prev {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    right: 54%;
    left: auto;
    bottom: 10px;
    top: auto;
    /* background-color: #fff; */
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center center;
    /* transform: rotate(180deg); */
    filter: invert(5) brightness(9.5);
    box-shadow: 0 0 0 #000;
}

.testimonialsSwiper .swiper-button-next:after,
.testimonialsSwiper .swiper-button-prev:after {
    font-size: 18px;
}

.testimonialsSwiper .swiper-button-next:after {
    color: #fff;
}

.testimonialsSwiper .swiper-button-prev:after {
    color: #3b5bdb;
}

.testimonialsSwiper .swiper-button-next:hover {
    background-color: #2f49b3;
}

.testimonialsSwiper .swiper-button-prev:hover {
    background: #f0f0f0;
}

.Workportfolio {
    padding-bottom: 80px;
}

.Workportfolio-header {
}

.Workportfolio-header h2 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 24px;
    font-weight: 800;
}

.Workportfolio-header p {
    color: #a4abe7;
    font-size: 20px;
    max-width: 40%;
    margin: 0 auto;
}

.Workportfolio .workItem {
    margin-bottom: 30px;
    height: auto;
}

.Workportfolio-header {
    margin-bottom: 40px;
}

.testimonials {
    padding: 80px 0;
    padding-bottom: 130px;
    overflow: hidden;
}

.testimonials-header h2 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 24px;
    font-weight: 800;
}

.testimonials-header p {
    color: #a4abe7;
    font-size: 20px;
    max-width: 40%;
    margin: 0 auto;
}

.arrowSlider {
    background: #1c1e32;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    width: 123px;
    height: 69px;
    margin: 0 auto;
    border-radius: 59px;
}

/* Footer Styles */
footer {
    background: #080c27;
    padding: 80px 0 40px;
    color: #ffffff;
    text-align: right;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget h3 {
    color: #ffffff;
    font-size: 20px;
    font-family: "CairoB";
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-links a:hover {
    opacity: 1;
    padding-right: 5px;
    color: #069de3;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-widget p {
    color: #ffffff;
    opacity: 0.7;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #069de3;
    transform: translateY(-3px);
}

.social-icons img {
    width: 33px;
    height: 33px;
    /* filter: brightness(0) invert(1); */
}

.copyright {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
    color: #ffffff;
    /* opacity: 0.7; */
    margin: 0;
    font-size: 14px;
    text-align: left;
}

.payment-methods {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}

.payment-methods img {
    height: 39px;
    /* opacity: 0.8; */
    transition: opacity 0.3s ease;
}

.payment-methods img:hover {
    opacity: 1;
}

.header {
    background: url("images/cover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    background-position: center center;
}

/* Blogs Section Styles */
.blogs-section {
    padding: 120px 0 80px;
    background: linear-gradient(265deg, #060318, #2a2163);
}

.blogs-header {
    margin-bottom: 60px;
    max-width: 800px;
}

.blogs-header .main-title {
    color: #ffffff;
    font-size: 48px;
    font-family: "CairoB";
    margin-bottom: 24px;
    line-height: 1.2;
}

.blogs-header .main-desc {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 32px;
    opacity: 0.9;
}

.show-all-btn {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-family: "CairoB";
    transition: all 0.3s ease;
}

.show-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

/* Blog Tabs */
.blog-tabs {
    margin-bottom: 40px;
}

.nav-tabs {
    border: none;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;
}

.nav-tabs .nav-item {
    margin: 0;
}

.nav-tabs .nav-link {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-tabs .nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

.nav-tabs .nav-link.active {
    background: #ffffff;
    color: #000000;
    font-family: "CairoB";
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Featured Blog Post */
.blog-featured {
    grid-column: 1 / -1;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
}

.featured-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-image {
    flex: 1;
    position: relative;
    /* overflow: hidden; */
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.blog-meta {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
}

.card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .card-img {
    transform: scale(1.05);
}

.card-content {
    padding: 30px;
    text-align: right;
}

.blog-category {
    background: #069de3;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
}

.post-date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.post-title {
    color: #ffffff;
    font-size: 24px;
    font-family: "CairoB";
    margin: 20px 0 16px;
    line-height: 1.4;
}

.post-excerpt {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.read-more {
    color: #ffffff;
    text-decoration: none;
    font-family: "CairoB";
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease;
    margin-top: 25px;
}

.read-more:hover {
    transform: translateX(-5px);
    color: #069de3;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.read-more:hover .arrow-icon {
    transform: translateX(-5px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-featured {
        flex-direction: column;
    }

    .featured-image {
        height: 300px;
    }

    .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .nav-tabs::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 767px) {
    .blogs-header .main-title {
        font-size: 36px;
    }

    .featured-content {
        padding: 24px;
    }

    .post-title {
        font-size: 20px;
    }

    .blog-category {
        padding: 4px 12px;
        font-size: 12px;
    }
}

/* About page specific styles (scoped to avoid class collisions) */
.about-hero-section {
    padding: 70px 0 60px;
    color: #ffffff;
}

.about-hero-container {
    max-width: 1180px;
    margin: 0 auto;
}

.about-hero-grid {
    align-items: center;
}

.about-hero-text {
    text-align: center;
}

.about-hero-title {
    font-family: "CairoB";
    font-size: 48px;
    margin: 0 0 12px 0;
    line-height: 1.05;
    text-align: center;
}

.about-hero-lead {
    color: #ffffff;
    font-size: 21px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 80%;
    text-align: center;
    margin-top: 30px;
}

.about-hero-body p {
    color: #c7d3ee;
    opacity: 0.9;
    line-height: 1.9;
}

.about-hero-details {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 29px;
}

.about-hero-side-small {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 18px;
}

.about-hero-side-title {
    font-size: 32px;
    margin: 0px 0px 10px 43px;
}

.about-hero-cta {
    margin-top: 18px;
}

.about-hero-cta-btn {
    display: inline-block;
    background: #fff;
    color: #0b2546;
    padding: 10px 18px;
    border-radius: 24px;
    font-weight: 700;
    text-decoration: none;
}

/* Cards row */
.about-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 50px;
}

.about-card {
    background: #ffffff12;
    border-radius: 210px;
    padding: 22px 28px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.about-card-icon img {
    width: 48px;
    height: 48px;
}

.about-card h3 {
    margin: 0;
    font-size: 21px;
    color: #fff;
    font-family: "CairoB";
    margin-bottom: 13px;
}

.about-card p {
    margin: 4px 0 0 0;
    color: #ffffff;
    font-size: 17px;
}

.about-hero-side {
    margin-top: 60px;
}

.about-hero-side-top p {
    font-size: 17px;
}

.imgAboutcenter {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

/**********************/
.ws-steps {
    /* padding: 70px 0 60px; */
    /* background: linear-gradient(180deg, #07102a 0%, #041124 60%); */
    color: #fff;
}

.ws-container {
    max-width: 1180px;
    margin: 0 auto;
}

.ws-intro {
    text-align: center;
    margin-bottom: 34px;
}

.ws-badge {
    display: inline-block;
    background: #fff;
    color: #000000;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ws-heading {
    font-size: 34px;
    font-family: "CairoB";
    margin: 10px 0 8px;
    color: #fff;
}

.ws-sub {
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 28px;
    margin-bottom: 80px;
}

.ws-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 30px;
}

.ws-card {
    position: relative;
    background: #ffffff12;
    border-radius: 28px;
    padding: 36px 30px 28px;
    text-align: right;
    text-align: center;
}

.ws-icon {
    /* position: absolute; */
    top: -28px;
    left: 50%;
    /* transform: translateX(-50%); */
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0b2546;
    box-shadow: 0 6px 18px rgba(4, 10, 30, 0.5);
    margin: 0 auto;
}

.ws-title {
    margin-top: 6px;
    font-size: 20px;
    font-family: "CairoB";
    color: #fff;
    margin-top: 20px;
}

.ws-num {
    margin-left: 8px;
    font-weight: 800;
}

.ws-desc {
    color: #ffffff;
    opacity: 0.92;
    margin-top: 10px;
    line-height: 1.8;
}

/* Make sure cards couple nicely across rows with icon spacing */
.ws-card + .ws-card {
    margin-top: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .ws-grid {
        grid-template-columns: 1fr;
    }

    .ws-heading {
        font-size: 28px;
    }

    .ws-intro {
        padding: 0 18px;
    }

    .ws-card {
        text-align: center;
    }

    .ws-icon {
        left: 50%;
    }
}

section.ws-steps {
    padding-bottom: 100px;
    padding-top: 50px;
}

/* Contact Section Styles */
.contact-section {
    padding: 80px 0;
}

.contact-row {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.contact-info,
.contact-form {
    flex: 1;
}

.contact-info h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-weight: 500;
    color: #fff;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 190px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.contact-icon {
    font-size: 24px;
    min-width: 40px;
    text-align: center;
}

.contact-text h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.contact-text p {
    color: rgb(255 255 255);
    margin: 0px;
}

.contact-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 15px;
}

.contact-form span {
    margin-bottom: 20px;
    display: block;
    color: #fff;
}

.contact-form h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-family: "CairoB";
    text-align: right;
    color: #fff;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgb(0 0 0 / 0%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-top: 15px;
}

select option {
    color: #000;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    outline: none;
}

.contact-form .form-group textarea {
    height: 120px;
    resize: none;
}

.contact-form label {
    margin-bottom: 20px;
    color: #fff;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #fff;
    color: #051a36;
    border: none;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* CTA Section */
.cta-section {
    /* padding: 100px 0; */
    /* background: url('images/code-bg.jpg') center/cover; */
    /* position: relative; */
    /* text-align: center; */
    /* color: #fff; */
    padding: 80px 0;
}

.cta-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 66%);
}

.cta-content {
    margin: 0 auto;
    padding: 100px 0;
    background: url(images/code-bg.jpg) center / cover;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}

.cta-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 99;
}

.cta-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #fff;
    color: #051a36;
    text-decoration: none;
    border-radius: 98px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 99;
}

.cta-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .contact-row {
        flex-direction: column;
        gap: 40px;
    }

    .contact-info h2,
    .contact-form h2 {
        font-size: 22px;
    }
}

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

    .contact-item {
        padding: 15px;
    }

    .contact-icon {
        font-size: 20px;
    }

    .contact-text h3 {
        font-size: 16px;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .cta-content p {
        font-size: 16px;
    }
}

/* Scoped project hero styles (prefix: ph-) to avoid conflicts */
.ph-hero {
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(265deg, #060318, #2a2163); */
}

.ph-hero-wrapper {
    text-align: right;
    background: url("images/cover.jpg");
    padding: 60px 50px;
    border-radius: 30px;
    overflow: hidden;
}

.ph-hero-content {
    margin-bottom: 60px;
    max-width: 50%;
}

.ph-hero-title {
    font-size: 48px;
    font-family: "CairoB";
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.ph-hero-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 32px;
}

.ph-hero-buttons {
    display: flex;
    gap: 16px;
}

.ph-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    font-family: "CairoB";
    text-decoration: none;
    transition: all 0.3s ease;
}

.ph-btn-primary {
    background: #ffffff;
    color: #000000;
}

.ph-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.ph-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ph-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.ph-arrow-icon,
.ph-chat-icon {
    width: 20px;
    height: 20px;
}

/* Stats Section */
.ph-stats {
    padding: 20px 0;
    margin-top: 5px;
}

.ph-stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.ph-stat-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.ph-stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ph-stat-content {
    text-align: right;
}

.ph-stat-value {
    display: block;
    font-size: 32px;
    font-family: "CairoB";
    color: #ffffff;
    margin-bottom: 4px;
}

.ph-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.4;
}

/* Responsive Styles for Project Hero */
@media (max-width: 991px) {
    .ph-hero-title {
        font-size: 36px;
    }

    .ph-hero-buttons {
        flex-direction: column;
    }

    .ph-btn {
        width: 100%;
        justify-content: center;
    }

    .ph-stat-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .ph-hero {
        padding: 80px 0 40px;
    }

    .ph-hero-title {
        font-size: 28px;
    }

    .ph-stat-value {
        font-size: 24px;
    }

    .ph-stat-label {
        font-size: 12px;
    }
}

.ph-hero__inner {
    text-align: center;
    padding: 60px 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.ph-hero__title {
    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 18px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.ph-hero__subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.86);
    max-width: 780px;
    margin: 0 auto 28px;
    line-height: 1.7;
    font-weight: 400;
}

.ph-hero__preview {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 16px;
    border-radius: 24px;
    padding: 8px 12px;
    transition: all 0.25s ease;
}

.ph-hero__preview:hover {
    transform: translateY(-4px);
    color: #fff;
}

.ph-hero__arrow {
    display: inline-block;
    transform: translateY(1px);
    font-size: 18px;
}

.imgSingleProject {
    text-align: center;
}

.imgSingleProject img {
    border: 20px solid #ffffff26;
    border-radius: 15px;
}

/* Single project cards (sp- prefix to avoid conflicts) */
.sp-section {
    padding: 40px 0 80px;
}

.sp-container {
    max-width: 1180px;
    margin: 0 auto;
}

.sp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.sp-card {
    position: relative;
    padding: 28px 32px;
    border-radius: 14px;
    color: #fff;
    min-height: 140px;
    /* box-shadow: 0 10px 30px rgba(2, 8, 28, 0.45); */
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    text-align: right;
    overflow: hidden;
}

.sp-card--blue {
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: #ffffff1a;
}

.sp-card--indigo {
    background: linear-gradient(
            90deg,
            rgba(19, 44, 92, 0.22),
            rgba(8, 18, 46, 0.28)
    );
    border: 1px solid rgba(255, 255, 255, 0.04);
    display: flex;
}

.sp-card--blue-dark {
    background: #ffffff1a;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.sp-card--indigo-dark {
    background: linear-gradient(
            90deg,
            rgba(8, 16, 34, 0.28),
            rgba(2, 6, 18, 0.36)
    );
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.sp-card__title {
    font-family: "CairoB", sans-serif;
    font-size: 20px;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.sp-list {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    padding-right: 40px;
}

.sp-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

.sp-result {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.9;
}

@media (max-width: 991px) {
    .sp-grid {
        grid-template-columns: 1fr;
    }

    .sp-card {
        padding: 22px;
    }
}

.footer-link a {
    color: #fff;
    opacity: 0.7;
}

.imgprojects {
    padding-bottom: 40px;
    overflow: hidden;
}

.sp-swiper {
}

.sp-swiper img {
    border: 20px solid #ffffff26;
    border-radius: 15px;
    min-height: 310px;
    object-fit: cover;
}

/* Lightbox modal (sp-modal) appended */
body.no-scroll {
    overflow: hidden;
}

.sp-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.sp-modal.open {
    display: flex;
}

.sp-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 20, 0.75);
    backdrop-filter: blur(3px);
}

.sp-modal__dialog {
    position: relative;
    width: 80vw;
    height: 80vh;
    max-width: 1200px;
    max-height: 900px;
    background: rgba(6, 14, 34, 0.95);
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 18px 60px rgba(2, 8, 28, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2010;
}

.sp-modal__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-modal__content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.sp-modal__close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2020;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .sp-modal__dialog {
        width: 92vw;
        height: 72vh;
    }

    .sp-modal__close {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}

/* Our Teams - scoped (prefix ot-) */
.ot-section {
    padding: 70px 0 40px;
    color: #fff;
    padding-bottom: 100px;
}

.ot-header {
    text-align: center;
    margin-bottom: 36px;
}

.ot-title {
    font-family: "CairoB";
    font-size: 36px;
    margin: 0 0 8px;
}

.ot-lead {
    color: rgba(255, 255, 255, 0.85);
    max-width: 880px;
    margin: 0 auto;
    line-height: 1.8;
}

/* grid */
.ot-grid {
}

/* card */
.ot-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 350px;
    text-align: center;
}

/* image */
.ot-card__img img {
    display: block;
    width: 100%;
    min-height: 350px;
    object-fit: cover;
    vertical-align: middle;
}

.ot-card__img {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

/* overlay info at bottom */
.ot-card__info {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
    padding: 18px 20px;
    color: #fff;
    background: linear-gradient(270deg, #069de369 0%, rgba(0, 0, 0, 0.6) 100%);
    overflow: hidden;
}

.ot-name {
    margin: 0;
    font-family: "CairoB";
    font-size: 20px;
    letter-spacing: 0.2px;
}

.ot-role {
    margin: 4px 0 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.ot-card__img {
    overflow: hidden;
}

.projectsTitel {
    background: url("images/projectsng.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -47px;
    z-index: 1;
    padding: 260px 0;
    text-align: center;
    margin-bottom: 30px;
}

.projectsTitel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 61%);
    z-index: 1;
}

.projectsTitel .container {
    position: relative;
    z-index: 99;
}

.projectsTitel h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.projectsTitel p {
    color: #fff;
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto;
}

.projectsTitel a {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 14px 31px;
    border-radius: 50px;
    margin-top: 40px;
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.titleHowWork {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.titleHowWork h2 {
    color: #fff;
    font-size: 40px;
}

.titleHowWork p {
    color: #fff;
    font-size: 18px;
    max-width: 61%;
}

.OurWorksSection {
    padding: 50px 0;
    padding-top: 120px;
}

.workItem.OurWorksSectionItem {
    margin-bottom: 30px;
}

.workItem.OurWorksSectionItem img {
    height: 310px;
    object-fit: none;
}

.workItem.OurWorksSectionItem .workText {
    position: relative;
    border-radius: 60px;
    margin-top: 2px;
    background: linear-gradient(270deg, #069de369 0%, rgb(0 0 0 / 0%) 100%);
}

.ph-statsItem {
    background: #080c27;
    border-radius: 10px;
}

body.body:after {

    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.Blog-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -47px;
    z-index: 1;
    padding: 260px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.Blog-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    z-index: 1;
}

.container.Blog-hero__inner {
    position: relative;
    z-index: 99;
}

span.blog-hero-category {
    color: #fff;
    background: #000000a3;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}

h1.Blog-hero__title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

p.Blog-hero__subtitle {
    color: #fff;
    font-size: 18px;
    max-width: 80%;
}

a.Blog-hero__preview {
    color: #fff;
    font-size: 18px;
    font-family: "CairoB";
}

.Blogs-allDetails {
}

.Blogs-allDetails h1 {
    color: #fff;
    font-size: 40px;
    font-family: "CairoB";
}

.Blogs-allDetails p {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    margin-bottom: 40px;
    line-height: 35px;
}

.Blogs-allDetails img {
    border-radius: 15px;
}

.shareBlogs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding-top: 15px;
    border-top: 1px solid #dddddd3b;
    margin-bottom: 60px;
}

.shareBlogs p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    margin-bottom: 0;
    line-height: 0;
}

.shareBlogs li {
    display: inline-block;
    margin-right: 15px;
}

.shareBlogs li a {
}


/* Login Section Styles */
.loginSection {
    display: flex;
    min-height: calc(100vh - 100px);
    background: var(--bg-color);
    position: relative;
    overflow: hidden;
    margin-top: -53px;
}

.formlogin {
    flex: 1;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    width: 100%;
    max-width: 76%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.login-container h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #fff;
    margin-bottom: 8px;
    font-size: 16px;
}

.form-group input {
    width: 100%;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: var(--main-color);
    background: rgba(255, 255, 255, 0.15);
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.login-btn {
    width: 100%;
    padding: 14px;
    background: #fff;
    color: #000000;
    border: none;
    border-radius: 80px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.login-btn:hover {
    background: var(--hover-color);
    transform: translateY(-2px);
}

.forgot-password {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-password a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.forgot-password a:hover {
    color: #e2e2e2;
}

.imgloginleft {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.imgloginleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.OurWorksSection2 {
    padding-top: 10px;
}

.bgvideo {
    position: relative;
}

.bgvideo video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    opacity: 0.2;
}

.bg1top {
    position: relative;
}

.bg1top:after {
    position:absolute;
    content:'';
    left: -120px;
    background: #215FAC;
    top: 0;
    width: 40%;
    height: 600px;
    border-radius: 50%;
    filter: blur(231px);
    z-index: -1;
}

.bg1top2 {
    position: relative;
}

.bg1top2:after {
    position:absolute;
    content:'';
    right: -120px;
    background: #215FAC;
    top: 2%;
    width: 40%;
    height: 600px;
    border-radius: 50%;
    filter: blur(231px);
    z-index: -1;
}

.Whatsapp-channel svg {
    width: 54px;
    height: 54px;
}

.Whatsapp-channel {
    position: fixed;
    z-index: 9999999;
    bottom: 30px;
    right: 30px;
}

.lightDark img {
    filter: invert(1) brightness(61.5);
    z-index: 999;
    position: relative;
    width: 35px;
    height: 35px;
}

.lightDark {
    position: relative;
    z-index: 99999;
}