/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


@font-face {
  font-family: 'SF Pro Rounded';
  src: url('assets/fonts/SFProRounded-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Rounded';
  src: url('assets/fonts/SFProRounded-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Rounded';
  src: url('assets/fonts/SFProRounded-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Rounded';
  src: url('assets/fonts/SFProRounded-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Rounded';
  src: url('assets/fonts/SFProRounded-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Rounded';
  src: url('assets/fonts/SFProRounded-Heavy.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body, 
p, 
span, 
a, 
li, 
h1, h2, h3, h4, h5, h6,

input, 
textarea {
  font-family: 'SF Pro Rounded', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}



body {
	background-color:#F6F7FF;
}

.highlights {
   color: #001DFA;
   font-weight: 700;
}

.built-care  .elementor-widget-image {
	width:100% !important;
}

.app-help-box {

    padding: 12px;
    background: #E5E8FF;
    border-radius: 16px;
    border: 1px solid #FEF3C6;
    max-width: 450px !important;

}


  

.swiper-slide {
  width: 550px !important;
}


.testimonial-section-left {
   width: 100%;

}

.testimonial-section {
  width: 100%;
  margin: 60px auto;
  margin-bottom: 0 ;
  
}

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  min-height: 160px;
  margin-bottom: 30px;

}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.profile h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #111;
}

.profile p {
  font-size: 13px;
  margin: 0;
  color: #6b7280;
}

.stars {
  color: #ffb703;
  font-size: 14px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

/* Start Grid Css */

/* Grid Testimonial Section */
.testimonial-grid {
    width: 100%;
    margin: 60px auto;
}

.testimonial-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 30px;
}

/* Card Styles */
.testimonial-card-grid {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    min-height: 160px;
}

.testimonial-card-grid .testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.testimonial-card-grid .profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card-grid .profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card-grid .profile h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #111;
}

.testimonial-card-grid .profile p {
    font-size: 13px;
    margin: 0;
    color: #6b7280;
}

.testimonial-card-grid .stars {
    color: #ffb703;
    font-size: 14px;
    letter-spacing: 2px;
}

.testimonial-card-grid .testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}


/* contact form start */


.custom-contact-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  max-width: 900px;
  margin: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.custom-contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.custom-contact-form .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.custom-contact-form .form-group label {
  font-size: 18px;
    font-weight: 500;
    color: #314158;
    margin-bottom: 8px;
}

.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 15px;
  outline: none;
  transition: 0.2s ease;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-color: #001DFA;
  background: #ffffff;
}

.custom-contact-form textarea {
  min-height: 160px;
  resize: none;
}

.custom-contact-form .form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.custom-contact-form input[type="submit"] {
  background: #001DFA;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.custom-contact-form input[type="submit"]:hover {
  background: #1e40af;
}



/* Responsive */
@media (max-width: 1024px) {
    .testimonial-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .testimonial-grid-wrapper {
        grid-template-columns: 1fr;
    }

.swiper-slide {
  width:auto !important;
}

}

@media (max-width: 768px) {


   .custom-contact-form .form-row {
    flex-direction: column;
  }


  .swiper-slide {
    width: 300px !important; /* smaller slide on small tablets */
  }

  .testimonial-card {
    padding: 18px 20px;
  }

  .profile h4 {
    font-size: 15px;
  }

  .profile p {
    font-size: 12px;
  }

  .stars {
    font-size: 13px;
  }
  .testimonial-text {
    font-size: 13px;
  }

  .short-description br {
    
    display: none;
}

}


@media (max-width: 480px) {
  .swiper-slide {
    width: 250px !important; /* mobile width */
  }

  .testimonial-card {
    padding: 16px 18px;
  }

  .profile img {
    width: 40px;
    height: 40px;
  }

  .profile h4 {
    font-size: 14px;
  }

  .profile p {
    font-size: 11px;
  }

  .stars {
    font-size: 12px;
  }

  .testimonial-text {
    font-size: 12px;
  }
}
