@media (max-width: 768px) {
            .custom-trv-banner {
                padding: 0;
                position: relative;
                top:200px;
            }
        
            .custom-trv-banner h1 {
                font-size: 32px;
            }
        
            .custom-btn-demo {
                padding: 10px 10px;
                font-size: 14px;
            }
        
            .banner-btn-custom {
                padding: 8px 10px;
                font-size: 14px;
            }
        
            .trv-head-title {
                padding: 10px;
            }
            .swiper-button-next, .swiper-button-prev {
                width: 45px;
                height:45px;
            }
            .section-head.trv-head-title-wrap.with-bg-dark .trv-head-title {
                margin-top: 30px;
            }
        }
        
 
    .custom-testi-position{
        display:none;
    }
    .custom-testi-slider-wrap {
        position: relative;
        padding: 80px 0;
        background: #f8fafc;
        overflow: hidden;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    }
    .container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .center-position {
        text-align: center;
        margin-bottom: 50px;
    }
    .custom-head-title {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 16px;
        color: #1e293b;
    }
    .site-text-yellow {
        color: #f5b042;
    }
    .custom-head-description {
        font-size: 18px;
        color: #475569;
        max-width: 650px;
        margin: 0 auto;
    }
    .custom-gradi-text {
        position: absolute;
        font-size: 120px;
        font-weight: 800;
        opacity: 0.03;
        pointer-events: none;
        user-select: none;
        text-transform: uppercase;
        right: 20px;
        top: 20px;
        letter-spacing: 4px;
        font-weight: 800;
    }
    .custom-testimonial-wrapper {
        position: relative;
        margin-top: 20px;
    }
    .custom-swiper-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 20px 0 60px;
    }
    .custom-swiper-wrapper {
        display: flex;
        transition: transform 0.4s ease;
    }
    .custom-swiper-slide {
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .custom-testi-card {
        background: #ffffff;
        border-radius: 32px;
        padding: 40px 42px;
        box-shadow: 0 25px 45px -12px rgba(0,0,0,0.15);
        max-width: 800px;
        width: 90%;
        margin: 0 auto;
        border: 1px solid rgba(0,0,0,0.05);
        transition: all 0.3s;
    }
    .custom-testi-info {
        width: 100%;
    }
    .custom-testi-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .custom-left-part {
        flex: 1;
    }
    .custom-testi-name {
        font-size: 24px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 6px;
    }
    .custom-testi-position {
        font-size: 15px;
        color: #f5b042;
        font-weight: 500;
        letter-spacing: 0.3px;
    }
    .custom-quote-icon {
        width: 48px;
        height: 48px;
        opacity: 0.7;
    }
    .custom-testi-text {
        font-size: 18px;
        line-height: 1.5;
        color: #334155;
        margin-bottom: 28px;
    }
    .custom-rating {
        display: flex;
        gap: 4px;
    }
    .custom-star {
        color: #ffb82e;
        font-size: 22px;
        letter-spacing: 2px;
    }
    .custom-slider-controls {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }
    .custom-swiper-btn-prev,
    .custom-swiper-btn-next {
        width: 48px;
        height: 48px;
        background: white;
        border-radius: 60px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s;
        font-size: 24px;
        font-weight: bold;
        color: #1e293b;
        user-select: none;
    }
    .custom-swiper-btn-prev:hover,
    .custom-swiper-btn-next:hover {
        background: #f5b042;
        color: white;
        box-shadow: 0 10px 22px rgba(245,176,66,0.3);
    }
    .custom-right-balloon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 1;
        opacity: 0.6;
    }
    @media (max-width: 768px) {
        .custom-testi-slider-wrap {
            padding: 50px 0;
        }
        .custom-head-title {
            font-size: 32px;
        }
        .custom-testi-card {
            padding: 28px 24px;
            width: 95%;
        }
        .custom-testi-name {
            font-size: 20px;
        }
        .custom-testi-text {
            font-size: 16px;
        }
        .custom-quote-icon {
            width: 38px;
            height: 38px;
        }
        .custom-gradi-text {
            font-size: 70px;
            opacity: 0.02;
        }
        .custom-swiper-btn-prev,
        .custom-swiper-btn-next {
            width: 40px;
            height: 40px;
            font-size: 20px;
        }
    }
