@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Unbounded:wght@200..900&display=swap');

body {
    font-family: "Inter", serif;
    background-color: #3D1E22;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Unbounded", serif;
}

.bg-purple {
    background-color: #6D4666;
}


.checked {
    color: orange;
}


.btn-purple {
    background-color: #6D4666;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.btn-whites {
    border: 1px solid #000;
    text-decoration: none;
    padding: 10px 10px;
    color: #000;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.btn-purple:hover,
.btn-whites:hover {
    transform: scale(1.1);
    background-color: #93608a !important;
    color: #fff;
}

/*********Navigation************/

.main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.3s ease-in-out;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    animation: fadeInDown 0.5s ease-in-out;
}

@keyframes fadeInDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}



header.main-header .container {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

a.navbar-brand img {
    max-width: 150px;
}

.navbar ul.navbar-nav li {
    padding: 0 10px;
}

.navbar ul.navbar-nav li a {
    font-size: 16px;
    color: #000;
}

.navbar ul.navbar-nav li a.nav-link.active {
    color: #000;
    font-weight: 500;
    border-radius: 50px;

}

.navbar .right-menus {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    align-items: center;
    margin: 0;
}

.navbar .right-menus li a {
    text-decoration: none;
    color: #fff;
    background-color: #6D4666;
    padding: 12px 20px;
    border-radius: 5px;
}

.navbar .right-menus li a:hover {
    background-color: #93608a !important;
}





/***** Banner Slider *****/
.banner-slider {
    background-image: url(../images/banner-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    z-index: 1;
    position: relative;


}

.banner-slider .banner-slider-content {
    text-align: left;
    position: absolute;
    bottom: 100px;
    width: auto;
}

.banner-slider .banner-slider-content h2 {
    font-size: 82px;
    font-weight: 900;
    color: #fff;
}

.banner-slider .banner-slider-content p {
    font-size: 16px;
    color: #fff;
}

.banner-slider .banner-slider-content a {
    text-decoration: none;
    color: #fff;
}

/******Website Counter*****/

.website-counter {
    background-color: #2e1216;
}

.counter-box {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    max-height: 225px;
}

.counter-box .counter {
    font-size: 4rem;
    font-weight: bold;
    color: #000000;
}

.counter-box h2 {
    font-size: 4rem;
    color: #6D4666;
    font-weight: bold
}

/**********Meet Coach*************/

.meet-coach {
    background-color: #2e1216;
}

.meet-coach .meet-coach-content h4 {
    font-family: "Inter", serif;
    font-size: 18px;
    font-weight: 500;
    color: #929292;

}

.meet-coach .meet-coach-content h2 {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
}

.meet-coach .meet-coach-content p {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.line {
    border-top: 1px solid #dee2e6;
    width: 60%;
}



/******Our Services******/
.our-services {
    background-image: url(../images/strength-sports.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.our-services h4 {
    font-size: 20px;
    color: #929292;
    text-align: center;
    font-weight: 300;
}

.our-services h2 {
    /* font-size: calc(12vw + 0.5vh + 2vmin); */
    text-align: center;
    color: #E7EBDF;
    font-weight: 700;
}

.our-services p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}


.our-services .services-box {
    position: relative;
}


.our-services .services-box ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0 30px;
    margin: 0;
    align-items: center;
    position: absolute;
    bottom: 20px;
}

.our-services .services-box h2 {
    text-align: left;
    color: #2e1216;
}

.our-services .services-box ul li:first-child {
    font-size: 16px;
    color: #000;
    width: 75%;
}

.our-services .services-box ul li:last-child p {
    text-align: left;
}

.our-services .services-box ul li:last-child i {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
}

.our-services .services-content p {
    color: #000;
    text-align: left;
    padding-bottom: 25px;
}

.our-services h2.services-title {
    text-align: left;
    color: #2E1216;
    font-size: 42px;
}


/************Testimonials*************/


.testimonials .card {
    border: none;
    padding: 40px;
    border-radius: 20px;
    height: 400px;
}

.testimonials .testimonials-head h4 {
    font-size: 20px;
    font-weight: 300;
    color: #656565;
    font-family: "Inter", serif;
}

.testimonials .testimonials-head h2 {
    font-size: 48px;
    color: #000;


}

.testimonials .testimonials-head {
    background-color: #fff;
    padding: 120px;
    border-radius: 20px;
    height: 400px;
}

.testimonials .card img {
    max-width: 50px;
    padding-bottom: 20px;
}

.testimonials .card-box h4 {
    font-size: 24px;
    color: #6D4666;
}

.testimonials .card-box p {
    font-size: 16px;
    color: #5D5D5D;
}


/* Testimonials Dots css */

/* New arrivals left and right arrow */

#testimonials-slider .owl-nav .owl-next {
    position: absolute;
    right: 175%;
    top: 70%;
    /* border: 2px solid #000; */
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #6D4666;
    transition: all 0.3s;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    line-height: 30px;
}


#testimonials-slider .owl-nav .owl-prev {
    position: absolute;
    left: -86%;
    top: 70%;
    /* border: 2px solid #000; */
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #6D4666;
    transition: all 0.3s;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    line-height: 30px;
}



#testimonials-slider .owl-nav .owl-next:hover,
#testimonials-slider .owl-nav .owl-prev:hover {
    background: #93608a;
    color: #000;
}


