body {
    background-color: #08090A;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

section {
    padding: 75px 0;
}

/* common style start */
h1 {
    font-size: 64px;
    line-height: 70px;
    font-family: 'SF Pro Display';
    font-weight: 500;
}

h2 {
    font-size: 56px;
    line-height: 64px;
    color: #F7F8F8;
    margin-bottom: 0;
    letter-spacing: -0.7px;
}

p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 24px;
    color: #8A8F98;
    font-weight: 500;
}

a {
    text-decoration: none;
}

.btn {
    font-size: 15px;
    padding: 8px 22px;
    border-radius: 8px;
    color: #08090A;
    font-weight: 500;
    transition: 0.30s;
}

.btn-fill-white {
    background-color: #E6E6E6;
    transition: 0.30s;
}

.btn-fill-white:hover {
    background-color: #b9b9b9;
    color: #08090A;
}

.gutter-space-3 {
    --bs-gutter-x: 3rem;
}

.mb-52 {
    margin-bottom: 52px;
}

/* common style end */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1026px;
        padding-left: 0;
        padding-right: 0;
    }
}



/* header start */

header {
    border-bottom: 1px solid #1C1D1D;

}

/* When scrolled */
.site-header.scrolled {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
}

.navbar-expand-lg {
    padding: 0;
}

.navbar-brand {
    margin-right: 0;
    padding: 0;
}

header .navbar .nav-item a.nav-link {
    color: #8A8F98;
    font-size: 13px;
    font-weight: 500;
    padding-right: 17px;
    padding-left: 17px;
    transition: 0.30s;
    padding-top: 25px;
    padding-bottom: 25px;
}

header .navbar .nav-item a.nav-link:hover {
    color: #fff;
}

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

.dropdown-toggle::after {
    border: 0;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
    position: relative;
    bottom: -3px;
}

.heder-btn {
    font-size: 13px;
    line-height: 24px;
    padding: 3px 16px;
    color: #08090A;
    font-weight: 500;
    border-radius: 8px;
    letter-spacing: -0.05px;
}

.header-desktop .mega-dropdown {
    position: static;
}

.header-desktop .mega-dropdown:hover .mega-menu {
    display: block;
}

.header-desktop .mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 8px;
    background: #141516;
    max-width: 1026px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    padding: 32px;
}

.header-desktop .mega-menu .list-unstyled a {
    text-decoration: none;
    display: block;
    padding: 6px 0;
    font-size: 15px;
    line-height: 24px;
    color: #8A8F98;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #141516;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 20px;
    transition: 0.30s;
}

.header-desktop .mega-menu .list-unstyled a:hover {
    color: #fff;
    background-color: #1B1C1D;
}

.header-desktop .mega-menu .list-unstyled a path {
    transition: 0.30s;
}

.header-desktop .mega-menu .list-unstyled a:hover path {
    fill: #fff;
}

.header-desktop .mega-title {
    color: #F7F8F8;
    font-weight: 400;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 24px;
}

.header-desktop .header-card {
    background-color: #1B1C1D;
    border-radius: 15px;
    padding: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-image-header-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}


.header-desktop .header-card a {
    display: block;
}

.header-desktop .header-card .header-card-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #F7F8F8;
    margin-bottom: 24px;
}

.header-desktop .header-card-no {
    color: #ABB5EF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.header-desktop .header-short-desc {
    font-size: 14px;
    line-height: 30px;
    color: #8A8F98;
    font-weight: 400;
}

/* header end */




/* mobile header start */
.header-mobile {
    display: none;
}


