@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: #fff;
    font-family: "Inter", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.form-control:focus {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgba(255, 255, 255, 0.8);
}

::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) var(--white);
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on mobile devices */
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 0px;
    /* Hide the scrollbar */
    height: 0px;
    /* Hide the horizontal scrollbar */
}

*::-webkit-scrollbar-track {
    background: var(--white);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
    border: 3px none var(--white);
}

/* Show the scrollbar on hover and during scrolling */
*::-webkit-scrollbar {
    transition: width 0.3s ease;
}

*::-webkit-scrollbar:hover {
    width: 15px;
    /* Show the scrollbar on hover */
    height: 15px;
    /* Show the horizontal scrollbar on hover */
}

.custom-container {
    padding: 0 50px;
}

/* .custom-container h1 {
    font-size: 41px;
} */

.background {
    /* top: -40px;
    position: relative; */
    margin-top: -40px;
    background: #975bcf;
    /* min-height: 75vh; */
    height: auto;
}

.site_header2{
    position:relative;
    top:39px;
}

.parents_club_banner,
.inner_page_banner,
.about_page_banner {
    margin-top: -40px;
}

.hero-section {
    padding: 260px 0 200px;
    position: relative;
}

.hero-section h4 {
    font-size: 17px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.hero-section h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 10px;
}

.hero-section p {
    font-size: 17px;
    margin-bottom: 20px;
}

.search-form p {
    width: max-content;
}

.search-form p>a {
    color: #340f56;
}

.search-bar {
    width: 100%;
}

.search-bar .input-group {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 882px;
    background: #fff;
}

.search-bar .input-group-text {
    background-color: #ffffff;
    color: #8a4de8;
    font-size: 24px;
}

.search-bar .form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 19px;
    color: #632a98;
    padding: 0 !important;
}

