/* Chennai Edition — Race Categories cards (Bootstrap 5) */

.cc-race-cats {
  --cc-orange-1: #f6a821;
  --cc-orange-2: #f47b20;
  /* timing pulled from the Figma Smart Animate export for this component */
  --cc-duration: 0.3s;
  --cc-ease: ease-out;
}

.cc-race-cats .cc-card {
  position: relative;
border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  background: #fff;
}

/* ---------- resting face: orange title bar + plain photo (default) ---------- */

.cc-race-cats .cc-card-head {
  background: linear-gradient(180deg, var(--cc-orange-1), var(--cc-orange-2));
  padding: 16px 18px;
  min-height: 78px;
  display: flex;
  align-items: center;
}

.cc-race-cats .cc-card-head h3 {
     color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
    text-align: center;
    display: block;
    width: 100%;
}
.noida-race-sec-2-new .mt-2 p a{color: #006cb7;}
.cc-race-cats .cc-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.cc-race-cats .cc-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- hover face: tinted photo + title + white detail panel — ----------
   the whole block rides up from the bottom, covering the resting face      */

.cc-race-cats .cc-card-hover {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  border-radius: inherit;
  transform: translateY(0);
  transition: transform var(--cc-duration) var(--cc-ease);
}

.cc-race-cats .cc-card:hover .cc-card-hover,
.cc-race-cats .cc-card:focus-within .cc-card-hover,
.cc-race-cats .cc-card:active .cc-card-hover {
  transform: translateY(0);
}

.cc-race-cats .cc-card-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cc-race-cats .cc-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--cc-duration) var(--cc-ease);
}

/* subtle parallax on the photo while the hover face rides up — ratio taken
   from the two Figma layers (390px / 532px ≈ 0.73), scaled down to a size
   that reads naturally on a normal card instead of the fixed Figma frame */
.cc-race-cats .cc-card:hover .cc-card-photo img,
.cc-race-cats .cc-card:focus-within .cc-card-photo img,
.cc-race-cats .cc-card:active .cc-card-photo img {
  transform: scale(1.05) translateY(-4%);
}

.cc-race-cats .cc-card-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(190deg, rgba(247, 178, 60, 0.85), rgba(238, 137, 32, 0.75) 55%, rgba(180, 90, 20, 0.65) 100%);
  mix-blend-mode: multiply;
}

.cc-race-cats .cc-card-title {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 30px;
  z-index: 2;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.cc-race-cats .cc-card-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    /* max-height: 64%; */
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.18);
    padding: 15px 10px;
    overflow-y: auto;
    width: 90%;
    margin: 0 auto;
}

.cc-race-cats .cc-detail-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.cc-race-cats .cc-detail-list li {
color: #1c1c1c;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px;
    display: flex;
}

.cc-race-cats .cc-detail-list li .cc-ico {
  display: inline-block;
  width: 22px;
  margin-right: 4px;
  text-align: center;
  flex-shrink: 0;
}

/* dedicated flex child for the text, instead of a bare/anonymous flex
   item — min-width:0 removes the default content-based minimum that
   otherwise stops it shrinking, which is what let wrapped second lines
   escape the space after the icon instead of staying indented under it */
.cc-race-cats .cc-detail-list li .cc-txt {
  flex: 1 1 auto;
  min-width: 0;
}

/* keep the bolded "Distance: ..." line the same size as its plain
   siblings — bold only, never bigger, regardless of markup elsewhere */
.cc-race-cats .cc-detail-list li strong {
  font-size: inherit;
  font-weight: 700;
}

.cc-race-cats .cc-card-note {
    color: #262626;
    font-size: 13px;
    margin: 0 0 12px;
    line-height: 1.2;
}

.cc-race-cats .cc-card-note:last-child {
  margin-bottom: 0;
}

.noida-edition-home-banner .slider-box .slider-img img{height: 100%!important;object-fit: cover;object-position: center;}
.noida-edition-header.sticky{position:relative!important}
.noida-edition-header.desktop-header{position: relative!important;top:0!important;z-index: 999!important;}
.main-header{position: relative!important;
}
/* same card design at every breakpoint — resting face (head + photo) by
   default, hover face (tint + title + panel) rides up on hover/tap      */

