.yellow_color{
color: #FAB702 !important;
}

.grey_color{
color: gray !important;
}

.logo-banner-home-page img{
  width: 400px !important;
  height: auto;
  margin-left: -160px;
}


#section-intro, #section-fun-facts , #section-testimonial-coworking , #section-partners{
    background: white !important;
}

footer{
        background: white !important;

}  

footer h3{
        color: #FAB702;

}

#section-testimonial blockquote {
color: gray !important;
}

#section-partners h1{
            color: #FAB702 !important;

}

.separator span:before, .separator span:after {
    border-bottom: 1px solid grey !important;
}

#section-testimonial-coworking span{
    color: #FAB702 !important;
}


#section-testimonial-coworking blockquote{
 color: gray !important;
}

section {
    padding: 30px 0 30px 0;
}


header{
    background: white !important;
}

#content{
        background: white !important;

}

.widget_text span{
        font-size: 16px !important;
}


.sevice_1_details .text h3{
  color: gray !important;
font-weight: bold;
}

.sevice_1_details .text p{
     color: gray !important;
     font-size: 20px;
}

.service_4 .text h3{
color: gray !important;
font-weight: bold;
}

.service_4 .text p{
       color: gray !important;
     font-size: 20px;
}


#section-highlight{
    background: white !important;
}



@media only screen and (max-width: 992px) {
    header.header-mobile #mainmenu li li a:hover {
        color: gray !important;
    }
}


@media only screen and (max-width: 992px) {
    header.header-mobile #mainmenu li a {
        color: gray !important;
    }
}


.wikaya_mobile_view{
display: none;
}

.wikaya_desktop_view{
display: block;
}


.welcome_word{
  font-size: 70px !important;
  font-family: 'Dosis';
  color: #FAB702 !important;
}


@media (max-width: 768px) {

  #section-slider,
  .fullwidthbanner-container,
  #revolution-slider,
  #revolution-slider ul,
  #revolution-slider li,
  .tp-bgimg {
    height: 250px !important; /* adjust as needed */
    max-height: 250px !important;
  }

  .slotholder {
    height: 250px !important;
  }

  .tp-bgimg {
    background-size: cover !important;
    background-position: center center !important;
  }



.wikaya_mobile_view{
display: block;
}

.wikaya_desktop_view{
display: none;
}


.welcome_word{
  font-size: 24px !important;
}



.homepage .full-height{
      height: 250px !important; 
    max-height: 250px !important;
}


  header.header-mobile #mainmenu > li > .submenu-toggle {
    position: absolute;
    right: 0;
    top: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
  }

  header.header-mobile #mainmenu > li > .submenu-toggle i {
    font-size: 16px;
    color: gray; /* or any color you want */
  }




.logo-banner-home-page img{
  width: 100% !important;
  height: auto;
  margin-left: 20px;
}

        .contact-form {
            margin-top: 30px;
        }





   #section-welcome-8{
background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
      }  



   #section-welcome-9{
background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
      }  



   #section-welcome-10{
background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
      }  

   #section-welcome-11{
background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
      }  


   #section-welcome-12{
background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
      }  


}
    
#mainmenu a, header.transparent.header-light #mainmenu a {
    color: gray !important;
}


  #logo-carousel .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

#logo-carousel .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px; 
}

#logo-carousel .logo-item img {
  max-height: 120px; 
  max-width: 100%;
  object-fit: contain;
}


#logo-carousel-2 .logo-item img {
  max-height: 90px;
  max-width: 100%;
  object-fit: contain;
}


    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 15px;
        border: 2px solid #ccc;
        background-color: transparent;
        color: #333;
        font-size: 14px;
    }

    .contact-form button {
        background-color: grey;
        color: white;
        border: none;
        padding: 10px 25px;
        margin-right: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .contact-form button:hover {
        background-color: #ffc107;
        color: black;
    }



    #whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 35px;
    background-color: #25d366;
    color: white;
    font-size: 40px;
    padding: 14px;
    border-radius: 50%;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

#whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}
