@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html,
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: rgba(234, 235, 234, 1);
}

h5 {
  font-weight: 700;
}


@media (max-width: 768px) {
  .intro-bullet-points img {
      width: 29px;
      height: auto; 
  }
}
@media (max-width: 768px) {
  .intro-bullet-points .link {
      font-size: 23px;
      font-weight: bold; 
      
  }
}

@media (min-width: 1024px) { 
  .intro-bullet-points {
      font-size: 3.9rem; 
  }

  .intro-bullet-points li {
      font-size: 3.9rem; 
  }
}

textarea.form-control {
  height: 160px;
}

.navbar-light {
  background-color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: #0c306d;
  font-weight: 700;
  size: 18px;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #00ff00;
}

.navbar-light .navbar-nav .nav-item.active {
  color: #00ff00;
}

.navbar-light .navbar-nav .nav-item {
  padding: 0.5rem 1rem;
}

.navbar-light .navbar-nav .nav-item .btn.btn-primary {
  background-color: #00ff00;
  border: #00ff00;
  color: black;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 19px;
}

.navbar-light .navbar-nav .nav-item .btn.btn-primary:hover {
  background-color: black;
  color: white;
}

.modal-dialog.modal-fullscreen {
  max-width: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  position: fixed;
  z-index: 100000;
}

.navbar-collapse.collapse.show .nav-button,
.navbar-collapse.collapsing .nav-button {
  text-align: center;
}

#footer-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 80px 40px;
  padding-bottom: 100px;
}

#get-in-touch-box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
}

#footer-details-box {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #232827 0%, #232827 100%);
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
  border-radius: 20px;
  border: 1.5px solid;
  color: white;
}

.footer-link {
  color: white;
  margin-top: 20px;
  line-height: 35px;
}

#footer-details-box ul {
  font-weight: 500;
  font-size: 15px;
  list-style: none;
  margin-left: -50px;
}

#footer-bar-wrapper {
  background: linear-gradient(
    270deg,
    rgba(227, 114, 255, 0.5) -104.96%,
    rgba(162, 74, 241, 0.5) -91.94%,
    rgba(95, 26, 226, 0.5) -78.92%,
    rgba(75, 44, 230, 0.5) -65.91%,
    rgba(51, 65, 228, 0.5) -52.89%,
    rgba(25, 85, 226, 0.5) -39.87%,
    rgba(1, 123, 228, 0.5) -26.85%,
    rgba(0, 140, 232, 0.5) -13.83%,
    rgba(1, 159, 237, 0.5) -0.82%,

    rgba(227, 114, 255, 1) 12.2%,
    rgba(162, 74, 241, 1) 25.22%,
    rgba(95, 26, 226, 1) 38.24%,
    rgba(75, 44, 230, 1) 51.26%,
    rgba(51, 65, 228, 1) 74.28%,
    rgba(25, 85, 226, 1) 12.2%,
    rgba(1, 123, 228, 1) 12.2%,
    rgba(0, 140, 232, 1) 12.2%,
    rgba(1, 159, 237, 1) 12.2%,
    rgba(2, 188, 222, 1) 12.2%,
    rgba(3, 198, 203, 1) 12.2%,
    rgba(0, 207, 184, 1) 4.2%,
    rgba(33, 216, 167, 1) 12.2%
  );

  filter: blur(30px);
  opacity: 0.6;
  height: 80px;
  margin-top: 80px;
  margin-left: -40px;
  margin-right: -40px;
  width: 100%;

  animation: glowing 1.5s infinite alternate;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 5px rgba(0, 207, 184, 1), 0 0 10px rgba(0, 207, 184, 1);
  }
  50% {
    box-shadow: 0 0 15px rgba(0, 207, 184, 1), 0 0 30px rgba(0, 207, 184, 1);
  }
  100% {
    box-shadow: 0 0 5px rgba(0, 207, 184, 1), 0 0 10px rgba(0, 207, 184, 1);
  }
}

#footer-bar-offset {
  margin-top: -50px;
}

.footer-bar-link {
  color: black;
  font-size: 13px;
  font-family: Inter;
  font-weight: 400;
}

#footer-wrapper .logo-holder {
  width: 50%;
}

.btn.btn-default-check {
  background: transparent;
  border: 1.5px black solid;
  border-radius: 50px;
  height: 38px; 
  padding: 8px 30px; 
  font-weight: 700;
  font-size: 14px; 
}

.btn.btn-default-check:hover {
  background: black;
  color: rgb(255, 255, 255);
}


.btn.btn-inverse-yellow {
  background: rgba(35, 40, 39, 1);
  border: 1.5px black solid;
  border-radius: 50px;
  height: 45px;
  padding: 10px 45px;
  font-weight: 600;
  color: rgba(252, 231, 33, 1);
}

.btn.btn-inverse-yellow:hover {
  background: white;
  color: rgba(35, 40, 39, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.btn.btn-blue {
  background: rgba(32, 83, 198, 1);
  color: white;
  border-radius: 50px;
  height: 45px;
  padding: 10px 45px;
  font-weight: 600;
}

.btn.btn-blue.inverse {
  background: white;
  color: rgba(32, 83, 198, 1);
  border: 1px solid rgba(32, 83, 198, 1);
}

.btn.btn-blue:hover {
  background: black;
  color: white;
}

.faq-buttons .btn {
  color: #274C72;
}

.btn.btn-red {
  background: white;
  color: rgba(221, 30, 95, 1);
  border-radius: 50px;
  height: 45px;
  padding: 10px 45px;
  font-weight: 600;
  border: 1px solid rgba(221, 30, 95, 1);
}

.btn.btn-red:hover {
  background: black;
  color: white;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #00ff00;
}

.footer-wrapper a {
  padding-bottom: 10px;
}

.footer-contact-block ul li {
  margin-top: 20px;
  margin-left: 15px;
}

.footer-contact-block ul li div {
  margin-left: 35px;
  margin-top: -22px;
}

.logo-holder img {
  margin-right: 10px;
}


/* "home-intro */
#home-intro-wrapper {
    width: 100%;
    height: 100%;
    background: white;
    padding: 80px 40px;
  }
  

  #home-intro-wrapper .container {
    background: url("../images/custom/ielts-tuition-student-home-page.png") right bottom no-repeat;
    background-size: contain;
  }
  
  @media (max-width: 768px) {
    #home-intro-wrapper .container {
      background: none; 
    }
  }
  
 
  #home-intro-wrapper ul {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;  
    list-style: none;
    margin-left: -40px;
    padding: 40px 0px;
  }
  

  @media (max-width: 768px) {
    #home-intro-wrapper ul {
      font-size: 24px; 
      margin-left: 0;
      padding: 15px 0px;
    }
  
    #home-intro-wrapper ul li {
      padding-top: 8px;
    }
    
    #home-intro-wrapper .ending-phrase {
      font-size: 20px; 
      margin-left: 0;
    }
  }
  
  #home-intro-wrapper .blue-highlight {
    background: linear-gradient(to right, #047FFF 0%, #047FFF 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left;
    color: #000000;
    padding: 8px;
    animation: highlightAnimation 1s linear forwards;
  }

  #home-intro-wrapper .red-highlight {
    background: linear-gradient(to right, #ff0443 0%, #ff0443 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left;
    color: #000000;
    padding: 8px;
    animation: highlightAnimation 1s linear forwards;
  }

  #home-intro-wrapper .green-highlight {
    background: linear-gradient(to right, #00ff00 0%, #00ff00 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left;
    color: #000000;
    padding: 8px;
    animation: highlightAnimation 1s linear forwards;
  }

  
  
  @keyframes highlightAnimation {
    0% {
      background-size: 0% 100%;
    }
    100% {
      background-size: 100% 100%;
    }
  }
  
/* "home-intro */


#move-to-top-button {
  display: block;
  position: fixed;
  z-index: 500;
  bottom: 60px;
  right: 40px;
  cursor: pointer;
}

.feature-details-holder {
  position: relative;
  height: 100%;
}



#feature-details-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 40px;
}



