@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&family=Source+Sans+3:wght@300;400;600&display=swap');
.star-header {
  height: fit-content !important;
}
body {
  padding:0;
  margin:0;
}
button {
  font-family: 'Source Sans 3', sans-serif !important;
  font-size: 22px;
}
button:hover{
  background-color: transparent;
  border: 1px solid #003566;
  color: #003566;
  border-radius: 40px;
  cursor: pointer;
}
.northstar-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 80px;
  height: 60vh;
}
.text-content {
  font-family: "Times New Roman", serif;
  color: #0d355e;
}
.text-content .stars {
  color: #f4b400;
}
.logobg {
  /* max-width: 320px; */
  height: auto;
  width: 500px !important;
}
.mpt-mobile-t {
  padding: 0  1vw !important;
  margin: 0 2vw !important;
}
@media (max-width: 576px) { 
  .mt-mobile-120 { 
    margin-top: 120px !important; 
  } 
  .mt-mobile-80 { 
    margin-top: 80px !important; 
  } 
  .mt-mobile-50 { 
    margin-top: 50px !important; 
  } 
  .mt-mobile-20 { 
    margin-top: 20px !important; 
  } 
  .mpt-mobile-0 {
    padding: 0 !important;
    margin: 0 !important;
  }
 
}
@media (max-width: 768px) {
  .m-mobile-20 {
    margin: 0 0px !important;
  }
  .logobg {
    /* max-width: 320px; */
    height: auto;
    width: 500px !important;
  }
  .northstar-section {
    flex-direction: column-reverse;
    text-align: center;
    padding: 0;
  }
  .logobg {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .review-thumb-img {
    display: none;
  }
  .star-header {
    height: fit-content !important;
    padding-top: 100px !important;
  }
  .northstar-section .text-content h1 {
    text-align: center;
  }
}

/* .section-title {
    font-family: serif;
    font-weight: bold;
} */

/* .divider {
    border: 1px solid #ccc;
} */

/* .review-section {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
} */

/* .review-header {
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
} */

.toggle-icon {
  font-size: 1.1rem;
  transition: transform 0.3s;
}
.toggle-icon ion-icon {
  transition: transform 0.3s ease-in-out;
}

.review-header[aria-expanded="true"] .toggle-icon ion-icon {
  transform: rotate(180deg);
}
.review-logo {
  width: 40px;
  height: 40px;
}

.review-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.text-muted {
  color: #546b8a;
}
.review-details {
  font-size: 16px;
}
.review-details span {
  color: #546b8a;
  width: 80%;
  text-align: right;
}
.review-source {
  color: #242424;
  font-size: 18px;
}

.stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 2px solid #aab2bf;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 2;
}

.active {
  border-color: #1e5eff;
  color: #1e5eff;
}

.line {
  flex-grow: 1;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #aab2bf 0%,
    #aab2bf 10%,
    transparent 10%,
    transparent 20%
  );
  z-index: 1;
}
section {
  overflow-x: hidden;
  overflow-y: hidden;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}
.image-wrapper img {
  width: 100%;
}
.image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, transparent);
  pointer-events: none;
}

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 2px;
}
.image-container img {
  transition: transform 0.5s ease-in-out;
  display: block;
  width: 100%;
}

.image-container:hover img {
  transform: scale(1.1);
}
.faded-image {
  display: block;
  width: 100%;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  height: 20%; /* Adjust fade height */
  /* background: linear-gradient(to top, black, transparent); */
  pointer-events: none;
  z-index: 3;
}
.ml-5{
  padding: 100px 30px;
}
.video-container2 {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.video-container3 {
  position: relative;
  width: 90vw;
  overflow: hidden;
}
.videoAuto2 {
  width: 100vw;
  height: min-content;
  display: block;
}

.gradient-overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100px; /* Adjust the height as needed */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  pointer-events: none; /* Ensures the overlay doesn't interfere with video controls */
}
.gradient-overlay3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%; /* Adjust the height as needed */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8),  rgba(0, 0, 0, 0));
  pointer-events: none; /* Ensures the overlay doesn't interfere with video controls */
}
.section-container {
  display: block;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 20px !important;
}

.section-title {
  font-size: 100px !important;
  font-weight: bold;
  font-style: italic;
  color: #002a5c;
  /* text-align: center; */
  flex: 1;
  min-width: 250px;
}

