/*
Theme Name:     Hello Elementor Child
Template:       hello-elementor
Version:        1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600&display=swap");

html,
body {
  overflow-x: hidden !important;
}


.img-box .elementor-image-box-wrapper:hover .elementor-image-box-content {
  margin-top: -70px !important;
}

.img-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-box .elementor-image-box-content {
  padding: 14px 25px 15px !important;
  background-color: #fff !important;
  border-top: none !important;
  max-width: 340px !important;
  box-shadow: 0 25px 98px 0 rgb(0 0 0 / 0.1) !important;
  border-radius: 0 !important;
  margin-top: -50px;
  overflow: hidden !important;
  text-align: start !important;
  transition: 0.3s ease-in-out all !important;
}
.img-box figure.elementor-image-box-img {
  box-shadow: 0 25px 98px 0 rgb(0 0 0 / 0.1) !important;
}
.elementor-25
  .elementor-element.elementor-element-64889195
  .elementor-nav-menu--main
  .elementor-item.elementor-item-active {
  color: #4c4c4c !important;
}
form.wpcf7-form.init p {
  margin: 0px !important;
}
#footer-contact .elementor-image-box-wrapper {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.about-us-cart .elementor-widget-container {
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 0.15);
  border-radius: 15px;
}
.home-form .wpcf7-form.init {
  max-width: 510px !important;
}
.wpcf7-form-control.wpcf7-textarea {
  height: auto;
  min-height: 10px !important; /* Adjust depending on font size and padding */
  resize: vertical !important; /* Allows resizing up/down, optional */
}

.wpcf7-form input,
textarea {
  background-color: #f7f8fd !important;
  border-radius: 25px !important;
  margin-bottom: 10px !important;
  border: none !important;
  padding: 0.9rem 1.8rem !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #89ae2d !important;
  border: none;
  color: white;
  max-width: 390px !important;
  width: 100%;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  height: 50px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  font-family: Poppins !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #454545 !important;
}
body.page-id-1135 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #6B48ED !important;
    color: #ffffff !important;
}
body.page-id-1135 input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #ffffff !important;
    color: #6B48ED !important;
    border: 2px solid #6B48ED !important;
}
.wpcf7-form.init h2 {
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #89ae2d !important;
  line-height: 27px !important;
  font-family: Josefin Sans !important;
}
.wpcf7-form.init h3 {
  font-family: Poppins !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  margin: 0px !important;
  color: #7e7e7e !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  margin: 0 !important;
  padding: 0 !important;
}
i.elementor-star-full {
  font-weight: 800 !important;
}
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper ~ .elementor-swiper-button-prev {
  left: -50px !important;
  border: 1px solid white !important;
  border-radius: 50% !important;
  padding: 10px !important;
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper ~ .elementor-swiper-button-next {
  right: -50px !important;
  border: 1px solid white !important;
  border-radius: 50% !important;
  padding: 10px !important;
}
@media (max-width: 480px) {
  .wpcf7-form input,
  textarea {
    background-color: #f7f8fd !important;
    border-radius: 25px !important;
    margin-bottom: 10px !important;
    border: none !important;
    padding: 0.5rem 1.4rem !important;
  }
}

/* contect page css */

/* Centering and max width */
.container {
  max-width: 990px;
  margin: 50px auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Row layout */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Column layouts */
.col-md-12 {
  width: 100%;
}

.col-md-6,
.col-lg-6 {
  width: 100%;
}

/* Responsive: 2 columns on desktop */
@media (min-width: 768px) {
  .col-md-6,
  .col-lg-6 {
    width: calc(50% - 10px); /* with 20px gap */
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 700px;
    margin: 50px auto;
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
  }
}

/* Form fields */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #a2c41d;
  box-shadow: 0 0 0 3px rgba(162, 196, 29, 0.2);
}

/* Labels and descriptions */
label {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 4px;
}

.form7-para {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

/* Submit button */
input[type="submit"] {
  background-color: #88b120;
  color: #fff;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s;
}

input[type="submit"]:hover {
  background-color: #6f961c;
}
input,
select,
textarea,
button,
label {
  font-family: Poppins; /* Inherit from body (Poppins) */
}
/* services css  */

.custom-container {
  max-width: 1300px;
  margin: 0 auto;

}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.custom-col {
  padding: 15px;
  width: 100%;
}

/* Responsive Grid Columns */
@media (min-width: 576px) {
  .custom-col-sm-6 {
    width: 50%;
  }
  .custom-col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .custom-col-md-4 {
    width: 33.3333%;
  }
  .custom-col-md-6 {
    width: 50%;
  }
  .custom-col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .custom-col-lg-3 {
    width: 25%;
  }
  .custom-col-lg-4 {
    width: 33.3333%;
  }
  .custom-col-lg-6 {
    width: 50%;
  }
  .custom-col-lg-12 {
    width: 100%;
  }
}

/* Card Styling */
.service-card {
  transition: all 0.3s ease-in-out;
  height: 100%;
  padding: 30px 20px !important;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  text-align: center;
  background-color: #fff !important;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.service-card h4 {
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 27px !important;
  margin: 10px 12px 10px 12px;
  font-family: "Josefin Sans";
}
.service-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0;
}

@media (max-width: 480px) {
.service-card {

	padding: 30px 15px !important;}}