@media (max-width: 768px) {
  .hide-on-mobile {
      display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-only {
      display: none !important;
  }
}


.feature-details-box {
  background: white;
  border-radius: 20px;
  padding: 80px 60px;
  height: 90%;
}

.feature-details-box-start {
  background-color: #22CF70;
  
}


.feature-details-box.sm {
  padding: 20px 20px;
}

.feature-details-box-wrapper {
  height: 100%;
  
}

.step-list-wrapper {
  margin-top: 40px; 
}


.feature-details-box-wrapper.overlay {
  position: absolute;
  top: 0;
  height: 100%;
}

.feature-details-box.black {
  color: white;
  background-color: black;
  padding-bottom: 190px;
  padding-top: 110px;
  
}


.image-center-shift-mobile {
  margin-left: -2px;
  margin-top: 15px;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius:15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}


.feature-details-box.black-mobile {
  color: rgb(255, 255, 255);
  background-color: black;
  padding-bottom: 80px;
  padding-top: 50px;
  width: 390px;
height: 600px;
margin-left: -30px;
}

.feature-details-box.white-mobile {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  padding-bottom: 80px;
  padding-top: 50px;
  width: 390px; 
  height: 600px;
  margin-left: -30px;
  margin-top: -60px;
}


.feature-details-box-wrapper-mobile {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  padding-bottom: 80px;
  padding-top: 70px;
  width: 390px;
  height: 650px;
  margin-left: -30px;
  position: relative;
  top: -60px; 
  border-radius: 15px;
}


.feature-details-box.red-mobile {
  color: white;
  background-color: rgba(237, 48, 75, 1);
  padding-bottom: 80px;
  padding-top: 50px;
  width: 392px; 
  height: 600px;
  margin-left: -20px;
}

.feature-details-box.yellow-mobile {
  color: rgb(0, 0, 0);
  background: rgba(252, 231, 33, 1);
  padding-bottom: 80px;
  padding-top: 50px;
  width: 392px; 
  height: 350px;
  margin-left: -30px;
  margin-top: -45px;
}

.feature-details-box.yellow {
  color: rgb(0, 0, 0);
  background: rgba(252, 231, 33, 1);
  padding-bottom: 80px;
  padding-top: 50px;
  width: 1300px; /* Reduced width */
  height: 350px;
  margin-left: -5px; /* Adjusted to move it slightly from the left */
  margin-top: -45px;
}


.feature-details-box.about-mobile {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  padding-bottom: 80px;
  padding-top: 50px;
  width: 392px;
  height: 900px;
  margin-left: -30px;
  margin-top: -125px;
}

.feature-details-box.performance-mobile {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  padding-bottom: 80px;
  padding-top: 70px;
  width: 390px;
  height: 600px;
  margin-left: -30px;
  position: relative;
  top: -70px;
  border-radius: 15px;
}

#footer-details-box .small-text {
    font-size: 15px !important;
}



#footer-wrapper .get-in-touch-wrapper-mobile {
  margin-bottom: 20px;
  padding-bottom: 80px;
  padding-top: 70px;
  width: 390px;
  height: 750px;
  margin-left: -30px;
  position: relative;
  top: -150px; 
  border-radius: 15px;
}

#footer-wrapper .get-in-touch-wrapper-Products-mobile {
  margin-bottom: 20px;
  padding-bottom: 80px;
  padding-top: 70px;
  width: 390px;
  height: 800px;
  margin-left: -30px;
  position: relative;
  top: -300px;
  border-radius: 15px;
}

.small-text-about-mobile {
  font-size: 15px !important;
  line-height: 1.4 !important; 
}
.small-text-about-heading-mobile {
  font-size: 21px !important;
  text-align: center !important;
}

