@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* about-page */
section.about-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

section.banner-icon-combat {
    padding: 100px 0px;
}

.banner-imgs {
    width: 49%;
}

.banner-imgs img {
    width: 100%;
    max-width: 100%;
    max-height: 680px;
    object-fit: cover;
}

.banner-text {
    width: 48%;
}

.banner-text h2 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Microgramma;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.banner-text p {
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* margin-bottom: 48px; */
    max-width: 562px;
}

.banner-text h3 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 48px;
    margin-bottom: 16px;
}

.banner-text ul li {
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    /* text-align: center; */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.banner-text p:nth-of-type(1) {
    margin-bottom: 20px;
}


.mission-text h3 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Microgramma;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 140% */
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

section.our-misssion {
    padding-top: 112px;
    padding-bottom: 100px;
    background: rgba(255, 255, 255, 0.04);
}

.mission-text p {
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 1016px;
    margin: auto;
}

.our-mission-img img {
    width: 100%;
    margin-top: 64px;
    max-height: 680px;
}

.mission-text h3>img {
    height: 80px;
}
.discipline-item {
    display: flex;
    gap: 40px;
}
.discipline-image {
    width: 45%;
    height: 400px;
}
.discipline-image img {
    width: 100%;
    object-fit: cover;
    height: 100%
}
.discipline-item:nth-child(even) {
    flex-direction: row-reverse;
}
.page-template-about-page-php section.our-misssion.our-diciplines {
    background: #031820 !important;
/*     padding-bottom: 100px !important; */
	padding-top: unset;
    position: unset;
}
.discipline-item:not(:last-child) {
    margin-bottom: 40px;
}
.discipline-text.banner-text {
    width: 55%;
}
.discipline-text.banner-text * {
    text-align: left;
    justify-content: start;
}

/* Instructor Page  */
#instructor-page-data .accesory-card {
    max-width: 32%;
	margin-right: unset;
}

#instructor-page-data .accesory-card-img img {
    max-width: 380px;
    height: 100%;
    max-height: 480px;
}

#instructor-page-data .accesory-card-img span {
    color: var(--grey-scale-6-c-757-d, #6C757D);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    width: 100%;
    max-width: 283px;
    display: block;
    margin: auto;
}

div#instructor-page-data {
    row-gap: 40px;
    margin-top: 48px;
}





/* Product detail page  */

