/*!
Theme Name: Rory Strachan
Theme URI: https://rorystrachan.co.uk/
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Rory Strachan by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Oswald', sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
    background-color: #F5F5F5;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
    color: var(--accent);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #101010;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--accent: #36B7C5;
	--hover: #00828f;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 auto 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}
.page-not-found 
.main-btn {
    display: flex;
    justify-content: center;
}
/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;    
	text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2024/09/background-pattern-scaled.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 40%;
}

.breadcrumbs h1 {
    color: #101010;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/

.header-bar-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.branding-menu {
    display: flex;
    align-items: center;
}

header#masthead .btn-row .main-btn.empty {
    margin-right: 20px;
}
header#masthead {
    background: #101010;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
}

.branding-menu img {
    max-width: 140px;
    height: auto;
}

div#menu-nav ul#primary-menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 20px;
}

div#menu-nav ul#primary-menu li {
    padding: 0 10px;
}

div#menu-nav ul#primary-menu a {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}

.btn-row .main-btn {
    margin-top: 20px;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
}

.main-btn a, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    color: #fff;
    background: var(--accent);
    padding: 8px 20px;
    border-radius: 6px;
    border: solid 1px var(--accent);
}

.main-btn.empty a {
    color: var(--accent);
    background-color: transparent;
    border: solid 1px var(--accent);
}

.main-btn {
    display: flex;
}

.btn-row .main-btn.empty {
    margin-right: 20px;
}

div#menu-nav ul#primary-menu a:hover {
    color: var(--accent);
}

ul#primary-menu li.current-menu-item>a {
    color: var(--accent);
}

div#menu-nav  ul#primary-menu li.current-menu-item>a {
    color: var(--accent);
}

.main-btn a:hover {
    border-radius: 0;
    background-color: var(--hover);
}

.main-btn.empty a:hover {
    background-color: var(--hover);
    color: #fff;
}

.woocommerce-MyAccount-content a.woocommerce-Button.wc-forward.button {
    display: none;
}

td.wc-block-cart-item__image {
    display: none;
}


.wc-block-components-address-card {
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}


.woocommerce-MyAccount-content section.woocommerce-order-details, .woocommerce-MyAccount-content section.woocommerce-customer-details {
    box-shadow: none;
}
ul.wp-block-list {
    padding-left: 20px;
}

h3.wp-block-heading {
    margin: 20px 0 5px;
}

/*******************************
================================
HOME HERO
================================
*******************************/

section.hero {
    position: relative;
    padding: 100px 0;
}

section.hero:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2024/09/background-pattern-scaled.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 40%;
}

section.hero .content_wrap {
    position: relative;
    z-index: 1;
}

h1 {
    font-size: 35px;
    line-height: 1.3;
    text-wrap: pretty;
}



header#masthead .btn-row .main-btn {
    margin: 0;
}

.main-btn a {
    text-transform: uppercase;
}

.main-btn i {
    font-size: 18px;
    margin-left: 6px;
}

.hero-video img {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
}

.hero-video {
    width: 100%;
    text-align: center;
}

.row.align-centre {
    align-items: center;
}


.hero-video {
    position: relative;
}

button.playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: none;
    background: transparent;
}

