/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 10:53:39 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

    .my-header {
      position: fixed;
      transition: all 0.3s ease;
      z-index: 99;
	  background: transparent;
    }

    .my-header.scroll-fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
	  display: flex;
	  align-items: center;
	  padding: 4px;
      background: white !important;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

#comments{
	background: #f9f9f9;
	border-radius: 0 20px 20px;
	padding-inline: 130px;
	padding-block: 60px;
}

#comments form{
	width: 100%;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

#comments form textarea{
	background: transparent;
	height: 150px;
	border: 1px solid #ddd;
}

@media (max-width: 767px){
	.toph{
		display:none;
	}
}