* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
body {
  background-color: #f9f9f9;
}
body p {
  margin: 0;
}
.hero_section {
  padding: 20px 20px 0 20px;
}
.hero_container {
  background-image: url(assets/homeBg.jpg);
  width: 100%;
  height: calc(100vh - 40px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 30px;
}
.hero_container .logo {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: white;
  top: 30px;
  left: 60px;
}
.hero_container .logo p:nth-child(2) {
  font-weight: 800;
}
.hero_container .logo p:last-child {
  font-weight: 500;
}
.hero_container .logo img {
  width: 80px;
  height: auto;
}
.hero_container .content {
  padding-top: 25vh;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  color: white;
  text-align: center;
}
.hero_container .content p:first-child {
  font-size: 60px;
  font-weight: 400;
}
.hero_container .content p:last-child {
  font-size: 80px !important;
  font-weight: 700;
}

.hero_container .content p span {
  color: #c1ff0b;
}
.primary_btn {
  display: flex;
  justify-content: center;  /* centers text horizontally */
  align-items: center;      /* centers text vertically */
  margin: 0 auto;
  margin-top: 38px;
  border-radius: 6px;
  color:white;
  font-size: 30.376px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  height: 83px;
  width: 600px;
  box-shadow: none;
  background: linear-gradient(
    94deg,
    rgb(162, 218, 0) 26.2%,
    rgb(147, 199, 104) 99.21%
  );
  border: 1px solid rgb(162, 218, 0);
  text-decoration: none;
}

.primary_btn:hover {
  color: #fff;
    background: linear-gradient(
    94deg,
    rgb(162, 218, 0) 26.2%,
    rgb(147, 199, 104) 99.21%
  );
}

.letter_selection_container {
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.letters_row_section {
  width: 96%;
  background: rgb(255, 255, 255);
  border-radius: 21.3906px;
  padding: 8vh 0px;
  margin-bottom: 30px;
}
.letters_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0px auto;
  width: 90%;
}
.letter {
  box-sizing: border-box;
  width: 71.3px;
  min-width: 71.3px;
  height: 71.3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5vh;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  border: 0.891274px solid rgb(151, 151, 151);
  cursor: pointer;
}
.divider {
  width: 90%;
  height: 0px;
  margin: 23px auto;
  border: 0.891274px solid rgb(230, 230, 230);
}
.list_of_symbols {
  margin-top: 8.54vh;
}
.list_of_symbols_container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section_heading {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 44.47px;
  line-height: 54px;
  color: rgb(35, 38, 47);
}
.list_of_symbols_block {
  width: 80vw;
  background-color: white;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 13px;
}

.list_of_symbols_block__header {
  background-color: rgb(249, 249, 249);
  width: 174.81px;
  height: 230.1px;
  top: 2183.12px;
  left: 873.04px;
  border-radius: 0px 0px 80.27px 80.27px;
  font-size: 167px;
  font-weight: 700;
  line-height: 203px;
  letter-spacing: 0em;
  text-align: center;
}
.list_of_symbols_block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.list_of_symbol_card {
  background-color: rgb(249, 249, 249);
  display: flex;
  border-radius: 18px;
  width: 35vw;
}
.list_of_symbol_card__number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_of_symbol_card__number h3 {
  width: 80.27px;
  min-width: 80.27px;
  height: 80.27px;
  margin: 12px 24px;
  border-radius: 50%;
  background: linear-gradient(
    93.5deg,
    rgb(162, 218, 0) 26.2%,
    rgb(147, 198, 0) 99.21%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
}
.list_of_symbol_card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list_of_symbol_card__content p:first-child {
  font-size: 29px;
  line-height: 38px;
  font-weight: 600;
}
.list_of_symbol_card__content p:last-child {
  font-size: 17px;
  line-height: 38px;
}

.list_of_symbol_card img {
  height: 1.98vh;
  width: 1.67vw;
  margin: auto 25px auto auto;
}

.secondary_btn {
  width: 276px;
  height: 83px;
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  margin-top: 20px;
  margin-bottom: 76px;
  border: 1px solid rgb(135, 135, 135);
  border-radius: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0em;
  text-align: center;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
}



footer {
  border-radius: 10px;
  margin: 0 20px 20px 20px;
  background: linear-gradient(
    98deg,
    rgb(16, 38, 80) -0.23%,
    rgb(84, 82, 109) 94.26%
  );
 padding: 17px 18px 17px !important;
  color: #fff;
  display: flex;
  justify-content: center !important;
  align-items: flex-start;        
  flex-wrap: wrap;                
  gap: 20px;                     
  text-align: left;
}


footer p {
  font-size: 20px;
  color: #bec2cf;
}

.btn__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.dreams_list_container {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 13px;
  width: 90%;
}
.dreams_list_container h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  margin: 8.25vh 3.25vw 8.25vh 0px;
  letter-spacing: 0em;
  text-align: right;
  color: rgb(94, 94, 94);
}
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  position: relative;
}