.underline-container {
  display: flex;
  align-items: center; /* Ensures button and underline are aligned */
  gap: 20px; /* Space between underline and button */
  flex: 1; /* Makes it flexible */
}

.underline {
  flex-grow: 1; /* Allows the underline to take the remaining space */
  height: 2px;
  background-color: #002a5c;
}

.btn-custom {
  background-color: #002a5c;
  color: white;
  border-radius: 150px !important;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  transition: 0.3s;
}
.btn-custom2 {
  color: #486284;
  border: 1px solid #486284;
  border-radius: 150px;
  padding: 10px 20px;
  font-size: 1rem;
  transition: 0.3s;
}
.btn-custom3 {
  background-color: #486284;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  transition: 0.3s;
}
.btn-custom:hover {
  background-color: #004080;
}

@media (max-width: 768px) {
  .section-container {
    flex-direction: column;
    text-align: center;
  }

  .underline-container {
    width: 360px;
    margin: 10px auto;
  }

  .underline {
    width: 60%;
    margin: 10px auto;
  }

  section {
    overflow-x: hidden;
  overflow-y: hidden;
  }
  .image-wrapper img {
    width: 75vw;
  }
  .gradient-overlay2 {
    width: fit-content;
    height: fit-content !important;
  }
  .qr-code{
    width: 130px;
  }
  .review-source {
    color: #546b8a;
    font-size: 16px !important;
  }
}

.chart-container {
  border-radius: 12px;
  padding: 0px 500px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  height: 65vh;
}
.stats-number {
  font-size: 36px;
  font-weight: bold;
  color: #002a5c;
}
.tooltip-custom {
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.highlight-badge {
  background-color: #ffd700;
  color: black;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
}

.videoNoAuto {
  width: 100%;
  height: 100%;
}

/* Timeline Container */
.timeline3 {
  position: relative;
  width: 85vw;
  max-width: 100vw;
  display: flex;
  justify-content: flex-start; /* Align items to the start */
  align-items: center;
}

/* Timeline Line */
.timeline3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ddd;
  z-index: 1;
}

/* Timeline Item */
.timeline-item3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  opacity: 0; /* Initially hidden */
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(20px); /* Slightly below the normal position */
}

.timeline-item3.top3 {
  justify-content: flex-end; /* Align items upwards */
  margin-bottom: 69px;
  flex-direction: column-reverse;
}

.timeline-item3.bottom3 {
  justify-content: flex-start; /* Align items downwards */
  margin-top: 36px;
}

/* Circle */
.circle3 {
  width: 16px;
  height: 16px;
  background-color: #f8d12f; /* Yellow Circle */
  border: 3px solid #f8d12f;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  padding: 10px;
  margin: 40px 0 0 0;
}
.top3 .circle3 {
  width: 16px;
  height: 16px;
  background-color: #f8d12f; /* Yellow Circle */
  padding: 10px;
  border: 3px solid #f8d12f;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  margin: 0px 0 0 0;
}
/* Line */
.line3 {
  width: 1px;
  height: 40px;
  border: 1px solid #888;
}

/* Text Styling */
.text3 {
  font-size: 20px;
  font-weight: bold;
  color: #004180;
  text-align: center;
}

/* Date Styling */
.date3 {
  color: #343434;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  width: 250px;
}

.testimonial-container {
  max-width: 900px;
  margin: auto;
  background-color: transparent;
  padding: 0px 15px 15px 15px  !important;
  text-align: center;
}

.starsbox {
  background-color: gold;
  padding: 10px 30px;
  border-radius: 150px;
}
.stars i {
  color: white;
}

.testimonial-text {
  font-style: italic;
  font-size: 1.6rem;
  color: #a2a2a2; /* Gray text */
  text-align: left;
  font-weight: 900;
}
.linetitle {
  font-size: 40px;
  color: #003566;
}
.quote-icon {
  color: #0d3b66; /* Dark blue */
  font-size: 60px;
}

.timeline-item3.show3 {
  opacity: 1;
  transform: translateY(0); /* Move to the normal position */
}

/* Vertical Timeline Styles */
.vertical-timeline {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px; /* Add padding to position items away from the edge */
}

.vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px; /* Align the vertical line with the items */
  width: 2px;
  height: 100%;
  background-color: #ddd;
  z-index: 1;
}

.vertical-timeline .timeline-item3 {
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
}

.vertical-timeline .timeline-item3.top3 {
  flex-direction: row;
}

