.custom-sublimation-section {
   position: relative;
    background-image: url(../images/location/custom-img-51-copyright.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
   
}
.custom-sublimation-section p{
    margin:0;
    color:#fff;
}
.content-wrapper {
    max-width: 600px;
}
.custom-sublimation-section .b-menu ul {
    align-items: start;
    justify-content: start;
    padding-left: 0;
}
.content-wrapper h1 {
     font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight:700;
    position:relative;
}

.btn-get-started {
       display: inline-block;
    padding: 12px 30px;
    background-color: #AA6213;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 30px;
}


.btn-get-started:hover {
    color: #000;
    text-decoration: none;
}
.stats-container {
    display: flex;
    justify-content: flex-end; 
    /* gap: 20px; */ 
    /* padding: 20px; */
}

.stat-card {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; /* Left side alignment-ku */
    /* background: rgba(255, 255, 255, 0.2); */
    /* backdrop-filter: blur(10px); */
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    /* padding: 20px; */
    /* border-radius: 15px; */
    color: #000; 
    width: fit-content;
}

.stat-card .number {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 5px; 
    text-align: center;
    color: #fff;
}


.stat-card .text {
    font-size: 16px;
    max-width: 90%; /* Text line wrap aaga */
    margin: auto;
    text-align: center;
    color: #fff;
}
.oru-loon-images img{
    border-radius: 10px;
}


.oru-location-intro{
      position:relative;
    padding:3rem 0 0;
}

.jerseys-key-features{
    position:relative;
    padding:3rem 0 4rem;
}

.jerseys-key-features .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.jerseys-key-features .feature-box {
   
    padding: 7.1vw 2.6vw 6.7vw 2.6vw;
    border-color: #e1e3da;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  transition: all 0.3s ease;
}
.jerseys-key-features .feature-box  p{
    margin:0;
}
.feature-box-icons img{
  position: relative;
    margin: 0 0 2rem;
    filter: invert(35%) sepia(69%) saturate(366%) hue-rotate(126deg) brightness(97%) contrast(99%);
}
.feature-box-icons {
        text-align: start;
    display: block;
}



.jerseys-key-features .feature-box  h4{
       font-size: 18px;
    font-weight: 600;
    text-align: start;
}

/* Mobile responsive */
@media (max-width: 991px) {
  .grid-container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .grid-container { grid-template-columns: 1fr; }
}

.choose-noble-sportswear {
    position:relative;
    padding:4rem 0 4rem;
        background-image: url(../images/bg/dark-section-bg-image.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 30px;
    margin: 0 auto;
    width: calc(100% - 40px);
    background-color: #08544a;
        /*background-color: #060606;*/
}



.noble-sportswear-image {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    position:relative;
}

.noble-sportswear-image img {
width: 100%;
    aspect-ratio: 1 / 0.455;
    object-fit: cover;
    
}

.noble-sportswear-image:after {
  content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.noble-sportswear-image:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.who-we-item-header-elite {
    position: relative;
    margin-bottom:unset;
}

.who-we-item-elite:nth-child(4n + 4) .who-we-item-header-elite:before,
.who-we-item-elite:last-child .who-we-item-header-elite:before {
    width: 100%;
}

.who-we-item-header-elite .icon-box img{
    filter:brightness(0) invert(1);
}

.who-we-item-header-elite:hover .icon-box img {
     filter:brightness(1) invert(0);
}
.who-we-item-header-elite .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background-color:#212529;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}
.who-we-item-header-elite .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.who-we-item-header-elite:hover 
.icon-box:before {
    border-radius: 0;
    transform: rotate(0) scale(1);
}
.who-we-item-header-elite p{
      position: relative;
    color: #fff;
    margin: 0;
    padding-top: 29px;
    text-align:unset;
}

.who-we-item-header-elite h3:before {
       content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    transform: translateY(-50%);
    width: calc(100% + 30px);
    height: 1px;
    background-color: #ffffff14;
}
.who-we-item-header-elite h3{
       position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.choose-noble-leda {
    position:relative;
    margin:3rem 0 3rem;
}



.our-process-sections {
    position: relative;
    padding: 4rem 0 4rem;
    /* Adding the background image */
    background-image: url('../images/bg/our-program-bg-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-area.our-process-sections:before,
.faq-area.our-process-sections:after{
    display:none;
}

/* Container styling */
.faq-area #accordionExample-1 {
    border-top: 1px solid #ddd;
}

/* Accordion item container */
.faq-area #accordionExample-1 .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

/* Numbering (01, 02) */
.faq-area #accordionExample-1 .accordion-button::before {
      content: counter(accordion-num, decimal-leading-zero);
    counter-increment: accordion-num;
    margin-right: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.faq-area #accordionExample-1 {
    counter-reset: accordion-num;
}

/* Button styling */
.faq-area #accordionExample-1 .accordion-button {
     background-color: transparent;
    padding: 30px 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    box-shadow: none !important;
    gap: 9rem;
}

.faq-area #accordionExample-1 .accordion-button:focus {
    box-shadow: none;
}

/* Customizing the collapse icon (+/-) */
.faq-area #accordionExample-1 .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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");
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-color: #f0f0f0; /* Light circle background */
    border-radius: 50%;
}

.faq-area #accordionExample-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
    background-color: #000; /* Black circle background when active */
}