.small-text-mobile {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.small-heading-mobile {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

.bold-text-mobile {
  font-weight: 700 !important;
}


.feature-details-box.blue-mobile {
  color: white;
  background: rgba(4, 127, 255, 1);
  padding-bottom: 80px;
  padding-top: 50px;
  width: 392px; 
  height: 600px;
  margin-left: -30px;
  margin-top: -60px;
}

.feature-details-box-wrapper .feature-box-more-button-mobile {
  display: block;
  position: relative;
  bottom: 37px;
  cursor: pointer;
  float: right;
  right: -20px;
  width: 30px;
  height: 30px;
}

.feature-details-box.red {
  color: white;
  background-color: rgba(237, 48, 75, 1);
}

.feature-details-box.blue {
  color: white;
  background: rgba(4, 127, 255, 1);
}

.feature-details-box.yellow {
  color: black;
  background: rgba(252, 231, 33, 1);
  border-radius: 25px;
  margin-top: -20px;
  height: 320px;
}

.feature-details-box.green {
  color: black;
  background: rgba(34, 207, 112, 1);
}

.feature-details-box h3,
.feature-details-box h4 {
  color: #232827;
  font-size: 40px;
  font-weight: 800;
}

.feature-details-box .big-text {
  color: #232827;
  font-size: 45px;
  font-weight: 800;
  margin: 0 auto;
  display: table;
}

.feature-details-box .big-text.sm {
  font-size: 25px;
}

.pill-text-mobile {
  font-size: 19px; 
  color: #ffffff; 
  font-weight: bold; 
  text-transform: none; 
  margin-left: -20px; /* Moves the text slightly to the left */
}




/*red heiglight   */
@keyframes highlightEffect {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.image-left-shift {
  margin-top: -40px;
  margin-left: -60px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  width: 112%; 
  max-width: none
}

.image-right-shift {
  margin-right: 60px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.highlight.red {
  padding: 0px 5px;
  padding-right: 8px;
  color: white;
  font-style: italic;
  background: linear-gradient(to right, rgba(237, 48, 75, 1) 100%, white 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  animation: highlightEffect 1s forwards ease-in-out;
  margin-bottom: 5px;
}

.highlight.red:nth-of-type(1) {
  animation-delay: 0s;
}
.highlight.red:nth-of-type(2) {
  animation-delay: 1s;
}
.highlight.red:nth-of-type(3) {
  animation-delay: 2s;
}
/*red heiglight end  */

/*blue heiglight   */
.highlight.blue {
  padding: 0px 5px;
  padding-right: 8px;
  color: white;
  font-style: italic;
  background: linear-gradient(to right, rgba(4, 127, 255, 1) 100%, white 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}


.highlight.blue.aos-animate {
  opacity: 1;
  animation: highlightEffect 0.5s forwards ease-in-out;
}

.highlight.blue:nth-of-type(1) {
  animation-delay: 0s;
}

.highlight.blue:nth-of-type(2) {
  animation-delay: 1s;
}

.highlight.blue:nth-of-type(3) {
  animation-delay: 2s;
}

/*blue heiglight   */

/*green heiglight   */
.highlight.green {
  padding: 0px 5px;
  padding-right: 8px;
  color: white;
  font-style: italic;
  background: linear-gradient(to right, rgba(38, 194, 172, 1) 100%, white 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.highlight.green.aos-animate {
  opacity: 1;
  animation: highlightEffect 1s forwards ease-in-out;
}

.highlight.green:nth-of-type(1) {
  animation-delay: 0s;
}
.highlight.green:nth-of-type(2) {
  animation-delay: 1s;
}

/*green heiglight   */
#academic-intro-wrapper .blue-highlight {
    padding: 10px !important;
    background: rgba(4, 127, 255, 1) !important;
    color: white !important;
}



  .highlight.green.aos-animate {
    opacity: 1;
    animation: highlightEffect 1s forwards ease-in-out;
  }
  
  .highlight.green:nth-of-type(1) {
    animation-delay: 0s;
  }
  .highlight.green:nth-of-type(2) {
    animation-delay: 1s;
  }





.highlight.green {
    padding: 0px 5px;
    padding-right: 8px;
    color: white;
    font-style: italic;
    background: linear-gradient(to right, rgba(38, 194, 172, 1) 100%, white 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .highlight.green.aos-animate {
    opacity: 1;
    animation: highlightEffect 1s forwards ease-in-out;
  }
  
  .highlight.green:nth-of-type(1) {
    animation-delay: 0s;
  }
  .highlight.green:nth-of-type(2) {
    animation-delay: 1s;
  }




/* week word */
.highlight.alt-green {
  padding: 0px 5px;
  padding-right: 8px;
  color: rgb(0, 0, 0);
  font-style: italic;
  background: linear-gradient(to right, rgba(34, 207, 112, 1) 100%, white 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  animation: highlightEffect 1s forwards ease-in-out;
  margin-bottom: 5px;
  font-size: 4rem
}

.highlight.alt-green.aos-animate {
  opacity: 1;
  animation: highlightEffect 1s forwards ease-in-out;
}

.highlight.alt-green:nth-of-type(1) {
  animation-delay: 0s;
}
/* week word */

.feature-details-box p,
.feature-details-box li {
  color: inherit;
  font-size: 15px;
  font-family: Inter;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

.feature-details-box .button-holder {
  position: absolute;
  bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#feature-details-box-wrapper {
  display: block;
  height: 100%;
  position: absolute;
  text-align: right;
}

.feature-details-box-wrapper .feature-box-more-button{
  display: block;
  position: relative;
  bottom: 37px;
  cursor: pointer;
  float: right;
  right: 7px;
  width: 30px;
  height: 30px;
}

.feature-details-box .img-thumbnail {
  border: 25px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}

.text-green {
  color: rgba(34, 207, 112, 1);
}

.feature-details-box ol li {
  font-weight: 800;
  font-size: 16px;
}

.feature-details-box p {
  margin-top: 0px;
}

/* pill text start INTUITIVE LEARNING*/
.large-text {
  font-size: 17px !important;
  font-weight: 500;
}

.pill-list {
  padding: 20px 0px;
  margin-top: 45px;
  position: relative;
  
}

.pill-list .main-pill {
  width: 100%;
  height: 64px;
  padding: 11px;
  text-align: left;
  font-size: 18px;
  font-style: italic;
  background-color: rgba(47, 47, 49, 1);
  margin-bottom: 50px;
  display: flex !important;
  align-items: center !important;
  gap: 17px !important;
  opacity: 0;
  animation: moveMainPill 1s ease forwards;
}

.pill-list .main-pill:nth-child(1) {
  animation-delay: 0s;
}

.pill-list .main-pill:nth-child(2) {
  animation-delay: 0.5s;
}

.pill-list .main-pill:nth-child(3) {
  animation-delay: 1s;
}

@keyframes moveMainPill {
  0% {
    transform: translateX(14%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.pill-list .secondary-pill {
  padding: 10px 18px;
  text-align: center;
  font-size: 29px;
  font-style: normal;
  color: rgba(47, 47, 49, 1);
  background: rgba(8, 220, 114, 1);
  margin-right: 10px;
  opacity: 0;
  animation: moveSecondaryPill 2s ease-in-out forwards;
}

.pill-list .secondary-pill.green-pill {
  background: rgba(8, 220, 114, 1);
}

.pill-list .secondary-pill.yellow-pill {
  background: rgba(252, 231, 33, 1);
}

.pill-list .secondary-pill.red-pill {
  background: rgba(251, 60, 48, 1);
}

.pill-list .secondary-pill:nth-child(1) {
  animation-delay: 0.5s;
}

.pill-list .secondary-pill:nth-child(2) {
  animation-delay: 1s;
}

.pill-list .secondary-pill:nth-child(3) {
  animation-delay: 1.5s;
}

@keyframes moveSecondaryPill {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.pill-text {
  font-size: 29px !important;
  font-weight: bold !important;
  opacity: 0;
  animation: fadeInText 1s ease forwards;
  animation-delay: 2s;
}

.pill-text:nth-child(1) {
  animation-delay: 2s;
}

.pill-text:nth-child(2) {
  animation-delay: 2.5s;
}

.pill-text:nth-child(3) {
  animation-delay: 3s;
}

@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* pill text end INTUITIVE LEARNING*/

/* Accordinations*/
.accordion-item {
  border-radius: 10px;
  background-color: #302e2e;
}

.accordion-button {
  border-radius: 10px;
  background-color: black;
  color: white;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.accordion-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
}

.fa-flag {
  margin-right: 8px;
  font-size: 1.2em;
}

.accordion-text {
  display: inline-block;
}
.accordion-collapse {
  border-radius: 10px;
  background-color: black;
  color: white;
}

.accordion-body {
  background-color: #302e2e;
  color: white;
  padding: 20px;
}

ul.writing-feedback-ratings {
  list-style-type: none;
  padding-left: 0;
}

ul.writing-feedback-ratings li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.bubble {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid;
  background-color: black;
  margin-right: 10px;
  position: relative;
}

.green {
  background-color: green;
}

.light-green {
  background-color: lightgreen;
}

.yellow {
  background-color: yellow;
}

.orange {
  background-color: orange;
}

.red {
  background-color: red;
}

.accordion-button:not(.collapsed) {
  background-color: black;
}

.accordion-header {
  transition: background-color 0.3s ease;
}

.accordion-item .accordion-button:not(.collapsed) {
  background-color: black;
  color: white;
}

.accordion-item .accordion-collapse.show .accordion-header {
  background-color: black;
}

.row-section3 {
  margin-top: -50px; 
  position: relative;
}

.row-section4 {
  margin-top: -105px;
  position: relative;
}

.row.mt-100 {
  transform: translateY(160px);
}

.row.section5 {
  transform: translateY(50px);
}

.row.section5-mob {
  transform: translateY(160px);
}

.row.section6 {
  transform: translateY(90px);
}

.row.section6-mob {
  transform: translateY(230px);
}

.row.section6-mob {
  transform: translateY(250px);
}

.container.section7-mob {
  transform: translateY(270px);
  margin-bottom: 250px;
}

.container.section7 {
  transform: translateY(90px);
}

.container.faq {
  transform: translateY(80px);
}

.row.section6-mob {
  transform: translateY(250px);
}


.container.footer-mob {
  transform: translateY(1090px);
}

.chat-bubble-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-bubble {
  display: flex;
  align-items: flex-start;
  max-width: 70%;
  padding: 10px;
  border-radius: 20px;
  font-size: 16px;
}

.user {
  background-color: #5c9dff;
  align-self: flex-start;
  color: white;
  flex-direction: row;
  gap: 10px;
}

.user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bot {
  background-color: #f0f0f0;
  align-self: flex-end;
  color: #333;
}
/* Accordinations*/

h5.mb-4 {
  margin-bottom: 10px !important;
  font-size: 24px;
}

#footer-wrapper .footer-links a {
  font-size: 12px;
  
}
#faq {
  margin-top: -100px; /* Moves it up */
}
#faq-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 60px 60px 20px 60px;
  margin-top: 10px;
  margin-bottom: 0.1px;
}

#faq-wrapper-mobile {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 60px 60px 20px 60px;
  margin-top: -300px;
  margin-bottom: 0.1px;
}
#faq-wrapper-mobile .card {
  border-radius: 10px;
}

#faq-wrapper-mobile .card-header.collapsed {
  background: white;
  border-radius: 10px;
}

#faq-wrapper-mobile .card-header {
  background: #d9d9d9;
  color: black;
  font-weight: 500;
  padding: 15px;
  cursor: pointer;
}

#faq-wrapper-mobile .card-body {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 10px 30px;
  color: black;
  font-weight: 400;
}

#faq-wrapper-mobile button.btn {
  background: none;
  color: black;
  font-weight: 500;
}


#faq-mob {
  margin-top: 190px; /* Moves it up */
}
#faq-wrapper-mob {
  width: 100%;
 
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 60px 60px 20px 60px;
}

#faq-wrapper .card {
  border-radius: 10px;
}

#faq-wrapper .card-header.collapsed {
  background: white;
  border-radius: 10px;
}

#faq-wrapper .card-header {
  background: #d9d9d9;
  color: black;
  font-weight: 500;
  padding: 15px;
  cursor: pointer;
}

#faq-wrapper .card-body {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 10px 30px;
  color: black;
  font-weight: 400;
}

#faq-wrapper button.btn {
  background: none;
  color: black;
  font-weight: 500;
}


#faq-mob {
  margin-top: 190px; /* Moves it up */
}
#faq-wrapper-mob {
  width: 100%;
 
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 60px 60px 20px 60px;
}


.modal-header {
  border-bottom: none;
}

.modal-header .close {
  padding: 0px 4px;
  background-color: white;
  font-size: 12px;
}

.modal .modal-body.center-all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#academic-intro-wrapper {
  width: 100%;
  height: 100%;
  background: white;
  padding: 80px 40px;
}

#academic-intro-wrapper .container {
  background: url("../images/custom/ielts-tuition-student-academic-page.png")
    right bottom no-repeat;
  background-size: contain;
}

#academic-intro-wrapper ul {
  font-family: Inter;
  font-weight: 700;
  font-size: 55px;
  list-style: none;
  margin-left: -40px;
  padding: 40px 0px;
}

#academic-intro-wrapper ul li {
  padding-top: 15px;
  vertical-align: middle;
}

#academic-intro-wrapper .ending-phrase {
  margin-left: 50px;
  font-size: 50px;
  font-style: italic;
}



#general-intro {
  width: 100%;
  height: 100%;
  background: white;
  padding: 80px 40px;
}

#general-intro .container {
  background: url("../images/custom/ielts-tuition-student-general-page.png")
    right bottom no-repeat;
  background-size: contain;
}

#general-intro ul {
  font-family: Inter;
  font-weight: 700;
  font-size: 55px;
  list-style: none;
  margin-left: -40px;
  padding: 40px 0px;
}

#general-intro ul li {
  padding-top: 15px;
  vertical-align: middle;
}

#general-intro .ending-phrase {
  margin-left: 50px;
  font-size: 50px;
  font-style: italic;
}

#general-intro .red-highlight {
  padding: 10px;
  background: rgba(229, 33, 87, 1);
  color: white;
}

.red-text {
  color: rgba(229, 33, 87, 1);
}

.blue-text {
  color: rgba(4, 127, 255, 1);
}

