body {
  font-family: "Segoe UI" !important;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
  position: relative;
}
.high_Blue {
  background-color: #3e356c !important;
}
.high_Blue_text {
  color: #3e356c !important;
}
header {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 999999;
}
.navbar-brand img {
  height: 100px;
  width: auto;
}
.navbar-brand {
  padding: 0;
  position: relative;
  left: 3rem;
}

.nav-link {
  color: #413c78 !important;
  font-weight: 600;
  margin: 0 10px;
  transition: 0.3s;
  letter-spacing: 1px;
}
.nav-link:hover {
  color: #5b4f82c9 !important;
}
.btn-primary {
  background-color: #82ba55;
  border: none;
  position: relative;
  border-radius: 4px;
  padding: 10px 25px;
  overflow: hidden;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 10px rgba(130, 186, 85, 0.4);
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}
.btn-primary:hover::before {
  left: 125%;
}
.btn-primary:active {
  background-color: #00aeef !important;
}
.btn-primary:hover {
  background: #00aeef;
  box-shadow: 0 6px 20px rgba(0, 174, 239, 0.6);
}

.btn-blue {
  background-color: #00aeef;
  color: white;
  border: none;
  position: relative;
  border-radius: 4px;
  padding: 10px 25px;
  overflow: hidden;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 154, 211, 0.6);
}

.btn-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}
.btn-blue:hover::before {
  left: 125%;
}
.btn-blue:active {
  background-color: #82ba55 !important;
}
.btn-blue:hover {
  background: #82ba55;
  box-shadow: 0 4px 10px rgba(130, 186, 85, 0.4);
}

.formSubmitBtn {
  background-color: #82ba55;
  color: white;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, filter 0.3s ease,
    opacity 0.3s ease;
  font-size: 15px;
  font-weight: bold;
}

.formSubmitBtn:hover:not(:disabled) {
  color: white;
  box-shadow: 0 6px 20px rgba(0, 174, 239, 0.6);
}

.formSubmitBtn:disabled {
  background-color: #dfe2df;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.8;
  color: rgb(64, 64, 64);
}

.hero {
  color: #fff;
  overflow: hidden;
  padding: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  background-position: center;
}

.hero h1 {
  font-size: 3rem;
  color: rgb(55 62 72);
  margin-bottom: 10px;
  width: 85%;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  z-index: 1;
}
section {
  padding: 80px 0;
}
#services h2 {
  font-size: 25px;
}

#team h2 {
  font-size: 25px;
}
.team-card {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.team-card:hover {
  transform: translateY(-5px);
}
#contact h2 {
  font-size: 25px;
}

.lightColorShadow {
  background-color: #05a9ee1f;
}

.service-card h5 {
  color: black;
  padding: 1rem 0;
  font-size: 18px;
}
h2 {
  color: #413c78;
  font-weight: 700;
  margin-bottom: 50px;
  color: #413c78;
}
.service-card {
  background: #05a8ee19;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
  overflow: hidden;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card img {
  width: 100%;
}
#team img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s;
}

.lightColorShadow h5 {
  color: rgba(0, 0, 0, 0.732);
  font-weight: bold;
}

.service-card p {
  color: #717171;
}
.contact-form input,
.contact-form textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
}
.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
}
.bottom-footer {
  color: white;
  padding: 25px 0;
}
footer {
  background-color: #e5e5e5;
  color: white;
  border-top: 1px solid rgba(164, 164, 164, 0.709);
}
#services {
  background-color: #f8f9fa;
  z-index: 1;
  position: relative;
}
#about {
  padding: 80px 0;
}

#register h2 {
  font-size: 25px;
}

#services h1 {
  color: #413c78;
  font-size: 50px;
}

.section_titles {
  color: #413c78;
  text-transform: uppercase;
  font-size: 28px;
}

.section_titles::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -60px;
  bottom: 13px;
  background: #82ba55;
}

.section_titles::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -80px;
  bottom: 13px;
  background: #00acea;
}

#about img {
  border-radius: 10px;
}

#about h2 {
  font-size: 25px;
}

.top-footer a {
  transition: 0.3s;
  font-size: 17px;
}
.top-footer a:hover {
  text-decoration: underline !important;
}

.letter-spacing {
  letter-spacing: 0.3px;
}

.font_size {
  font-size: 12px;
}

.font_size_15 {
  font-size: 15px;
}
.font_size_13 {
  font-size: 13px;
}

.my_cursor_pointer {
  cursor: pointer;
}
input {
  color: rgba(42, 42, 42, 0.843) !important;
  letter-spacing: 1px !important;
  font-size: 18px !important;
  line-height: 2 !important;
  border: 1px solid rgb(180, 180, 180) !important;
}

textarea {
  color: rgba(42, 42, 42, 0.843) !important;
  letter-spacing: 1px !important;
  font-size: 18px !important;
  border: 1px solid rgb(180, 180, 180) !important;
}

label {
  padding-bottom: 1px;
}

