:root{
    --color-site-black: #253c4c;
    --color-site-blue: #01037d;
    --color-site-orange: #ff7d2e;
    --color-site-blue-alt: #126BD3;
    --color-site-blue-alt-1: #2680eb;
    --color-site-blue-gradient: linear-gradient(135deg, #007bff, #034ea2);
    --color-site-light-red: #ffdddd;
    --color-site-yellow: #ffde21;
    --color-site-btn-yellow: #ffd75e /*#FFA602*/;
    --color-site-grey: #ebebeb;
    --color-site-red: #f37021;

    --font-bebas-neue: "Bebas Neue", sans-serif;
    --font-open-sans: "Open Sans", sans-serif;
}

body {
    font-family: var(--font-open-sans);
    background: #f8f8f9;
}
.min-vh-70{
    min-height: 80vh;
}
.min-vh-80{
    min-height: 80vh;
}
.min-vh-90{
    min-height: 80vh;
}
.navbar-toggler-icon{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 125, 46, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-site-blue-alt-1);
}
.dropdown-toggle::after{
    margin-left: 0px;
}
.form-label{
    color: var(--bs-secondary-color)
}
.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.text-justify{
    text-align: justify;
}
.lh-100p{
    line-height: 100%;
}
a {
    text-decoration: none;
}
.hover-underline:hover {
  text-decoration: underline;
}
.border-light {
    --bs-border-opacity: 1;
    border-color: #a3a3a3 !important;
}
.hr-line{
    width: 50px;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-not-allowed{
    cursor: not-allowed;
}

/* Line Height */
.lh-20 { line-height: 20px; } .lh-21 { line-height: 21px; } .lh-22 { line-height: 22px; } .lh-23 { line-height: 23px; } .lh-24 { line-height: 24px; } .lh-25 { line-height: 25px; } .lh-26 { line-height: 26px; } .lh-27 { line-height: 27px; } .lh-28 { line-height: 28px; } .lh-29 { line-height: 29px; } .lh-30 { line-height: 30px; } .lh-31 { line-height: 31px; } .lh-32 { line-height: 32px; } .lh-33 { line-height: 33px; } .lh-34 { line-height: 34px; } .lh-35 { line-height: 35px; } .lh-36 { line-height: 36px; } .lh-37 { line-height: 37px; } .lh-38 { line-height: 38px; } .lh-39 { line-height: 39px; } .lh-40 { line-height: 40px; } .lh-41 { line-height: 41px; } .lh-42 { line-height: 42px; } .lh-43 { line-height: 43px; } .lh-44 { line-height: 44px; } .lh-45 { line-height: 45px; } .lh-46 { line-height: 46px; } .lh-47 { line-height: 47px; } .lh-48 { line-height: 48px; } .lh-49 { line-height: 49px; } .lh-50 { line-height: 50px; }

/* Height */
.h-100px {
    height: 100px !important;
}
.h-110px {
    height: 110px !important;
}
.h-120px {
    height: 120px !important;
}
.h-130px {
    height: 130px !important;
}
.h-140px {
    height: 140px !important;
}
.h-150px {
    height: 150px !important;
}
.h-160px {
    height: 160px !important;
}
.h-170px {
    height: 170px !important;
}
.h-180px {
    height: 180px !important;
}
.h-190px {
    height: 190px !important;
}
.h-200px {
    height: 200px !important;
}
.h-210px {
    height: 210px !important;
}
.h-220px {
    height: 220px !important;
}
.h-230px {
    height: 230px !important;
}
.h-240px {
    height: 240px !important;
}
.h-250px {
    height: 250px !important;
}
.h-260px {
    height: 260px !important;
}
.h-270px {
    height: 270px !important;
}
.h-280px {
    height: 280px !important;
}
.h-290px {
    height: 290px !important;
}
.h-300px {
    height: 300px !important;
}

/* Font Size */
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-21 {
    font-size: 21px;
}
.fs-22 {
    font-size: 22px;
}
.fs-23 {
    font-size: 23px;
}
.fs-24 {
    font-size: 24px;
}
.fs-25 {
    font-size: 25px;
}
.fs-26 {
    font-size: 26px;
}
.fs-27 {
    font-size: 27px;
}
.fs-28 {
    font-size: 28px;
}
.fs-29 {
    font-size: 29px;
}
.fs-30 {
    font-size: 30px;
}
.fs-31 {
    font-size: 31px;
}
.fs-32 {
    font-size: 32px;
}
.fs-33 {
    font-size: 33px;
}
.fs-34 {
    font-size: 34px;
}
.fs-35 {
    font-size: 35px;
}
.fs-36 {
    font-size: 36px;
}
.fs-37 {
    font-size: 37px;
}
.fs-38 {
    font-size: 38px;
}
.fs-39 {
    font-size: 39px;
}
.fs-40 {
    font-size: 40px;
}
.fs-41 {
    font-size: 41px;
}
.fs-42 {
    font-size: 42px;
}
.fs-43 {
    font-size: 43px;
}
.fs-44 {
    font-size: 44px;
}
.fs-45 {
    font-size: 45px;
}
.fs-46 {
    font-size: 46px;
}
.fs-47 {
    font-size: 47px;
}
.fs-48 {
    font-size: 48px;
}
.fs-49 {
    font-size: 49px;
}
.fs-50 {
    font-size: 50px;
}

/* Margin */
.mt-6 {
    margin-top: 6rem !important;
}
.mt-7 {
    margin-top: 7rem !important;
}
.mt-8 {
    margin-top: 8rem !important;
}
.mt-9 {
    margin-top: 9rem !important;
}
.mt-10 {
    margin-top: 10rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}
.mb-7 {
    margin-bottom: 7rem !important;
}
.mb-8 {
    margin-bottom: 8rem !important;
}
.mb-9 {
    margin-bottom: 9rem !important;
}
.mb-10 {
    margin-bottom: 10rem !important;
}

.ms-6,
.mx-6 {
    margin-left: 6rem !important;
}
.ms-7,
.mx-7 {
    margin-left: 7rem !important;
}
.ms-8,
.mx-8 {
    margin-left: 8rem !important;
}
.ms-9,
.mx-9 {
    margin-left: 9rem !important;
}
.ms-10,
.mx-10 {
    margin-left: 10rem !important;
}

.me-6,
.mx-6 {
    margin-right: 6rem !important;
}
.me-7,
.mx-7 {
    margin-right: 7rem !important;
}
.me-8,
.mx-8 {
    margin-right: 8rem !important;
}
.me-9,
.mx-9 {
    margin-right: 9rem !important;
}
.me-10,
.mx-10 {
    margin-right: 10rem !important;
}

.my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}
.my-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.my-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