#whatsapp-banner-wrapper {
    height: 80px;
    background: linear-gradient(
      270deg,
      rgba(1, 159, 237, 1)6%,
      rgb(20, 164, 212)10%,
      rgba(2, 188, 222, 1)20%,
      rgba(2, 188, 222, 1) 20%,
      rgba(3, 198, 203, 1) 30%,
      rgba(0, 207, 184, 1) 40%,
      rgba(33, 216, 167, 1) 120%,
      
      rgba(1, 123, 228, 0.5) 60%,
      rgba(0, 140, 232, 0.5) 70%,
      rgba(1, 159, 237, 0.5) 80%,
      rgba(0, 177, 236, 0.5) 90%,
      rgba(2, 188, 222, 0.5) 100%,
      rgba(3, 198, 203, 0.5) 110%,
      rgba(0, 207, 184, 0.5) 120%,
      rgba(0, 0, 0, 0.5) 130%
    );
  }
  

#whatsapp-banner-wrapper span {
  color: #232827;
  text-align: center;
  text-shadow: 0px 2px 25px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}

#whatsapp-banner-wrapper.red {
  background: linear-gradient(
    90deg,
    rgba(251, 164, 57, 0.5) 0%,
    rgba(247, 63, 56, 0.5) 100%
  );
}

.btn-no-bg {
  background: none !important;
}

.btn-no-bg-mobile {
  background-color: transparent;
  border: 1px solid black;
  color: black;
  transition: background-color 0.3s, color 0.3s;
}

.btn-no-bg-mobile:hover {
  background-color: black;
  color: white;
}

.text-center-What {
  display: inline;
  font-weight: bold;
  text-align: center;
}

.btn-black-bg {
  background: black !important;
  color: white;
  border: none; 
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-black-bg:hover {
  background-color: transparent !important;
  color: black !important;
  border: 1px solid black !important;
}


#product-details-mob {
  margin-top: -110px; /* Moves the section 110px upwards */
  height: 1000px;
  margin-left: -17px;  /* Adjust this value to your desired height */
}

.whatsapp-link-holder-mobile {
  display: none;
}
#product-details-wrapper-mob {
  width:100%;
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 60px 60px 40px 60px;
}

.container.mobile-only {
  width: 100%; /* Adjust the width as per your preference */
  margin-left: 0; /* Ensure it's aligned to the left */
  padding-left: 0; /* Optional: Adjust if you want to remove extra space on the left */
}
#pricing-carousel {
  width: 150%; /* Increased width */
  margin-left: -16%; /* Move the carousel more to the left */
  margin-right: 0; /* Remove any right margin */
}

.carousel-control-prev, .carousel-control-next {
  margin-top: 900px; 
 
}





.scroll-wrapper {
  width: 100%;
  overflow: hidden;
}


.auto-scroll {
  display: flex;
  flex-wrap: nowrap;
  animation: scrollCarousel 20s linear infinite;
}


@keyframes scrollCarousel {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}

.auto-scroll {
  animation: scrollCarousel 20s linear infinite;
}









#product-details-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 60px 60px 40px 60px;
}

.product-details-box {
  width: 95%;
  height: 100%;
  background: white;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  padding: 40px;
  position: relative;
}

.product-details-box.premium.inverse {
  color: rgb(0, 0, 0) !important;
  padding: 2px 2px;
}

.product-details-box.premium.inverse .product-details-box-inner {
  background: linear-gradient(180deg, #e52157 0%, #8b01ac 100%);
  border-radius: 12px;
  padding: 25px;
  height: 100%;
}



.product-details-box.premium.inverse #premium-pack-heading-inverse {
  margin-top: 15px;
}

.product-details-box-inner {
  border-radius: 20px;
}

.product-details-box.premium.academic {
    background: linear-gradient(0deg, #489eb3 0%, #2565f8 100%) !important;
    padding: 0px 0px;
}

.up-arrow-icon {
  display: inline-block;
  cursor: pointer;
}

.up-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid rgb(248, 248, 248); 
  margin: 0 auto;
  transform: rotate(180deg); 
}



.outer-box {
  background: linear-gradient(0deg, #90DEF2 0%, #2565F8 100%) !important;
  border-radius: 32px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 435px;
  height: 1030px;
  box-shadow: 0px 0px 10px rgba(37, 101, 248, 0.8);
}

.outer-box-mob {
  background: linear-gradient(0deg, #90DEF2 0%, #2565F8 100%) !important;
  border-radius: 32px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 431px;
  height: 1030px;
  box-shadow: 0px 0px 10px rgba(37, 101, 248, 0.8);
}

.outer-box-mob-red {
  background: linear-gradient(0deg, #8B01AC 0%, #E52157 100%) !important;
  border-radius: 32px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 431px;
  height: 1030px;
  box-shadow: 0px 0px 8px rgba(139, 1, 172, 0.4), 0px 0px 12px rgba(229, 33, 87, 0.4);
}

.outer-box-red {
  background: linear-gradient(0deg, #8B01AC 0%, #E52157 100%) !important;
  border-radius: 32px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 435px;
  height: 1030px;
  box-shadow: 0px 0px 8px rgba(139, 1, 172, 0.4), 0px 0px 12px rgba(229, 33, 87, 0.4);
}


/* Inner White Box - More Width */
.product-details-box {
  background: white;
  padding: 20px;
  border-radius: 32px;
  text-align: center;
  width: 412px;
  max-width: 500px;
 
  height: 1015px;
}



.white-outline-btn {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  font-size: 16px;


  cursor: pointer;
  border-radius: 25px; /* Adjust the value to control the roundness */
}

.white-outline-btn:hover {
  background-color: white;
  color: #000; /* Changes text to black on hover */
  border-color: #000; /* Changes border to black on hover */
}



/* Increased Gap Between List Items + Blue Color */
.features-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  text-align: left;
}

.features-list li {
  font-size: 18px;
  margin-bottom: 20px;
  color: #2565f8;
}

/* Increased Button Size */
.purchase-btn {
  display: inline-block;
  width: 60%; 
  background: black; /* Initially black */
  color: white;
  text-align: center;
  font-size: 16px; 
  font-weight: bold;
  padding: 12px; 
  border-radius: 22px;
  text-decoration: none;
  margin-top: 43px; 
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
  border: 2px solid black; /* Ensures border is visible on hover */
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.purchase-btn-red {
  display: inline-block;
  width: 60%; 
  background: #8B01AC;
  color: white;
  text-align: center;
  font-size: 16px; 
  font-weight: bold;
  padding: 10px; 
  border-radius: 22px;
  text-decoration: none;
  margin-top: 45px; 
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.purchase-btn-def {
  background: white;
  border: 1.5px black solid;
  border-radius: 50px;
  height: 45px;
  padding: 10px 45px;
  font-weight: 600;
  margin-top: -10px;
  transition: background 0.3s, color 0.3s; 
}

.purchase-btn-def:hover {
  background: black;
  color: white;
}




.purchase-btn:hover {
  background-color: transparent;
  color: black;
  border: 1px solid black;
}


.header-box {
  margin-top: -10px;
 margin-bottom: 10px;
  font-weight: bold;
  color: white; 
  font-size: 20px;
}

.product-title,
.price-label,
.paragraph-holder {
  margin-top: 13px;
}


.product-details-box.premium.academic .product-details-box-inner {
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 25px;
  height: 100%;
}

.product-details-box.premium.academic #premium-pack-heading-inverse {
  margin-top: 15px;
}

.product-details-box #starter-pack-heading {
  font-size: 27.89px;
  font-family: Inter;
  font-weight: 700;
  line-height: 31px;
  word-wrap: break-word;
  color: rgba(8, 220, 114, 1);
  margin-top: 50px;
}

.product-details-box #value-pack-heading {
  font-size: 27.89px;
  font-family: Inter;
  font-weight: 700;
  line-height: 31px;
  word-wrap: break-word;
  color: #7f44f0;
  margin-top: 50px;
}

.product-details-box #premium-pack-heading {
  font-size: 27.89px;
  font-family: Inter;
  font-weight: 700;
  line-height: 31px;
  word-wrap: break-word;
  background: linear-gradient(90deg, #66aef4 0%, #2a6bf7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-details-box #premium-pack-heading-inverse {
  font-size: 27.89px;
  font-family: Inter;
  font-weight: 800;
  line-height: 31px;
  word-wrap: break-word;
  color: rgb(0, 0, 0);
}

p {
  font-family: Inter;
}

.product-details-box p {
  font-weight: 400;
  line-height: 25px;
  font-size: 15.12px;
}

.product-details-box .paragraph-holder {
  min-height: 100px;
  color: rgb(0, 0, 0);
  text-align: left; /* Align text to the left */
  padding-left: 20; /* No extra padding on the left */
  padding-right: 0; /* No extra padding on the right */
  padding-top: 10px; /* Reduce space at the top if needed */
  padding-bottom: 10px; /* Reduce space at the bottom if needed */
  margin-top: 0; /* Remove extra margin at the top */
  margin-bottom: 0; /* Remove extra margin at the bottom */
}


/* Base styles for all features lists */
.product-details-box #starter-pack-features,
.product-details-box #value-pack-features,
.product-details-box #premium-pack-features {
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  list-style: none;
  padding-left: 20px !important;
}

/* Align list items with proper spacing */
.product-details-box #starter-pack-features li,
.product-details-box #value-pack-features li,
.product-details-box #premium-pack-features li {
  display: flex;
  align-items: center;
  gap: 10px; /* Ensures even spacing between icon and text */
  margin-bottom: 8px; /* Adds spacing between list items */
  line-height: 32px;
  letter-spacing: 0.05px;
  word-wrap: break-word;
  padding-left: 5px;
   /* Shifts each item to the right slightly */
}

