/*
 * WPS Dental Theme - Main Stylesheet
 * Compiled from SCSS using Gulp
 * 
 * Migration Note: Using @use for settings/tools (exports variables/mixins)
 * and @import for style-only files (no exports) to avoid namespace conflicts
 */
/**
 * Custom Font Face Declarations
 *
 * @package    WPSCT
 * @subpackage Typography
 * @since      3.0.0
 */
@font-face {
  font-family: "Volte Rounded";
  src: url("../fonts/Volte-Rounded/VolteRounded-Light.woff2") format("woff2"), url("../fonts/Volte-Rounded/VolteRounded-Light.woff") format("woff"), url("../fonts/Volte-Rounded/VolteRounded-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Volte Rounded";
  src: url("../fonts/Volte-Rounded/VolteRounded-Regular.woff2") format("woff2"), url("../fonts/Volte-Rounded/VolteRounded-Regular.woff") format("woff"), url("../fonts/Volte-Rounded/VolteRounded-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Volte Rounded";
  src: url("../fonts/Volte-Rounded/VolteRounded-Medium.woff2") format("woff2"), url("../fonts/Volte-Rounded/VolteRounded-Medium.woff") format("woff"), url("../fonts/Volte-Rounded/VolteRounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Volte Rounded";
  src: url("../fonts/Volte-Rounded/VolteRounded-Semibold.woff2") format("woff2"), url("../fonts/Volte-Rounded/VolteRounded-Semibold.woff") format("woff"), url("../fonts/Volte-Rounded/VolteRounded-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Volte Rounded";
  src: url("../fonts/Volte-Rounded/VolteRounded-Bold.woff2") format("woff2"), url("../fonts/Volte-Rounded/VolteRounded-Bold.woff") format("woff"), url("../fonts/Volte-Rounded/VolteRounded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100% !important;
}

html {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 500;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 36px;
  line-height: 1.38;
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}

p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.57;
  color: #000000;
  margin: 0;
  margin-top: 30px;
  padding: 0;
}

.vc_single_image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vc_row[data-vc-full-width] {
  overflow: visible !important;
}

p img {
  border-radius: 20px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 40px;
}
ul li {
  position: relative;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
@media (max-width: 575px) {
  ul li {
    font-size: 17px;
  }
}
ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a0519f;
}

.btn-style1 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background-color 450ms ease-in-out, color 250ms ease-in-out;
  border-radius: 30px;
  background-color: #f36e29;
  padding: 0px 20px 0px 30px;
  min-height: 60px;
  min-width: 180px;
  border: 2px solid #f36e29;
  font-weight: bold;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.btn-style1:hover {
  background-color: #ffffff;
  color: #f36e29;
  transform: none;
  box-shadow: none;
}

.quicklinks ul {
  display: block;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

a {
  color: #f36e29;
  text-decoration: none;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wps-row-container {
  width: 90% !important;
}
@media (max-width: 767px) {
  .wps-row-container {
    width: 84% !important;
  }
}

.wps-row-container > .wps-row-inner-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
.wps-contact-form-container, #gform_1,
#gform_2,
#gform_3,
#gform_4 {
  padding: 150px 0px !important;
  max-width: 920px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 991px) {
  .wps-contact-form-container, #gform_1,
  #gform_2,
  #gform_3,
  #gform_4 {
    padding: 120px 0px !important;
  }
}
@media (max-width: 575px) {
  .wps-contact-form-container, #gform_1,
  #gform_2,
  #gform_3,
  #gform_4 {
    padding: 100px 0px !important;
  }
}

#gform_1 .wps-input-field-select div.wpforms-container .wpforms-form .choices__inner,
#gform_2 .wps-input-field-select div.wpforms-container .wpforms-form .choices__inner,
#gform_3 .wps-input-field-select div.wpforms-container .wpforms-form .choices__inner,
#gform_4 .wps-input-field-select div.wpforms-container .wpforms-form .choices__inner {
  border: 1px solid #686868;
  background: #ffffff;
}
#gform_1 li::before,
#gform_2 li::before,
#gform_3 li::before,
#gform_4 li::before {
  display: none;
}
#gform_1 .wps-input-field,
#gform_2 .wps-input-field,
#gform_3 .wps-input-field,
#gform_4 .wps-input-field {
  margin: 0 0 10px;
}
#gform_1 .wps-input-field.wpforms-field-select select > option.placeholder,
#gform_2 .wps-input-field.wpforms-field-select select > option.placeholder,
#gform_3 .wps-input-field.wpforms-field-select select > option.placeholder,
#gform_4 .wps-input-field.wpforms-field-select select > option.placeholder {
  opacity: 0.1;
}
#gform_1 .wps-input-field .choices__inner,
#gform_2 .wps-input-field .choices__inner,
#gform_3 .wps-input-field .choices__inner,
#gform_4 .wps-input-field .choices__inner {
  border: none;
  background: none;
}
#gform_1 .wps-input-field legend,
#gform_2 .wps-input-field legend,
#gform_3 .wps-input-field legend,
#gform_4 .wps-input-field legend {
  font-weight: normal;
  text-transform: uppercase;
}
#gform_1 .wps-input-field select,
#gform_1 .wps-input-field input[type=text],
#gform_1 .wps-input-field input[type=tel],
#gform_1 .wps-input-field input[type=email],
#gform_1 .wps-input-field textarea,
#gform_2 .wps-input-field select,
#gform_2 .wps-input-field input[type=text],
#gform_2 .wps-input-field input[type=tel],
#gform_2 .wps-input-field input[type=email],
#gform_2 .wps-input-field textarea,
#gform_3 .wps-input-field select,
#gform_3 .wps-input-field input[type=text],
#gform_3 .wps-input-field input[type=tel],
#gform_3 .wps-input-field input[type=email],
#gform_3 .wps-input-field textarea,
#gform_4 .wps-input-field select,
#gform_4 .wps-input-field input[type=text],
#gform_4 .wps-input-field input[type=tel],
#gform_4 .wps-input-field input[type=email],
#gform_4 .wps-input-field textarea {
  width: 100%;
  height: 60px;
  padding: 12px 10px;
  border: 1px solid #686868;
  background: none;
  transition: all 0.25s ease-in-out 0s;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  outline: none;
}
#gform_1 .wps-input-field select:focus,
#gform_1 .wps-input-field input[type=text]:focus,
#gform_1 .wps-input-field input[type=tel]:focus,
#gform_1 .wps-input-field input[type=email]:focus,
#gform_1 .wps-input-field textarea:focus,
#gform_2 .wps-input-field select:focus,
#gform_2 .wps-input-field input[type=text]:focus,
#gform_2 .wps-input-field input[type=tel]:focus,
#gform_2 .wps-input-field input[type=email]:focus,
#gform_2 .wps-input-field textarea:focus,
#gform_3 .wps-input-field select:focus,
#gform_3 .wps-input-field input[type=text]:focus,
#gform_3 .wps-input-field input[type=tel]:focus,
#gform_3 .wps-input-field input[type=email]:focus,
#gform_3 .wps-input-field textarea:focus,
#gform_4 .wps-input-field select:focus,
#gform_4 .wps-input-field input[type=text]:focus,
#gform_4 .wps-input-field input[type=tel]:focus,
#gform_4 .wps-input-field input[type=email]:focus,
#gform_4 .wps-input-field textarea:focus {
  outline: 0;
  border-color: #000000;
}
#gform_1 .wps-input-field select.placeholder,
#gform_1 .wps-input-field input[type=text].placeholder,
#gform_1 .wps-input-field input[type=tel].placeholder,
#gform_1 .wps-input-field input[type=email].placeholder,
#gform_1 .wps-input-field textarea.placeholder,
#gform_2 .wps-input-field select.placeholder,
#gform_2 .wps-input-field input[type=text].placeholder,
#gform_2 .wps-input-field input[type=tel].placeholder,
#gform_2 .wps-input-field input[type=email].placeholder,
#gform_2 .wps-input-field textarea.placeholder,
#gform_3 .wps-input-field select.placeholder,
#gform_3 .wps-input-field input[type=text].placeholder,
#gform_3 .wps-input-field input[type=tel].placeholder,
#gform_3 .wps-input-field input[type=email].placeholder,
#gform_3 .wps-input-field textarea.placeholder,
#gform_4 .wps-input-field select.placeholder,
#gform_4 .wps-input-field input[type=text].placeholder,
#gform_4 .wps-input-field input[type=tel].placeholder,
#gform_4 .wps-input-field input[type=email].placeholder,
#gform_4 .wps-input-field textarea.placeholder {
  color: rgba(0, 0, 0, 0.35);
}
#gform_1 .wps-input-field select:-moz-placeholder,
#gform_1 .wps-input-field input[type=text]:-moz-placeholder,
#gform_1 .wps-input-field input[type=tel]:-moz-placeholder,
#gform_1 .wps-input-field input[type=email]:-moz-placeholder,
#gform_1 .wps-input-field textarea:-moz-placeholder,
#gform_2 .wps-input-field select:-moz-placeholder,
#gform_2 .wps-input-field input[type=text]:-moz-placeholder,
#gform_2 .wps-input-field input[type=tel]:-moz-placeholder,
#gform_2 .wps-input-field input[type=email]:-moz-placeholder,
#gform_2 .wps-input-field textarea:-moz-placeholder,
#gform_3 .wps-input-field select:-moz-placeholder,
#gform_3 .wps-input-field input[type=text]:-moz-placeholder,
#gform_3 .wps-input-field input[type=tel]:-moz-placeholder,
#gform_3 .wps-input-field input[type=email]:-moz-placeholder,
#gform_3 .wps-input-field textarea:-moz-placeholder,
#gform_4 .wps-input-field select:-moz-placeholder,
#gform_4 .wps-input-field input[type=text]:-moz-placeholder,
#gform_4 .wps-input-field input[type=tel]:-moz-placeholder,
#gform_4 .wps-input-field input[type=email]:-moz-placeholder,
#gform_4 .wps-input-field textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
#gform_1 .wps-input-field select::-moz-placeholder,
#gform_1 .wps-input-field input[type=text]::-moz-placeholder,
#gform_1 .wps-input-field input[type=tel]::-moz-placeholder,
#gform_1 .wps-input-field input[type=email]::-moz-placeholder,
#gform_1 .wps-input-field textarea::-moz-placeholder,
#gform_2 .wps-input-field select::-moz-placeholder,
#gform_2 .wps-input-field input[type=text]::-moz-placeholder,
#gform_2 .wps-input-field input[type=tel]::-moz-placeholder,
#gform_2 .wps-input-field input[type=email]::-moz-placeholder,
#gform_2 .wps-input-field textarea::-moz-placeholder,
#gform_3 .wps-input-field select::-moz-placeholder,
#gform_3 .wps-input-field input[type=text]::-moz-placeholder,
#gform_3 .wps-input-field input[type=tel]::-moz-placeholder,
#gform_3 .wps-input-field input[type=email]::-moz-placeholder,
#gform_3 .wps-input-field textarea::-moz-placeholder,
#gform_4 .wps-input-field select::-moz-placeholder,
#gform_4 .wps-input-field input[type=text]::-moz-placeholder,
#gform_4 .wps-input-field input[type=tel]::-moz-placeholder,
#gform_4 .wps-input-field input[type=email]::-moz-placeholder,
#gform_4 .wps-input-field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
#gform_1 .wps-input-field select:-ms-input-placeholder,
#gform_1 .wps-input-field input[type=text]:-ms-input-placeholder,
#gform_1 .wps-input-field input[type=tel]:-ms-input-placeholder,
#gform_1 .wps-input-field input[type=email]:-ms-input-placeholder,
#gform_1 .wps-input-field textarea:-ms-input-placeholder,
#gform_2 .wps-input-field select:-ms-input-placeholder,
#gform_2 .wps-input-field input[type=text]:-ms-input-placeholder,
#gform_2 .wps-input-field input[type=tel]:-ms-input-placeholder,
#gform_2 .wps-input-field input[type=email]:-ms-input-placeholder,
#gform_2 .wps-input-field textarea:-ms-input-placeholder,
#gform_3 .wps-input-field select:-ms-input-placeholder,
#gform_3 .wps-input-field input[type=text]:-ms-input-placeholder,
#gform_3 .wps-input-field input[type=tel]:-ms-input-placeholder,
#gform_3 .wps-input-field input[type=email]:-ms-input-placeholder,
#gform_3 .wps-input-field textarea:-ms-input-placeholder,
#gform_4 .wps-input-field select:-ms-input-placeholder,
#gform_4 .wps-input-field input[type=text]:-ms-input-placeholder,
#gform_4 .wps-input-field input[type=tel]:-ms-input-placeholder,
#gform_4 .wps-input-field input[type=email]:-ms-input-placeholder,
#gform_4 .wps-input-field textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
#gform_1 .wps-input-field select::-webkit-input-placeholder,
#gform_1 .wps-input-field input[type=text]::-webkit-input-placeholder,
#gform_1 .wps-input-field input[type=tel]::-webkit-input-placeholder,
#gform_1 .wps-input-field input[type=email]::-webkit-input-placeholder,
#gform_1 .wps-input-field textarea::-webkit-input-placeholder,
#gform_2 .wps-input-field select::-webkit-input-placeholder,
#gform_2 .wps-input-field input[type=text]::-webkit-input-placeholder,
#gform_2 .wps-input-field input[type=tel]::-webkit-input-placeholder,
#gform_2 .wps-input-field input[type=email]::-webkit-input-placeholder,
#gform_2 .wps-input-field textarea::-webkit-input-placeholder,
#gform_3 .wps-input-field select::-webkit-input-placeholder,
#gform_3 .wps-input-field input[type=text]::-webkit-input-placeholder,
#gform_3 .wps-input-field input[type=tel]::-webkit-input-placeholder,
#gform_3 .wps-input-field input[type=email]::-webkit-input-placeholder,
#gform_3 .wps-input-field textarea::-webkit-input-placeholder,
#gform_4 .wps-input-field select::-webkit-input-placeholder,
#gform_4 .wps-input-field input[type=text]::-webkit-input-placeholder,
#gform_4 .wps-input-field input[type=tel]::-webkit-input-placeholder,
#gform_4 .wps-input-field input[type=email]::-webkit-input-placeholder,
#gform_4 .wps-input-field textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
#gform_1 .wps-input-field select,
#gform_2 .wps-input-field select,
#gform_3 .wps-input-field select,
#gform_4 .wps-input-field select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* add a background image for replacement drop down */
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
#gform_1 .wps-input-field textarea,
#gform_2 .wps-input-field textarea,
#gform_3 .wps-input-field textarea,
#gform_4 .wps-input-field textarea {
  height: 200px;
  resize: none;
}
#gform_1 .wps-input-field > label,
#gform_2 .wps-input-field > label,
#gform_3 .wps-input-field > label,
#gform_4 .wps-input-field > label {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #000000;
}
#gform_1 .wps-input-field > label.wpforms-error,
#gform_2 .wps-input-field > label.wpforms-error,
#gform_3 .wps-input-field > label.wpforms-error,
#gform_4 .wps-input-field > label.wpforms-error {
  color: #e32222;
  padding-top: 3px;
}
#gform_1 .wps-input-field-btn,
#gform_1 #gform_submit_button_1,
#gform_1 #gform_submit_button_2,
#gform_1 #gform_submit_button_3,
#gform_1 #gform_submit_button_4,
#gform_1 .gform_button,
#gform_2 .wps-input-field-btn,
#gform_2 #gform_submit_button_1,
#gform_2 #gform_submit_button_2,
#gform_2 #gform_submit_button_3,
#gform_2 #gform_submit_button_4,
#gform_2 .gform_button,
#gform_3 .wps-input-field-btn,
#gform_3 #gform_submit_button_1,
#gform_3 #gform_submit_button_2,
#gform_3 #gform_submit_button_3,
#gform_3 #gform_submit_button_4,
#gform_3 .gform_button,
#gform_4 .wps-input-field-btn,
#gform_4 #gform_submit_button_1,
#gform_4 #gform_submit_button_2,
#gform_4 #gform_submit_button_3,
#gform_4 #gform_submit_button_4,
#gform_4 .gform_button {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-radius: 30px;
  background-color: #f36e29;
  padding: 0px 20px;
  min-height: 60px;
  min-width: 260px;
  font-weight: bold;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  line-height: 1;
}

