.mock-pro-hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff0e6;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.hero-content {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  width: 100%;
  gap: 50px;
}

/* Left Side: Text Content */
.text-section {
  flex: 1;
  max-width: 50%;
}

.text-section h1 {
  font-size: 80px;
  font-weight: 600;
  color: #000;
  line-height: 90px;
  margin-top: 30px;
}

.underline {
  margin: 20px 0;
}

.text-section p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  width: 350px;
}

/* CTA: Input and Button */
.cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta2{
  display: none;
}

.cta input {
  width: 300px;
  padding: 12px 15px;
  border: 2px solid #ff5a3d;
  border-radius: 25px;
  font-size: 1rem;
  outline: none;
}

.btn-primary {
  background-color: #ff5a3d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #e94e2f;
}

/* Right Side: Image Section */

.image-section {
  position: relative;
  width: 50%;
}

.image {
  position: absolute;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Positioning Images to Overlap */
.img1 {
  left: 15%;
  top: 0;
  width: 45%;
  height: 30%;
}

.img2 {
  top: 0%;
  right: -17%;
  width: 45%;
  height: 40%;
}

.img3 {
  top: 38%;
  right: 10%;
  width: 70%;
  height: 40%;
}

.img4 {
  top: 70%;
  right: 60%;
  width: 50%;
  height: 30%;
}

.img5 {
  top: 50%;
  right: -17%;
  width: 20%;
  height: 20%;
}

.img {
  width: 100%;
  height: 100%;
}
/* Trusted By Section */
.trusted-by-section {
  text-align: center;
  padding: 40px 0;
}

.trusted-by-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

/* Brand Logos */
.brands {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 30px;
  color: #a6a6a6;
  font-weight: 600;
}

.brand img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: grayscale(100%);
}

/* Solution Section */
.solution-section {
  padding: 30px 0;
  background: linear-gradient(to right, #ffffff, #fffaf6);
}

.solution-section h2 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

/* Cards Container */
.solutions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

/* Individual Card */
.solution-card {
  background: #ffffff;
  padding: 70px 30px;
  padding-top: 0px;
  width: 30%;
  transition: transform 0.3s ease;
  @media (max-width: 768px) {
    width: 45%;
  }
  @media (max-width: 480px) {
    width: 100%;
  }
}

.solution-card:hover {
  transform: translateY(-5px);
}

/* Image Wrapper */
.image-wrapper {
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-bottom: 20px;
}

/* Circular Background */
.circle {
  position: absolute;
  width: 100px;
  height: 100px;

  border-radius: 50%;
}

.high-stakes {
  background-color: #ebf4ff;
}

.exam-preparation {
  background-color: #fcf6ef;
}

.online-courses {
  background-color: #fff6f5;
}

.image-wrapper img {
  position: relative;
  width: 130px;
  left: 30px;
  z-index: 1;
}

/* Text Styles */
.solution-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-align: start;
}

.solution-card p {
  font-size: 18px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: start;
}

/* Explore More Link */
.explore-link {
  font-size: 1rem;
  font-weight: 600;
  color: #ff5a3d;
  text-decoration: none;
  transition: 0.3s;
}

.explore-link:hover {
  text-decoration: underline;
}

/* Success Section */
.success-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: linear-gradient(to right, #fffaf6, #ffffff);
}

.success-section-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: linear-gradient(to right, #ffffff, #fffaf6);
}

/* Layout for Content */
.success-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  gap: 50px;
}

.success-content-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  gap: 70px;
  flex-direction: row-reverse;
}

