* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
     @media (min-width: 1200px) and (max-width: 1400px) {
    .level-header {
        font-size: 16px !important;
    }
}
@media (min-width: 600px) and (max-width: 1000px) {
    .demobutton {
        font-size: 15px !important;
    }
}
.float-btn {
  width: 50px;
  height: 50px;
  background-color: #25d366; /* Default for WhatsApp */
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}

.float-btn.phone2 {
  background-color: #0d6efd; /* Bootstrap primary blue */
}

.float-btn:hover {
  transform: scale(1.1);
}

.testimonial-footer img {
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
}

 .subscribe-btn1 {
            border-radius: 50px;
            /* make it pill-shaped */
            background-color: white;
            color: #d8a23c;
            /* adjust to match your color */
            font-weight: bold;
            padding: 10px 30px;
            border: none;
            box-shadow: none;
        }

        .newsletter-form1 {
            /* background-color: #d8a23c;  */
            padding: 5px;
            border-radius: 50px;
            display: inline-block;
        }

h1 h2 h3 h4 h5 h6 {
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}

/* navbar css */


/* caresol css */

.hero-carousel {
  height: 84vh;
  /* min-height: 500px; */
}

.carousel-item {
  height: 100%;
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../image/banner-1.webp'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: left;
  padding: 0 6%;
  font-size: 65.989px;
  font-family: Poppins;
  font-weight: 300;
}

.carousel-content h1 {
  font-size: 65.989px;
  line-height: 70.9843px;
  color: rgb(255, 255, 255);
}