/* Specific colors for different packs */
.product-details-box #starter-pack-features li {
  color: rgba(8, 220, 114, 1); /* Green for Starter Pack */
}

.product-details-box #value-pack-features li {
  color: #703eee; /* Purple for Value Pack */
}

.product-details-box #premium-pack-features li {
  color: #2a6bf7; /* Blue for Premium Pack */
}

/* Adjust the size of the icons (tick/cross) */
.product-details-box #starter-pack-features img,
.product-details-box #value-pack-features img,
.product-details-box #premium-pack-features img {
  width: 20px; /* Adjust size if necessary */
  height: auto;
}

/* Optional: Remove margin from last list item */
.product-details-box #starter-pack-features li:last-child,
.product-details-box #value-pack-features li:last-child,
.product-details-box #premium-pack-features li:last-child {
  margin-bottom: 0;
}

.product-details-box.premium {
  border: 10px solid white;
  border-top: 50px solid white;
}

.product-details-box.premium.inverse {
  border: 10px solid white;
  border-top: 50px solid white;
}

.product-details-box #value-pack-features li.exempt,
.exempt {
  color: rgba(0, 0, 0, 0.5);
}

.product-details-box .price-holder {
  justify-content: space-evenly;
  align-items: center;
  display: inline-flex;
  width: 100%;
  align-self: flex-end;
}

.product-details-box .pre-price-holder {
  text-align: center;
}

.price-label {
  color: black;
  font-size: 45px;
  font-family: Inter;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: 0.05px;
  word-wrap: break-word;
  text-align: center;
}
.price-label-primiium {
  color: white; 
  font-size: 45px;
  font-family: Inter;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: 0.05px;
  word-wrap: break-word;
  text-align: center;
  text-shadow: 
      -2px -2px 0 black,  
       2px -2px 0 black,  
      -2px  2px 0 black,  
       2px  2px 0 black;

  padding: 5px 10px; 
  border-radius: 5px; 
  background-color: transparent; 
}

.price-label-white {
  color: #22CF70; 
  font-size: 55px;
  font-family: Inter;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: 0.05px;
  word-wrap: break-word;
  text-align: center;
  text-shadow: 
      -2px -2px 0 rgb(255, 255, 255),  
       2px -2px 0 rgb(255, 255, 255),  
      -2px  2px 0 rgb(255, 255, 255),  
       2px  2px 0 rgb(255, 255, 255);

  padding: 5px 10px; 
  border-radius: 5px; 
  background-color: transparent; 
  margin-top: 27px;
}



.product-details-box .price-tagline {
  font-weight: 800;
}

.product-details-box .price-tagline .red {
  color: #ea001b;
}

.product-details-box .price-sub-tagline {
  font-size: 14px;
  font-weight: 800;
}

.product-details-box .btn {
  min-width: 150px;
}

.price-holder-container {
  display: flex;
}

.premium-pack-pass-guarantee-label {
  color: white;
  font-size: 16px;
  font-family: Inter;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 0.05px;
  word-wrap: break-word;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  text-align: center;
}

.product-details-box.premium.academic .premium-pack-pass-guarantee-label {
  color: #000000;
}

.product-details-box.premium.inverse .premium-pack-pass-guarantee-label {
  color: rgba(228, 33, 88, 1);
}

#register-details-wrapper {
  padding: 80px 20px;
}

#register-details #main-col {
  background: linear-gradient(0deg, #232827 0%, #232827 100%);
  border-radius: 25px;
}


#register-details h2 {
  color: white;
  font-size: 28px;
  font-family: Inter;
  font-weight: 400;
  word-wrap: break-word;
}

#register-details h2 span.bold {
  font-weight: 700;
}

.form-control-lg {
  font-size: 16px;
  padding: 0.8rem 1rem;
  color: #626262;
}

.form-control-dark {
  background-color: #f5f5f5;
  border: none;
}

#register-details .custom-control-label {
  color: white;
}

#study-plan-banner-wrapper {
  min-height: 80px;
  background-color: #D6FF01;
  position: relative;
  z-index: 1;
}


#study-plan-banner-wrapper span {
  color: #232827;
  text-align: center;
  text-shadow: 0px 2px 25px rgba(0, 0, 0, 0.25);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}

.study-plan-link-holder-mobile {
  display: none;
}

#study-plan-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #edf2f4 0%, #edf2f4 100%);
  padding: 60px;
}

#study-plan-box {
  background: white;
  border-radius: 25px;
  padding: 40px 60px;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.1);
}

#study-plan-box th,
#study-plan-box td {
  border: none;
  padding: 5px;
}

.blue-italic {
  color: #2871e3;
  font-style: italic;
}

.btn-group {
  background: white;
  border-radius: 12px;
}

.btn-group .btn {
  padding: 12px 20px;
}

.btn-outline-primary {
  color: rgba(29, 29, 31, 1);
}

.btn-group .btn:first {
  border-top-left-radius: 20px;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: rgba(29, 29, 31, 1);
  border-color: rgba(29, 29, 31, 1);
}

.btn-outline-primary {
  border-color: rgba(29, 29, 31, 1);
}

#study-process-modal .modal-content {
  background-color: rgba(228, 33, 88, 1);
  color: white;
}

#master-ielts-modal .modal-content {
  background-color: rgba(4, 127, 255, 1);
  color: white;
}

.modal-xlg {
  max-width: 80%;
}

.form-control.inline {
    display: inline-block;
    width: 200px;
    margin: 0px 10px;
    height: 20px;
    background: white;
    padding: 2px 2px;
}

#true-false-accordion .card, #multiple-choice-accordion .card {
    margin-bottom: 0px;
    background: none;
}

#true-false-accordion .card-header, #multiple-choice-accordion .card-header {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(190, 203, 245) 100%);
  font-weight: 800;
  cursor: pointer;
}

#true-false-accordion .card-header.collapsed, #multiple-choice-accordion .card-header.collapsed {
  background: rgb(255,255,255);
}

#true-false-accordion .card-header button, #multiple-choice-accordion .card-header button {
  text-align: left;
}

#true-false-accordion .card-header button span,
#multiple-choice-accordion .card-header button span {
  font-weight: 600;
}

.draggable-holder {
  height: 40px;
}

.draggable {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(190, 203, 245) 100%);
    text-align: left;
    height: 20px;
    width: fit-content;
    padding: 0px 5px;
    min-width: 50px;
}

.droppable {
    background: white;
    border: 1px solid rgb(190, 203, 245);
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    width: fit-content;
}

.droppable.size-control {
  min-width: 200px;
  height: 20px;
  top: 2px;
  display: inline-block;
}

.droppable .draggable {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.droppable-active {
  background-color: #66aef4;
}

span.droppable_answer {
  position: absolute;
}

#diagram-draggable-input {
  width: 150px;
  cursor: move;
  border: 1px solid black;
}

#draggable-list {
  min-height: 200px;
  margin-top: 40px;
}

#draggable-list .draggable {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

#draggable-list.inline .draggable {
  display: inline-block !important;
  margin-right: 10px;
  position: relative;

}

#diagram-canvas {
  border: 1px solid black;
  min-height: 800px;
  width: 100%;
}

body.enlarged #dashboard-title {
  display: none;
}

/* perfromace image */

@media (max-width: 575.98px) {
  .whatsapp-link-holder-mobile {
    display: block;
    padding: 20px 0px;
  }
}

#exam-platform {
    background-color: #c6d0ea;
    height: 768px;
    border: 1px solid #545454;
}

#exam-platform strong, #exam-platform b {
    font-weight: 800;
}

#exam-platform-topbar {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(135,135,135,1) 50%, rgba(0,0,0,1) 100%);
    color: white;
    padding: 5px 20px;
    height: 5%;
}

#exam-platform-body {
    padding: 10px 25px;
    height: 87%;
    overflow: hidden;
}

#exam-platform-footer {
    height: 8%;
}

.exam-box, .exam-box-header {
    background: white;
    box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.05);
    -webkit-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.05);
    padding: 10px 0px;
    align-content: flex-start;
}

.exam-box.question-box {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,237,240,1) 100%);
    height: 80%;
}

#exam-pagination-box {
    background: rgb(206, 213, 234);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    padding-bottom: 0px;
}

.exam-pagination-box-wrapper {
    padding: 10px;
}