/* Body text styling */
.faq-area #accordionExample-1 .accordion-body {
      padding: 0 0 30px 80px;
    color: #777;
    font-size: 20px;
    padding-left: 217px;
    max-width: 94%;
}




/*.location-pge-ctas {*/
/*    position:relative;*/
/*}*/


/* Container adjustments */
.location-pge-ctas {
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    z-index: 1; 
    border-radius: 20px;
}

.location-pge-ctas::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(2 2 3 / 74%), rgb(14 14 14 / 35%)), url(../images/bg/athletic-woman-playing-padel.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.location-pge-ctas .cta-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

/* Base button styling */
.location-pge-ctas .btn {
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    /* Reserve space for the border to prevent jumping */
    border: 2px solid transparent; 
    /* Smooth transition for background, color, and border */
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
}

/* White button initial state */
.location-pge-ctas .btn-white {
    background-color: #ffffff;
    color: #000;
}

/* Green button initial state */
.location-pge-ctas .btn-green {
    background-color: #ccff33; 
    color: #000;
}

/* Hover effects */
.location-pge-ctas .btn-white:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.location-pge-ctas .btn-green:hover {
    background-color: transparent;
    border-color: #ccff33;
    color: #ccff33;
}

/* "Or" text styling */
.location-pge-ctas .cta-or {
       font-family: serif;
    font-style: italic;
    font-size: 36px;
    color: #ffffff;
}

.location-pge-ctas p{
        margin: auto;
    max-width: 76%;
    font-size: 19px;
}


.jersey-customization-sec {
    position:relative;
    padding:4rem 0 4rem;
}


.jersey-customization-sec .row{
    row-gap:20px;
}
.jersey-customization-imag {
       position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 350px;
}

.jersey-customization-imag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s cubic-bezier(.05, .2, .1, 1);
}


.jersey-customization-imag:hover imng{
     transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: transform 5s cubic-bezier(.1, .2, .7, 1);
    
}
   
    
    
/* 1st image style gradient overlay */
.jersey-customization-imag::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* Gradient height */
    content: '';
    z-index: 1;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.9) 100%);
    pointer-events: none;
}

/* Hover effect - Zoom */
.jersey-customization-imag:hover img {
    transform: scale(1.1);
}

.jersey-customization-imag h4 {
   position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

.jersey-list {
        position: relative;
    padding-right: 30px;
}
.jersey-section-teams  {
           background-color: #f3f3f34d;
    padding: 60px 0;
        }

    

        .jersey-section-teams  .lead-text {
            color: #666;
        }

        /* List Styling */
         .jersey-section-teams .jersey-list ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .jersey-section-teams  .jersey-list li {
            position: relative;
            padding: 15px 0 15px 25px; /* Spacing and room for dot */
            border-bottom: 1px solid #ddd; /* Subtle horizontal line */
            font-size: 1rem;
            line-height: 1.2;
        }

        /* The gold/yellow dot */
         .jersey-section-teams .jersey-list li::before {
              content: '';
    position: absolute;
    left: 0;
    top: 41%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: #65aaa3;
    /* border-radius: 50%; */
    transform: rotate(45deg);
        }

        /* Remove border from the last item in each column */
       .jersey-section-teams .jersey-list li:last-child {
            border-bottom: none;
        }

        /* Image styling */
      .jersey-section-teams .jersey-image {
            width: 100%;
            height: auto;
            border-radius: 8px; 
            object-fit: cover;
        }