/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 13 May 2025, 6:45:03 pm
    Author     : raghvendrapratapsingh
*/

.contact-section {
  /*background: #fff9e6;*/
}

.contact-form .form-control,
.contact-form textarea {
  font-size: 0.95rem;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: 0.3s;
}

.contact-form textarea {
  border-radius: 20px;
}

.contact-form .form-control:focus,
.contact-form textarea:focus {
  border-color: #f6c208;
  box-shadow: 0 0 5px #f6c20880;
}

.contact-form .btn-warning {
  background-color: #f6c208;
  border: none;
  color: #000;
  transition: all 0.3s ease;
}

.contact-form .btn-warning:hover {
  background-color: #e0b100;
}
.contact-info{
    height: 350px;
}