/* Custom CSS for the Quote Modal */

    /* Modal Styling */
    .quote-modal .modal-content {
        border: none;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
    
    .quote-modal .modal-header {
        background: linear-gradient(135deg, #066168 0%, #0a838c 100%);
        color: white;
        border-bottom: none;
        padding: 1.5rem;
        position: relative;
    }
    
    .quote-modal .modal-header .modal-title {
        font-weight: 700;
        font-size: 1.5rem;
        color:#ffffff;
    }
    
    .quote-modal .modal-header p {
        font-size: 0.8rem;
        margin: 8px 0 0 0;
        opacity: 0.9;
    }
    
    .quote-modal .btn-close-white {
        filter: brightness(0) invert(1);
        opacity: 0.8;
        transition: opacity 0.3s;
    }
    
    .quote-modal .btn-close-white:hover {
        opacity: 1;
    }
    
    .quote-modal .modal-body {
        padding: 2rem;
        background: #ffffff;
    }
    
    /* Success Message */
    .quote-modal .success-message {
        background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
        color: #2e7d32;
        padding: 1rem;
        border-radius: 12px;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        gap: 12px;
        border-left: 4px solid #2e7d32;
        animation: slideDown 0.4s ease-out;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .quote-modal .success-message i {
        font-size: 1.5rem;
    }
    
    /* Form Labels */
    .quote-modal .form-label {
        font-weight: 600;
        color: #333;
        margin-bottom: 0.5rem;
        font-size: 0.85rem;
    }
    
    .quote-modal .form-label i {
        color: #066168;
        margin-right: 6px;
        width: 18px;
    }
    
    .quote-modal .form-control,
    .quote-modal .form-select {
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        background-color: #fafafa;
    }
    
    .quote-modal .form-control:focus,
    .quote-modal .form-select:focus {
        border-color: #066168;
        box-shadow: 0 0 0 3px rgba(6, 97, 104, 0.1);
        background-color: #ffffff;
        outline: none;
    }
    
    .quote-modal .form-control:hover,
    .quote-modal .form-select:hover {
        border-color: #0a838c;
    }
    
    /* Required Field Indicator */
    .quote-modal .text-danger {
        color: #dc3545;
        font-size: 0.8rem;
    }
    
    /* Textarea Styling */
    .quote-modal textarea.form-control {
        resize: vertical;
        min-height: 80px;
    }
    
    /* Button Styling */
    .quote-modal .btn-secondary {
        background: #6c757d;
        border: none;
        padding: 0.6rem 1.5rem;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    .quote-modal .btn-secondary:hover {
        background: #5a6268;
        transform: translateY(-1px);
    }
    
    .quote-modal .btn-primary {
        background: linear-gradient(135deg, #066168 0%, #0a838c 100%);
        border: none;
        padding: 0.6rem 1.8rem;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    .quote-modal .btn-primary:hover {
        background: linear-gradient(135deg, #055257 0%, #086e76 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(6, 97, 104, 0.3);
    }
    
    .quote-modal .btn-primary i {
        margin-right: 6px;
    }
    
    /* Form Row Spacing */
    .quote-modal .row {
        margin-bottom: 0;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 576px) {
        .quote-modal .modal-body {
            padding: 1.5rem;
        }
        
        .quote-modal .modal-header {
            padding: 1rem;
        }
        
        .quote-modal .btn-primary,
        .quote-modal .btn-secondary {
            padding: 0.5rem 1rem;
            font-size: 0.85rem;
        }
    }
    
    /* Animation for Modal */
    .modal.fade .modal-dialog {
        transform: scale(0.95);
        transition: transform 0.2s ease-out;
    }
    
    .modal.show .modal-dialog {
        transform: scale(1);
    }
