	/*
Theme Name: Digimantra
Theme URI: https://digimantralabs.com/
Author: Digimantra
Author URI: https://digimantralabs.com/
Description: A custom theme.
Version: 1.0
Text Domain: DMltheme
*/

select.input-field option {
  background-color: #09131D; 
  color: #fff;
}

.wpcf7-spinner{
	position: absolute;
	top:53px;
	left:0;
}

.wpcf7-textarea{
	resize: vertical;
	height: 153px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 10px;
	font-size: 10px;
}

.flag-item img,
.pin {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flag-item:hover img,
.flag-item.active img,
.pin:hover,
.pin.active {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.6); /* blue glow effect */
  border-radius: 50%; /* if you want circular glow */
}

 @media (max-width: 768px) {
         .hero-section h1{
			font-size: 48px ;
			text-align: left !important;
			line-height: 58px ;
		 }   
		 .hero-section p{
			text-align: left !important;
			font-size: 24px;
		 }
		 
        }

