.contact-chess-form {
 padding:30px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 137, 180, 0.16) 0%, rgba(204, 201, 122, 0.16) 100%);
}

.contact-chess-input,
.contact-chess-textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 18px;
  border: 1px solid #d6e6ef00;;
  border-radius: 8px;
  font-size: 15px;
 
}

.contact-chess-input:focus,
.contact-chess-textarea:focus {
  border-color: #ffa159;
  outline: none;
}

.contact-chess-textarea {
  min-height: 130px;
  resize: none;
}

.contact-chess-checkbox {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
  font-size: 14px;
}

.contact-chess-checkbox input {
  margin-right: 8px;
}

.contact-chess-btn {
  width: 100%;
  padding: 14px;
  background: #fdc242;
  color: #000;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 1s ease;
}

.contact-chess-btn:hover {
  background: #020f17;
  color:#fff;
}
 .contact-chess  .contact-content {
    

    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.contact-chess .contact-image {
   
    display: block;
}

.contact-chess .contact-image img{
    width: 100%;
    object-fit: cover;
}

.contact-chess .contact-us-body {
     background: #020f17;
    padding:35px;
    border-radius: 2px 0px 10px 10px;
    color: #fff;
    height: 100%;
}

.contact-chess .contact-sub-title .sub-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.contact-chess .opening-hour-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffb27b; 
}

.contact-chess .opening-hour-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-chess .opening-hour-box ul li {
  font-size: 15px;
  margin-bottom: 6px;
}

.contact-chess .opening-hour-box ul li span {
  font-weight: 600;
  margin-right: 8px;
}
.contact-chess{
    padding: 5rem 0px; 
    
}

.contact-chess-input::placeholder, .contact-chess-textarea::placeholder{
    color:#000;
}
.contact-chess-form h4{
    font-size:25px;
    margin-bottom:20px;
}


.contact-us-body p{
    color:#fff;
}


 .job-form-wrapper {
    background: #ffffff;
    border: 2px solid #fdc242;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin:0 auto 0;
    width:70%;
}



.job-form-wrapper .form-group {
    margin-bottom: 15px;
}

.job-form-wrapper .form-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.job-form-wrapper .form-input,
.job-form-wrapper .form-file,
.job-form-wrapper .form-select,
.job-form-wrapper .form-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.job-form-wrapper .form-input:focus,
.job-form-wrapper .form-file:focus,
.job-form-wrapper .form-select:focus,
.job-form-wrapper .form-textarea:focus {
    outline: none;
    border-color: #fdc242;
    box-shadow: 0 0 0 2px rgba(253, 194, 66, 0.3);
}
.job-form-wrapper .radio-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 2 columns */
    gap: 12px 20px;
}

.job-form-wrapper .radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.job-form-wrapper .radio-label input[type="radio"] {
    accent-color: #fdc242;
    cursor: pointer;
}

.job-form-wrapper .form-textarea {
    min-height: 90px;
    resize: vertical;
}

.corper-off-sec .container > .row{
    gap:25px 0;
}
.corper-off-sec{
    padding:0 0 5rem;
}
.off-claf-img img{
    width:100%;
    object-fit:cover;
}

.caree-sec-form{
    padding:5rem 0;
}