/* ---------- Partners strip: label above an already-framed logo image ---------- */

.cc-partner-carousel .cc-partner-box {
  text-align: center;
  padding: 0px;
}

.cc-partner-label {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #1c1c1c;
  margin-bottom: 14px;
}

.cc-partner-frame {
  position: relative;
  overflow: hidden;
  max-width: 380px;
  margin: 0 auto;
  transition: transform 0.35s ease-out, box-shadow 0.35s ease-out;
}

.cc-partner-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* lifts off the wall on hover, like a framed plaque tilting toward you */
/* .cc-partner-box:hover .cc-partner-frame {
  transform: translateY(-10px) scale(1.04) rotate(-1deg);
  box-shadow: 0 22px 30px -12px rgba(0, 0, 0, 0.35);
} */

/* one-shot light glint sweeping across the glass */
.cc-partner-frame::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -60%;
  width: 35%;
  height: 160%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
  opacity: 0;
}

.cc-partner-box:hover .cc-partner-frame::after {
  opacity: 1;
  animation: cc-partner-shine 0.9s ease-out;
}

@keyframes cc-partner-shine {
  from {
    left: -60%;
  }
  to {
    left: 130%;
  }
}

/* nav arrows — reset the inherited .noida-partner-section positioning/size
   rules and draw clean circular buttons with a CSS chevron instead        */
#chennai-partner-logo .owl-nav {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  inset: auto;
  transform: none;
      width: 100px;
    margin: 20px auto 0;
}

/* owl-carousel adds .disabled to the nav container itself when the total
   item count fits within one view for the active breakpoint (items:3 on
   tablet/desktop, items:1 on mobile) — let that auto-hide win so arrows
   only appear when there's actually more than one page to page through */
#chennai-partner-logo .owl-nav.disabled {
  display: none;
}

#chennai-partner-logo .owl-nav button.owl-prev,
#chennai-partner-logo .owl-nav button.owl-next {
  position: absolute !important;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: #006cb7;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

/* #chennai-partner-logo .owl-nav button.owl-prev:hover,
#chennai-partner-logo .owl-nav button.owl-next:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
} */

/* #chennai-partner-logo .owl-nav button.owl-prev:active,
#chennai-partner-logo .owl-nav button.owl-next:active {
  transform: translateY(-1px) scale(1.02);
} */

#chennai-partner-logo .owl-nav button.disabled {
  opacity: 0.35;
  box-shadow: none !important;
  cursor: default;

}
.race-info-inner .dateBox .items .text p{font-weight: 300;}
.noida-partner-section .owl-nav button.owl-prev{left: 0!important;}
.noida-partner-section .owl-nav button.owl-next{right: 0!important;}
#chennai-partner-logo .owl-nav span.cc-nav-arrow {
  display: block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  font-size: 0;
}

#chennai-partner-logo .owl-nav .cc-nav-prev {
  transform: translateX(1px) rotate(135deg);
}

#chennai-partner-logo .owl-nav .cc-nav-next {
  transform: translateX(-1px) rotate(-45deg);
}

/* ---------- Prize Money cards (chennai-race-info.php) ---------- */

#noida-prize-money-section .prizee-boxes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 24px;
      column-gap: 30px;
}

#noida-prize-money-section .total-mony-box1 {
  background: #fff;
  border: 1.5px solid #f6a821;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease-out;
  /* note: deliberately no transform anywhere on this element or its hover
     state — it contains .prizeboxHover, a position:fixed "View Details"
     popup centered on the viewport. A transform here would give it a new
     containing block and silently re-center the popup on the card.      */
}

/* pulsing gold ring — a soft "spotlight" glow that repeats while hovered,
   distinct from a one-shot sweep/lift                                   */
#noida-prize-money-section .total-mony-box1:hover {
  border-color: #f47b20;
  animation: cc-prize-glow 1.6s ease-out infinite;
}