#testimonials-slider .owl-nav {
    display: block !important;
}


/**********Train Smarter*********/

.train-smarter {
    background-color: #6D4666;
}

.train-smarter .train-smarter-content h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    font-family: "Inter", serif;
}

.train-smarter .train-smarter-content h2 {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
}

.train-smarter .train-smarter-content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 2;
}

.train-smarter-content .btn-whites {
    background-color: #fff !important;
    border: 1px solid #fff !important;

}

.train-smarter-content .btn-whites:hover {
    background-color: #93608a !important;
}

/********Newsletter*****************/

.emaillist {
    width: 100%;
}

#ib2a {
    width: 100% !important;
    display: block !important;
    justify-content: center;
    align-items: center;
    position: relative;
}

#esfpx_email_bce83274f66ad {
    height: 60px;
    outline: none;
    width: 100%;
}

div#imc2g {
    position: absolute;
    top: 0;
    right: -30px;
}

#ivrac {
    border: none !important;
    line-height: 50px !important;
    height: 60px !important;
    font-weight: 400 !important;
    color: #6D4666 !important;
    font-size: 16px !important;
}


.newsletter {
    overflow: hidden;
}

.newsletter h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    font-family: "Inter", serif;
    text-align: center;
}

.newsletter h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
}

.newsletter p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/* .newsletter .newsletter-form {
    position: relative;
    display: flex;
    justify-content: center;
}

.newsletter .newsletter-form .input-group {
    position: relative;
    width: 100%;
    max-width: 700px;

}

.newsletter .newsletter-form .form-control {
    width: 100%;
    padding-right: 50px;
    height: 50px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;

}

.newsletter .newsletter-form .btn-subscribe {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #6D4666;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.newsletter .newsletter-form .btn-subscribe i {
    margin-left: 5px;
} */

/* Container */
.mc4wp-form {
  max-width: 400px;
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
}

/* Label & Input */
.mc4wp-form label {
  display: block;
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: 0.5rem;
}
.mc4wp-form-fields label {
    font-size: 2rem;
    color: #fff;
}

