/**
 * @file
 * Subtheme specific CSS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');


 .old-standard-tt-regular {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}


:root{
  --font-karla: "Karla", system-ui, -apple-system, "Segoe UI",
                Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;

  /* defaults (you can override these per component) */
  --font-normal: 400; /* 200–800 */
  --font-bold: 600;
  --font-nromal: normal; /* normal | italic */
  --font-italic: italic;
 --button-bg : #ff592d;
 --text-orange: #ff592d;
  --bg-orange: #ff592d;
 --container-desktop-max-width: 1180px;
 --container-desktop-padding: 20px;
 --container-mobile-max-width: 100%;
 --container-mobile-padding: 16px;
 --paragraph-color: #7a7a7a;
 --text-white: #fff;
 --button-hover: #e4461c;
 --text-black: #2c2a20;
 --font-old-standard: "Old Standard TT", serif;
 
}
body {
    font-family: var(--font-karla);
    font-size: 16px;
    line-height: 100%;
}
body {
    background-color: #fff7f5 !important;
}
.first-two-column h2 {
    font-family: var(--font-old-standard);
    font-size: 86px;
    line-height: 86px;
    color: #fff;
    
}
.header .navbar-expand-xl a[title="Home"] img {
    max-width: 120px;
    /* max-height: 100px; */
}
header #navbar-main,
header #navbar-top {
  background-color: transparent;
}
.path-frontpage .header_main {
    background-color: #fff7f5;
    background-image: url(../images/bg-hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.5; */
}
input.btn-primary {
        background-color: var(--button-bg);
    border-color: var(--button-bg);
}
.button {
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-left: 34px;
    background: var(--button-bg);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 3px 10px 0px rgba(255, 89, 45, 0.19);
    font-family: var(--font-karla);
    font-size: 15px;
    line-height: 15px;
    max-height: 58px;
    display: flex;
}
.btn-primary:hover ,
.button:hover {
    background-color: var(--button-hover) !important; 
    border: 1px solid var(--button-hover) !important;
}
ul.nav li a  {
    font-family: var(--font-karla);
    font-size: 18px;
    line-height: 20px;
    color: #2c2a20;
    padding: 13px 16px 13px 16px !important;
}
ul.nav li a:hover {
    color: var(--button-bg);
}
.btn-primary:hover, .btn-primary:focus {
    background-color: var(--button-hover);
}
.site-footer .content a {
    color: var(--text-orange);
}
.site-footer .content a:hover {
    color: var(--button-hover);
}
.table-responsive  {
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(248, 96, 77, 0.19);
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    padding:  10px ;
}
 .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: #fff;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 0px var(--bs-table-accent-bg);
}
.view-commerce-checkout-order-summary  {
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(248, 96, 77, 0.19);
    margin-top: 30px;
    margin-right: 20px;
    padding: 20px 20px 40px 20px;
}
.order-total-line__total {
    font-size: 18px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
 ul.nav .nav-link:focus,
 ul.nav .nav-link:hover,
 ul.nav .nav-link.active,
 ul.navbar-nav a:focus
 ul.navbar-nav a:hover,
 ul.navbar-nav .nav-link.active {
    color: var(--button-hover);
}
article.node--type-page .field--name-body {
    max-width: var(--container-desktop-max-width);
    margin: 0 auto;  
} 
article.node--type-page .field--name-body a {
    color: var(--bg-orange);
}
article.node--type-page[data-history-node-id="30"] .field--name-body  {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.view-commerce-checkout-order-summary table td {
    background-color: #fff;
    border-bottom: 1px solid var(--bg-orange);
}
.view-commerce-checkout-order-summary table td a {
    color: var(--bg-orange);
}
.view-commerce-checkout-order-summary table td div {
    padding-bottom: 4px;
}
.view-commerce-checkout-order-summary table td .field--type-entity-reference {
    margin-bottom: 0;
}
.view-commerce-checkout-order-summary table td a:hover {
    color: var(--button-hover);
}
.layout-region-checkout-main, .layout-region-checkout-footer {
    float: right;
    box-sizing: border-box;
    width: auto;
    padding-right: 0;
}
form.commerce-checkout-flow {
    max-width: var(--container-desktop-max-width);
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 60px;
}
.row.region {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.alert-wrapper {
    position: relative !important;
}
.paragraph--type--contact-from,
.paragraph--type--title-descriptions-and-views,
.paragraph--type--only-block,
.paragraph--type--connect-to-media,
.paragraph--type--description-and-multiple-images,
.header_bottom_section,
.header_main .header,
.paragraph--type--text-and-image-on-left,
.paragraph--type--text-with-right-image {
        margin: 0 auto;
        max-width: var(--container-desktop-max-width);
}
.path-user .action-links li.nav-link a.btn.btn-secondary[data-drupal-link-system-path$="payment-methods/add"],
.path-user .action-links li.nav-link a.btn.btn-secondary[href$="/payment-methods/add"] {
  display: none !important;
}
.inner-section {
    max-width: var(--container-desktop-max-width);
    margin: 0 auto;
    padding-inline: calc(var(--bs-gutter-x, 1.5rem) * .5);
}
.block-system-main-block .table-responsive {
    margin: 0 auto;
    max-width: var(--container-desktop-max-width);
}
.block-system-main-block .table-responsive table thead tr th {
    background-color: var(--bg-orange);
}
.block-system-main-block .table-responsive table thead tr th:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.block-system-main-block .table-responsive table thead tr th:nth-last-child(1) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.path-user #main-wrapper {
    padding: 0 12px;
}
article.profile {
    max-width: var(--container-desktop-max-width);
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.view-commerce-user-orders,
.user-form {
    max-width: var(--container-desktop-max-width);
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
form.user-form .form-actions {
    max-width: fit-content;
}
.user-form label {
    margin-bottom: 8px;
}
#navbar-top {
    justify-content: end;
}
.block-content-hero_section {
    padding-top: 40px;
}
.hero-sectionmian {
    display: flex;
    justify-content: space-between;
}
.hero-sectionmian .hero-section-left {
    width: 50%;
    padding-right: var(--container-desktop-padding);
}
.hero-sectionmian .hero-section-right {
    width: 50%;
}
.hero-section-img img {
    max-width: 100%;
    max-height: 550px;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 20px;
}
.field--name-field-title-tag {
    padding-bottom: 8px;
    color: var(--text-orange);
    font-weight: var(--font-bold);
        font-size: 18px;
}
.hero-section-left-title {
    font-size: 48px;
    font-weight: var(--font-bold);
    line-height: 59px;
    color: #2c2a20;
    padding-bottom: 12px;
}
.hero-section-left-desp p {
    padding-bottom: 0;
    margin-bottom: 0;
    color: var(--paragraph-color);
}
.hero-section-left-desp {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
    font-weight: var(--font-normal);
}
.field--name-field-link {
    display: flex;
}
.field--name-field-link a {
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-left: 34px;
    background: var(--button-bg);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 3px 10px 0px rgba(255, 89, 45, 0.19);
    font-family: var(--font-karla);
    font-size: 15px;
    line-height: 15px;
    max-height: 58px;
    color: var(--text-white);
    text-decoration: none;
}
.field--name-field-link a:hover {
    background-color: var(--button-hover); 
    color: var(--text-white);
}
.simplenews-subscriber-form {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    border-radius: 20px;
    background-color: var(--bg-orange);
}
.simplenews-subscriber-form h2 {
    font-size: 42px;
    color: var(--text-white);
    font-weight: var(--font-bold);
    line-height: 48px;
    padding-bottom: 14px;
}
.simplenews-subscriber-form .content form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.simplenews-subscriber-form .content form .field--name-mail {
    order: 2;
        margin-bottom: 0 !important;
    padding-right: 25px;
}
.simplenews-subscriber-form .content form .field--name-mail .js-form-type-email {
    margin-bottom: 0 !important;
}
.simplenews-subscriber-form .content form .field--name-mail .js-form-type-email label {
    display: none;
}
.simplenews-subscriber-form .content form .field--name-mail .js-form-type-email input {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.simplenews-subscriber-form .content form .form-item-message {
    order: 1;
    padding-right: 25px;
    color: var(--text-white);
    margin-bottom: 0 !important;
}
.simplenews-subscriber-form .content form .form-actions {
    order: 3;
}
.simplenews-subscriber-form .content form .form-actions input.btn-primary {
    background-color: var(--text-white);
    color: var(--text-orange);
}
.simplenews-subscriber-form .content form .form-actions input.btn-primary:hover {
    background-color: var(--bg-orange);
    border-color: var(--text-white);
    color: var(--text-white);
}
.simplenews-subscriber-form .content form .text-muted {
        color: var(--text-white) !important;
    padding-top: 5px !important;
}
footer.site-footer {
    padding: 20px 0 0 0;
    background-color: #fff7f5;
    background-image: url(../images/bg-hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-content-basic .text-formatted p {
    color: var(--paragraph-color);
    margin-bottom: 0 !important ;
}
.site-footer__bottom .region-footer-fifth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-footer__bottom .region-footer-fifth > .inner-section {
    display: flex;
    align-items: center;
}
.site-footer__bottom .region-footer-fifth .block-content-basic {
    width: 50%;
}
 
.site-footer__bottom .region-footer-fifth .block-content-basic:nth-child(2) {
    text-align: right;
}
.site-footer__top .region img {
    max-width: 100%;
}
.region-footer-first img {
    max-height: 150px;
    width: 150px;
    margin-bottom: 0;
    text-align: center;
}
.region-footer-first .paragraph--type--image-description-and-icons .field--name-field__image {
    text-align: center;
}
.site-footer__top .region .text-formatted {
    color: var(--paragraph-color);
    line-height: 18px;
}
.paragraph--type--only-title-and-icon {
    display: flex;
    padding-bottom: 10px;
}
.paragraph--type--only-title-and-icon .field--name-field-icon {
    padding-right: 12px;
}
.paragraph--type--only-title-and-icon .field--name-field-icon img {
    width: 21px;
    height: 20px;
}
.paragraph--type--only-title-and-icon .field--name-field__title {
    color: var(--paragraph-color);
    line-height: 18px;
}
.site-footer__top .region.region-footer-third ,
.site-footer__top .region.region-footer-second {
    padding-top: 35px;
}
.site-footer__top .region.region-footer-fourth h2,
.site-footer__top .region.region-footer-third h2,
.site-footer__top .region.region-footer-second h2 {
    font-size: 27px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 500;
    color: var(--text-black);
    text-transform: capitalize;
        margin-bottom: 15px;
}
.site-footer__top .region.region-footer-fourth h2::after,
.site-footer__top .region.region-footer-third h2::after,
.site-footer__top .region.region-footer-second h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--bg-orange);
}
.site-footer__top .region.region-footer-third ul.nav,
.site-footer__top .region.region-footer-second ul.nav {
        flex-direction: column;
}
.site-footer__top .region ul.nav li a {
 
    padding: 10px 14px 10px 14px !important;
}
.paragraph--type--image-description-and-icons .field--name-field__link a {
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-left: 34px;
    background: var(--button-bg);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 3px 10px 0px rgba(255, 89, 45, 0.19);
    font-family: var(--font-karla);
    font-size: 15px;
    line-height: 15px;
    max-height: 58px;
    color: var(--text-white);
    text-decoration: none;
}
.paragraph--type--image-description-and-icons .field--name-field__link a:hover {
    background-color: var(--button-hover); 
    color: var(--text-white);
}
.paragraph--type--image-description-and-icons .field--name-field__link {
    display: flex;
}
.path-frontpage .testimonial_main {
    background-image: url(../images/beautiful-women-working-out-in-gym.png);
}
.testimonial_main {
    margin-bottom: 100px;
    padding-top: 120px;
    background-image: url(../images/young-woman-with-beautiful-abdomen-lifting-dumbells-at-gym.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.background-overlay {   
background: rgba(0, 0, 0, 1);
    opacity: 0.7;
        height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}
.field--name-field-tag-line {
    color: var(--bg-orange);
    margin-bottom: 12px;
    text-align: center;
    font-weight: 18px;
    font-weight: bold;
}
.field--name-field-main-title {
font-size: 40px;
    margin-bottom: 19px;
    margin-top: 10px;
    text-align: center;
    color: var(--text-white);
    font-weight: var(--font-bold);
    line-height: 58px;
}
.field--name-field-description- {
    max-width: 543px;
    margin: 0 auto;
}
.field--name-field-description- p {
    color: var(--text-white);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.view-front-testimonial .view-content .views-row {
    background-color: #fff;
    padding: 30px 35px;
    border-radius: 12px;
    height: 200px;
box-shadow: 0px 3px 15px rgba(248, 96, 77, 0.1);
    margin-bottom: 2px;
}
.view-front-testimonial .slider-box-desp {
    color: var(--paragraph-color);
    font-size: 16px;
    line-height: 24px;
    min-height: 84px;
}
.view-front-testimonial .slider-box-img {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
    
}
.view-front-testimonial .slider-box-user-img img {
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.view-front-testimonial .slider-box-user-img  {
    margin-right: 12px;
}
.view-front-testimonial .slider-box-user-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: var(--text-black);
    width: 51%;
}
.view-front-testimonial .slider-box-user-name a {
    color: var(--text-black);
    text-decoration: none;
}
.view-front-testimonial .slider-box-icon {
    background-image: url(../images/quote.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 40px;
    width: 40px;
}
.view-front-testimonial .swiper-button-next,
.view-front-testimonial .swiper-button-prev,
.view-front-testimonial .swiper-pagination {
    display: none;
}
.testimonial_main .paragraph--type--title-descriptions-and-views {
    margin-bottom: -60px;
}
.swiper-wrapper {
    padding-left: 0;
}
 .paragraph--type--text-and-image-on-left {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}
.paragraph--type--text-and-image-on-left .field--name-field-right-side-info {
    width: 50%;
    padding: 20px 30px 20px 30px;
}
.paragraph--type--text-and-image-on-left .field--name-field-left-image {
    width: 50%;
    padding: 20px 30px 20px 30px;
}
 .paragraph--type--text-and-image-on-left .field--name-field-left-image img {
    border-radius: 20px;
    max-width: 100%;
    max-height: 646px;
    object-fit: cover;
    margin-bottom: 0;
}
.testimonial_main .paragraph--type--only-title-and-description {
    text-align: center;
    padding-bottom: 80px;
}
.testimonial_main .field--name-field__-description {
    max-width: 543px;
    margin: 0 auto;
}
.field--name-field-title-and-description-bloc .field__label {
    display: none;
}
.testimonial_main .paragraph--type--only-title-and-description .field--name-field__-description,
.full-width-section .paragraph--type--only-title-and-description .field--name-field__-title,
.testimonial_main .paragraph--type--only-title-and-description .field--name-field__-title {
    color: var(--text-white);
}
.testimonial_main .field--name-field-link {
    justify-content: center;
}
.paragraph--type--only-title-and-description .field--name-field__-title {
    font-size: 44px;
    line-height: 58px;
    color: var(--text-black);
    font-weight: var(--font-bold);
    padding-bottom: 20px;
    padding-top: 20px;
}
.paragraph--type--only-title-and-description .field--name-field__tag-line{
    padding-bottom: 8px;
    color: var(--text-orange);
    font-weight: var(--font-bold);
    font-size: 18px;
}
.paragraph--type--only-title-and-description .field--name-field__-description {
    font-size: 22px;
    line-height: 28px;
    color: var(--paragraph-color);
    padding-bottom: 20px;
}
.main-information-right-image {
    display: flex;
}
.main-information-right-image .main-information-right-left {
    width: 50%;
    padding: 20px 25px 35px 20px;
}
.main-information-right-image .main-information-right-left .cu-tagline {
    padding-bottom: 8px;
    color: var(--text-orange);
    font-weight: var(--font-bold);
    font-size: 18px;
}
.main-information-right-image .main-information-right-left .cu-title {
    font-size: 48px;
    font-weight: var(--font-bold);
    line-height: 59px;
    color: #2c2a20;
    padding-bottom: 12px;
}
.main-information-right-image .main-information-right-right {
       width: 50%;
    padding: 30px 25px 50px 60px; 
    position: relative;
}
.main-information-right-image .main-information-right-right .cu-image-one img {
    border-radius: 20px;
    width: 409px;
    height: 641px;
    object-fit: cover;
    object-position: top;
}
.field--name-field-left-image-field,
.field--name-field-information-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}
 
.paragraph--type--text-with-right-image .cu-desp p {
     font-size: 20px;
    color: var(--paragraph-color);
    line-height: 28px;
    margin-bottom: 10px;
}
.paragraph--type--product-list .field--name-field-product-section {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    padding-left: var(--container-mobile-padding);
    padding-right: var(--container-mobile-padding);
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}
 
.paragraph--type--product-list .field--name-field-product > .field__item {
    max-width: 350px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(248, 96, 77, 0.19);
    margin-top: 30px;
    margin-right: 20px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    text-align: center;
}
.paragraph--type--appointment-block .field--name-field-product-title,
.paragraph--type--product-list .field--name-field-product .field--name-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 26px;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article  {
    display: flex;
    flex-direction: column;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-title {
    order: 1;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-body {
    order: 2;
        min-height: 240px;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-price {
    order: 3;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-variations {
    order: 4;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-variations .form-actions input[value="Add to cart"] {
    display: none;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-price .field__label {
    display: none;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-price .field__item {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-variations .field--name-purchased-entity {
    display: none;
}
.paragraph--type--appointment-block .field--name-field-product-detail,
.paragraph--type--product-list .field--name-field-product > .field__item > article .field--name-body p {
    font-size: 18px;
    color: var(--paragraph-color);
    line-height: 34px;
    padding-bottom: 20px;
}
.prices_section_main {
    background-color: #fff7f5;
    background-image: url(../images/bg-hero.png);
    background-position: center center;
    background-repeat: no-repeat;
       padding-top: 60px;  
    padding-bottom: 80px;
    background-size: cover;
}
.path-frontpage .block-page-title-block {
    display: none;
}
.custom-header header {
    border-radius: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
     background-color: #fff7f5;
    background-image: url(../images/bg-hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: var(--container-desktop-max-width);
    margin: 0 auto;
}
.custom-header .header-title {
    font-size: 48px;
    font-weight: var(--font-bold);
    line-height: 59px;
    color: #2c2a20;
    padding-bottom: 12px;
}
.breadcrumb-item a {
    color: var(--text-black);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: var(--text-orange);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--text-orange);
}
.paragraph--type--description-and-multiple-images {
    display: flex;
    flex-wrap: wrap;
}
.paragraph--type--description-and-multiple-images .field--name-field-about-section {
    width: 60%;
    padding: 20px;
}
.paragraph--type--description-and-multiple-images .field--name-field-image-section {
    width: 40%;
    padding: 15px 15px 15px 0;
}
.paragraph--type--description-and-multiple-images .field--name-field-image-section {
    display: flex;
    flex-wrap: wrap;
}
.paragraph--type--description-and-multiple-images .field--name-field-image-section > .field__item {
    width: 50%;
    margin: 0 0px 15px 0;
}
.paragraph--type--description-and-multiple-images .field--name-field-image-section > .field__item img {
    width: 183px;
    height: 331px;
}
.paragraph--type--description-and-multiple-images .field--name-field-image-section > .field__item:nth-child(1) .paragraph--type--image-and-description-text {
    display: flex;
    flex-direction: column;
}
.paragraph--type--description-and-multiple-images .field--name-field-image-section > .field__item .paragraph--type--image-and-description-text .field--name-field-image-detail {
    padding-bottom: 10px;
    line-height: 18px;
    color: var(--paragraph-color);
    font-size: 18px;
}
.paragraph--type--description-and-multiple-images .field--name-field-image-section > .field__item:nth-child(2) .paragraph--type--image-and-description-text {
    display: flex;
    flex-direction: column-reverse;
}
.paragraph--type--description-and-multiple-images .field--name-field-about-section .paragraph .field--name-field-only-description {
    font-size: 22px;
    line-height: 28px;
    color: var(--paragraph-color);
    padding-bottom: 20px;
}
.block-content-connect_on_media .content {
    display: flex;
    flex-wrap: wrap;
}
.block-content-connect_on_media .field--name-field-social-images {
    width: 35%;
    padding-right: var(--container-mobile-padding);
}
.paragraph--type--three-image {
    position: relative;
    height: 560px;
    padding-bottom: 20px;
}
.paragraph--type--three-image .field--name-field-first-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 223px;
    width: 200px;
    border-radius: 20px;
}
.paragraph--type--three-image .field--name-field-second-image img {
    position: absolute;
    bottom: 0%;
    left: 5%;
    height: 253px;
    width: 200px;
    border-radius: 20px;
}
.paragraph--type--three-image .field--name-field-three-image img {
    position: absolute;
    top: 20%;
    right: 16%;
    height: 272px;
    width: 215px;
    border-radius: 20px;
}
.field--name-field-social-info {
    width: 65%;
}
.view-listing-testimonial .view-content {
    padding-top: 50px;
    padding-bottom: 40px;
}
.view-listing-testimonial .views-row {
    padding-bottom: 35px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.view-listing-testimonial .views-row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    right: 0;
}
.view-listing-testimonial .views-field-title a {
    padding-bottom: 8px;
    /* color: var(--text-orange); */
    color: var(--text-black);
    font-weight: var(--font-bold);
    font-size: 22px;
    line-height: 28px;
    text-decoration: none;
}
.view-listing-testimonial .views-field-title {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 30px;
}
.view-listing-testimonial .views-field-body {
    color: var(--paragraph-color);
    font-size: 22px;
    line-height: 28px;
    /* max-width: 700px; */
    margin: 0 auto;
}
.view-listing-testimonial .views-field-body p {
    position: relative;
}
.main-container--background-inner {
    position: relative;
        padding-top: 100px;
    padding-bottom: 100px;
}
.main-container--background {
    /* margin-bottom: 100px;
    padding-top: 120px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.node--type-landing-pages .background-overlay {
     z-index: 3;
    background: rgba(0, 0, 0, 1);
    opacity: 0.7;
        height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}
.paragraph--type--full-width-container .field--name-field__tag-line {
    padding-bottom: 8px;
    color: var(--text-orange);
    font-weight: var(--font-bold);
    font-size: 18px;
}
.paragraph--type--full-width-container .field--name-field-section-information {
    text-align: center;
    position: relative;
    z-index: 5;
}
.paragraph--type--full-width-container .field--name-field-main-background-image img {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: 2;
}
.paragraph--type--full-width-container .field--name-field__-description {
    max-width: 543px;
    margin: 0 auto;
    color: #fff;
}
.paragraph--type--full-width-container {
    position: relative;
    z-index: 3;
    padding-top: 70px;
    padding-bottom: 70px;
}
.paragraph--type--full-width-container .field--name-field-link {
    justify-content: center;
}
.full-width-section { 
    position: relative; 
    overflow: visible; 
    padding-top: 40px;
    padding-bottom: 80px;
}
.main-container--background {
  position: relative;
  min-height: 420px;           /* adjust to your design */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0; /* we'll animate the Y */
}
.background-overlay {
  position: absolute; inset: 0;
  background: #000; opacity: .6; /* your overlay */
  z-index: 1;
}
.inner-section {
  position: relative;
  z-index: 2;                  /* text above overlay */
  /* padding: ... as you need */
}

/* Remove the old absolute <img> rule – we’re not using an <img> anymore */
.paragraph--type--full-width-container .field--name-field-main-background-image img { 
  position: static; width: auto; height: auto; object-fit: initial; 
}

/* Optional: desktop enhancement where fixed bg *does* work */
@media (pointer:fine) and (min-width: 1025px) {
  .supports-fixed .main-container--background { background-attachment: fixed; }
}
.paragraph--type--connect-to-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
}
.field--name-field-paragraph-sections {
       /* padding-top: 80px;
    padding-bottom: 80px;  */
}
.paragraph--type--connect-to-media .field--name-field-social-images {
    width: 35%;
}
.paragraph--type--connect-to-media .field--name-field-social-info .field--name-field__-title {
    color: #2c2a20;
}
.views-title-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.views-title-icon .slider-box-icon {
    background-image: url(../images/quote.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 40px;
    width: 40px;
}
.paragraph--type--contact-from {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}
.paragraph--type--contact-from .field--name-field__left-image {
    width: 48%;
    padding: 30px 0px;
}
.node .field--type-image {
    margin-right: 0;
}
.paragraph--type--contact-from .field--name-field__left-image img {
    max-width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    max-height: 600px;
}
.paragraph--type--contact-from .field--name-field-new-form {
    width: 48%;
    padding: 30px 20px;
}
.paragraph--type--contact-from .field--name-field-new-form form .form-actions input[value="Preview"] {
    display: none;
}
.paragraph--type--contact-from .contact-message-feedback-form {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(248, 96, 77, 0.1);
    margin-left: 30px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.paragraph--type--contact-from .contact-message-feedback-form .js-form-item label {
    padding-bottom: 10px;
}
.paragraph--type--contact-from .field--name-field-new-form form .form-actions input[type="submit"] {
    width: fit-content;
}
.paragraph--type--contact-from .contact-message-feedback-form h2 {
    margin-bottom: 20px;
}
.paragraph--type--text-with-right-image {
    padding-top: 40px;
    padding-bottom: 40px;
}
.full-width-section .field--name-field-block-paragraph {
    margin-bottom: -110px;
}
.field--name-field-link-more {
    display: flex;
}
.field--name-field-link-more a {
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-left: 34px;
    background: var(--button-bg);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 3px 10px 0px rgba(255, 89, 45, 0.19);
    font-family: var(--font-karla);
    font-size: 15px;
    line-height: 15px;
    max-height: 58px;
    color: var(--text-white);
    text-decoration: none;
}
.field--name-field-link-more a:hover {
    background-color: var(--button-hover);
    color: var(--text-white);
}
body.path-frontpage .custom-header header {
    display: none;
}
.paragraph {
    /* max-width: var(--container-desktop-max-width); */
    margin: 0 auto;
}
#page, #main-wrapper  {
    /* margin: 0 6px; */
    margin: 0 6px;
}
.paragraph.paragraph--type--product-list {
    max-width: 100%;
    background-color: #fff7f5;
    background-image: url(../images/bg-hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 80px;
    background-size: cover;
}
.paragraph.paragraph--type--product-list.field--name-field-product-section {
    max-width: var(--container-desktop-max-width);
    margin: 0 auto;
}
#main>.row>.main-content {
    padding-left: 0;
    padding-right: 0;
}
.new-product-listing .all-product-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1145px;
    margin-left: auto;
    padding-left: var(--container-mobile-padding);
    padding-right: var(--container-mobile-padding);
    margin-right: auto;
    justify-content: space-between;
}
.all-product-listing .field--name-field-appointment-product  {
    max-width: 350px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(248, 96, 77, 0.19);
    margin-top: 30px;
    margin-right: 20px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    text-align: center;
}
.all-product-listing .field--name-field-product {
    display: flex;
    width: 740px;
    margin-bottom: 0;
}
.field--name-field-appointment-link a {
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-left: 34px;
    background: var(--button-bg);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 3px 10px 0px rgba(255, 89, 45, 0.19);
    font-family: var(--font-karla);
    font-size: 15px;
    line-height: 15px;
    max-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-white);
    text-decoration: none;
}
.field--name-field-appointment-link a:hover {
    background-color: var(--button-hover);
    color: var(--text-white);
}
 .field--name-field-appointment-product .paragraph--type--appointment-block {
    height: 100%;
        display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 27px;
}
.detail-page-warpper-inner {
        display: flex;
    flex-direction: column;
    width: 780px;
    margin: 0 auto;
        justify-content: center;
        padding-bottom: 40px;
}
.detail-page-warpper {
        margin-top: -90px;
        
}
.field--name-field-course-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.field--name-field-course-image {
    height: 520px;
    width: 780px;
}
.detail-page-title {
    font-size: 44px;
    line-height: 58px;
    color: var(--text-black);
    font-weight: var(--font-bold);
    padding-bottom: 20px;
    padding-top: 20px;
}
.detail-page-desp {
    font-size: 22px;
    line-height: 28px;
    color: var(--paragraph-color);
    padding-bottom: 20px;
}
.detail-page-price {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    /* padding-top: 10px;
    padding-bottom: 20px; */
}
.all-listings {
    padding-top: 40px;
    padding-bottom: 40px;
}
.all-listings .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1145px;
    margin-left: auto;
    padding-left: var(--container-mobile-padding);
    padding-right: var(--container-mobile-padding);
    margin-right: auto;
    justify-content: start;
}
.all-listings .view-content .views-row {
    width: 32%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.all-listings .view-content .views-row:nth-child(3n) {
    margin-right: 0;
}
.all-listings .view-content .views-field-field-course-image {
    margin-bottom: 12px;
    width: 345px;
    height: 255px;
}
.all-listings .view-content .views-field-field-course-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.all-listings .view-content .views-field-title a {
    color: var(--text-orange);
    font-weight: var(--font-bold);
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
.all-listings .view-content .views-field-title {
    margin-bottom: 10px;
}
.all-listings .view-content .views-field-title a:hover {
    color: var(--button-hover);
}
.all-listings .view-content .views-field-body {
    color: var(--paragraph-color);
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
}
.detail-page-enroll {
    display: flex;
    align-items: center;
}
.detail-page-price {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.detail-page-enroll a {
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-left: 34px;
    background: var(--button-bg);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 3px 10px 0px rgba(255, 89, 45, 0.19);
    font-family: var(--font-karla);
    font-size: 15px;
    line-height: 15px;
    max-height: 58px;
    color: var(--text-white);
    text-decoration: none;
    display: flex;
}
.detail-page-enroll a:hover {
    background-color: var(--button-hover); 
    color: var(--text-white);
}
.user-login-form {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.user-login-form label {
    margin-bottom: 8px;
}
article.profile {
    max-width: var(--container-desktop-max-width);
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.alert-wrapper {
    position: relative;
}
form.commerce-checkout-flow .form-wrapper__guest-checkout input[value="Continue as Guest"],
form.commerce-checkout-flow .checkout-pane input[value="Log in"] {
    width: max-content;
}
form.commerce-checkout-flow .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
}
form.commerce-checkout-flow .fieldset-wrapper a[href="/user/password"] {
    margin-left: 15px;
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-left: 34px;
    background: var(--button-bg);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 3px 10px 0px rgba(255, 89, 45, 0.19);
    font-family: var(--font-karla);
    font-size: 15px;
    line-height: 15px;
    max-height: 58px;
    display: flex;
    color: var(--text-white);
}
form.commerce-checkout-flow .fieldset-wrapper a[href="/user/password"]:hover {
    background-color: var(--button-hover);
}
.checkout-pane-contact-information label,
form.user-pass label {
    margin-bottom: 8px;
}
.layout-region-checkout-footer .form-actions {
    display: flex;
    
}
.link--previous {
    margin-left: 15px;
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 22px;
    padding-left: 34px;
    background: var(--button-bg);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 3px 10px 0px rgba(255, 89, 45, 0.19);
    font-family: var(--font-karla);
    font-size: 15px;
    line-height: 15px;
    max-height: 58px;
    display: flex;
    color: var(--text-white);
    min-width: 127px;
    text-decoration: none;
}
.link--previous:hover {
    background-color: var(--button-hover);
}


.first-two-column {
   background-color: #252627;
   background-image: url("../images/download-1.png");
   background-position: right;
   background-repeat: no-repeat;
   background-size: 600px 600px;
   height: 700px;
   padding: 50px 50px;
}



@media (max-width: 1023.98px) {
    .view-listing-testimonial .views-field-body {
        padding: 0 16px;
    }
    .paragraph--type--contact-from .contact-message-feedback-form {
            margin-left: 0;
    }
    .paragraph--type--contact-from .field--name-field-new-form,
    .paragraph--type--contact-from .field--name-field__left-image {
        width: 100%;
    }
    .detail-page-enroll,
    .detail-page-desp,
    .detail-page-title {
        padding-left: 16px;
        padding-right: 16px;
    }
    .detail-page-warpper-inner {
        max-width: 100%;
        margin: 0 auto;
    }
    .field--name-field-course-image {
        height: 100%;
        width: 100%;
        max-width: 780px;
        max-height: 520px;
    }
    .field--name-field-course-image img {
        max-width: 100%;
    }
    .main-information-right-image, 
    .hero-sectionmian {
        flex-wrap: wrap;
    }
    .main-information-right-image .main-information-right-left,

    .hero-sectionmian .hero-section-right {
        width: 100%;
        padding-bottom: 30px;
    }
    .main-information-right-right {
        width: 100%;
    }
    .hero-sectionmian .hero-section-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .hero-sectionmian .hero-section-right {
        max-width: 400px;
        margin: 0 auto;
    }
    .main-information-right-image .main-information-right-right {
        width: 100%;
        padding: 30px 15px 30px 15px;
        max-width: 400px;
        margin: 0 auto;
    }
    .main-information-right-image .main-information-right-right .cu-image-one img {
        max-width: 100%;
    }
    .paragraph--type--text-and-image-on-left {
        flex-wrap: wrap;
    }
    .paragraph--type--text-and-image-on-left .field--name-field-left-image {
        width: 100%;
        padding: 20px 15px 20px 15px;
    }
    .paragraph--type--text-and-image-on-left .field--name-field-left-image img {
        max-width: 100%;
    }
    .paragraph--type--text-and-image-on-left .field--name-field-right-side-info {
         width: 100%;
        padding: 20px 15px 20px 15px;
    }
    .all-product-listing .field--name-field-product {
        flex-wrap: wrap;
    }
    .all-product-listing .field--name-field-appointment-product {
        padding-bottom: 35px;
    }
    .site-footer__top .region.region-footer-fourth h2, 
    .site-footer__top .region.region-footer-third h2, 
    .site-footer__top .region.region-footer-second h2 {
        font-size: 32px;
    }
    .site-footer__top .region ul.nav li a {
        padding: 10px 14px 10px 10px !important;
    }
    ul.nav li a {
        font-size: 18px;
        line-height: 22px;
    }
    .paragraph--type--description-and-multiple-images .field--name-field-about-section {
        width: 100%;
    }
    .paragraph--type--description-and-multiple-images .field--name-field-image-section {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
            padding: 15px 15px 15px 15px;
    }
    .paragraph--type--description-and-multiple-images .field--name-field-image-section > .field__item {
        width: 48%;
        margin: 0 0px 15px 0;
        padding-right: 10px;
    }
    .paragraph--type--description-and-multiple-images .field--name-field-image-section > .field__item img {
        max-width: 100%;
    }
    .paragraph--type--connect-to-media {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .paragraph--type--connect-to-media .field--name-field-social-images {
        width: 100%;
        padding: 0 16px;
        max-width: 400px;
        margin: 0 auto;
    }
    .field--name-field-social-info {
        width: 100%;
        margin: 0 auto;
        padding: 20px 16px;
    }
    .site-footer__top .region .text-formatted {
        font-size: 18px;
        line-height: 22px;
    }
    .paragraph--type--only-title-and-icon .field--name-field__title {
        color: var(--paragraph-color);
        line-height: 24px;
        font-size: 16px;
    }
    .site-footer__bottom .region-footer-fifth .block-content-basic {
        width: 100%;
        text-align: center;
    }
    .site-footer__bottom .region-footer-fifth .block-content-basic:nth-child(2) {
        text-align: center;
    }
    .site-footer__bottom .region-footer-fifth > .inner-section {
        flex-wrap: wrap;
    }
    .all-listings .view-content .views-row {
        width: 100%;
        margin-right: 0;
        max-width: 380px;
        margin: 0 auto;
    }
    .all-listings .view-content .views-field-field-course-image img {
        max-width: 100%;
    }
   
}
