.select2-container {
   width: 100% !important;
}
.select2-container .select2-selection {
   height: 48px !important;
   border: 2px solid #e0e0e0 !important;
   border-radius: 6px !important;
   background-color: #f5f5f5 !important;
   transition: all 0.3s !important;
}
.select2-container .select2-selection__rendered {
   line-height: 44px !important;
   padding-left: 15px !important;
   padding-right: 30px !important;
   color: #333 !important;
}
.select2-container .select2-selection__arrow {
   height: 46px !important;
   right: 10px !important;
   top: 1px !important;
}
.select2-container .select2-selection__arrow b {
   border-color: #667eea transparent transparent transparent !important;
   border-width: 6px 5px 0 5px !important;
   margin-top: -3px !important;
}
.select2-container--open .select2-selection {
   border-color: #667eea !important;
   background-color: #fff !important;
   box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}
.select2-container--open .select2-selection__arrow b {
   border-color: transparent transparent #667eea transparent !important;
   border-width: 0 5px 6px 5px !important;
   margin-top: -3px !important;
}
.select2-dropdown {
   border: 2px solid #667eea !important;
   border-radius: 6px !important;
   box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
   margin-top: 5px !important;
}
.select2-results__option {
   padding: 12px 15px !important;
   transition: all 0.2s !important;
   color: #333 !important;
}
.select2-results__option--highlighted {
   background-color: #667eea !important;
   color: #fff !important;
}
.select2-results__option:hover {
   background-color: #f0f0f0 !important;
}
.select2-results__option[aria-selected="true"] {
   background-color: #e8e8ff !important;
   color: #667eea !important;
   font-weight: 600 !important;
}

.pulse-circle {
   animation: pulse 4s ease-in-out infinite;
}
.rotating-shape {
   animation: rotate 20s linear infinite;
}

#enquiry-message::placeholder {
   color: #999 !important;
   opacity: 1 !important;
}
#enquiry-message::-webkit-input-placeholder {
   color: #999 !important;
}
#enquiry-message::-moz-placeholder {
   color: #999 !important;
   opacity: 1 !important;
}
#enquiry-message:-ms-input-placeholder {
   color: #999 !important;
}

