/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Header Part---
------------------------------------------------------------------------------------------------------------*/
.mobile-header {
    background: #ffffff;
    padding: 10px 0px;
}
.menu-area img {
    height: 25px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 65px;
}
.main-menu {
    padding: 16px 0px 16px 0px;
    background: #ffffff;
    border-radius: 30px 30px 0px 0px;
    box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
}
.main-navbar-nav {
    display: flex;
    gap: 35px;
}
.navbar-item li a {
    font-size: 17px;
    font-weight: 600;
    color: #1a69ac;
    line-height: 28px;
}
.navbar-item li a:hover {
    color: #3995d5;
}
.dropdown-box {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    padding: 0;
    top: 97px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-navbar-item li a {
    padding: 6px 12px;
    font-size: 14px;
    color: #525252;
}
.dropdown-navbar-item li a:hover {
    color: #ffffff;
    background: #07478d;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.custom-btn {
    display: inline-block;
    padding: 9px 8px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-weight: 500;
}
.primary-btn:hover {
    background: #115b9f;
    color: white;
}
.secondary-btn {
    background-color: #10b981;
    color: #ffffff;
}
.secondary-btn:hover {
    background-color: #068b61;
    color: white;
}
.outline-btn {
    background-color: transparent;
    color: #2563eb;
    border: 2px solid #2563eb;
}
.outline-btn:hover {
    background-color: #2563eb;
    color: #ffffff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "Inter", sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #ff4e02;
}
.position-center {
    width: 700px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 8px;
}
.contact-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 8px 19px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.contact-btn-outline:hover {
    background: #0066cc;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.25);
}
.contact-btn-outline .uk-icon {
    transition: transform 0.4s ease;
}
.contact-btn-outline:hover .uk-icon {
    transform: scale(1.15);
}
.bg1 {
    background: #054186;
    padding: 20px;
}
.bg2 {
    background: #3495d7;
    padding: 20px;
}
.custom-card {
    border-radius: 3px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #f5f5f5;
    background: #fbfbfb;
    height: 200px;
}
.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #0f559a, #3295d8);
}
.card-title {
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
}
.arrow-icon {
    transition: 0.3s;
    background: #08488f;
    padding: 5px;
    border-radius: 50%;
    color: white;
}
.custom-card:hover .arrow-icon {
    transform: rotate(45deg) scale(1.2);
}
.custom-card:hover .arrow-icon {
    color: #11599e;
    background: white;
}
.custom-card:hover .card-title,
.custom-card:hover .services-excerpt p {
    color: #ffffff;
}
.partner-section {
    background: #fbfbfb;
    padding: 26px 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
/* timeline */
.timeline-section {
    background: #07438b;
    padding: 40px 0px 0px 0px;
}
.timeline {
    position: relative;
    padding-left: 45px;
    margin: 0;
}
.timeline::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #dcdcdc;
}
.timeline-content ul {
    margin: 0;
    padding: 0;
}
.timeline-content ul li {
    position: relative;
    list-style: none;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin: 0 0 20px 0 !important;
    background: #002c60;
    padding: 20px;
    font-weight: 400;
}
.timeline-content ul li::before {
    content: "";
    position: absolute;
    left: -38px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: #1e87f0;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #dcdcdc;
    transition: all 0.3s ease;
}
.timeline-content ul li:hover {
    transform: translateX(4px);
    color: #6fbdff;
}
.timeline-content ul li:hover::before {
    background: #0f6ecd;
    transform: scale(1.15);
}
/* End */
.stat-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(10, 61, 98, 0.08);
    border: 1px solid rgba(10, 61, 98, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}