.mc4wp-form input[type="email"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.mc4wp-form input[type="email"]:focus {
  outline: none;
  border-color: #3b82f6;
}

/* Submit Button */
.mc4wp-form input[type="submit"] {
  background-color: #6D4666;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mc4wp-form input[type="submit"]:hover {
  background-color: #93608a;
}

/* Hidden honeypot field */
.mc4wp-form input[name="_mc4wp_honeypot"] {
  display: none !important;
}

/* Response messages */
.mc4wp-response {
  margin-top: 1rem;
  font-size: 0.9rem;
}


/***********Location**************/

.location {
    background: linear-gradient(to bottom, #2e1216 30%, #fff 30%);
    overflow: hidden;
}

.location h4 {
    font-size: 24px;
    font-weight: 300;
    color: #656565;
    font-family: "Inter", serif;
}

.location h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.location h2 span {
    color: #6D4666;
}

.location .contact-content {
    max-width: 570px;
}

.location .contact-content p {
    text-align: center;
    font-size: 16px;
    color: #000;
}


.location .contact-content h2 {
    font-size: 52px;
    color: #2E1216;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.location .contact-content h2 span {
    color: #6D4666;
}


.location ul.contact-details {
    display: flex;
    justify-content: space-between;
    text-align: center;
    /* flex-wrap: wrap; */
    list-style: none;
    border-top: 1px solid #2E1216;
    margin: 0;
}

.location ul.contact-details li {
    font-size: 18px;
    font-weight: 500;
    color: #2E1216;
    padding: 50px;
    min-width: 390px;
}

.location ul.contact-details li:not(:last-child) {
    border-right: 1px solid #2E1216;

}

.location ul.contact-details li a,
.location ul.contact-details li span {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #2E1216
}

/************CopyRight **********/
.main-footer {

    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.main-footer ul.footer-menus {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-footer ul.footer-menus li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}


.main-footer ul.social-links {
    display: flex;
    justify-content: end;
    padding: 0;
    list-style: none;
}

.main-footer ul.social-links li {
    margin: 0 20px
}

.main-footer ul.social-links li a,
.main-footer ul.social-links li a i {
    font-size: 24px;
    text-decoration: none;
    color: #fff;
}

.copyright-menus li a:hover {
    color: #ddd;
}

ul.copyright-menus {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.copyright-menus li a {
    text-decoration: none;
    color: #fff;
}

footer.main-footer p {
    font-size: 16px;
    color: #fff;
}

.copyright {
    border-top: 1px solid #ffffff40;

}

/*********ABOUT US*********/


.inner-banner {
    position: relative;
    height: 460px;
    overflow: hidden;
}

.inner-banner .inner-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin: 188px auto;
}

.inner-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    background: rgb(0 0 0 / 50%);
    z-index: -1;
}


/* 
.inner-banner {
    background-image: url(../images/aboutbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 460px;
}


.inner-banner .inner-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin: 188px auto;
} */

.inner-banner .inner-banner-content h2 {
    text-align: center;
    color: #fff;
}

ol.breadcrumb li a,
ol.breadcrumb li.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    text-decoration: none;
}

.about-amy {
    background-color: #2e1216;
}


.about-amy .about-amy-content h4 {
    font-size: 24px;
    font-weight: 300;
    color: #656565;
    font-family: "Inter", serif;
}

.about-amy .about-amy-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.about-amy .about-amy-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.amy-runner .amy-runner-content {
    padding: 50px 85px 20px;
    width: 100%;
    height: 748px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.amy-runner .amy-runner-content h2,
.amy-runner .all-amy-content h2 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 20px;
}

.amy-runner .amy-runner-content ul,
.amy-runner .all-amy-content ul {
    padding: 0;
    list-style: none;
}

.amy-runner .amy-runner-content ul li,
.amy-runner .all-amy-content ul li {
    line-height: 2;
    background-color: #fff;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}

.amy-runner .amy-runner-content ul li a,
.amy-runner .all-amy-content ul li a {
    text-decoration: none;
    color: #2E1216;
}

.amy-runner .all-amy-content {
    padding: 50px 90px 20px 50px;
    width: 100%;
    height: 748px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.amy-runner .all-amy-content p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.amy-runner .all-amy-content .amy-deseyn {
    background-color: #63375B;
    width: 100%;
    max-width: fit-content;
    padding: 10px 20px;
    border-radius: 20px;
}

.amy-runner .all-amy-content .amy-deseyn h4 {
    font-size: 20px;
    color: #fff;
}

.amy-runner .all-amy-content .amy-deseyn p {
    font-size: 14px;
    color: #fff;
}

.amy-runner img {
    height: 748px;
    object-fit: cover;
}

/*******Our Value*****/

.our-value {
    background-color: #fff;
}

.our-value h4 {
    font-size: 24px;
    font-weight: 300;
    color: #2E1216;
    font-family: "Inter", serif;
    text-align: center;
}

.our-value h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2E1216;
    text-align: center;
}

.our-value p {
    color: #2E1216;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.our-value .card {
    border: none;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #D8D8D8;
    border-radius: 0px;

}

.our-value .row .col-lg-3:last-child .card {
    border-right: none !important;
}


.our-value .card img {
    max-width: 90px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.our-value .card h3.card-title {
    font-size: 20px;
    color: #2E1216;
}

/* Contact page form */
form#gform_1 {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
}

form#gform_1 input,
form#gform_1 textarea {
    border-radius: 10px;
    border: 1px solid #2e1216
}

input#gform_submit_button_1 {
    background-color: #6D4666;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    border: navajowhite;
}

