@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Global Styles */
* {
  font-family: 'Montserrat';
}

body {
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Eligibility Section */
.eligibility-section {
  color: #fff;
}

.eligibility-section .container {
  background-image: url("../images/gradient.webp");
  background-repeat: no-repeat;
  padding: 4rem 100px 0px 100px !important;
  background-size: contain;
}

.why-choose-us h2#whyChooseUsTitle {
  font-size: 40px;
  line-height: 48px;
  color: #1E1E1E;
}
.why-choose-us p.subtitle.subheadings {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
}
.why-choose-us h3#whoWeAreTitle,
.why-choose-us h3#whoWeArentTitle {
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 2rem;
  color: #1E1E1E;
}
.container {
  padding: 0px 35px 50px 35px;
  max-width: 1920px;
  margin: 0 auto;
}


.container h2 {
  font-size: 40px;
}

/* Quiz Intro */
.quiz-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.quiz-text {
  flex: 1;
  min-width: 280px;
  /* padding-right: 2rem; */
  padding-left: 100px;
  text-align: center;
}


.quiz-text h2 {
  font-family: "Montserrat", sans-serif;
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  line-height: 48px;
}


.quiz-text p {
  font-family: "Montserrat", sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  text-align: left;
}

.quiz-button {
  background-color: #17A2B8;
  color: white;
  padding: 12px 55px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  float: left;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

.quiz-button:hover {
  background-color: #17A2B8 !important;
  color: white !important;
}

.quiz-image {
  flex: 1;
  text-align: center;
}

.quiz-image img {
  max-width: 100%;
  height: auto;
}

.card1 {
  max-width: 565px;
}

.card2 {
  max-width: 550px;
}

/* Services Section */
.services-section {
  text-align: left;
  color: #1E1E1E;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 130px 40px 130px;
}

@media(max-width:1600px) {
  .services-section {
     padding: 50px 80px 40px 80px;
}
}
@media(max-width:1200px) {
  .services-section {
    padding: 50px 40px 40px 40px;
}
}
@media(max-width:600px) {
  .services-section {
    padding: 50px 20px;
}
}
.services-section h1 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 40px;
  margin-bottom: 0.5rem;
  line-height: 48px;
  color: #000;
}

.service-description {
  margin-bottom: 45px !important;
  color: #000;
}

.services-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.service-card {
  border-radius: 6px;
  overflow: hidden;
  background-color: #4a90e2;
  padding: 2px;
}


.service-card img {
  width: 100%;
  height: 403px;
  /* border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #4A90E2; */
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
}

.card-content {
  padding: 1rem 10px;
  text-align: left;
  background-color: #4a90e2;
}

.card-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: white;
  line-height: 24px;
}

.card-content p {
  font-size: 0.95rem;
  color: white;
}

/* Why Choose Us */
.why-choose-us {
  background: #fff;
  padding: 44px 0px;
  max-width: 1920px;
  margin: 0 auto;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.text-left {
  flex: 1;
  min-width: 280px;
}

.text-left h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
}

.text-left p {
  margin: 10px 0 20px;
  color: #333;
}

.learn-more {
  text-align: center;
  margin-top: 3rem;
}

.learn-more a.button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
  height: 48px;
}
.tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas {
  fill: #00b67a !important;
}

.feature-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 16px;
  min-width: 320px;
  max-width: 480px;
}

.feature-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 16px;
}

.feature-box h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.feature-box p {
  margin: 0;
  font-size: 15px;
  color: #444;
}