::placeholder {
  color: rgb(158, 158, 158) !important;
}

.alert-success {
  background-color: #dff0f8;
  border: 1px solid #00acea3d;
}

.hero-right {
  background-image: url("../img/latestRightHome.webp");
  background-position: 72% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .hero-left {
  background-image: url("../img/leftHome.jpeg");
  background-position: 0 100%;
  background-size: cover;
} */

/* .hero-left::before {
  content: "";
  background-color: #15643550;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
} */

.hero-right::before {
  content: "";
  /* background-color: #00acea45; */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}

/* #team p {
  color: #00acea;
  padding-top: 5px;
  font-size: 17px;
} */

.brand_story_1 {
  font-size: 18px;
  line-height: 1.7;
}

.brand_story_2 {
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
}

.boxes p {
  font-size: 18px;
  color: white;
}
.headline {
  font-size: 18px;
  line-height: 1.7;
}
.team-det {
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.048);
}
.team-det h5 {
  color: #413c78;
}
.team-member h5 {
  font-size: 20px;
  font-weight: bold;
}

.team-member p {
  font-size: 18px;
  margin: auto;
}

.tech-left-box ul li {
  font-size: 18px;
  line-height: 1.7;
}

.tech-left-box {
  background-color: rgba(130, 186, 85, 0.177);
}

.tech-right-box {
  background-color: rgba(130, 186, 85, 0.177);
}

.team-member {
  transition: transform 0.3s ease;
}

.team-hover {
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 20px;
}

.team-member:hover .team-hover {
  bottom: 0;
  opacity: 1;
}
.footer-logos img {
  transition: all 0.2s ease-in-out;
}
.footer-logos img:hover {
  transform: translateY(3px);
  transition: all 0.1s ease-in-out;
}

.footer-logos a:hover {
  color: transparent;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50.6%;
  transform: translate(-50%, -50%);
}
.register-main {
  margin: 0 16%;
}
.bellevue-logo {
  position: relative;
  right: 3rem;
}
.bellevue-logo img {
  height: 70px;
  width: auto;
}
#spinner {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
}

#navbar {
  display: none;
}
.hero-left {
  border-bottom: 1px solid rgba(190, 190, 190, 0.245);
}

/* media queries */
@media (max-width: 992px) {
  .hero-left {
    height: 50%;
  }
  .hero .row {
    flex-direction: column-reverse;
    justify-content: start;
  }
  .hero-right {
    height: 50%;
  }
  .navbar-toggler {
    right: 1rem !important;
  }
  .navbar {
    padding: 0 1rem;
  }
  .royal-left-logo {
    display: block !important;
  }
  .bellevue-logo {
    display: none !important;
  }
  .boxes {
    flex-direction: column !important ;
  }
  .about-main {
    height: auto !important;
  }
  .boxes div {
    width: 100% !important;
  }

  .tech-left-box,
  .tech-right-box {
    width: 100% !important;
  }
  .technology-main {
    flex-direction: column !important;
    height: auto !important;
  }
  .services-main div {
    width: 100% !important;
  }
  .services-main {
    flex-direction: column;
  }

  .top-footer .row {
    gap: 2rem;
  }

  .navbar-brand {
    padding: 7px;
    left: 0rem !important;
  }
  .navbar-collapse {
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }

  .btn-primary {
    padding: 10px 26px;
    font-size: 1rem;
  }

  .hero h1 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .service-card img {
    width: 100%;
    height: auto;
  }
  .team-member img {
    height: 150px;
    width: 150px;
  }
  section {
    padding: 60px 0;
  }

  .bookBtnMobile {
    display: block !important;
    margin: 0 10px;
  }
}
@media (max-width: 1200px) {
  .logos img {
    height: 80px !important;
    width: auto;
  }
  .register-main {
    margin: 0 5% !important;
  }
  .hero h1 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    height: 70px;
  }
  .btn-blue,
  .btn-primary {
    padding: 8px 10px !important;
  }
  header nav {
    padding: 0px 10px !important;
  }
  .footer-logos .high_Blue_text {
    padding-top: 1rem !important;
  }
  .top-footer {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .hero h1 {
    font-size: 1.8rem;
  }
  .hero p {
    font-size: 0.9rem;
  }
  .btn-primary {
    font-size: 0.9rem;
    padding: 8px 20px;
  }
  h2 {
    font-size: 1.6rem;
  }
  .service-card {
    padding: 20px;
  }
  .team-member img {
    height: 130px;
    width: 130px;
  }
  .map-container iframe {
    height: 300px;
  }
  .section_titles {
    font-size: 20px;
  }
  .section_titles::before {
    width: 35px;
    height: 3px;
    right: -45px;
    bottom: 10px;
  }
  .section_titles::after {
    width: 10px;
    height: 3px;
    right: -60px;
    bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .hero h1 {
    font-size: 4rem;
    width: 92%;
  }
  /* .hero p {
    font-size: 1.3rem;
  } */
}