.carousel-content p {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 992px) {
  .hero-carousel {
    height: 60vh;
  }

  .carousel-content h1 {
    font-size: 2.8rem;
  }

  .carousel-content p {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .hero-carousel {
    height: 50vh;
  }

  .carousel-content h1 {
    font-size: 2.2rem;
  }

  .carousel-content p {
    font-size: 1.1rem;
  }

  .btn-hero {
    padding: 10px 20px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .hero-carousel1 {
    height: 60vh;
    max-height: 300px;
  }

  .carousel-content {
    padding: 0 10%;
  }

  .carousel-content h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .carousel-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* book a demo */

.custom-form {
  backdrop-filter: blur(10px);
  padding: 20px;
  margin: auto;
}

.form-heading {
  font-size: 32px;
  line-height: 40px;
  font-weight: lighter;
  font-style: normal;
  text-align: center;
}

.form-control {
  /* background: #01a2a6; */
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}
.custom-form.form-control::placeholder {
    color: #fff !important; /* Ensures the placeholder is white */
    opacity: 1; /* Ensures full visibility */
}

/* For better browser compatibility */
.form-control:-ms-input-placeholder { /* IE 10-11 */
    color: white !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
}

.form-control:focus {
  border: 2px solid #00c6ff;
  outline: none;
  box-shadow: 0px 0px 8px rgba(0, 198, 255, 0.5);
}

.custom-btn {
  background: #075758;
  color: white;
  padding: 10px;
  border: none;
  width: 100%;
  font-size: 16px;
  border-radius: 6px;
  transition: 0.3s;
}

.custom-btn:hover {
  background: #05787a;
  box-shadow: 0px 0px 10px rgba(0, 114, 255, 0.5);
  transform: translateY(-2px);
}

/* filter css */

.filter-tabs {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 2px solid #ddd;
  /* padding-bottom: 10px; */
  /* margin-bottom: 20px; */
}

.filter-tabs button {
  background: none;
  border: none;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #9f9fa7;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.filter-tabs button:hover {
  color: #000;
}

.filter-tabs button.active {
  color: #000;
  background: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  border-left: 1px solid gray;
  border-right: 1px solid black;
}

.filter-tabs button.active::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #009688;
  position: absolute;
  top: 0;
  left: 0;
}

/* Slider Styles */
.course-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 40px;
}

.course-slider {
  display: flex;
  transition: transform 0.5s ease;
  gap: 15px;
  padding: 10px 0;
}

.course-item {
  flex: 0 0 calc(25% - 15px);
  min-width: calc(25% - 15px);
}

.course-card {
  border: none;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.course-img1 {
  width: 100%;

  background-color: #f8f9fa;
}

.card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title {
  font-family: "Poppins", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5px;
  text-align: center;
}

.course-languages {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 15px;
}

.card-body-content {
  /* flex-grow: 1; */
}

.course-duration {
  color: #01a2a6;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  background: #01a2a6;
  color: white;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav.prev {
  left: 0;
}

.slider-nav.next {
  right: 0;
}

@media (max-width: 992px) {
  .course-item {
    flex: 0 0 calc(33.33% - 15px);
    min-width: calc(33.33% - 15px);
  }
}

@media (max-width: 768px) {
  .course-item {
    flex: 0 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
  }

  .filter-tabs {
    flex-wrap: wrap;
  }

  .filter-tabs button {
    padding: 8px 12px;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .course-item {
    flex: 0 0 calc(100% - 15px);
    min-width: calc(100% - 15px);
  }

  .course-slider-container {
    padding: 0 30px;
  }

  .slider-nav {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.course-duration {
  background: #01a2a6;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 0.9rem;
  display: inline-block;
}

/*  award section css */

.section-container {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 0; 
}

.section-box {
    padding: 30px;
    color: #fff;
    display: flex;
}

.info-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.feature-card {
  background-color: #f36371;
}

.feature-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    max-height: 180px;
    object-fit: contain;
}

.winner {
  background-color: #e5b14c;
  color: #444;
}

.winner .section-title,
.winner .news-text {
  color: #000;
}

.winner .btn-light {
  background-color: #fff;
  color: #e5b14c;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: bold;
  margin-top: auto;
}

.contact {
  background-color: #01a2a6;
}

.section-container .form-control,
.section-container .btn {
  border-radius: 30px;
  border: none;
  /* padding: 12px 15px; */
  margin-bottom: 10px;
}

/* .form-control {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 100%;
} */

.btn {
  background-color: #fff;
  color: #5cc3c6;
  font-weight: bold;
  transition: all 0.3s;
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.news-text {
  color: inherit;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 14px;
}

@media (max-width: 768px) {
  .section-box {
    padding: 25px;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .feature-img {
    max-height: 150px;
  }
}

@media (max-width: 576px) {
  .section-box {
    padding: 20px;
  }

  .section-title {
    font-size: 18px;
  }

  .news-text {
    font-size: 13px;
  }
}

/* lather section */
.stats-section {
   
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-image: url('../image/lather.jpg');
    background-repeat: no-repeat;
    padding: 40px;
}

.section-title {
    font-size: 24px;
    margin-bottom: 20px;
}


.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
    gap: 20px;
    width: 80%;
}


.stats-box {
    flex: 1;
    /*min-width: 250px;*/
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease-in-out;
}


.stats-box:hover {
    transform: translateY(-5px);
}


.stats-box i {
    font-size: 40px;
    margin-bottom: 10px;
}


.stats-box h2 {
    font-size: 50px;
    margin: 10px 0;
}


.stats-box p {
    font-size: 13px;
    font-weight: 500;
}


/* news letter */

.newsletter-section {
    background-color: #e5b14c;
    padding: 15px 0;
}

.newsletter-title {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
}

.newsletter-form {
    width: 100%;
    max-width: 400px;
    position: relative;
}

.newsletter-form .form-control {
    border-radius: 30px;
    border: 1px solid white;
    padding: 12px 15px;
    background-color: transparent;
    color: white;
    width: 100%;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.subscribe-btn {
    background-color: white;
    color: #e5b14c;
    font-weight: bold;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}


.subscribe-btn:hover {
    background-color: #f9f9f9;
    color: #d4953c;
}


@media (max-width: 768px) {
    .newsletter-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .newsletter-form {
        width: 100%;
    }
}


/* happy student */

.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-content {
  border: 1px solid #e0e0e0;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  height: 100%;
}

.testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  transform: rotate(45deg);
}

/* Testimonial Text */
.testimonial-text {
  color: #888;
  line-height: 1.6;
  margin-top: 13px !important;
  font-size:14px;
}

/* Profile Section */
.testimonial-profile {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.profile-img {
  width: 70px;
  height: 70px;
  border-radius: 0;
  object-fit: cover;
  object-position: top;
}

.profile-img-1 {
  object-position: left top;
}

.profile-img-2 {
  object-position: center top;
}

.profile-img-3 {
  object-position: right top;
}

.profile-info {
  padding: 10px 20px;
  color: white;
  height: 70px;
  width: 200px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.profile-title {
  margin: 0;
  font-size: 14px;
}

/* Color Schemes */
.awesome {
  color: #00b3b3;
  font-size: 14px;
}

.quality {
  color: #ff5a5f;
  font-size: 14px;
}

.simple {
  color: #ffb347;
  font-size: 14px;
}

.awesome-bg {
  background-color: #00b3b3;
}

.quality-bg {
  background-color: #ff5a5f;
}

.simple-bg {
  background-color: #ffb347;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}



/* second slider */





/* news blog */

.home-blog {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (min-width: 992px) {
    .home-blog {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.home-blog .section-title {
    padding-bottom: 15px;
}
.home-blog .media {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .home-blog .media {
        margin-top: 30px;
    }
}
.bg-sand {
    background-color: #f5f5f6;
}
.media.blog-media {
    margin-top: 30px;
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}

.media.blog-media > a {
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 20px;
    }
}

.media.blog-media > a img {
    width: 100%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
}

.media.blog-media:hover .circle .day,
.media.blog-media:hover .circle .month {
    color: #222;
}
.media.blog-media:hover .media-body h5 {
    color: #0cc652;
}
.media.blog-media:hover .media-body a.post-link {
    color: #0cc652;
    text-decoration: underline;
}
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 30px 30px 10px;
    font-size: 14px;
    background: #fff;
    border-top: none;
}
@media (min-width: 992px) {
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 30px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 11px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}



/* footer */
.footer {
    background-color: #947c7c;
    color: #fff;
    padding: 50px 0;
}
.footer h5 {
    font-family: 'Poppins', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
}
.footer h5::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #01a2a6;
    margin-top: 5px;
}
.footer p, .footer a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    margin-bottom: 8px;
    /* list-style: disc; */
}
.footer-icons {
    margin-right: 8px;
    color: #fff;
}



/* why voage */
.section-title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  /* border-left: 3px solid orangered; */
  padding-left: 8px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
















/* about us page ------------------------------ */

.about-container {
  padding:20px;
  text-align: center;
}

.about-box {
  background: #ffffff;
  padding: 30px;
  /* border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out; */
}

/* .about-box:hover {
  transform: translateY(-10px);
} */

.about-box h3 {
  font-size: 26px;
font-weight: 300;
font-style: normal; /* Dark gray text */
}

.about-box p {
  color: #000; 
 font-family: "Poppins", sans-serif !important;
 font-style: normal;
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 768px) {
  .about-box {
      margin-bottom: 20px;
  }
}




/* page title */
/* .about-section {
  position: relative;
  width: 100%;
  height: 400px !important; 
  background: url('../image/about/pagetitle.webp') center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}



.about-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 

.about-text {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .about-section {
      height: auto;
  }

  .about-text {
      font-size: 1.5rem;
  }
} */






.custom-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  background-color: #01a2a6;
  /* padding: 50px 0; */
}

.text-content {
  color: white;
  padding: 50px;
}

.text-content h2 {
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
}

.text-content p {
  font-size: 13px;
  line-height: 1.6;
  font-style: normal;
  text-align: justify;
}

.image-container img {
  width: 100%;
  /* height: 400px !important; */
  border-radius: 5px;
}

@media (max-width: 992px) {
  .text-content {
      padding: 30px;
      text-align: center;
  }
}












/* contact us page----------------------------------- */

.contact-section {
  /* padding: 50px 0; */
}
.form-control {
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 12px 20px;
  font-size: 14px;
}
.form-control:focus {
  border-color: #aaa;
  box-shadow: none;
}
.contact-info {
  padding-left: 30px;
}
.contact-info h4 {
  font-weight: 300;
font-style: normal;
font-size: 17px;
}
.contact-info p  {
  font-size: 14px;
  color: #000;
 
}
.contact-info p a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.social-buttons .btn {
  border-radius: 30px;
  border: 2px solid #e9e9ed;
  padding: 8px 20px;
  font-size: 12px;
  color: #333;
  background: white;
}
.social-buttons .btn:hover {
  background: #e9e9ed;
  color:#fe5969;
  border:2px solid #fe5969;

}
.btn-submit {
  background-color: #e9e9ed;
  color: #333;
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 10px 25px;
  font-weight: bold;
  margin: 5px;
}
.btn-submit:hover {
  color: #fe5969;
  border: 2px solid #fe5969;
  background-color: #e9e9ed;
}


/* course */

.course-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
  /* transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}
/* .course-card:hover {
  transform: translateY(-5px);
} */
.course-card img {
  width: 100%;

  /*height: 280px;*/
  height: auto;
  object-fit: contain;
}
.card-body {
  padding: 15px;
  text-align: center;
}
.course-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.price-badge {
  background-color: #28a745;
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
}
.free-badge {
  background-color: #dc3545;
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
}
.language-label {
  font-size: 13px;
  color: #d9534f;
}
.course-duration {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.owl-item-cloned{
  width: 200px !important;
}

/* dowp down */
.dropdown-menu {
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
}

.dropdown-item {
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
}

.dropdown-item:hover {
  background: #f37117;
  color: #fff;
  border-radius: 5px;
}

.nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
  transition: color 0.3s ease-in-out;
}

.nav-link:hover {
  color: #5cc3c6 !important;
}




/* why voage point */


