/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1774984138
Updated: 2026-03-31 19:08:58

*/

.single-content h2 {
  margin: 8px 0 24px;
}

.single-content h5 {
  margin-bottom: 24px;
}

.circle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-width: 120px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(116, 54, 187) 0%, rgb(250, 152, 47) 100%);
}

.work-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 180px;
  padding: 20px;
  aspect-ratio: 1 / 1;

  border-radius: 50%;
  background: linear-gradient(180deg, rgb(250, 152, 47) 0%, rgb(116, 54, 187) 100%);
}

@media (max-width: 767px) {
  .work-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: linear-gradient(180deg, rgb(250, 152, 47) 0%, rgb(116, 54, 187) 100%);
  }
}

.about-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 120px;
  padding: 40px;
  aspect-ratio: 1 / 1;

  border-radius: 50%;
  background: linear-gradient(180deg, #F54A48 0%, #FA982F 100%);
}

.circle-box .kb-count-up {
  text-align: center;
}

/* Testimonial Section */
.kbm-text-path {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.kbm-text-path svg {
  width: 270px;
  height: auto;
  max-width: 100%;
  overflow: visible;
  transform: rotate(95deg);
  word-spacing: 9px;
}

.kbm-text-path text {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  fill: white;
}

/* =============================================
   CF7 → MetForm / Elementor Style Replication
   ============================================= */

/* --- Grid wrapper --- */
.cf7-form-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

/* --- Row: two-column layout --- */
.cf7-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

/* --- Half-width column --- */
.cf7-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 30px;
}

/* --- Full-width column --- */
.cf7-col-full {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

/* --- Input / textarea base--- */
.cf7-input,
.wpcf7-form .cf7-input,
.wpcf7-form input.cf7-input,
.wpcf7-form textarea.cf7-input {
  display: block;
  width: 100%;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid #69727d;
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  border-image: none;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 8px 0;
  box-sizing: border-box;
  vertical-align: middle;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

/* --- Textarea specific --- */
.cf7-textarea,
.wpcf7-form textarea.cf7-textarea {
  min-height: 160px;
  resize: vertical;
  padding-top: 10px;
}

/* --- Placeholder styling --- */
.cf7-input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}

/* --- Focus state --- */
.cf7-input:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-color: #69727d;
}

/* --- Submit button wrapper --- */
.cf7-submit-wrap {
  display: flex;
  justify-content: stretch;
}

.wpcf7-form p:has(.wpcf7-submit) {
  width: 100%;
}

/* --- Submit button --- */
.cf7-submit,
.wpcf7-form input.cf7-submit,
.wpcf7-submit {
  display: inline-block;
  width: 100%;
  background: linear-gradient(90deg, rgb(116, 54, 187) 0%, rgb(250, 152, 47) 100%);
  ;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  fill: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-top: 24px;
  padding: 20px 24px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
  min-height: 40px;
}

.cf7-submit:hover,
.wpcf7-form input.cf7-submit:hover {
  background-color: #555d66;
  background: linear-gradient(90deg, rgb(250, 152, 47) 0%, rgb(116, 54, 187) 100%);
  ;
  color: #fff;
}

.cf7-submit:focus,
.wpcf7-form input.cf7-submit:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(105, 114, 125, 0.3);
}

/* --- CF7 validation error state --- */
.wpcf7-form .cf7-input.wpcf7-not-valid {
  border-color: #d9534f;
}

.wpcf7-not-valid-tip {
  color: #d9534f;
  font-size: 0.9em;
  margin-top: 4px;
  display: block;
}

/* --- CF7 response output --- */
.wpcf7-response-output {
  border: none !important;
  border-radius: 3px;
  font-size: 0.95em;
  margin: 10px 10px 0 !important;
  padding: 8px 14px !important;
}

.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  color: #3c763d;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background-color: #f2dede;
  color: #a94442;
}

/* --- Spinner --- */
.wpcf7-spinner {
  margin-left: 10px;
  vertical-align: middle;
}

/* -----------------------------------------------
   RESPONSIVE: stack to single column on mobile
----------------------------------------------- */
@media (max-width: 767px) {

  .cf7-col,
  .cf7-col-full {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cf7-row {
    margin-left: 0;
    margin-right: 0;
  }

  .cf7-col,
  .cf7-col-full {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Footer Section */
.kb-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 300px;
}

.kb-footer-logo {
  max-width: 160px;
  height: auto;
}

.kb-footer-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #ccc;
  margin: 0;
}

/* Center on mobile */
@media (max-width: 767px) {
  .kb-footer-brand {
    align-items: center;
    text-align: center;
  }
}

/* Footer Section */

.kbm-icon-gradient .kb-svg-icon-wrap {
  background: linear-gradient(180deg, rgb(250, 152, 47), #F54a48) !important;

  border-radius: 50%;
  width: 60px;
  height: 60px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Icon color */
.kbm-icon-gradient .kb-svg-icon-wrap svg {
  fill: #fff;
  width: 18px;
  height: 18px;
}

.site-footer-row-columns-3>*:nth-child(1) {
  justify-self: start;
}

.site-footer-row-columns-3>*:nth-child(2) {
  justify-self: center;
}

.site-footer-row-columns-3>*:nth-child(3) {
  justify-self: end;
}

@media screen and (max-width: 1023px) {
  .site-footer-row-columns-3>*:nth-child(1) {
    justify-self: start;
  }

  .site-footer-row-columns-3>*:nth-child(2) {
    justify-self: start;
  }

  .site-footer-row-columns-3>*:nth-child(3) {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  .kb-button:not(.kb-btn-global-inherit) {
    font-size: 15px;
  }
}