:root {
    --primary-color: #49072eff;
    --secondary-color: #ff4040ff;
    --form: #ffefe5ff;
    --form-1: #ffe6dcff;
    --round : #ffcd1dff
}


@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Rubik';
}

.journey-wrapper {
    background-color: #80e0ff;
    position: relative;
  }
  .journey-container {
    background-color: #80e0ff;
    padding: 40px 30px;
    font-family: "Segoe UI", sans-serif;
    max-width: 600px;
    margin: auto;
    border-left: 4px solid #00000020;
    border-right: 4px solid #00000020;
    padding-bottom: 0px;
  }

  .info-box {
    background-color: #80e0f8;
    text-align: center;
    padding: 10px;
    font-family: sans-serif;
    color: #4a003d;
    font-weight: 500;
    border-top: 1px solid #4a003d;
    border-bottom: 1px solid #4a003d;
    max-width: 600px;
    line-height: 1.5;
    max-width: 80%;
    margin: auto;
  }

  .journey-container h2 {
    font-size: 26px;
    color: #300030;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
  }

  .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
  }

  .step-number {
    min-width: 40px;
    height: 40px;
    background-color: #4a003d;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-right: 20px;
    box-shadow: 0 0 0 2px #4a003d;
  }
  .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    padding-left: 20px;
  }

  .step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 64px;
    left: 40px;
    width: 2px;
    height: calc(100% - 40px);
    background-color: #400233;
    z-index: 0;
  }

  .step-number {
    position: relative;
    z-index: 1;
  }

  .step-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #4a003d;
  }

  .step-content p {
    margin: 10px 0 0;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
  }

.hero-img{
    width: 100%;
}

.hero-tagline{
    max-width: 70%;
    margin: auto;
}
.hero-tabline-1, .hero-tabline-2{
    font-size: 40px;
    color: var(--primary-color);
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}
.hero-tabline-2 {
    font-size: 30px;
    color: var(--secondary-color);
    margin-bottom: 30px;
}

.journey{
    background-color: var(--form);
}

