@font-face {
  font-family: "Open Sans";
  /* Name the font */
  src: url("../fonts/OpenSans.ttf") format("truetype");
  /* Path to the .ttf file */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  /* Name the font */
  src: url("../fonts/Montserrat.ttf") format("truetype");
  /* Path to the .ttf file */
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Open Sans";
  padding-top: 80px;
}

h1 {
  color: #000;
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 1px;
}

h3 {
  color: #061738;
  font-family: "Montserrat";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 123.5%;
  margin: 16px 0;
}

h4 {
  color: #061738;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 8px;
}

p {
  color: rgba(30, 49, 86, 0.76);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.sec-badge {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%;
  /* 20.02px */
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #007bff;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  width: max-content;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 13px 30px 0px rgba(0, 123, 255, 0.08);
  width: 100%;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  padding: 5px 0;
}

.nav-item {
  padding: 0 20px;
}

.nav-link {
  color: #061738;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-link:hover {
  color: #007bff !important;
}

.nav-link.active {
  color: #007bff !important;
  font-weight: 700;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  margin-top: 12px;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #e7e4e4;
  padding: 15px;
  color: #061738;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dropdown-menu .dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

.home-banner {
  background-color: #f7fbff;
  position: relative;
}

.home-banner .content {
  padding: 160px 0;
}

.home-banner p {
  color: #000 !important;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1px;
  margin: 21px 0;
}

.home-banner .btn {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  border-radius: 4px;
  background: #007bff;
  box-shadow: 0px 5px 10.1px 0px rgba(0, 132, 255, 0.28);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
  border: 0;
  background: #007bff;
}

.home-banner .btn:hover {
  background: #034fa1;
}

.about {
  padding: 133px 0;
}

.banner-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-mob img {
  position: relative;
  top: 50px;
  left: 5%;
}

.device-img {
  left: 39%;
  position: relative;
  margin-top: 12%;
}

.solutions {
  background: linear-gradient(0deg, #061738 0%, #133372 115.14%);
  padding: 78px 0;
}

.solutions h3,
.solutions p {
  color: #fff;
}

.features {
  padding: 78px 0 0 0;
}

.card-block {
  padding: 78px 0;
}

.card-block a {
  text-decoration: none;
}

.feature-card {
  border: none;
  border-radius: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
  padding: 36px;
  background: #fff;
  /* Default background color */
}

.feature-card:hover {
  transform: translateY(-2px);
  border-radius: 25px;
  background: #007bff;
  /* Hover background color */
  box-shadow: 0px 8px 20px 1px rgba(189, 200, 211, 0.2);
  cursor: pointer;
  color: #fff;
  /* Optional: Make text color white on hover */
}

.feature-icon {
  width: 80px;
  height: 80px;
  background-color: #e3f2fd;
  border-radius: 10px;
  margin-bottom: 31px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.feature-card:hover .feature-icon {
  background-color: #fff;
}

.feature-card:hover h4,
.feature-card:hover p {
  color: #fff;
}

.features .row > * {
  padding: 0 30px;
}

.how-it-works {
  padding: 40px 0;
  background: url(../img/how-it-bg.png) no-repeat;
  background-position: bottom;
}

.how-it-works .head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto !important;
}

.timeline-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-out;
}

.timeline-item.open {
  opacity: 1;
  transform: translateY(0);
}

.video-gallery {
  padding: 163px 0;
}

/* Styling for video caption */
.video-caption {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  color: white;
  padding: 12px 20px;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: rgba(45, 42, 42, 0.51);
}

.video-wrapper {
  position: relative;
}

.video-caption .video-title,
.video-duration {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.benefits {
  padding: 80px 0;
  background: #f7fbff;
}

.benefit-cn {
  border-right: 1px solid #007bff;
  padding: 0 20px;
}

.benefit-content {
  padding: 70px 0 0 0;
}

.benefit-cn h5 {
  color: #061738;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 123.5%;
  margin: 32px 0 16px 0;
}

.testimonials {
  padding: 81px 0;
  background-image: url(../img/testimonial-bg.png);
  background-size: cover;
}

.testimonials .sec-badge {
  color: #007bff;
  background-color: #fff;
  margin: 0 auto;
}

.testimonials h3 {
  color: #fff;
  text-align: center;
}

.carousel-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.testimonial-slide {
  color: #fff;
  /* White text */
  text-align: center;
  padding: 3rem 1rem;
  position: relative;
}

.testimonial-quote {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 180%;
}

.testimonial-author {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  line-height: 180%;
  width: max-content;
  margin-top: 64px !important;
  margin: 0 auto;
}

.testimonial-subtitle {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: inherit;
  background-image: inherit;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
  top: inherit;
  width: auto;
  z-index: 1000;
}

.carousel-control-prev {
  left: 20%;
}

.carousel-control-next {
  right: 20%;
}

.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.pricing {
  padding: 80px 0;
}

.price-sec {
  margin-top: 60px;
}

.pricing .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 25px;
  border: 1px solid rgba(189, 200, 211, 0.6);
  background: #fff;
}

.pricing .card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-15px);
}

