/*   
Theme Name: Winwall 2024 By Werkloop.com Theme
Theme URI: www.werkloop.com
Description: A theme for winwall-global.com, a facade testing company in Singapore
Author: Audrey Joanne
Version: 1.0
Tags: UX UI Design, UI Design Agency, Custom Wordpress Theme, Website Development, Website Developers, User Design, Usability, Graphic Design

*/

html {
    scroll-behavior: smooth;
}


.wpcf7 input[type="url"] {
		width: 100%; 
		max-width: 100%; 
}


 body {
  line-height: 1.75;
  color: #37373c;
  letter-spacing: 0.4px;
  font-family: Helvetica;

  opacity: 1;
  transition: opacity 0.5s ease-in-out;
 }

 .fade-out {
  opacity: 0;
}

 a{ 
  color: #37373c;
  text-decoration: none; 
 }

 a:hover {
  color:#b50505;
 }

 .white-link {
  color: #ffffff;
 }

 .white-link:hover {
  color: #b50505;
 }

 .bottomMenuPadding {
  padding-top: 180px; 
  padding-bottom: 100px; 
 }

 
 h1 {
  font-size: 40px;
  font-family: Helvetica;
  font-weight: bold;
 }
h2 {
  font-size: 35px;
  font-family: Helvetica;
  font-weight: bold;

}


h3 {
  font-size: 20px; 
  font-weight: bold;
  letter-spacing: 0.5px;
}

h4 {
  font-size: 15px; 
}

h5 {
  font-size: 12px; 
}
h3, h4, h5, h6 {
  font-family: Helvetica;
}
.menuLogo {
  width: 100px;
}

.redButton {
  background-color: #B50505;
  color: #ffffff;
 
}

.redButton:hover {
  background-color: #ffffff;
  border: 1px solid #B50505;
  transition: 0.5s;
  color: #B50505;
}


.whiteButton {
  background-color: #ffffff; 
  color: #B50505;
  
}

.redButton, .whiteButton, .wpcf7-form input[type="submit"] {
  border-radius: 50px;
  cursor: pointer; 
  min-width: 180px; 
  border: none;
  padding: 15px 25px;
  margin-right: 10px;
  font-weight: bold;
}


.accordion-button:not(.collapsed) {
    color: #040631; 
    background-color: #f8f8f8;
    font-weight: bold;

}

.accordion-button:focus {
    border-color: #040631 !important;

}

.blueBg {
  background-color: #040631;
  color: #ffffff;
}
.greyBg {
    background-color: #EAEAEA;
}


.lightGreyBg {
    background-color: #FAFAFA;
}

 .ctaButton:hover {
  background-color: #ffffff; 
  color: #174bd2; 
  border: 1px solid #e3e3e3;
 }


 .ctaButtonWhite {
  background-color: #ffffff; 
  color: #174bd2;
 
 }

 .ctaButtonBorder {
  border: 1px solid #ffffff; 
  color: #ffffff; 
  background-color: transparent;
 }


.categoryButton-link.active {
  color: #91ceff; 
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #91ceff;


}


.categoryButton-link {
  border: 1px solid #e3e3e3;
  padding: 20px;
  border-radius: 20px;

}

.border-blue {
   border: 2px solid #174bd2;
}

.contactButton {
  float: right; 
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 15px 25px;
  margin-bottom: 1%;
  color: #37373c;

}

.contactButton:hover {
  background-color: #174bd2;
  color: #ffffff;
  cursor: pointer;
  
}

.contactButton a {
  color: #ffffff;
}