button.playbutton a {
    font-size: 50px;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

button.playbutton i {
    margin-left: 7px;
}

button.playbutton a:hover {
    background: #fff;
}

/*******************************
================================
HOME RUNNING LINE
================================
*******************************/

span.letter {
    font-size: 50px;
    font-weight: bold;
    color: transparent; /* Make the inside of the text transparent */
    -webkit-text-stroke: 2px black; /* Outline size and color */
    text-shadow: none;
}

span.divider {
    font-size: 50px;
    margin: 0 20px;
}

span.letter {
    text-transform: uppercase;
    white-space: nowrap;
}

.running-line {
    display: flex;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
  }
  
  .running-line-content {
    display: inline-flex;
    animation: scroll 40s linear infinite; /* Continuous scroll */
  }
  
  /* Keyframes for infinite scrolling */
  @keyframes scroll {
    0% {
      transform: translateX(0); /* Start from visible */
    }
    100% {
      transform: translateX(-50%); /* Move left by half of the content's width */
    }
  }
  
  /* This ensures content repeats seamlessly */
  .running-line-content::before {
    content: attr(data-text);
    display: inline-block;
    padding-left: 20px;
  }

/*******************************
================================
HOME SERVICES
================================
*******************************/

.content_wrap.shorter {
    max-width: 1000px;
}

.service-box {
    margin-top: 50px;
}

.service-image img {
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 35px;
}

.service-image {
    position: relative;
}

.service-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(245,245,245);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(245,245,245,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(245,245,245,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(245,245,245,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f5f5f5",GradientType=1);
    border-radius: 20px;
    opacity: 50%;
}

button.playbutton {
    z-index: 3;
}


/*******************************
================================
HOME DARK CTA
================================
*******************************/


section.cta-dark {
    position: relative;
    padding: 100px 0;
    margin-top: 100px;
    background: #1D1D1B;
}

section.cta-dark:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(29,29,27);
    background: -moz-linear-gradient(0deg, rgba(29,29,27,1) 0%, rgba(65,65,61,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(29,29,27,1) 0%, rgba(65,65,61,1) 100%);
    background: linear-gradient(0deg, rgba(29,29,27,1) 0%, rgba(65,65,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#41413d",GradientType=1);
    opacity: 50%;
}

section.cta-dark .content_wrap {
    position: relative;
    z-index: 1;
}

.cta-heading h3 {
    font-size: 35px;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-wrap: balance;
}

.cta-heading .main-btn a {
    font-size: 25px;
}

.cta-image img {
    border-radius: 20px;
    margin: 0 0 20px;
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
    color: var(--hover);
}

/*******************************
================================
HOME SUCCESS STORIES
================================
*******************************/

.success-video {
    position: relative;
}

.success-videos {
    margin: 50px 0;
}

.success-video img {
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.success-videos .cta-heading h3 {
    font-size: 55px;
}

.tesitmonials-space {
    margin: 15px;
}

.testimonial-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-box h4 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 16px;
}

.row.centre-row {
    justify-content: center;
    width: calc(100% + 30px);
    margin-left: -15px;
}

section.success {
    padding: 0 0 100px;
}

/*******************************
================================
FOOTER
================================
*******************************/

footer#colophon {
    padding: 50px 0 20px;
    background: #fff;
}

.footer-logo img {
    filter: invert(100%);
    width: 300px;
    height: auto;
}

.footer-col {
    margin: 15px;
}

.footer-logo {
    margin: 0 0 50px;
}

.footer-col h3 {
    text-transform: uppercase;
    font-size: 30px;
}

ul.contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.contact li {
    padding: 0 0 10px;
}

ul.contact a {
    color: #101010;
    font-size: 22px;
}

ul.useful-links a:hover, ul.contact a:hover {
    color: var(--accent);
}

ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.social li {
    margin-right: 15px;
}

ul.social a {
    color: #101010;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social a:hover {
    background-color: var(--hover);
    color: #fff;
}

ul.social {
    margin-top: 20px;
}

ul.useful-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.useful-links a {
    text-transform: uppercase;
    color: #101010;
    font-size: 30px;
    font-weight: 500;
}

ul.useful-links li {
    padding: 0 0 10px;
}

.footer-col p {
    font-weight: 300;
    font-size: 17px;
    margin: 0 0 10px;
}

span.disclaimer {
    display: block;
    font-size: 12px;
    font-weight: 100;
    margin-top: 6px;
}

.sign-up button {
    color: #fff;
    background: var(--accent);
    padding: 0;
    border-radius: 6px;
    border: solid 1px var(--accent);
    text-transform: uppercase;
    height: 35px;
    width: 90px;
}

.sign-up input[type="email"] {
    width: calc(100% - 120px);
    height: 30px;
    border-radius: 6px;
    border: solid 1px;
    padding-left: 6px;
}

.sign-up button:hover {
    background-color: var(--hover);
}

.copyright-box {
    text-align: center;
    margin-top: 100px;
    padding-top: 20px;
    border-top: solid 1px #f2f2f2;
}

/*******************************
================================
ABOUT ME PAGE
================================
*******************************/

.hero-box.breadcrumb {
    text-align: center;
}

section.regular {
    padding: 50px 0;
}

.image-box {
    position: relative;
}

.image-box img {
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.image-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(245, 245, 245);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(245, 245, 245, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(245, 245, 245, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f5f5f5",GradientType=1);
    border-radius: 20px;
    opacity: 50%;
}

.rtl {
    direction: rtl;
}

.rtl .cnt_50 {
    direction: ltr;
}

.rtl .margin-right {
    margin: 0 0 20px 0;
}

.rtl .margin-left {
    margin: 20px 0 0 0;
}

section.services-dark {
    position: relative;
    padding: 100px 0;
    background: #1D1D1B;
}

section.services-dark:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(29, 29, 27);
    background: -moz-linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    background: linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#41413d",GradientType=1);
    opacity: 50%;
}

section.services-dark .content_wrap {
    position: relative;
}

ul.services {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.services a {
    color: #fff;
}

ul.services h3 {
    font-size: 40px;
}

ul.services li {
    padding: 20px 0;
}

ul.contact-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.contact-icons li {
    padding: 15px;
    display: flex;
    align-items: center;
}

ul.contact-icons i {
    color: #101010;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

ul.contact-icons a {
    color: #101010;
    font-size: 22px;
}

section.contact-details {
    padding: 50px 0;
}

.cta-text {
    text-align: center;
    max-width: 700px;
    margin: 50px auto 50px;
}

.cta-text h2 {
    font-size: 50px;
}

.main-btn.circle-btn {
    justify-content: center;
    margin-top: 50px;
}

.main-btn.circle-btn a {
    width: 150px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    border-radius: 50%;
}


.main-btn.circle-btn a:hover {
    background-color: var(--hover);
}


ul.services a:hover {
    text-decoration: underline;
    color: var(--hover);
}

.hero-box.breadcrumb h2 {
    font-size: 25px;
}
/*******************************
================================
SERVICES PAGE
================================
*******************************/

section.whattoexpect {
    position: relative;
}

section.whattoexpect:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(245, 245, 245);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(245, 245, 245, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(245, 245, 245, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f5f5f5",GradientType=1);
    opacity: 50%;
}

.single-service-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(29, 29, 27);
    background: -moz-linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    background: linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#41413d",GradientType=1);
    opacity: 50%;
    border-radius: 30px;
}

.ssb-inner {
    position: relative;
    z-index: 1;
}

.ssb-inner .main-btn {
    margin-top: 20px;
}

section.services-boxes {
    padding: 100px 0;
}

.single-service-box {
    position: relative;
    padding: 30px;
    background: #1D1D1B;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.single-service-box:first-child {
    margin: 0;
}

/*******************************
================================
CLIENT SUCCESS PAGE
================================
*******************************/

.hero-box.breadcrumb h1 {
    text-transform: uppercase;
}

.client-video {
    position: relative;
}

.client-video:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(29, 29, 27);
    background: -moz-linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    background: linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#41413d",GradientType=1);
    opacity: 50%;
    border-radius: 20px;
}

.client-video img {
    border-radius: 20px;
}

.client-image img {
    border-radius: 20px;
}

.client-image-space {
    margin: 15px;
}

.client-image-space img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

div#testimonial-carousel {
    padding: 0 50px;
}

button.glide__arrow.glide__arrow--left {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.glide__arrow.glide__arrow--right {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.glide__arrow {
    height: 150px;
    border: none;
    background-color: #101010;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
}

button.glide__arrow:hover {
    background-color: var(--hover);
    cursor: pointer;
}

.testimonial-crl {
    padding: 20px;
}

/*******************************
================================
CONTACT PAGE
================================
*******************************/

section.get-in-touch {
    padding: 100px 0;
}

.cat-form p {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.cat-form label {
    width: 100%;
    margin-bottom: 10px;
}

.cat-form label input {
    width: calc(100% - 10px);
    height: 30px;
    border-radius: 6px;
    border: solid 1px;
}

.cat-form label textarea {
    width: calc(100% - 10px);
    border: solid 1px;
    border-radius: 6px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    background: var(--accent);
    padding: 8px 20px;
    border-radius: 6px;
    border: solid 1px var(--accent);
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Oswald';
    transition: .5s;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: var(--hover);
    cursor: pointer;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}


.contact-title {
    margin: 0 0 15px;
}



/*******************************
================================
GET STARTED
================================
*******************************/

section.get-started {
    padding: 100px 0;
    height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.question-box {
    background-color: #E5E5E5;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 20px 0;
}

.question-box p {
    font-size: 12px;
}

.question-box h2 {
    font-size: 35px;
    margin: 0;
}

.quizz-options {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.quizz-options button {
    width: 150px;
    margin: 0 10px;
    height: 70px;
    font-size: 20px;
    font-family: 'Oswald';
    letter-spacing: 1px;
    background: #fff;
    border: none;
    border-radius: 6px;
    transition: .5s;
}

.quizz-options button:hover {
    background: var(--hover);
    color: #fff;
    cursor: pointer;
}

.continue {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.continue button {
    margin: 10px;
}

.continue button {
    color: #fff;
    background: var(--accent);
    padding: 8px 25px;
    border-radius: 6px;
    border: solid 1px var(--accent);
    font-size: 25px;
    transition: .5s;
}

.continue button.back {
    color: var(--accent);
    background-color: transparent;
    border: solid 1px var(--accent);
    transition: .5s;
}

.continue button:hover, .continue button.back:hover {
    color: #fff;
    background: var(--hover);
    cursor: pointer;
}

.question-progress {
    position: relative;
    width: 90%;
    height: 15px;
    border: solid 1px;
    border-radius: 6px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.question-progress:before {
    content: '';
    width: 10%;
    height: 100%;
    position: absolute;
    background: var(--accent);
    border-radius: 5px 0 0 5px;
    transition: 0.5s;
}

.quizz-options button {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}





/*******************************
================================
WOOCOMMERCE
================================
*******************************/

ul.wc-item-meta {
    display: none;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: var(--accent);
    border: none;
    border-radius: 6px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    color: #fff;
    background: var(--accent);
    padding: 8px 20px;
    border-radius: 6px;
    border: solid 1px var(--accent);
    text-transform: uppercase;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    transition: .5s;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover {
    background-color: var(--hover);
    cursor: pointer;
}

.wc-block-components-order-summary-item__image {
    display: none !important;
}


a.wc-block-checkout__login-prompt {
    color: var(--accent);
    text-decoration: underline;
}

form.woocommerce-form.woocommerce-form-login.login input, input#user_login {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 50px;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
}

form.woocommerce-form.woocommerce-form-login.login 
 input#rememberme {
    width: auto;
    height: auto;
}

button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.button {
    color: #fff;
    background: var(--accent);
    padding: 8px 20px;
    border-radius: 6px;
    border: solid 1px var(--accent);
}

form.woocommerce-form.woocommerce-form-login.login {
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

form.woocommerce-ResetPassword.lost_reset_password {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.woocommerce-message {
    border-color: forestgreen;
    background: #fff;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.woocommerce-message::before {
    color: forestgreen;
}


section.woocommerce-customer-details {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

section.woocommerce-order-details {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
}

section.woocommerce-order-details h2 {
    font-size: 20px;
}

section.woocommerce-customer-details h2 {
    font-size: 20px;
}


ul.woocommerce-error {
    background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: calc(67% - 40px);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px;
    width: 18%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 10px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #f2f2f2;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
    border-radius: 20px 20px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-radius: 0 0 20px 20px;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 45px;
    border-radius: 6px;
    border: solid 1px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 45px;
    border-radius: 6px;
    border: solid 1px;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    border: solid 1px;
    margin: 0 0 20px;
}

.woocommerce-MyAccount-content h2 {
    font-size: 20px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin-top: 15px;
}


/*******************************
================================
MEDIA
================================
*******************************/


div#menu-nav {
    display: none;
}
.mobile-nav a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

.mobile-nav i {
    margin-left: 5px;
}

div#page {
    transition: .5s;
}

div#page.active {
    margin-left: 80%;
    position: fixed;
    height: 100vh;
    width: 100%;
}

div#mobile-nav {
    position: fixed;
    left: -100%;
    width: calc(80% - 40px);
    height: 100%;
    background: #1D1D1B;
    padding: 20px;
    overflow: hidden;
    transition: .5s;
}
.flex-size {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul#primary-menu {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

ul#primary-menu li {
    padding: 10px 0;
}

ul#primary-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}

div#mobile-nav ul.contact a {
    color: #fff;
}

div#mobile-nav.active {
    left: 0;
}

.close-btn a {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}

.close-btn {
    text-align: right;
}

@media (min-width: 350px){


    .cta-heading h3 {
        font-size: 55px;
    }    
}

@media (min-width: 768px){

    .branding-menu img {
        max-width: 180px;
        height: auto;
    }

    span.letter {
        font-size: 70px;
    }
    
    span.divider {
        font-size: 70px;
    }

    .mobile-nav {
        display: none;
    }
    div#menu-nav {
        display: block;
    }

/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

.header-contact {
    display: none;
}

.branding-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (min-width: 1024px){
    span.letter {
        font-size: 100px;
    }


    .cta-text h2 {
        font-size: 70px;
    }

    ul.services h3 {
        font-size: 60px;
    }
    .hero-box.breadcrumb h2 {
        font-size: 35px;
    }


    .rtl .margin-right {
        margin: 0 0 0 20px;
    }
    
    .rtl .margin-left {
        margin: 0 20px 0 0;
    }
    .footer-col {
        margin: 0 15px;
    }
    h2 {
        font-size: 45px;
    }
    span.divider {
        font-size: 100px;
    }
.hero-box p {
    font-size: 22px;
}
    h1 {
        font-size: 45px;
    }   
.branding-menu {
    width: auto;
}
    .header-contact {
        display: block;
    }

/* global */


.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}

@media (min-width: 1200px){


    .success-videos .cta-heading h3 {
        font-size: 75px;
    }
    .cta-heading h3 {
        font-size: 65px;
    }

    h1 {
        font-size: 55px;
    }    
}

@media (min-width: 1400px){

    h1 {
        font-size: 65px;
    }
}

/* additional css */

div#mobile-nav ul.contact a {
    font-size: 14px;
}

div#mobile-nav ul.contact i {
    margin-right: 5px;
}
div#subscribe h2 {
    font-size: 25px;
    margin: 0 0 3px;
}

div#subscribe h4 {
    font-size: 20px;
    text-transform: capitalize;
}

footer#colophon {
    padding: 0;
}

.fs-content p span {
    font-weight: 700;
    font-size: 20px;
}

.fs-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fs-content p {
}
.cta-text .main-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.cta-text .main-btn a {
    font-size: 25px;
}

ul.footer-links {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul.footer-links li {
    padding: 0 10px;
}

ul.footer-links a {
    color: #000;
    font-size: 20px;
}

.cta-text {
    margin: 30px auto 0;
}


.copyright-box {
    margin-top: 50px;
    padding-bottom: 20px;
}

ul.footer-links a:hover {
    color: var(--accent);
}
.sign-up {
    padding: 20px;
    background: #f2f2f2;
    border-radius: 10px;
}
section.footer-sub {
    padding: 50px 0;
}
button.playbutton a {
    width: 75px;
    height: 75px;
    font-size: 35px;
}

.client-video:before {
    opacity: 0;
}

.hero-box.breadcrumb p span {
    font-style: italic;
}


.testimonial-box img {
    border-radius: 10px 10px 0 0;
    margin: 0 0 15px;
}
button.playbutton a {
    background: #000;
}
.footer-col p span {
    font-weight: 600;
    font-size: 20px;
}

ul.contact-icons a {
    color: #101010;
    font-size: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-video {
    position: relative;
    width: 100%;
    max-width: 400px; 
    margin: auto;
  }
  .hero-video img,
  .hero-video video {
    display: block;
    width: 100%;
    height: auto;
  }
  .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    font-size: 3rem;
    color: white;
    cursor: pointer;
  }

video {
    border-radius: 20px;
}

.row.align-centre.rtl {
    margin: 20px 0;
}

.row.align-centre.rtl .sl-box {
    direction: ltr;
}

.row.align-centre.rtl .sl-content .margin-right {
    margin: 0 20px 0 0;
}

.ssb-inner h2 span {
    font-size: 20px;
    margin-top: 5px;
}

.main-btn.circle-btn a {
    font-size: 45px;
}
.sl-box ul.simple-list li {
    color: #101010;
}
.ssb-inner h2 {
    display: flex;
    flex-direction: column;
}

.sl-content h3 {
    font-size: 25px;
}
section.regular-split.rtl {
    background: #fff;
}

.line-divider {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.2);
    margin: 0 0 30px;
}

ul.award {
    margin: 0;
    padding: 0 0 0 20px;
}

ul.award li {
    padding: 4px 0;
    line-height: 1.5;
    color: #101010;
    font-size: 18px;
}

section.regular-split h2 {
    margin: 0 0 15px;
}

section.regular-split {
    padding: 100px 0;
}

section.regular-split .main-btn {
    margin-top: 20px;
}

.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns {
    display: none;
}
.text-box.relative .image-box {
    margin-top: 40px;
}

.text-box.relative h2 {
    font-size: 30px;
}

section.regular.split {
    position: relative;
}
ul.simple-list {
    padding: 0 0 0 20px;
}

ul.simple-list li {
    margin: 0;
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    padding: 0 0 5px;
}
section.swim-lessons {
    padding: 100px 0;
    position: relative;
    background: #1D1D1B;
    margin-top: 30px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.mid-title {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 850px;
}

.mid-title h2 {
    font-size: 70px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-shadow: none;
    text-transform: uppercase;
}

.mid-title p {
    font-size: 25px;
    margin-top: 20px;
}

section.swim-lessons:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(29, 29, 27);
    background: -moz-linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    background: linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(65, 65, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#41413d",GradientType=1);
    opacity: 50%;
}

section.swim-lessons .content_wrap {
    position: relative;
    z-index: 3;
}

.sl-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.space {
    margin: 15px;
}

.sl-content span {
    font-size: 15px;
    margin: 10px 0 0;
    display: block;
}

.sl-content .main-btn {
    margin-top: 20px;
}

section.regular.split:before {
    content: '';
    width: 100%;
    height: 50%;
    background: black;
    position: absolute;
    left: 0;
    top: 0;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    background: #fff;
}

p.content {
    font-size: 16px;
    font-weight: 300;
}

.wcstripe-payment-element.StripeElement {
    margin-top: 20px;
}

@media (max-width: 1023px){
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin: 0 0 20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 40px);
}	
}


/*******************************
================================
GET STARTED FORM
================================
*******************************/
    .quizz-options.column-quiz-options {
    display: flex;
    flex-direction: column;
}

.quizz-options.column-quiz-options button {
    width: 100%;
    max-width: 660px;
    margin-bottom: 20px;
}

section.get-started{
    height: max-content;
}

.quizz-options .textarea-con textarea {
    width: 100%;
    max-width: 660px;
    fill: #FFF;
    filter: drop-shadow(0px 10px 50px rgba(33, 52, 48, 0.08));
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 24px;
    vertical-align: middle;
    margin-top: 20px;
}


.textarea-con {
    width: 100%;
    display: flex;
    justify-content: center;
}


.product-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}

.product-selection {
    padding: 20px 0px;
    border-radius: 10px;
    background-color: #FFF;
    filter: drop-shadow(0px 10px 50px rgba(33, 52, 48, 0.08));
    margin-top: 50px;
}



label.product-row .cta {
    display: flex;
    align-items: center;
}

label.product-row input {
    width: 35px;
    height: 35px;
    border-radius: 0px;
    margin-right: 10px;
}

label.product-row .cta .product-title {
    font-size: 25px;
}

label.product-row .price-row {
    display: flex;
    align-items: center;
}


label.product-row .display-price {
    font-size: 25px;
    font-weight: bold;
    margin-right: 20px;
}

label.product-row .price-savings {
    text-align: right;
    font-weight: 500;
}




label.product-row .default-price {
    color: #949494;
    position: relative;
}

label.product-row .default-price::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #949494;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
}

