/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2025 | 07:30:48 */
@import url('https://fonts.googleapis.com/css2?family=Roboto');
h1,h2,h3,h4{
    font-family: "Roboto Condensed",Sans-serif;
    margin:0 0 12px 0 !important;
}
p,figure{
    margin:0 0 12px 0 !important;
}
figure{
    line-height:0;        
}
figure > table,figure > figcaption{
    line-height:initial;        
}
ul li, ol li{
    list-style-type:inherit;
    padding:0;
    margin:0 0 12px 0;
}
a:hover{
        text-decoration: none;
}
header{
    position: sticky;
    top: 0px;
    z-index:999;
}
.topnav li{
    margin:0;
}
.topnav li.wp-block-navigation-item a[aria-current="page"] {
    background: #E7AF19;
    color: #FFF;
}
.topnav li.wp-block-navigation-item a{
    padding: 20px 15px!important;
}
.all-height{
    height:100%;
}
.col-box{
    flex-wrap:wrap !important;
}
.col-1-box-list{
	width:100%;
	max-width:100%;
    height:auto;
    padding:10px;
}
.col-3-box-list{
	width:33.3333%;
	max-width:33.3333%;
    height:auto;
    padding:10px;
}
.join-now-button a{
  display: inline-block;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #f78da7 0%, #d24c7c 100%);
  border: 2px solid #d24c7c;
  border-radius: 30px;
  box-shadow: 0 0 0 3px rgba(210, 76, 124, 0.5);
  transition: all 0.3s ease;
}

.join-now-button:hover a{
  background: linear-gradient(90deg, #d24c7c 0%, #f78da7 100%);
  color: white;
  box-shadow: 0 0 10px rgba(210, 76, 124, 0.8);
  transform: scale(1.05);
}

@media (max-width: 780px){
    .col-m1-box-list{
		width:100%;
		max-width:100%;
    }
	.topnav ul,.topnav li,.topnav a{
        width:100%;
        text-align: center;
	}
}