/* Padding */
.pt-6 {
    padding-top: 6rem !important;
}
.pt-7 {
    padding-top: 7rem !important;
}
.pt-8 {
    padding-top: 8rem !important;
}
.pt-9 {
    padding-top: 9rem !important;
}
.pt-10 {
    padding-top: 10rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}
.pb-7 {
    padding-bottom: 7rem !important;
}
.pb-8 {
    padding-bottom: 8rem !important;
}
.pb-9 {
    padding-bottom: 9rem !important;
}
.pb-10 {
    padding-bottom: 10rem !important;
}

.ps-6,
.px-6 {
    padding-left: 6rem !important;
}
.ps-7,
.px-7 {
    padding-left: 7rem !important;
}
.ps-8,
.px-8 {
    padding-left: 8rem !important;
}
.ps-9,
.px-9 {
    padding-left: 9rem !important;
}
.ps-10,
.px-10 {
    padding-left: 10rem !important;
}

.pe-6,
.px-6 {
    padding-right: 6rem !important;
}
.pe-7,
.px-7 {
    padding-right: 7rem !important;
}
.pe-8,
.px-8 {
    padding-right: 8rem !important;
}
.pe-9,
.px-9 {
    padding-right: 9rem !important;
}
.pe-10,
.px-10 {
    padding-right: 10rem !important;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

/* Custom CSS */

#header {
    padding: 0px 0px;
    background: #fff;
}
#nav-and-buttons.sticky-top {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Adding shadow for a sleek effect */
    animation: stickying 1s;
    animation-timing-function: all;
    padding: 0px 0px;
    background: #fff;
}
#header #navbarNav .navbar-nav{
    margin-top: 12px;
}
@keyframes stickying {
    from {
        transform: translateY(-50px);
    }
    to {
        transform: translateY(0px);
    }
}
#header img.img-normal {
    height: 60px;
}
#header img.img-sticky {
    height: 60px;
    display: none;
}
#header.sticky-top img.img-sticky {
    display: inline;
}
#header.sticky-top img.img-normal {
    display: none;
}
#header .nav-link {
    color: var(--color-site-blue);
    font-weight: 400;
    font-family: var(--font-bebas-neue);
    font-size: 18px;
    padding: 10px 12px;
}
#header.sticky-top .nav-link {
    color: var(--color-site-blue);
}
#header .nav-link.active {
    color: var(--color-site-orange);
}
#header .right-csk-logo img{
    height: 60px;
}
.nav-item .dropdown-item{
    font-size: 14px;
    font-weight: 500;
}
.btn-site, .btn-site:hover{
    color: #000;
    background: var(--color-site-btn-yellow);
    /*border: 2px solid var(--color-site-blue);*/
    border-radius: 0px !important;
    padding: 8px 16px;
}
.btn-site-alt, .btn-site-alt:hover{
    color: var(--color-site-yellow);
    background: var(--color-site-blue);
    padding: 8px 16px;
}
.btn-site-orange, .btn-site-orange:hover{
    color: #fff;
    background: var(--color-site-orange);
    padding: 8px 16px;
}
.btn-site-sm, .btn-site-sm:hover{
    padding: 4px 10px;
}
.bg-site-orange,
.btn.bg-site-orange:hover {
    background: var(--color-site-orange);
}
.bg-site-black,
.btn.bg-site-black:hover {
    background: var(--color-site-black);
}
.bg-site-blue,
.btn.bg-site-blue:hover {
    background: var(--color-site-blue);
}
.bg-site-blue-alt,
.btn.bg-site-blue-alt:hover {
    background: var(--color-site-blue-alt);
}
.bg-site-blue-alt-1,
.btn.bg-site-blue-alt-1:hover {
    background: var(--color-site-blue-alt-1);
}
.bg-site-blue-gradient,
.btn.bg-site-blue-gradient:hover {
    background: linear-gradient(135deg, var(--color-site-blue), var(--color-site-blue-alt-1));
}
.bg-site-light-red,
.btn.bg-site-light-red:hover {
    background: var(--color-site-light-red);
}
.bg-site-yellow,
.btn.bg-site-yellow:hover {
    background: var(--color-site-yellow);
}
.btn.bg-site-yellow:hover {
    color: #000;
}
.bg-site-red,
.btn.bg-site-red:hover {
    background: var(--color-site-red);
}
.text-site-black {
    color: var(--color-site-black);
}
.text-site-blue {
    color: var(--color-site-blue);
}
.text-site-orange {
    color: var(--color-site-orange);
}
.text-site-blue-alt {
    color: var(--color-site-blue-alt);
}
.text-site-blue-alt-1 {
    color: var(--color-site-blue-alt-1);
}
.text-site-yellow {
    color: var(--color-site-yellow);
}
.text-site-red {
    color: var(--color-site-red);
}
#registerModal .btn-close {
    opacity: 1;
}
#registerModal .form-label {
    margin-bottom: 3px;
}
#registerModal .form-control {
    margin-bottom: 8px;
}
.footer-line {
    height: 40px;
    background-color: #ff6600;
}
.btn {
    border-radius: 0px;
    font-family: var(--font-open-sans);
}
.btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn:not(.no-animation):hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(211, 84, 0, 0.3);
}
.resize-none {
    resize: none;
}
.modal.fade .modal-dialog {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.modal.fade.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

/* Fonts */

.font-raleway {
    font-family: var(--font-raleway);
}
.font-oswald {
    font-family: var(--font-oswald);
}
.font-poppins {
    font-family: var(--font-poppins);
}
.font-roboto {
    font-family: var(--font-roboto);
}
.font-noto-sans {
    font-family: var(--font-noto-sans);
}
.font-bebas-neue {
    font-family: var(--font-bebas-neue);
}
.font-open-sans {
    font-family: var(--font-open-sans);
}

/* Play Indoor */

.section-play-indoor {
    position: relative;
    background-image: url("./../img/bg-play-indoor.webp");
    color: #fff;
    padding: 60px 0;
}
.section-play-indoor-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff45;
    top: 0px;
    z-index: 1;
}
.feature-box {
    border-top: 2px solid #ffd500;
    padding-top: 15px;
    margin-top: 10px;
    font-family: var(--font-open-sans);
    font-size: 15px;
}