label.product-row:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

.question-box.active {
    display: block;
}

.question-box {
    display: none;
}

.quizz-options input {
    width: 100%;
    max-width: 660px;
    background-color: #FFF;
    filter: drop-shadow(0px 10px 50px rgba(33, 52, 48, 0.08));
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 24px;
    vertical-align: middle;
    margin-top: 20px;
}





.question-box {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%; /* Start offscreen to the right */
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.question-box.active {
    opacity: 1;
    left: 0;
    position: relative;
}

/* Slide in from the right */
.slide-in-right {
    animation: slideInRight 0.5s forwards;
}

/* Slide in from the left */
.slide-in-left {
    animation: slideInLeft 0.5s forwards;
}

/* Slide out to the left */
.slide-out-left {
    animation: slideOutLeft 0.5s forwards;
    position: absolute !important;
}

/* Slide out to the right */
.slide-out-right {
    animation: slideOutRight 0.5s forwards;
    position: absolute !important;
}

.questions-con {
    position: relative;
    overflow: hidden; /* Ensure the slides are contained within the parent */
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
@media (max-width: 768px){
    .quizz-options button {
    width: 100%;
    margin-bottom: 20px;
}

.product-row {display: flex;flex-wrap: wrap;}

label.product-row .cta {
    width: 100%;
}

label.product-row .price-context {
    width: 100%;
}

}
/* Hide the default radio button */
.product-row input[type="radio"] {
    display: none;
}

/* Style for the custom square */
.product-row .custom-checkbox {
    width: 40px; /* Adjust the size */
    height: 40px; /* Adjust the size */
    border: 1px solid #ccc; /* Match the border color */
    border-radius: 3px; /* Optional for slightly rounded corners */
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.swim-clinics-boxes {
    margin-top: 50px;
}
.row.align-centre.spacingopt {
    margin: 30px 0;
}
/* Style for the tick (hidden by default) */
.product-row .custom-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 18px;
    border: solid #00b4cc;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    transform: translate(-50%, -50%) rotate(45deg);
}
.product-row .checkbox-con {
    margin-right: 10px;
    line-height: 0;
}
section.cta-dark p {
    color: #fff;
}
/* Show the tick when the radio button is selected */
.product-row input[type="radio"]:checked + .custom-checkbox::after {
    opacity: 1;
}

/* Change the border color when the checkbox is selected */
.product-row input[type="radio"]:checked + .custom-checkbox {
    border-color: #00b4cc; /* Border color when selected */
opacity: 1;
}
.product-row .checkbox-con {
    margin-right: 10px;
    line-height: 0;
}

@media (min-width: 1024px){
	
span.divider {
    font-size: 70px;
}

span.letter {
    font-size: 70px;
}	
	
.row.align-centre.rtl .sl-content .margin-left {
    margin: 0 0 0 20px;
}

ul.simple-list.notop {
    margin: 0;
}

section.regular.split:before {
    width: 50%;
	height: 100%;
}
}





