.search-bar .btn-primary {
    background-color: #5f27cd;
    border: none;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.searchbtn {
    background: var(--color-primary-dark);
    border-radius: 30px !important;
    color: #fff;
    margin: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 19px;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

.searchbtn:hover {
    color: #fff;
}


.download-btn {
    background: var(--color-primary-dark);
    border-radius: 30px !important;
    color: #fff;
    margin: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    cursor: pointer;
}

.download-btn:hover {
    color: #fff;
}

.search-bar .vr {
    width: 1px;
    background-color: #d3d3d3;
}

.stats {
    margin-top: 85px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.stats h3 {
    font-size: 35px;
    font-weight: 700;
}

.stats p {
    font-size: 17px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px;
}

/* .stats .col {
    border-right: 12px solid #fff;
} */

.stats .c_item {
    border-right: 1px solid #fff;
}

.stats .c_item:last-child {
    border: 0px;
}

.decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.decorations img {
    position: absolute;
}

.smiley {
    top: 180px;
    left: 190px;
    width: 137px;
}

.ball {
    bottom: 80px;
    right: 0;
    width: 263px;
}

.shoe {
    bottom: 150px;
    left: 85px;
    width: 160px;
}

.player {
    top: 180px;
    right: 190px;
    width: 139px;
}

.custommodal .modal-dialog {
    max-width: 810px;
    width: calc(100% - 32px);
}

.custommodal .modal-content {
    background: #975bcf;
    border-radius: 30px;
    width: 810px;
    height: 505px;
    position: relative;
    text-align: center;
}

.custommodal .modal-content h4 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.custommodal .modal-content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.custommodal .modal-body {
    padding: 14% 0 0;
}

.modal-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.custom-modal-content {
    background-color: #a16ee6;
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.custom-modal-content .modal-header {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}

.custom-modal-content .modal-header .btn-light {
    background: transparent;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    border: 0px;
}

.modal-decorations img {
    position: absolute;
}

.smiley-icon {
    width: 72px;
    left: 102px;
    top: 74px;
}

.decoration-icon {
    position: absolute;
    width: 60px;
}

.shoe-icon {
    bottom: 51px;
    left: 89px;
    width: 106px;
}

.player-icon {
    bottom: 51px;
    right: 51px;
    width: 124px;
}

.stars-icon {
    top: 74px;
    right: 117px;
    width: 50px;
}

.modalbtn1,
.modalbtn1:hover {
    background: #632a98;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding: 9px 15px;
    display: block;
    margin: auto;
    width: 328px;
}

.modalbtn2 {
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #282828;
    border-radius: 30px;
    padding: 9px 15px;
    display: block;
    margin: auto;
    width: 328px;
}

.howitworks {
    background: url(../img/ball-big.png) no-repeat bottom right #f8f8f8;
    padding: 100px 0;
}

.howitworks .section-title {
    position: relative;
    padding-left: 100px;
}

.section-title p {
    color: #282828;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.section-title h2 span {
    font-size: 35px;
    font-weight: 700;
}

.section-title h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 25px;
}

.section-title .customBtn {
    background: #632a98;
    color: #fff;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
}

.section-title .customBtn:hover {
    background: var(--color-primary-dark);
}

.howitworks .section-title::after {
    content: "";
    position: absolute;
    bottom: -164px;
    left: 0;
    background: url(../img/anim-1.png);
    width: 139px;
    height: 122px;
}

.box {
    box-shadow: 0 5px 20px rgba(132, 132, 132, 0.2);
    padding: 25px 35px;
    border-radius: 30px;
    position: relative;
    background: #fff;
    height: 100%;
}

.number::before {
    content: counter(box-counter);
    counter-increment: box-counter;
    background-color: #a76fdc;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: 31px;
    display: block;
}

.box h3 {
    color: #a76fdc;
    padding-top: 14px;
    padding-bottom: 31px;
    font-size: 28px;
    padding-left: 50px;
    font-size: 28px;
    font-weight: 700;
}

.box p {
    font-size: 16px;
    color: #8a8a8a;
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
}

.forcoaches {
    padding: 100px 0;
}

.forcoaches .section-title {
    position: relative;
}

.forcoaches .section-title::after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -227px;
    background: url(../img/anim3.png);
    width: 160px;
    height: 128px;
}

.shadow-sm {
    box-shadow: 0 4px 20px rgba(132, 132, 132, 0.2) !important;
}

.forcoaches .card {
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.3s;
    height: 100%;
}

.forcoaches .card-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    color: #000;
}

.forcoaches .card-text {
    font-size: 12px;
    margin-bottom: 5px;
    color: var(--color-dark);
    font-family: "Open Sans", sans-serif;
}

.forcoaches .badge {
    background-color: #ecd8ff;
    color: #975bcf;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
}

.articles-content {
    padding: 100px 0;
    background: #f8f8f8;
}

.articles-content h1 {
    font-size: 41px;
}

.articles-content .section-title {
    position: relative;
}

.articles-content .section-title::before {
    content: "";
    position: absolute;
    top: -56px;
    left: 115px;
    background: url(../img/anim-1.png);
    width: 139px;
    height: 122px;
}

.articles-content .section-title::after {
    content: "";
    position: absolute;
    top: -56px;
    right: 115px;
    background: url(../img/smiley.png);
    width: 137px;
    height: 136px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.latestarticle.section-title::before,
.latestarticle.section-title::after {
    background: none;
}

.video video {
    display: flex;
    margin: auto;
    width: 90%;
}

.video .badge {
    background-color: #ecd8ff;
    color: #975bcf;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
    margin-top: 10px;
}

.video h5 {
    color: #282828;
    font-size: 25px !important;
    font-weight: 700 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
}

.video-desc {
    padding-left: 70px;
}

.articles-content .card {
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.3s;
    height: 100%;
}

.articles-content .card-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
}

.articles-content .badge {
    background-color: #ecd8ff;
    color: #975bcf;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
}

.testimonial {
    background: url(../img/testimonial-bg.png) fixed;
    padding: 100px 0 250px;
}

.testimonial-heading {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 57px;
    position: relative;
}

.testimonial-heading::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 417px;
    background: url(../img/smiley-sm.png);
    width: 93px;
    height: 94px;
}

.testimonial .owl-carousel::after {
    content: "";
    position: absolute;
    bottom: -155px;
    left: 283px;
    background: url(../img/ball-sm.png);
    width: 147px;
    height: 147px;
}

.testimonial-heading h4 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.testimonial-heading h3 {
    font-weight: 700;
    font-size: 55px;
    color: #fff;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin: 10px;
    position: relative;
}

.testimonial-card img {
    /*background: #eaeaea;
    border-radius: 50%;
    width: 120px !important;
    height: 120px;*/
    object-fit: cover;
}

.testimonial-card .rating {
    font-size: 35px;
    color: var(--color-dark);
    margin-bottom: 10px;
    font-weight: 700;
}

.testimonial-card .rating span {
    color: #975bcf;
}

.testimonial-card .name {
    font-size: 25px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: var(--color-dark);
    margin-top: 15px;
}

.testimonial-card .test-head {
    color: var(--color-dark);
    font-size: 25px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    padding: 10px 0;
}

