@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.75rem !important; 
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden; 
}

.hero-bar {
  background-color: rgba(255, 255, 255, 0.85); 
}

@media (max-width: 767.98px) {
  .hero-main {
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
  .hero-bar .row {
    flex-direction: column;
    text-align: center;
  }
  .hero-bar .col-md-4 {
    margin-top: 1rem;
  }
}

.btn-primary {
  --bs-btn-bg: #34AC60;
  --bs-btn-border-color: #1C6A39;
  --bs-btn-hover-bg: #1C6A39;
  --bs-btn-hover-border-color: #1C6A39;
  --bs-btn-active-bg: #1C6A39;
  --bs-btn-active-border-color: #1C6A39;
  --bs-btn-disabled-bg: #1C6A39;
  --bs-btn-disabled-border-color: #1C6A39;
}

.course-info-section{
  background-color: #117887;
  color: white;
}

.icon-square{
  background-color: #ebebeb ;
}

.course-objectives-section{
  background-color: #004C70;
}

/* Start: Course Features */
.course-features-BGimg {
  background-image: linear-gradient(rgba(0, 76, 112, 0.8), rgba(0, 0, 0, 0.9)), url('../img/features_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0rem 3rem;
  background-attachment: fixed;
  z-index: 100;
}
/* End: Course Features */

/* Start Mobile: Intl-Tel-Input */
.iti {
  width: 100% !important;
  direction: ltr;
}

.iti input {
  width: 100% !important;
}

/* Fix the country list dropdown width to be wide enough for flags + names */
.iti .iti__country-list {
  min-width: 300px !important;   /* Allow room for name + code + flag */
  width: auto !important;
  left: 0 !important;
  right: auto !important;
  z-index: 9999;
}
/* End Mobile: Intl-Tel-Input */
