.highlight-text {
  color: #85D2E9; 
}

.my-service-card:hover {
    transform: translateY(-15px); 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); 
	border-radius: 20px;

}

#sp-testimonial-free-wrapper-224 .sp-testimonial-free-section .sp-testimonial-title .sp-testimonial-post-title {
    color: #333333;
    display: none;
}

/* #sp-testimonial-free-wrapper-224 .sp-testimonial-free {
    background: transparent;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 35px 0px;
    margin-bottom: 23px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
    display: none;
} */


/* =========================================
   Modern Testimonial Design
   ========================================= */

/* Main wrapper spacing aur soft background */
.sp-testimonial-free-wrapper {
    padding: 50px 15px !important;
   /* Halke gray background se white cards pop out honge */
}

/* Individual Card ka Design */
.sp-testimonial-free {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease-in-out !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

/* Hover effect for premium feel */
.sp-testimonial-item:hover .sp-testimonial-free {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

/* HTML me title aur name dono same the, isliye upar wala title hide kar rahe hain */
.sp-testimonial-title {
    display: none !important;
}

/* Plugin ki extra/nested styling ko reset karna */
.sp-testimonial-content .bg-white,
.sp-testimonial-content .shadow-card {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Testimonial Text (Review) */
.sp-testimonial-content p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #4b5563 !important;
    font-style: italic;
    margin-bottom: 25px !important;
}

/* Client Name */
h4.sp-testimonial-client-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-top: auto !important; /* Name ko automatically bottom par push karega */
    margin-bottom: 8px !important;
    letter-spacing: -0.3px;
}

/* Star Ratings Styling */
.sp-testimonial-client-rating {
    margin-bottom: 5px;
}
.sp-testimonial-client-rating i.fa-star {
    color: #fbbf24 !important; /* Modern Gold Color */
    font-size: 16px;
    margin: 0 2px;
}
.sp-testimonial-client-rating i.fa-star-o {
    color: #e5e7eb !important; /* Empty star color */
    font-size: 16px;
    margin: 0 2px;
}

/* -----------------------------------------
   Slider Navigation & Pagination 
   ----------------------------------------- */

/* Navigation Arrows (Left/Right) */
.testimonial-nav-arrow {
    background: #ffffff !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #111827 !important;
    transition: 0.3s;
}

.testimonial-nav-arrow:hover {
    background: #111827 !important;
    color: #ffffff !important;
}

/* Pagination Dots */
.testimonial-pagination {
    margin-top: 20px !important;
}
.testimonial-pagination .swiper-pagination-bullet {
    background: #d1d5db !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    transition: 0.3s ease !important;
}

/* Active Dot (Capsule style) */
.testimonial-pagination .swiper-pagination-bullet-active {
    background: #3b82f6 !important; /* Modern Blue Color - Apni brand theme ke hisaab se change kar lein */
    width: 25px !important;
    border-radius: 10px !important;
}



/* Booking Form */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* Main Wrapper */
.safebright-cf7-wrapper {
    font-family: 'Poppins', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Flexbox Grid System */
.safebright-cf7-wrapper .cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.safebright-cf7-wrapper .cf7-col {
    flex: 1 1 calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.safebright-cf7-wrapper .full-width {
    flex: 1 1 100%;
}

/* Labels */
.safebright-cf7-wrapper label {
    font-weight: 500;
    font-size: 14px;
    color: #1a2b49;
    margin-bottom: 8px;
    display: block;
}

/* CF7 Default Wrap Fix */
.safebright-cf7-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Input Fields */
.safebright-cf7-wrapper .safebright-input {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 8px; /* Soft edges matching website */
    background-color: #f8fafc;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #334155;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Dropdown specific fix */
.safebright-cf7-wrapper select.safebright-input {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

/* Focus States */
.safebright-cf7-wrapper .safebright-input:focus {
    outline: none;
    border-color: #8cd4f5; /* Light blue website theme color */
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(140, 212, 245, 0.2);
}

/* Submit Button */
.safebright-cf7-wrapper .submit-row {
    justify-content: center;
    margin-top: 10px;
}

.safebright-cf7-wrapper .safebright-btn {
    background-color: #8cd4f5; /* Light blue from your buttons */
    color: #ffffff;
    border: none;
    padding: 12px 40px;
    border-radius: 50px; /* Pill shape */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.safebright-cf7-wrapper .safebright-btn:hover {
    background-color: #6bbce2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 188, 226, 0.3);
}

/* Mobile Overflow Fix for Date Field & Inputs */
.safebright-cf7-wrapper input[type="date"].safebright-input {
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none; /* Resets default iOS styling that causes overflow */
}

@media (max-width: 768px) {
    .safebright-cf7-wrapper .wpcf7-form-control-wrap {
        max-width: 100%;
        display: block;
        overflow: hidden; /* Kisi bhi chiz ko bahar nikalne se rokega */
    }
    
    .safebright-cf7-wrapper .safebright-input {
        width: 100% !important;
        max-width: 100%;
    }
}


/* botton to top */

/* Custom Styling for Astra Scroll to Top Button */
#ast-scroll-top {
    background-color: #8cd4f5 !important; /* Your website's light blue color */
    color: #ffffff !important; /* White arrow icon */
    border-radius: 50% !important; /* Perfect circle */
    width: 50px; 
    height: 50px;
    line-height: 48px; /* Centers the icon vertically */
    text-align: center;
    box-shadow: 0 4px 15px rgba(140, 212, 245, 0.4); /* Soft glowing shadow */
    transition: all 0.3s ease-in-out !important;
    right: 30px; /* Distance from right side */
    bottom: 30px; /* Distance from bottom */
    z-index: 999;
}

/* Smooth Hover Effect */
#ast-scroll-top:hover {
    background-color: #6bbce2 !important; /* Slightly darker blue on hover */
    transform: translateY(-5px); /* Moves up slightly on hover */
    box-shadow: 0 8px 20px rgba(107, 188, 226, 0.5); /* Shadow expands on hover */
}

/* Adjusting the inner arrow icon size */
#ast-scroll-top .ast-icon svg {
    width: 20px;
    height: 20px;
    fill: #ffffff; /* Ensures the arrow stays white */
    transition: transform 0.3s ease;
}

/* Arrow animation on hover */
#ast-scroll-top:hover .ast-icon svg {
    transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    #ast-scroll-top {
        width: 40px;
        height: 40px;
        line-height: 38px;
        right: 20px;
        bottom: 20px;
    }
    
    #ast-scroll-top .ast-icon svg {
        width: 16px;
        height: 16px;
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .safebright-cf7-wrapper .cf7-col {
        flex: 1 1 100%;
    }
}