.testimonial-card p {
    color: #747474;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.owl-nav {
    position: absolute;
    bottom: -105px;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.owl-nav button {
    background: #340f56 !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 10px 20px !important;
    border-radius: 50% !important;
    pointer-events: all;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    width: 51px;
    height: 51px;
}

.owl-theme .owl-controls .owl-page span {
    background: #a76fdc;
}

.premium_access {
    background: #975bcf;
    box-shadow: 10px 1px 40px rgba(84, 84, 84, 0.15);
    width: 816px;
    padding: 40px;
    top: -78px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    border-radius: 8px;
}

.premium_access .texts h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.premium_access .texts p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
}

.blog_page_banner {
    background: var(--color-dark);
    padding: 250px 0;
}

.blog_page_banner .page_heading {
    text-align: center;
}

.blog_page_banner .page_heading h1 {
    font-size: 55px;
    line-height: 66px;
    font-weight: 700;
    color: var(--white);
}

.blog_page_banner .page_heading p {
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Open sans", sans-serif;
    color: var(--white);
}

.blog_page_banner .page_heading p a {
    color: var(--white);
}

.price_package_section {
    padding: 150px 0;
}

.blog_body {
    padding: 187px 0;
    position: relative;
}

.blog_body .filter-and-tabs {
    margin-top: 50px;
}

.blog_body .filter-and-tabs .btn-filter {
    background: var(--white);
    border: 1px solid var(--color-primary);
    margin-right: 10px;
}

.blog_body .filter-and-tabs .btn-filter.active {
    background: var(--color-primary) !important;
    color: var(--white) !important;
}

.blog_body .filter-and-tabs .btn-filter:hover {
    background: var(--color-primary-light) !important;
    color: var(--white) !important;
}

.search.input-group {
    background: transparent !important;
}

.blog_carousel {
    position: absolute;
    top: -144px;
    left: 0;
    right: 0;
}

.blog_carousel .badge {
    background-color: #ecd8ff;
    color: #975bcf;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.carousel-container {
    padding: 0;
    max-width: 1160px;
    margin: auto;
    border-radius: 15px;
}

/* .carousel-container .owl-stage-outer {
    box-shadow: 0 0 30px rgba(132, 132, 132, 0.25);
} */

.carousel-item {
    display: flex;
    /* align-items: center; */
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-wrap: wrap;
}

.carousel-item .left-content {
    background-color: #632a98;
    color: #fff;
    /* flex: 1; */
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 60px; */
}

.carousel-item .left-content h2 {
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 104px rgba(126, 65, 255, 1);
}

.carousel-item .right-content {
    /* flex: 1; */
    width: 50%;
    padding: 30px;
    text-align: left;
}

.carousel-item .right-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #340f56;
}

.carousel-item .right-content p {
    font-size: 15px;
    color: #c3c3c3;
    margin-bottom: 20px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Open Sans", Arial, sans-serif !important;
}

.carousel-item .right-content p span {
    font-family: "Open Sans", Arial, sans-serif !important;
}

.carousel-item .right-content a {
    color: #632a98;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.carousel-item .right-content a:hover {
    text-decoration: underline;
}

.blog_carousel .owl-theme .owl-dot {
    background: rgba(99, 42, 152, 0.2);
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
}

.blog_carousel .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.blog_carousel .owl-theme .owl-dot.active {
    background: #632a98;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 10px;
    background-color: #f5f5f5;
}

.search-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background-color: transparent;
}

.search-input::placeholder {
    color: #b0b0b0;
}

.btn-filter {
    padding: 15px 42px;
    border-radius: 30px;
    border: 2px solid #632a98;
    transition: background-color 0.7s;
    text-transform: uppercase;
    color: #632a98;
    font-weight: 600;
    font-size: 14px;
}

.btn-filter:hover {
    background: #632a98;
    color: #fff;
}

.column {
    float: left;
    width: 25%;
    display: none;
    /* Hide all elements by default */
}

.content {
    background-color: white;
    padding: 10px;
    height: 100%;
}

.content .card {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}

.content .card .card-title {
    font-weight: 700;
    font-size: 23px;
    font-family: "Open sans", sans-serif;
    color: #000 !important;
    line-height: 28px !important;
}

.content .card .badge {
    background-color: #ecd8ff;
    color: #975bcf;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.show {
    display: block;
}

.search.input-group {
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background-color: #eaeaea;
    height: 44px;
}

.search.input-group .form-control {
    background-color: transparent;
}

.search.input-group .input-group-text {
    background-color: transparent;
}