.accordion-item-header {
  width: 100%;
  border-radius: 10px;
  background: rgb(249, 249, 249);
  border: 0.9px solid rgb(249, 249, 249);
  padding: 9px 0px;
  margin: 18px auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.accordion-item-header:hover {
  box-shadow: rgb(194, 255, 11) 0px 0px 0px 1.8px,
    rgb(194, 255, 11) 0px 0px 0px 1.8px inset;
}
.accordion-item-header .list_of_symbol_card__number h3 {
  background: black;
  color: white;
  width: 57.6px;
  min-width: 57.6px;
  height: 57.6px;
  font-size: 29.07px;
  line-height: 37.95px;
  margin: 25px 50px;
}

.accordion-item-header p {
  font-size: 29px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(35, 38, 47);
}

.toggle_text {
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: right;
  color: rgb(94, 94, 94);
}
.toggle_icon {
  width: 57.6px;
  height: 57.6px;
  border: 0.891274px solid rgb(97, 97, 97);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 2.5vw 0px 0.5vw;
  text-align: center;
  cursor: pointer;
  background-color: rgb(249, 249, 249);
}
/* .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} */

.accordion-item-body-content {
  background: rgb(249, 249, 249);
  box-shadow: rgb(194, 255, 11) 0px 0px 0px 1.8px,
    rgb(194, 255, 11) 0px 0px 0px 1.8px inset;
  border-radius: 10px;
  margin: 3vh auto 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.accordion-item-body-content h3 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  color: black;
  margin: 6vh 0px;
  letter-spacing: 0em;
  text-align: center;
}
.accordion-item-body-content p {
  font-size: 29px;
  font-style: normal;
  line-height: 38px;
  margin: 5vh 35px 55px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}

/* Base button styling */
#dropdownMenuButton1 button {
  background: transparent;
  border: none;
}

/* Dropdown container */
#dropdownMenuButton1 {
  position: absolute;
  top: 30px;
  right: 30px;
  float: right;
  background-color: transparent;
  min-width: 50px;
  border: thin solid rgba(77, 77, 77, 0.3);
  border-radius: 4px;
  padding: 5px 10px;
  z-index: 1000;
  transition: all 0.3s ease;
}