/***Blog page css***/
.bdpgridbox-main .bdp-post-categories a,
.bdpgridbox-main h2.bdp-post-title a,
.bdpgridbox-main .bdp-post-meta,
.bdpgridbox-main .bdp-post-title a {
    color: #fff;
}

.post h1,
.post h2 {
    font-size: 32px;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-weight: 400;
}

.post .entry-content p,
.post .entry-content a,
.post .entry-content h3 {
    color: #fff;
}

.blog-category-detail-sec h1.page-title {
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-top: 50px;
}

.blog-category-detail-sec h2.entry-title a {
    text-decoration: none;
    font-size: 24px;
    COLOR: #FFF;
    padding: 10px 0;
}

.blog-category-detail-sec footer.entry-footer {
    color: #ddd;
}

.blog-category-detail-sec .post-taxonomies .cat-links a,
.blog-category-detail-sec .post-taxonomies .tags-links a {
    color: #fff;
}

.posted-by span,
.posted-by span a,
.post-taxonomies span,
.post-taxonomies span a,
.nav-previous a,
.nav-next a {
    color: #fff;
}


/*********** Responsive css *************/

section.shop-all-sec .entry-title {
    text-align: left;
    padding-top: 20px;
    font-size: 24px;
    color: #fff;
}

/* Navigation bar css */
.navbar ul ul,
button.sub-menu-toggle {
    display: none;
}

.navbar ul li:hover>ul {
    display: block;
}

.navbar li {
    position: relative;
}

.navbar ul ul {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #6d4666;
    margin: 0;
    padding: 0;
    min-width: 275px;
}

.navbar ul.navbar-nav li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.navbar ul.navbar-nav li {
    padding: 0 40px;
}

.navbar ul.sub-menu li {
    padding: 0 15px;
    list-style: none;
}

.navbar ul.sub-menu li a {
    color: #fff;
}

.menu-item-has-children>a {
    position: relative;
    padding-right: 20px;
}

.menu-item-has-children>a::after {
    content: "\25BC";
    font-size: 12px;
    position: absolute;
    right: -12px;
    top: 58%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.menu-item-has-children.open>a::after {
    transform: translateY(-50%) rotate(360deg);
}

@media screen and (max-width: 991px) {
    .navbar ul ul {
        position: initial !important;
        padding: 0 10px;
    }

    .navbar ul.navbar-nav li {
        padding: 0px !important;
    }

    #testimonials-slider .owl-nav {
        text-align: center;
    }

    #testimonials-slider .owl-nav .owl-prev,
    #testimonials-slider .owl-nav .owl-next {
        position: initial !important;
        left: auto !important;
        right: auto !important;
        margin: 5px 20px;
    }
}