.seemore {
    border: 1px solid #632a98;
    color: #632a98;
    background: #fff;
    padding: 15px 42px;
    transition: background-color 0.7s;
    border-radius: 30px;
    text-transform: uppercase;
}

.seemore:hover {
    background: #632a98;
    color: #fff;
}

.blog-details {
    margin-top: 210px;
    margin-bottom: 210px;
}

.blog-details h1 {
    color: #340f56;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-details h6 {
    color: #1c1c1c;
    font-size: 15px;
}

.blog-details h6 span {
    color: #632a98;
    margin-bottom: 25px;
}

.blog-details h5 {
    font-family: "Open sans", sans-serif;
    font-size: 12px;
    color: rgba(52, 15, 86, 0.4);
}

.blog-details .blog_img_block {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 885/360;
}

.blog-details .blog_img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details .blog_description_txt,
.blog-details .blog_description_txt span,
.blog-details .blog_description_txt ul li,
.blog-details .blog_description_txt ol li,
.blog-details .blog_description_txt a {
    font-family: "Open sans", sans-serif !important;
}

.blog-details .blog_description_txt b,
.blog-details .blog_description_txt b p,
.blog-details .blog_description_txt b span,
.blog-details .blog_description_txt b a,
.blog-details .blog_description_txt p b,
.blog-details .blog_description_txt p a b {
    font-weight: 700 !important;
}

.blog-details .blog_description_txt u,
.blog-details .blog_description_txt u span,
.blog-details .blog_description_txt u p,
.blog-details .blog_description_txt ul li p u,
.blog-details .blog_description_txt ul li u {
    text-decoration: underline !important;
}

.blog-details video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    margin: 30px 0;
}

.blog-details h4 {
    color: #340f56;
    font-weight: 700;
    font-size: 25px;
}

.blog-details p {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.highlight {
    background: rgba(99, 42, 152, 0.05);
    padding: 15px 20px;
    border-left: 5px solid #632a98;
    color: #632a98;
}

.terms p {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.tags a {
    background: #eaeaea;
    border-radius: 20px;
    padding: 10px 25px;
    color: #632a98;
    font-weight: 600;
    font-size: 14px;
}

.related-articles h3 {
    color: #340f56;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.defibox {
    box-shadow: 0 0 20px rgba(132, 132, 132, 0.2);
    border-radius: 15px;
    padding: 30px 20px;
}

.defibox .bulletpoint {
    background: url(../img/ellipse.png) no-repeat center left;
    padding-left: 15px;
    color: #340f56;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.defibox p {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 30px;
}

.blog-details .back {
    color: #340f56;
    font-size: 12px;
    font-family: "Open sans", sans-serif;
    line-height: 18px;
}

.helpcenter-top {
    padding: 227px 0;
    position: relative;
}

.helpcenter-top h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 15px;
}

.helpcenter-top p {
    font-size: 17px;
    margin-bottom: 20px;
    max-width: 460px;
    width: 100%;
    margin: auto;
    line-height: 24px;
}

.whitebody {
    /* position: relative;
    background: #fff;
    padding: 100px 0; */
    /* max-height: 884px; */
    position: relative;
    background: #fff;
    /* padding: 0 0 100px 0;
    max-height: 400px; */
}

.tabs-container {
    position: relative;
    max-width: 1115px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f8f8f8;
    border-radius: 20px;
    padding: 50px 100px;
    top: -180px;
    box-shadow: 0 0 20px rgba(132, 132, 132, 0.2);
}

.tabs-container .nav {
    justify-content: center;
}

.tabs-container .nav-link {
    padding: 15px 42px;
    border-radius: 30px;
    border: 2px solid #632a98;
    transition: background-color 0.7s;
    text-transform: uppercase;
    color: #632a98;
    font-weight: 600;
    font-size: 14px;
}

.tabs-container .nav-link.active {
    background: #632a98;
}

.whitebox {
    padding: 75px 100px;
    border-radius: 18px;
    background: #fff;
}

.whitebox .accordion-button {
    color: #632a98;
    font-size: 22px;
    font-family: "DM Sans", sans-serif;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 500;
}

.whitebox .accordion-item {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #eaeaea;
}

.whitebox .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #fff;
}