.pricing .card-body {
  padding: 25px;
  text-align: left;
}

.pricing .card-body p {
  color: #000;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.pricing-icon {
  width: 49px;
  height: 49px;
  border-radius: 7px;
  background: #f1f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing .row > * {
  padding: 0 20px;
}

.pricing .card-title {
  color: #000;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.card-price {
  color: #000;
  font-family: "Montserrat";
  font-size: 34px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 100% !important;
}

.card-price span {
  font-size: 14px;
  margin-left: 3px;
}

.pricing hr {
  border-top: 1px solid #d9d9d9;
  opacity: 1;
  margin: 16px 0;
}

.plan-features {
  color: #000;
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.plan-features div {
  margin-bottom: 10px;
}

.pricing button {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.46);
  padding: 8px 24px;
  width: 100%;
  margin-top: 30px;
  border: inherit;
}

.pricing .card:hover button {
  background: #007bff;
  box-shadow: 0px 4px 17.1px 0px rgba(0, 132, 255, 0.36);
  color: #fff;
}

.pricing .card:hover {
  box-shadow: 1px 11px 23.9px 1px rgba(189, 200, 211, 0.28);
  border: none;
}

.our-clients {
  background: #f7fbff;
  padding: 80px 0;
}

/* Logo Slider Container */
.logo-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 137px;
  margin-top: 20px;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.logo-track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.logo {
  flex: 0 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.faqs {
  padding: 80px 0;
}

.accordion-body {
  padding: 0 10px 20px 10px;
  color: #555454;
}

.accordion-button::after {
  background-image: url(../img/plus-large.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/cross.png);
}

.accordion-button:not(.collapsed) {
  background-color: inherit;
  color: #007bff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  border-bottom: inherit !important;
}

.accordion-button {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #adbfd3;
  line-height: 180%;
  padding: 15px 10px;
}

.accordion {
  border: inherit !important;
  --bs-accordion-border-width: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: inherit;
}

.accordion-button:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.accordion-collapse.collapse.show {
  border-bottom: 2px solid #007bff;
}

footer {
  background: url(../img/footer-bg.png);
  padding: 65px 0;
  background-size: cover;
}

footer .row > * {
  padding: 0 20px;
}

footer p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1px;
  margin-top: 24px;
}

footer h5 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 43.2px */
  letter-spacing: 1px;
  margin-bottom: 24px;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
}

footer ul li img {
  margin-right: 8px;
}

.subscribe input {
  border-radius: 6px;
  background: #fff;
  color: #474b51;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 10px 15px;
}

.subscribe button {
  border-radius: 40px;
  background: #007bff;
  width: 100%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  border: 0;
  margin-top: 16px;
  padding: 10px 15px;
}

.subscribe button:hover {
  background: #034fa1;
}

.copyright {
  padding: 10px 0;
  background-color: #fff;
  color: #061738;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.copyright a {
  text-decoration: none;
  color: #061738;
}

.copyright a:hover {
  color: #007bff;
}

.copyright span strong {
  font-weight: 600;
}

/* Define rotation animation */
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Apply the rotation on hover */
.benefit-cn:hover img {
  transition: transform 0.3s ease-in-out;
}

