/*
Theme Name:     Twenty Twenty-Five Child
Theme URI:      https://skylarkitservice.com/
Description:    Child theme for the Twenty Twenty-Five theme
Author:         Your Name
Author URI:     https://skylarkitservice.com/
Template:       twentytwentyfive
Version:        1.0.0
Text Domain:    twentytwentyfive-child
*/

/* Import parent theme styles */
@import url('../twentytwentyfive/style.css');

body {
  background-color: #f3f3f3 !important;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: "Poppins", Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6e6e6e;
}
footer.wp-block-template-part,header.wp-block-template-part{
    background: #ffffff;
}
.section-4-home .panel-grid .panel-grid-cell {background: #ffffff;}

.slick-dots button {
  background: #ccc;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  background: #333;
}

.widget-title {
  text-align: left;
  margin-top: 100px;
  margin-bottom: 3px;
  font-size: 29px;
  font-weight: normal;
  line-height: 33px;
}
.home-services-parent .widget-title {
    color: #ffffff;
}
.service-section-column .siteorigin-widget-tinymce {
  text-align: left;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 15px;
}

.service-section-column {
  padding-top: 45px !important;
  padding-right: 50px !important;
  padding-bottom: 24px !important;
  padding-left: 50px !important;
  min-height: 165px;
}

.home-services-section-btn,
.is-style-default a,.home-section-3-btn,.engage-with-us-section-btn,.lets-connect-btn {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 15px 8px 15px;

  background-color: rgb(7, 181, 221);
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
}

.home-services-section-btn,.home-section-3-btn,.lets-connect-btn {

  background: #07b5dd;
}

.is-style-default a,.engage-with-us-section-btn {
  background: #f26a3b
}

.wp-block-cover .wp-block-cover__inner-container {
  display: block;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 15px;
  letter-spacing: 1px;
  position: absolute;
  top: 54%;
  transform: translateY(-43%);
  padding: 0 8px;
  left: 7%;
}
.testimonial-slider{
    text-align: center;
}
.slick-slide img {
    margin: 0 auto;
}
.testimonial-content h5{
    font-size: 18px;
  line-height: 26px;
  padding-top: 10px;
}
.section-engage-with-us,.feature-section{
    padding: 48px 0px;
    color: #ffffff !important;
    
}
.home-section-3{
    padding: 48px 0px;
    
}
.home-section-3 p,.service-section-column p{
    word-wrap: break-word!important;
}
.section-engage-with-us h4{
text-align: left;
  margin-top: 100px;
  margin-bottom: 3px;
  font-size: 40px;
  color: #ffffff;
}
.section-4-home .panel-grid .panel-grid-cell{
    border: 1px solid #80808033;
    text-align: center;
  padding: 30px;
}
/* Contact Form 7 Styling */

.cf7-styled-form {
  max-width: 600px;  /* Adjust width as needed */
  margin: 0 auto 40px;
  box-sizing: border-box;
  padding: 0 15px;
}

/* Ensure inputs and textareas occupy full width */
.cf7-styled-form input,
.cf7-styled-form textarea {
  width: 100%;
  box-sizing: border-box;
}
.cf7-styled-form input[type="text"],
.cf7-styled-form input[type="email"],
.cf7-styled-form textarea {
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: border-color 0.3s;
}

.cf7-styled-form input:focus,
.cf7-styled-form textarea:focus {
  border-color: #00a3da; /* Matching brand color */
  outline: none;
}

.cf7-styled-form input[type="submit"] {
  background-color: #07b5dd;;
  color: #fff;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cf7-styled-form input[type="submit"]:hover {
  background-color: #008bb0;
}
.contact-us-form-section{
    background: #ffffff;
}

@media (max-width: 780px) {
.panel-row-style,.section-4-home .panel-grid .panel-grid-cell{
    padding:10px 10px!important;
}
header .wp-block-cover{
    min-height: 72vw!important;
}
 .cf7-styled-form {
    padding: 0 10px;
  }
}

.main-slider .main-thumb img {
    width: 100%;
    height: 700px;
    display: block;
    object-fit: cover; /* Optional: ensures image covers the container */
}
.slick-slide {
  margin: 0 10px;
}

.slick-list {
  margin: 0 -10px; /* compensate for slide margins */
}

.slick-prev, .slick-next {
  font-size: 20px;
  z-index: 10;
}

@media (max-width: 768px) {
  .slick-slide {
    margin: 0 5px;
  }
}
#wp--skip-link--target{
    margin-top: 0px!important;
}
#wp--skip-link--target .wp-block-group:first {
    padding-top: 0px!important;
}
.testimonial-slider.slick-initialized.slick-slider {
  min-height: 260px;
}
.testimonial-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;         /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;       /* 🔥 Optional but helpful */
}
.testimonial-content p {
  line-height: 1.5em;
  height: 5em; /* 2 lines * 1.5em */
}