
    .overlay2 img {
        width: 104%;
    }

    .cd-hero-slider li:first-of-type {
        background-color: #ffffff;
    }

    #text-1 {
        background: #fff;
        padding: 32px 8px;
    }

    #div-3 {
        box-shadow: 0px 4px 60px #888888;
    }

    #pp {
        font-size: 20px;
        color: #000;
        font-weight: 500;
    }

    article-btn:hover {
        background: none;
        color: #000;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        background: #000 !important;
    }

    #xyz {
        height: 10pc;
        width: 10pc;
    }

    #abc {
        transition: 1s;
    }

    #abc:hover {
        transform: scale(1.1);
        transition: 1s;
    }
    .sec-1-bg {
        padding-top: 30px;
        padding-bottom: 60px;
        outline: none;
        background-color: rgb(18, 36, 72);
        background-image: url("images/TGGM-hands-bg.jpg");
    }
    
    .sec-1-title-1 {
        text-align: center;
        font-size: 41px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-weight: bolder;
        font-family: system-ui;
    }

    .sec-1-title-2 {
        text-align: center;
        font-size: 28px;
        color: #fff;
        line-height: 40px;
        font-family: acumin-pro-condensed, sans-serif;
        font-weight: 800;
    }

    .sec-1-title-3 {
        text-align: center;
        font-size: 24px;
        color: #fff;
    }

    .img-custom-2 {
        display: inline-block;
        height: auto;
        max-width: 100%;
        padding: 4px;
        line-height: 1.428571429;
        background-color: transparent;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .sec-2 {
        padding: 20px 0px;
        margin: 10px auto 0px;
        background-color: rgb(255, 255, 255);
        outline: none;
        width: 75%;
        max-width: 100%;
        box-shadow: 0 3px 5px rgb(0 0 0 / 10%), 0 0px 48px rgb(0 0 0 / 10%);
        border-radius: 10px;
    }

    .sec-2-title-1 {
        text-align: center;
        font-size: 20px;
        color: rgb(0, 0, 0);
        font-family: system-ui;
        font-weight: 800 !important;
        font-style: italic !important;
        line-height: 25px;
    }

    .sec-2-title-2 {
        text-align: center;
        font-size: 18px;
        color: rgb(47, 47, 47);
    }

    .sec-2-btn-1 {
        color: rgb(255, 255, 255);
        background: #02ac00;
        font-size: 24px;
        padding: 15px 47px;
        border: none;
        font-weight: 800 !important;
    }

 .blog-date a, .btn.btn-primary.solid, .btn.btn-primary:hover, .featured-tab .nav-tabs > li > a:hover, .footer .widget-title, .footer ul li a, .footer-widget .latest-post-content h4 a, .footer-widget .post-meta, .footer-widget .post-meta a, .owl-controls .owl-next:hover, .owl-controls .owl-prev:hover, .parallax .btn, .plan a.btn:hover, .plan.featured .plan-price, .ts-carousel-controller .left:hover, .ts-carousel-controller .right:hover, .widget-tags ul > li a:hover {
  color: #fff;
}body, p {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1;
}   
  /* Phone icon - Left side */
.phone-icon-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    text-align: center;
    color: #25D366;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

.phone-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366; /* Matching the site's yellow */
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.phone-icon-container h5{
   font-weight: 600;
    text-align: center;
}

.phone-icon-container a:hover {
    transform: scale(1.1);
}

.phone-icon-container i {
    font-size: 28px;
    color: white;
}

/* WhatsApp icon - Right side */
.whatsapp-icon-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
     color: #25D366;
         display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.whatsapp-icon-container h5{
   font-weight: 600;
    text-align: center;
}
.whatsapp-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-icon-container a:hover {
    transform: scale(1.1);
}

.whatsapp-icon-container i {
    font-size: 28px;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .phone-icon-container a,
    .whatsapp-icon-container a {
        width: 40px;
        height: 40px;
    }

    .phone-icon-container i,
    .whatsapp-icon-container i {
        font-size: 24px;
    }

    .phone-icon-container {
        bottom: 15px;
        left: 2px;
    }

    .whatsapp-icon-container {
        bottom: 15px;
        right: 1px;
    }
	.touch-link{
display:inline-block;
padding:12px 18px;
margin:6px;
font-size:16px;
}
}