.exam-controls-box {
    padding: 15px;
}

#exam-platform .btn-mini {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(200,200,200,1) 100%);
}

#exam-platform .btn-mini:hover {
    background: rgb(200, 200, 200);
    background: radial-gradient(circle, rgba(204,237,255,1) 0%, rgb(86 195 255) 100%);
}

#exam-platform .btn-mini-text {
    border-radius: 5%;
    height: 35px;
    width: auto;
    font-size: 13px;
    color: black;
    font-weight: 800;
    background: rgb(255, 255, 255);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(200,200,200,1) 100%);
}

#exam-platform .btn-mini-text:hover {
    background: rgb(200, 200, 200);
    background: linear-gradient(rgba(204,237,255,1) 0%, rgb(86 195 255) 100%);
}

#exam-platform-footer {
  overflow: hidden;
}

#exam-platform-footer nav {
    display: inline-block;
}

#exam-platform .cke_top {
    display: none;
}

#exam-platform .cke_top, #exam-platform .cke_bottom {
    display: none;
}

.exam-platform-checkbox-answer-table {
  table-layout: fixed;
}

.exam-platform-checkbox-answer-table td, .exam-platform-checkbox-answer-table th {
    border: 1px solid #505050 !important;
}

.exam-platform-checkbox-answer-table tbody > tr > td, tfoot > tr > td, thead > tr > td {
    padding: 0px;
    height: 20px;
}

.exam-platform-checkbox-answer-table thead > tr > th {
    background-color: #c6d0ea;
    font-weight: bold;
}

.exam-platform-checkbox-answer-table input {
    border: none !important;
}

input[type="radio"].exam-radio {
    -webkit-appearance: initial;
    appearance: initial;
    background: none;
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    cursor: pointer;
}

input[type="radio"].exam-radio:checked {
    background: none;
}

input[type="radio"].exam-radio:checked:after {
    content: "\2714";
    color: #6fc821;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
}

.control-overflow {
    overflow-y: auto;
    height: 100%;
}

#exam-platform.live .control-overflow {
    height: auto;
}

#exam-platform.live.activity .control-overflow {
    height: 100%;
}


#exam-platform.live #exam-platform-reading-exam .control-overflow {
    height: 100%;
}

.exam-platform-checkbox-answer-table td.hover-effect:hover {
    background-color: #c6d0ea;
}

#exam-platform input[type="text"], #exam-platform select {
    border: 1px solid rgb(190, 203, 245);
    margin: 0px;
}

#exam-platform ::placeholder {
    text-align: center; 
    font-weight: 800;
    color: black;
}
  
#exam-platform ::-webkit-input-placeholder {
    text-align: center;
    font-weight: 800;
    color: black;
}
 
#exam-platform :-moz-placeholder {
    text-align: center;  
    font-weight: 800;
    color: black;
}
 
#exam-platform ::-moz-placeholder {
    text-align: center;  
    font-weight: 800;
    color: black;
}   
 
#exam-platform :-ms-input-placeholder {  
    text-align: center; 
    font-weight: 800;
    color: black;
}

.flow-chart-preview p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.2;
}

#exam-platform td {
  padding: 10px;
}

.text-bold {
  font-weight: 800;
}

#exam-pagination-box li.page-item {
  box-shadow: 0px 2px 5px 0px rgba(196, 196, 196, 0.201);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(196, 196, 196, 0.201);
  -moz-box-shadow: 0px 2px 5px 0px rgba(196, 196, 196, 0.201);
}

#exam-pagination-box .pagination-sm .page-link {
  padding: 0px !important;
  padding-top: 2px !important;
}

#exam-pagination-box .page-link {
  width: fit-content;
  min-width: 28px;
  height: 28px;
  text-align: center;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(200, 200, 200, 1) 100%);
  padding: none !important;
  padding-top: 2px !important;
  border-radius: 4px;
  margin-right: 1px;
  cursor: pointer;
}

#exam-pagination-box .page-link.active {
  background: rgb(204,237,255);
  background: linear-gradient(180deg, rgba(204,237,255,1) 0%, rgb(86 195 255) 100%);
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#exam-pagination-box .page-link.passive {
  color: white;
  background: rgb(35, 35, 35);
}

#exam-pagination-box .page-link.active hr {
  border-bottom: 2px solid rgba(239, 239, 239, 0.492);
}

#exam-pagination-box .page-link.passive hr {
  display: none;
}

#exam-pagination-box .page-link:hover {
  background: rgb(204,237,255);
  background: linear-gradient(180deg, rgba(204,237,255,1) 0%, rgb(86 195 255) 100%);
}

#exam-pagination-box hr {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border: 0;
  border-bottom: 2px solid black;
  position: absolute;
  width: 78%;
  left: 4px;
  bottom: 2px;
}

#exam-pagination-box .page-link.review {
  border-radius: 50px !important;
  padding: 0px 2px;
}

#exam-pagination-box .page-link.review hr {
  display: none;
}

#exam-platform ul li, #exam-platform ol li {
  margin-bottom: 2px;
}

#exam-platform ul li, #exam-platform ol li {
  margin-bottom: 2px;
}

.btn-link {
  cursor: pointer;
}

#activity-control-panel #canvas-container {
  border: 2px solid #ccc;
  display: block;
  background-repeat: no-repeat;
  position: relative;
}

#activity-control-panel .input-box {
  border: 1px solid #c6d0ea;
  background: white;
  width: 80px;
  height: 20px;
  position: relative;
}

#activity-control-panel .input-box span {
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.ui-resizable-helper {
  border: 2px dotted #c6d0ea;
}

.ui-icon, .ui-widget-content .ui-icon {
  background: none !important;
}

#exam-platform #canvas-container-preview {
  display: block;
  background-repeat: no-repeat;
  position: relative;
}

#exam-platform .input-box {
  border: 1px solid #c6d0ea;
  background: white;
  position: relative;
}

#canvas-container-preview input {
  position: relative;
  display: block;
}

.mar-no {
  margin: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#exam-platform.live {
  height: 100vh;
  overflow: hidden;
}

#exam-platform.live .container-fluid {
  padding: 0px;
}

#exam-platform.live #exam-platform-topbar {
  height: 35px;
}

#exam-platform.live #exam-platform-body {
  height: 100%;
  margin-top: 45px;
  margin-bottom: 80px;
}

#exam-platform.live #exam-platform-body .exam-box.header-box {
  height: 15%;
}

#exam-platform.live #exam-platform-body .exam-box.question-box {
  height: 85%;
}

#exam-platform.live #exam-platform-full-body {
  padding: 5px 25px;
  overflow: hidden;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 6px;
}

#exam-platform.live #exam-platform-full-body .exam-box {
  height: 95% !important;
}

#exam-platform.live #exam-platform-sound-test #player i {
  color: black;
}

#exam-platform.live #exam-platform-footer {
  height: 80px;
}

#exam-platform.live #exam-platform-footer .row {
  height: 99%;
  background: #c6d0ea;
}

#exam-platform.live .exam-pagination-box-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#exam-platform.live ul.pagination {
  margin-bottom: 0.25rem !important;
}

#exam-platform.live #exam-platform-footer .form-check-label {
  margin-top: 2px;
}

#exam-platform.live #exam-platform-footer .btn-mini {
  padding: 0px;
  font-size: 21px;
}

#exam-platform.live .exam-box {
  color: black;
  padding-bottom: 150px;
}

#exam-platform.live.activity .exam-box {
  padding-bottom: 75px;
}

#exam-platform.live .exam-box .col-12:not(:first-child) {
  margin-top: 20px;
}

#exam-platform.live #player {
	width: 175px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	top: 8px;
  float: right;
}
	
#exam-platform.live #player i {
  position: absolute;
  margin-top: -2px;
  color: white;
}
	
#exam-platform.live #player i.fa-volume-up {
  margin-left: -5px;
  color: white;
}


#exam-platform.live #player #volume {
	position: absolute;
	left: 24px;
	margin: 0 auto;
	height: 10px;
	width: 150px;
	background: #eeeeee;
	border-radius: 15px;
}
	
#exam-platform.live #player .ui-slider-range-min {
  height: 5px;
  width: 150px;
  position: absolute;
  background: #c6d0ea;
  border: none;
  border-radius: 10px;
  outline: none;
}
	
#exam-platform.live #player .ui-slider-handle {
  width: 15px;
  height: 22px;
  border-radius: 7px;
  background: #FFF;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  cursor: pointer;
  outline: none;
}

#exam-platform.live #player .ui-slider-horizontal .ui-slider-handle {
  top: 0px;
}

#exam-platform .btn.btn-exam {
  background: rgb(204,237,255);
  background: linear-gradient(180deg, rgba(204,237,255,1) 0%, rgb(86 195 255) 100%);
}

#exam-platform .btn.btn-exam:hover {
  background: black;
  color: white;
}

