.elementor-kit-15{--e-global-color-primary:#00B9F1;--e-global-color-primary_hover:#00B9F1;--e-global-color-text:#1B283A;--e-global-color-text_light:#1B283A;--e-global-color-accent:#000000;--e-global-color-light:#FFFFFF;--e-global-color-border:#DBDFE1;--e-global-color-background:#FFFFFF;--e-global-color-background_light:#F1F4F6;--e-global-color-3bab7bc:#1B283A;--e-global-typography-heading_title-font-family:"Clash Grotesk";--e-global-typography-heading_title-font-size:32px;--e-global-typography-heading_title-font-weight:600;--e-global-typography-heading_title-line-height:1.2em;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.related .swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc(100% / 4);width:calc(100% / 4);margin-right:20px;}.upsells .swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc(100% / 4);width:calc(100% / 4);margin-right:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}ul.karpart-products.products:not(.products-list){grid-template-columns:repeat(4, 1fr);grid-gap:10px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{--e-global-typography-heading_title-font-size:40px;--e-global-typography-heading_title-line-height:44px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Form container */
.ct-form {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  max-width: 1000px;
  margin: auto;
}

/* Grid layout */
.ct-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Half-width columns */
.ct-form .column-50 {
  flex: 1 1 48%;
}

/* Input and textarea styling */
.ct-form input[type="text"],
.ct-form input[type="email"],
.ct-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.ct-form input:focus,
.ct-form textarea:focus {
  border-color: #0CB4F4;
  outline: none;
}

/* Checkbox */
.ct-form .form-policy {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 20px;
}
.ct-form .form-policy input[type="checkbox"] {
  margin-right: 10px;
}

/* Submit button */
.ct-form .wpcf7-button button {
  background-color: #0CB4F4;
  border: none;
  color: white;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.ct-form .wpcf7-button button:hover {
  background-color: #0a9cd3;
}

.ct-form .wpcf7-button i {
  margin-left: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .ct-form .column-50 {
    flex: 1 1 100%;
  }
}/* End custom CSS */