.dropdown-menu.hidden {
  display: none !important;
  opacity: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: block !important;
  min-width: 5rem !important;
  transition: opacity 0.3s ease;
  opacity: 1;
  top: 40px;
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.mobileLogo {
  display: none;
}
  .letter {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border: none;
    padding: 5px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  span.anticon {
    display: none;
  }
  .hero_container .content {
    padding-top: 96px;
    margin-top:90px;
   
  }
  .hero_container .content p:first-child {
   font-size: 34px;
  }
  .content h3{
      display:none !important;
  }
  .hero_container .content p:last-child {
        font-size: 80px
  }

  .hero_container .logo {
    display: none;
  }
  .mobileLogo {
    display: block;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 25.94px;
    font-weight: 700;
    line-height: 37.093px;
    left: 30px;
    top: 30px;
  }
  .mobileLogo img {
    width: 19.287px;
    height: 29.301px;
  }
  .list_of_symbols_container h3.section_heading,
  .list_of_symbols_block__header,
  .list_of_symbols_block__header + .divider {
    display: none;
  }
  h3.section_heading {
    font-size: 16px;
    margin: 0;
    line-height: normal;
    margin: 0% 5%;
    padding-top: 10px;
  }
  .letter_selection_container {
    background-color: white;
    margin: 0 auto;
    width: 67%;
    position: relative;
    padding: 0;
    top: -15px;
    z-index: 10;
    border-radius: 14px;
  }
  .letters_row_section {
    padding: 0;
    margin-top: 20px;
  }
  .divider {
    margin: 10px 0;
    width: 100%;
  }
  .list_of_symbols {
    margin: 0;
  }
  .list_of_symbols_block {
    background-color: transparent;
  }
  .list_of_symbols_block__grid {
    grid-template-columns: 1fr;
    width: 90%;
  }
  .list_of_symbols_block {
    width: 100%;
  }
  .list_of_symbol_card {
    width: 100%;
    border-radius: 17.84px;
    display: flex;
    background-color: white;
    color: inherit;
    text-decoration: none;
  }
  .list_of_symbol_card__number h3 {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .list_of_symbol_card__content p:first-child {
    font-size: 18px;
    line-height: normal;
  }
  .list_of_symbol_card img {
    margin: auto 25px auto auto;
    height: 4vh;
    width: 5vw;
  }
  .secondary_btn {
    margin-top: 20px;
    margin-bottom: 76px;
    width: 180px;
    height: 50px;
    border: 1px solid rgb(135, 135, 135);
    border-radius: 13px;
    font-size: 16px;
    line-height: normal;
  }
  footer {
    padding: 8px 18px 8px;
  }
  footer p {
    font-size: 14px;
  }
  .dreams .hero_container .content {
    padding-top: 18vh;
  }
  .dreams .letter_selection_container {
    background-color: transparent;
    top: 20px;
  }
  .dreams .anticon {
    display: block;
  }
  .dreams .anticon svg {
    width: 90%;
    height: auto;
  }
  .dreams .section_heading {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13.41px;
    margin-bottom: 37px;
    text-align: center;
    color: rgb(35, 38, 47);
  }
  .dreams_list_container {
    background-color: transparent;
    width: 100%;
  }
  .dreams_list_container h3 {
    font-size: 7px;
    font-weight: 500;
    line-height: 9px;
    letter-spacing: 0em;
    text-align: right;
    color: rgb(94, 94, 94);
    margin: 0px 8.25vw 0px 0px;
  }
  .accordion {
    margin: 10px 0;
  }
  .accordion-item {
    background-color: transparent !important;
    border: none !important;
  }
  .accordion-item-header {
    transition: border 0.1s;
    border: 0.9px solid white;
    border-radius: 5px;
    background: white;
  }
  .accordion-item-header .list_of_symbol_card__number h3 {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 11px 10px;
    font-size: 9.5px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0em;
  }
  .accordion-item-header p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(35, 38, 47);
    line-height: 15px;
  }
  .toggle_text {
    display: none;
  }
  .toggle_icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0px 2.5vw 0px 0.5vw;
    text-align: center;
    cursor: pointer;
    background-color: rgb(249, 249, 249);
    border: none;
  }
  .accordion-item-body-content {
    box-shadow: none;
    background-color: white;
    border-radius: 5px;
  }
  .accordion-item-body-content h3 {
    margin: 1.5vh 0px;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
  }
  .accordion-item-body-content p {
    margin: 5vh 35px 55px;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
  }
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%; /* Adjust width to fill the container */
    height: 100%; /* Adjust height to fill the container */
    object-fit: cover; /* Ensures images fill the space without distortion */
    display: block;
}
.ad-headerr {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin: 10px 0; /* Reduce vertical spacing */
}





.slider-container {
  position: relative;
  width: 100%;
  max-width: 1282px;
  height: 480px; /* ✅ Control the height */
  margin: 40px auto;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f9f9f9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.slider-container:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  background: linear-gradient(145deg, #ffffff, #f9f9f9); /* keep soft background */
}


/* Image styling */
.slider-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.slider-container img:hover {
  transform: scale(1.03);
}

/* Optional: make it smaller on mobile screens */
@media (max-width: 768px) {
    .mobileLogo p{
        font-size:14px;
    }
  /*#dropdownMenuButton1 {*/
    position: relative;      

  /*}*/
  #dropdownMenuButton1 {
       width: 100% !important; 
    position: relative;
    top: 0;
    right: 0;
    float: none;
    display: flex;
    justify-content: flex-end; /* ✅ align to end (right side) */
    width: 100%;
    margin: 10px 0;
    border-radius: 6px;
  }

  #dropdownMenuButton1 button {
    width: 100%;
    text-align: center;
  }
    .hero_container {
height: 570px !important;
}
.hero_container .content{
    margin-top:30px;
}
  .slider-container {
    height: 250px;
  }


.hero_container .content p:last-child {
    font-size: 37px !important;
    font-weight: 700;
}


  .primary_btn{
        font-size: 15px !important;
        width: 293px;
        height: 50px;
        margin-top: -15px;
  }
  .letter_selection_container{
      background:transparent !important;
      width:100% !important;
  }
  .chapter-item p{
      text-align:justify !important;
      font-size:14px;
  }
  .section-header span{
      font-size:22px !important;
  }
  .footer {
   border-radius: 10px;
    margin-top:40px !important;
  }


}




@media (min-width: 768px) {
    .slider-container {
        width: 100%;
    }
}

.ad {
    background-color: #F4F4F4; /* Light gray background */
    width: 90%;
    height: 150px;
    margin: 20px auto;
	border-radius: 10px;
    border: 1px solid #ddd; /* Optional: adds a border */
}

@media (min-width: 768px) {
    .ad {
        width: 90%; /* Slightly larger for wider screens */
    	height: 100px;
    }
   
}

.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #555;
}

/* Controls */
.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.controls button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.controls button:hover {
    background: rgba(0, 0, 0, 0.7);
}