body {
  font-family: "Roboto", sans-serif;
}

ul.navbar-nav li a {
  font-weight: 600 !important;
  color: #045844;
  font-size: 17px;
}
h1 {
  font-weight: 800 !important;
}

p {
  color: #585858;
  font-size: 15px;
  line-height: 1.29577;
  font-weight: 500;
  letter-spacing: -0.016em;
}

p.text-muted {font-size:15px !important;}

h2,
h3 {
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.002em;
}

.bg-light {
  background-color: #f1fbf5 !important;
}

.service-box a.h4 {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0px;
}
.service-box .img-box {
  background-color: #d4ebe6;
  display: inline-block;
  width: 150px;
  border-radius: 50px;
  box-shadow: 10px 10px 50px #c4dfd9;
  border: 1px #fff solid;
  margin-bottom: 35px !important;
}


.vision-box {    border-radius: 27px;
  min-height: 100px;}

.text-green {
  color: #00a652;
}
.service-box a.h4:hover {
  text-decoration: none;
  color: #008040;
  font-weight: 700;
  letter-spacing: 0px;
}

footer {
  background-color: #fff;
  color: #000;
  padding-top: 60px;
}
.footer-top {
  padding-bottom: 60px;
}
.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}
.footer-links a {
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  padding: 15px 0;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
/* countrdown */
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.digit {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 3px;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}

@keyframes pushDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.new-user {
  animation: pushDown 0.2s ease;
}

.social a {
  color: #333;
}

.card-img-top {
  height: 400px;
  object-fit: cover;
}

.carousel-item {
  max-height: 700px;
}
.banner-text {
  position: relative;
  top: -100px;
}
.banner-text h1 {
  font-size: 3.2em;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
button.owl-next {
  margin-left: 12px;
}

h2.subtitle {
  font-weight: bold;
  color: #000;
}

.c-ad-box {
  background: #c4ebd3;
  padding: 30px 50px !important;
}

.c-ad-box2 {
  background-color: #f6f6f6;
  padding: 30px 50px !important;
}

.c-ad-box:hover,
.c-ad-box2:hover {
  background-color: #045844;
  color: #fff;
  transition: 0.2s;
}

.card-body {
  border: none !important;
}

.carousel-caption {
  text-align: left; /* Align text to the left */
}

.carousel-caption {
  text-align: left; /* Align text to the left */
}

.student_testimonials {
  /* background: linear-gradient(180deg, rgba(245,247,251,1) 0%, rgba(255,255,255,1) 100%); */
  /* padding: 50px 0; */
}
.student_testimonials h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.card {
  border: none !important;
}
.student_testimonials .student-carousel-item {
  display: flex;
  justify-content: center;
}
.student_testimonials .card {
  border: none;
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin: 10px;
}
.student_testimonials .card img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.student_testimonials .star-rating {
  color: #ffc107;
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.student_testimonials .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px 0 5px;
}
.student_testimonials .card-subtitle {
  font-size: 0.9rem;
  color: #888;
}

.blog-section {
  padding: 50px 0;
}
.blog-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 2rem;
}

.custom-border {border-bottom: 2px dotted;}

.glass-container {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 20px;
  text-align: center;
  color: #fff; /* Text color to stand out against the background */
  border: 1px solid rgba(255, 255, 255, 0.2);
}

tr {
  background: rgba(255, 255, 255, 0.1); /* Transparent row background */
}

h2.how-we-do {font-size: 3em !important;;}
p.sec-right {    line-height: 1.381002381;
  font-weight: 600;
  letter-spacing: .011em;
  font-size: 28px !important;
}

p.blg-text  {
  color: #585858;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -0.016em;
}

.Table-bg{
  background-color: #F1FBF5 ;
}
.border-bottom{
  border-bottom: 1px solid #dee2e6!important;
}
.col-bg{
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
    text-align: center;
}

.advisor-card {
            /* max-width: 500px; */
            /* margin: 50px auto; */
            padding: 40px;
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .advisor-card h3 {
            font-weight: bold;
        }

        .advisor-card p {
            margin-bottom: 20px;
        }

        .form-control:focus {
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
        }

        .form-floating label {
            color: #6c757d;
        }
        .btn-virtual-office {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #007bff;
            border-color: #007bff;
            width: 100%;
            color: white;
            min-height: 50px;;
            /* border-radius: 25px; */
            padding: 10px 30px;
            font-weight: bold;
            text-align: center;
            font-size: 16px;
            margin-top: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        }

        .btn-virtual-office:hover {
            background-color: #0056b3;
            border-color: #0056b3;
            color: #ffffff;
        }

        .btn-virtual-office i {
            margin-right: 10px;
        }

      .test-master-table{
        display: none;
      }

@media only screen and (max-width:1200px){
  h2.how-we-do {font-size: 2.5em !important;;}

  .advisor-card {
    padding: 15px;
    margin: 20px;
}

.form-floating {
    margin-bottom: 15px;
}

}

@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .signIn-btn{
    display: none;
  }

  .btn-virtual-office{
    font-size: 20px ;
  }

}

@media only screen and (max-width: 425px) {
  .test-master-card{
    display: none;
  }

  .test-master-table{
    display: block;
  }
}