/* Trustpilot Section */
.trustpilot-section {
  background-color: #f9f9fa;
  padding: 2rem 14rem;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.trustpilot-section h2 {
  font-size: 2rem;
  color: #1e4b8b;
  margin-bottom: 1rem;
}

.trustpilot-widget {
  margin-top: 1.5rem;
  max-width: 100%;
  overflow-x: auto;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Recent Blogs */
.recent-blogs {
  /* padding: 2rem 1rem; */
  color: #fff;
}

.recent-blogs .container {
  background-color: #114c8d;

}

.recent-blogs h2 {
  line-height: 28px;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

.blog-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13rem;
  flex-wrap: wrap;
  padding-top: 52px;
}

.blog-card {
  max-width: 450px;
  width: 100%;
  background-color: transparent;
  text-align: left;
}

.blog-card-2 {
  padding-top: 1.5rem;
}

.blog-link {
  color: #fff;
  text-decoration: none;
}

.blog-img {
  width: 100%;
  height: auto;
  /* border-radius: 4px; */
}

.blog-title {
  margin-top: 0.5rem;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}
h3#blog2-title {
  font-size: 32px;
  line-height: 40px;
}
/* Signup Section */
.signup {
  background-color: white;
  justify-content: center;
}

.signup-section {
  font-family: "Montserrat", sans-serif;
  padding: 52px;
  background-color: #fff;
  text-align: center;
}

.signup-description {
  padding: 20px 0px 35px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

.signup-section h2 {
  font-size: 40px;
  line-height: 48px;
  color: #1E1E1E;
}

.signup-form {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  margin: auto;
  text-align: left;
}

.signup-form label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1E1E1E;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 07px;
}

.signup-form input[type="email"] {
  padding: 0.75rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Base button styles for all buttons & button-like links */
body button,
body a.button,
body a[class*="btn"],
body a[class*="button"] {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

/* Hover style */
body button:hover,
body a.button:hover,
body a[class*="btn"]:hover,
body a[class*="button"]:hover {
  /* background-color: #1e3a8a; */
  /* deep blue */
  /* color: #fff; */
  /* transform: translateY(-2px); */
  /* subtle lift */
  cursor: pointer;
}

/* Keep focus visible for accessibility
body button:focus,
body a.button:focus,
body a[class*="btn"]:focus,
body a[class*="button"]:focus {
  outline: 2px solid #1e3a8a;
  outline-offset: 2px;
} */

.small-note {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #555;
  margin-bottom: 44px;
  text-align: left;
}

.subscribe-btn {
  padding: 0.60rem 4rem;
  background-color: #17a2b8;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  line-height: 24px;
  max-width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/* .subscribe-btn:hover,
.quiz-btn:hover {
  outline: 3px solid #005f6b;
  outline-offset: 2px;
  background-color: #006670;
} */

/* CTA Section */
.cta-section {
  /* padding: 2rem; */
  color: white;
  text-align: center;
}

.cta-section .container {
  background-color: #159ab2;
  padding: 35px 35px 30px 35px;

}

.cta-section h2 {
  line-height: 2;
}

.cta-section h2,
.cta-section p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0.5rem 0;
  font-size: 40px;
  line-height: 40px;
}
.cta-section p {
  margin-top: 30px;
  margin-bottom: 20px;
}
.quiz-btn {
  display: inline-block;
  margin-top: 06px;
  padding: 0.55rem 3.50rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #1e4b8b;
  color: white;
  font-size: 36px;
  border-radius: 6px;
  text-decoration: none;
  /* margin-bottom: 10px; */
}

.quiz-btn:focus,
.subscribe-btn:focus {
  outline: 3px solid #005f6b;
  outline-offset: 2px;
  background-color: #006670;
}

/* Columns Section */
h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.subtitle {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 16px;
  padding-top: 15px;
  color: #555;
}

.columns {
  display: flex;
  gap: 60px;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.column {
  min-width: 280px;
}

.column h3 {
  padding-left: 30px;
  font-size: 36px;
  margin-bottom: 1rem;
}

.column ul {
  list-style: none;
  padding: 0;
}
.why-choose-us > .container{
  padding-bottom: 0px;
}
.column li {
  color: #1e1e1e;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: start;
}

.check {
  color: green;
  font-weight: bold;
  margin-right: 0.5rem;
}

.cross {
  color: red;
  font-weight: bold;
  margin-right: 0.5rem;
}

/* Trusted Support */
.trusted-support {
  display: flex;
  /* flex-wrap: wrap; */
  border: 1px solid #0000001A;
  align-items: center;
  justify-content: center;
  width: 520px;
  gap: 1rem;
  margin: 0 auto;
  border-radius: 6px;
  padding: 1rem;
  margin-top: 50px;
  /* max-width: 500px; */
  /* background-color: #f9f9f9;  */
}

.trusted-support img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.trusted-support h3 {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #1E1E1E;

}

.trusted-support p {
  margin: 0.50rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}

  .trusted-support-paragraph{
    max-width: 410px;
  }

/* Button */
.button {
  background-color: #17A2B8;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 0.75rem 3.45rem;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 1rem;
}

@media (max-width:1500px) {
  .eligibility-section .container {
    padding: 4rem 80px 0px 80px !important;
  }

  /* .services-section {
    padding: 50px 80px 40px 80px;
  } */

  .quiz-image img {
    padding-left: 60px;
  }

  .quiz-text {
    padding-left: 80px;
  }
}

@media (max-width:1387px) {
  .headings {
    font-size: 35px !important;
    line-height: 40px !important;
    
  }
}

@media (max-width:1251px) {
  .headings {
    font-size: 28px !important;
  }

  .subheadings {
    font-size: 16px !important;
  }

  .card1 {
    max-width: 420px;
  }

  .service-card img {
    height: 260px;
  }

  .quiz-image img {
    padding-left: 0px;
  }

  .blog-title {
    font-size: 30px;
  }

}

@media (max-width:1045px) {
  .service-card img {
    height: 230px;
  }
}

@media (max-width:900px) {
  .eligibility-section .container {
    padding: 4rem 40px 0px 40px !important;
  }
  /* .services-section{
            padding: 50px 40px 40px 40px;
  } */
.column h3{
  font-size: 30px;
}
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .quiz-intro {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: baseline;
  }
  .quiz-text {
    padding-left: 0px !important;
}
}
@media (min-width: 769px) and (max-width: 788px) {
  .why-choose-us h3#whoWeAreTitle, .why-choose-us h3#whoWeArentTitle {
    padding-left: 0px;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
  .quiz-text h2 {
    font-family: "Montserrat", sans-serif;
    color: #1E1E1E;
    font-size: 30px !important;
    font-weight: 700;
    text-align: left;
    line-height: 48px !important;
}
}
@media (max-width: 768px) {
  .columns{
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
  }

  .blog-title {
    font-size: 30px;
  }

  .card2 {
    max-width: 415px;
  }

  .quiz-text {
    padding-right: 0;
  }

  .quiz-text h2 {
    font-size: 1.75rem;
  }

  .quiz-button {
    /* width: 100%; */
    max-width: 100%;
  }

  .quiz-image {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }

  .quiz-image img {
    max-width: 100%;
    margin-top: 0;
  }
  .why-choose-us, .why-choose-us > .container{
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }

  .trustpilot-section {
    padding: 2rem 1rem;
  }

  .blog-grid {
    gap: 2rem;
  }

  .columns {
    gap: 2rem;
  }

  .trustpilot-widget {
    height: auto !important;
  }
}

@media (max-width:429px){
  .why-choose-us h3#whoWeAreTitle, .why-choose-us h3#whoWeArentTitle {
    font-size: 28px;
}
}

@media (max-width:616px){
  .service-card img{
    height: 200px ;
  }
  .trusted-support{
    width: 100%;
  }
  
  .quiz-text h2{
    line-height: 35px !important;
  }
}

@media(max-width:525px){
    .small-note {
    padding-right: 220px;
  }
  .signup-form{
    align-items: normal;
  }
}

@media (max-width:485px) {
  .signup-form label {
    padding-right: 368px;
  }
  .quiz-text{
    padding-left: 0px ;
  }

  .trusted-support{
    max-width: 100% !important;
  }
    .small-note {
    padding-right: 160px;
  }

}

@media (max-width:425px) {

  .service-card img {
    height: 200px;
  }

  .quiz-image img {
    object-fit: cover;
    height: 405px;
  }

  .services-section h1 {
    text-align: center;
    font-size: 26px;
  }
  .services-section p.service-description.subheadings {
    text-align: center;
}

  .container h2 {
    font-size: 26px;
  }

  .column h3 {
    font-size: 26px;
    text-align: center;
  }

  .button {
    padding: 0.75rem 2.45rem;
  }

  .blog-title {
    font-size: 26px;
  }

  .signup-section h2 {
    font-size: 26px;
  }

  .signup-form label {
    padding-right: 305px;
  }

  .small-note {
    padding-right: 135px;
  }

  .quiz-btn {
    font-size: 24px;
  }

  .cta-section h2 {
    line-height: 1.5;
  }

  .cta-section h2,
  .cta-section p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0.5rem 0;
    font-size: 26px !important;
  }
}

@media (max-width:400px) {
  .signup-form label {
    padding-right: 288px;
  }

  .small-note {
    padding-right: 100px;
  }
  .cta-section .container{
    padding: 20px;
  }

}

@media (max-width:375px) {
  .quiz-image img {
    height: 375px;
  }


  .signup-form label {
    padding-right: 265px;
  }

  .small-note {
    padding-right: 80px;
  }

}

@media (max-width:350px) {
  .signup-form label {
    padding-right: 200px;
  }

  .small-note {
    padding-right: 40px;
  }

}

@media (max-width:325px) {
  .quiz-image img {
    height: 325px;
  }
}

@media (max-width:300px) {
  .quiz-image img {
    height: 310px;
  }

  .signup-form label {
    padding-right: 190px;
  }

  .small-note {
    padding-right: 30px;
  }

}
@media(min-width:1440px){
  .column li{
    font-size: 20px !important;
    font-weight: 500;
  }
  .why-choose-us .column li {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1.5rem;
}
  .card-content p{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .card-content h3{
    font-size: 16px;
    font-weight: 400;
  }
  .signup-form label,.signup-form input[type="email"]{
    font-size: 14px !important;
  }
  .small-note{
    font-size: 12px;
  }
  .subscribe-btn{
    font-weight: 500;
  }
  .cta-section h2, .cta-section p{
    font-size: 40px !important;
  }
  /* .service-card img{
    width: auto;
  } */
  .quiz-btn{
    padding: 1rem 6.5rem;
    margin-top: 10px;
  }

}
@media (min-width: 1033px) and (max-width: 1090px) {
  .nav-links {
      gap: 10px !important;
  }
  .navbar {
    padding-right: 10px !important;
}
}
.blog-img-2{
  margin-top: -25px;
}
@media(max-width:768px){
.blog-img-2{
  margin-top: 0px;
}
}