@media screen and (max-width: 1399px) and (min-width: 1200px) {

    .counter-box .counter {
        font-size: 3rem;
    }

    .counter-box {
        padding: 60px 40px;
    }

    .testimonials .card,
    .testimonials .testimonials-head {
        height: 400px;
    }

    .testimonials .testimonials-head {
        padding: 80px;
    }

    .testimonials .card {
        padding: 20px;
    }

    .navbar ul.navbar-nav li {
        padding: 0 24px;
    }

    .amy-runner .amy-runner-content {
        padding: 50px 40px 20px;
    }

    .amy-runner .all-amy-content {
        padding: 50px 50px 20px 50px;
    }

    .about-amy img {
        padding-top: 45px;
    }

}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .counter-box .counter {
        font-size: 3rem;
    }

    .counter-box {
        padding: 40px 10px;
    }

    .testimonials .card {
        padding: 50px 30px;
    }

    .testimonials .testimonials-head {
        padding: 60px;
    }

    .train-smarter .train-smarter-content h2 {
        font-size: 42px;
    }

    .navbar ul.navbar-nav li {
        padding: 0 20px;
    }

    .amy-runner .amy-runner-content {
        padding: 20px;
    }

    .about-amy img {
        padding-top: 45px;
    }

    .amy-runner .amy-runner-content ul li {

        text-indent: -10px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .testimonials .testimonials-head {
        margin-bottom: 30px;
    }

    .train-smarter .train-smarter-content {
        padding-bottom: 30px;
    }

    .location .contact-content h2 {
        font-size: 38px;
    }

    .location ul.contact-details {
        padding: 0px;
    }

    .location ul.contact-details li {
        padding: 20px 5px;
    }

    .location ul.contact-details li a,
    .location ul.contact-details li span {
        font-size: 14px;
    }

    .navbar .right-menus {
        justify-content: start;
        margin: 0;
        padding: 0;
    }

}

@media screen and (max-width: 991px) {

    .about-amy-content {
        margin-top: 35px;
    }

    .amy-runner img {
        margin: 20px 0;
        height: auto;
    }

    .amy-runner .all-amy-content {
        height: auto;
    }

    .our-value .row>div:nth-child(2) .card {
        border: none !important;
    }

    .menu-item-has-children>a::after {
        right: 0px !important;
    }

}

@media screen and (max-width: 767px) {

    .location ul.contact-details,
    .our-services .services-box ul {
        flex-wrap: wrap;
    }

    .location ul.contact-details li {
        padding: 20px;
    }

    .testimonials .testimonials-head {
        margin-bottom: 30px;
    }

    .testimonials .testimonials-head {
        padding: 50px;
    }

    .testimonials .testimonials-head {
        padding: 100px;
    }

    .train-smarter .train-smarter-content {
        padding-bottom: 30px;
    }

    .testimonials .card {
        padding: 50px 30px;
    }

    .our-services p {
        line-height: 1.2;
    }

    .navbar .right-menus {
        justify-content: start;
        margin: 0;
        padding: 0;
    }

    .our-value .card {
        border: none;
    }
}

@media screen and (max-width: 520px) {

    .our-services .services-box ul {
        padding-top: 20px;
        position: initial;
    }

    .testimonials .testimonials-head {
        padding: 100px 40px;
    }

    .location ul.contact-details {
        display: flex;
        justify-content: start;
        text-align: left;
    }

    .location ul.contact-details li:not(:last-child) {
        border-right: none;
    }

    .banner-slider .banner-slider-content h2 {
        font-size: 52px;
    }

    .our-services h2.services-title {
        font-size: 30px;
    }

    .testimonials .testimonials-head h2 {
        font-size: 42px;
    }

    .train-smarter .train-smarter-content h2,
    .newsletter h2,
    .location .contact-content h2 {
        font-size: 38px;
    }

    .amy-runner .amy-runner-content,
    .amy-runner .all-amy-content {
        padding: 30px;
        height: auto;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }

    ul.copyright-menus {
        padding: 0px;
    }

    .main-footer ul.social-links {
        display: flex;
        justify-content: start;
    }

    .main-footer ul.footer-menus li {
        margin: 10px;
    }

}

