/* #other{
  background-color: #f8f9fa;
  font-family: 'Arial', sans-serif;
} */

/* ----------------------bootstrap Section ends----------------------------- */
.btn-primary {
  background-color: rgb(128, 208, 199) !important;
  border-color: rgb(128, 208, 199) !important;
  border-radius: 20px !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0f3b59 !important;
  border-color: #0f3b59 !important;
}



.btn-outline-primary {
  color: rgb(128, 208, 199) !important;
  border-color: rgb(128, 208, 199) !important;
  border-radius: 20px !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff !important;
  background-color: #13547a !important;
  border-color: #13547a !important;

}

.btn-outline-secondary {
  border-radius: 20px !important;
}

.btn-outline-danger {
  border-radius: 20px !important;
}
.btn-danger {
  border-radius: 20px !important;
}

.btn-outline-success {
  border-radius: 20px !important;
}


/* ----------------------bootstrap Section ends----------------------------- */



/* card for tutors */
.card-top {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #4a97c4;
}

.img-border {
  border: 2px solid #4a97c4;
}

.img-profile {
  height: 100px;
  width: 100px;
  object-fit: cover;
}


/* -----------------log in section------------------ */
.login-form input {
  border: 1px solid rgb(128, 208, 199);
  border-radius: 30px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.login-form a:hover {
  text-decoration: underline;
}

.img-login {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px 90px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.section-overlay-login {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  border-radius: 10px 90px;
}

.section-overlay-login+.container {
  position: relative;
}

/* ----------------------Info card Section ends----------------------------- */
.info-card {
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.info-card:hover {
  transform: translateY(-2px);
}

.info-card .icon {
  font-size: 40px;
}

/* ----------------------Info card Section ends----------------------------- */


/* ----------------------Contact Info Section----------------------------- */
.contact-info {
  background-color: rgba(43, 137, 145, 0.77);
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-info h3,
.contact-info h5 {
  color: #ffffff;
}

.contact-info p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.contact-info .info-item {
  gap: 15px;
}

.contact-info .icon {
  font-size: 24px;
  color: #ffffff;
  margin-right: 10px;
}

/* Contact Form Section */
.contact-form {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(128, 208, 199);
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.contact-form h3 {
  color: rgb(128, 208, 199);
  font-weight: bold;
  text-align: center;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgb(128, 208, 199);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

/* ---------------------Contact Info Section ends------------------------------ */



/* ---------------------cart Section------------------------------ */
.cart-header {
  font-weight: bold;
  font-size: 2.0rem;
  color: #13547a;
}

.tutor-info img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.tutor-info h5 {
  margin-bottom: 0;
}

.tutor-info p {
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.total {
  font-weight: bold;
  font-size: 1.5rem;
}

.price {
  color: #198754;
  font-size: 1.5rem;
  font-weight: bold;
}

.discount {
  text-decoration: line-through;
  color: #dc3545;
}

.summary-card {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.session-badge {
  font-size: 0.9rem;
  color: #fff;
  background-color: #316d656b;
  border-radius: 10px;
  padding: 5px 10px;
}

.icon {
  font-size: 1.2rem;
  color: #596CFF;
}

.delete-btn {
  background-color: transparent;
  border: none;
  color: #dc3545;
  font-size: 1.5rem;
}

.delete-btn:hover {
  color: #bd2130;
}

/* ---------------------cart Section ends------------------------------ */


/* ----------------------------------------------- */

.divider {
  width: 100px;
  height: 6px;
  background-color: #0d964d;
  display: inline-block;
  border-radius: 8px;
}


.navbar {
  background-color: #2b8891;
  color: #ffffff;
  padding: 10px;
}

/* -------------------------------------------------- */
.about-section {
  background-color: #f5f5f5;
  padding: 60px 0;
  height: 100vh;

}

.about-section h1 {
  color: #2A5C89;
}

.about-section h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.about-section p {
  color: #6c757d;
}

.about-section .lead {
  font-size: 1.2rem;
  line-height: 1.8;
}

.team-section {
  background-color: #eaefee;
  padding: 60px 0;
}

.team-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 5px solid #2A5C89;
}

.bi-linkedin {
  font-size: 1.2rem;
  margin-right: 5px;
}


.how-it-works .card {
  transition: transform 0.2s ease-in-out;
}

.how-it-works .card:hover {
  transform: translateY(-10px);
}

.step-number .badge {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #13547a;
}




/* footer style */
footer {
  /* background-color: #2A5C89; */
  background-color: #2b8891;
  padding: 20px;
}


/* Footer Links */
.footer-link {
  /* color: #A7D8B3; */
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #CC9303;
  text-decoration: underline;
}

/* Social Media Icons */
.social-link {
  color: #ffffff;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #07bdd1;
}


/* List Items Styling */
.support-list li {
  font-size: 1rem;
  color: #ffffff;
  /* White Text */
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

/* Icon Styling */
.support-list li i {
  color: #A7D8B3;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  transition: color 0.3s ease;
}

/* Link Styling */
.support-list li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Link Hover Effects */
.support-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Icon Hover Effects */
.support-list li:hover i {
  color: #ffffff;
}

/* application teps */
.process-step {
  background-color: #e8f4fa;
  border-radius: 8px;
  padding: 1.5rem 0.5rem;
  text-align: center;
  position: relative;
  transition: transform 0.2s;
  min-height: 80px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.step-number {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #4a97c4;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
}



/* Promo Card Styles */
.promo-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 300px;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.promo-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.promo-header {
  background: linear-gradient(135deg, #495057, #495057);
  color: white;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo-icon {
  margin-right: 8px;
  font-size: 18px;
}

.promo-title {
  font-weight: 600;
  font-size: 15px;
  flex-grow: 1;
}

.promo-close-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.8;
  padding: 0 0 4px 10px;
  line-height: 1;
}

.promo-close-btn:hover {
  opacity: 1;
}

.promo-body {
  padding: 15px;
}

.promo-text {
  color: #333;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.promo-price {
  color: #dc3545;
  font-weight: 700;
  font-size: 16px;
}

.promo-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.promo-countdown {
  flex-grow: 1;
}

.promo-expiry {
  color: #6c757d;
  display: block;
  font-size: 12px;
}

.countdown-timer {
  color: #28a745;
  font-weight: 600;
  font-size: 13px;
  margin-top: 2px;
}


/* Animation for initial appearance */
@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.promo-container {
  animation: slideIn 0.3s ease-out forwards;
}