.gfield_description {
  display: none !important;
}

.gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gfield_checkbox .gchoice {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.gfield_checkbox .gchoice input {
  position: relative;
  top: 6px !important;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox button,
.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],
.gform_wrapper.gravity-theme .gfield_radio button,
.gform_wrapper.gravity-theme .gfield_radio input[type=text] {
  margin-top: 0px !important;
}

.gform-datepicker {
  font-family: "Volte Rounded", arial, sans-serif !important;
}

.ginput_container_date {
  display: block !important;
}
.ginput_container_date input {
  width: 100% !important;
}

.ui-datepicker-title select {
  font-family: "Volte Rounded", arial, sans-serif !important;
}

.ui-datepicker-calendar {
  font-family: "Volte Rounded", arial, sans-serif !important;
}

.ginput_container_consent input {
  padding: 0 !important;
  height: 20px !important;
  outline: none !important;
  border: none;
}
.ginput_container_consent input::before {
  color: #f36e29 !important;
}
.ginput_container_consent .gfield_consent_label {
  font-family: "Volte Rounded", arial, sans-serif !important;
  color: #f36e29;
}

.gfield_time_hour input {
  outline: 0;
  height: 60px;
  font-size: 24px !important;
  font-family: "Volte Rounded", arial, sans-serif !important;
  font-weight: 400;
}

.ginput_container_time input {
  font-family: "Volte Rounded", arial, sans-serif !important;
  height: 60px !important;
  font-size: 24px !important;
  font-weight: 400;
}

/**
 * Base Typography Styles
 *
 * @package    WPSCT
 * @subpackage Base
 * @since      3.0.0
 */
body {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

.font-gotham-rounded {
  font-family: "Volte Rounded", arial, sans-serif;
}

.site-header.header-homepage .header-container .wps-header-navbar__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper {
    padding: 30px 0;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
    gap: 20px;
  }
}
@media (max-width: 498px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
    width: 84%;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1399px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container {
    display: none;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0effe;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .icon svg {
  display: inline-block;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .icon svg path {
  fill: #b3bac6;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .content {
  max-width: 200px;
  display: flex;
  flex-direction: column;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .content a {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.133;
  letter-spacing: 0%;
  color: #b3bac6;
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 1.8;
  color: #7a8392;
  transition: color 200ms ease-in-out;
}
@media (max-width: 767px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .content a {
    font-size: 13px;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .content a:hover {
  color: #f36e29;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container {
  display: flex;
  justify-content: center;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container .nav-logo {
  display: inline-block;
  text-decoration: none;
  width: 200px;
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container .nav-logo {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container .nav-logo {
    width: 160px;
  }
}
@media (max-width: 498px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container .nav-logo {
    width: 120px;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1399px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container {
    flex-shrink: 0;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  text-decoration: none;
  color: #ffffff;
  background-color: #f36e29;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: right 300ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .icon svg path {
  stroke: #ffffff;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn:hover {
  padding: 0 40px 0 90px;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn:hover span {
  right: calc(100% - 60px);
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn:hover span svg {
  transform: rotate(0deg);
}
@media (max-width: 1399px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn {
    flex-shrink: 0;
  }
}
@media (max-width: 1098px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn {
    width: 60px;
    padding: 0;
  }
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .text {
    display: none;
  }
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .icon svg {
    transform: rotate(0);
  }
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn:hover {
    padding: 0;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  text-decoration: none;
  color: #ffffff;
  background-color: #f36e29;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: right 300ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon svg path {
  stroke: #ffffff;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2:hover {
  padding: 0 40px 0 90px;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2:hover span {
  right: calc(100% - 60px);
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2:hover span svg {
  transform: rotate(0deg);
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 {
  text-decoration: none;
  width: 100%;
  max-width: 240px;
  color: #ffffff;
  background-color: #f36e29;
  display: none;
}
@media (max-width: 1399px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 {
    display: flex;
  }
}
@media (max-width: 1098px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 {
    width: 60px;
    padding: 0;
  }
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .text {
    display: none;
  }
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2:hover {
    padding: 0;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon {
  background-color: #ffcb05;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon svg {
  transform: rotate(0);
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon svg path {
  fill: #ffffff;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .toggle-btn {
  all: unset;
  width: 80px;
  height: 60px;
  border-radius: 1000px;
  background-color: #f0effe;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 498px) {
  .site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .toggle-btn {
    width: 60px;
    border-radius: 50%;
  }
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .toggle-btn .toggle-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.site-header.header-homepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .toggle-btn .toggle-bar .bar {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #7a8392;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper {
    padding: 30px 0;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
    gap: 20px;
  }
}
@media (max-width: 498px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container {
    width: 84%;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1399px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container {
    display: none;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0effe;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .icon svg {
  display: inline-block;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .icon svg path {
  fill: #b3bac6;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .content {
  max-width: 200px;
  display: flex;
  flex-direction: column;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .content a {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.133;
  letter-spacing: 0%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 1.8;
  color: #ffffff;
  transition: color 200ms ease-in-out;
}
@media (max-width: 767px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .content a {
    font-size: 13px;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .contact__container .contact .content a:hover {
  color: #f36e29;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container {
  display: flex;
  justify-content: center;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container .nav-logo {
  display: inline-block;
  text-decoration: none;
  width: 200px;
}
@media (max-width: 991px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container .nav-logo {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container .nav-logo {
    width: 160px;
  }
}
@media (max-width: 498px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .logo__container .nav-logo {
    width: 120px;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1399px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container {
    flex-shrink: 0;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  text-decoration: none;
  color: #ffffff;
  background-color: #f36e29;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: right 300ms ease-in-out;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .icon svg path {
  stroke: #ffffff;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn:hover {
  padding: 0 40px 0 90px;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn:hover span {
  right: calc(100% - 60px);
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn:hover span svg {
  transform: rotate(0deg);
}
@media (max-width: 1399px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn {
    flex-shrink: 0;
  }
}
@media (max-width: 1098px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn {
    width: 60px;
    padding: 0;
  }
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .text {
    display: none;
  }
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn .icon svg {
    transform: rotate(0);
  }
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-btn:hover {
    padding: 0;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  text-decoration: none;
  color: #ffffff;
  background-color: #f36e29;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: right 300ms ease-in-out;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon svg path {
  stroke: #ffffff;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2:hover {
  padding: 0 40px 0 90px;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2:hover span {
  right: calc(100% - 60px);
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2:hover span svg {
  transform: rotate(0deg);
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 {
  text-decoration: none;
  width: 100%;
  max-width: 240px;
  color: #ffffff;
  background-color: #f36e29;
  display: none;
}
@media (max-width: 1399px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 {
    display: flex;
  }
}
@media (max-width: 1098px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 {
    width: 60px;
    padding: 0;
  }
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .text {
    display: none;
  }
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2:hover {
    padding: 0;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon {
  background-color: #ffcb05;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon svg {
  transform: rotate(0);
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .cta-2 .icon svg path {
  fill: #ffffff;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .toggle-btn {
  all: unset;
  width: 80px;
  height: 60px;
  border-radius: 1000px;
  background-color: #f0effe;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 498px) {
  .site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .toggle-btn {
    width: 60px;
    border-radius: 50%;
  }
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .toggle-btn .toggle-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.site-header.header-insidepage .header-container .wps-header-navbar__wrapper .wps-header-navbar__container .buttons__container .toggle-btn .toggle-bar .bar {
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #7a8392;
}

.site-header {
  position: relative;
  z-index: 1;
}
.site-header.header-homepage {
  position: relative;
  z-index: 1;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper {
    height: auto;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container {
  position: absolute;
  inset: 0;
  z-index: 4;
  padding-top: 9%;
}
@media (max-width: 1399px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container {
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container {
    height: 100vh;
    height: 100dvh;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container .title {
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container .title h1 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: clamp(48px, 12vw, 220px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #29b7ca;
  padding: 0;
  margin: 0;
  gap: 0.1em;
}
@media (max-width: 767px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container .title h1 {
    font-size: clamp(100px, 15vw, 220px);
    line-height: 0.8;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container .title h1 div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container .title h1 div span {
  position: relative;
  display: block;
  grid-row: 1/-1;
  grid-column: 1/-1;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: clamp(48px, 12vw, 220px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #29b7ca;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .title__container .title h1 div span {
    font-size: clamp(100px, 15vw, 220px);
    line-height: 0.8;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -10%);
  z-index: 5;
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container {
    height: 100vh;
    height: 100dvh;
    bottom: auto;
    top: 0;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 38px;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content p {
  width: 100%;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #000000;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content p {
    font-size: 22px;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: Volte Rounded;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  color: #f36e29;
  background-color: #ffffff;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content a .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f36e29;
  transition: right 300ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content a .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content a .icon svg path {
  stroke: #ffffff;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content a:hover {
  padding: 0 40px 0 90px;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content a:hover span {
  right: calc(100% - 60px);
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content a:hover span svg {
  transform: rotate(0deg);
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .description__container .content a {
  width: 100%;
  text-decoration: none;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .image__container {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .image__container {
    position: relative;
    height: 100vh;
    height: 100dvh;
    inset: auto;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .image__container img {
  width: 100%;
  max-width: 60%;
  height: auto;
}
@media (max-width: 1399px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .image__container img {
    max-width: 80%;
    min-width: 1000px;
  }
}
@media (max-width: 575px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .image__container img {
    min-width: 900px;
  }
}
@media (max-width: 498px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .image__container img {
    min-width: 800px;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -10%);
  z-index: 3;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container {
    position: relative;
    height: auto;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 0 auto;
    padding-top: 120px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-10%);
    width: 150vw;
    height: 100%;
    background-color: #f0effe;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards {
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 10;
    gap: 40px;
  }
}
@media (max-width: 698px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards {
    grid-template-columns: 1fr 1fr;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award {
  width: 100%;
  display: flex;
}
@media (max-width: 698px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award {
    justify-content: center;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award img {
    max-width: 120px;
  }
}
@media (max-width: 498px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award img {
    max-width: 110px;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award:nth-child(odd) {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award:nth-child(odd) {
    justify-content: center;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .awards__container .awards .award:nth-child(even) {
    justify-content: center;
  }
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .pattern__container {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.site-header.header-homepage .header-container .wps-header-hero__wrapper .wps-header-hero__container .pattern__container .pattern {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: translateY(22.5%) scale(1.2);
  background-color: #ffe5f3;
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .image__container {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .image__container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .image__container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 260px;
  padding-bottom: 120px;
  z-index: 10;
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container .content {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container .content {
    width: 84%;
  }
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container .content h1 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.147;
  letter-spacing: -1.5px;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container .content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container .content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container .content h1 {
    font-size: 44px;
  }
}
.site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container .content h1 span {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.578;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .site-header.header-insidepage .header-container .wps-inside-header-hero__wrapper .wps-inside-header-hero__container .content__container .content h1 span {
    font-size: 17px;
  }
}

.wps-full-screen-menu__wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  transform: translateX(100%);
  z-index: 10000000;
  transition: transform 500ms ease-in-out 200ms;
}
.wps-full-screen-menu__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.wps-full-screen-menu__wrapper .close-btn__container {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.wps-full-screen-menu__wrapper .close-btn__container .close-btn {
  all: unset;
  position: relative;
  padding: 20px 20px 10px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}
.wps-full-screen-menu__wrapper .close-btn__container .close-btn svg {
  width: 20px;
  fill: #a0519f;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 440px;
  height: 100%;
  padding: 100px 40px;
  overflow-y: scroll;
  background-color: #a0519f;
  z-index: 1;
}
@media (max-width: 767px) {
  .wps-full-screen-menu__wrapper .wps-full-screen-menu__container {
    min-width: 0;
    max-width: 100%;
    padding: 100px 20px;
  }
}
@media (max-width: 575px) {
  .wps-full-screen-menu__wrapper .wps-full-screen-menu__container {
    padding: 80px 20px;
  }
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .logo__container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .logo__container a {
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .logo__container a img {
  display: block;
  width: 100%;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  z-index: 10;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li.current-menu-ancestor > a,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li.current-menu-item > a,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li.current-menu-parent > a,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li.current_page_item > a {
  color: #f36e29;
  text-decoration: none;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li {
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li::before {
  display: none;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li a {
  position: relative;
  font-family: "Volte Rounded", arial, sans-serif;
  font-weight: 500;
  font-size: 19px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li a:link, .wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li a:visited, .wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li a:hover, .wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li a:active {
  color: #ffffff;
  text-decoration: none;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li.menu-item-has-children > a {
  position: relative;
  display: inline-block;
  font-family: "Volte Rounded", arial, sans-serif;
  color: #ffffff;
  padding-right: 24px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li.menu-item-has-children > a::after {
  content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="hsl(0, 0%, 100%)" d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>');
  position: absolute;
  right: 3px;
  top: calc(30% - 4px);
  width: 12px;
  fill: #ffffff;
  transform-origin: bottom bottom;
  transition: all 500ms ease-in-out;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li.menu-item-has-children > a.rotate::after {
  transform: rotateX(180deg);
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li > ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  gap: 0;
  padding-left: 16px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li > ul.sub-menu li {
  padding: 6px 0;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li > ul.sub-menu li:first-child {
  padding-top: 26px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li > ul.sub-menu li a {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.65;
  transition: opacity 400ms ease-in-out;
  text-transform: capitalize;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li > ul.sub-menu li a:hover {
  opacity: 1;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .navigation__container ul li > ul.sub-menu li > ul.sub-menu li a {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  text-decoration: none;
  color: #ffffff;
  background-color: #f36e29;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: right 300ms ease-in-out;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a .icon svg path {
  stroke: #ffffff;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a:hover {
  padding: 0 40px 0 90px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a:hover span {
  right: calc(100% - 60px);
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a:hover span svg {
  transform: rotate(0deg);
}
@media (max-width: 1399px) {
  .wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a {
    flex-shrink: 0;
  }
}
@media (max-width: 1098px) {
  .wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a {
    width: 60px;
    padding: 0;
  }
  .wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a .text {
    display: none;
  }
  .wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a .icon svg {
    transform: rotate(0);
  }
  .wps-full-screen-menu__wrapper .wps-full-screen-menu__container .cta-btn__container a:hover {
    padding: 0;
  }
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .address {
  display: flex;
  gap: 25px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .address,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .phone-number,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .email {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .address a,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .phone-number a,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .email a {
  display: flex;
  align-items: center;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .address a svg,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .phone-number a svg,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .email a svg {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  fill: #ffffff;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .address a:hover,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .phone-number a:hover,
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .email a:hover {
  color: #ffffff;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .contact__container .address a {
  line-height: 1.4;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .social-icons__container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .social-icons__container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .social-icons__container ul li {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .social-icons__container ul li::before {
  display: none;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .social-icons__container ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .social-icons__container ul li a svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: #a0519f;
  transition: fill 200ms ease-in-out;
}
.wps-full-screen-menu__wrapper .wps-full-screen-menu__container .contact-us__container .social-icons__container ul li a svg path {
  fill: #a0519f;
  transition: fill 200ms ease-in-out;
}
.wps-full-screen-menu__wrapper.active {
  transition-delay: 0ms;
  transform: translateX(0);
}
.wps-full-screen-menu__wrapper.active::after {
  transition-delay: 400ms;
  opacity: 0.4;
}

.wps-footer-blog-cta {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  background-color: #f0effe;
}
.wps-footer-blog-cta .wps-footer-blog-cta__container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-footer-blog-cta .wps-footer-blog-cta__container {
    width: 84%;
  }
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid {
  display: flex;
  gap: 40px;
}
@media (max-width: 898px) {
  .wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid {
    flex-direction: column;
    align-items: center;
  }
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card {
  width: 50%;
}
@media (max-width: 898px) {
  .wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card {
    width: 100%;
    max-width: 720px;
  }
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  border-radius: 20px;
  padding: 40px;
  background-color: #ffffff;
}
@media (max-width: 498px) {
  .wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a {
    padding: 30px 20px;
  }
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__content {
  width: 100%;
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__content .wps-footer-blog-cta__label {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.133;
  letter-spacing: 0;
  color: #b3bac6;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__content .wps-footer-blog-cta__label {
    font-size: 13px;
  }
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__content h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 12px 0;
}
@media (max-width: 991px) {
  .wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__content h3 {
    font-size: 24px;
  }
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__content .wps-footer-blog-cta__date {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #b3bac6;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__content .wps-footer-blog-cta__date {
    font-size: 14px;
  }
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform-origin: scale(1);
  transition: transform 200ms ease-in-out;
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__image-wrapper .wps-footer-blog-cta__hover-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffcb05;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0);
  opacity: 0;
  transition: transform 200ms ease-in-out;
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a .wps-footer-blog-cta__image-wrapper .wps-footer-blog-cta__hover-icon svg path {
  stroke: #ffffff;
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a:hover .wps-footer-blog-cta__image-wrapper img {
  transform: scale(1.1);
}
.wps-footer-blog-cta .wps-footer-blog-cta__container .wps-footer-blog-cta__grid .wps-footer-blog-cta__card a:hover .wps-footer-blog-cta__image-wrapper .wps-footer-blog-cta__hover-icon {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1.5);
  opacity: 1;
}

.wps-footer-cta__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f0effe;
}
.wps-footer-cta__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.wps-footer-cta__wrapper .wps-footer-cta__container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #a0519f;
  z-index: 10;
}
@media (max-width: 767px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container {
    width: 84%;
  }
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 120px 0;
  margin: 0 auto;
  z-index: 10;
}
@media (max-width: 991px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .content__container {
    padding: 120px 0 100px;
  }
}
@media (max-width: 767px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .content__container {
    width: 84%;
  }
}
@media (max-width: 575px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .content__container {
    padding: 100px 0 80px;
  }
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content {
  width: 100%;
  max-width: 780px;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.133;
  letter-spacing: 0;
  color: #b3bac6;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content h2 {
    font-size: 13px;
  }
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: -1px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content p {
    font-size: 32px;
    line-height: 1.2;
  }
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas {
  display: flex;
  gap: 16px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas {
    flex-wrap: wrap;
  }
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  color: #f36e29;
  background-color: #ffffff;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f36e29;
  text-decoration: none;
  transition: right 300ms ease-in-out;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a .icon svg path {
  stroke: #ffffff;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a:hover {
  padding: 0 40px 0 90px;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a:hover span {
  right: calc(100% - 60px);
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a:hover span svg {
  transform: rotate(0deg);
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a.cta-1 {
  width: 100%;
  max-width: 360px;
  color: #f36e29;
  background-color: #ffffff;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a.cta-1 .icon {
  background-color: #f36e29;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a.cta-1 .icon svg path {
  stroke: #ffffff;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a.cta-2 {
  width: 100%;
  max-width: 240px;
  color: #ffffff;
  background-color: #f36e29;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a.cta-2 .icon {
  background-color: #ffcb05;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a.cta-2 .icon svg {
  transform: rotate(0);
}
.wps-footer-cta__wrapper .wps-footer-cta__container .content__container .content .ctas a.cta-2 .icon svg path {
  fill: #ffffff;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .image__container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .image__container {
    position: relative;
    inset: auto;
  }
}
.wps-footer-cta__wrapper .wps-footer-cta__container .image__container .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .image__container .image {
    justify-content: center;
  }
}
.wps-footer-cta__wrapper .wps-footer-cta__container .image__container .image img {
  position: relative;
  width: 100%;
  max-width: 55%;
  display: block;
  transform: translateX(18%);
}
@media (max-width: 1399px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .image__container .image img {
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .image__container .image img {
    max-width: 65%;
  }
}
@media (max-width: 991px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .image__container .image img {
    max-width: 75%;
    transform: none;
  }
}
@media (max-width: 767px) {
  .wps-footer-cta__wrapper .wps-footer-cta__container .image__container .image img {
    max-width: 90%;
  }
}
.wps-footer-cta__wrapper .wps-footer-cta__container .pattern {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .pattern .brand-pattern-1 {
  position: absolute;
  top: 0;
  right: 5%;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .pattern .brand-pattern-1 svg {
  position: relative;
  transform: translateY(20%) rotate(90deg);
}
.wps-footer-cta__wrapper .wps-footer-cta__container .pattern .brand-pattern-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wps-footer-cta__wrapper .wps-footer-cta__container .pattern .brand-pattern-2 svg {
  position: relative;
  transform: translate(12%, 12%);
}

.wps-footer-main__wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  background-color: #ffffff;
}
.wps-footer-main__wrapper .wps-footer-main__container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container {
    width: 84%;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1098px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget {
  width: 100%;
}
@media (max-width: 575px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget {
    text-align: center;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #b3bac6;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget h3 {
    font-size: 17px;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #000000;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p {
    font-size: 17px;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p span {
  display: inline-block;
  font-weight: 400;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p a {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #000000;
  text-decoration: none;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p a {
    font-size: 17px;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p a:hover strong {
  color: #a0519f;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p.email a strong, .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p.address a {
  text-decoration: underline;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget p.address a:hover {
  color: #a0519f;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul {
    justify-content: center;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul li {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul li::before, .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul li::after {
  display: none;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul li a {
  display: inline-flex;
  align-items: center;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul li a svg {
  display: inline-block;
  width: 20px;
  fill: #000000;
  transition: fill 200ms ease-in-out;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .working-hours ul li a svg:hover {
  fill: #a0519f;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
  gap: 20px;
}
@media (max-width: 1098px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo {
    grid-column: 1/-1;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo {
    grid-column: auto;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo img {
  display: block;
  max-width: 220px;
  height: auto;
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo p {
    font-size: 14px;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo p a {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: color 200ms ease-in-out;
}
@media (max-width: 767px) {
  .wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo p a {
    font-size: 14px;
  }
}
.wps-footer-main__wrapper .wps-footer-main__container .widgets__container .widget.logo p a:hover {
  color: #a0519f;
}
.wps-footer-main__wrapper .pattern {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.wps-footer-main__wrapper .pattern .brand-pattern-1 {
  position: absolute;
  top: 60px;
  left: 0;
}

.wps-footer-copyright__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.wps-footer-copyright__wrapper .wps-footer-copyright__container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 26px 0 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media (max-width: 767px) {
  .wps-footer-copyright__wrapper .wps-footer-copyright__container {
    width: 84%;
  }
}
.wps-footer-copyright__wrapper .wps-footer-copyright__container p {
  position: relative;
  width: 100%;
  max-width: 920px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-footer-copyright__wrapper .wps-footer-copyright__container p {
    font-size: 14px;
  }
}
.wps-footer-copyright__wrapper .wps-footer-copyright__container p {
  z-index: 100;
}
.wps-footer-copyright__wrapper .wps-footer-copyright__container .pattern {
  position: absolute;
  inset: 0;
}
.wps-footer-copyright__wrapper .wps-footer-copyright__container .pattern .brand-pattern-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wps-footer-copyright__wrapper .wps-footer-copyright__container .pattern .brand-pattern-1 svg {
  position: relative;
  transform: translateX(80%) rotate(-90deg);
}

.footer-sticky-menu__wrapper {
  background-color: #ffffff;
  height: 60px;
  display: none;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.footer-sticky-menu__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  left: 50%;
  background-color: #f0effe;
}
.footer-sticky-menu__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  left: 75%;
  background-color: #f0effe;
}
@media (max-width: 767px) {
  .footer-sticky-menu__wrapper {
    display: flex;
  }
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-cta__container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-cta__container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  text-align: center;
  color: #a0519f;
  padding: 0px 20px;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-cta__container:hover a {
  color: #ffffff;
  background-color: #a0519f;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-contact__container {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-contact__container p {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-contact__container p a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-contact__container p a:hover path {
  fill: #a0519f;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-contact__container p a svg {
  width: 25px;
  height: 25px;
}
.footer-sticky-menu__wrapper .footer-sticky-menu__container .navbar-contact__container p a svg path {
  fill: #a0519f;
  transition: fill 250ms ease-in-out;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * UI Components Styles
 *
 * Generated styles for reusable UI components using mixins and variables.
 * This file is compiled to CSS and enqueued globally.
 *
 * @package    WPSCT
 * @subpackage Components
 * @since      3.0.0
 */
.wps-ui-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 12px 24px;
  font-size: 0.875rem;
}

.wps-ui-button__text {
  display: inline-block;
}

.wps-ui-button__icon {
  display: inline-flex;
  align-items: center;
}

.wps-ui-button--primary {
  background-color: #e74c3c;
  color: #ffffff;
}
.wps-ui-button--primary:hover {
  background-color: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .wps-ui-button--primary {
    padding: 10px 20px;
    font-size: 0.8125rem;
  }
}

.wps-ui-button--secondary {
  background-color: #34495e;
  color: #ffffff;
}
.wps-ui-button--secondary:hover {
  background-color: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .wps-ui-button--secondary {
    padding: 10px 20px;
    font-size: 0.8125rem;
  }
}

.wps-ui-button--outline {
  background-color: transparent;
  color: #e74c3c;
  border: 2px solid #e74c3c;
}
.wps-ui-button--outline:hover {
  background-color: #e74c3c;
  color: #ffffff;
}
@media (max-width: 767px) {
  .wps-ui-button--outline {
    padding: 10px 20px;
    font-size: 0.8125rem;
  }
}

.wps-ui-button--small {
  padding: 8px 16px;
  font-size: 0.8125rem;
}

.wps-ui-button--medium {
  padding: 12px 24px;
  font-size: 0.875rem;
}

.wps-ui-button--large {
  padding: 16px 32px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .wps-ui-button--large {
    padding: 14px 28px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .wps-ui-button--large {
    padding: 10px 20px;
    font-size: 0.8125rem;
    padding: 12px 24px;
    font-size: 0.875rem;
  }
}

.wps-ui-title {
  margin: 0;
  line-height: 1.2;
  font-family: inherit;
  font-weight: 700;
  color: #2c3e50;
  text-align: left;
  font-size: 2.5rem;
}

.wps-ui-title--small {
  margin: 0;
  line-height: 1.2;
  font-family: inherit;
  font-weight: 700;
  color: #2c3e50;
  text-align: left;
  font-size: 1.5rem;
}
.wps-ui-title--medium {
  margin: 0;
  line-height: 1.2;
  font-family: inherit;
  font-weight: 700;
  color: #2c3e50;
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .wps-ui-title--medium {
    font-size: 1.75rem;
  }
}

.wps-ui-title--large {
  margin: 0;
  line-height: 1.2;
  font-family: inherit;
  font-weight: 700;
  color: #2c3e50;
  text-align: left;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .wps-ui-title--large {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .wps-ui-title--large {
    font-size: 1.75rem;
  }
}

.wps-ui-title--xlarge {
  margin: 0;
  line-height: 1.2;
  font-family: inherit;
  font-weight: 700;
  color: #2c3e50;
  text-align: left;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .wps-ui-title--xlarge {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .wps-ui-title--xlarge {
    font-size: 2rem;
  }
}

.wps-ui-title--align-left {
  text-align: left;
}

.wps-ui-title--align-center {
  text-align: center;
}

.wps-ui-title--align-right {
  text-align: right;
}

.wps-ui-description {
  margin: 0;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  color: #555;
  text-align: left;
  font-size: 1.125rem;
}

.wps-ui-description--small {
  margin: 0;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  color: #555;
  text-align: left;
  font-size: 0.9375rem;
}
.wps-ui-description--medium {
  margin: 0;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  color: #555;
  text-align: left;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .wps-ui-description--medium {
    font-size: 1rem;
  }
}

.wps-ui-description--large {
  margin: 0;
  line-height: 1.6;
  font-family: inherit;
  font-weight: 400;
  color: #555;
  text-align: left;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .wps-ui-description--large {
    font-size: 1.125rem;
  }
}

.wps-ui-description--align-left {
  text-align: left;
}

.wps-ui-description--align-center {
  text-align: center;
}

.wps-ui-description--align-right {
  text-align: right;
}

/**
 * WPBakery Core Module Extensions - Main Index
 *
 * Imports all WPBakery core module extension styles.
 *
 * Usage:
 * Import this file in your main.scss:
 * @import 'vc-modules/index';
 *
 * @package    WPSCT
 * @subpackage Integrations\WPBakery\CoreModules
 * @since      2.9.0
 */
/**
 * WPBakery Row Extensions - Styles
 *
 * Styles for custom row parameters including visibility controls,
 * column spacing system, max width presets, and layout utilities.
 *
 * @package    WPSCT
 * @subpackage Integrations\WPBakery\CoreModules
 * @since      2.9.0
 */
@media (max-width: 767px) {
  .wps-hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wps-hide-on-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .wps-hide-on-desktop {
    display: none !important;
  }
}

.wps-vc-remove-bottom-col-margin .wpb_column {
  margin-bottom: 0 !important;
}

.wps-vc-cols-right {
  display: flex;
  flex-direction: row-reverse;
}
.wps-vc-cols-right .wpb_column {
  flex-shrink: 0;
}

.wps-row-full-width {
  display: block;
  width: 100%;
}
.wps-row-container {
  width: 100%;
}
.wps-row-container > .wps-row-inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wps-row-container > .wps-row-inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wps-row-full-width.wps-vc-max-width-10,
.wps-row-container.wps-vc-max-width-10 {
  max-width: 10%;
  width: auto !important;
}

.wps-row-full-width.wps-vc-max-width-20,
.wps-row-container.wps-vc-max-width-20 {
  max-width: 20%;
  width: auto !important;
}

.wps-row-full-width.wps-vc-max-width-30,
.wps-row-container.wps-vc-max-width-30 {
  max-width: 30%;
  width: auto !important;
}

.wps-row-full-width.wps-vc-max-width-40,
.wps-row-container.wps-vc-max-width-40 {
  max-width: 40%;
  width: auto !important;
}

.wps-row-full-width.wps-vc-max-width-50,
.wps-row-container.wps-vc-max-width-50 {
  max-width: 50%;
  width: auto !important;
}

.wps-row-full-width.wps-vc-max-width-60,
.wps-row-container.wps-vc-max-width-60 {
  max-width: 60%;
  width: auto !important;
}

.wps-row-full-width.wps-vc-max-width-70,
.wps-row-container.wps-vc-max-width-70 {
  max-width: 70%;
  width: auto !important;
}

.wps-row-full-width.wps-vc-max-width-80,
.wps-row-container.wps-vc-max-width-80 {
  max-width: 80%;
  width: auto !important;
}

.wps-vc-row-align-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.wps-vc-row-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wps-vc-row-align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

[data-local-scroll=true] {
  scroll-margin-top: 80px;
}
@media (max-width: 767px) {
  [data-local-scroll=true] {
    scroll-margin-top: 60px;
  }
}

[style*=z-index] {
  position: relative;
}

.wps-row-full-width > .wpb_column,
.wps-row-inner-container > .wpb_column {
  flex-grow: 0;
  flex-shrink: 0;
}
.wps-row-full-width > .wpb_column.vc_col-sm-12,
.wps-row-inner-container > .wpb_column.vc_col-sm-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-11,
.wps-row-inner-container > .wpb_column.vc_col-sm-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-10,
.wps-row-inner-container > .wpb_column.vc_col-sm-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-9,
.wps-row-inner-container > .wpb_column.vc_col-sm-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-8,
.wps-row-inner-container > .wpb_column.vc_col-sm-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-7,
.wps-row-inner-container > .wpb_column.vc_col-sm-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-6,
.wps-row-inner-container > .wpb_column.vc_col-sm-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-5,
.wps-row-inner-container > .wpb_column.vc_col-sm-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-4,
.wps-row-inner-container > .wpb_column.vc_col-sm-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-3,
.wps-row-inner-container > .wpb_column.vc_col-sm-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-2,
.wps-row-inner-container > .wpb_column.vc_col-sm-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.wps-row-full-width > .wpb_column.vc_col-sm-1,
.wps-row-inner-container > .wpb_column.vc_col-sm-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

@media (max-width: 767px) {
  .wps-row-full-width > .wpb_column,
  .wps-row-inner-container > .wpb_column {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
/**
 * WPBakery Column Extensions - Styles
 *
 * Styles for custom column parameters including visibility controls,
 * box shadow presets, animation support, and z-index utilities.
 *
 * @package    WPSCT
 * @subpackage Integrations\WPBakery\CoreModules
 * @since      2.9.0
 */
@media (max-width: 767px) {
  .wps-hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wps-hide-on-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .wps-hide-on-desktop {
    display: none !important;
  }
}

[style*=animation-duration],
[style*=animation-delay] {
  animation-fill-mode: both;
}
[style*=animation-duration].animated,
[style*=animation-delay].animated {
  animation-fill-mode: both;
}

.wpb_column[style*=animation-delay] {
  opacity: 0;
}
.wpb_column[style*=animation-delay].animated {
  opacity: 1;
}
.wpb_column[style*=animation-delay].wpb_animate_when_almost_visible {
  opacity: 0;
}
.wpb_column[style*=animation-delay].wpb_animate_when_almost_visible.wpb_start_animation {
  opacity: 1;
}

.wpb_column[style*=z-index],
.vc_column_container[style*=z-index] {
  position: relative;
}

.wpb_column[style*=min-height],
.vc_column_container[style*=min-height] {
  align-self: stretch;
}
.wpb_column[style*=min-height] .vc_column-inner,
.wpb_column[style*=min-height] .wpb_wrapper,
.vc_column_container[style*=min-height] .vc_column-inner,
.vc_column_container[style*=min-height] .wpb_wrapper {
  height: 100%;
}

.wpb_column.wps-full-height {
  height: 100%;
}
.wpb_column.wps-full-height .vc_column-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wpb_column.wps-full-height .wpb_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media print {
  .wpb_column[style*=animation-duration],
  .wpb_column[style*=animation-delay] {
    animation: none !important;
    opacity: 1 !important;
  }
  .wps-hide-on-mobile,
  .wps-hide-on-tablet,
  .wps-hide-on-desktop {
    display: block !important;
  }
}
/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Homepage Services Cards Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-services-cards {
  position: relative;
  width: 100%;
  background-color: #f0effe;
  padding-bottom: 350px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wps-services-cards {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .wps-services-cards {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .wps-services-cards {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.wps-services-cards .wps-services-cards__container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-services-cards .wps-services-cards__container {
    width: 84%;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__header {
  position: relative;
  width: 35%;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  transform: translateY(160px);
}
@media (max-width: 1199px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__header {
    width: 100%;
    transform: none;
    margin-bottom: 100px;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__header .wps-services-cards__heading {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: -1px;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__header .wps-services-cards__heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__header .wps-services-cards__heading {
    font-size: 32px;
    line-height: 1.2;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__header .wps-services-cards__description {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__header .wps-services-cards__description {
    font-size: 17px;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1199px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    gap: 100px 40px;
  }
}
@media (max-width: 648px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid {
    grid-template-columns: auto;
    justify-content: center;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card {
    margin: 0 auto;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card:nth-child(2) {
  transform: translateY(190px);
}
@media (max-width: 1199px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card:nth-child(2) {
    transform: none;
  }
}
@media (max-width: 991px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card:nth-child(2) {
    transform: translateY(50%);
  }
}
@media (max-width: 648px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card:nth-child(2) {
    transform: none;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, #000000 25%, transparent);
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 200ms ease-in-out;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 36px 30px;
  z-index: 10;
}
@media (max-width: 648px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__overlay {
    padding: 30px 20px;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__overlay .wps-service-card__overlay-content {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
}
@media (max-width: 767px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__overlay .wps-service-card__overlay-content {
    font-size: 17px;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__icon {
  position: absolute;
  left: 36px;
  top: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bbd871;
}
@media (max-width: 648px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__icon {
    left: 30px;
    top: 20px;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__icon .wps-service-card__icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__icon .wps-service-card__icon-svg svg {
  display: inline-block;
  width: 36px;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__inner .wps-service-card__image-wrapper .wps-service-card__icon .wps-service-card__icon-svg svg path {
  fill: #ffffff;
  stroke: #ffffff;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__content h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__content h3 {
    font-size: 24px;
  }
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card .wps-service-card__content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 0;
  margin: 0;
  display: none;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card:hover .wps-service-card__inner .wps-service-card__image-wrapper::after {
  opacity: 0.2;
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card:hover .wps-service-card__inner .wps-service-card__image-wrapper img {
  transform: scale(1.05);
}
.wps-services-cards .wps-services-cards__container .wps-services-cards__grid .wps-service-card:hover .wps-service-card__inner .wps-service-card__overlay .wps-service-card__overlay-content {
  opacity: 1;
  transform: translateY(0);
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Homepage Treatments Block Module Styles
 *
 * Example of how to use UI Components mixins in a custom module.
 * This demonstrates extending and overriding UI component styles.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-treatments-slider {
  position: relative;
  width: 100%;
  padding: 160px 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .wps-treatments-slider {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .wps-treatments-slider {
    padding: 120px 0;
  }
}
@media (max-width: 575px) {
  .wps-treatments-slider {
    padding: 100px 0 120px;
  }
}
.wps-treatments-slider .wps-treatments-slider__container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-treatments-slider .wps-treatments-slider__container {
    width: 84%;
  }
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__header-content h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.133;
  letter-spacing: 0;
  color: #b3bac6;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__header-content h3 {
    font-size: 13px;
  }
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__header-content h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.147;
  letter-spacing: -1.5px;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__header-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__header-content h2 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__header-content h2 {
    font-size: 44px;
  }
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  transform: translateY(140px);
  z-index: 1000;
}
@media (max-width: 767px) {
  .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav .wps-treatments-slider__nav-btn {
  all: unset;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  transform: none;
  cursor: pointer;
  background-color: #f0effe;
  transition: background-color 200ms ease-in-out;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav .wps-treatments-slider__nav-btn::before, .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav .wps-treatments-slider__nav-btn::after {
  display: none;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav .wps-treatments-slider__nav-btn svg {
  display: inline-block;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav .wps-treatments-slider__nav-btn svg path {
  stroke: #000000;
  transition: stroke 200ms ease-in-out;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav .wps-treatments-slider__nav-btn.wps-treatments-slider__nav-btn--prev {
  transform: rotate(-180deg);
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav .wps-treatments-slider__nav-btn:hover {
  background-color: #000000;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__header .wps-treatments-slider__nav .wps-treatments-slider__nav-btn:hover svg path {
  stroke: #ffffff;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper {
  width: 100%;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track {
  position: relative;
  width: 100%;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: flex-end;
  will-change: transform;
  transition-timing-function: linear;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card {
  position: relative;
  width: 320px;
  height: 320px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  will-change: width, height;
  transition: width 500ms linear, height 500ms linear;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__image-block {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__image-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__icon-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f36e29;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__icon-badge .wps-treatment-card__icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__icon-badge .wps-treatment-card__icon-svg svg {
  display: inline-block;
  width: 36px;
  fill: #ffffff;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__icon-badge .wps-treatment-card__icon-svg svg path {
  stroke: #ffffff;
  fill: #ffffff;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__title {
  width: 100%;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__title h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__title h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__title h3 {
    font-size: 24px;
  }
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__description {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 500ms ease-in-out;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__description div {
  overflow: hidden;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__description div p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0;
  color: #ffffff;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__description div p {
    font-size: 17px;
  }
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__title,
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card .wps-treatment-card__content .wps-treatment-card__description {
  max-width: 500px;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card.swiper-slide-active {
  width: 560px;
  height: 600px;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card.swiper-slide-active .wps-treatment-card__content .wps-treatment-card__description {
  transition-delay: 300ms;
  grid-template-rows: 1fr;
}
.wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card.swiper-slide-prev, .wps-treatments-slider .wps-treatments-slider__container .wps-treatments-slider__wrapper .wps-treatments-slider__track .wps-treatments-slider-items__container .wps-treatment-card.swiper-slide-next {
  width: 440px;
  height: 440px;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Homepage Review Ratings Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-review-ratings {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.wps-review-ratings .wps-review-ratings__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-review-ratings .wps-review-ratings__container {
    width: 84%;
  }
}
.wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item {
  position: relative;
  width: 100%;
  text-decoration: none;
}
.wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item:nth-child(2) {
  border-left: 2px solid rgba(179, 186, 198, 0.2);
  border-right: 2px solid rgba(179, 186, 198, 0.2);
}
@media (max-width: 767px) {
  .wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 2px solid rgba(179, 186, 198, 0.2);
    border-bottom: 2px solid rgba(179, 186, 198, 0.2);
  }
}
.wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item .wps-review-rating-item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item .wps-review-rating-item__inner {
    max-width: 300px;
    margin: 0 auto;
  }
}
.wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item .wps-review-rating-item__inner .wps-review-rating-item__logo {
  width: 100%;
  width: 160px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item .wps-review-rating-item__inner .wps-review-rating-item__logo img {
  display: inline-block;
  width: auto;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item .wps-review-rating-item__inner .wps-review-rating-item__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item .wps-review-rating-item__inner .wps-review-rating-item__rating .wps-review-rating-item__count {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-review-ratings .wps-review-ratings__container .wps-review-ratings__items .wps-review-rating-item .wps-review-rating-item__inner .wps-review-rating-item__rating .wps-review-rating-item__count {
    font-size: 14px;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Homepage Doctor Team Showcase Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-doctor-team-showcase {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container {
    width: 84%;
  }
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 90px;
}
@media (max-width: 1399px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main {
    grid-template-columns: 1fr 1fr;
    gap: 90px 60px;
  }
}
@media (max-width: 991px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main {
    gap: 90px 40px;
  }
}
@media (max-width: 767px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-image-wrapper img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content {
  display: flex;
  flex-direction: column;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content h3 {
    font-size: 24px;
  }
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content p {
    font-size: 17px;
  }
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  max-width: 260px;
  color: #ffffff;
  background-color: #a0519f;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content a .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffcb05;
  transition: right 300ms ease-in-out;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content a .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content a .icon svg path {
  stroke: #ffffff;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content a:hover {
  padding: 0 40px 0 90px;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content a:hover span {
  right: calc(100% - 60px);
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__profile-card .wps-doctor-team-showcase__profile-content a:hover span svg {
  transform: rotate(0deg);
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f0effe;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__hero .wps-doctor-team-showcase__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-color: #f0effe;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__hero .wps-doctor-team-showcase__hero-image-wrapper img {
  position: relative;
  display: block;
  width: 100%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  z-index: 10;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__hero .wps-doctor-team-showcase__hero-image-wrapper .patterns {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__hero .wps-doctor-team-showcase__hero-image-wrapper .patterns .wps-doctor-team-showcase__deco--1 {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: scale(1.35) translateY(15%);
  background-color: #a0519f;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__hero .wps-doctor-team-showcase__hero-image-wrapper .patterns .wps-doctor-team-showcase__deco--2 {
  position: absolute;
  left: 0;
  top: 10%;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__hero .wps-doctor-team-showcase__hero-image-wrapper .patterns .wps-doctor-team-showcase__deco--3 {
  position: absolute;
  top: 0;
  right: 5%;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__hero .wps-doctor-team-showcase__hero-image-wrapper .patterns .wps-doctor-team-showcase__deco--3 svg {
  position: relative;
  transform: translateY(20%) rotate(90deg);
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media (max-width: 1199px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section {
    grid-column: 1/-1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: left;
  }
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials {
    align-items: flex-start;
    text-align: left;
  }
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials p {
    font-size: 17px;
  }
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  max-width: 260px;
  color: #ffffff;
  background-color: #f36e29;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials a .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #bbd871;
  transition: right 300ms ease-in-out;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials a .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials a .icon svg path {
  stroke: #ffffff;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials a:hover {
  padding: 0 40px 0 90px;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials a:hover span {
  right: calc(100% - 60px);
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__credentials a:hover span svg {
  transform: rotate(0deg);
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__team-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__main .wps-doctor-team-showcase__team-section .wps-doctor-team-showcase__team-image-wrapper img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__logos {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 90px;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__logos .wps-doctor-team-showcase__logos-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1199px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__logos .wps-doctor-team-showcase__logos-grid {
    gap: 100px;
  }
}
@media (max-width: 991px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__logos .wps-doctor-team-showcase__logos-grid {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__logos .wps-doctor-team-showcase__logos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
  }
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__logos .wps-doctor-team-showcase__logos-grid .wps-doctor-team-showcase__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wps-doctor-team-showcase .wps-doctor-team-showcase__container .wps-doctor-team-showcase__logos .wps-doctor-team-showcase__logos-grid .wps-doctor-team-showcase__logo-item img {
  max-height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Homepage Office Tour Hero Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-office-tour-hero {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-office-tour-hero .wps-office-tour-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: #000000;
  opacity: 0.2;
}
.wps-office-tour-hero .wps-office-tour-hero__container {
  position: relative;
  padding: 200px 0 100px;
  z-index: 2;
}
@media (max-width: 991px) {
  .wps-office-tour-hero .wps-office-tour-hero__container {
    padding: 140px 0 100px;
  }
}
@media (max-width: 767px) {
  .wps-office-tour-hero .wps-office-tour-hero__container {
    padding: 120px 0 100px;
  }
}
@media (max-width: 575px) {
  .wps-office-tour-hero .wps-office-tour-hero__container {
    padding: 100px 0;
  }
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content {
    width: 84%;
  }
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #ffffff;
  padding: 0;
  margin: 0;
  max-width: 820px;
}
@media (max-width: 991px) {
  .wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content p {
    font-size: 24px;
  }
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  max-width: 260px;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 90px 0 40px;
  border-radius: 1000px;
  color: #ffffff;
  background-color: #29b7ca !important;
  overflow: hidden;
  transition: padding 300ms ease-in-out;
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content a .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #bbd871;
  transition: right 300ms ease-in-out;
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content a .icon svg {
  position: relative;
  display: inline-block;
  transform: rotate(-45deg);
  transition: right 350ms ease-in-out;
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content a .icon svg path {
  stroke: #ffffff;
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content a:hover {
  padding: 0 40px 0 90px;
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content a:hover span {
  right: calc(100% - 60px);
}
.wps-office-tour-hero .wps-office-tour-hero__container .wps-office-tour-hero__content a:hover span svg {
  transform: rotate(0deg);
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Homepage Testimonials Section Module Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-homepage-testimonials-section {
  position: relative;
  width: 100%;
  padding: 180px 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .wps-homepage-testimonials-section {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .wps-homepage-testimonials-section {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .wps-homepage-testimonials-section {
    padding: 120px 0 200px;
  }
}
@media (max-width: 575px) {
  .wps-homepage-testimonials-section {
    padding: 100px 0 200px;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container {
    width: 84%;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 0 80px;
  border-top: 1px solid rgba(179, 186, 198, 0.2);
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.133;
  letter-spacing: 0;
  color: #b3bac6;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label h2 {
    font-size: 13px;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation .wps-homepage-testimonials-section__nav-button {
  all: unset;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  transform: none;
  cursor: pointer;
  background-color: #f0effe;
  transition: background-color 200ms ease-in-out;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation .wps-homepage-testimonials-section__nav-button::before, .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation .wps-homepage-testimonials-section__nav-button::after {
  display: none;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation .wps-homepage-testimonials-section__nav-button svg {
  display: inline-block;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation .wps-homepage-testimonials-section__nav-button svg path {
  stroke: #000000;
  transition: stroke 200ms ease-in-out;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation .wps-homepage-testimonials-section__nav-button.wps-homepage-testimonials-section__nav-button--prev {
  transform: rotate(-180deg);
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation .wps-homepage-testimonials-section__nav-button:hover {
  background-color: #000000;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__label .wps-homepage-testimonials-section__navigation .wps-homepage-testimonials-section__nav-button:hover svg path {
  stroke: #ffffff;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content {
  position: relative;
  width: 100%;
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card {
  position: relative;
  flex-basis: 440px;
  flex-shrink: 0;
  z-index: 1000;
  border-radius: 20px;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card {
    width: 100%;
    flex-basis: auto;
    flex-shrink: 1;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 140px;
  padding: 40px;
  border-radius: 20px;
  z-index: 100;
  background-color: #a0519f;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .top {
  width: 100%;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .top h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: -1px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .top h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .top h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .bottom {
  width: 100%;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .bottom img {
  display: block;
  max-width: 100px;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .bottom p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0;
  color: #ffffff;
  padding: 0;
  margin: 12px 0 30px;
}
@media (max-width: 575px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .bottom p {
    font-size: 17px;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .bottom .wps-homepage-testimonials-section__card-avatars {
  width: 180px;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .bottom .wps-homepage-testimonials-section__card-avatars .wps-homepage-testimonials-section__card-avatar {
  width: 100%;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__static-card .wps-homepage-testimonials-section__static-card-content .bottom .wps-homepage-testimonials-section__card-avatars .wps-homepage-testimonials-section__card-avatar img {
  display: block;
  width: 100%;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper {
  position: relative;
  width: 100%;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials {
  height: 100%;
  display: flex;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial {
  display: block;
  width: 440px;
  height: 100%;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: #f0effe;
}
@media (max-width: 575px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card {
    padding: 30px;
  }
}
@media (max-width: 498px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card {
    padding: 30px 20px;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-info .wps-homepage-testimonials-section__testimonial-photo {
  width: 100px;
  height: 100px;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-info .wps-homepage-testimonials-section__testimonial-photo img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-info h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.578;
  letter-spacing: 0;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-info h3 {
    font-size: 17px;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #b3bac6;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-content img {
  display: inline-block;
  width: auto;
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-content blockquote {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section__content .wps-homepage-testimonials-section__slider-wrapper .wps-homepage-testimonials-cards-section__swiper .wps-homepage-testimonials-cards-section__testimonials .wps-homepage-testimonials-section__testimonial .wps-homepage-testimonials-section__testimonial-card .wps-homepage-testimonials-section__testimonial-content blockquote {
    font-size: 22px;
  }
}
.wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section-bg__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  transform: translateX(-100%);
  background-color: #ffffff;
  z-index: 5;
}
@media (max-width: 991px) {
  .wps-homepage-testimonials-section .wps-homepage-testimonials-section__container .wps-homepage-testimonials-section-bg__overlay {
    display: none;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Homepage Why Choose Features Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-why-choose-features {
  position: relative;
  width: 100%;
  padding-top: 120px;
  background-color: #29b7ca;
}
.wps-why-choose-features .wps-why-choose-features__container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__header {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__header {
    width: 84%;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__header .wps-why-choose-features__heading {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__header .wps-why-choose-features__heading {
    margin-bottom: 40px;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__header .wps-why-choose-features__heading h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: -1px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__header .wps-why-choose-features__heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__header .wps-why-choose-features__heading h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main {
  width: 100%;
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main {
    flex-direction: column;
    gap: 20px;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper {
    width: 100%;
    order: 2;
    justify-content: center;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper img {
  position: absolute;
  display: block;
  width: 100%;
  height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 10;
}
@media (max-width: 1199px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper img {
    width: auto;
    height: 90%;
  }
}
@media (max-width: 1098px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper img {
    height: 80%;
  }
}
@media (max-width: 1048px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper img {
    height: 70%;
  }
}
@media (max-width: 991px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper img {
    position: relative;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper .wps-why-choose-features__deco-circle-wrapper {
  position: absolute;
  inset: 0;
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper .wps-why-choose-features__deco-circle-wrapper .wps-why-choose-features__deco-circle {
  position: relative;
  width: 110%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffcb05;
  transform: translate(-10%, 15%);
}
@media (max-width: 991px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__image-wrapper .wps-why-choose-features__deco-circle-wrapper .wps-why-choose-features__deco-circle {
    transform: translate(-5%, 15%);
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features {
  position: relative;
  width: 50%;
  display: flex;
  padding: 40px 0 80px;
}
@media (max-width: 991px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features {
    width: 90%;
    order: 1;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features {
    width: 84%;
    padding: 0;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items {
  position: relative;
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items {
    padding: 0;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items::before {
    display: none;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item {
    align-items: center;
    padding: 30px 0;
  }
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item:last-child::before {
  display: none;
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item .wps-why-choose-features__icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #bbd871;
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item .wps-why-choose-features__icon-wrapper .wps-why-choose-features__icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item .wps-why-choose-features__icon-wrapper .wps-why-choose-features__icon-svg svg {
  display: inline-block;
  width: 46px;
  fill: #ffffff;
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item .wps-why-choose-features__icon-wrapper .wps-why-choose-features__icon-svg svg path {
  stroke: #ffffff;
  fill: #ffffff;
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item .wps-why-choose-features__item-content {
  width: 100%;
}
.wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item .wps-why-choose-features__item-content h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item .wps-why-choose-features__item-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-why-choose-features .wps-why-choose-features__container .wps-why-choose-features__main .wps-why-choose-features__features .wps-why-choose-features__items .wps-why-choose-features__item .wps-why-choose-features__item-content h3 {
    font-size: 24px;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Inside Page FAQ Section Module Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-insidepage-faq-section {
  position: relative;
  width: 100%;
  padding: 180px 0;
  background-color: #f0effe;
}
@media (max-width: 1199px) {
  .wps-insidepage-faq-section {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .wps-insidepage-faq-section {
    padding: 120px 0;
  }
}
@media (max-width: 575px) {
  .wps-insidepage-faq-section {
    padding: 100px 0;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container {
    width: 84%;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
  }
}
@media (max-width: 575px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid {
    gap: 60px;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 991px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header {
    max-width: 320px;
    margin: 0 auto;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header .wps-insidepage-faq-section__header-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header .wps-insidepage-faq-section__header-wrapper {
    align-items: center;
    text-align: center;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header .wps-insidepage-faq-section__header-wrapper h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: -1px;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header .wps-insidepage-faq-section__header-wrapper h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header .wps-insidepage-faq-section__header-wrapper h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header .wps-insidepage-faq-section__header-wrapper p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__header .wps-insidepage-faq-section__header-wrapper p {
    font-size: 17px;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content {
  width: 100%;
  max-width: 920px;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__question {
  all: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__question .wps-insidepage-faq-section__question-text {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.578;
  letter-spacing: 0;
  color: #7a8392;
  padding: 0;
  margin: 0;
  transition: color 200ms ease-in-out;
}
@media (max-width: 767px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__question .wps-insidepage-faq-section__question-text {
    font-size: 17px;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__question .wps-insidepage-faq-section__icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__question .wps-insidepage-faq-section__icon .wps-insidepage-faq-section__icon-plus,
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__question .wps-insidepage-faq-section__icon .wps-insidepage-faq-section__icon-minus {
  content: "";
  position: absolute;
  background-color: #7a8392;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__question .wps-insidepage-faq-section__icon .wps-insidepage-faq-section__icon-plus {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__question .wps-insidepage-faq-section__icon .wps-insidepage-faq-section__icon-minus {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  max-height: none !important;
  transition: grid-template-rows 300ms linear;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__answer .wps-insidepage-faq-section__answer-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__answer .wps-insidepage-faq-section__answer-content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.578;
  letter-spacing: 0;
  color: #000000;
  padding: 0;
  margin: 0;
  padding-bottom: 0;
  transition: padding-bottom 300ms linear;
}
@media (max-width: 767px) {
  .wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item .wps-insidepage-faq-section__answer .wps-insidepage-faq-section__answer-content p {
    font-size: 17px;
  }
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item.active .wps-insidepage-faq-section__question-text {
  color: #000000;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item.active .wps-insidepage-faq-section__icon .wps-insidepage-faq-section__icon-minus {
  opacity: 0;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item.active .wps-insidepage-faq-section__answer {
  grid-template-rows: 1fr;
  max-height: none !important;
}
.wps-insidepage-faq-section .wps-insidepage-faq-section__container .wps-insidepage-faq-section__grid .wps-insidepage-faq-section__content .wps-insidepage-faq-section__items .wps-insidepage-faq-section__item.active .wps-insidepage-faq-section__answer .wps-insidepage-faq-section__answer-content p {
  padding-bottom: 20px;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Insidepage Intro Section Styles
 *
 * Styles for the "Insidepage Intro Section" with flexible layout options.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-intro-block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wps-intro-block .wps-intro-block__container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-heading {
  width: 90%;
  max-width: 1400px;
  padding-top: 120px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-heading {
    width: 84%;
    padding-top: 90px;
  }
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-heading h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: -1px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-heading h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content {
  position: relative;
  width: 100%;
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content {
    flex-direction: column;
    gap: 80px;
  }
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__image-wrapper,
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper {
  width: 50%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__image-wrapper,
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper {
    width: 100%;
  }
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__image-wrapper {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__image-wrapper {
    justify-content: center;
    order: 2;
  }
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__image-wrapper,
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__image-bg {
  position: relative;
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__image-wrapper img,
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__image-bg img {
  display: block;
  width: auto;
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper {
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper {
    justify-content: center;
    order: 1;
    padding: 80px 0 0;
  }
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
}
@media (max-width: 991px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content {
    width: 84%;
  }
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #ffffff;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content h2 {
    font-size: 24px;
  }
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 0;
  margin: 0 0 40px;
}
.wps-intro-block .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content p:nth-last-of-type(1) {
  margin: 0;
}
.wps-intro-block--purple {
  background-color: #a0519f;
}
.wps-intro-block--teal-blue {
  background-color: #29b7ca;
}
.wps-intro-block--orange {
  background-color: #f36e29;
}
.wps-intro-block--gray {
  background-color: #f0effe;
}
.wps-intro-block--gray .wps-intro-block__container .wps-intro-block__section-heading h2 {
  color: #000000;
}
.wps-intro-block--gray .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content h2,
.wps-intro-block--gray .wps-intro-block__container .wps-intro-block__section-content .wps-intro-block__content-wrapper .wps-intro-block__content p {
  color: #000000;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Orthodontist Doctor Content Styles
 *
 * Styles for the "Orthodontist Doctor Content" element.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-content-card {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-content-card .wps-content-card__inner {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 15px 4px 50px 0px rgba(122, 131, 146, 0.15);
}
@media (max-width: 767px) {
  .wps-content-card .wps-content-card__inner {
    width: 84%;
  }
}
.wps-content-card .wps-content-card__inner .wps-content-card__image-wrapper {
  flex-basis: 320px;
  flex-shrink: 0;
}
.wps-content-card .wps-content-card__inner .wps-content-card__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-content-card .wps-content-card__inner .wps-content-card__content-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 60px;
}
.wps-content-card .wps-content-card__inner .wps-content-card__content-wrapper .wps-content-card__content {
  width: 90%;
  max-width: 480px;
}
.wps-content-card .wps-content-card__inner .wps-content-card__content-wrapper .wps-content-card__content h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-content-card .wps-content-card__inner .wps-content-card__content-wrapper .wps-content-card__content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-content-card .wps-content-card__inner .wps-content-card__content-wrapper .wps-content-card__content h2 {
    font-size: 24px;
  }
}
.wps-content-card .wps-content-card__inner .wps-content-card__content-wrapper .wps-content-card__content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-content-card .wps-content-card__inner .wps-content-card__content-wrapper .wps-content-card__content p {
    font-size: 17px;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Insidepage Two Column Content Styles
 *
 * Styles for the "Insidepage Two Column Content" element with image and content side-by-side.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-two-column-content {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-two-column-content .wps-two-column-content__container {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .wps-two-column-content .wps-two-column-content__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .wps-two-column-content .wps-two-column-content__container {
    width: 84%;
  }
}
.wps-two-column-content .wps-two-column-content__container .wps-two-column-content__image-column {
  width: 100%;
  max-width: 360px;
}
.wps-two-column-content .wps-two-column-content__container .wps-two-column-content__image-column img {
  display: block;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-two-column-content .wps-two-column-content__container .wps-two-column-content__content-column {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .wps-two-column-content .wps-two-column-content__container .wps-two-column-content__content-column {
    max-width: none;
  }
}
.wps-two-column-content .wps-two-column-content__container .wps-two-column-content__content-column .wps-two-column-content__content {
  width: 100%;
}
.wps-two-column-content .wps-two-column-content__container .wps-two-column-content__content-column .wps-two-column-content__content h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-two-column-content .wps-two-column-content__container .wps-two-column-content__content-column .wps-two-column-content__content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-two-column-content .wps-two-column-content__container .wps-two-column-content__content-column .wps-two-column-content__content h2 {
    font-size: 24px;
  }
}
.wps-two-column-content .wps-two-column-content__container .wps-two-column-content__content-column .wps-two-column-content__content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-two-column-content .wps-two-column-content__container .wps-two-column-content__content-column .wps-two-column-content__content p {
    font-size: 17px;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Insidepage Two Column Short Content Styles
 *
 * Styles for the "Insidepage Two Column Short Content" element.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-two-column-short-content {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-two-column-short-content--left {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .wps-two-column-short-content--left {
    padding-left: 10%;
  }
}
@media (max-width: 767px) {
  .wps-two-column-short-content--left {
    padding-left: 8%;
    padding-right: 10%;
    margin-bottom: 80px;
  }
}
.wps-two-column-short-content--right {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .wps-two-column-short-content--right {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .wps-two-column-short-content--right {
    padding-left: 8%;
    padding-right: 10%;
    margin-bottom: 0;
  }
}
.wps-two-column-short-content .wps-two-column-short-content__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__image-column {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 50%;
  background-color: #bbd871;
}
.wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__image-column img {
  display: block;
  width: auto;
}
.wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__content-column {
  width: 100%;
  max-width: 640px;
}
.wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__content-column h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: -1px;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__content-column h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__content-column h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__content-column .wps-two-column-short-content__description {
  width: 100%;
  margin-top: 20px;
}
.wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__content-column .wps-two-column-short-content__description p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0 0 30px;
}
.wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__content-column .wps-two-column-short-content__description p:nth-last-of-type(1) {
  margin: 0;
}
@media (max-width: 575px) {
  .wps-two-column-short-content .wps-two-column-short-content__container .wps-two-column-short-content__content-column .wps-two-column-short-content__description p {
    font-size: 17px;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Pediatric Dentist Content Styles
 *
 * Styles for the "Pediatric Dentist Content" element.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-fullwidth-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wps-fullwidth-banner--purple {
  background-color: #a0519f;
}
.wps-fullwidth-banner--teal-blue {
  background-color: #29b7ca;
}
.wps-fullwidth-banner--orange {
  background-color: #f36e29;
}
.wps-fullwidth-banner--gray {
  background-color: #f0effe;
}
.wps-fullwidth-banner .wps-fullwidth-banner__container {
  position: relative;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container {
    flex-direction: column;
  }
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper,
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper {
  width: 50%;
  display: flex;
  overflow: hidden;
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper {
  position: relative;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper {
    width: 100%;
    justify-content: center;
    order: 2;
  }
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper .wps-fullwidth-banner__image-deco-wrapper {
  position: absolute;
  inset: 0;
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper .wps-fullwidth-banner__image-deco-wrapper .wps-fullwidth-banner__image-deco {
  position: relative;
  width: 110%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffcb05;
  transform: translate(-10%, 15%);
}
@media (max-width: 991px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper .wps-fullwidth-banner__image-deco-wrapper .wps-fullwidth-banner__image-deco {
    transform: translate(-5%, 15%);
  }
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper .wps-fullwidth-banner__image-bg {
  position: relative;
  transform: translateX(-5%);
  margin-top: 60px;
}
@media (max-width: 991px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper .wps-fullwidth-banner__image-bg {
    transform: none;
    margin-top: 0;
  }
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__image-wrapper .wps-fullwidth-banner__image-bg img {
  position: relative;
  display: block;
  width: auto;
  z-index: 10;
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper {
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper {
    width: 100%;
    order: 1;
  }
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper .wps-fullwidth-banner__content {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
}
@media (max-width: 991px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper .wps-fullwidth-banner__content {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper .wps-fullwidth-banner__content {
    width: 84%;
  }
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper .wps-fullwidth-banner__content h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.166;
  letter-spacing: -1px;
  color: #ffffff;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper .wps-fullwidth-banner__content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper .wps-fullwidth-banner__content h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper .wps-fullwidth-banner__content p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 0;
  margin: 0 0 40px;
}
.wps-fullwidth-banner .wps-fullwidth-banner__container .wps-fullwidth-banner__content-wrapper .wps-fullwidth-banner__content p:nth-last-of-type(1) {
  margin: 0;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Insidepage What Sets Us Apart Styles
 *
 * Styles for the "What Sets Us Apart" section with feature items.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-accreditation-logos {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-accreditation-logos .wps-accreditation-logos__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-accreditation-logos .wps-accreditation-logos__container {
    width: 84%;
  }
}
.wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__header {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__header h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__header h2 {
    font-size: 24px;
  }
}
.wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__grid {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1199px) {
  .wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__grid {
    gap: 100px;
  }
}
@media (max-width: 991px) {
  .wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__grid {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
  }
}
.wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__grid .wps-accreditation-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wps-accreditation-logos .wps-accreditation-logos__container .wps-accreditation-logos__grid .wps-accreditation-logos__item img {
  max-height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Inside Page Treatment Grid Module Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-insidepage-treatment-grid {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__container {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__container {
    width: 84%;
  }
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__header {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__header {
    margin-bottom: 30px;
  }
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__heading {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__heading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__heading {
    font-size: 24px;
  }
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__grid {
  width: 100%;
  display: grid;
  gap: 60px 40px;
}
@media (max-width: 767px) {
  .wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__grid {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__grid {
    gap: 30px;
  }
}
.wps-insidepage-treatment-grid--cols-2 .wps-insidepage-treatment-grid__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .wps-insidepage-treatment-grid--cols-2 .wps-insidepage-treatment-grid__grid {
    grid-template-columns: 1fr;
  }
}
.wps-insidepage-treatment-grid--cols-3 .wps-insidepage-treatment-grid__grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .wps-insidepage-treatment-grid--cols-3 .wps-insidepage-treatment-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .wps-insidepage-treatment-grid--cols-3 .wps-insidepage-treatment-grid__grid {
    grid-template-columns: 1fr;
  }
}
.wps-insidepage-treatment-grid--cols-4 .wps-insidepage-treatment-grid__grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .wps-insidepage-treatment-grid--cols-4 .wps-insidepage-treatment-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .wps-insidepage-treatment-grid--cols-4 .wps-insidepage-treatment-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .wps-insidepage-treatment-grid--cols-4 .wps-insidepage-treatment-grid__grid {
    grid-template-columns: 1fr;
  }
}
.wps-insidepage-treatment-grid--img-small .wps-insidepage-treatment-grid__item-image {
  width: 80px;
  height: 80px;
}
.wps-insidepage-treatment-grid--img-medium .wps-insidepage-treatment-grid__item-image {
  width: 100px;
  height: 100px;
}
.wps-insidepage-treatment-grid--img-large .wps-insidepage-treatment-grid__item-image {
  width: 120px;
  height: 120px;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item {
    gap: 15px;
  }
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item-link {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  transition: -webkit-text-decoration 200ms ease-in-out;
  transition: text-decoration 200ms ease-in-out;
  transition: text-decoration 200ms ease-in-out, -webkit-text-decoration 200ms ease-in-out;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item-link:hover .wps-insidepage-treatment-grid__item-title {
  text-decoration: underline;
  color: #a0519f;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item-image {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item-title {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
  transition: color 200ms ease-in-out;
}
@media (max-width: 575px) {
  .wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item-title {
    font-size: 17px;
  }
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item--default .wps-insidepage-treatment-grid__item-title {
  color: #000000;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item--primary .wps-insidepage-treatment-grid__item-title {
  color: #000000;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item--underlined .wps-insidepage-treatment-grid__item-title {
  text-decoration: underline;
  color: #000000;
}
.wps-insidepage-treatment-grid .wps-insidepage-treatment-grid__item--primary-underlined .wps-insidepage-treatment-grid__item-title {
  text-decoration: underline;
  color: #000000;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Inside Page Process Items Module Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-insidepage-process-items {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-insidepage-process-items .wps-insidepage-process-items__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f0effe;
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container {
    width: 84%;
  }
}
@media (max-width: 575px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner {
    width: 84%;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__header {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__header {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__header {
    margin-bottom: 40px;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__header .wps-insidepage-process-items__heading {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__header .wps-insidepage-process-items__heading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__header .wps-insidepage-process-items__heading {
    font-size: 24px;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__header .wps-insidepage-process-items__description {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__header .wps-insidepage-process-items__description {
    font-size: 17px;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 767px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list {
    gap: 80px;
  }
}
@media (max-width: 575px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list {
    gap: 60px;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-image {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-image {
    width: 100px;
    height: 100px;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-image img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-content {
  width: 100%;
  max-width: 680px;
  padding-top: 10px;
}
@media (max-width: 575px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-content {
    padding-top: 0;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-content .wps-insidepage-process-items__item-title {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-content .wps-insidepage-process-items__item-title {
    font-size: 22px;
  }
}
.wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-content .wps-insidepage-process-items__item-description p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-insidepage-process-items .wps-insidepage-process-items__container .wps-insidepage-process-items__inner .wps-insidepage-process-items__list .wps-insidepage-process-items__item .wps-insidepage-process-items__item-content .wps-insidepage-process-items__item-description p {
    font-size: 17px;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Inside Page Schedule Consultation Section Module Styles
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-feature-cards {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background-color: #f0effe;
}
@media (max-width: 575px) {
  .wps-feature-cards {
    padding: 100px 0;
  }
}
.wps-feature-cards .wps-feature-cards__container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-feature-cards .wps-feature-cards__container {
    width: 84%;
  }
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__intro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .wps-feature-cards .wps-feature-cards__container .wps-feature-cards__intro {
    font-size: 22px;
  }
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media (max-width: 1199px) {
  .wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid {
    grid-template-columns: 1fr;
  }
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item {
  width: 100%;
  padding: 50px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 15px 4px 50px 0px rgba(122, 131, 146, 0.15);
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item {
    padding: 30px;
  }
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card {
  width: 100%;
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__title {
  width: 100%;
  max-width: 520px;
  margin-bottom: 40px;
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__title h3 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__title h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__title h3 {
    font-size: 24px;
  }
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__image-wrapper img {
  display: block;
  width: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__image-wrapper .wps-feature-cards__badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bbd871;
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__image-wrapper .wps-feature-cards__badge img {
  display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__description {
  width: 100%;
  margin-top: 30px;
}
.wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__description p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-feature-cards .wps-feature-cards__container .wps-feature-cards__grid .wps-feature-cards__item .wps-feature-cards__card .wps-feature-cards__description p {
    font-size: 17px;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Orthodontist Doctor Content Styles
 *
 * Styles for the "Orthodontist Doctor Content" element.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-single-testimonial {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-single-testimonial .wps-single-testimonial__container {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-single-testimonial .wps-single-testimonial__container {
    width: 84%;
  }
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__header {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__header h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__header h2 {
    font-size: 24px;
  }
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__video-wrapper a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__video-wrapper a img {
  display: block;
  width: 100%;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__video-wrapper a .wps-single-testimonial__play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #f36e29;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__video-wrapper a .wps-single-testimonial__play-button svg {
  display: inline-block;
  fill: #ffffff;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 60px;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column {
  width: 100%;
  max-width: 280px;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column span {
  display: inline-block;
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.133;
  letter-spacing: 0;
  color: #b3bac6;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 575px) {
  .wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column span {
    font-size: 13px;
  }
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column blockquote {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column blockquote {
    font-size: 22px;
  }
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column .wps-single-testimonial__author {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column .wps-single-testimonial__author img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column .wps-single-testimonial__author .wps-single-testimonial__author-info {
  width: 100%;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column .wps-single-testimonial__author .wps-single-testimonial__author-info .wps-single-testimonial__author-name {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.578;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column .wps-single-testimonial__author .wps-single-testimonial__author-info .wps-single-testimonial__author-name {
    font-size: 17px;
  }
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column .wps-single-testimonial__author .wps-single-testimonial__author-info .wps-single-testimonial__author-source {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__quote-column .wps-single-testimonial__author .wps-single-testimonial__author-info .wps-single-testimonial__author-source {
    font-size: 14px;
  }
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__review-column {
  width: 100%;
  max-width: 560px;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__review-column .wps-single-testimonial__stars {
  display: flex;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__review-column .wps-single-testimonial__review-text {
  width: 100%;
  margin-top: 40px;
}
.wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__review-column .wps-single-testimonial__review-text p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-single-testimonial .wps-single-testimonial__container .wps-single-testimonial__content .wps-single-testimonial__review-column .wps-single-testimonial__review-text p {
    font-size: 17px;
  }
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Types of Braces Section Styles
 *
 * Styles for the "Types of Braces Section" with parent-child structure.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-fullwidth-video {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.wps-fullwidth-video .wps-fullwidth-video__container {
  position: relative;
  width: 100%;
}
.wps-fullwidth-video .wps-fullwidth-video__container a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
.wps-fullwidth-video .wps-fullwidth-video__container a .wps-fullwidth-video__thumbnail-wrapper {
  position: relative;
  width: 100%;
}
.wps-fullwidth-video .wps-fullwidth-video__container a .wps-fullwidth-video__thumbnail-wrapper img {
  display: block;
  width: 100%;
}
.wps-fullwidth-video .wps-fullwidth-video__container a .wps-fullwidth-video__thumbnail-wrapper .wps-fullwidth-video__play-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #f36e29;
}
.wps-fullwidth-video .wps-fullwidth-video__container a .wps-fullwidth-video__thumbnail-wrapper .wps-fullwidth-video__play-btn svg {
  display: inline-block;
  fill: #ffffff;
}
.wps-fullwidth-video .wps-fullwidth-video__modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: 300ms opacity ease-in-out, 300ms visibility ease-in-out;
}
.wps-fullwidth-video .wps-fullwidth-video__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.wps-fullwidth-video .wps-fullwidth-video__modal .wps-fullwidth-video__modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.wps-fullwidth-video .wps-fullwidth-video__modal .wps-fullwidth-video__modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-fullwidth-video .wps-fullwidth-video__modal .wps-fullwidth-video__modal-content {
    width: 84%;
  }
}
.wps-fullwidth-video .wps-fullwidth-video__modal .wps-fullwidth-video__modal-content .wps-fullwidth-video__modal-close {
  all: unset;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, -30px);
  cursor: pointer;
  background-color: transparent;
}
.wps-fullwidth-video .wps-fullwidth-video__modal .wps-fullwidth-video__modal-content .wps-fullwidth-video__modal-close svg {
  display: inline-block;
  width: 30px;
  fill: #ffffff;
}
.wps-fullwidth-video .wps-fullwidth-video__modal .wps-fullwidth-video__modal-content .wps-fullwidth-video__modal-video {
  position: relative;
  width: 100%;
}
.wps-fullwidth-video .wps-fullwidth-video__modal .wps-fullwidth-video__modal-content .wps-fullwidth-video__modal-video iframe {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 500px;
}

/**
 * UI Components Variables
 *
 * Centralized variables for reusable UI components (buttons, titles, descriptions).
 * These can be overridden in module-specific SCSS files.
 *
 * @package    WPSCT
 * @subpackage Settings
 * @since      3.0.0
 */
/**
 * UI Components Mixins
 *
 * Reusable mixins for generating UI component styles.
 * Use these mixins in module SCSS files to create consistent components.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Generate button base styles
 *
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate button style variant
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 */
/**
 * Complete button mixin - combines base and style
 *
 * @param {string} $style - Button style (primary, secondary, outline)
 * @param {string} $size - Button size (small, medium, large)
 */
/**
 * Generate title/heading styles
 *
 * @param {string} $size - Title size (small, medium, large, xlarge)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Generate description/paragraph styles
 *
 * @param {string} $size - Description size (small, medium, large)
 * @param {string} $align - Text alignment (left, center, right)
 */
/**
 * Responsive button size adjustments
 *
 * @param {string} $size - Base button size
 */
/**
 * Responsive title size adjustments
 *
 * @param {string} $size - Base title size
 */
/**
 * Responsive description size adjustments
 *
 * @param {string} $size - Base description size
 */
/**
 * Customizable Button Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $padding-y - Vertical padding (default: uses size preset)
 * @param {string|number} $padding-x - Horizontal padding (default: uses size preset)
 * @param {string} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: uses style preset)
 * @param {string} $bg-color - Background color (default: uses style preset)
 * @param {string} $border-radius - Border radius (default: 4px)
 * @param {string} $style - Style preset (primary, secondary, outline) or null for custom
 * @param {string} $hover-bg - Hover background color (optional)
 * @param {string} $hover-color - Hover text color (optional)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint (md: 768px)
 * @param {string} $mobile-size - Predefined size for mobile breakpoint (sm: 576px)
 * @param {string|number} $tablet-padding-y - Padding Y for tablet
 * @param {string|number} $tablet-padding-x - Padding X for tablet
 * @param {string|number} $mobile-padding-y - Padding Y for mobile
 * @param {string|number} $mobile-padding-x - Padding X for mobile
 */
/**
 * Customizable Heading Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large, xlarge) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #2c3e50)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 700)
 * @param {string|number} $line-height - Line height (default: 1.2)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * Customizable Text/Description Mixin with Auto-Detected Responsive Support
 * 
 * Responsive is automatically enabled if any responsive parameter is provided.
 * 
 * @param {string} $size - Size preset (small, medium, large) or null for custom
 * @param {string|number} $font-size - Font size (default: uses size preset)
 * @param {string} $color - Text color (default: #555)
 * @param {string|number} $margin - Margin (default: 0)
 * @param {string|number} $font-weight - Font weight (default: 400)
 * @param {string|number} $line-height - Line height (default: 1.6)
 * @param {string} $align - Text alignment (left, center, right) (default: left)
 * @param {string} $tablet-size - Predefined size for tablet breakpoint
 * @param {string} $mobile-size - Predefined size for mobile breakpoint
 * @param {string|number} $tablet-font-size - Custom font size for tablet
 * @param {string|number} $mobile-font-size - Custom font size for mobile
 */
/**
 * UI Components Functions
 *
 * Utility functions for UI component calculations and helpers.
 *
 * @package    WPSCT
 * @subpackage Tools
 * @since      3.0.0
 */
/**
 * Get button size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @param {string} $property - Property name (padding-y, padding-x, font-size)
 * @return {value} The property value
 */
/**
 * Get button style value
 *
 * @param {string} $style - Style name (primary, secondary, outline)
 * @param {string} $property - Property name
 * @return {value} The property value
 */
/**
 * Get title size value
 *
 * @param {string} $size - Size name (small, medium, large, xlarge)
 * @return {value} Font size value
 */
/**
 * Get description size value
 *
 * @param {string} $size - Size name (small, medium, large)
 * @return {value} Font size value
 */
/**
 * Calculate responsive font size
 *
 * @param {value} $base-size - Base font size
 * @param {value} $reduction - Amount to reduce
 * @return {value} Reduced font size
 */
/**
 * Insidepage Two Column Content Styles
 *
 * Styles for the "Insidepage Two Column Content" element with image and content side-by-side.
 *
 * @package    WPSCT
 * @subpackage WPBakery_Modules
 * @since      3.0.0
 */
.wps-video-section {
  position: relative;
  width: 100%;
  background-color: #f0effe;
}
.wps-video-section .wps-video-section__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wps-video-section .wps-video-section__container {
    width: 84%;
  }
}
.wps-video-section .wps-video-section__container .wps-video-section__header {
  width: 100%;
  max-width: 920px;
  text-align: center;
  margin: 0 auto 60px;
}
.wps-video-section .wps-video-section__container .wps-video-section__header h2 {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.437;
  letter-spacing: -2%;
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .wps-video-section .wps-video-section__container .wps-video-section__header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .wps-video-section .wps-video-section__container .wps-video-section__header h2 {
    font-size: 24px;
  }
}
.wps-video-section .wps-video-section__container .wps-video-section__header p {
  font-family: "Volte Rounded", arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0%;
  color: #7a8392;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .wps-video-section .wps-video-section__container .wps-video-section__header p {
    font-size: 17px;
  }
}
.wps-video-section .wps-video-section__container .wps-video-section__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .wps-video-section .wps-video-section__container .wps-video-section__grid {
    grid-template-columns: 1fr;
  }
}
.wps-video-section .wps-video-section__container .wps-video-section__grid .wps-video-section__item {
  position: relative;
  width: 100%;
}
.wps-video-section .wps-video-section__container .wps-video-section__grid .wps-video-section__item a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
}
.wps-video-section .wps-video-section__container .wps-video-section__grid .wps-video-section__item a .wps-video-section__thumbnail-wrapper {
  position: relative;
  width: 100%;
}
.wps-video-section .wps-video-section__container .wps-video-section__grid .wps-video-section__item a .wps-video-section__thumbnail-wrapper img {
  display: block;
  width: 100%;
}
.wps-video-section .wps-video-section__container .wps-video-section__grid .wps-video-section__item a .wps-video-section__thumbnail-wrapper .wps-video-section__play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #f36e29;
}
.wps-video-section .wps-video-section__container .wps-video-section__grid .wps-video-section__item a .wps-video-section__thumbnail-wrapper .wps-video-section__play-button svg {
  display: inline-block;
  fill: #ffffff;
}
/*# sourceMappingURL=main.css.map */