@media screen and (max-width: 391px) {

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left !important;
    }

}

/* Service Dropdown  page */

.woocommerce .woocommerce-ordering select {
    height: 40px;
}

.woocommerce .entry-title,
.woocommerce .woocommerce-result-count {
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #fff;
}

.woocommerce .products ul,
.woocommerce ul.products {
    text-align: center;
}

.woocommerce ul.products li.entry {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    min-height: 490px;
}

.woocommerce ul.products li.entry img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    flex-grow: 1;
}

.woocommerce ul.products li.entry h2.woocommerce-loop-product__title {
    font-size: 16px;
    margin: 15px;
    color: #000;
    font-weight: 400;
}

.woocommerce ul.products li.entry .price {
    font-size: 1.1em;
    font-weight: bold;
    color: #0071a1;
}

.woocommerce ul.products li.entry .add_to_cart_button {
    display: inline-block;
    background: #6D4666;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1em;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: auto;
    margin-bottom: 20px;
}

.woocommerce ul.products li.entry .add_to_cart_button:hover {
    background: #93608a;
    transform: scale(1.05);
}


.woocommerce ul.products li.entry:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.wc-block-cart-items th,
.wc-block-cart-items td,
.wc-block-components-panel__button,
.wc-block-cart__totals-title,
.wc-block-components-totals-item__label,
.wc-block-components-formatted-money-amount,
.is-large.wc-block-cart .wc-block-cart__totals-title {
    color: #fff !important;
}

.is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: 1px solid #fff !important;
}

.wc-block-components-totals-wrapper {
    border-top: 0px !important;
    border-bottom: 1px solid #fff !important;

}

.single-product .product {
    padding-top: 30px;
}

.woocommerce .single-product p,
.product_meta span,
span.posted_in a {
    text-decoration: none;
    color: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper h2,
section.related.products h2 {
    color: #fff;
}

.woocommerce .quantity .qty {
    height: 36px;
}

.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: rgb(255 255 255) !important;
}


.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
    color: #fff;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
    color: #fff;
    padding-bottom: 20px;
}

.woocommerce-cart hr.wp-block-separator.has-alpha-channel-opacity.is-style-dots {
    display: none;
}

.woocommerce-cart li.wc-block-grid__product a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.woocommerce-cart .wc-block-grid__product-price.price span {
    color: #fff;
}

.woocommerce-cart .wp-block-button__link {
    background-color: #6D4666;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.woocommerce-cart .wp-block-button__link:hover {
    background-color: #93608a !important;
    color: #fff;
}

.woocommerce-cart .wc-block-grid__product-price {
    display: block;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {

    font-size: 1.25em;
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100% !important;
}

.woocommerce div.product form.cart .variations label {
    color: #fff;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #fff;
    color: #fff;
}

.woocommerce div.product form.cart .variations select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=") no-repeat right 10px center !important;
    background-size: 16px;
    padding-right: 30px;
}

.woocommerce div.product form.cart .variations select option {
    color: #000 !important;
}

.woocommerce div.product form.cart .variations .value a {
    color: #fff;
}

.woocommerce .woocommerce-Tabs-panel table,
.woocommerce .woocommerce-Tabs-panel th,
.woocommerce .woocommerce-Tabs-panel td {
    border: 1px solid #fff;
    color: #fff;
    padding: 25px 30px;
}

