.slide1{
    /* background: rgb(0,63,121);
    background: -moz-linear-gradient(0deg, rgba(0,63,121,1) 0%, rgba(0,181,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,63,121,1) 0%, rgba(0,181,255,1) 100%);
    background: linear-gradient(0deg, rgba(0,63,121,1) 0%, rgba(0,181,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003f79",endColorstr="#00b5ff",GradientType=1); */
    background-image: url('../img/main-page.jpg');
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;
   background-attachment: fixed;
}
.slide1 .btn {
    margin-top: 20px;
    border: 3px solid white;
    border-radius: 20px;
    color: white;
    position: absolute;
    bottom: 200px;
    background: #0051ff;
    padding: 10px 40px;
    text-transform: uppercase;
}
.slide1 .btn:hover{
    background-color: white;
    color: black;
}

.blink {
    background-color: #fff;
    -webkit-animation: blink 1200ms step-end infinite;
    animation: blink 1200ms step-end infinite;
    
}

@-webkit-keyframes blink {
    50% {
        background-color: rgb(255, 255, 255);
        color:#000000;
        border: 3px solid #0051ff;
    }
}

@keyframes blink {
    50% {
        background-color: rgb(255, 255, 255);
        color: #000000;
        border: 3px solid #0051ff;
    }
}
*{
    font-family: 'Open Sans', sans-serif;
}
.venue-cover:after{
    content: '';
    width: 100px;
    height: 2px;
    border-radius: 5px;
    background-color: white;
    display: inline-block;
}
/* .groupSection .d-flex > div:first-child{
    background-image: url('../img/groupBg.jpg');
    background-size: cover;
    height: 100vh;
} */
.soloSection .bg-img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: .3;
}

.fp-prev{
    border-color: transparent rgb(255, 0, 0) transparent transparent !important;
}
.fp-next{
    border-color: transparent transparent transparent rgb(255, 0, 0) !important;
}
/* .studentDetails-wrapper .form-control{
    font-size: 12px;
} */
.ftr{
    background: #140342;
     padding: 15px 0px 5px 0px;
}
.footer-menu li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 13px;
    border-right: 1px solid #fff;
    line-height: 18px;
    color: #ffffff;
    margin-top: 15px;
  }

.main-wrapper-slide{
  position: relative;
  left: 43%;

}



.slider-2-bg {
    background-image: url('../img/brocher-bg.jpg');
    background-size: 100% 115vh;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.note {
    padding: 40px;
    background:#fcf4c3;
    max-width: 95%;
    margin: 10px auto 40px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.note.bishop {
    padding: 40px;
    background: #f9f9f1;
    max-width: 95%;
    margin: 10px auto 40px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.note.yellow {
        background:#fcf4c3;
}

.note.yellow::after {
        background:#fcf4c3;
}

.brchr-head-row {
    justify-content: center;
}

.brchr-head {
    border-bottom: #140342 5px solid;
    margin-bottom: 40px;
}
.brchr-head.border-b {
    border-bottom: none;
}

.brchr-head img {
    width: 100%;
}

.brchr-head-img img {
    height: auto;
    width: 90px;
}

.brchr-head-content {
    text-align: center;
    color: #b01204;
}

.brchr-head-content h3 {
    font-family: serif;
    font-size: 32px;
    font-weight: 800;
}

.brchr-head-content h5 {
    font-family: serif;
}

.note p {
    font-size: 15px;
    color: #140342;
}
.italic-text{
    font-family: serif;
    font-style: italic;
}
.signature{
    text-align: end;
}
.brchr-head-bishop-img{
    height: auto;
    width: 100%;
}



.competition-section {
  display: flex;
  justify-content: space-between;
  /*Distributespaceevenly*/align-items: center;
  /*Keepverticalalignment*/gap: 30px;
  /*Consistentspacing*/padding: 25px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  background: #f9cbbc;
  border-radius:20px ;
  -webkit-border-radius:20px ;
  -moz-border-radius:20px ;
  -ms-border-radius:20px ;
  -o-border-radius:20px ;
  color: #140342;
}

.competitions-list,
.class-categories {
  flex: 1; /* Give equal width */
  align-items: center;
  text-align: center;
}
.competitions-list ul li,
.class-categories ul li{
    list-style: none;
}
.category-bubble {
  flex-shrink: 0; /* Prevent resizing */
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f08163;
  box-shadow:
    inset 0 0 10px rgba(255, 255, 255, 0),
    0 5px 15px rgba(0, 0, 0, 0.2),
    0 0 0 5px #66053a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.category-bubble .label {
  font-size: 1.5em;
  line-height: 1;
}

.category-bubble .initial {
  font-size: 2.5em;
  line-height: 1;
}
.class-categories ul li{
    justify-content: space-around;
    display: flex;
}
/* ✅ Responsive Fix */
@media (max-width: 850px) {
  .competition-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .competitions-list,
  .class-categories {
    flex: unset;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .category-bubble {
    margin: 20px auto;
  }
}


/* Side Labels */
.side-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;   /* vertical text */
  text-orientation: mixed;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  background: #cb92b3;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 2;
}

.side-label-left {
  left: -40px; /* push outside content */
  height: 100%;
text-align: center;
z-index: 9;
}

.side-label-right {
  right: -40px; /* push outside content */
  height: 100%;
    text-align: center;
    z-index: 9;
}

/* Container adjustment */
.container-category {
  position: relative;
  max-width: 1200px;
  margin: auto;
  border-radius: 20px;
}

/* ✅ Responsive Fix */
@media (max-width: 768px) {
  .side-label {
    position: static;         /* remove fixed sides */
    writing-mode: horizontal-tb;
    transform: none;
    display: block;
    text-align: center;
    margin: 10px auto;
    width: fit-content;
  }

  .side-label-left {
    margin-top: 10px;
    width: 100%;
  }

  .side-label-right {
    margin-bottom: 10px;
    width: 100%;
  }

  .container-category {
    padding: 20px; /* no extra left/right padding needed */
  }
}



.slider-3-bg {
    background-image: url('../img/brocher-bg-2.jpg');
    background-size: 100% 115vh;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}
.solo-bg{
    background-color: #fff;
    padding: 30px;
}
.solo-category{
    background-color: #14034200;
}
.solo-head{
    color: #da1807;
    font-family: serif;
    font-size: 22px;
    font-weight: 800;
}
.solo-red{
    color: #da1807;
    font-family: serif;
    font-size: 18px;
    font-weight: 800;
}
.solo-blue{
    color: #0d0696;
    font-family: serif;
        font-size: 18px;
    font-weight: 800;
}
.solo-green{
    color: #025f17;
    font-family: serif;
        font-size: 18px;
    font-weight: 500;
}
.solo-bg ul li{
    color: #140342;
    font-size: 15px;
}
.guide-head{
  background-color: #66053a;
  text-align: center;
}
.guide-head-cont{
  color: #fff;
  font-family: serif;
  padding: 6px;
  text-transform: uppercase;
}
.guide-head-imge img{
  height: auto;
  width: 100%;
}
.contact-details{
  width: 100%;
    background-color: #fff;
}
.contact-det{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding:10px ;
  background-color: #fff;
}
.cont-name{
  text-align: left;
  color: #000000;
}
.cont-num{
  text-align: end;
  color: #000000;
}