/* .ui-draggable-dragging {
  width: 80px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
} */

@media (max-width: 575.98px) { 
    .whatsapp-link-holder-mobile {
        display: block;
        padding: 20px 0px
    }
}

@media (max-width: 400px) {
  #footer-bar-offset .social-media-icons {
    padding: 0px !important;
  }

  #footer-bar-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }

  #footer-wrapper .footer-links {
    margin-top: 20px;
    text-align: right;
  }

  #footer-wrapper .get-in-touch-wrapper {
    margin-bottom: 20px;
  }

  #footer-wrapper .footer-contact-block {
    margin-top: 3rem;
  }

  #footer-wrapper .logo-holder {
    width: 50%;
  }
}


.container-login {
  margin-bottom: 30px; 
}

.card-login {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 95%; 
  max-width: 450px; 
  margin: 0 auto; 
}

.card-header-login {
  background-color: black;
  color: white;
  padding: 20px; 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-size: 24px; 
  font-weight: bold;
}

.card-body-login {
  padding: 30px;
  border-radius: 10px;
}

/* Add outline and improve the input field focus style */
.password-container .form-control,
.container-login .form-control {
  border-radius: 10px;
  padding-right: 40px; /* Ensure space for the eye icon inside the input field */
  outline: none; /* Remove default outline */
  border: 1px solid #ccc; /* Light gray border */
  transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.password-container .form-control:focus,
.container-login .form-control:focus {
  border-color: #007bff; /* Highlight border color on focus */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a shadow effect on focus */
}

/* Styling for the eye icon */
.password-container {
  position: relative;
}

.password-container .eye-icon {
  position: absolute;
  right: 10px;
  top: 70%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
}
a.small {
  color: #007bff; /* Default color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth color transition */
}

/* Change color to blue when hovered */
a.small:hover {
  color: #0056b3; /* Darker blue for hover effect */
  text-decoration: underline; /* Add underline on hover */
}
























/* <!-- accordion --> */

#mock-writing-feedback-accordian .card {
  border-radius: 10px;
}

#mock-writing-feedback-accordian .card-body {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 10px 30px;
  color: black;
  font-weight: 400;
}

.rating-excellent {
  color: #09B915;
}

.rating-good {
  color: #7BB735;
}

.rating-average {
  color: #E8B554;
}

.rating-bad {
  color: #ED6934;
}

.rating-terrible {
  color: #E60707;
}

.talk-bubble {
  display: inline-block;
  position: relative;
height: auto;
background-color: #202124;
  width:100%;
  margin-left: 10px;
  border-radius: 10px;
  padding: 10px 20px;
}

.tri-right.border.left-top:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
  left: -40px;
right: auto;
  top: -8px;
bottom: auto;
border: 32px solid;
border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after{
content: ' ';
position: absolute;
width: 0;
height: 0;
  left: -20px;
right: auto;
  top: 0px;
bottom: auto;
border: 22px solid;
border-color: #202124 transparent transparent transparent;
}

.talktext{
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}

.talktext p{
  color: white;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  font-weight: 400;
}

.talktext-heading {
  color: #53BDEA;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#mock-writing-feedback-accordian .accordion-header {
  color: white;
  background: #000000;
}

#mock-modal .modal-body {
  padding: 40px 80px;
}

#mock-writing-feedback-accordian h2, #mock-speaking-feedback-accordian h2 {
  margin: 0px 0 !important;
}

#mock-writing-feedback-accordian .accordian-header-image, #mock-speaking-feedback-accordian .accordian-header-image {
  width: 30px;
}

.accordion-header {
  border-radius: 10px;
}

#mock-writing-feedback-accordian .accordion-button, #mock-speaking-feedback-accordian .accordion-button {
  background-color: #000000;
  color: white;
  border-radius: 10px;
}

#mock-writing-feedback-accordian h2, #mock-speaking-feedback-accordian h2 {
  font-weight: 600;
}

#mock-writing-feedback-accordian .accordion-button::after, #mock-speaking-feedback-accordian .accordion-button::after {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(10000%) contrast(119%);
}

#mock-writing-feedback-accordian .accordion-item, #mock-speaking-feedback-accordian .accordion-item {
  border: none !important;
  margin-top: 5px;
  background: none !important;
}

#mock-writing-feedback-accordian .accordion-body, #mock-speaking-feedback-accordian .accordion-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 60px;
  background: #292A2D;
}

.writing-feedback-ratings {
  list-style-type:none;
  padding-left: 0px;
}


#mock-writing-feedback-accordian li, #mock-speaking-feedback-accordian li {
  font-size: 14px;
}

#mock-writing-feedback-accordian .chat-icon, #mock-speaking-feedback-accordian .chat-icon {
  width: 80px;
  height: 80px;
}

.writing-feedback-ratings {
  padding-left: 0; 
  list-style-type: none; 
}

.writing-feedback-ratings li {
  text-align: left; 
  font-size: 14px; 
  display: flex; 
  align-items: center;
}

.writing-feedback-ratings i {
  margin-right: 8px; 
}

/* <!-- accordion --> */
















.progress-rounded{
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress-rounded:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #494444;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-rounded > span{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-rounded .progress-rounded-left{
  left: 0;
}
.progress-rounded .progress-rounded-bar{
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-rounded .progress-rounded-left .progress-rounded-bar{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-rounded .progress-rounded-right{
  right: 0;
}
.progress-rounded .progress-rounded-right .progress-rounded-bar{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}


.progress-rounded .progress-rounded-value{
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: none;
  font-size: 24px;
  color: #fff;
  font-size: 30px; /* Increased font size */
  font-weight: bold;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress-rounded.green .progress-rounded-bar{
  border-color: #09B915;
  
}

.progress-rounded.green.load-10 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-10 1s linear forwards;
}

.progress-rounded.green.load-10 .progress-rounded-left .progress-rounded-bar {
  animation: none;
}

.progress-rounded.green.load-20 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-20 1s linear forwards;
}

.progress-rounded.green.load-20 .progress-rounded-left .progress-rounded-bar {
  animation: none;
}

.progress-rounded.green.load-30 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-30 1s linear forwards;
}

.progress-rounded.green.load-30 .progress-rounded-left .progress-rounded-bar {
  animation: none;
}

.progress-rounded.green.load-40 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-40 1s linear forwards;
}

.progress-rounded.green.load-40 .progress-rounded-left .progress-rounded-bar {
  animation: none;
}

.progress-rounded.green.load-50 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-50 1s linear forwards;
}

.progress-rounded.green.load-50 .progress-rounded-left .progress-rounded-bar {
  animation: none;
}

.progress-rounded.green.load-60 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-50 1s linear forwards;
}

.progress-rounded.green.load-60 .progress-rounded-left .progress-rounded-bar {
  animation: loading-1-10 1s linear forwards 1s;
}

.progress-rounded.green.load-70 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-50 1s linear forwards;
}

.progress-rounded.green.load-70 .progress-rounded-left .progress-rounded-bar {
  animation: loading-1-20 1s linear forwards 1s;
}

.progress-rounded.green.load-80 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-50 1s linear forwards;
}

.progress-rounded.green.load-80 .progress-rounded-left .progress-rounded-bar {
  animation: loading-1-30 1s linear forwards 1s;
}

.progress-rounded.green.load-90 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-50 1s linear forwards;
}

.progress-rounded.green.load-90 .progress-rounded-left .progress-rounded-bar {
  animation: loading-1-40 1s linear forwards 1s;
}

.progress-rounded.green.load-100 .progress-rounded-right .progress-rounded-bar {
  animation: loading-1-50 1s linear forwards;
}

.progress-rounded.green.load-100 .progress-rounded-left .progress-rounded-bar {
  animation: loading-1-50 1s linear forwards 1s;
}

.progress-rounded.green .progress-rounded-left .progress-rounded-bar{
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress-rounded-left .progress-rounded-bar{
  animation: loading-3 1s linear forwards 1.8s;
}

.progress-rounded-left .progress-rounded-bar{
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress-rounded-left .progress-rounded-bar{
  animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1-10{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(36deg);
      transform: rotate(36deg);
  }
}

@keyframes loading-1-20{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(72deg);
      transform: rotate(72deg);
  }
}

@keyframes loading-1-30{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(108deg);
      transform: rotate(108deg);
  }
}

@keyframes loading-1-40{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(144deg);
      transform: rotate(144deg);
  }
}

@keyframes loading-1-50{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}

@keyframes loading-1{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}

@keyframes loading-2{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}

@keyframes loading-3{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}

@keyframes loading-4{
  0%{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100%{
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
}

@media only screen and (max-width: 990px){
  .progress-rounded { margin-bottom: 20px; }
}

#mock-modal .modal-body {
  padding: 40px 80px;
}

#mock-writing-feedback-accordian h2, #mock-speaking-feedback-accordian h2 {
  margin: 0px 0 !important;
}

