:root {
  --theme-colour: #ffc53c;
  --common-colour: #008136;
  --yellow:#e7bf0c;
  --green:#095e25;
  --lightgreen:#0e8e38;
}
.header_top_left ul li a{
	color:#ffffff!important;
}
.head_logo_right h1{
	font-size: 25px;
	color:#ffffff;
	text-align: right;
	font-weight: 600;
}
.ban_emer .buttonizer-closed{
	float: none;
}

.info .buttonizer-closed{
	float: left;
	margin-top: 15px;
	transition: 0.5s ease;
}
.info .buttonizer-closed:hover{
	background: #fff;
}
.cntaward ul li{
	padding-top: 15px;
	padding-left: 30px;
	position: relative;
	font-weight: 600;
}
.cntaward ul li i{
	position:absolute;
	left: 0;
	font-size: 20px;
	color: var(--green);
}
.info ul li{
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
	color:#ffffff;
}
.info ul li i{
	position:absolute;
	font-size: 14px;
	color:#ffffff;
	left: 0;
	top: -1px;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 100%;
	/*background: ;*/
}
.bannbtn{
	margin-top: 15px;
}
.footer-location p{
	color:#222222!important;
}

.smf {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 15px;
    margin-top: 15px;
}

.smf li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px; /* Square width */
    height: 45px; /* Square height */
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 4px; /* Optional: slight rounding for modern square look */
    transition: transform 0.3s ease;
}

/* Original Brand Colors (2025 Updates) */
.smf li a:has(.fa-facebook-f) { background-color: #1877F2; } /* Facebook Blue */
.smf li a:has(.fa-twitter)    { background-color: #1DA1F2; } /* Twitter (Classic) Blue */
.smf li a:has(.fa-linkedin)   { background-color: #0077B5; } /* LinkedIn Blue */
.smf li a:has(.fa-youtube)    { background-color: #FF0000; } /* YouTube Red */

/* Hover effect */
.smf li a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}
.fl p{
	padding-left: 35px;
}
.fl p {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 15px;
     font-family: "Poppins", sans-serif;
}

.fl p i {
    position: absolute;
    left: 0;           
    top: 0px;          
    font-size: 18px;
    color: var(--yellow);    
    width: 20px;      
    text-align: center;
}
.sec1{
	padding: 4rem 0;
}
.sec1box{
	text-align: center;
	 font-family: "Poppins", sans-serif;
	 background: #00000010;
	 padding-bottom: 15px;
	 margin-top: 25px;
}
.sec1box h2{
	font-size: 18px!important;
	font-weight: 600;
	padding-top: 10px;
	color:var(--green);
}
.sec1box h3{
	font-size: 15px;
	padding-top: 10px;
}
.sec1box p{
	font-size: 15px;
	padding-top: 10px;
	margin: 0;
}
.sec1box a button{
	padding-top: 10px;
	color: #000;
    font-weight: 600;
    padding: 8px 22px;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--yellow);
    margin-top: 10px;
    transition: 0.5s ease;
}
.sec1box a button:hover{
	background: var(--lightgreen);
	color: #fff;
}
.collnumber h4{
	height: 50px;
	padding: 0 15px;
	width: 260px;
	font-size: 18px!important;
	text-align: center;
	line-height: 50px;
}
.sec2{
	padding: 5rem 0;
}
.sec2 h1{
	text-align: center;
	font-weight: 600;
	color: var(--lightgreen);
}
.d2{
	width: 250px!important;
}
.reviewinn{
	background: #00000010;
	padding: 30px;
	margin: 15px 0;
}
.reviewinn p{
	font-size: 16px;
	 font-family: "Poppins", sans-serif;
	 color: #000;
	 line-height: 1.7;
	 text-align: center;
}
.reviewinn h4 i {
    font-size: 81px;
}
.serimg{
	margin-bottom: 20px;	
}
.serimg img{
	border-radius: 10px;
}