.whitebox .accordion-body {
    font-size: 18px;
    line-height: 30px;
    padding-top: 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.contact-support {
    background: #975bcf;
    padding: 85px 0;
    text-align: center;
    position: relative;
}

.contact-support h4 {
    font-size: 17px;
    font-family: "Open sans", sans-serif;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-support h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.contact-support p {
    font-size: 17px;
    font-family: "Open sans", sans-serif;
    margin-bottom: 15px;
    color: #fff;
    line-height: 28px;
}

.contact-support::before {
    content: "";
    background: url(../img/smiley-sm.png) no-repeat top left;
    width: 93px;
    height: 94px;
    position: absolute;
    left: 306px;
}

.contact-support::after {
    content: "";
    background: url(../img/players-sm.png) no-repeat bottom right;
    width: 127px;
    height: 104px;
    position: absolute;
    right: 323px;
    bottom: 77px;
}

.phoneandmail ul li {
    display: inline-block;
    border-right: 1px solid #340f56;
    color: #340f56;
    font-size: 17px;
    font-family: "Open sans", sans-serif;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.5;
}

.phoneandmail ul li a {
    color: #340f56;
    text-transform: initial;
    font-weight: 600;
    text-decoration: underline;
}

.phoneandmail ul li:last-child {
    border-right: 0px;
}

.livechat {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background: var(--color-primary);
    border-radius: 30px;
    padding: 15px 42px 0;
    box-shadow: none;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    margin: auto;
}

.livechat:hover,
.sendmsg:hover,
.goback:hover {
    background: var(--color-primary-dark);
}

.contactbody {
    background: #fff;
    padding: 480px 0 100px;
    position: relative;
}

.map {
    border-radius: 30px;
    overflow: hidden;
}

.contactbody .address {
    margin-left: 64px;
}

.address h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.address h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 12px;
}

.address p {
    font-size: 17px;
    line-height: 25px;
}

.contact-form {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(132, 132, 132, 0.2);
    padding: 50px 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -198px;
    max-width: 886px;
    margin: auto;
    width: calc(100% - 30px);
}

.contact-form ::placeholder {
    color: rgba(99, 42, 152, 0.4);
    font-size: 14px;
    line-height: 22px;
}

.contact-form label {
    font-size: 12px;
    font-family: "Open sans", sans-serif;
    text-transform: capitalize;
    color: #632a98;
    padding-left: 15px;
    padding-bottom: 12px;
}

.contact-form input,
.contact-form textarea {
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    resize: none;
    font-size: 15px;
    line-height: 22px;
    color: var(--color-primary) !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid var(--color-primary);
}

.sendmsg {
    background: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 40px;
    color: #fff;
    border-radius: 30px;
    box-shadow: none;
    border: 0px;
    float: right;
}

.privacypolicy {
    /* margin-top: 210px;
    margin-bottom: 155px; */
    margin-top: 120px;
    margin-bottom: 0;
    background: #f8f8f8;
    padding: 50px 0 150px 0;
}

.privacypolicy h4 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: #1d1148 !important;
    margin-bottom: 10px !important;
}

.privacypolicy h6 {
    text-transform: uppercase;
    color: #757575;
    font-size: 12px;
    font-family: "Open sans", sans-serif;
    margin-bottom: 15px;
}

.privacypolicy h1 {
    color: #340f56;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.privacypolicy p {
    font-size: 15px;
    color: #222;
    line-height: 23px;
    margin-bottom: 25px;
    font-family: "Open sans", sans-serif;
}

.privacypolicy h4 {
    color: #1d1148;
    font-size: 20px;
    font-family: "Open sans", sans-serif;
}

.privacypolicy ul li {
    font-size: 15px;
    color: #222;
    line-height: 23px;
}

.privacypolicy ul {
    margin-bottom: 25px;
}

.notfound {
    padding: 310px 0 0;
    position: relative;
    min-height: 827px;
}

.notfound h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 15px;
}

.notfound p {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}

.goback {
    background: var(--color-primary);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    padding: 14px 40px;
    border: 0px;
    color: #fff;
}

.decorations-sm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.decorations-sm img {
    position: absolute;
}

.smiley-sm {
    top: 208px;
    left: 317px;
    width: 93px;
}

.ball-sm {
    bottom: 132px;
    right: 217px;
    width: 147px;
}

.shoe-sm {
    bottom: 157px;
    left: 172px;
    width: 160px;
}

.player-sm {
    top: 208px;
    right: 361px;
    width: 127px;
}

.navbar-text {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #fff;
}

.navbar-text a {
    color: var(--white);
}

.navbar-text img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-left: 10px;
}

.profile-body {
    margin-top: 100px;
}

.profile-body h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.profile-img {
    padding: 25px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
}

.profile-img p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.profile-img img {
    width: 165px;
    height: 165px;
    background: #eaeaea;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
}