.journey-header{
    font-size: 30px;
    color: var(--primary-color);
    text-align: center;
    font-weight: 700;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.orange-bg{
      background-image: url('../img/treg/d_orange.png');
    background-size: contain;
    background-position: center;
    max-width: 120px;
    height: 36px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.step-title{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.step-desc{
    color: var(--secondary-color);
    font-size: 14px;
    max-width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
}

.seprator{
    width: 100%;
}

/* Step Loc */

.step-loc{
    background-color: var(--primary-color);
}

.step-loc{
    color: white;
    font-size: 16px;
    text-align: center;
}

.row{
    display: flex;
    padding-top: 50px;

}
.col{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;

    
}

.round{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: var(--round);
border: 2px solid var(--round);
display: flex;
align-items: center;
justify-content: center;
font-size: 25px;
}

.active-rowund{
    background-color: var(--round);
    color: var(--primary-color);
}

.round-line{
    position: absolute;
    height: 2px;
    width: 50%;
    background-color: var(--round);
    top: 25%;
    left: 75%;
    
}

.round-rotate {
    transform: rotate(90deg);
    top: 103%;
    left: 31%;
    width: 40%;
}

.form{
    background-color: var(--form);
    padding-top: 30px;
}

.form-main-div{
    max-width: 90%;
    margin: auto;
}

.form-card{
    background-color: white;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 720px;
    margin: auto;
}

.form-title{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: var(--secondary-color);
    margin: auto;
    margin-bottom: 40px;
}

.form-sub-titile{
    color: var(--secondary-color);
    font-size: 16px;
     font-weight: 600;
     margin-bottom: 30px;
}




.form-control{
    width: 90%;
    border-radius: 5px;
    background-color: whitesmoke;
    border: none;
    outline: none;
    font-size: 14px !important; 
    padding: 10px 5px;
    color: rgba(0, 0, 0, 0.808);
    font-weight: 600;
}

.subjects{
    margin-bottom: 20px;
}

.form-errors{
    color: red;
    font-size: 10px;
}

.form-select {
  display: block;
  width: 80%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: whitesmoke;
  background-image: url("data:image/svg+xml,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 011.08 1.04l-4.25 4.25a.75.75 0 01-1.08 0L5.21 8.27a.75.75 0 01.02-1.06z' /%3E%3C/svg%3E");
 background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mm{
    width: 60% !important;
}
.sm{
    width: 40% !important;
}
.vsm{
    width: 20% !important;
}


.form-div{
    margin-bottom: 20px;
}
.form-select:focus {
  outline: 0;
}

.col-5{
    flex: 6;
}
.col-3{
    flex: 2 !important;
}

.form-col{
    align-items: flex-start;
}



.img-sm{
    height: 30px;
    width: 30px;
    position: relative;
    top: 5px;
}

.sm-row{
    padding-top: 0px;
}

.next-btn{
    background-color: var(--primary-color);
    width: 120px;
    height: 40px;
    color: white;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
    border-radius: 20px;
    padding: 1px 10px;
}




/* Benifits */

.ben-div{
    background-color: #49072eff;
    padding-bottom: 40px;

}

.ben-div > .title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
    color: white;
    max-width: 80%;
    margin: auto;
}

.ben-row{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.ben-row > .col > img{
    height: 70px;
}

.sm-msg{
    color: var(--primary-color);
    font-size: 12px;
}

.ben-row > .col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.f1{
    flex: 1;
}

.f2{
    flex: 2;
}

.ben-col > .title{
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin: 0px !important; 
    width: 90%;

}

.ben-col > .para{
    color: #ff4040ff;
    font-size: 18px;
    margin: 0px;
    width: 90%;
}

.reg-as-btn{
    font-size: 21px;
    max-width: 80%;
}
/* FAQ */

.faq>.title {
    margin: auto;
    max-width: 80%;
    color: var(--primary-color);
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-card {
    max-width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-closed {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--form-1);
}



.card-closed>img {
    height: 15px;
    position: relative;
    left: 12px;
    top: -13px;
}

.card-closed>p {
    flex: 3;
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
    max-width: 80%;
     padding-top: 10px !important;
     padding-bottom: 10px !important;
    margin: 0px !important;
}

.hidden {
    display: none;
}

.card-open {
    padding-left: 20px;
    border: 2px solid var(--form-1);
    position: relative;

}

.card-open>img {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 20px;
    width: 20px
}

.card-open>.title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    max-width: 90%;
    padding-bottom: 10px;
    padding-top: 10px !important;
    margin: 0px !important;

}

.card-open>.para {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 5px;
}

.back-btn{
    background-color: var(--secondary-color);
}

.next-btn:hover{
    cursor: pointer;
}


.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.schedule-table thead th {
  background-color: var(--secondary-color); 
  color: white;
  padding: 12px 0;
  border: 1px solid #f5f5f5;
  font-weight: 600;
}

.schedule-table td {
  border: 1px solid #e0e0e0;
  height: 20px;
  padding: 6px;
}

.schedule-table thead th:first-child {
  border-top-left-radius: 8px;
}

.schedule-table thead th:last-child {
  border-top-right-radius: 8px;
}


.time-slot-select {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: whitesmoke;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  z-index: 9999;
}

.time-slot-select .scroll {
  max-height: 300px; /* Adjust height as needed */
  overflow-y: auto;
}

.time-slot-p {
  padding: 0.5rem;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
}

td{
    width: 25%;
    font-size: 12px;
}

.time-slot-p:hover {
  background-color: #e6f0ff;
}

.close{
    color: var(--secondary-color);
    text-align: center;
}

.for-academics{
    color: var(--primary-color);
    font-size: 30px;
    text-align: center;
}

.arts-red{
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.art-title{
    font-size: 20px;
    color: var(--primary-color);
}
.arts-add{
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 12px;
    max-width: fit-content;
    margin: auto;
    margin-top: 32px;
    font-weight: 600;
}
.arts-add:hover{
    cursor: pointer;
}

.col-right{
    align-items: flex-start;
    flex: 3;
}
.col-left{
    align-items: flex-end;
}
.arts{
    margin-bottom: 30px;
}
.del{
    font-weight: 500;
    font-size: 20px;
    color: tomato;
    margin: 0px !important;
}

.click:hover{
    cursor: pointer;
}

.form-lable{
    margin: 0 !important;
    padding: 0px !important;
}
.form-div > p{
    font-size: 14px;

    margin: 0px;
    margin-bottom: 2px;
}

.form-col > .form-div  > .form-control{
    width: 100% !important;
} 

.form-col > .form-div {
     width: 90% !important;
}

.small-font{
    font-size: 16px;
}

.upload{
    color: black;
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
}

.request-otp-btn{
    max-width: 150px;
    color: dodgerblue;
    height: 30px;
    background-color: white;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 14px;
}

.otp-btn-div{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.request-otp{
    background-color:var(--primary-color);
    color: white;
    outline: none;
    border: none;
    border-radius: 10px;
    height: 35px;
    font-weight: 100;
    font-size: 14px;
    width: 80%;
    max-width: 186px;
}

.otp-msg{
    color: green;
    font-size: 15px;
    text-align: center;
}

.iframe-container {
  width: 90%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (change as needed) */
  height: 0;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.legal-box {
    margin: 20px 0px;
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  margin: auto;
}

.checkbox-container {
  display: flex;
  align-items: center;
}

.checkbox-container input[type="checkbox"] {
  display: none;
}

.checkbox-container label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkmark {
  width: 50px;
  height: 40px;
  background: #e0e0e0;
  border-radius: 6px;
  position: relative;
  margin-right: 1rem;
}

.checkbox-container input[type="checkbox"]:checked + label .checkmark::after {
  content: '✔';
  position: absolute;
  color: #4b003d;
  font-size: 24px;
  left: 8px;
  top: 2px;
}

.text-group {
  display: flex;
  flex-direction: column;
}

.legal-title {
  font-size: 1.5rem;
  color: #ff4e42;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0.25rem;
}

.legal-subtext {
  color: #4b003d;
  font-size: 1.1rem;
  margin: 0;
}

.is-invalid{
    border: 1px solid red;
}

.dots{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot{
    height: 15px;
    width: 15px;
    margin: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.dot-active{
     background-color: var(--secondary-color);
}
.mob {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desk {
    display: none;
}

.step-number::before {
  content: '';
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #4c0033; /* Outer circle stroke */
  top: -8px;
  left: -8px;
  z-index: -1;
  background-color: transparent;
}

.form-card{
    border-radius: 10px;
}


.desk-block{
    display: block !important;
}