@keyframes cc-prize-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 168, 33, 0.55), 0 10px 22px rgba(0, 0, 0, 0.1);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(246, 168, 33, 0), 0 10px 22px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(246, 168, 33, 0), 0 10px 22px rgba(0, 0, 0, 0.1);
  }
}

/* hand/trophy icon does a full coin-flip once per hover */
#noida-prize-money-section .cc-prize-hand,
#noida-prize-money-section .cc-trophy-icon {
  transition: transform 0.6s ease-out;
}

#noida-prize-money-section .total-mony-box1:hover .cc-prize-hand,
#noida-prize-money-section .total-mony-box1:hover .cc-trophy-icon {
  transform: rotateY(360deg);
}

/* the rupee amount gives a small celebratory bounce */
#noida-prize-money-section .ru-wrapp2 h5,
#noida-prize-money-section .total-mony-box1.active h5 {
  transition: transform 0.4s ease-out;
}

#noida-prize-money-section .total-mony-box1:hover .ru-wrapp2 h5,
#noida-prize-money-section .total-mony-box1.active:hover h5 {
  animation: cc-prize-bounce 0.5s ease-out;
}

@keyframes cc-prize-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  70% {
    transform: translateY(2px);
  }
}

#noida-prize-money-section .ru-wrapp1 .sign {
  display: none;
}

#noida-prize-money-section .proffe .pa {
  color: #1c1c1c;
  font-size: 18px;
}
.top-partss{
      height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#noida-prize-money-section .proffe span {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}

#noida-prize-money-section .ru-wrapp2 h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #006cb7;
  font-size: 26px;
  font-weight: 800;
}
.bib-exp {padding-bottom: 50px;}
#noida-prize-money-section .cc-prize-hand {
  height: 40px;
  width: auto;
}
#Rental-wrapp {
    background-color: #fff;
    padding: 0;
}
.rupee-icon{width: 20px;}
#noida-prize-money-section .price-money-popup-btnss {
  padding-right: 0;
}
.noida-race-sec-2 .mt-2 p{font-size: 14px!;line-height: 1.3;}
#noida-prize-money-section .price-money-popup-btnss .price-showw {
  background: #006cb7;
  margin: 0;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 24px;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

#noida-prize-money-section .price-money-popup-btnss .price-showw:hover {
  background: linear-gradient(135deg, #f47b20, #f6a821);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

/* Total Prize Money — diagonal white/orange split card.
   clip-path pins the two boundary points exactly (72% across the top edge,
   47% down the left edge) instead of approximating with a gradient angle. */
#noida-prize-money-section .total-mony-box1.active {
  background: #fff;
  text-align: left;
  color: #1c1c1c;
  padding: 20px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#noida-prize-money-section .total-mony-box1.active::before {
  content: "";
  position: absolute;
  inset: 0;
    background:#006cb7;
    clip-path: polygon(307% 0%, 100% 0%, 100% 100%, 0% 101%, 0% 57%);
  z-index: -1;
}
.ruppee-white{width: 30px;}
#noida-prize-money-section .total-mony-box1.active p {
    font-size: 35px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0 0 0px;
    text-align: center;
    line-height: 1.3;
    
}
   
    #noida-prize-money-section .total-mony-box1.active{ border: 1.5px solid #006cb7;}