.profile-img h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.profile-img .logout {
    border: 2px solid #ce2a2a;
    color: #ce2a2a;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 41px;
    background: #fff;
}

.profile-information {
    background: #f8f8f8;
    border-radius: 30px;
    padding: 40px 40px 40px 40px;
}

.profile-information h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.top {
    top: -58px;
}

.profile-information .nav-pills .nav-link,
.filter-and-tabs .nav-pills .nav-link {
    border-radius: 30px;
    margin: 0 15px;
    font-weight: 600;
    font-size: 14px;
    color: #632a98;
}

.profile-information .nav-pills .nav-link,
.profile-information .nav-pills .show>.nav-link,
.filter-and-tabs .nav-pills .nav-link,
.filter-and-tabs .nav-pills .show>.nav-link {
    padding: 1em 2em;
}

.profile-information .nav-pills .nav-link.active,
.profile-information .nav-pills .show>.nav-link,
.filter-and-tabs .nav-pills .nav-link.active,
.filter-and-tabs .nav-pills .show>.nav-link {
    background-color: #632a98;
    border-radius: 30px;
    box-shadow: 0 5px 7px rgba(82, 67, 194, 0.23);
    color: #fff;
}

.tab-content h3 {
    color: #181818;
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.tab-content input,
.tab-content textarea {
    border: 1px solid #eaeaea;
    border-radius: 30px;
    resize: none;
    padding: 8px;
    padding: 12px 19px;
}

.tab-content input[type="file"] {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 13px;
    width: 46px;
}

.tab-content .customupload input[type="file"] {
    width: 100%;
}

.tab-content label {
    color: #632a98;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.search-historic-carousel .search-item {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    /* padding: 20px 0; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.search-item .search-date {
    background-color: #975bcf;
    color: #fff;
    padding: 30px 15px;
    border-radius: 30px 0 0 30px;
    text-align: center;
    width: 125px;
}

.search-item .search-date p {
    margin: 0;
    font-size: 12px;
}

.search-item .search-date h2 {
    font-size: 18px;
    margin: 5px 0 0 0;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.search-item .search-details {
    padding: 20px;
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.search-item .search-details .detail {
    margin: 5px 0;
}

.search-item .search-details .detail strong {
    font-size: 14px;
    color: #000;
    display: block;
    font-weight: 600;
}

.search-item .search-details .detail p {
    margin: 0;
    font-size: 15px;
    color: #000;
    line-height: 22px;
}

.edit-button {
    background-color: #ecd8ff;
    border: none;
    color: #975bcf;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    background: none;
    border: none;
    font-size: 18px;
    color: #9f7def;
    cursor: pointer;
}

.slider {
    position: relative;
}

.slider h3 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.owl-carousel .owl-nav {
    justify-content: end;
    gap: 0.5rem !important;
    top: 32%;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
    background: #ae91c8 !important;
    border-radius: 50%;
    padding: 9px 12px !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #632a98 !important;
    color: #fff !important;
    padding: 9px 12px !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1px;
}

.favourite h3 {
    color: #181818;
    font-weight: 700;
    font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
}

.shadow-sm {
    box-shadow: 0 4px 20px rgba(132, 132, 132, 0.2) !important;
}

/*.card:hover {
    transform: scale(1.05);
}*/

.card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: contain;
    /* height: 200px; */
    height: auto;
    aspect-ratio: 4 / 3;
    background: #f5f5f5;
    padding: 20px;
}

.card-body {
    padding: 15px;
    text-align: left;
}

.card-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.card-text {
    font-size: 12px;
    margin-bottom: 5px;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.badge {
    background-color: #ecd8ff;
    color: #975bcf;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 400;
}

.pricing-card {
    border-radius: 15px;
    border: 2px solid rgba(234, 234, 234);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #fff;
}

.price {
    font-size: 36px;
    font-weight: bold;
    color: #632a98 !important;
}

.price span {
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

.plan-name {
    font-size: 24px;
    font-weight: bold;
    color: #632a98;
    margin-top: 10px;
}

.most-famous {
    background-color: #f7f7f7;
    color: #632a98;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-size: 14px;
    align-self: flex-start;
}

.plan-description {
    font-size: 15px;
    font-weight: 500;
    color: #632a98;
    margin-top: 20px;
}

.features-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.features-list li {
    font-size: 15px;
    font-weight: 500;
    color: #632a98;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.features-list li img {
    margin-right: 6px;
}

.update-plan-btn {
    background-color: #975bcf;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.update-plan-btn:hover {
    background-color: #6f1dbf;
    color: #fff;
}

#pills-shooting .logo {
    margin-bottom: 20px;
}

#pills-shooting h4 {
    font-size: 25px;
    font-weight: 700;
    color: #747474;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}

#pills-shooting h5 {
    color: #282828;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 40px;
}

.sub-title {
    font-size: 23px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.reservation-time {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reservation-time svg {
    margin-right: 10px;
}

.calender-head {
    font-weight: 700;
    font-size: 25px;
    color: #282828;
    margin: 50px 0;
}

.calendar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47%;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    font-size: 22px;
}

.calendar-header button {
    background: #ecd8ff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 13px;
    border-radius: 50%;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    width: 100%;
}

.calendar-grid div {
    padding: 20px 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.calendar-grid div:hover {
    background-color: #f0f0f0;
}

.calendar-grid .selected {
    background-color: #ecd8ff;
    color: #632a98;
    font-weight: 700;
}

.timezone {
    text-align: left;
    margin-top: 20px;
}

.timezone label {
    color: #282828;
    font-weight: 700;
    font-size: 23px;
    font-family: "Open Sans", sans-serif;
}

.timezone select {
    width: max-content;
    border: 0;
    padding-left: 0;
}

.footer-links {
    text-align: left;
    margin-top: 30px;
    font-size: 19px;
}

.footer-links a {
    color: #282828;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    color: #632a98;
}

.addBtn {
    color: #632a98;
    font-weight: 600;
    font-size: 14px;
    float: right;
    text-transform: uppercase;
    background: transparent;
    border: 0;
}

.video video {
    max-width: 100%;
}

.photos .owl-carousel .owl-nav {
    /*top:-7%;*/
    gap: 0rem !important;
}

.photos .owl-carousel .item img {
    border-radius: 30px;
    height: 450px;
}

.photo-carousel {
    position: relative;
    border-radius: 15px;
}

.photo-image {
    width: 100%;
    border-radius: 15px;
    /* object-fit: cover;
    height: 445px; */
    object-fit: contain;
    height: 400px;
    background: #f5f5f5;
    padding: 16px;
}

.photos.slider .image-upload {
    position: relative;
}

.photos.slider .image-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.photo-info {
    font-size: 15px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.edit-link {
    font-size: 12px;
    color: #8a2be2;
    background-color: #ecd8ff;
    padding: 5px 10px;
    border-radius: 20px;
}

.slide-counter {
    font-weight: bold;
}

.owl-dots {
    display: none;
}

.navigation .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: capitalize;
    margin: 0 20px;
    cursor: pointer;
}

.navigation .btn-outline {
    border: 2px solid #fff;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 22px;
    border-radius: 30px;
}

.navigation .btn-signin {
    background: #632a98;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #632a98;
}

.navigation .btn-signin img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
}

.hero-bg {
    background: url(../img/hero-bg.png) no-repeat center;
    width: 804px;
    height: 286px;
    object-fit: cover;
    margin: 0 auto;
}

/* Quiz Section */
.nxt_btn_quiz {
    display: flex;
    width: 103px;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
    background: white;
    color: black;
    padding: 8px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    transition: 0.3s all;
}

.btn-light:hover {
    background-color: transparent;
    border: transparent;
}

.btn-light {
    background: transparent;
    border: 0;
    color: #340f56;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.quiz {
    /* min-height: 80vh; */
    min-height: 100vh;
    padding: 87px 0 0 0;
    align-items: flex-start !important;
}

.quest {
    font-weight: 700;
    font-size: 28px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.answer input[type="text"],
.answer input[type="number"] {
    border: 2px solid #eaeaea;
    border-radius: 40px;
    background: #a76fdc;
    color: #fff;
    padding: 16px 29px;
    font-size: 23px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-left: 33px;
}

.answer input::placeholder {
    color: #fff;
    opacity: 1;
}

.list-group-item {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: white;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.list-group-item+.list-group-item {
    border-top-width: 2px;
}

.option {
    padding: 10px 20px 10px 0;
    border-radius: 40px !important;
    border: 2px solid white;
    margin-bottom: 15px;
    cursor: pointer;
    transition:
        background-color 0.3s,
        border-color 0.3s;
    counter-increment: option-counter;
    margin-left: 42px;
}

#option-list {
    counter-reset: option-counter;
}

.option:hover {
    background-color: #9353d8;
}

.option {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.option input[type="radio"]:checked+.option-letter::after {
    background: #632a98;
}

.option-letter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a76fdc;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 9px;
}

.option-letter::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    transition: 0.3s all;
}

.option-letter::before {
    content: counter(option-counter, upper-alpha);
}

.option {
    counter-increment: option-counter;
    /* Increment the counter */
}

.form-check-input {
    visibility: hidden;
}

.form-check-input:checked+.option {
    background-color: #ffffff;
    color: #a16ee6;
    border-color: #ffffff;
}

.form-check-input:checked+.option .option-letter {
    background-color: #a16ee6;
    color: white;
}

.inner-banner {
    background: #975bcf;
    position: relative;
}

.inner-banner .search-form {
    top: 162px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
}

.quizzbtn {
    background: #ecd8ff;
    color: #975bcf;
    margin: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 19px;
    border-radius: 30px !important;
}

.btn-filter {
    background-color: #ecd8ff;
    border: none;
    color: #975bcf;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.7s;
}

.btn-filter:hover {
    background-color: #975bcf;
    color: #fff;
}

.dropdown-menu {
    border-radius: 10px;
    min-width: 328px;
}

.dropdown-menu li {
    list-style: none;
    color: #632a98;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    padding: 6px 0;
}

.dropdown-menu li input {
    margin-right: 10px;
}

.filter-and-tabs {
    margin-top: 150px;
}

.seemore {
    background: white;
    color: #975bcf;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px;
    margin-top: 40px;
    display: flex;
    border: 0;
    justify-content: center;
    text-transform: uppercase;
    width: max-content;
    border-radius: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--color-primary);
}

footer {
    background: #1c1c1c;
    padding-top: 100px;
}

.social ul li {
    display: inline-block;
    margin: 0 15px;
}

.social ul li a {
    display: block;
    color: #975bcf;
    transition: color 0.6s;
}

.social ul li a:hover {
    color: #fff;
}

.email {
    color: #975bcf;
    font-size: 17px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

footer h4 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

footer ul li {
    margin-bottom: 20px;
}

footer ul li a {
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-transform: capitalize;
    transition: color 0.6s;
}

footer ul li a:hover {
    color: #975bcf;
}

.copyright {
    margin-top: 80px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.cancelbtn,
.cancelbtn:hover {
    background: #ededed;
    color: #8a8a8a;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 30px;
}

.applybtn,
.applybtn:hover {
    background: #632a98;
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
}

/* Ensure the map container and its parent have height */
.map {
    width: 100%;
    /* height: 600px; */
    height: auto;
    /* This will be the map height */
    aspect-ratio: 793/437;
}

.map iframe {
    height: 100%;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    top: -185px !important;
    left: -130px !important;
}

.leaflet-popup-content {
    width: 229px;
    white-space: initial;
    word-break: break-word;
}

/* Overlay for background effect */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 998;
}

.overlay.active {
    display: block;
}

.customclass2 {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.custombox {
    box-sizing: border-box;
}

.custombox .cimg {
    height: 276px;
    object-fit: contain;
    background: #e1e1e1;
    padding: 20px 0;
}

.custom-dangertxt {
    padding-left: 3.5rem;
    color: #8e2020;
}

.country-tag{
    position: absolute;
    right: 22px;
    top: 16px;
    /* background: #632a98; */
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #000000;
}

@media (max-width: 768px) {
    .card-img-top {
        height: 150px;
    }

    .search-item .search-details {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-card {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .card-img-top {
        height: 200px;
    }

    .search-item .search-details {
        grid-template-columns: 1fr;
    }
}

.club_details .left_side .club_details_items .det_item .photo_slider img {
    width: 100% !important;
    height: auto !important;
}

.slide-counter-serach {
    position: absolute;
    right: 92px;
    top: -7px;
}

/* Add New Css by Tushat */
.header-group-btn{
    display: flex; align-items: center;
    justify-content: center; flex-direction: row;
    gap: 60px; margin-top: 70px;
}
.header-group-btn .outline_cta,
.header-group-btn .solid_cta{
    width: 240px; border-radius: 20px;
    height: 70px; font-size: 14px;
}
.header-group-btn .outline_cta span,
.header-group-btn .solid_cta span{
   max-width: 120px;
}

@media (max-width: 600px) {
    .hero-section {
        padding: 220px 0 150px;
    }
    .header-group-btn{
        gap: 20px; 
        margin-top: 50px;
    }
    .header-group-btn .outline_cta,
    .header-group-btn .solid_cta{
        width: 180px; 
        height: 64px;
        font-size: 13px;
    }
    .header-group-btn .outline_cta span,
    .header-group-btn .solid_cta span{
        max-width: 115px;
    }
}