:root {
  --bs-primary: #6f4627; /* Bootstrap primary override */
  --bs-link-color: #6f4627;
  --bs-link-hover-color: #6f4627;
  --primary-red: #d32f2f;
  --royal-blue: #1a237e;
  --bs-primary-rgb: 111, 47, 39; /* RGB of #D32F2F */
}
body {
  font-family: "Manrope", sans-serif;
}
.glass-nav {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px);
}
.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-us {
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}
.call-us .call-icon {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #c5c5c5;
  justify-content: center;
}
.call-us svg {
  width: 20px;
  height: 20px;
  color: var(--light-text);
}
.call-us text {
  font-size: 12px;
  color: var(--light-text);
  font-weight: 500;
}
.call-us .call-number {
  font-size: 13px;
  font-weight: 600;
}

/* contact us form */
.contactus-form-design form {
  display: flex;
  flex-wrap: wrap;
}
.contactus-form-design form>* {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.contactus-form-design form> div:nth-child(5), .contactus-form-design form> div:nth-child(6), .contactus-form-design form> div:nth-child(7) {
    width: 100%;
} 

/* home page contact us */
.Homecontact-form-design form {
  display: flex;
  flex-wrap: wrap;
}
.Homecontact-form-design form>* {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.Homecontact-form-design form> div:nth-child(5), .Homecontact-form-design form> div:nth-child(6) {
    display: none;
}
.Homecontact-form-design form> div:nth-child(7) {
    width: 100%;
}

/* About Contact us form */
.aboutus-form-design form {
  display: flex;
  flex-wrap: wrap;
}
.aboutus-form-design form>* {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.aboutus-form-design form> div:nth-child(1), .aboutus-form-design form> div:nth-child(4) {
    width: 100%;
}
.aboutus-form-design form> div:nth-child(5), .aboutus-form-design form> div:nth-child(6) {
    display: none;
}
.aboutus-form-design form> div:nth-child(7) {
    width: 100%;
}

/* course form design */
.course-form-design form {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.course-form-design form>* {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.course-form-design form> div:nth-child(1), .course-form-design form> div:nth-child(4) {
    width: 100%;
}
.course-form-design form> div:nth-child(3), .course-form-design form> div:nth-child(5), .course-form-design form> div:nth-child(6) {
    display: none;
}
.course-form-design form> div:nth-child(7) {
    width: 100%;
}
.mobile-nav-menus {
  max-width: 290px;
}