.product-section {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-slider {
    flex: 1;
    width: 100%;
    max-width: 47%;
}

.main-images img {
    width: 100%;
    max-width: 292px;
    height: 100%;
    max-height: 470px;
    object-fit: contain;
    /* background: #0a1b21; */
    border-radius: 10px;
    /* padding: 86px 0; */
    display: none;
    margin: auto;
}

.main-images img.active {
    display: block;
}

.thumbnail-slider {
    display: flex;
    margin-top: 20px;
    gap: 10px;
    justify-content: center;
}

.thumbnail-slider img {
    width: 100%;
    max-width: 100%;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
    padding: 14px;
    display: block;
}

.thumbnail-data.active,
.thumbnail-data:hover {
    border: 1px solid #c7f94f;
    border-color: #c7f94f;
    height: 114px;
}

.right-details {
    /* flex: 1; */
    width: 100%;
    max-width: 46.3%;
}


.product .product-section .right-details .price {
    margin-bottom: 32px;
    text-transform: capitalize;
    color: var(--Primary-00A5E0, #00A5E0);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 83.333% */
}

.woocommerce-product-details__short-description p {

    /* 162.5% */
    margin-bottom: 32px;
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.form-group {
    margin-bottom: 32px;
}

.woocommerce div.product form.cart .variations .value,
.woocommerce div.product form.cart .variations .label {
    display: block;
	line-height: normal;
}
.woocommerce div.product form.cart .variations .form-group select {
    width: 100%;
    padding: 17px 20px;
    background: rgb(255 255 255 / 4%);
    border: none;
    color: var(--grey-scale-f-8-f-9-fa, #F8F9FA);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-right: unset;
    text-transform: capitalize
}

.quantity-box {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    justify-content: space-between;
    background: rgb(255 255 255 / 4%);
    width: 100%;
    max-width: 180px;
    height: 54px;
    padding: 16px;
}

.quantity-box button {
    width: 30px;
    height: 30px;
    font-size: 18px;
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
}

.quantity-box input {
    width: 40px;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 4px;
    height: 30px;
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.add-to-cart {
    background: var(--Primary-00A5E0, #00A5E0);
    border: none;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    height: 48px;
    color: var(--Primary-231F20, #231F20);
    text-align: center;
    font-family: Microgramma;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .reset_variations {
    color: #fff;
    display: block;
    font-family: Roboto;
    font-size: 14px;
    width: 100%;
}
.woocommerce div.product form.cart .reset_variations[style*="visibility: visible"] {
    margin-top: 32px;
}
.woocommerce-variation.single_variation[style=""] {
    margin-bottom: 32px;
}
section.store-detail-product {
    margin: 0px 0 100px 0;
    position: relative;
    z-index: 7;
}



.right-details h2 {
    margin-bottom: 24px;
    color: var(--grey-scale-e-9-ecef, #E9ECEF);
    font-family: Microgramma;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 150% */
    text-transform: uppercase;
}

.form-group label {
    margin-bottom: 16px;
    display: block;
    color: var(--White, #FFF);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.woocommerce div.product form.cart .variations .form-group tr {
	margin-bottom: 32px;
	display: block;
}

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



/* Product detail slider  */

.product-slider {
    width: 100%;
    max-width: 49.4%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.main-slider {
    width: 100%;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A1F27;
}

.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
section.store-detail-product .main-slider .slick-list.draggable {
    height: 640px;
}

section.store-detail-product .main-slider .slick-track {
    height: 100% !important;
}


.thumb-slider {
    margin-top: 24px;
    width: 90%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.thumb-slider .slick-slide {
    transition: border 0.3s ease;
    /* height: 114px !important; */
    display: flex;
    gap: 30px;
    margin-right: 18px;
    margin-left: 19px;
}

.thumb-slider .slick-current img {
    border: 1px solid #00A5E0;
}
.thumb-slider button.slick-arrow:hover svg path {
    fill: #fff;
    stroke: #fff;
}
.thumb-slider img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    background-color: #0A1F27;
    padding: 10px;
    /* border-radius: 6px; */
}

.thumb-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 22px;
    width: 30px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: 0.3s ease;
}

.thumb-slider .slick-prev {
    left: -35px;
}

.thumb-slider .slick-next {
    right: -35px;
}

.thumb-slider .slick-arrow:hover {
    background: transparent;
    color: #a0ff00;
}

.main-image-thumb {
    width: 108px !important;
    height: 114px;
}

.thumb-slider .slick-prev:before,
.thumb-slider .slick-next:before {
    display: none;
}

@media (max-width: 700px) {
    .product-slider {
        width: 100%;
        height: auto;
    }

    .main-slider img {
        width: 100%;
        /* height: auto; */
    }

    .thumb-slider .slick-arrow {
        display: none !important;
    }
}

.thumb-slider .slick-arrow {
    display: block !important;
/*     opacity: 0.5; */
    pointer-events: auto;
}


/* Product detail page description tabbing  */

.woocommerce-tabs ul.tabs.size-tab-nav {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #2c3e50;
    padding-left: 0;
    margin: 0;
    padding-bottom: 32px;
    margin-bottom: 48px;
    gap: 81px;
}
.woocommerce-tabs ul.tabs.size-tab-nav::before {
	display: none;
}
.woocommerce-tabs ul.tabs li.size-tab-btn {
    /* padding: 10px 20px; */
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.woocommerce-tabs ul.tabs li.size-tab-btn.active {
    color: #00A5E0;
}

.woocommerce-tabs ul.tabs li.size-tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -34px;
    height: 3px;
    width: 100%;
    background: #00A5E0;
}
.woocommerce-tabs ul.tabs li.size-tab-btn {
    border: unset;
    background-color: transparent;
    border-radius: unset;
    padding: unset;
    margin: unset;
}
.woocommerce-tabs ul.tabs li.size-tab-btn a {
	color: #FFF;
}
.woocommerce-tabs ul.tabs li.size-tab-btn:after,
.woocommerce-tabs ul.tabs li.size-tab-btn:before {
    display: none;
}
.woocommerce-tabs ul.tabs li.size-tab-btn.active:after {
    display: block;
}
.woocommerce-tabs .panel.size-tab-panel {
    display: none;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    /* height: 376px; */
}

.size-tab-panel.active {
    display: block;
}

section.size-chart-section {
    background: rgb(255 255 255 / 4%);
    padding: 80px 0;
    margin: 100px 0;
}

div#size-chart {
    max-height: 376px;
}

div#size-chart img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

div#size-description p {
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 32px;
}

.product-related-content h3 {

    /* 142.857% */
    margin-bottom: 56px;
    color: var(--grey-scale-ffffff, #FFF);
    text-align: center;
    font-family: Microgramma;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 85% */
    text-transform: uppercase;
}

section.product-related .merch-store-data {
    gap: 24px;
}

section.product-related {
    margin: 100px 0;
}

/* breadcrumb  */

.breadcrumb-list {
    list-style: none;
    display: flex;
    gap: 8px;
    color: white;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
	position:relative;
}

.breadcrumb-list li:not(:last-child)::after {
content: "";
    margin: 0 8px;
    color: #ccc;
    background-image: url(https://iconcombat.com/wp-content/uploads/2025/04/ex-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 8px;
    right: -27px;
}
ul.breadcrumb-list {
    width: 100%;
    max-width: 255px;
    display: flex;
    justify-content: space-between;
}

.breadcrumb-list a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s;
}

.breadcrumb-list a:hover {
    color: var(--Primary-00A5E0, #00A5E0);
}

.breadcrumb-list .current {
    color: var(--Primary-00A5E0, #00A5E0);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

.breadcrumb-data {
    margin-bottom: 80px;
    background: rgb(255 255 255 / 5%);
    padding: 24px 0px;
}

/* Size Chart  */

.size-chart-container {
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.3); */
    border-radius: 10px;
    /* background-color: #112733; */
}

table.size-chart {
    width: 100%;
    /* border-collapse: collapse; */
    min-width: 600px;
}

.size-chart thead {
    /* background-color: #0d1b24; */
}

.size-chart th,
.size-chart td {
    padding: 12px 14px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    width: 310px;

    .size-chart-container {
        max-width: 800px;
        margin: 0 auto;
        overflow-x: auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #112733;
    }

    table.size-chart {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
    }

    .size-chart thead {
        background-color: #0d1b24;
    }

    .size-chart th,
    .size-chart td {
        padding: 14px 20px;
        text-align: center;
        border-bottom: 1px solid #1f2f38;
    }

    .size-chart th {
        color: #00bfff;
        font-weight: 600;
        font-size: 15px;
    }

    .size-chart tbody tr:hover {
        background-color: #1a2f3a;
        transition: background 0.3s;
    }

    .size-chart td {
        color: #ffffff;
        font-size: 14px;
    }

    @media (max-width: 600px) {

        .size-chart th,
        .size-chart td {
            padding: 10px;
            font-size: 13px;
        }
    }

    ;
}

.size-chart th {
    color: var(--Primary-00A5E0, #00A5E0);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
}

.size-chart tbody tr:hover {
    background-color: #1a2f3a;
    transition: background 0.3s;
}

.size-chart td {
    color: var(--grey-scale-f-8-f-9-fa, #F8F9FA);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 28.8px */
}

@media (max-width: 600px) {

    .size-chart th,
    .size-chart td {
        padding: 10px;
        font-size: 13px;
    }
}

/* shop Page  */

.shop-page-top h4 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.shop-page-top {
    margin-bottom: 48px;
}

div#shop-accessory-data {
    gap: 24px;
}

section#shop-page-accessory {
    margin-bottom: 0;
    padding-bottom: 120px;
}
.product-related-content .accesory-card,
div#shop-accessory-data .accesory-card {
    max-width: 23.59%;
}
#shop-accessory-data div#primary {
    width: 100%;
}
.product-related-content ul.products,
#shop-accessory-data ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.woocommerce .product-related-content ul.products li.accesory-card,
#shop-accessory-data ul.products li.accesory-card {
    float: unset;
    margin: unset;
    padding: unset;
    width: 100%;
}

.product-related-content ul.products::after,
.product-related-content ul.products::before,
#shop-accessory-data ul.products::after,
#shop-accessory-data ul.products::before {
    display: none;
}
.woocommerce .product-related-content ul.products li .accesory-card-img img,
#shop-accessory-data ul.products li .accesory-card-img img {
	height: 320px;
}

.product-related-content ul.products li .accessory-cart-button a img,
#shop-accessory-data ul.products li .accessory-cart-button img {
    width: unset;
    margin: unset;
}
.sorting-btn-container {
    position: relative;
}
button#post-sorting-btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color:#ADB5BD;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 8px;
    width: 120px;
    height: 54px;
    align-items: center;
    justify-content: center;
}

ul#post-sorting-ul {
    position: absolute;
    z-index: 1;
    background: #0d2129;
    width: 125%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right:1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}
ul#post-sorting-ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
    text-align: center;
    font-family: Inter;
    cursor: pointer;
}
/*classes page */
.page-id-460 .combat-clas-data {
    flex-wrap: wrap;
    gap: 23px;
    justify-content: center;
}
/* Classes Detail Page  */

.video-img-bg {
    width: 100%;
    max-width: 1280px;
    height: 680px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick-info {
    background: var(--Primary-00A5E0, #00A5E0);
    width: 100%;
    max-width: 32.5%;
    padding: 32px 28px 35px 28px;
}

.quick-info h4 {
    color: var(--Primary-231F20, #231F20);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.quick-info-data {
    margin: 24px 0 38px 0;
    display: flex;
    flex-direction: column;
    row-gap: 28px;
}

.quick-info-detail p {
    color: var(--Primary-231F20, #231F20);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.quick-info-schdule {
    gap: 12px;
    margin-bottom: 12px;
}

.quick-info-schdule h5 {
    color: var(--Primary-231F20, #231F20);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.quick-info-schdule img {
    width: 100%;
    max-width: 24px;
    height: 24px;
    display: block;
}

.quick-info .banner-button a {
    display: flex;
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--Primary-231F20, #231F20);
    background: transparent;
    justify-content: center;
    align-items: center;
    height: 48px;
	color: var(--Primary-231F20, #231F20);
	font-family: Microgramma;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.quick-info .banner-button a:hover {
    background: #fff;
	 color: #00A5E0;
	border:none;
}

section.kickbox-class {
    margin: 56px 0 100px 0;
}

.kickbox-top h3 {
    color: var(--grey-scale-e-9-ecef, #E9ECEF);
    font-family: Microgramma;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 150% */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.kickbox-left {
    width: 100%;
    max-width: 57.85%;
}

.kickbox-top p {
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.kick-learn {
    margin-top: 40px;
}

.kick-learn h4 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.kick-learn ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 16px;
}

.kick-learn ul li img {
    width: 100%;
    max-width: 16px;
    height: 16px;
    display: block;
}

section#classes-detail-instructor {
    padding: 0;
    margin: 100px 0 120px;
}

.video-play-btn {
    width: 100%;
    max-width: 100px;
    height: 100px;
}

.video-play-btn img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
}

/* contact Page  */

section.contact-page-section {
    margin: 100px 0;
}

.contact-help h4 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.contact-help h4 span {
    color: var(--Primary-00A5E0, #00A5E0);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.contact-help p {
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.contact-help {
    width: 100%;
    max-width: 47%;
}

.contact-number a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-page-contact-detail {
    margin: 40px 0 64px 0;
}

.contact-number a img {
    background: var(--Primary-00A5E0, #00A5E0);
    padding: 14px;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.contact-number a p {
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-number {
    margin-bottom: 24px;
}

.contact-page-social h4 {
    margin-bottom: 24px;
}

.contact-in-touch {
    background: rgb(255 255 255 / 4%);
    padding: 40px 32px;
    width: 100%;
    max-width: 49.4%;
}

.contact-in-touch h4 {
    color: var(--grey-scale-ffffff, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-in-touch p {
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    max-width: 520px;
}

.contact-page-form {
    margin-top: 24px;
}

.contact-page-form-field {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 20px;
}

.contact-page-form-field label {
    color: var(--Dark-Theme-Colors-FFFFFF, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-page-form-field label span {
    color: #00A5E0;
}

.contact-page-form-field input, .contact-page-form-field textarea {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px;
    height: 56px;
    color: var(--grey-scale-adb-5-bd, #ADB5BD);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
	width: 100%
}
.contact-page-form p {
    max-width: 100%;
}
.contact-page-form p > span {
    width: 100%;
    display: block;
}
.contact-page-form-field textarea {
    height: 160px;
    resize: none;
}

input.contact-page-submit {
    margin-top: 40px;
    background: var(--Primary-00A5E0, #00A5E0);
    border: none;
    width: 100%;
    max-width: 100%;
    height: 48px;
    color: var(--Primary-231F20, #231F20);
    text-align: center;
    font-family: Microgramma;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

/*login dropdown menu and my account page menu */
li.woocommerce-MyAccount-navigation-link a,
ul.dropdown-content li a {
    position: relative;
    padding-left: 34px;
    display: flex;
    align-items: center;
    height: 24px;
}
li a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: center;
    top: 0;
    left: 0;
}
li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    background-image: url(https://iconcombat.com/wp-content/uploads/2025/04/ic_Dashboard.svg);
}
li.woocommerce-MyAccount-navigation-link--qr-code-link a:before {
    background-image: url(https://iconcombat.com/wp-content/uploads/2025/04/ic-qrcode.svg);
}
li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    background-image: url(https://iconcombat.com/wp-content/uploads/2025/04/ic-logout-dropdown.svg);
}
ul.custom-account-nav li:not(.woocommerce-MyAccount-navigation-link--customer-logout) a:hover:before,
li a:hover:before {
    filter: brightness(0) saturate(100%) invert(49%) sepia(79%) saturate(2844%) hue-rotate(164deg) brightness(96%) contrast(104%);
}
li.woocommerce-MyAccount-navigation-link--membership-dashboard a:before {
    background-image: url(https://iconcombat.com/wp-content/uploads/2025/04/ic-membership.svg);
}
li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    background-image: url(https://iconcombat.com/wp-content/uploads/2025/04/ic-settings.svg);
}
li.woocommerce-MyAccount-navigation-link--orders a:before {
    background-image: url(https://iconcombat.com/wp-content/uploads/2025/05/package-box.svg);
}
ul.dropdown-content li.woocommerce-MyAccount-navigation-link--orders,
ul.dropdown-content li.woocommerce-MyAccount-navigation-link--membership-dashboard,
ul.dropdown-content li.woocommerce-MyAccount-navigation-link--edit-account {
    display: none;
}
ul.custom-account-nav li:not(.woocommerce-MyAccount-navigation-link--customer-logout) a:before {
    filter: brightness(0) saturate(100%) invert(89%) sepia(5%) saturate(327%) hue-rotate(169deg) brightness(99%) contrast(83%);
}
ul.custom-account-nav li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    background-image: url(https://iconcombat.com/wp-content/uploads/2025/04/ic-my-account-log-out.svg);
}
ul.custom-account-nav li.woocommerce-MyAccount-navigation-link--qr-code-link {
    display: none;
} 

/*my account page */
.page-id-173 header,
.page-id-173 footer,
.page-id-173 .top-bar {
	display: none;
}
.page-id-173.not-logged-in .container {
    max-width: 100%;
}

/* schedule page */
.calender-section {
	padding: 120px 0
}
.calender-heading-container {
    gap: 20px;
	margin-bottom: 40px;
}
.calender-heading-container h2 {
    color: #FFF;
    font-family: Microgramma;
    font-size: 40px;
    font-weight: 700;
    line-height: 85%;
    text-transform: uppercase;
}
.calender-heading-container h5 {
    color:#00A5E0;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/*homepage*/
.size-tab-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*css for checkout page */
.entry-content .woocommerce-NoticeGroup-checkout li {
	margin: unset;
}
.entry-content .woocommerce-NoticeGroup-checkout a {
    color: #515151;
}

button#open-agreement-btn {
    background: transparent;
    color: #FFF;
    outline: none;
    padding: unset;
    border: unset;
}

.canvas-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-top: 20px;
}

.canvas-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
	width: 100%;
}

canvas#signature_canvas {
    display: block;
    background: rgba(255, 255, 255, 0.04);
    color: #FFF;
}
.clear-btn {
	align-self: end;
	padding: 15px 20px;
    border-radius: 8px;
	background-color: #00adee;
	color: #FFF;
	border: 1px solid #00adee;
	outline: none;
	font-family: 'Inter';
}
.clear-btn:hover {
	background-color: transparent;
	color: #00adee;
}
input#custom_confirm_checkbox {
    width: 30px;
    height: 30px;
}
.login-left-side-content .woocommerce-error a {
    color: #0286da;
}


.page-id-172 form#order_review input#place_order {
    background-color: #00adee;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #00adee;
}
.page-id-172 form#order_review input#place_order:hover {
	background-color: transparent;
	color: #00adee;
}