.play-indoor-container {
    position: relative;
    background-color: #181a1aa3;
    padding: 30px;
    z-index: 2;
}

/* Testimonials */
.testimonial-section {
    background-color: #f8f9fa;
    padding: 60px 20px;
    text-align: center;
}

.testimonial-stars {
    color: #fd7e14; /* Orange */
    font-size: 1.5rem;
}

.testimonial-title {
    font-size: 40px;
    font-weight: bold;
    color: #fd7e14;
    margin: 15px 0;
    font-weight: 300;
}

.testimonial-quote {
    font-size: 2rem;
    color: #0d6efd;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto 30px;
    color: var(--color-site-black);
    font-weight: 500;
}

.testimonial-author {
    font-weight: bold;
    font-size: 20px;
    color: #fd7e14;
    margin-top: 10px;
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

/* GROWL Notification */
.growl-animated {
    border: 2px solid #fff;
    box-shadow: 1px 1px 5px #555;
}
.growl-animated .close {
    float: right;
    width: auto;
    background: transparent;
    border: none;
    margin-top: 0px !important;
}
.growl-animated [data-growl="icon"],
.growl-animated [data-growl="title"],
.growl-animated [data-growl="message"] {
    color: white;
}
.growl-animated [data-growl="title"],
.growl-animated [data-growl="message"] {
    letter-spacing: 1px;
}

/* Parsley */
.parsley-errors-list {
    margin-top: 10px;
}

/* Loader Wrapper */
#rnw-loader-wrapper {
    position: fixed;
    inset: 0;
    background: #fefefee0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Cricket Ball */
.rnw-cricket-ball {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #c02942, #8e1d32);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    animation: spinBall 1s linear infinite;
    position: relative;
}

/* Seam Line */
.rnw-cricket-ball::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

@keyframes spinBall {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Text */
.rnw-loader-text {
    margin-top: 12px;
    font-size: 1.4rem;
    color: #333;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Like Icon */
.like-icon {
    overflow: hidden;
}
.like-wrapper{
    position: relative;
}
.like-wrapper .like-icon i{
    font-weight: 300;
    position: absolute;
    z-index: 3;
    color: #535353;
    background: #fff;
    opacity: 1;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: top 0.5s linear, opacity 0.5s linear 0.2s;
}
@media only screen and (min-width: 1100px) {
    .like-wrapper .like-icon i {
        opacity: 0;
        top: -100px;
    }
    .container{
        max-width: 92%;
    }
    #header #navbarNav .navbar-nav{
        align-items: center;
    }
}
.like-wrapper .like-icon.added i,
.like-wrapper:hover .like-icon i {
    opacity: 1;
    top: 14px;
}
.like-wrapper .like-icon.added i {
    color: red;
}

/* Featured Product */
.featured-product {
    position: relative;
    padding-bottom: 0;
    transition: padding-bottom 0.8s ease;
    overflow: hidden;
}
.featured-product .card-body {
    padding: 20px;
}
.featured-product h6 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.featured-product .btn-view-product {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s ease, transform 0.8s ease, bottom 0.8s ease;
    pointer-events: none;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

/*  Breadcrumbs */
.breadcrumb-item a {
    text-decoration: none;
    color: var(--color-site-blue);
    font-family: var(--font-open-sans);
}

/* Rating Wrapper */
.rating-main-wrapper {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #ddd8f9;
}
.rating-top-main-wrapper{
    display: flex;
    column-gap: 20px;
}
.rating-area-main-wrapper {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #ddd8f9;
    text-align: center;
    flex-basis: 27%;
    background: linear-gradient(to right, #fbf1b7, #ddce79);
}
.rating-area-main-wrapper .title {
    color: #110c2d;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 25px;
}
.rating-area-main-wrapper span {
    color: #110c2d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.progress-wrapper-main {
    flex-basis: 69%;
}
.progress-wrapper-main .single-progress-area-h {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 13px 0;
    column-gap: 30px;
}
.progress-wrapper-main .single-progress-area-h .progress {
    width: 70%;
    border-radius: 6px;
    height: 10px;
}
.progress-wrapper-main .single-progress-area-h .progress .progress-bar {
    background: #ffa41c;
}
.individual-rating-area {
    padding-top: 20px;
    border-top: 1px solid #ddd8f9;
    margin-top: 20px;
}
.individual-rating-area .author-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.individual-rating-area .author-area span {
    color: #110c2d;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.individual-rating-area .author-area .author-name {
    font-size: 16px;
    font-weight: 600;
}
.individual-rating-area .author-area img {
    width: 50px;
}
.individual-rating-area .author-area .stars {
    display: flex;
    align-items: center;
    gap: 3px;
}
.individual-rating-area p.disc {
    margin-bottom: 20px;
}
.individual-rating-area .author-area .stars {
    display: flex;
    align-items: center;
    gap: 3px;
}
.individual-rating-area .author-area .stars i {
    color: #ffa41c;
}

/* Cookie */
#cookie-consent{
    transition: 0.5s transform linear;
    transform: translateY(200px);
}
#cookie-consent.cookie-shown{
    transform: translateY(0px);
}

/* Star Rating */
.stars {
    padding-left: 0px;
    margin-bottom: 0px;
}
.stars > span {
    font-family: var(--font-open-sans);
}
.stars-area {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
.stars-background,
.bg-star-rating {
    color: #ffa41c;
}
.stars-overlay {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffa41c;
    width: 50%;
}

/* Scroll to Top */
#scrollToTopBtn{
    position: fixed;
    bottom: 130px;
    right: 20px;
    border: 2px solid #ffffff;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
}

/* Site Pagination */
.site-pagination .page-link{
    color: var(--color-site-blue);
}
.site-pagination .active>.page-link{
    color: #fff;
    background-color: var(--color-site-blue);
    border-color: var(--color-site-blue);
}


@media only screen and (min-width: 1100px) {
    #registerModal .btn-close {
        position: absolute;
        right: -30px;
        top: -20px;
    }
    .featured-product:hover {
        padding-bottom: 50px;
        transition: padding-bottom 0.4s ease;
    }
    .featured-product:hover .btn-view-product {
        opacity: 1;
        transform: translateX(-50%);
        bottom: 15px;
        pointer-events: auto;
    }
}
@media only screen and (max-width: 768px) {
    #mobile-navbar-icon{
        position: absolute;
        top: 14px;
        right: 5px;
    }
    #header{
        padding: 5px 0px;
    }
    .header-action-buttons > a{
        width: 50%;
    }
    .right-csk-logo{
        position: absolute;
        top: 9px;
        right: 80px;
    }
    .nav_cart_count_icon{
        left: 34px !important;
    }
    #registerModal .btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .contact-box {
        left: 50%;
        transform: translateX(-50%);
        padding: 1.5rem;
        width: 70%;
    }
    .contact-box h2 {
        color: #ffe500;
        margin: 0.5rem 0;
        font-size: 2rem;
    }
    .contact-box hr {
        width: 50px;
        border: 1px solid #ffe500;
        opacity: 1;
    }

    .team-right-panel,
    .team-left-panel {
        padding: 20px;
    }

    .featured-product {
        padding-bottom: 50px;
    }
    .featured-product .btn-view-product {
        opacity: 1;
        transform: translateX(-50%);
        bottom: 15px;
        pointer-events: auto;
    }
    .progress-wrapper-main .single-progress-area-h{
        column-gap: 10px;
    }
    .progress-wrapper-main .single-progress-area-h .progress{
        width: 50%;
    }
    .rating-main-wrapper{
        padding: 0px;
    }
    .individual-rating-area{
        padding-left: 20px;
    }
}