.woocommerce div.product form.cart .variations select {
    padding: 5px 10px;
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0px 10px !important;
}

.single-product .product h1.entry-title {
    font-size: 26px;
}

.woocommerce table.shop_attributes th {
    color: #fff;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #fff;
    text-decoration: none;
}

.woocommerce-cart .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: 1;
    color: #fff;
}

.woocommerce-cart .wc-block-cart__submit-container a {
    text-decoration: none;
    color: #fff;
    background-color: #6D4666;
    margin-top: 10px;
}

.woocommerce-cart .wc-block-cart__submit-container a:hover {
    background-color: #93608a !important;
    color: #fff;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__description,
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice,
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
.woocommerce-checkout .wc-block-components-checkout-step__content span,
.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
    color: #fff !important;
}

.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1.5px rgb(255 255 255);
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 1px solid hsl(0deg 0% 99.39%);
}

.woocommerce-checkout .wc-block-checkout__terms span,
.woocommerce-checkout .wc-block-checkout__actions_row a {
    color: #fff;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name,
.woocommerce-checkout .wc-block-components-product-details__size span {
    color: #fff;
}

.woocommerce-account h2,
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login p,
.woocommerce-account .woocommerce form .form-row label,
.woocommerce-account form.woocommerce-form p,
.woocommerce-account .woocommerce form a {
    color: #fff;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    min-height: 350px;
}

form.woocommerce-ResetPassword.lost_reset_password p,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    color: #fff;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: #6D4666 !important;
}

.woocommerce p,
.woocommerce ul.woocommerce-order-overview li,
.woocommerce .woocommerce-order-details h2 {
    color: #fff;
}

.woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details address {
    border: 1px solid rgb(255 255 255) !important;
}

.woocommerce table.woocommerce-table th,
.woocommerce table.woocommerce-table td {
    border: 1px solid #fff;
    color: #fff;

}

.woocommerce table.woocommerce-table a,
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-customer-details,
.woocommerce div.product div.summary span.tagged_as a,
.woocommerce .woocommerce-product-details__short-description ul li {
    color: #fff;
}

.page-template-template-contact .gform_confirmation_message {
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs .panel ul li {
    color: #fff;
}

section.up-sells h2 {
    color: #fff;
}


.woocommerce-checkout .wc-block-checkout-empty .wc-block-checkout-empty__image {
    fill: #fff;
}

.woocommerce-checkout .wc-block-checkout-empty p,
.woocommerce-checkout .wc-block-checkout-empty .wc-block-checkout-empty__title,
.woocommerce-checkout ul.wc-block-components-product-details li span {
    color: #fff;
}

.woocommerce-checkout .wp-block-button__link {
    color: #fff;
    background-color: #6d4666;
}

.post .entry-content li {
    color: #fff;
}

button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

.youtube-section iframe {
    width: 100%;
    height: 500px;
    margin: 10px 0;
}

section.youtube-section-link {
    text-align: center;
}

section.podcast-logos.py-5 {
    text-align: center;
}

@media screen and (max-width: 479px) {

    .woocommerce ul.order_details li {
        padding-right: 0;
        width: 40%;
        margin-top: 20px;
    }

}

@media screen and (max-width: 991px) and (min-width: 641px) {
    .page-template-template-blog .bdp-medium-6 {
        width: 100% !important;
    }
}




/*common page css*/
  .common_page h1 {
        font-size: 24px;
        color: #000;
        line-height: 1.5;
    }

    .common_page h2,
    .common_page h3 {
        font-size: 24px;
        color: #000;
        line-height: 1.5;
    }

    .common_page p,
    .common_page ul li {
        font-size: 16px;
        color: #000;
        line-height: 2;
    }
     .common_page ul li a {        
        color: #000;       
    }

    .common_page ul { padding-left: 25px    }
    .common_page {
     padding: 50px;
        background-color: #ffffff;
    }
/*common page css end*/