/* Left Side: Image Section */
.success-image-container {
  position: relative;
  width: 45%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Placeholder Image Blocks */
.success-image {
  position: absolute;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* width: 50%; */
}

/* Overlapping Images */
.success-img1 {
  top: 0;
  right: 0%;
  width: 80%;
  height: 70%;
}

.success-img2 {
  top: 60%;
  left: -10%;
  width: 60%;
  height: 60%;
}

.success-img3 {
  bottom: -30%;
  right: 0%;
  width: 40%;
  height: 40%;
}
.success-img {
  width: 100%;
  height: 100%;
}
/* Right Side: Text Section */
.success-text-section {
  width: 50%;
}

.success-text-section h2 {
  font-size: 39px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.success-text-section p {
  font-size: 18px;
  color: #555;
  font-weight: 400;
  width: 90%;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Try Free Trial Button */
.btn-primary {
  background-color: #ff5a3d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #e94e2f;
}

/* Video Section */
.video-section {
  text-align: center;
  padding: 60px 0;
  background: #ffffff;
}

.video-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.video-section p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}

.explore-link {
  font-size: 1rem;
  font-weight: 600;
  color: #ff5a3d;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
}

.explore-link:hover {
  text-decoration: underline;
}

/* Video Wrapper */
.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* Video Element */
.video-thumbnail video {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Play Button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 90, 61, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.play-button:hover {
  background-color: rgba(255, 90, 61, 1);
}

.play-button span {
  color: white;
  font-size: 30px;
}

/* Center Profile */
.center-client {
  position: absolute;
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}

/* Testimonial Card */
.testimonial-card {
  background: white;

  padding: 20px;
  margin: 40px auto 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}

/* Testimonial Section */
.testimonial-section {
  text-align: center;
  padding: 0;
  background: #ffffff;
}

/* Trusted Clients Text */
.trusted {
  font-size: 1rem;
  color: #555;
  font-weight: 500;
  margin-bottom: 10px;
}

.stars {
  color: #ff5a3d;
  font-weight: 700;
}

/* Title Styling */
.testimonial-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.testimonial-section h2 span {
  color: #ff5a3d;
}

.world-map {
  background: url("images/world-map.png") no-repeat center center;
  width: 100%;
  height: auto;
  position: relative;
}

/* World Map Background */
.testimonial-map {
  width: 100%;
  max-width: 800px;
  height: 700px;
  margin: 0 auto;
  background-size: contain;
}

/* Client Profile Placeholders */
.client {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #ffb7a1;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.client img {
  width: 70px;
  height: 70px;
  /* background: #ffb7a1; */
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* Positioning Client Images */
.client1 {
  top: 15%;
  left: 25%;
}

.client2 {
  top: 30%;
  right: 15%;
}

.client3 {
  top: 40%;
  left: 20%;
}

.client4 {
  bottom: 25%;
  right: 10%;
}

/* Center Profile */
.center-client {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #ff5a3d;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Circular Connection Lines */

.center-client-image {
  width: 70px;
  height: 70px;
  background: #ffb7a1;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  mix-blend-mode: multiply;
}
.center-circle {
  position: absolute;
  border: 4px solid rgba(255, 90, 61, 0.4);
  border-radius: 50%;
  width: 350px;
  height: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Testimonial Card */
.testimonial-card {
  position: absolute;
  inset: 0;
  top: 40%;
  margin: auto;
  background: white;
  width: 80%;
  max-width: 600px;
  padding: 20px;
  height: 150px;
  /* margin: 40px auto 0; */
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #ffffff;
  position: absolute;
  left: 46%;
  bottom: 90%;
}

.testimonial-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.testimonial-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}

.designation {
  font-size: 0.9rem;
  color: #888;
}

/* Footer Section */
.footer-section {
  background: #0d1117;
  color: white;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Footer Content */
.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
}

/* Left Side */
.footer-left {
  max-width: 50%;
}

.footer-left h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #ffffff;
}

.footer-left p {
  font-size: 18;
  font-weight: 500;
  line-height: 30px;
  color: #a6a6a6;
}
.footer-left div svg {
  height: 300px;
  width: 100%;
}

blockquote {
  font-size: 1rem;
  font-style: italic;
  color: #ccc;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid #ff5a3d;
}

cite {
  font-size: 1rem;
  font-weight: 600;
  color: white;
}

/* Profile Section */
.profile-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.profile {
  width: 40px;
  height: 40px;
  background: #1c1f26;
  border-radius: 50%;
}

/* Play Button */
.footer-play-button {
  width: 40px;
  height: 40px;
  background: #ff5a3d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-button span {
  color: white;
  font-size: 20px;
}

/* Right Side Form */
.footer-form {
  background: #161b22;
  padding: 30px;
  border-radius: 10px;
  width: 40%;
}

.get-started-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-form h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}

.footer-form label {
  display: block;
  margin-bottom: 5px;
  color: #ccc;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #1c1f26;
  color: white;
}

.footer-form textarea {
  height: 80px;
  resize: none;
}

.submit-btn-primary {
  width: 100%;
  padding: 12px;
  background: #ff4005;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
}

.small-text {
  text-align: end;
  margin-top: 10px;
  color: #ccc;
}

.small-text a {
  color: #ff4005;
  text-decoration: none;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #333;
}

/* Footer Logo */
.footer-logo h3 {
  font-size: 1.5rem;
  color: white;
}

.footer-logo p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 10px;
}

/* Subscribe Input */
.subscribe {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #a6a6a6;
  border-radius: 25px;
  padding: 4px;
}

.social-box {
  display: flex;
  gap: 20px;
}

.subscribe input {
  padding: 10px;
  width: 250px;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: white;
}

.subscribe-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ff4005;
}

/* Footer Links */
.footer-links {
  display: flex;
  gap: 50px;
}

.link-column h4 {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 10px;
}

.link-column ul {
  list-style: none;
  padding: 0;
}

.link-column ul li {
  margin-bottom: 5px;
}

.link-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.link-column ul li a:hover {
  color: white;
}

.info-list a:hover {
  color: #dee3e8;
}

.list a:hover {
  color: #dee3e8;
}

.social-box a:hover {
  color: #dee3e8;
}

.footer-end {
  position: relative;
  padding: 0px;
  border-top: 1px solid #dee3e8;
}

.footer-end .copyright {
  position: relative;
  opacity: 0.8;
  font-size: 16px;
  color: #dee3e8;
}

.footer-end .copyright a {
  color: #13171d;
}

.footer-end .nav-column ul {
  display: flex;
  gap: 20px;
  justify-content: end;
}

.footer-end .nav-column li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
}

