body {
    background-image: url('../../uploads/2025/10/Zoho-Wallapaper-new-scaled.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.form-container {
    height: 100vh;
    overflow-y: auto;
    padding: 5rem 0;
}
.form-card {
    width: 600px;
    backdrop-filter: blur(10px);
    background: #FFFFFF;
    border-radius: 1rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.form-header {
    background: #81A8BD;
    color: white;
    padding: 2rem 3rem;
}
input#destinationSelect {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px 12px;
    padding-right: 40px;
}
.test-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.test-tag {
    background-color: #e9ecef;
    border-radius: 20px;
    padding: 5px 12px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.form-box{
	padding: 0px 0px 0 30px;
}
.logo-container {
    width: 120px;
    max-width: 100%;
    border-radius: 0.5rem;
    float: right;
    align-items: center;
    justify-content: center;
    
}
.logo-container img{
	max-width: 100%;
}
.form-control:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #8b5cf6;
}
.submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 0.5rem;
}
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}
.section-title {
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
}
.form-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #000000;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.form-control, .form-select {
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
}
.form-row{
    margin-bottom: 20px;
}
.dropdown-menu {
    width: 84%;
    padding: 10px;
}
.terms-heading{
    font: inherit;
    font-size: 20.6667px;
    color: #444444;
    font-weight: 600;
}
label.form-check-label {
    font-size: 13px;
    color: #000000;
}
.submitButton{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    background-color: #81A8BD;
    border-style: solid;
    border-color: rgba(129, 168, 189, 1.0);
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-left-radius: 40px;
    padding: 0px 15px 3px 15px;
}
.form-control:focus, .form-select:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.25);
}
.required {
    color: #dc2626;
}
.success-message {
    background-color: #d1fae5;
    border: 1px solid #10b981;
    color: #065f46;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 1.5rem;
}
.form-heading {
    /* color: black; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    width: 80%;
}
.destination-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.destination-tag {
    background-color: #e9ecef;
    border-radius: 20px;
    padding: 5px 12px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.dropdown-item.selected {
    background-color: #e9ecef;
}
.candidateConsent{
    font-size: 13.333px;
}
.tag-remove {
    background: none;
    border: none;
    color: #6c757d;
    margin-left: 6px;
    padding: 0 4px;
    font-weight: bold;
}
.error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: none;
}
.thank-you-card {
    background: white;
    padding: 25px 50px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.3s ease;
}
svg.thankyouTick {
    stroke: #009cdc;
    width: 66px !important;
    height: 66px !important;
    margin-bottom: 15px !important;
    margin: 0 auto;
    display: block;
}
.thankyou-text {
    font-size: 21px;
    font-weight: 500;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
.form-sub-heading{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-style: italic;
    font-weight: 400;
}

#spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .form-container {
        padding: 2.5rem 0;
    }
}
.iti {
    display: block !important;
}
.iti--allow-dropdown input{
    padding-right: 0px;
}
@media screen and (max-width: 768px) {
    .form-card {
        width: 100%;
    }
    .logo-container {
        width: 63px;
        margin-left: 15px;
        max-width: 72%;
    }
    .form-header {
    
        padding: 2rem 2rem 2rem 1rem;
    }
    .form-heading {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .form-container {
        padding: 14rem 0;
    }
}
@media (max-width: 991px) {
    .thank-you-card {
        background: white;
        padding: 22px 40px 14px 40px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .form-container {
        padding: 18rem 0;
    }
}
@media (min-width: 1500px) {
    .form-box {
        padding: 0px 0px 0 60px;
    }
}