#whatsapp-icon{
    bottom: 100px;
    right: 25px;
}
#call-to{
    bottom: 40px;
    right: 25px;
}
@media (max-width: 767px) {
    #call-to{
        bottom: 10px;
        right: 15px;
    }
    #whatsapp-icon{
        bottom: 64px;
        right: 15px;
    }
}



.display-height{
    height: 100vh;
}
@media (max-width: 767px) {
    .display-height{
        height: 100vh;
    }
}

#button-container {
    position: fixed !important; 
    right: 5%; 
    top: 6%; 
    z-index: 500;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

#menu-button {
    
    height: 4vh; 
    width:  4vh;
    z-index: 100;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu-container {
    position: fixed;
    top: 0; 
    height: 100vh; 
    width: 100vw; 
    transform: translateX(100%); 
    transition: transform 0.3s ease-in-out;
}
.menu-container.open {
    transform: translateX(0);
}

.mobile-menu-container{
    margin-top: 35px;
    height: 10vh;
    background-color:rgba(0, 0, 0, 0.5);
}


.height-home-title{
    height: 75vh; margin-top: 0;
}
/* laptop */
@media (max-width: 1400px) {
    .height-home-title{
        height: 100vh;
    }
}
@media screen and (max-width: 1024px) {
    .height-home-title{
        height: 90vh;
        margin-top: 5vh;
    }
}
.h1-style{
    font-size: 64px;
    line-height: 70px;
}
.h3-style{
    font-size: 48px;
    line-height: 54px;
}
.h4-style{
    font-size:40px; 
    line-height:46px
}
.h5-style{
    font-size:32px; 
    line-height:40px
}
@media (max-width: 767px) {
    .h1-style{
        font-size: 35px;
        line-height: 42px;
    }
    .h3-style{
        font-size: 28px;
        line-height: 34px;
     }
    .h4-style{
        font-size: 24px;
        line-height: 30px;
    }
    .h5-style{
        font-size:20px; 
        line-height:28px
    }
}

.logo-img{
    width: 100px;
}
.logo-text{
    font-size: 20px;
}
@media (max-width: 767px) {
    .logo-img{
        width: 80px;
    }
    .logo-text{
        font-size: 16px;
    }
    .background-transparent {
        background-color: #1f1f1f;
    }
}

.home-services{
    min-height: 500px;
}

.icons-container{
    flex-direction: unset;
}
@media (max-width: 767px) {
    .icons-container{
        flex-direction: column;
        padding-left: 15%;
    }
}

.home-icons{
    width:  40px;
    height: 40px;
    display: inline-block;
}
.home-icons-text{
    font-size: 26px;
    line-height: 28px;

    @media (max-width: 767px) {
        font-size: 18px;
        line-height: 24px;
    }
}

.service:hover .cg-orange-hover{
    /* font-style: italic; */
    color: var(--base-color);
    
}

footer a{
    color: #fff;
}
footer a:hover{
    color: var(--base-color);
}

.mobile-only {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-only {
        visibility: visible;
        display: block;
    }
}
.desktop-only{
    display: block;
    visibility: visible;
}
@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}

.reviews-section{
    background-size: contain; 
    background-position: top; 
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .reviews-section{
        background-position: bottomx; 
    }
}

.icon-footer{
   width: 100%;
}
@media (max-width: 767px) {
    .icon-footer{
        width: 40px;
    }
}
.services{
    padding: 20%;
}
.services .hashtag{
    font-size: 50px;
    font-weight: 500;
}
.services .services-text{
    font-size: 26px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .services{
        padding: 10%;
    }
    .services .hashtag{
        font-size: 30px;
    }
    .services .services-text{
        font-size: 18px;
    }
}