/* -------- Desktop (default) -------- */
.navbar-linear {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: rgba(15, 15, 15, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-linear img,
.navbar-linear svg {
    height: 30px;
}

/* Hide mobile elements by default */
.menu-btn,
.menu-overlay {
    display: none;
}

/* -------- MOBILE ONLY (max-width: 991px) -------- */
@media (max-width: 991px) {

    /* Menu Button */
    .menu-btn {
        display: flex;
        background: none;
        border: none;
        cursor: pointer;
        color: #fff;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .menu-btn svg {
        width: 24px;
        height: 24px;
        stroke: white;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .menu-btn svg.close-icon {
        position: absolute;
        opacity: 0;
        transform: rotate(-90deg);
    }

    .menu-btn.active svg.menu-icon {
        opacity: 0;
        transform: rotate(90deg);
    }

    .menu-btn.active svg.close-icon {
        opacity: 1;
        transform: rotate(0deg);
    }

    /* Overlay */
    .menu-overlay {
        display: flex;
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        height: calc(100vh - 64px);
        background: rgba(15, 15, 15, 0.97);
        backdrop-filter: blur(10px);
        opacity: 0;
        visibility: hidden;
        transform: scale(1.03);
        transition: all 0.35s ease;
        flex-direction: column;
        padding: 25px;
        z-index: 1050;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    /* Menu Links */
    .menu-links {
        list-style: none;
        padding-left: 0;
        margin: 0;
        flex-grow: 1;
        margin-top: 20px;
    }

    .menu-links li {
        margin-bottom: 25px;
    }

    .menu-links a {
        text-decoration: none;
        color: #8A8F98;
        font-size: 13px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: color 0.3s ease;
    }

    .menu-links a:hover {
        color: #6d9dfc;
    }

    /* Submenu */
    .submenu {
        list-style: none;
        margin-top: 10px;
        margin-left: 10px;
        display: none;
    }

    .submenu li a {
        font-size: 17px;
        color: #aaa;
        display: block;
        padding: 5px 0;
    }

    .has-submenu.active .submenu {
        display: block;
        animation: fadeIn 0.3s ease;
    }

    .has-submenu>a svg.caret-icon {
        width: 18px;
        height: 18px;
        stroke: #aaa;
        margin-left: 8px;
        transition: transform 0.3s ease, stroke 0.3s ease;
    }

    .has-submenu.active>a svg.caret-icon {
        transform: rotate(180deg);
        stroke: #6d9dfc;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-5px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .menu-footer {
        font-size: 13px;
        color: #777;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 15px;
        text-align: center;
    }
}


/* mobile header end */



/* hero section start */
.hero-section {
    padding-top: 120px;

}

.hero-section .container {
    position: relative;
}

.hero-section h1 {
    margin-bottom: 24px;
    color: #F7F8F8;
    letter-spacing: -1px;
}

.hero-section p {
    font-size: 17px;
    font-weight: 500;
    color: #8A8F98;
    margin-bottom: 24px;
    line-height: 28px;
}

.video-div {
    padding-top: 52px;
}

.banner-bg {
    position: absolute;
    top: -100px;
    right: -170px;
    z-index: -1;
}

/* hero section end */


/* content-warp-section start */

.content-warp-section h2 {
    font-size: 40px;
    line-height: 46px;
    color: #F7F8F8;
    margin-bottom: 0;
    color: #888;
    transition: color 0.3s ease;
}

.content-warp-section h2 span {
    color: #8A8F98;
}

/* content-warp-section end */



/* success-section start */


.success-section {
    background: linear-gradient(179deg, #131415 0%, #08090A 28%);
    padding: 150px 0 75px;
    margin-top: 75px;
}

.success-section .max-width-section {
    width: 75%;
}

.graph-card {
    padding: 16px 20px;
    border-radius: 14px;
    position: relative;
    border-radius: 14px;
    padding: 20px;
    background: #08090a;
    z-index: 1;
}

.graph-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 14px;
    background: linear-gradient(141deg, #2c2d2e75, #1e1f2000);
    -webkit-mask: linear-gradient(#ff2424 0 0) content-box, linear-gradient(#ff0000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.graph-card-inner {
    background: linear-gradient(301deg, #0c0d0e00 0%, #2021224d 100%);
    padding: 40px 47px;
    border-radius: 14px;
    position: relative;
}

.graph-card-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 14px;
    background: linear-gradient(141deg, #2c2d2e75, #0b0c0d);
    -webkit-mask: linear-gradient(#ff2424 0 0) content-box, linear-gradient(#ff0000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.graph-card-inner .counter-desc {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #747980;
}

.graph-card-inner .counter-desc::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: -1px;
    background-color: #5461AF;
}

.graph-card-img {
    position: relative;
    margin-bottom: 30px;
}

.graph-card-img svg:last-child {
    position: absolute;
    bottom: 30px;
    left: 5px;
}

.counter-row-graph {
    display: flex;
    gap: 64px;
}

.counter-card-graph h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #F7F8F8;
    margin-bottom: 0;
}

.counter-card-graph p {
    font-size: 14px;
    font-weight: 400;
    color: #8A8F98;
}

.counter-row .counter-card h3 {
    color: #8A8F98;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0;
}

.counter-row .counter-card p {
    font-size: 13px;
    line-height: 14px;
    color: #8A8F98;
    font-weight: 400;
}

/* success-section end */



/* services section start */
.service-card-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}


.service-card {
    background-color: #0F1011;
    padding: 24px;
    padding-top: 32px;
    border-radius: 16px;
    border: 1px solid #1B1C1D;
    transition: 0.30s;
    height: 100%;
}

.service-card-link:hover .service-card {
    border: 1px solid #717171;
}

.service-card .web-development-img {
    box-shadow: 0px 0px 12.9px 4px rgba(255, 255, 255, 0.03);
    border-radius: 16px;
}

.service-card-img {
    margin-bottom: 99px;
    text-align: center;

}

.service-card-row .col-lg-4:first-child .service-card-img {
    height: 175px;
}

.service-card-row .col-lg-4:first-child .service-card-img img {
    height: 150px;
}

.service-card-img img {
    height: 175px;
    object-fit: contain;
}

.service-card h3 {
    font-size: 15px;
    line-height: 24px;
    color: #F7F8F8;
    margin-bottom: 10px;
    font-weight: 400;
}

.service-card p {
    font-size: 14px;
    color: #8A8F98;
    line-height: 22px;
    font-weight: 400;
}

.service-card.service-cta-card {
    background-image: url(../img/card-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 5.9px 2px #373737;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card.service-cta-card h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.08px;
    margin-bottom: 20px;
}

.service-card.service-cta-card .btn {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5%;
    color: #08090A;
    line-height: 24px;
    padding: 4px 16px;
}

/* services section end */

/* cta-section start */
.cta-row {
    gap: 50px;
    justify-content: center;
}

.cta-section h2 {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}

/* cta-section end */


/* case studies start */
.case-studies-content {
    padding-right: 90px;
}

.case-studies-content h3 {
    font-size: 21px;
    line-height: 31px;
    color: #F7F8F8;
    font-weight: 500;
    margin-bottom: 12px;
}

.case-studies-content p {
    color: #8A8F98;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.case-studies-content .nav {
    margin-top: 32px;
    margin-bottom: 15px;
}

.case-studies-content .nav .nav-link {
    font-weight: 400;
    text-align: left;
    background-color: transparent;
    color: #8A8F98;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}

.case-studies-content .nav .nav-link::before {
    content: "";
    width: 2px;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #232326;
    position: absolute;
    transition: 0.30s;
    border-radius: 10px;
}

.case-studies-content .nav .nav-link.active::before {
    background-color: #68CC58;
}

.counter-row {
    display: flex;
    gap: 32px;
}

.case-studies-section .swiper-wrapper {
    padding-bottom: 100px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-color: #1A1B1D;
    border-color: #25262A;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    top: auto;
    border: 1px solid #35353B;
    transition: 0.30s;
    transform: scale(1);
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    background-color: #35353B;
    transform: scale(1.1);
}

.swiper .swiper-button-prev.slider-button {
    left: 46%;
}

.swiper .swiper-button-next.slider-button {
    right: 46%;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.swiper .swiper-button-prev:after {
    opacity: 0.3;
}

.swiper .swiper-button-prev:hover:after {
    opacity: 1;
}

.top-hr {
    margin-bottom: 52px;
    border-color: #4e4e4e;
}

.left-hr {
    border-color: #4e4e4e;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* case studies end */


/* patner-section start */
.patner-section h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
    color: #D0D6E0;
}

.patner-section h3 span {
    color: #8A8F98;
}

.patner-row {
    --bs-gutter-y: 50px;
}

.patner-row .col-md-3.col-6 {
    text-align: center;
}

/* patner-section end */


/* review-section start */

.review-swiper .swiper-wrapper{
 padding-bottom:120px;
}
.review-section {
    background: linear-gradient(180deg, #131415 0%, #0A0B0C 25%, #08090A 100%);
    margin-top: 75px;
    padding-top: 150px;
}

.review-outer {
    border-radius: 13px;
    overflow: hidden;
}

.review-card {
    background: linear-gradient(323deg, #040405 0%, #1D1E1F 100%);
    padding: 30px 32px;
    border-radius: 13px;
    position: relative;
    border-radius: 14px;
    z-index: 1;
}

.review-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 14px;
    background: linear-gradient(140deg, #2c2e30, #08090a);
    -webkit-mask: linear-gradient(#ff2424 0 0) content-box, linear-gradient(#ff0000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.review-card .content {
    font-weight: 400;
    padding-bottom: 112px;
}

.profile-flex {
    display: flex;
    gap: 13px;
}

.profile-flex ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 4px;
    margin-bottom: 0;
}

.left-img {
    padding-top: 10px;
}

.right-wrap .name {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #F4F4F4;
    margin-bottom: 4px;
}

.right-wrap p {
    font-size: 13px;
    color: #8A8F98;
    font-weight: 400;
}

.review-swiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 46%;
    right: auto;
}

.review-swiper .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 46%;
    left: auto;
}

/* Blog section start */

.blog-section {
    background: linear-gradient(180deg, #131415 0%, #0A0B0C 25%, #08090A 100%);
    margin-top: 75px;
    padding-top: 150px;
}

.see-more {
    color: #8A8F98;
    text-decoration: none;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.1px;
    transition: 0.30s;
}

.see-more:hover {
    color: #fff;
}

.see-more svg path {
    transition: 0.30s;
}

.see-more:hover svg path {
    fill: #fff;
}

.blog-card img {
    border-radius: 10px;
    margin-bottom: 16px;
}

.blog-content {
    padding-right: 45px;
}

.blog-content p {
    font-weight: 400;
}
.blog-content p a{
 color: #fff;
}
.blog-card ul {
    display: flex;
    padding: 0;
    align-items: center;
}

.blog-card ul li:first-child {
    list-style-type: none;
    padding-right: 15px;
    margin-right: 15px;
}

.blog-card ul li p {
    font-size: 13px;
    color: #8A8F98;
    font-weight: 400;
}

.blog-card h3 {
    font-size: 15px;
    color: #F7F8F8;
    line-height: 24px;
    font-weight: 400;
}

/* Blog section end */


/* our-client start */

.our-client h4 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 60px;
    color: #D0D6E0;
}

.our-client h4 span {
    color: #8A8F98;
}

.logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* our-client end */


/* call-to-action start */


.action-card {
    background-color: #0F1011;
    display: flex;
    align-items: center;
    padding: 34px 53px;
    gap: 85px;
    border: 1px solid #18191A;
    border-radius: 8px;
}

.action-img {
    width: 11%;
}

.action-wrap {
    width: 67%;
}

.action-btn {
    width: 22%;
}

.action-card h3 {
    font-size: 21px;
    color: #D0D6E0;
    line-height: 29px;
    font-weight: 500;
}

.action-card p {
    font-weight: 400;
}

/* call-to-action end */



/* challenge-section start */
.challenge-section {
    background: linear-gradient(179deg, #131415 0%, #0A0B0C 59%, #08090A 100%);
    margin-top: 75px;
    padding-top: 150px;
}

.gutter-72 {
    --bs-gutter-x: 72px;
}

.challenge-card img {
    margin-bottom: 40px;
}

.challenge-card h3 {
    font-size: 21px;
    line-height: 34px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 8px;
}

.challenge-card p {
    font-size: 17px;
    font-weight: 400;
    color: #8A8F98;
    line-height: 24px;
    /* padding-right: 150px; */
}

/* challenge-section end */


/* Faq section start */

.faq-section {
    background: linear-gradient(179deg, #131415 0%, #0A0B0C 59%, #08090A 100%);
    margin-top: 75px;
    padding-top: 150px;
}

.accordion-button {
    background-color: transparent;
    color: #F7F8F8;
    padding: 0;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    padding: 10px 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    content: "+";
    /* Plus icon by default */
    font-size: 20px;
    font-weight: 400;
    margin-left: auto;
    transition: transform 0.3s ease;
    background-image: none;
    line-height: 1;
    color: #8A8F98;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
    /* Minus icon when opened */
    font-size: 20px;
    font-weight: 400;
    transform: unset;
    background-image: none;
    color: #8A8F98;
}

.accordion-header {
    margin-bottom: 0;
    font-size: unset;
    line-height: unset;
}

.accordion-item {
    background-color: transparent;
    border: 0;
    color: #8A8F98;
    border-bottom: 1px solid #222222;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-child {
    border-bottom: 0;
}

.accordion-body {
    padding: 12px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #8A8F98;
    padding-top: 0;
    padding-right: 30px;
}

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

/* Faq section end */



/* footer start */

footer {
    border-top: 1px solid #23252A;
    padding-top: 73px;
    margin-top: 75px;
}


.footer-flex {
    display: flex;
    gap: 78px;
}

.footer-innter-flex {
    display: flex;
    gap: 45px;
}

.first-widght {
    width: 245px;
}


.bootesnull-logo {
    margin-bottom: 29px;
    display: block;
}

footer h6 {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}

.list-unstyled {
    margin-bottom: 0;
}

.list-unstyled li {
    padding-bottom: 8px;
}

.list-unstyled li:last-child {
    padding-bottom: 0px;
}

.list-unstyled a {
    font-size: 13px;
    line-height: 24px;
    color: #8A8F98;
    font-weight: 400;
    text-decoration: none;
    transition: 0.30s;
}

.list-unstyled a:hover {
    color: #fff;
}

.list-unstyled h3 {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 15px;
}

.list-unstyled li p {
    font-size: 13px;
    line-height: 24px;
    color: #8A8F98;
    font-weight: 500;
    padding-left: 30px;
}

.bottom-footer {
    background-color: #0C0D0E;
    padding: 12px 0;
    margin-top: 72px;
}

.bottom-footer p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #8A8F98;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons h4 {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 16px;
}

.social-icons a svg path {
    transition: 0.30s;
}

.social-icons a:hover path {
    fill: #fff;
}