.journal-solution {
  background-color: #00053D;
  color: white;
}

main {
  overflow-x: hidden;
}

a {
  color: white;
}


.form-btn {
  background: #e0e0e0;
  border: none;
  border-radius: 12px;
  box-shadow: 5px 5px 10px #bebebe,
    -5px -5px 10px #ffffff;
  color: #333;
  padding: 12px 24px;
  font-size: 15px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.form-btn:active {
  box-shadow: inset 5px 5px 10px #bebebe,
    inset -5px -5px 10px #ffffff;
}

main {
  margin-top: 7rem;
}

.text-justify {
  text-align: justify;
}

.sample {
  background-color: rgba(17, 7, 160, 0.715);
  outline: solid thick rgba(17, 7, 160, 0.715);
  border: 3px solid rgb(148, 138, 214);
  color: whitesmoke;
  border-radius: 15px;
  font-size: 1.25em;
  width: 327px;
}

.sample:hover {
  outline: solid whitesmoke;
}

.expert {
  background: #033D38;
  outline: solid thick #033D38;
  border: 3px solid rgb(142, 194, 136);
  color: whitesmoke;
  border-radius: 15px;
  font-size: 1.25em;
  width: 327px;
}

.expert:hover {
  outline: solid white;
}

.thesis-format {
  background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQZcs7Avage-Q8Em5mYCLxnPcZPpxKw-TfjMQ&s');
}

.thesis-list {
  padding-left: 2em;
}

.bg-6step {
  background: radial-gradient(circle, whitesmoke 0%, #D1F8EF 100%);
}

.bg-choose {
  background-color: rgba(21, 24, 181, 0.923);
  background-color: #ACBAC4;
}

::marker {
  color: blue;
}

.Format-anim {
  position: relative;
  width: 50%;
  animation: mymove 5s;
}

@keyframes mymove {
  0% {
    left: -200px;
    opacity: 0;
    z-index: -1;
  }

  40% {
    left: 0px;
    opacity: 1;
    z-index: 1;
  }

  /* from{
    transform: scale(0.7);
  }
  to {transform: scale(1.0);} */
}

.form-color {
  background-color: antiquewhite;
  background-image: url(https://cdn.pixabay.com/photo/2016/11/02/22/53/background-1792968_960_720.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

tr {
  box-shadow: #2F0358;
}

table,
td,
th {
  border: 3px solid #081B59;
  text-align: left;
  padding: 1.5em;
}

th {
  background-color: #081B59;
  color: beige;
}

tr:nth-child(even) {
  background-color: #263B6A;
  color: beige;
}

tr:hover {
  background-color: #081B59;
  color: beige;
}

.question-style {
  border: 5px solid black;
  box-shadow: 2px 2px 10px grey;
  display: flex;
  justify-content: space-between;
  /* gap:12rem; */
  align-items: center;
  cursor: pointer;
  padding: 0.5em;
  border-bottom: 1px solid #ddd;
}

.question-style h4 {
  display: flex;
  justify-content: space-between;
  /* pushes icon to right */
  align-items: center;
  /* vertical alignment */
}

.number-style {
  color: white;
  background-color: #081B59;
  padding: 0.35em;
  margin-right: 8px;
  /* little space after number */
}

.question-style:hover {
  background-color: #081B59;
  color: white;
}

.answer {
  display: none;
  padding: 10px;
  box-shadow: 2px 2px 10px grey;
  border: 5px solid #00053D;
  margin-top: 0px;
  transform: translateY(-20px);
  transform-origin: top center;
  /* transition: transform 5s ease-in-out 5s; */
  animation: answer-anim 1s ease-in-out;
}

@keyframes answer-anim {

  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(-20px);
  }
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.service-support {
  /* background-color: rgba(128, 128, 128, 0.125); */
  background-color: #0a184741;
  color: black;
}

.service-support:hover {
  background-color: #0A1847;
  color: #EBEBEB;
}

.bg-phd {
  background: linear-gradient(60deg, #646adaee 0%, #0c0e37ee 100%);
  color: white;
  outline: #1a2170c6 solid 4px;
  border-radius: 10%;
}

.success-anim {
  transition: transform 2s;
}

.success-anim:hover {
  transform: scale(1.1);
}

.bg-skill {
  background-color: #336AEA;
  background: linear-gradient(130deg, #336aeab1 0%, #24069a 100%);
  color: white;
  outline: #007bff solid 4px;
  border-radius: 10%;
}

.bg-academic {
  background-color: #44B678;
  background: linear-gradient(130deg, #44b677c3 0%, #44B678 100%);
  color: white;
  outline: #44B678 solid 4px;
  border-radius: 10%;
}

.bg-career {
  background-color: #4080b4;
  background: linear-gradient(130deg, #4080b4 0%, #1c1c1c 100%);
  color: white;
  outline: #4080b4 solid 4px;
  border-radius: 10%;
}

.bg-critical {
  background-color: darkkhaki;
  background: linear-gradient(130deg, darkkhaki 0%, #1c1c1c 100%);
  color: white;
  outline: darkkhaki solid 4px;
  border-radius: 10%;
}

.p-height {
  line-height: 2.1;
  text-align: justify;
}

p {
  text-align: justify;
}

.help-list li {
  line-height: 3.5;
}

.Delofe-style {
  color: #1ead14;
  font-size: x-large;
}

.bg-support-color {
  background-color: #F2EFE7;
}

.image-container {
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.image-container img:hover {
  transform: scale(1);
}

.image-container1 {
  overflow: hidden;
}

.image-container1 img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.image-container1 img:hover {
  transform: scale(1.1);
}

.choice {
  /* position: relative; */
  box-shadow: 2px 2px 10px blue;
  animation: example 5s infinite;
}

@keyframes example {
  0% {
    box-shadow: 2px 2px 10px rgb(160, 198, 171);
  }

  25% {
    box-shadow: 2px 2px 10px rgb(190, 144, 7);
  }

  50% {
    box-shadow: 2px 2px 10px blue;
  }

  75% {
    box-shadow: 2px 2px 10px green;
  }

  100% {
    box-shadow: 2px 2px 10px red;
  }
}

.vertical-steps {
  list-style: none;
  padding: 0;
  margin: auto;
  width: 20rem;
}


.vertical-steps li {
  padding: 10px 15px;
  border-left: 5px solid #007bff;
  background: #f8f9fa;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.vertical-steps li:hover {
  box-shadow: 2px 2px 5px blue;
}

@media only screen and (max-width: 352px) {
  .vertical-steps {
    width: 15rem !important;
  }
}

@media only screen and (max-width: 400px) {
  .long-select {
    max-width: 251px !important;
  }
}

@media only screen and (max-width: 700px) {
  .Format-anim {
    width: 100%;
  }

  .vertical-steps {
    width: 18rem;
  }

  .step-style {
    font-size: 2rem !important;
    padding-left: 3.5em !important;
  }

  .long-select {
    /* width: 16rem !important;    */
    height: 40px;
    /* increase height if needed */
  }
}

@media only screen and (max-width: 1200px) {
  .Format-anim {
    width: 80%;
  }

  .vertical-steps {
    width: 17rem;
  }
}

@media only screen and (min-width: 1200px) {
  .thesis-writing-container {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

.neon-button {
  background-color: #333;
  color: #0fa;
  border: 2px solid #0fa;
}

.cadet-blue {
  color: cadetblue
}

.nav-tabs .nav-link {
  /* border: none;         
      border-bottom: 2px solid transparent; */
  color: #333;
  background-color: transparent !important;
}

.nav-tabs .nav-link.active {
  /* border: none; */
  font-weight: 500;
  /* text-decoration: underline; */
  border-bottom: 2px solid blue !important;
}

.long-select {
  min-width: 100%;
  /* increase width */
  height: 40px;
  /* increase height if needed */
  border-radius: 5px;
}

.bg-thesis {
  background-color: #EBF4F6;
}

.bg-thesis-Heading {
  background-color: #0C2B4E;
  text-align: center;
}

.choose-style {
  background-color: whitesmoke;
  border-radius: 2rem;
  border: 2px solid #2563EB;
  box-shadow: 2px 2px 25px lightcyan inset;
}

/* ===== CTA CONSULTATION BUTTON ===== */
.cta-button {
  background: linear-gradient(135deg, #2563EB 0%, #1e40af 100%);
  color: white;
  border: 2px solid transparent;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  display: block;
  margin: 2rem auto;
  text-align: center;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);
  transition: left 0.4s ease;
  border-radius: 50px;
  z-index: -1;
}

.cta-button:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
  animation: pulse-glow 1.5s ease-in-out infinite;
}

.cta-button:active {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.4);
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.5);
  }

  50% {
    box-shadow: 0 20px 60px rgba(37, 99, 235, 0.7), 0 0 20px rgba(37, 99, 235, 0.8);
  }

  100% {
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.5);
  }
}

@media (max-width: 768px) {
  .cta-button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}

.whatsapp-btn {
  background: #25D366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: pulse-a 2s infinite;
}

.whatsapp-btn img {
  width: 30px;
}

@keyframes pulse-a {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  100% {
    transform: scale(1);
  }
}