/* Sticky Side Buttons - WhatsApp & Get Quote */
.sticky-side-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sticky-btn {
    width: 45px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 8px;
    border: none;
    cursor: pointer;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.sticky-btn i {
    font-size: 32px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.sticky-btn:hover i {
    transform: scale(1.15);
}

.sticky-btn .btn-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 1.3;
    white-space: nowrap;
}

/* WhatsApp Button - Bright Green */
.whatsapp-btn {
    background: #25D366;
    color: #ffffff;
}

.whatsapp-btn:hover {
    background: #1EBE57;
    color: #ffffff;
    width: 55px;
    box-shadow: -3px 3px 18px rgba(37, 211, 102, 0.6);
}

/* Get Quote Button - Bright Orange */
.quote-btn {
    background: #FF6B35;
    color: #ffffff;
}

.quote-btn:hover {
    background: #E85A2B;
    color: #ffffff;
    width: 55px;
    box-shadow: -3px 3px 18px rgba(255, 107, 53, 0.6);
}

/* Quote Modal Popup */
.quote-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease;
}

.quote-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quote-modal-content {
    background: #ffffff;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 60px rgba(32, 69, 134, 0.3);
}

@keyframes slideUp {
    from {
        transform: translateY(100px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.quote-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #204586;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.quote-modal-close:hover {
    background: #204586;
    color: #ffffff;
    transform: rotate(90deg) scale(1.1);
}

/* Professional Modal Content - Matching tour-sidebar.blade.php */
.quote-modal-content .enquiry-widget-box {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.quote-modal-content .widget-header {
    background: linear-gradient(135deg, #204586 0%, #1a3666 100%);
    color: #ffffff;
    padding: 35px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.quote-modal-content .widget-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.quote-modal-content .widget-header i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.quote-modal-content .widget-header h5 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}

.quote-modal-content .enquiry-form-modern {
    padding: 35px 30px;
}

.quote-modal-content .enquiry-form-modern .form-group {
    margin-bottom: 20px;
}

.quote-modal-content .enquiry-form-modern .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    color: #333;
    font-family: inherit;
}

.quote-modal-content .enquiry-form-modern .form-control:focus {
    outline: none;
    border-color: #204586;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(32, 69, 134, 0.08);
}

.quote-modal-content .enquiry-form-modern .form-control::placeholder {
    color: #999;
}

.quote-modal-content .enquiry-form-modern select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23204586' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

.quote-modal-content .enquiry-form-modern .submit-btn {
    width: 100%;
    padding: 16px 25px;
    background: linear-gradient(135deg, #204586 0%, #1a3666 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.quote-modal-content .enquiry-form-modern .submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.quote-modal-content .enquiry-form-modern .submit-btn:hover::before {
    width: 400px;
    height: 400px;
}

.quote-modal-content .enquiry-form-modern .submit-btn:hover {
    background: linear-gradient(135deg, #1a3666 0%, #0f2347 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(32, 69, 134, 0.4);
}

.quote-modal-content .enquiry-form-modern .submit-btn:active {
    transform: translateY(-1px);
}

.quote-modal-content .enquiry-form-modern .submit-btn i {
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.quote-modal-content .enquiry-form-modern .submit-btn span {
    position: relative;
    z-index: 1;
}

/* Success/Error Messages */
.quote-modal-content .alert {
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    animation: slideDown 0.4s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.quote-modal-content .alert-success {
    background: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
}

.quote-modal-content .alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
}

.quote-modal-content .alert .btn-close {
    margin-left: auto;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .sticky-side-buttons {
        right: 0 !important;
        left: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        transform: none !important;
        flex-direction: row !important;
        width: 100% !important;
        z-index: 9999 !important;
    }
    
    .sticky-btn {
        width: 50% !important;
        height: 55px !important;
        padding: 0 15px !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 10px !important;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15) !important;
        border-radius: 0 !important;
    }
    
    .sticky-btn i {
        font-size: 22px !important;
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }
    
    .sticky-btn .btn-text {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        letter-spacing: 0.5px !important;
    }
    
    .sticky-btn:hover {
        width: 50% !important;
        height: 55px !important;
    }
    
    .sticky-btn:hover i {
        transform: scale(1.05) !important;
    }
    
    /* Reverse order on mobile - Quote button first (left), WhatsApp second (right) */
    .whatsapp-btn {
        order: 2 !important;
    }
    
    .quote-btn {
        order: 1 !important;
    }
    
    .quote-modal-content {
        width: 95%;
        margin: 10px;
        border-radius: 15px;
    }
    
    .quote-modal-content .widget-header {
        padding: 28px 25px;
    }
    
    .quote-modal-content .widget-header h5 {
        font-size: 24px;
    }
    
    .quote-modal-content .widget-header i {
        font-size: 40px;
    }
    
    .quote-modal-content .enquiry-form-modern {
        padding: 28px 25px;
    }
    
    .quote-modal-close {
        right: 15px;
        top: 15px;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .sticky-btn {
        height: 52px !important;
        padding: 0 12px !important;
    }
    
    .sticky-btn i {
        font-size: 20px !important;
    }
    
    .sticky-btn .btn-text {
        font-size: 14px !important;
    }
    
    .sticky-btn:hover {
        height: 52px !important;
    }
    
    .quote-modal-content .widget-header i {
        font-size: 36px;
    }
    
    .quote-modal-content .widget-header h5 {
        font-size: 22px;
    }
    
    .quote-modal-content .enquiry-form-modern {
        padding: 25px 20px;
    }
}

/* Smooth scrollbar for modal */
.quote-modal-content::-webkit-scrollbar {
    width: 6px;
}

.quote-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb {
    background: #204586;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb:hover {
    background: #1a3666;
}


/* Quote Modal Popup */
.quote-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease;
}

.quote-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quote-modal-content {
    background: #ffffff;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 60px rgba(32, 69, 134, 0.3);
}

@keyframes slideUp {
    from {
        transform: translateY(100px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.quote-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #204586;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.quote-modal-close:hover {
    background: #204586;
    color: #ffffff;
    transform: rotate(90deg) scale(1.1);
}

/* Professional Modal Content - Matching tour-sidebar.blade.php */
.quote-modal-content .enquiry-widget-box {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.quote-modal-content .widget-header {
    background: linear-gradient(135deg, #204586 0%, #1a3666 100%);
    color: #ffffff;
    padding: 35px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.quote-modal-content .widget-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.quote-modal-content .widget-header i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.quote-modal-content .widget-header h5 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}

.quote-modal-content .enquiry-form-modern {
    padding: 35px 30px;
}

.quote-modal-content .enquiry-form-modern .form-group {
    margin-bottom: 20px;
}

.quote-modal-content .enquiry-form-modern .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    color: #333;
    font-family: inherit;
}

.quote-modal-content .enquiry-form-modern .form-control:focus {
    outline: none;
    border-color: #204586;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(32, 69, 134, 0.08);
}

.quote-modal-content .enquiry-form-modern .form-control::placeholder {
    color: #999;
}

.quote-modal-content .enquiry-form-modern select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23204586' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

.quote-modal-content .enquiry-form-modern .submit-btn {
    width: 100%;
    padding: 16px 25px;
    background: linear-gradient(135deg, #204586 0%, #1a3666 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.quote-modal-content .enquiry-form-modern .submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.quote-modal-content .enquiry-form-modern .submit-btn:hover::before {
    width: 400px;
    height: 400px;
}

.quote-modal-content .enquiry-form-modern .submit-btn:hover {
    background: linear-gradient(135deg, #1a3666 0%, #0f2347 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(32, 69, 134, 0.4);
}

.quote-modal-content .enquiry-form-modern .submit-btn:active {
    transform: translateY(-1px);
}

.quote-modal-content .enquiry-form-modern .submit-btn i {
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.quote-modal-content .enquiry-form-modern .submit-btn span {
    position: relative;
    z-index: 1;
}

/* Success/Error Messages */
.quote-modal-content .alert {
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    animation: slideDown 0.4s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.quote-modal-content .alert-success {
    background: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
}

.quote-modal-content .alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
}

.quote-modal-content .alert .btn-close {
    margin-left: auto;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .sticky-side-buttons {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
        flex-direction: row;
        width: 100%;
        z-index: 9999;
    }
    
    .sticky-btn {
        width: 50%;
        height: 55px;
        padding: 0 15px;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 0;
    }
    
    .sticky-btn i {
        font-size: 22px;
        margin-bottom: 0;
        margin-right: 0;
    }
    
    .sticky-btn .btn-text {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    .sticky-btn:hover {
        width: 50%;
        height: 55px;
    }
    
    .sticky-btn:hover i {
        transform: scale(1.05);
    }
    
    /* Reverse order on mobile - Quote button first (left), WhatsApp second (right) */
    .whatsapp-btn {
        order: 2;
    }
    
    .quote-btn {
        order: 1;
    }
    
    .quote-modal-content {
        width: 95%;
        margin: 10px;
        border-radius: 15px;
    }
    
    .quote-modal-content .widget-header {
        padding: 28px 25px;
    }
    
    .quote-modal-content .widget-header h5 {
        font-size: 24px;
    }
    
    .quote-modal-content .widget-header i {
        font-size: 40px;
    }
    
    .quote-modal-content .enquiry-form-modern {
        padding: 28px 25px;
    }
    
    .quote-modal-close {
        right: 15px;
        top: 15px;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .sticky-btn {
        height: 52px;
        padding: 0 12px;
    }
    
    .sticky-btn i {
        font-size: 20px;
    }
    
    .sticky-btn .btn-text {
        font-size: 14px;
    }
    
    .sticky-btn:hover {
        height: 52px;
    }
    
    .quote-modal-content .widget-header i {
        font-size: 36px;
    }
    
    .quote-modal-content .widget-header h5 {
        font-size: 22px;
    }
    
    .quote-modal-content .enquiry-form-modern {
        padding: 25px 20px;
    }
}

/* Smooth scrollbar for modal */
.quote-modal-content::-webkit-scrollbar {
    width: 6px;
}

.quote-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb {
    background: #204586;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb:hover {
    background: #1a3666;
}


/* Quote Modal Popup */
.quote-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease;
}

.quote-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quote-modal-content {
    background: #ffffff;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 60px rgba(32, 69, 134, 0.3);
}

@keyframes slideUp {
    from {
        transform: translateY(100px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.quote-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #204586;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.quote-modal-close:hover {
    background: #204586;
    color: #ffffff;
    transform: rotate(90deg) scale(1.1);
}

/* Professional Modal Content - Matching tour-sidebar.blade.php */
.quote-modal-content .enquiry-widget-box {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.quote-modal-content .widget-header {
    background: linear-gradient(135deg, #204586 0%, #1a3666 100%);
    color: #ffffff;
    padding: 35px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.quote-modal-content .widget-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.quote-modal-content .widget-header i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.quote-modal-content .widget-header h5 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    position: relative;
}

.quote-modal-content .enquiry-form-modern {
    padding: 35px 30px;
}

.quote-modal-content .enquiry-form-modern .form-group {
    margin-bottom: 20px;
}

.quote-modal-content .enquiry-form-modern .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    color: #333;
    font-family: inherit;
}

.quote-modal-content .enquiry-form-modern .form-control:focus {
    outline: none;
    border-color: #204586;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(32, 69, 134, 0.08);
}

.quote-modal-content .enquiry-form-modern .form-control::placeholder {
    color: #999;
}

.quote-modal-content .enquiry-form-modern select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23204586' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 45px;
}

.quote-modal-content .enquiry-form-modern .submit-btn {
    width: 100%;
    padding: 16px 25px;
    background: linear-gradient(135deg, #204586 0%, #1a3666 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.quote-modal-content .enquiry-form-modern .submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.quote-modal-content .enquiry-form-modern .submit-btn:hover::before {
    width: 400px;
    height: 400px;
}

.quote-modal-content .enquiry-form-modern .submit-btn:hover {
    background: linear-gradient(135deg, #1a3666 0%, #0f2347 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(32, 69, 134, 0.4);
}

.quote-modal-content .enquiry-form-modern .submit-btn:active {
    transform: translateY(-1px);
}

.quote-modal-content .enquiry-form-modern .submit-btn i {
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.quote-modal-content .enquiry-form-modern .submit-btn span {
    position: relative;
    z-index: 1;
}

/* Success/Error Messages */
.quote-modal-content .alert {
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    animation: slideDown 0.4s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.quote-modal-content .alert-success {
    background: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
}

.quote-modal-content .alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
}

.quote-modal-content .alert .btn-close {
    margin-left: auto;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .sticky-side-buttons {
        right: 0;
        top: 40%;
    }
    
    .sticky-btn {
        width: 45px;
        height: 140px;
    }
    
    .sticky-btn i {
        font-size: 24px;
    }
    
    .sticky-btn .btn-text {
        font-size: 13px;
        letter-spacing: 1.2px;
    }
    
    .sticky-btn:hover {
        width: 52px;
    }
    
    .quote-modal-content {
        width: 95%;
        margin: 10px;
        border-radius: 15px;
    }
    
    .quote-modal-content .widget-header {
        padding: 28px 25px;
    }
    
    .quote-modal-content .widget-header h5 {
        font-size: 24px;
    }
    
    .quote-modal-content .widget-header i {
        font-size: 40px;
    }
    
    .quote-modal-content .enquiry-form-modern {
        padding: 28px 25px;
    }
    
    .quote-modal-close {
        right: 15px;
        top: 15px;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .sticky-btn {
        width: 42px;
        height: 130px;
    }
    
    .sticky-btn i {
        font-size: 22px;
    }
    
    .sticky-btn .btn-text {
        font-size: 12px;
        letter-spacing: 1px;
    }
    
    .quote-modal-content .widget-header i {
        font-size: 36px;
    }
    
    .quote-modal-content .widget-header h5 {
        font-size: 22px;
    }
    
    .quote-modal-content .enquiry-form-modern {
        padding: 25px 20px;
    }
}

/* Smooth scrollbar for modal */
.quote-modal-content::-webkit-scrollbar {
    width: 6px;
}

.quote-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb {
    background: #204586;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb:hover {
    background: #1a3666;
}


/* Quote Modal Popup */
.quote-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease;
}

.quote-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quote-modal-content {
    background: #ffffff;
    border-radius: 20px;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 60px rgba(32, 69, 134, 0.3);
}

@keyframes slideUp {
    from {
        transform: translateY(100px) scale(0.9);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.quote-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ffffff;
    color: #204586;
    border: 2px solid #204586;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 1;
}

.quote-modal-close:hover {
    background: #204586;
    color: #ffffff;
    transform: rotate(90deg) scale(1.1);
}

.quote-modal-header {
    background: linear-gradient(135deg, #204586 0%, #1a3666 100%);
    color: #ffffff;
    padding: 35px 25px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.quote-modal-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.quote-modal-header i {
    font-size: 45px;
    margin-bottom: 12px;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.quote-modal-header h3 {
    margin: 10px 0 8px 0;
    font-size: 26px;
    font-weight: 700;
    position: relative;
}

.quote-modal-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.95;
    position: relative;
}

.quote-enquiry-form {
    padding: 30px 25px;
}

.quote-enquiry-form .form-group {
    margin-bottom: 18px;
}

.quote-enquiry-form .form-control {
    width: 100%;
    padding: 13px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.quote-enquiry-form .form-control:focus {
    outline: none;
    border-color: #204586;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(32, 69, 134, 0.1);
    transform: translateY(-2px);
}

.quote-enquiry-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23204586' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.quote-enquiry-form .submit-btn {
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(135deg, #204586 0%, #1a3666 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.quote-enquiry-form .submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.quote-enquiry-form .submit-btn:hover::before {
    width: 300px;
    height: 300px;
}

.quote-enquiry-form .submit-btn:hover {
    background: linear-gradient(135deg, #1a3666 0%, #204586 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(32, 69, 134, 0.4);
}

.quote-enquiry-form .submit-btn:active {
    transform: translateY(-1px);
}

.quote-enquiry-form .submit-btn i {
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.quote-enquiry-form .submit-btn span {
    position: relative;
    z-index: 1;
}

/* Success/Error Messages in Modal */
.quote-enquiry-form .alert {
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.quote-enquiry-form .alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.quote-enquiry-form .alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .sticky-side-buttons {
        right: 0;
        top: 40%;
    }
    
    .sticky-btn {
        width: 45px;
        height: 140px;
    }
    
    .sticky-btn i {
        font-size: 24px;
    }
    
    .sticky-btn .btn-text {
        font-size: 13px;
        letter-spacing: 1.2px;
    }
    
    .sticky-btn:hover {
        width: 52px;
    }
    
    .quote-modal-content {
        width: 95%;
        margin: 10px;
        border-radius: 15px;
    }
    
    .quote-modal-header {
        padding: 28px 20px;
        border-radius: 15px 15px 0 0;
    }
    
    .quote-modal-header h3 {
        font-size: 22px;
    }
    
    .quote-modal-header i {
        font-size: 38px;
    }
    
    .quote-enquiry-form {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .sticky-btn {
        width: 42px;
        height: 130px;
    }
    
    .sticky-btn i {
        font-size: 22px;
    }
    
    .sticky-btn .btn-text {
        font-size: 12px;
        letter-spacing: 1px;
    }
    
    .quote-modal-header i {
        font-size: 35px;
    }
    
    .quote-modal-header h3 {
        font-size: 20px;
    }
}

/* Smooth scrollbar for modal */
.quote-modal-content::-webkit-scrollbar {
    width: 6px;
}

.quote-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb {
    background: #204586;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb:hover {
    background: #1a3666;
}


/* Quote Modal Popup */
.quote-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.quote-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quote-modal-content {
    background: #ffffff;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.4s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.quote-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #f44336;
    color: #ffffff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 1;
}

.quote-modal-close:hover {
    background: #d32f2f;
    transform: rotate(90deg);
}

.quote-modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 30px 25px;
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.quote-modal-header i {
    font-size: 40px;
    margin-bottom: 10px;
}

.quote-modal-header h3 {
    margin: 10px 0 5px 0;
    font-size: 24px;
    font-weight: 700;
}

.quote-modal-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

.quote-enquiry-form {
    padding: 30px 25px;
}

.quote-enquiry-form .form-group {
    margin-bottom: 20px;
}

.quote-enquiry-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.quote-enquiry-form .form-control:focus {
    outline: none;
    border-color: #667eea;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.quote-enquiry-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.quote-enquiry-form .submit-btn {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quote-enquiry-form .submit-btn:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.quote-enquiry-form .submit-btn:active {
    transform: translateY(0);
}

.quote-enquiry-form .submit-btn i {
    font-size: 18px;
}

/* Success/Error Messages in Modal */
.quote-enquiry-form .alert {
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.quote-enquiry-form .alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.quote-enquiry-form .alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .sticky-side-buttons {
        right: 0;
        top: 40%;
    }
    
    .sticky-btn {
        width: 50px;
        height: 160px;
    }
    
    .sticky-btn i {
        font-size: 26px;
    }
    
    .sticky-btn .btn-text {
        font-size: 15px;
        letter-spacing: 1.5px;
    }
    
    .sticky-btn:hover {
        width: 55px;
    }
    
    .quote-modal-content {
        width: 95%;
        margin: 10px;
    }
    
    .quote-modal-header {
        padding: 25px 20px;
    }
    
    .quote-modal-header h3 {
        font-size: 20px;
    }
    
    .quote-enquiry-form {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .sticky-btn {
        width: 45px;
        height: 140px;
    }
    
    .sticky-btn i {
        font-size: 22px;
    }
    
    .sticky-btn .btn-text {
        font-size: 13px;
        letter-spacing: 1px;
    }
    
    .quote-modal-header i {
        font-size: 35px;
    }
}

/* Smooth scrollbar for modal */
.quote-modal-content::-webkit-scrollbar {
    width: 8px;
}

.quote-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
}


/* Quote Modal Popup */
.quote-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.quote-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quote-modal-content {
    background: #ffffff;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.4s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.quote-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #f44336;
    color: #ffffff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 1;
}

.quote-modal-close:hover {
    background: #d32f2f;
    transform: rotate(90deg);
}

.quote-modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 30px 25px;
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.quote-modal-header i {
    font-size: 40px;
    margin-bottom: 10px;
}

.quote-modal-header h3 {
    margin: 10px 0 5px 0;
    font-size: 24px;
    font-weight: 700;
}

.quote-modal-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

.quote-enquiry-form {
    padding: 30px 25px;
}

.quote-enquiry-form .form-group {
    margin-bottom: 20px;
}

.quote-enquiry-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.quote-enquiry-form .form-control:focus {
    outline: none;
    border-color: #667eea;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.quote-enquiry-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.quote-enquiry-form .submit-btn {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quote-enquiry-form .submit-btn:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.quote-enquiry-form .submit-btn:active {
    transform: translateY(0);
}

.quote-enquiry-form .submit-btn i {
    font-size: 18px;
}

/* Success/Error Messages in Modal */
.quote-enquiry-form .alert {
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.quote-enquiry-form .alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.quote-enquiry-form .alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .sticky-side-buttons {
        left: 0;
        top: 40%;
    }
    
    .sticky-btn {
        width: 50px;
        height: 150px;
    }
    
    .sticky-btn i {
        font-size: 24px;
    }
    
    .sticky-btn .btn-text {
        font-size: 14px;
    }
    
    .sticky-btn:hover {
        width: 55px;
    }
    
    .quote-modal-content {
        width: 95%;
        margin: 10px;
    }
    
    .quote-modal-header {
        padding: 25px 20px;
    }
    
    .quote-modal-header h3 {
        font-size: 20px;
    }
    
    .quote-enquiry-form {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .sticky-btn {
        width: 45px;
        height: 130px;
    }
    
    .sticky-btn i {
        font-size: 20px;
    }
    
    .sticky-btn .btn-text {
        font-size: 12px;
    }
    
    .quote-modal-header i {
        font-size: 35px;
    }
}

/* Smooth scrollbar for modal */
.quote-modal-content::-webkit-scrollbar {
    width: 8px;
}

.quote-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

.quote-modal-content::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
}
