.appointment-form::before{
	background-color: #eaeaea !important;
}

.appoitment-area .appointment-form .sngl-field input[type="text"]::placeholder,.appoitment-area .appointment-form .sngl-field input[type="email"]::placeholder,.appoitment-area .appointment-form .sngl-field textarea::placeholder,.appoitment-area .appointment-form .sngl-field select{
	color: black;
}

.appoitment-area .appointment-form .sngl-field input{
	border-bottom: 1px solid black;
}
.appoitment-area .appointment-form .sngl-field textarea{
	border-top:unset !important;
	border-bottom: 1px solid black;

}
.appoitment-area .appointment-form .sngl-field select{
	border-bottom: 1px solid black;
}

/* ===============================
   APPOINTMENT MODAL – PRO DESIGN
   =============================== */

#appointmentModal .modal-content {
    border-radius: 18px;
    border: none;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
    overflow: hidden;
}

/* Header */
#appointmentModal .modal-header {
    background: #ffb803;
    border-bottom: none;
    padding: 20px 28px;
}

#appointmentModal .modal-title {
    font-weight: 700;
    font-size: 20px;
    color: #111827;
}

#appointmentModal .btn-close {
    filter: brightness(0);
    opacity: 0.7;
}

/* Body */
#appointmentModal .modal-body {
    padding: 30px 28px;
    background: #ffffff;
}

/* Labels */
#appointmentModal label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #111827;
    display: block;
}

/* Inputs */
#appointmentModal .form-control {
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    transition: all 0.25s ease;
}

#appointmentModal .form-control:focus {
    border-color: #e0cf60;
    box-shadow: 0 0 0 3px rgba(224, 207, 96, 0.25);
}

/* Textarea */
#appointmentModal textarea.form-control {
    resize: vertical;
}

/* Footer */
#appointmentModal .modal-footer {
    padding: 18px 28px 26px;
    border-top: none;
    background: #ffffff;
}

/* Button */
#appointmentModal .btn-primary {
    background: linear-gradient(135deg, #e0cf60, #d6bf45);
    border: none;
    color: #111827;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 999px;
    transition: all 0.3s ease;
}

#appointmentModal .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(224, 207, 96, 0.4);
}

/* Alerts inside modal */
#appointmentModal .alert {
    margin-bottom: 20px;
    border-radius: 10px;
}

/* Mobile tweaks */
@media (max-width: 575px) {
    #appointmentModal .modal-body {
        padding: 22px;
    }
}

.csg-cta-btn{
    background:#ffb803;
    color: #0f172a;
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .4px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(212,175,55,.35);
    transition: all .3s ease;
    padding: 12px !important;
}

.csg-cta-btn:hover{
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 30px rgba(212,175,55,.5);
}

.pulse{
    animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow{
    0%{ box-shadow: 0 0 0 0 rgba(212,175,55,.5); }
    70%{ box-shadow: 0 0 0 14px rgba(212,175,55,0); }
    100%{ box-shadow: 0 0 0 0 rgba(212,175,55,0); }
}

.slider-overlay{
    background-color: rgba(0, 0, 0, 0.4) !important;
}
.rounded{
    border-radius: 20px !important;
}

.why-choose-us-before{
    padding-top: 20px !important;
}

.sec-title{
    margin: 50px 0px;
    text-align: left !important;
}


.pagehding-sec{
    background: #343434 !important;
}

.main-menu ul li.active::before{
    border: unset !important;
}

.service2-sec{
    z-index: 99999 !important;
}