.vertical-timeline .timeline-item3.bottom3 {
  flex-direction: row;
}

.vertical-timeline .circle3 {
  margin: 0 20px 0 0;
}

.vertical-timeline .line3 {
  display: none;
}

.vertical-timeline .date3 {
  text-align: left;
}

/* Media Query for Small Screens */
@media (max-width: 768px) {
  .linetitle{
    text-align: center;
  }
  .timeline3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px; /* Space for the vertical line */
  }
  .more-space{
    margin: 0 !important;
  }
  .timeline3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 44.9vw; /* Position of the vertical line */
    width: 2px;
    height: 100%;
    background-color: #ddd;
    z-index: 1;
  }

  .timeline-item3 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0;
    width: 100%;
  }

  .timeline-item3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #ddd;
    z-index: 1;
  }

  .circle3 {
    margin: 0 20px 0 0;
  }

  .line3 {
    display: none;
  }
  /* Circle */
  .circle3 {
    width: 16px;
    height: 16px;
    background-color: #f8d12f; /* Yellow Circle */
    border: 3px solid #f8d12f;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    padding: 10px;
    margin: 40px 0 0 0;
  }
  .top3 .circle3 {
    width: 16px;
    height: 16px;
    background-color: #f8d12f; /* Yellow Circle */
    padding: 10px;
    border: 3px solid #f8d12f;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin: 0px 0 0 0;
  }
  .date3 {
    text-align: left;
  }
  .timeline-item3.top3 {
    justify-content: left; /* Align items upwards */
    margin-left: 0px;
    flex-direction: column-reverse;
  }

  .timeline-item3.bottom3 {
    justify-content: flex-start; /* Align items downwards */
    margin-top: 36px;
  }
  .videoNoAuto {
    width: 82vw;
    height: fit-content;
    margin: 0 auto;
    display: flex;
    align-self: center;
    justify-content: center;
  }
  .playable {
    margin: 0 0 0 20px;
  }
  .videoAuto {
    width: 100% !important;
    height: 200px;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  .testimonial-text {
    font-size: 15px;
  }
  .section-title {
    font-size: 100pxrem;
  }
  .linetitle {
    font-size: 30px;
    color: #003566;
    margin-top: 20px !important;
  }
  .btn-custom {
    background-color: #002a5c;
    color: white;
    border-radius: 25px;
    padding: 10px 2px !important;
    font-size: 10px !important;
    border: none;
    transition: 0.3s;
    width: 100px;
  }
  .hero-title {
    padding: 40px 0 0px 0;
  }
  .banner-white-title {
    font-size: 25px !important;
    color: #fff;
  }
  h1 {
    font-size: 35px !important;
  }
  .singleh1{
    padding: 50px 20px 0 20px !important;
  }
}
.videoAuto {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner-white-title {
  font-size: 60px;
  color: #fff;
}

.fade-in-section {
  animation: fade-in linear;
  animation-timeline: view();
  animation-range: cover;
  /* opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; */
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.flyin {
  animation: scrollInFromBottom linear;
  animation-timeline: view();
  animation-range: cover;
  /* opacity: 0; */
}

@keyframes fade-in {
  from {
    scale: 0.8;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
@keyframes flyInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes flyInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* .scroll-in-element {
    animation: scrollInFromBottom 1s ease-out forwards;
    animation-timeline: view();
    animation-range: cover;
  }
@keyframes scrollInFromBottom {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  } */

.more-space {
  margin: 0 200px;
}

.form-control {
  background-color: #f8f9fa; /* Light gray input background */
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 10px 20px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #86b7fe;
}
.form-label {
  font-weight: 500;
  color: #546b8a;
  margin: 0;
}
.action-bar{
  
  background-color: #003566;
  /* width: 300px;
  height: 80px; */
  
  padding: 10px;
  text-align: center;
  cursor: pointer;
  color: #FFCD29;
  font-size: 30px;
  
}
.all-action-bar{
  position: fixed;
  bottom: 30;
  left: 15;
  z-index: 1000000;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #002f6c;
  display: none; /* Initially hidden */
  padding: 20px 40px;
}

.menu-list li {
  padding: 10px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  text-align: left;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.menu-list li:hover {
  background-color: #FFCD29;
  color: black;
  /* padding: 10px; */
  display: block;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}

.rotate {
  transform: rotate(180deg);
}