#mock-writing-feedback-accordian .accordian-header-image, #mock-speaking-feedback-accordian .accordian-header-image {
  width: 30px;
}

.accordion-header {
  border-radius: 10px;
}

#mock-writing-feedback-accordian .accordion-button, #mock-speaking-feedback-accordian .accordion-button {
  background-color: #000000;
  color: white;
  border-radius: 10px;
}

#mock-writing-feedback-accordian h2, #mock-speaking-feedback-accordian h2 {
  font-weight: 600;
}

#mock-writing-feedback-accordian .accordion-button::after, #mock-speaking-feedback-accordian .accordion-button::after {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(10000%) contrast(119%);
}

#mock-writing-feedback-accordian .accordion-item, #mock-speaking-feedback-accordian .accordion-item {
  border: none !important;
  margin-top: 5px;
  background: none !important;
}

#mock-writing-feedback-accordian .accordion-body, #mock-speaking-feedback-accordian .accordion-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 60px;
  background: #292A2D;
}

.writing-feedback-ratings {
  list-style-type:none;
  padding-left: 0px;
}


#mock-writing-feedback-accordian li, #mock-speaking-feedback-accordian li {
  font-size: 14px;
}

#mock-writing-feedback-accordian .chat-icon, #mock-speaking-feedback-accordian .chat-icon {
  width: 80px;
  height: 80px;
}

#major-shortcomings-section .list-item{
  margin: 0px 10px;
}

#mock-progress-tracker .progress-tracker-title {
  font-style: normal;
}
.progress-tracker-title {
  text-align: center;
  font-weight: bold;
}
.progress-tracker-content-holder {
  padding: 10px;
}
#mock-progress-tracker .row {
  display: flex;
  flex-wrap: nowrap; /* Prevents stacking */
  gap: 30px; /* Adds spacing between M1 and M3 */
  justify-content: center; /* Ensures side-by-side alignment */
}
.col-2 {
  flex: 0 0 auto; /* Prevents shrinking */
  width: auto; /* Adjust width as needed */
}


.progress-tracker-sections-list {
  list-style-type:none;
  padding-left: 0px;
}

.form-floating>label {
  color: black;
}

#youtube-video-player {
  border-radius: 20px;
}

.btn-link {
  cursor: pointer;
}

.black-rounded-holder {
  background: #000000;
  border-top-left-radius: 35px; 
  border-bottom-left-radius: 35px; 
  border-top-right-radius: 25px; 
  border-bottom-right-radius: 25px; 
  padding: 120px 40px; /* Height increased, width reduced */
  color: white;
  width: auto; /* Adjust width automatically based on content */
  margin-left: 45px; /* Added margin to push the box to the right */
  margin-right: 0; 
  margin-bottom: 20px;
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.widget {
  border-radius: 40px;
  min-height: 500px;
  background-color: white;
  position: relative;
  height: 100%;
}

.big-text {
  color: #232827;
  font-size: 46px;
  font-weight: 900;
  margin: 0 auto;
  display: table;
}

.widget-button {
  display: block;
  position: relative;
  bottom: 45px;
  cursor: pointer;
  float: right;
  right: 20px;
  width: 30px;
  height: 30px;
}

.widget-button:hover {
  opacity: 0.5;
}

.widget-wrapper {
  height: 100%;
}

.widget-wrapper-inner {
  height: 100%;
  padding: 40px 100px;
}

#widget-pack-overlay-box, #widget-upcoming-overlay-box {
  border-radius: 40px;
}

.widget-pack-info, #widget-pack-overlay-box {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(42.67deg, #0173BA 17.28%, #2BCD66 100%);
  width: 100%;
}

.widget-pack-info-text, .widget-upcoming-text {
  color: #6CE1E9;
}

.widget-upcoming, #widget-upcoming-overlay-box {
  background: linear-gradient(42.67deg, #3F429F 21.63%, #1682FE 100%);
}

.widget.mock-listening {
  background: linear-gradient(138.84deg, #92054B 1.06%, #D9172C 100%);
}

.widget.mock-reading {
  background: linear-gradient(138.19deg, #CA2C13 0%, #F68F1F 100%);
}

.widget .big-text {
  font-weight: 600;
}

.widget-black-background {
  background-color: black;
  border-radius: 10px;
}

.widget-wrapper.overlay {
  width: 100%;
}


.widget-perf-sum {
  width: 750px; /* Ensures it takes full width */
  max-width: 900px; /* Adjust as needed */
  height: 450px; /* Increase height as needed */
  min-height: 450px; /* Ensures a minimum height */
  margin-left: -60px; /* Moves it to the left */
  margin-right: auto;
  margin-top: -40px;
  border-top-left-radius: 0; /* Removes left top corner radius */
  border-bottom-left-radius: 0; /* Removes left bottom corner radius */
  border-top-right-radius: 20px; /* Keeps right top corner rounded */
  border-bottom-right-radius: 20px;  /* Ensures it's aligned to the left */
}


@keyframes progressAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progressAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: var(--target-width);
  }
}

.progress-bar {
  width: 0%; /* Start width */
  animation: progressAnimation 2s ease-out forwards; /* Animate width */
}

.progress-bar-listening {
  --target-width: 100%;
  animation-duration: 2s; /* Duration for listening */
  animation-timing-function: ease-out;
}

.progress-bar-reading {
  --target-width: 70%; /* Set target width for reading */
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.progress-bar-writing {
  --target-width: 60%; /* Set target width for writing */
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.progress-bar-speaking {
  --target-width: 65%; /* Set target width for speaking */
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.widget-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 45px;
}

.widget-progress-bars {
  width: 100%;
}

.btn-upgrade {
  background: linear-gradient(93.3deg, #01F701 -1.45%, #1C6B1C 96.13%);
  border-radius: 4px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 50px;
  box-shadow: none;
  border: 1px solid #1C6B1C;
}

.widget-perf-sum{
  background: linear-gradient(253.15deg, #002156 0%, #091C3B 18%, #3B0320 100%);
  min-height: 400px;
}

.widget-perf-sum .widget-wrapper {
  height: 100%;
  padding: 50px 50px;
  color: white;
}

.widget-perf-sum .progress, #widget-mock-listening-overlay-box .progress,  #widget-mock-reading-overlay-box .progress {
  height: 5px;
  margin-bottom: 6px;
}

.widget-perf-sum .progress-bar-listening, #widget-mock-listening-overlay-box .progress-bar-listening {
  background: linear-gradient(90deg, #F81754 59%, #F97956 100%);
}

.widget-perf-sum .progress-bar-reading, #widget-mock-reading-overlay-box .progress-bar-reading  {
  background: linear-gradient(90deg, #F97956 59%, #FCED04 100%);
}

.widget-perf-sum .progress-bar-writing {
  background: linear-gradient(90deg, #04DBFC 46%, #0458FC 100%);
}

.widget-perf-sum .progress-bar-speaking {
  background: linear-gradient(90deg, #BCFD01 53%, #04FCE0 100%);
}

.widget-perf-sum .progress-bar-mocks {
  background: linear-gradient(90deg, #64F579 57%, #04C0FC 100%);
}

.progress-bar-label {
  font-size: 12px;
  color: #F5F5F7;
}

.progress-bar-perc-label-holder {
  margin-top: -9px;
}

.progress-bar-perc-label {
  font-weight: 600;
  font-size: 16px;
}

.widget-perf-sum .progress-bar-perc-label.listening, .study-resource-title.listening, #widget-mock-listening-overlay-box .progress-bar-perc-label.listening {
  color: #F81754;
}

.widget-perf-sum .progress-bar-perc-label.reading, .study-resource-title.reading, #widget-mock-reading-overlay-box .progress-bar-perc-label.reading {
  color: #F97956;
}

.widget-perf-sum .progress-bar-perc-label.writing, .study-resource-title.writing {
  color: #04DBFC;
}

.widget-perf-sum .progress-bar-perc-label.speaking, .study-resource-title.speaking {
  color: #BCFD01;
}

.widget-perf-sum .progress-bar-perc-label.mocks, .study-resource-title.mocks {
  color: #64F57B;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #495057;
  background-color: rgba(217, 217, 217, 0.15);
}

.correct-answer {
  border: 2px solid #28a745 !important;
  background-color: #e6ffed !important;
  color: #155724 !important;
  border-radius: 4px !important;
}

.incorrect-answer {
  border: 2px solid #dc3545 !important;
  background-color: #ffe6e6 !important;
  color: #721c24 !important;
  border-radius: 4px !important;
}

audio#exam-audio {
  height: 20px !important;
  width: 350px !important;
}

#exam-platform.live .question-footer-preview {
  display: inline-block !important;
}

#exam-platform.live .question-footer-preview table {
  width: auto !important;
}

#exam-platform.live .reading-content {
  margin-bottom: 50px;
}