.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(10, 61, 98, 0.15);
}
.stat-number {
    font-size: 40px;
    font-weight: 800;
    color: #0b5196;
    line-height: 1;
    margin-bottom: 7px;
}
.stat-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #2b7abd;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.country-list {
    font-size: 15px;
    color: #3e3e3e;
    line-height: 21px;
    margin-top: 15px;
    font-weight: 400;
}
.sector-tag {
    background: #2563eb;
    color: white !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px !important;
    font-weight: 500;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    cursor: pointer;
}
.sector-tag:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(10, 61, 98, 0.3);
}
.our-values-card {
    background: #fbfbfb;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
}
.news-tag a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    background: #e4efff;
    border-radius: 24px;
    margin-bottom: 13px;
    padding: 2px 10px;
    margin-right: 1px;
    color: #064193;
}
.work-perspectives-section {
    background: #3ba5ff;
    padding: 35px 0px 0px 0px;
}
.widget-container {
    position: relative;
}
.timeline-list {
    position: relative;
    padding-left: 50px;
}
.timeline-list::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e5e5;
}
.timeline-item {
    position: relative;
    margin-bottom: 25px;
}
.timeline-icon {
    position: absolute;
    left: -50px;
    top: 0;
    background: #fff;
    border: 2px solid #e5e5e5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline-item a {
    text-decoration: none;
    color: #545454;
    display: block;
    padding: 12px 15px;
    background: #fafafa;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 19px;
    font-weight: 500;
}
.timeline-item a:hover {
    background: #f0f7ff;
    transform: translateX(5px);
}
@media only screen and (max-width: 600px) {
    .position-center {
        width: unset;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.news-excerpt p {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.bg1 a {
    font-size: 17px;
    font-weight: 500;
    color: #3b96ff;
}
.bg2 a {
    font-size: 17px;
    font-weight: 500;
    color: #084b78;
}
.bg1 p {
    font-size: 17px;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
}
.bg2 p {
    font-size: 17px;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
}
.services-excerpt p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    color: #343434;
}
.page-excerpt p {
    margin-bottom: 0;
    font-size: 17px;
    text-align: justify;
    font-weight: 500;
}
.our-values-excerpt p {
    margin: 0;
    font-size: 14px;
    color: #1e4f74;
}
.news-byline a {
    font-size: 13px;
    color: #101010;
}
.published-date span {
    font-size: 13px;
    color: #101010;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.links-text img {
    height: 45px;
    width: 45px;
    display: inline;
    padding: 6px;
    border-radius: 5px;
}
.bg1>a img {
    background: #417fc7;
}
.bg2>a img {
    background: #0d77bf;
}
.icon-thumbnail {
    transition: transform 0.4s ease;
    height: 60px;
}
.thumbnail:hover .icon-thumbnail {
    transform: scale(1.1);
}
.extra-large-height {
    height: 650px !important;
}
.large-height {
    height: 450px !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.big-title-heading h1 {
    font-size: 35px;
    font-weight: 800;
    color: #3ba5ff;
    margin: 0;
}
.custom-heading {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2b7abd;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.custom-heading span {
    font-weight: 700;
    color: #1e5075;
    margin-right: 5px;
    position: relative;
}
.custom-heading span::after {
    content: "•";
    font-weight: 400;
    color: #999999;
    margin-left: 5px;
}
.page-title-heading h1 {
    margin: 0;
    font-size: 37px;
    font-weight: 800;
    color: #0d5398;
}
.big-title-heading h2 {
    font-size: 35px;
    font-weight: 800;
    color: #074389;
    margin: 0;
}
@media only screen and (max-width: 600px) {
    .custom-heading {
        font-size: 20px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-section {
    background: #00293c;
    padding: 20px 0px 20px 0px;
}
.footer-logo img {
    height: 100px;
}
.footer-text p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 23px;
}
.footer-heading h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #247dc1;
}
.footer-links>ul>li>a {
    color: white;
    text-transform: none;
    font-size: 14px;
}
.copyright-section {
    background: #0c5197;
    padding: 15px 0px;
}
.copyright-content img {
    height: 16px;
}
.copyright-content p {
    color: #d3d3d3;
    margin: auto;
    font-weight: 500;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.news-title-section {
    background-image: url(../images/title-bg.png);
    padding: 50px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.title-tag-box span {
    background: #9bb3d3;
    padding: 4px 17px;
    color: #064193;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
}
.single-news-title h1 {
    font-size: 50px;
    font-weight: 500;
}
.single-news-byline img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    padding: 3px;
}
.single-news-byline a {
    font-size: 15px;
    color: #424242;
}
.news-publish-date span {
    font-size: 15px;
    color: #424242;
}
.single-content p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 400;
}
.sub-title-text h4 {
    font-size: 20px;
    font-weight: 500;
}
.single-content a {
    color: #005674;
    text-decoration: underline;
}
.single-content>ul>li::marker {
    color: #249b43;
}
.single-content ul>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
blockquote {
    background: #3496d71f;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 387px;
    margin-right: 25px;
    overflow: hidden;
}
blockquote p {
    font-size: 21px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
}
blockquote:before {
    content: "\f10d";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
blockquote:after {
    content: "\f10e";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trending-tags a {
    background: #d9eeff;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 12px;
    font-weight: 500;
    color: #008eff;
    text-decoration: none !important;
}
@media only screen and (max-width: 600px) {
    .single-news-title h1 {
        font-size: 27px;
        font-weight: 700;
        margin: 0;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline---
------------------------------------------------------------------------------------------------------------*/
.byline-area {
    display: flex;
    align-items: center;
}
.byline-thumbnail {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -15px;
    background: #fff;
}
.byline-thumbnail:first-child {
    margin-left: 0;
}
.byline-thumbnail img {
    width: 100%;
    height: 100%;
}
.byline-name a {
    font-size: 16px;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Offcanvas Bar---
------------------------------------------------------------------------------------------------------------*/
.offcanvas-menu {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    padding: 20px; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); 
    width: 300px; 
}

.offcanvas-menu .uk-offcanvas-close {
    color: #ecf0f1;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.offcanvas-menu .uk-offcanvas-close:hover {
    background: rgba(255, 255, 255, 0.2);
}
.offcanvas-menu .uk-nav {
    margin: 0;
    padding: 0;
}
.offcanvas-menu .uk-nav > li {
    margin-bottom: 10px; 
}
.offcanvas-menu .uk-nav > li > a {
    color: #ecf0f1;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    display: block;
}
.offcanvas-menu .uk-nav > li > a:hover,
.offcanvas-menu .uk-nav > li.uk-open > a {
    background: rgba(255, 255, 255, 0.1);
    color: #3498db; 
}
.offcanvas-menu .uk-nav-sub {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px 0;
}
.offcanvas-menu .uk-nav-sub li a {
    color: #bdc3c7;
    padding: 8px 20px;
    font-size: 0.9em;
    transition: color 0.3s ease;
}
.offcanvas-menu .uk-nav-sub li a:hover {
    color: #3498db;
}
.offcanvas-menu .uk-nav > li > a:before {
    content: "•"; 
    margin-right: 10px;
    color: #3498db;
}
@media (max-width: 480px) {
    .offcanvas-menu {
        width: 250px; 
        padding: 15px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #064193;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ad0909;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #064193;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Blade---
------------------------------------------------------------------------------------------------------------*/
.search-news-thumbnail {
    height: 100px;
    width: 120px;
}
.news-links a {
    color: #0e5dae;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Notification---
------------------------------------------------------------------------------------------------------------*/
.uk-notification-message {
    position: relative;
    padding: 11px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.uk-notification-close {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #e75625;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.home-button-links a {
    background: #22408c;
    font-size: 15px;
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Team Blade---
------------------------------------------------------------------------------------------------------------*/
.team-heading {
    border: 3px solid #d71921;
    border-radius: 5px;
    padding: 20px;
}
.team-heading legend {
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 25px;
    font-weight: 800;
    color: #946130;
}
.team-thumnail img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
}
.team-details .team-name {
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
}
.team-details .team-position {
    font-size: 15px;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Footer Menu---
------------------------------------------------------------------------------------------------------------*/
.mobile-footer-menu {
    background: #ffffff;
    padding: 8px 8px 8px 8px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, .08);
}
.footer-menu-area img {
    height: 20px;
    margin-bottom: 2px;
}
.footer-menu-area h3 {
    margin: 0;
    font-size: 15px;
    color: #22408c;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Pagination---
------------------------------------------------------------------------------------------------------------*/
.web-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Vesper Libre';
    margin: 20px 0;
    background-color: transparent;
    border-radius: 8px;
}
.web-pagination li {
    margin: 0 5px;
    list-style: none;
}
.web-pagination li a, .web-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #d7d7d7;
}
.web-pagination li a:hover {
    background-color: #0066b3;
    color: #fff;
}
.web-pagination li.uk-active a {
    background-color: #d2232a;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.web-pagination li.uk-disabled span {
    color: #999;
    background-color: #e5e5e5;
    cursor: not-allowed;
}
.web-pagination .prev-button, .web-pagination .next-button {
    padding: 0 10px;
    font-weight: 500;
}
.web-pagination .prev-button:hover,
.web-pagination .next-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
    color: #fff;
}
@media (max-width: 600px) {
    .web-pagination li a, .web-pagination li span {
        min-width: 10px;
        height: 35px;
        font-size: 14px;
    }
    .web-pagination .prev-button,
    .web-pagination .next-button {
        padding: 0 10px;
    }
}
/* floating contacts */
.whatsapp-container{
position: fixed;
bottom: 25px;
right: 25px;
display: flex;
align-items: center;
z-index: 999;
}

.whatsapp-float{
background:#25D366;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 4px 10px rgba(0,0,0,0.3);
cursor:pointer;
}

.whatsapp-text{
background:#333;
color:#25D366;
padding:8px 12px;
border-radius:5px;
margin-right:10px;
font-size:14px;
white-space:nowrap;

opacity:0;
transform:translateX(20px);
transition:0.3s;
}

.whatsapp-container:hover .whatsapp-text{
opacity:1;
transform:translateX(0);
}