.benefit-cn:hover img {
  animation: rotate360 0.3s linear;
}

/* Define the bounce animation */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

/* Apply bounce animation */
.bounce-effect {
  display: inline-block;
  animation: bounce 3s infinite;
  transition: transform 0.1s ease-in-out;
}

.contact-footer p a {
  text-decoration: none;
  color: #fff;
}

.contact-footer p a:hover {
  color: #007bff;
}

.contact-footer p {
  margin-bottom: 5px;
  margin-top: 15px;
}

.contact-footer p img {
  margin-right: 8px;
}

.contact-us {
  padding: 80px 0;
}

.contact-left h3 {
  margin: 0;
}

.contact-us .row > * {
  padding: 0 20px;
}

.contact-left {
  background: #061738;
  padding: 40px;
  border-radius: 10px;
}

.contact-left h3 {
  color: #fff;
  position: relative;
}

.contact-left h3::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #007bff;
}

.contact-details {
  margin-top: 60px;
}

.contact-details a {
  color: #fff;
  text-decoration: none;
}

.contact-details p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}

#contactForm label {
  font-size: 16px;
  font-family: "Open Sans";
  color: #007bff;
  font-weight: 600;
}

#contactForm input,
#contactForm textarea,
#contactForm select {
  border-radius: 6px;
  background: #fff;
  color: #474b51;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

#contactForm button:hover {
  background: #034fa1;
}

p#statusMessage,
.subscribe {
  font-size: 14px;
  margin-top: 5px;
  color: #007bff !important;
}

.form-control:focus {
  box-shadow: inherit !important;
  border: 1px solid #007bff;
}

.terms {
  background-color: #007bff;
}

.terms .content {
  padding: 50px 0;
}

.terms .content h2 {
  font-size: 42px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #fff;
}

.inner-content {
  padding: 60px 0;
}

.inner-content ul {
  padding-left: 20px;
}

.inner-content ul li {
  color: rgba(30, 49, 86, 0.76);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  line-height: 35px;
}

.inner-content h3 {
  font-size: 26px;
}

.section {
  margin-bottom: 40px;
}

.details-page {
  background: #002247 !important;
  padding: 80px 0;
}

.details-page .row {
  align-items: center;
}

.details-page h2 {
  color: #fff;
}

.details-page p {
  color: #fff !important;
}

.right-mob {
  position: relative;
}

.device-1 {
  position: absolute;
  right: 129px;
  bottom: -164px;
}

.device-2 {
  position: absolute;
  right: -68px;
  bottom: -164px;
}

.bg-white {
  background-image: url(../img/bg-white.png);
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.bg-grey {
  background-image: url(../img/bg-grey.png);
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f7fbff;
}

.mob-device {
}

.mobile-dev {
  position: relative;
  z-index: 1;
}

.profile-vid {
  position: absolute;
  width: 225px;
  height: auto;
  top: 0;
  border-radius: 40px;
  position-area: center;
}

.profile-vid img {
  border-radius: 40px;
  height: 480px;
}

.about video {
  max-width: 90%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  border: 8px solid #333;
  border-radius: 20px;
}

.feature-btn {
  color: #007bff;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-card:hover .feature-btn {
  color: #fff;
  text-decoration: underline;
}
#schoolTieUpForm hr {
  margin: 25px 0;
}

#schoolTieUpForm label {
  font-size: 16px;
  font-family: "Open Sans";
  color: #007bff;
  font-weight: 600;
}

#schoolTieUpForm input,
#schoolTieUpForm textarea,
#schoolTieUpForm select {
  border-radius: 6px;
  background: #fff;
  color: #474b51;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

#schoolTieUpForm button:hover {
  background: #034fa1;
}
#deleteForm label {
  font-size: 16px;
  font-family: "Open Sans";
  color: #007bff;
  font-weight: 600;
}

#deleteForm input,
#deleteForm textarea {
  border-radius: 6px;
  background: #fff;
  color: #474b51;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

#deleteForm button:hover {
  background: #034fa1;
}
.section ul li a {
  color: rgba(30, 49, 86, 0.76);
  text-decoration: none;
}