#menu-header {
  list-style-type: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    z-index: 1;
    display: none; /* Ensure it's hidden initially */

}
	

  #menu-header li {
    display: inline;
    float: right;
    padding-right: 30px;

  }

  #menu-header li a {
    font-color: #37373c;
    font-size: 16px;

  }


  .navbar {
    /* border-bottom: 1px solid #ebebed; */
    max-width: 100vw;
    min-height: 65px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed;
    width: 200vw;
    z-index: 999;
    

  }


  .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
  }



  .desktopPadding {
    padding-left: 35px; 
    padding-right: 35px;
    margin-left: 0px; 
      margin-right: 0px;
  }

  .quoteTextHighlight {
    font-size: 16px;
  }

  .reviewBg {
    background-color: #fff8e6;
    border-radius: 16px;
    color: #1f1f22;
    padding: 30px;
    transition: transform 180ms ease;
    text-align: left;
    max-width: 100%;
  }


  .menu-homepage-desktop-container ul li {
    list-style-type: none;
    display: block;
    text-transform: uppercase;
  }


  .menu-homepage-desktop-container ul li a {
    font-weight: bold;
    color: #00056f;

  }

  .menu-homepage-desktop-container ul li a:hover {
    color: #B50505;

  }

  /* Hamburger Menu Toggle Styles */
.menu-toggle {
    cursor: pointer;
    display: none; /* Ensure toggle button is hidden on desktop */
    flex-direction: column;
    justify-content: space-around;
    height: 30px;
    width: 30px;
    position: absolute; /* Adjust positioning as necessary */
    top: 40px;
    right: 40px;
}

.toggle-bar, .toggle-bar::before, .toggle-bar::after {
    background-color: #040631;
    height: 3px;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
}

.toggle-bar::before, .toggle-bar::after {
    content: "";
    display: block;
}

.toggle-bar::before {
    transform: translateY(-10px);
}

.toggle-bar::after {
    transform: translateY(10px);
}

.menu-toggle.active .toggle-bar {
    background-color: transparent;
}

.menu-toggle.active .toggle-bar::before {
    transform: rotate(135deg);
}

.menu-toggle.active .toggle-bar::after {
    transform: rotate(-135deg);
}

/* Desktop Menu Visibility */
.navbar .col-md-10 {
    display: block; /* Show the menu by default */
}



  
  @media (min-width: 1200px) { 
   

    .desktopPadding {
      padding-left: 120px; 
      padding-right: 120px;
      margin-left: 0px; 
      margin-right: 0px;
    }


   }


   @media (min-width: 768px) { 

    .menu-homepage-desktop-container ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
  }


    .navbar .col-md-10 {

text-align: right;

}

    .menuLogo {
  width: 70%;
}


h1 {
  font-size: 40px; 
  line-height: 54px;
  font-weight: bold; 
  color: black;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}
p {
  font-size: 20px;
letter-spacing: 0.5px;
line-height: 28px;
}


    }
 

  


  @media (min-width: 768px) {
.desktop-none {
  display: none; 
}


  }

  /* Responsive design for screen size less than 768px */
  @media (max-width: 768px) {

    .menu-homepage-desktop-container ul  {
      padding-top: 30px;
    padding-left: 0px;


    }

    .menu-homepage-desktop-container ul li {
     
    
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #d1d2e7;
    }

    .mobile-none {
      display: none;
    }


    
    .menu-toggle {
        display: flex; /* Show the toggle button on mobile */
    }

    .navbar .col-md-10 {
        display: none; /* Hide the menu on mobile until toggled */
    }

    .navbar .col-md-10.active {
        display: block; /* Show the menu when active (toggled) */
    }

    .navbar .col-10 {
      text-align: right;
    }

    .mobileMenuList ul li{
      list-style-type: none !important;

    }

    #menu-mobile-menu {
      list-style-type: none !important;

    }

    .mobileMenuList ul {
      padding-left: 0px;
    }
  }


  .whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
  background-color: #ffc107;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
    width: 50px;
    height: 50px;
	padding: 0px;
}

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

.whatsapp-text {
    display: none;
    background-color: #fafafa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 350px;
    position: absolute;
    bottom: 50px; /* Adjust this value according to the size of your icon */
    right: 0;
    color: #4f4f4f;
    font-size: 14px;
    overflow-y: scroll;
    height: 650px;
    z-index: 9999;
}

.chat-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#whatsappMessage {
    width: calc(100%); 
    padding: 10px;
    border: none;
    border-radius: 20px;
    outline: none;
    resize: none;
    background-color: #ffffff; /* WhatsApp chat background color */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

