    @import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
    body {
        font-family: 'Gilda Display', serif;
        font-family: 'Work Sans', sans-serif;
    }
    
    .hr-top {
        width: 100%;
    }
    
    .rev_slider li.slide-overlay .slotholder:after,
    html .slide-overlay-primary .slotholder:after {
        background-color: transparent !important;
    }
    
    #header .header-nav-main nav>ul>li>a {
        font-weight: 600;
        color: #191919 !important;
        font-size: 16px;
        letter-spacing: normal;
    }
    
    #header .header-nav-main nav>ul>li>a>i {
        padding: 0.2rem 0rem 0.3rem 0rem;
    }
    
    #header .header-nav-main nav>ul>li.dropdown.open>a:before,
    #header .header-nav-main nav>ul>li.dropdown:hover>a:before {
        border: none;
    }
    
    #header .header-nav-main nav>ul>li.open>a,
    #header .header-nav-main nav>ul>li:hover>a {
        background: transparent;
    }
    
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
        border-top-color: #979797 !important;
    }
    
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
        color: #000000;
        font-size: 14px;
        font-weight: 500 !important;
        letter-spacing: 1px;
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    }
    
    .about-left-img img {
        box-shadow: 0 23px 40px rgb(0 0 0 / 20%);
        border-radius: 5px;
        border: 1px solid #cdcdcd;
    }
    
    .about-part {
        background: #fafafa;
        border-bottom: 1px solid #ededed;
    }
    
    .sec-pt {
        padding: 80px 0;
    }
    
    .about-title h2,
    .title-block h2 {
        font-family: gilda display, Sans-serif;
        font-size: 36px;
        text-decoration: none;
        line-height: 1.1em;
        letter-spacing: normal;
        color: #191919;
        margin-bottom: 15px;
    }
    
    .about-right {
        padding-left: 75px;
    }
    
    p {
        color: #191919;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px;
        font-family: 'Work Sans', sans-serif;
    }
    
    a {
        text-decoration: none;
        color: #191919;
        font-weight: 600;
    }
    
    .title-block h2 {
        text-align: center;
    }
    
    .border-bottom {
        border: 2px solid #191919;
        width: 70px;
        margin: 0 auto 22px;
    }
    
    .border-bottoms {
        border: 2px solid #191919;
        width: 70px;
        margin: 0 0 22px 0;
    }
    
    .service-text h3 {
        font-size: 24px;
        font-family: 'Gilda Display', serif;
        font-weight: 500;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    
    .service-text {
        text-align: center;
    }
    
    .gallery a {
        text-decoration: none;
    }
    
    .gallery {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(19, 4vw);
        grid-gap: 3rem;
    }
    
    .gallery__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .gallery__item {
        object-fit: cover;
    }
    
    .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 6;
    }
    
    .gallery__item--2 {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 2;
        grid-row-end: 11;
    }
    
    .gallery__item--3 {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 6;
        grid-row-end: 11;
    }
    
    .gallery__item--4 {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 19;
        grid-row-end: 11;
        object-fit: cover;
        overflow: hidden;
    }
    
    .gallery__item--5 {
        grid-column-start: 8;
        grid-column-end: 12;
        grid-row-start: 15;
        grid-row-end: 11;
        overflow: hidden;
    }
    
    .gallery__item--6 {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 15;
        grid-row-end: 20;
        overflow: hidden;
    }
    /* ----------- */
    
    .service-img {
        position: relative;
        display: block;
        overflow: hidden;
    }
    
    .service-img:before,
    .service-img:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .3);
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        z-index: 5;
        transition: transform .5s, opacity .2s ease-in-out 0s;
        opacity: 0;
    }
    
    .service-img img {
        width: 100%;
        position: relative;
        height: 100%;
        object-fit: cover;
    }
    
    .service-box:hover .service-img:before {
        transform: scale(0, 1);
        opacity: 1;
    }
    
    .service-box:hover .service-img:after {
        transform: scale(1, 0);
        opacity: 1;
    }
    
    .service-text {
        text-align: center;
        z-index: 6;
        position: relative;
        display: block;
        height: 80px;
        min-height: 70px;
        max-height: 80px;
    }
    
    .client-logo-part {
        background: #fafafa;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }
    
    .client-logo-part .client-logo {
        text-align: center;
        margin: 10px 0;
        padding: 15px;
        background: #ffffff;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
        height: 133px;
        min-height: 133px;
    }
    
    a,
    a:hover {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
        color: #f30008 !important;
        opacity: 1;
    }
    
    .footer-part {
        background: #191919 !important;
        margin: 0 !important;
        padding: 50px 0 0 !important;
    }
    
    #footer .footer-copyright {
        background: #1a1a1a;
        color: #ffffff !important;
        border-top: 1px solid #262626;
    }
    
    #footer .footer-copyright p {
        color: #b3b3b3;
        text-align: center;
    }
    
    .footer-part p {
        color: #ffffff;
        font-size: 14px;
    }
    
    .contact-details h5 {
        font-size: 18px !important;
        font-family: 'Gilda Display', serif;
        letter-spacing: 1px;
    }
    
    .contact-details a,
    .contact-details i {
        color: #ffffff !important;
        font-weight: 500;
    }
    
    .service-text-ft li {
        margin-bottom: 10px;
    }
    
    .service-text-ft img {
        height: 12px;
        margin-right: 5px;
    }
    
    #header .header-nav-main nav>ul>li>a:hover,
    figure.gallery__item:hover p,
    .footer-part a:hover,
    li.ch-pg b:hover {
        color: #f30008 !important;
    }
    
    .client-logo img {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    li.ch-pg b {
        color: #333333;
        text-transform: uppercase !important;
    }
    
    .about-1 {
        border: 1px solid #d1d1d1;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }
    
    span.top-text p {
        font-size: 20px;
    }
    
    span.top-text p:after {
        border-bottom: 2px solid #191919;
        content: "";
        position: relative;
        display: block;
        width: 70px;
        margin-top: 12px;
    }
    
    .counter-block {
        background: #191919;
        color: #ffffff;
        text-align: center;
    }
    
    .counter-text {
        padding: 20px 10px;
    }
    
    .counter-text i {
        color: #fcdc35;
        font-size: 45px;
    }
    
    .counter-text div {
        font-size: 62px;
        margin: 30px 0px 0px 0px;
        position: relative;
        display: block;
        font-weight: 600;
        letter-spacing: 2px;
        font-family: 'Gilda Display', serif;
    }
    
    span.sign {
        font-size: 34px;
        margin-top: -25px;
        position: relative;
        display: block;
        left: 48px;
        color: #fcdc35;
    }
    
    .counter-text p {
        color: #ffffff;
        margin: 0;
    }
    
    .about-point ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .about-point ul li {
        margin: 10px 0;
        padding-left: 15px;
        font-size: 15px;
        color: #191919;
    }
    
    .about-point i {
        position: absolute;
        margin-top: 4px;
        background: #191919;
        height: 18px;
        width: 18px;
        border-radius: 20px;
        color: #ffffff;
        padding-left: 7px;
        font-size: 9px;
        line-height: 18px;
        left: 2%;
    }
    
    .about-target {
        background: #f30008;
        display: inline-block;
        margin-top: 30px;
    }
    
    .about-target a {
        color: #ffffff;
        padding: 10px 30px;
        position: relative;
        display: block;
        transition: transform .5s, opacity .2s ease-in-out 0s;
    }
    
    .about-target a:hover {
        color: #ffffff !important;
        background: #191919;
    }
    
    .footer-point ul li {
        position: relative;
        display: initial;
    }
    
    .footer-point {
        text-align: center;
    }
    
    .footer-point ul {
        padding: 0;
        margin: 0;
    }
    
    .footer-point ul li {
        position: relative;
        display: initial;
        margin: 10px 12px;
        font-size: 18px;
        color: #ffffff !important;
    }
    
    .footer-point ul li a {
        color: #ffffff !important;
        letter-spacing: normal !important;
    }
    
    .footer-points ul {
        padding: 0;
        list-style-type: none;
        text-align: center;
    }
    
    .footer-points li {
        display: inline;
        margin: 0 7px;
    }
    
    .footer-points li:after {
        position: relative;
        content: "|";
        margin: 0 -7px 0 3px;
    }
    
    .footer-points li:last-child:after {
        display: none;
    }
    
    .footer-social ul {
        text-align: center;
        margin: 18px 0 0 0;
        padding: 0;
        list-style-type: none;
    }
    
    .footer-social li {
        display: inline;
    }
    
    .footer-social li i {
        color: #ffffff;
        background: #4e4e4e;
        padding: 15px;
        margin: 0 14px;
        font-size: 18px;
        border: 1px solid #a9a9a9;
        height: 50px;
        width: 50px;
    }
    
    .location-footer {
        margin-top: 30px;
        text-align: center;
    }
    
    .location-footer a {
        font-size: 16px;
        color: #d9d9d9 !important;
    }
    
    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li:hover>a {
        background: transparent;
        color: #ee030d !important;
    }
    
    .pr-image img {
        height: 400px;
        object-fit: cover;
    }
    
    .pr-image .pr-middle {
        transition: .5s ease;
        opacity: 1;
        position: absolute;
        top: 00%;
        /* -ms-transform: translate(-50%, -50%); */
        text-align: center;
        background: rgb(0 0 0 / 28%) !important;
        width: 100%;
        height: 100%;
    }
    
    .pr-text-button {
        margin: 0 auto;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        background: #ffffffe3;
        display: inline-block;
        font-size: 22px;
        padding: 22px 35px;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        color: #000000;
    }
    
    .pr-image:hover .pr-middle {
        background: transparent !important;
    }
    
    .pr-image {
        overflow: hidden;
        position: relative;
    }
    
    .about-2-img {
        display: block;
        position: absolute;
        left: 32%;
        height: 65%;
        border: 1px solid #e7e7e7;
        top: 16%;
        width: 78%;
        object-fit: cover;
        overflow: hidden;
    }
    
    .about-2 {
        position: relative;
        height: 100%;
        border: 15px solid #ffffff;
        width: 100%;
        object-fit: cover;
    }
    
    #header .header-nav-main nav>ul>li.dropdown-mega:before {
        position: absolute;
        top: 45%;
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    
    #header .header-nav-main nav>ul>li.dropdown-mega:after {
        position: absolute;
        top: 48%;
        width: 8px;
        margin-left: -3px;
        height: 2px;
        display: block;
        background: #000;
        content: '';
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 160px;
        z-index: 1;
        top: 100%;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    .dr-product-menu:before {
        position: absolute;
        top: 15px;
        right: 7px;
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        transition: all .25s ease;
    }
    
    .dr-product-menu:after {
        position: absolute;
        top: 18px;
        right: 4px;
        width: 8px;
        height: 2px;
        display: block;
        background: #000;
        content: '';
    }
    
    .dr-product-menu:hover:before {
        display: none;
    }
    
    ul.mega-dr-menu li a:after {
        display: none;
    }
    
    ul.mega-dr-menu,
    ul.mega-dr-menu li ul {
        background: transparent;
        border: 0 !important;
        box-shadow: none !important;
    }
    
    ul.mega-dr-menu li {
        background: #fbfbfb;
        margin: 1px 0;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
        border: 1px solid white;
    }
    
    ul.dropdown-menu li {
        background: #ffffff;
        margin: 2px 0;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    }
    
    ul.dropdown-menu {
        background: transparent;
    }
    
    .dropdown-menu li a {
        border: none !important;
    }
    
    .mega-dr-menu .dr-product-menu:before {
        right: 18px;
    }
    
    .mega-dr-menu .dr-product-menu:after {
        right: 15px;
    }
    
    .contact-button {
        margin-right: 10px;
    }
    
    .contact-button a {
        color: #ffffff;
        background: #f30008;
        padding: 10px 30px;
        position: relative;
        font-size: 16px;
        display: block;
        transition: transform .5s, opacity .2s ease-in-out 0s;
        text-transform: uppercase;
    }
    
    .contact-button a:hover {
        border: 2px solid #f30008;
        padding: 8px 28px;
        background: #ffffff;
    }
    
    .about-right-under {
        padding-left: 25px;
        margin-top: 10px;
    }
    
    .about-right-under-img {
        border: 10px solid #ffffff;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    }
    
    .about-right-under h2:after {
        content: '';
        position: absolute;
        border: 1px solid #191919;
        width: 15%;
        left: 40px;
        margin-top: 50px;
    }
    
    .about-right-under h2 {
        padding-bottom: 12px;
    }
    
    .un-part-2 h4 {
        font-weight: 500;
        font-size: 24px;
    }
    
    .corners {
        background: #f6f6f6;
        margin: 10px auto;
        position: relative;
        box-shadow: 0 1px 7px hsla(0, 0%, 0%, 0.2);
    }
    /* Corner Effect */
    
    .corners:after,
    .corners:before {
        background: #fafafa;
        content: '';
        height: 30px;
        position: absolute;
        top: -19px;
        width: 100px;
        box-shadow: 0 8px 12px -7px hsl(0deg 0% 0% / 12%);
        z-index: 1;
    }
    
    .corners:after {
        left: -50px;
        transform: rotate(-45deg);
    }
    
    .corners:before {
        right: -50px;
        transform: rotate(45deg);
    }
    
    .about-right-under p {
        text-align: justify;
    }
    
    .about-right-under-img img {
        width: 100%;
        object-fit: cover;
    }
    
    .part-2 {
        padding: 0;
    }
    
    .part-2 h2:after {
        width: 8%;
        left: 1.5%;
        margin-top: 5%;
    }
    
    .ab-text h2:after {
        content: '';
        position: absolute;
        border: 1px solid #191919;
        width: 15%;
        left: 4%;
        margin-top: 5%;
    }
    
    .contact-forms {
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    }
    
    .contact-forms .card-body {
        background: #f9f9f9;
        border: 1px solid #dfdfdf;
    }
    
    .input-group input,
    .input-group textarea {
        border: 1px solid #cfcfcf;
        border-radius: unset;
        padding: 10px;
    }
    
    .input-group input::placeholder,
    .input-group textarea::placeholder {
        font-size: 14px;
        color: #8b8b8b;
        font-weight: 400;
    }
    
    .submit-button input {
        background: #f30008;
        border: none;
        padding: 10px !important;
        position: relative;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
    }
    
    .submit-button input:hover {
        border: 2px solid #f30008;
        background: #ffffff;
        color: #f30008;
        padding: 8px 8px !important;
    }
    
    .con-block {
        display: flex;
    }
    
    .con-icon {
        display: inline-block;
        padding-right: 16px;
    }
    
    .con-icon i {
        font-size: 20px;
        color: #333333;
        border: 0.15rem solid rgb(0 0 0 / 54%);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 1.7;
    }
    
    .con-text {
        line-height: 2.5;
    }
    
    .google-map-con {
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
        border: 1px solid #d7d7d7;
    }
    
    .google-map-con {
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
        border: 1px solid #e3e3e3;
        margin-top: 25px;
        position: relative;
        display: block;
    }
    
    .con-text a {
        color: #191919;
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 20px;
        font-family: 'Work Sans', sans-serif;
        font-weight: 400;
    }
    
    .bottom-social-mb {
        position: fixed;
        bottom: 0;
        z-index: 11111111;
        width: 100%;
        padding: 7px 0;
        background: #ffffff;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }
    
    .bottom-social-mb ul {
        margin: 0;
        padding: 0;
    }
    
    .bottom-social-mb li:last-child {
        border: none;
    }
    
    .bottom-social-mb li {
        text-align: center;
        display: inline-block;
        width: 32%;
        text-align: center;
        margin: 0 auto;
        border-right: 1px solid #9f9f9f;
    }
    
    .bottom-social-mb li i {
        font-size: 22px;
    }
    
    .con-text p {
        margin: 0;
    }
    
    .con-block {
        display: flex;
        margin: 15px 0;
    }
    
    .border-bottoms-pt {
        border: 1px solid #333333;
        width: 70px;
        margin-top: -5px;
        margin-bottom: 25px;
    }
    
    @media only screen and (max-width: 1140px) {
        #header .header-nav-main nav>ul>li {
            height: auto !important;
        }
        .contact-button a {
            color: #ffffff;
            background: #f30008;
            padding: 10px 15px;
        }
        .contact-button a:hover {
            padding: 9px 13px;
        }
    }
    
    @media only screen and (max-width: 1110px) {
        #header .header-nav-main nav>ul>li {
            height: auto !important;
        }
        .contact-button a {
            color: #ffffff;
            background: #f30008;
            padding: 10px 15px;
        }
        .contact-button a {
            font-size: 12px;
            padding: 7px 15px;
        }
        .contact-button a:hover {
            padding: 6px 13px;
        }
    }
    
    @media only screen and (min-width: 992px) {
        .mb-view {
            display: none !important;
        }
        .mb-view-pt {
            display: block;
        }
    }
    
    @media only screen and (max-width: 992px) {
        .mb-view {
            display: block;
        }
        .mb-view-pt {
            display: none;
        }
        .about-right {
            padding-left: 0;
            margin-top: 20px;
        }
        #header .header-nav-main nav>ul li a.dropdown-toggle .fa-chevron-down {
            display: none;
        }
        .dr-product-menu:after {
            right: 15px;
        }
        .dr-product-menu:before {
            right: 18px;
        }
        html #header.header-transparent .header-nav-main nav {
            padding: 0 0px;
        }
        html #header.header-transparent .header-nav-main:before {
            width: calc(100% - 0px);
        }
        #header .header-column .header-row {
            justify-content: right;
        }
        .about-right-under h2:after {
            content: '';
            position: absolute;
            border: 1px solid #191919;
            width: 70px;
            left: 14%;
            margin-top: 16%;
        }
        .about-point ul li {
            padding-left: 25px;
            font-size: 15px;
        }
        .about-target {
            margin-top: 15px;
        }
        .about-point ul {
            margin-top: 20px;
        }
        #header .header-btn-collapse-nav {
            background: #f30008 !important;
        }
    }
    
    @media only screen and (min-width: 768px) {
        .bottom-social-mb {
            display: none;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .about-right-under {
            padding-left: 0;
            margin-top: 30px;
        }
        .about-right-under h2:after {
            left: 15px;
            margin-top: 48px;
        }
        .sec-pt {
            padding: 30px 0;
        }
        .inner-img img {
            height: 180px;
            object-fit: cover;
            width: 100%;
        }
        .about-right {
            padding-left: 0;
            margin-top: 30px;
        }
        .about-2-img {
            display: block;
            position: absolute;
            left: 30%;
            height: 50%;
            border: 1px solid #e7e7e7;
            top: 25%;
            width: 78%;
            object-fit: cover;
            overflow: hidden;
        }
        .bottom-social-mb {
            display: block;
        }
    }
    
    @media only screen and (max-width: 555px) {
        .corners:after,
        .corners:before {
            background: #fafafa;
            content: '';
            height: 15px;
        }
        img.md-screen {
            height: 500px;
        }
        .about-2-img {
            display: block;
            position: absolute;
            left: 26%;
            height: 50%;
            border: 1px solid #e7e7e7;
            top: 25%;
            width: 60%;
            object-fit: cover;
            overflow: hidden;
        }
        span.sign {
            margin-top: -25px;
            position: relative;
            display: block;
            right: -50px !important;
            left: auto;
        }
    }
    
    @media only screen and (max-width: 450px) {
        img.md-screen {
            height: 320px;
        }
        .about-2 {
            position: relative;
            height: 100%;
            border: 10px solid #ffffff;
            width: 100%;
            object-fit: cover;
        }
        span.sign {
            font-size: 34px;
            margin-top: -25px;
            position: relative;
            display: block;
            right: -50px;
            color: #fcdc35;
            left: auto;
        }
        .about-2-img {
            display: block;
            position: absolute;
            left: 130px;
            height: 70%;
            top: 16%;
        }
        .about-point i {
            left: 4%;
        }
        .pr-image img {
            height: 250px;
            object-fit: cover;
        }
        .pr-text-button {
            padding: 15px 28px;
        }
        .rev_slider,
        .slider-container {
            height: 160px !important;
        }
        #header .header-logo img {
            z-index: 1;
            height: 45px;
        }
        #header.header-effect-shrink .header-logo {
            display: flex;
            align-items: center;
            margin: 15px 0 0 0;
        }
        #header .header-btn-collapse-nav {
            background: #0088CC;
            margin-top: -25px;
        }
        #header .header-nav-main {
            top: 70%;
        }
    }

    @media(max-width:768px){
        .whatsapp-chat {
     display: none;
    }
}

    /* Fixed WhatsApp Chat Button */
.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;              /* left-hand side */
    z-index: 9999;
  }
  
  .whatsapp-chat a {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #25d366;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .whatsapp-chat a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    color: white !important;;
  }
  
  .whatsapp-chat img {
    width: 28px;
    height: 28px;
  }
  