.footer-end .nav-column li a {
  position: relative;
  opacity: 0.8;
  color: #e0e0e0d5;
  font-size: 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-end-nav li a:hover {
  opacity: 1;
  color: #13171d;
}

@media (max-width: 1024px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .text-section {
    max-width: 100%;
    text-align: center;
  }
  .underline svg {
    width: 100%;
  }

  .image-section {
    width: 80%;
    max-width: 500px;
    height: 400px;
  }
  .success-content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .success-content-2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  .success-image-container {
    width: 100%;
    height: 300px;
    /* margin: 0 auto; */
    max-width: 500px;
  }
  .success-img2 {
    /* top: 0; */
    left: 0;
  }
  .success-text-section {
    width: 100%;
    text-align: center;
  }

  .success-text-section p {
    width: 100%;
    text-align: center;
  }
  .client1 {
    top: 20%;
    left: 10%;
  }
  .client2 {
    top: 25%;
    right: 10%;
  }
  .client3 {
    top: 40%;
    left: 0%;
  }
  .client4 {
    top: 50%;
    right: 0%;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .footer-left {
    max-width: 100%;
    text-align: center;
  }
  .footer-form {
    width: 100%;
  }
  .footer-bottom {
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
  }
  .footer-column {
    text-align: center;
  }
  .social-box {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .mock-pro-hero-section{
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .text-section h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .text-section p {
    width: unset;
  }
  .cta{
    display: none;
  }
  .cta2 {
    display: flex;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    
  }
  .cta2 input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ff5a3d;
    border-radius: 25px;
    font-size: 1rem;
    outline: none;
    text-align: center;
  }
  .image-section {
    height: 350px;
  }
  .img1 {
    left: 0%;
    top: 0;
    width: 45%;
    height: 30%;
  }
  
  .img2 {
    top: 0%;
    right: -7%;
    width: 45%;
    height: 40%;
  }
  
  .img3 {
    top: 38%;
    right: 20%;
    width: 70%;
    height: 40%;
  }
  
  .img4 {
    top: 70%;
    right: 60%;
    width: 50%;
    height: 30%;
  }
  
  .img5 {
    top: 50%;
    right: -7%;
    width: 20%;
    height: 20%;
  }
  .testimonial-card {
    width: unset;
    height: 150px;
    padding: 10px;
    top: 48%;
  }
  .copyright{
    text-align: center;
  }
  .nav-column ul{
    justify-content: center !important;
    align-items: center;
  }
}
@media (max-width: 380px) {
  .image-section {
    height: 300px;
  }
  .testimonial-card {
    width: unset;
    height: 170px;
    padding: 10px;
    top: 48%;
  }
  .success-image-container {
    height: 210px;
  }
}
