@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Caveat:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --main-color: #093364;
  --text-color: #fff;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

ul {
  padding-left: 1px;
}

.title {
  font-size: 2rem;
  color: #1385e1;
  font-weight: 600;
}

.title2 {
  color: #d19d3d;
}

.nav-link {
  color: #000;
  font-weight: 600;
}

.padding-space {
  padding: 3rem 0rem;
}

/*header section*/


.head_scroll {
  background: #009AE0;
  background: linear-gradient(90deg, #1385e1 13%, #2196F3 46%, rgb(20 126 211) 73%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.scroll-wrapper {
  display: flex;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.inquery-form {
  box-shadow: 0px 0px 10px 5px #009AE0;
}

.scroll-wrapper p {
  color: #fff;
  font-weight: 600;

  margin: 0;
  padding-right: 100px;
}

.program_btn a {
  color: white;
}

.program_btn {
  font-size: 20px;
  color: white;
  background-color: #ffa600;
  border: none;
  padding: 10px 50px;
  border-radius: 8px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.hero {
  padding: 4rem 0rem;
  background: linear-gradient(90deg, #1385e19e 13%, #2196f3ba 46%, rgb(20 126 211 / 68%) 73%);
  ;
}

.hero strong {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 1px;
}

.hero p a {
  color: #fff;
}

.hero p {
  color: #fff;
}


/* signUp and lgin form CSS */

.form-control {
  border-radius: 10px;
  padding: 10px 14px;
}

.btn-primary {
  border-radius: 10px;
}

.card {
  overflow: hidden;
}

/*courses section css*/
.courses {
  padding: 3rem 0rem;
}

.courses-box {
  padding: 0.7rem;
}

.courses-box strong {
  font-size: 1.1rem;
  padding-top: 0.5rem;
}



/* news page CSS */
.hero-section {
  padding: 80px 0;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
}

.hero-title span {
  color: #2d6cdf;
}

.hero-sub {
  color: #5f6c7b;
  font-size: 16px;
}

.btn-main {
  background: #2d6cdf;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
}

.btn-main:hover {
  background: #1d58b3;
}

.btn-light-custom {
  background: #eef4ff;
  color: #2d6cdf;
  padding: 10px 25px;
  border-radius: 30px;
}

.rating i {
  color: #f4b400;
}

.slider-img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.slider-container {
  position: relative;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2d6cdf;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.slider-btn.left {
  left: 15px;
}

.slider-btn.right {
  right: 15px;
}

.slider-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
}

.slider-caption img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.news-card {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  transition: 0.3s;
}

.news-card:hover {
  background: #ececec;
}

.circle-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #ff9100, #ff6200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
}

.news-category {
  font-size: 12px;
  font-weight: 700;
  color: #d07b00;
  letter-spacing: 1px;
}

.news-date {
  font-size: 12px;
  color: gray;
}

.news-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}

/* Blog detail page CSS */
.blog-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.author-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.sidebar-card img {
  border-radius: 6px;
}

/*Gallery section css*/

.gallery {
  padding: 3rem 0rem;
}

/* slider conpamy css */
.slider {
  overflow: hidden;
  /* Hides the slides outside the container */
  width: 100%;
  background: white;
  padding: 20px 0;
}

.slide-track {
  display: flex;
  width: max-content;
  /* Ensures the track is as wide as the content */
  animation: scroll 20s linear infinite;
}

.slide {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  margin: 0 10px;
  border-radius: 8px;
  font-weight: bold;
}

/* The animation that moves the track from 0 to -50% */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.slider:hover .slide-track {
  animation-play-state: paused;
}


/* Reverse slider CSS */
.slides {
  overflow: hidden;
  width: 100%;
  background: white;
  padding: 20px 0;
  position: relative;
}

.sliders-track {
  display: flex;
  width: max-content;
  /* Start at -50% and move to 0 for Left-to-Right motion */
  animation: scroll-reverse 20s linear infinite;
}

.sliders {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e7ff;
  /* Light blue tint */
  margin: 0 10px;
  border-radius: 8px;
  font-family: sans-serif;
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Optional: Add a fade effect to the edges */
.slider::before,
.slider::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.slider::before {
  left: 0;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.slider::after {
  right: 0;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}


/* blog slider css */
/*    gallery section css*/
.blog-slider {
  padding-bottom: 50px;
  /* Space for pagination dots */
}

.img-zoom {
  transition: transform .3s;
  max-width: 100%;
  height: auto;
}

.img-zoom:hover {
  transform: scale(1.05);
}

.swiper-slide {
  height: auto;
  /* Ensures all slides are the same height */
}

.zoom {
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin: 0.5rem 0rem;
}

.zoom img {
  transition: all 1.2s ease;


}

.zoom:hover img {
  transform: scale(1.2);
}

/*footer section css*/

.footer {
  background: linear-gradient(90deg, #1385e1 13%, #2196F3 46%, rgb(20 126 211) 73%);
  padding: 3rem 0rem;
}

.footer p {
  color: #fff;
}

.footer h6 {
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  color: #fff;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
}

.footer ul li {
  color: #fff;
  padding: 0.2rem 0rem;

}

.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-contact p {
  color: #fff;
}

.footer-contact i {
  color: #fff;
  padding-right: 0.8rem;
}

.footer-social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #ffffff;
  color: #0b3c78;
}


/*contact page css*/

.contact-box {
  border: 2px solid #153c331a;
  border-radius: 30px;
  padding: 30px;
  text-align: center;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.contact-icon {
  background: #1385e136;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #1385e1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}

.contact-box i {
  font-size: 1.5rem;
}

.contact-box strong {
  color: #1385e1;
  font-size: 1.3rem;
}

.contact-form {}
.form-control1 {
  height: 50px;
}

.form-btn {
  background: #1385e1;
  color: #fff;
}


/*blog page css*/

.img-zoom {
  overflow: hidden;
  border-radius: 10px;
  /* optional */
}

.img-zoom img {
  width: 100%;
  transition: transform 0.6s ease;
}

.img-zoom:hover img {
  transform: scale(1.1);
}

/*.stats-section {
    background: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d') center/cover no-repeat;
    position: relative;
    padding: 80px 0;
}*/

.stats-section .overlay {
  background: linear-gradient(90deg, #1385e1 13%, #2196F3 46%, rgb(20 126 211) 73%);
  padding: 40px 0;
}

.stats-section h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.stats-section p {
  color: #ddd;
  font-size: 16px;
  margin-top: 10px;
}

.steps-section {
  padding: 80px 0;
}

.step-card {
  background: #fff;
  padding: 50px 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  height: 100%;
}

.step-card:hover {
  transform: translateY(-10px);
}

.step-badge {
  background: linear-gradient(90deg, #1385e1 13%, #2196F3 46%, rgb(20 126 211) 73%);
  ;
  color: #fff;
  width: 70%;
  margin: 0 auto 30px;
  padding: 10px 0;
  border-radius: 30px;
  font-weight: 600;
}

.step-icon {
  width: 90px;
  margin-bottom: 25px;
}

.step-card p {
  font-size: 16px;
  color: #022a54;
  line-height: 1.6;
  margin: 0;
}

.testmonial {

  background-image: url(../images/Map.png);
  background-size: cover;
  padding: 3rem 0rem;
}

.google_review {
  background-color: #fff;
  padding: 2rem 1rem;

}

.white-circle1 {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.google_review h5 {
  font-family: "Afacad", sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.google_review i {
  color: #FF9800;
  font-size: 0.8rem;
}

.timeline-item {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1.5rem;
}

.timeline-item .timeline-icon {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #066168;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-top: .5rem;
  font-weight: 600;
}

.timeline-item .timeline-content {
  padding-bottom: 30px;
}

.media1 {
  background-color: #1385e1;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile ul li a
{
  color: #000;
}
.profile ul li  
{
  margin: 0.5rem 0rem;
  padding: 0.5rem 0.5rem;
}
.profile ul li:hover 
{
  background: #F8F9FA;
  padding: 0.5rem 0.5rem;
}