#noida-prize-money-section .total-mony-box1.active .cc-trophy-icon {
  width: 38px;
  height: 38px;
  /* prize.svg is gold (#F7B11B) by default — force it white for contrast
     against the orange half of the diagonal background */
         position: relative;
    top: -12px;

}
.total-mony-box1.active span{
      text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    line-height: 8px
}
#noida-prize-money-section .total-mony-box1.active h5 {
     display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 50px;
    margin-top: 0;
    justify-content: center;
    line-height: 0;
    margin-bottom: -18px;
}
.detlay-sec .delev .dele-box h4 {
    font-size: 14px;
    font-weight: 300;
}
.section-noida-result-sec .road-tabs ul li.active{    background: linear-gradient(180deg, #f6a821, #f47b20);color: #fff}
.road-tabs{margin-top: 30px;}
.result-year-content-box thead.table-dark tr td{ background: linear-gradient(180deg, #f6a821, #f47b20);    border: 1px solid #fff;;}
.result-year-content-box  .table>:not(:first-child){    border-top: 2px solid #fff;}
.section-noida-result-sec .road-tabs ul li{color: #000;    background-color: #ddd;}

@media (max-width: 991px) {
  #noida-prize-money-section .prizee-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  #noida-prize-money-section .prizee-boxes {
    grid-template-columns: 1fr;
  }
}

/* ---------- Technical Details for Cycles table ----------
   A real <table> with real rowspan — no hand-rolled row/column spanning
   math (the source of every previous bug here). Same table on mobile and
   desktop; .table-responsive (Bootstrap) gives it horizontal scroll on
   narrow screens instead of swapping to a different layout.             */

/* rounding/clipping lives on the wrapper, not the <table> itself — putting
   border-radius + overflow:hidden directly on a table that uses rowspan
   trips a Firefox table-layout bug where rows collapse onto each other   */
.cc-tech-table-wrap {
  border: 1px solid #f6a821;
  border-radius: 14px;
overflow: hidden;
}

.cc-tech-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.know-more-btn:hover{color:#fff;background: #F5861F;}
.cc-tech-table th,
.cc-tech-table td {
  border: 1px solid #f6a821;
  padding: 16px 18px;
  vertical-align: middle;
}

.cc-tech-table thead th {
  background: #fff;
  color: #1c1c1c;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.cc-tech-head-cat,
.cc-tech-head-type {
  background: #f2f2f2;
}

.cc-tech-cat,
.cc-tech-dist {
  text-align: center;
  vertical-align: middle;
  color: #1c1c1c;
}

.cc-tech-cat {
  background: #006cb7;
  padding: 0;
}

.cc-tech-dist {
  font-weight: 500;
}

.cc-tech-type {
  background: #f4f4f4;
  text-align: center;
  vertical-align: middle;
  color: #1c1c1c;
}

.cc-tech-specs,
.cc-tech-restrict {
  color: #1c1c1c;
}

.cc-tech-specs ul,
.cc-tech-restrict ul {
  margin: 0;
  padding-left: 18px;
}

.cc-tech-specs li,
.cc-tech-restrict li {
  /* style.css has a sitewide "li { list-style: none; }" reset — restore
     actual bullets here since this table needs them                    */
      list-style: disc;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px;
}

/* spacer row between "Amateur Race" and "Amateur MTB Race" — a real
   table can't put margin between <tr>s, so an empty bordered-off row
   stands in for the gap                                                 */
.cc-tech-gap-row td {
  height: 12px;
  padding: 0;
  border: none;
  background: #fff;
}

.cc-race-cat-label {
  display: inline-block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.3px;
  padding: 24px 0;
  white-space: nowrap;
}

/* ---------- "To be Announced" photo banners (Race Guidelines / Route
   Details / Bib Expo) ----------
   mix-blend-mode:multiply on its own does nothing against the page's white
   background — it needs a darker layer behind the photo to actually blend
   against, which is what produces the deep navy-tinted look              */
.cc-tba-banner {
  position: relative;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(12, 42, 82, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease-out, box-shadow 0.4s ease-out;
}

/* on hover: the navy tint lightens (a peek at what's coming), the photo
   drifts in slightly, and a soft orange glow ring frames the card —
   fitting the "reveal" feel of a "To be Announced" placeholder          */
.cc-tba-banner:hover {
  background-color: rgba(12, 42, 82, 0.55);
  box-shadow: 0 0 0 4px rgba(246, 168, 33, 0.4), 0 16px 32px rgba(0, 0, 0, 0.25);
}

.cc-tba-banner-img {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
  transition: transform 0.6s ease-out;
}

.cc-tba-banner:hover .cc-tba-banner-img {
  transform: scale(1.08);
}

.cc-tba-banner-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
  transition: transform 0.3s ease-out, letter-spacing 0.3s ease-out;
}

.cc-tba-banner:hover .cc-tba-banner-text {
  transform: scale(1.05);
  letter-spacing: 0.5px;
}

@media (max-width: 575px) {
  .cc-tba-banner {
    min-height: 160px;
  }

  .cc-tba-banner-text {
    font-size: 16px;
  }
}

/* ---------- Deliverables grid hover (chennai-race-info.php) ---------- */

.detlay-sec .delev .dele-box {
  position: relative;
  border-radius: 12px;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.detlay-sec .delev .dele-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
}

/* soft orange glow that blooms in behind the icon on hover */
.detlay-sec .delev .dele-box::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 168, 33, 0.22), transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.35s ease-out;
  pointer-events: none;
}

.detlay-sec .delev .dele-box:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.detlay-sec .delev .dele-box img {
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.detlay-sec .delev .dele-box:hover img {
  transform: scale(1.15) rotate(-6deg);
}

.detlay-sec .delev .dele-box h4 {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-out;
}

.detlay-sec .delev .dele-box:hover h4 {
  color: #006cb7;
}

/* ---------- Bike Rental Options banner (chennai-race-info.php) ---------- */

/* #Rental-wrapp (style.css) puts a full-viewport-width blue band behind the
   whole section — that's what made this look "full width" unlike the
   Race Guidelines banner, whose section has no such background. Strip it
   here so the constrained, rounded .cc-rental-banner below is the only
   visual, contained within .container like Race Guidelines is.          */
#Rental-wrapp {
  background-color: transparent;
  padding: 0;
}

.cc-rental-banner {
  border-radius: 20px;
}

.cc-rental-banner {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.cc-rental-banner-img {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.cc-rental-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #006cb7 0%, #006cb7 38%, rgba(0, 108, 183, 0.75) 55%, rgba(0, 108, 183, 0.15) 80%, transparent 100%);
}

.cc-rental-banner-content {
  position: relative;
  z-index: 1;
  padding: 30px 40px;
  max-width: 560px;
}

.cc-rental-banner-content h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 12px;
}

.cc-rental-banner-content p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 6px;
  font-weight: 200;
}
.noida-race-sec-2-new .mt-2 p{font-size: 16px;line-height: 1.6;}
.cc-rental-banner-content p:last-child {
  margin-bottom: 0;
}

/* on hover: a translucent ring "wheels in" from off-screen left and spins
   into place beside the text — the photo behind it slowly zooms in, and
   the heading nudges forward slightly, like the whole banner is rolling  */
.cc-rental-banner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  width: 90px;
  height: 90px;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
  pointer-events: none;
  transition: left 0.7s ease-out, transform 0.7s ease-out, opacity 0.5s ease-out;
}

.cc-rental-banner:hover::after {
  left: 24px;
  opacity: 1;
  transform: translateY(-50%) rotate(360deg);
}

.cc-rental-banner-img {
  transition: transform 0.8s ease-out;
}

.cc-rental-banner:hover .cc-rental-banner-img {
  transform: scale(1.06);
}

.cc-rental-banner-content h2 {
  transition: transform 0.4s ease-out;
}

.cc-rental-banner:hover .cc-rental-banner-content h2 {
  transform: translateX(8px);
}

.noida-partner-section{
      padding: 50px 0 100px;
}

@media (max-width: 767px) {
  .cc-rental-banner {
    min-height: 0;
  }

  .cc-rental-banner-overlay {
    background: linear-gradient(90deg, #006cb7 0%, #006cb7 55%, rgba(0, 108, 183, 0.75) 75%, rgba(0, 108, 183, 0.2) 92%, transparent 100%);
  }

  .cc-rental-banner-content {
    max-width: 100%;
    padding: 22px 20px;
  }

  .cc-rental-banner-content h2 {
    font-size: 24px;
  }

  .cc-rental-banner-content p {
    font-size: 13px;
  }
}

@media(max-width:576px){
      .race-info-inner .dateBox {
        grid-template-columns: 1fr 1fr;
        row-gap: 15px;
        column-gap: 10px;
    }
    .race-info-inner .dateBox .items .text p{line-height: 1.3;}
    .race-info-inner .dateBox .items .text h5{font-size: 12px;font-weight: bold;}
    .prize-wrapper .prizee-boxes .total-mony-box1:nth-child(1){        grid-column-start: 1;
        grid-column-end: 1;}
            #noida-prize-money-section .prizee-boxes {
        grid-template-columns: 1fr 1fr;
    }
    #noida-prize-money-section .prizee-boxes{
          row-gap: 15px;
    column-gap: 15px;
    }
    #noida-prize-money-section .total-mony-box1{padding: 10px;}
    #noida-prize-money-section .total-mony-box1.active p{    font-size: 15px;}
    #noida-prize-money-section .total-mony-box1.active h5{    font-size: 26px;}
    .total-mony-box1.active img{margin: 0px;}
    #noida-prize-money-section .proffe .pa {
    color: #1c1c1c;
    font-size: 16px;
    line-height: 1.3;
}
#noida-prize-money-section .ru-wrapp2 h5{font-size: 20px;}
#noida-prize-money-section .total-mony-box1.active h5{line-height: 58px;}
}

/* ---------- Photo Gallery: year select + category tabs + grid ---------- */

.cc-gallery-year-select {
     position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 230px;
    margin-left: auto;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    padding: 12px 22px;
    cursor: pointer;
    user-select: none;
    margin: 0 auto;
 z-index: 999999999;
}

.cc-gallery-year-select .cc-year-label {
  font-size: 15px;
  font-weight: 400;
  color: #6b6b6b;
  white-space: nowrap;
}

.cc-gallery-year-select .cc-year-value {
  flex: 1;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
  text-align: right;
}

.cc-gallery-year-select .cc-year-chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.cc-gallery-year-select.is-open .cc-year-chevron {
  transform: rotate(180deg);
}

.cc-gallery-year-select .cc-year-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.cc-gallery-year-select.is-open .cc-year-options {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.cc-gallery-year-select .cc-year-options li {
  padding: 10px 22px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.cc-gallery-year-select .cc-year-options li:hover {
  background: #f2f6fb;
}

.cc-gallery-year-select .cc-year-options li.is-selected {
  background: #006cb7;
  color: #fff;
}

/* category tabs — one continuous rounded pill split into equal segments,
   instead of the site-wide default's square full-width black bar        */
.photo-gallery-section .galerytabsContainer .glry-tbs ul {
  background: none;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}

.photo-gallery-section .galerytabsContainer .glry-tbs ul li {
  flex: 1;
  text-align: center;
  background: #006cb7;
  font-weight: 300;
  transition: background 0.25s ease-out;
color: #fff;
}
.ragi-Wrapp .ragister-now-inner p{    font-family: "Geologica", sans-serif!important;}
.photo-gallery-section .galerytabsContainer .glry-tbs ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.trofy-iconn-inner img{height: 30px;}
.ragi-Wrapp .ragister-now-inner{column-gap: 15px;}
.photo-gallery-section .galerytabsContainer .glry-tbs ul li.active {
  background: linear-gradient(135deg, #f6a821, #f47b20);
}

/* photo grid thumbnails */
.photo-gallery-section .galerytabsContainer .tabs-content h4 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
}

.photo-gallery-section .galerytabsContainer .tabs-content .event-gallry-wrapper .event-gal-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.photo-gallery-section .galerytabsContainer .tabs-content .event-gallry-wrapper .event-gal-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.photo-gallery-section .galerytabsContainer .tabs-content .event-gallry-wrapper .event-gal-box img {
  aspect-ratio: 1 / 1;
  display: block;
}

@media (max-width: 575px) {
  .cc-gallery-year-select {
    margin-left: 0;
  }

  .photo-gallery-section .galerytabsContainer .tabs-content .event-gallry-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
  }
  #noida-prize-money-section .total-mony-box1.active .cc-trophy-icon {top:1px}
}

@media (max-width: 767px) {
	.cc-tech-table-wrap {
		overflow: scroll;
	}
}