* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html,
#root {
  /* background-color: rgb(16, 34, 16); */
  min-height: 100%; /* Allow content to expand */
  width: 100%;
  font-size: 16px;
  background: rgb(15, 34, 29);
  color: white;
  box-sizing: border-box;
}

@font-face {
  font-family: "NeueMachina";
  src: url("../fonts/NeueMachina-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

ul {
  padding: 20px;
  font-size: 20px;
  margin-left: 1.5rem;
}

#adverse {
  width: 80%;
  height: 100px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  margin: auto;
  margin-top: 25px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#description {
  font-size: 3rem;
}
#descList {
  padding: 2rem;
}

main {
  /* background: rgb(161, 94, 161); */
  color: white;
  font-family: "NeueMachina", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: fit-content; */
  text-align: center;
  padding: 20px;
  width: 60vw;
  margin: 10px auto;
  margin-top: -50px;
  /* text-transform: lowercase; */
}
/* h1 {
  font-size: 6rem !important;
  font-weight: 300;
  line-height: 1.2;
} */

#companyInfo {
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 100px;
}

.costInfo {
  width: 18rem;
  height: 60vh;
  background: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#cost-section {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
#mockInterview {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
  gap: 20px;
  justify-content: space-evenly;
  align-items: center;
}

/* footer section */

.footer-modern {
  background: linear-gradient(135deg, #1e1e2f, #12121b);
  color: #eee;
  padding: 50px 20px 20px;
  font-family: "Segoe UI", sans-serif;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-col {
  flex: 1 1 250px;
}

.footer-col h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f9d342;
}

.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 15px;
  line-height: 1.8;
  color: #ccc;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #f9d342;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 5px;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa;
}

iframe {
  border-radius: 20px;
}
.mockTest {
  font-size: 4rem;
  margin: 40px auto;
  text-align: center;
}

#companies {
  width: 80%;
  margin: auto;
  margin-bottom: 20px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.compName {
  margin-top: 10px;
}
.costdet {
  color: black;
  font-size: 1rem;
  font-family: "NeueMachina";
  align-self: center;
}
#comSection {
  text-align: center;
  height: fit-content;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  margin-top: 10px;
  border: 5px solid white;
  width: 90%;
  margin: auto;
  border-radius: 10px;
}
#priceTag {
  width: 80%;
  margin: auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  /* gap: 10px; */
}
.highlightText {
  /* width: 90vw; */
  margin: 1rem auto;
  font-size: 2.5rem;
  font-family: "Times New Roman", Times, serif;
  /* height: 100px; */
  padding: 10px;
  color: white;
  line-height: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #519396; */
  /* border-radius: 20px; */
  /* margin-bottom: 1rem; */
}

#priceTag .packagePrice {
  width: 30rem;
  height: 65vh;
  font-size: 2rem;
  font-weight: bold;
  background: white;
  border-radius: 10px;
  color: rgb(32, 30, 30);
  text-align: left;
  font-family: "Arial Narrow Bold", sans-serif, Helvetica, sans-serif;
  margin: 10px;
  /* font-weight: 545; */
  /* padding: 10px; */
  box-shadow: 0 0 5px 5px blue, 0 0 2px 2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#ytvideo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  /* aspect-ratio: 16/9; */
  width: 100%;
}

#ytvideo iframe {
  position: relative;
  aspect-ratio: 16/9;
}

.blue-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
}

.blue-button:hover {
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.5);
  transform: translateY(-2px);
}

.blue-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.4);
}

#comSection {
  text-align: center;
  padding: 3rem 1rem;
  background: #f9f9f9
    url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  border: 5px solid #fff;
  border-radius: 15px;
  width: 90%;
  margin: 3rem auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.highlightText {
  font-size: 2rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 600;
}

#companies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

#companies img {
  width: 120px;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

#companies img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #companies {
    gap: 1.5rem;
  }

  #companies img {
    width: 90px;
  }

  .highlightText {
    font-size: 1.5rem;
  }
}
