@font-face {
    font-family: 'recoleta';
    src: url('../font/recoleta/fonnts.com-recoleta-semibold.otf') format("opentype");
}
@font-face {
    font-family: 'Satoshi-Italic';
    src: url('../font/satoshi/Satoshi-Italic.otf') format("opentype");
}
@font-face {
    font-family: 'Satoshi-Black';
    src: url('../font/satoshi/Satoshi-Black.otf') format("opentype");
}
@font-face {
    font-family: 'Satoshi-Light';
    src: url('../font/satoshi/Satoshi-Light.otf') format("opentype");
}

.header-image{
    width: 110px;
}
.header-section{
    padding: 15px 0;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
a{
    text-decoration: none;
}

.header-register-btn {
  display: inline-block;
  padding: 8px 24px;
  background-color: #ffcc00; /* bright yellow */
  color: #5a0035; /* dark maroon for contrast */
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-family: 'Satoshi-Light';
}

.header-register-btn:hover {
  transform: scale(1.05); /* slight zoom-in */
  background: linear-gradient(45deg, #ffd700, #ffb700); /* animated-like gradient */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  color: #3a0025;
}
.banner-img{
    width: 100%;
}
.banner-section{
    margin-top: 60px;
}
.giveaway-section{
    background: #FFF0D2;
    padding: 40px 0;
}
.givaway-text{
    font-size: 25px;
    color: #000000CC;
    font-weight: 600;
    font-family: 'Satoshi-Light';
}
.how-can-participant{
    background: #660E29;
    padding: 30px 0;
}

.how-par-title{
    color: #FFE200;
    font-size: 50px;
    font-weight: 600;
    font-family: 'recoleta';
}
.reg-closed{
    color: #842E21;
    font-size: 50px;
    font-weight: 600;
    font-family: 'recoleta';
}
.number-img{
    width: 100%;
}
.step-title{
    font-family: 'Satoshi-Black';
    color: #fff;
    font-size: 25px;
}
.red-text{
    color: #FF964B;
    font-style: italic;
}
.reg-btn{
   width: 75%;
}
.ins-para{
    color: #fff;
    font-size: 17px;
    font-family: 'Satoshi-Light';
}
.yellow-text{
    color: #FFDE3A;
}
.winner-section{
    background: #75263e;
    padding: 45px 0;
}
.victory-text{
    font-size: 28px;
    color: #FFDE37;
    font-family: 'Satoshi-Light';
    font-weight: 600;
}
.victory-text.white-text{
    font-style: italic;
    color: #fff;
    font-weight: 400;
    font-family: 'Satoshi-Black';
}
.divider{
    width: 100%;
    border: 1px solid #FFFFFF40;
}
.whatwin-title{
    font-size: 50px;
    color: #660E29;
    font-family: 'recoleta';
    font-weight: 900;
}
.what-win-section{
    background: linear-gradient(45deg, #FFF7ED, #FFFBEB);
    padding: 50px 0;
}
.prize-div{
    background: #fff;
    border: 1px solid #ECD7AB;
    border-radius: 15px;
    padding: 50px 50px;
}
.prize-text{
    font-family: 'Satoshi-light';
    font-size: 28px;
    font-weight: 800;
}
.prize-card-img{
    width: 100%;
}
.down-div{
    background:linear-gradient(45deg,#F4C99833,#F3DEE4);
    padding: 15px 25px;
    border-radius: 11px;
    border: 1px solid #DB77064D;
}
.term-down-div{
     background:linear-gradient(45deg,#DB77061A,#0022CC1A);
    padding: 15px 25px;
    border-radius: 11px;
    border: 1px solid #DB770633;
}
.down-para{
    font-family: 'Satoshi-black';
    font-size: 15px;
    font-weight: 400;
}
.temple-image{
    width: 100%;
    border-radius: 15px;
}
.visit-section{
    background: #873422;
    padding: 70px 0;
}
.temple-heading{
    font-size: 45px;
    color: #fff;
    font-weight: 800;
    font-family: 'recoleta';
}
.temple-para,.ques-para{
    font-family: 'Satoshi-light';
    font-size: 17px;
    font-weight: 400;
    color:#fff;
}
.question-section{
    background: #660E29;
    padding: 70px 0;
}
.ques-heading{
    font-size: 45px;
    color: #FFDE37;
    font-weight: 800;
    font-family: 'recoleta';
}
.term-heading{
    font-size: 45px;
    color: #660E29;
    font-weight: 800;
    font-family: 'recoleta';
}
.term-para{
    font-family: 'Satoshi-light';
    font-size: 17px;
    font-weight: 400;
    color:#000000CC;
}
.term-section{
    background: linear-gradient(45deg, #FFF7ED, #FFFBEB);
    padding: 58px 0;
}
.term-ul{
    padding: 0 0;
    list-style: none;
}
.term-ul li{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.term-ul li p{
    font-family: 'Satoshi-light';
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}
.term-img{
    width: 33%;
}
.footer-section{
    padding: 70px 0;
    background: linear-gradient(173deg , #111827,#1F2937);
}
.footer-bottom-para{
    font-family: 'Satoshi-light';
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.foot-divider{
    border: 1px solid #FFFFFF33;
}
.footer-title{
    font-family: 'Satoshi-light';
    font-size: 25px;
    font-weight: 800;
    color: #FAA639;
}
.footer-para{
    font-family: 'Satoshi-light';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.footer-sub-title{
    font-family: 'Satoshi-light';
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
a{
    color:#fff;
}
.foot-para{
    font-size: 15px;
    display: inline-block;
    font-family: 'Satoshi-light';
    color:#fff;
}
.footer-ul{
    padding: 0;
    list-style: none;
}
.footer-ul li{
    display: flex;
    margin-bottom: 15px;
    vertical-align: middle;
    align-items: center;
}
.footer-icn{
    width: 25px;
    height: 25px;
}
.footer-icn2{
    width: 20px;
    height: 20px;
}


.countdown {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-family: 'Satoshi-black', sans-serif;
}

.time-box {
  background: #fff5f5;
  color: #651a32;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  min-width: 80px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 19%;
}

.time-box span {
  font-size: 32px;
  font-weight: bold;
  display: block;
}

.time-box small {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  font-family: 'Satoshi-light', sans-serif;
}

.accordion {
  font-family: 'Satoshi-light', sans-serif;
}

.accordion-item + .accordion-item {
  border-top: 1px solid #e5e5e5;
}

.accordion-header {
  width: 100%;
  background: unset;
  border: none;
  outline: none;
  text-align: left;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.accordion-header::after {
  content: '';
  background-image: url('../img/arrow-down.svg'); /* your image path */
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  content: '';
  transform: rotate(180deg);
}

.accordion-body {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  background: #fffefc;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 15px;
  color: #444;
}

.accordion-body.open {
    padding: 12px 0px 47px 24px;
    max-height: 0 !important;
    height: 100%;
}
.accordion-item {
    background-color: #fff !important;
    border: 1px solid #DB770633 !important;
    margin-bottom: 15px !important;
    overflow: hidden;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}
.acc-div{
    background: #fff;
    padding: 30px 30px;
    border-radius: 15px;
}
.prize-box-wrapper {
  display: inline-block;
  perspective: 600px;
}

.prize-box {
  transition: transform 0.2s ease-out;
  will-change: transform;
}
.reg-btn ,.vistory-img,.prize-card-img,.temple-image{
  transition: transform 0.3s ease;
}
.reg-btn:hover {
  transform: scale(0.95); /* zoom out slightly */
  z-index: 1;
}

.vistory-img:hover {
  transform: scale(1.35); /* zoom out slightly */
  z-index: 1;
}

.prize-card-img:hover {
  transform: scale(0.75); /* zoom out slightly */
  z-index: 1;
}
.temple-image:hover{
    transform: scale(1.05);
    z-index: 1;
}
.text-black{
    color: black;
}
.wrapper{
  max-width: 500px;
  width: 100%;
  background: #fff;
  margin: 0px auto;
}

.wrapper .title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #660E29;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Satoshi-light', sans-serif;
}

.wrapper .form{
  width: 100%;
}

.wrapper .form .inputfield{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.wrapper .form .inputfield label{
   width: 200px;
   color: #757575;
   margin-right: 10px;
  font-size: 14px;
}

.wrapper .form .input{
    width: 100%;
    outline: none;
    border: 1px solid #330714;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}


.form-error {
    font-size: 14px !important;
    color: #fe0707 !important;
    text-align: center;
    display: block;
    font-family: 'Satoshi-black', sans-serif;
}
.mapImg{
  width: 40px;
}
.map-loc{
  display: inline-block;
  font-family: 'Satoshi-light', sans-serif;
  font-size: 15px;
}
.achPara{
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}
.map-loc {
    display: inline-block;
    font-family: 'Satoshi-black';
    font-size: 21px;
    color: #fff;
    position: relative;
    transition: font-size 0.35s ease, transform 0.35s ease;
}

.map-loc::before,
.map-loc::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #fff;
    transition: width 0.35s ease;
}

.map-loc::before {
    left: 50%;
    transform: translateX(-50%);
}

.map-loc::after {
    right: 50%;
    transform: translateX(50%);
}

.map-loc:hover {
    font-size: 24px;
    color: #fff;
}

.map-loc:hover::before,
.map-loc:hover::after {
    width: 80%;
}
.modal {
    z-index: 999999 !important;
}

.modal-content {
    border: none;
    box-shadow: 1px 8px 15px 0px #330714;
    border-radius: 15px;
    margin-top: 40%;
}
.successModal .modal-content {
    border: none;
    box-shadow: 1px 8px 15px 0px #330714;
    border-radius: 15px;
    margin-top: 50%;
}
.form-label{
    display: block;
    font-size: 15px;
    color: black;
    font-family: 'Satoshi-Black';
    font-weight: 200;
}
.regst-btn{
    background: #660E29;
    padding: 9px 45px;
    display: inline-block;
    border-radius: 31px;
    border: none;
    color: #fff;
    font-family: 'recoleta';
}
.regst-btn:hover{
    background: #fff;
    color: #660E29;
    border: 1px solid #660E29;
    font-family: 'recoleta';
    outline: unset!important;
}
.success-para{
    color: green;
    font-family: 'recoleta';
    font-size: 18px;
}
.success-sub-para{
    color: #000;
    font-family: 'Satoshi-light';
    font-size: 15px;
}
.success-gif{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-donate{
    background: #ffcc00;
    padding: 10px 30px;
    font-size: 17px;
    border-radius: 32px;
    color: #000;
    font-family: 'recoleta';
}
.donate-section{
   background-image: url(../img/background.png);
    padding: 40px 0;
    position: relative;
    background-size: cover;
    background-position: center 31%;
    z-index: 1;
    background-repeat: no-repeat;
}
.donate-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: #000000a1;
}
.donate-para{
    font-family: 'recoleta';
    font-size: 37px;
    font-weight: 400;
    color: #fff;
}
.fomr-label{
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.checkBox{
    width: 20px;
    height: 20px;
}
.stepOne{
    width: 100%;
    transition: all 0.3s ease;
}
.step-tabs {
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-family: 'Satoshi-Italic';
    justify-content: space-around;
    flex-direction: row;
}

.step {
  color: #ccc;
  font-weight: bold;
  padding-bottom: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 29px;
  position: relative;
  width: 153px;
}

.step::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #ccc;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.step.active {
  color: white;
  border-color: white;
}
.step.active::after {
  background-color: white;
}
.step.completed {
  color: #f57c00; /* Orange */
  border-color: #f57c00;
}
.step.completed::after {
  background-color: #f57c00;
}
.img-wrapper {
    position: relative;
    width: 100%;
    height: 300px; /* Set height to your image container */
}

.imgDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 89%;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.4s ease;
    pointer-events: none;
    border: 1px solid #FFE04280;
    border-radius: 15px;
    padding: 35px 15px;
    background: #75263e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgDiv.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    z-index: 1;
}