/*Imported Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Raleway";
}

main {
  margin-bottom: 50px;
}

header {
  background-color: #3884cc;
  margin: 0;
  width: 100vw;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}

header #header-top #header-top-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: auto;
  padding-bottom: 15px;
}

header #header-top #header-top-left .btn-call-us {
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
  font-family: "Raleway";
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px;
  -webkit-box-shadow: 5px 5px 5px darkblue;
  box-shadow: 5px 5px 5px darkblue;
}

header #header-top #header-top-left .btn-call-us a {
  color: #3884cc;
  font-weight: bold;
  text-decoration: none;
}

header #header-top #header-top-left .btn-call-us:active {
  background-color: lightskyblue;
  border: 1px solid white;
}

header #header-top #header-top-left .btn-call-us:active a:active {
  color: white !important;
}

header #header-top #header-top-left p {
  font-family: "Raleway";
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 5px 0px 5px;
  text-align: center;
  margin: 0;
}

header #header-top #header-top-left a {
  color: white;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom: 2px solid #3884cc;
}

nav #mobile-nav-menu-button {
  margin-bottom: -10px;
  padding: 0;
  width: 48px;
  height: 48px;
}

nav .nav-menu {
  clear: both;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
  list-style-type: none;
  padding: 0px 0px 15px 15px;
  margin: 0;
}

nav .nav-menu .nav-menu-item {
  padding: 5px 0px;
}

nav .nav-menu .nav-menu-item a {
  font-family: "Raleway";
  color: #3884cc;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}

nav .nav-menu .nav-menu-item-hidden {
  display: none;
}

nav .nav-menu #menu-btn-call-us {
  background-color: white;
  border: 1px solid #3884cc;
  border-radius: 5px;
  font-family: "Raleway";
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px;
}

nav .nav-menu #menu-btn-call-us a {
  font-weight: bold;
  color: #3884cc;
  text-decoration: none;
}

nav .nav-menu #menu-btn-call-us a:active {
  color: white !important;
}

nav #nav-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav #nav-bglogo {
  width: 25%;
  height: 100%;
  max-width: 250px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (min-width: 700px) {
  header {
    width: auto;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  nav #nav-container {
    width: 10;
  }
  nav #mobile-nav-menu-button {
    display: none;
  }
  nav .nav-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  nav .nav-menu .nav-menu-item {
    padding: 10px;
  }
  nav .nav-menu #nav-menu-item-call-us {
    display: none;
  }
  nav .nav-menu .nav-menu-item:hover {
    background-color: #3884cc;
  }
  nav .nav-menu .nav-menu-item:hover a {
    color: white;
  }
  nav .nav-menu .nav-menu-item-hidden {
    display: block;
  }
  nav .nav-menu #menu-btn-call-us {
    display: none;
  }
  nav #nav-bglogo {
    display: block;
    width: 130px;
  }
  nav #nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 1300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.greet .greet-img-container {
  width: 100%;
}

.greet .greet-img-container img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 450px;
  padding-top: 50px;
}

.greet h1,
.greet h2,
.greet h3 {
  font-family: "Raleway";
  text-align: center;
  padding: 0;
  margin: 0;
}

.greet video {
  display: none;
}

.desktop {
  display: none;
}

@media screen and (min-width: 700px) {
  .greet {
    width: auto;
    height: auto;
    background-color: #e9e9e9;
  }
  .greet .greet-img-container {
    max-width: 100%;
    margin: auto;
  }
  .greet .greet-img-container img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 650px;
  }
  .greet .greet-img-container video {
    display: block;
    margin: auto;
    width: 100%;
    height: 570px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 1px 1px 10px gray;
    box-shadow: 1px 1px 10px gray;
    margin-bottom: -50px;
  }
  .greet h1,
  .greet h2,
  .greet h3 {
    font-family: "Raleway";
    text-align: center;
  }
  .greet h1 {
    position: relative;
    bottom: 285px;
    font-size: 3rem;
    color: white;
  }
  .greet #mainpage-bglogo {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: unset;
  }
  .whatsapp {
    display: none;
  }
}

.social-links-container {
  padding: 150px 0px;
  width: 100vw;
}

.social-links-container h2 {
  text-align: center;
  font-family: "Raleway";
}

.social-links-container .social-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-links-container .social-links li {
  margin: 0;
}

.social-links-container .social-links img {
  padding: 5px;
  width: 90%;
  max-width: 150px;
}

.landing-page-picture-background {
  width: 100%;
  margin: 0;
  padding: 0;
}

.landing-page-picture-background .landing-page-picture {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.landing-page-picture-background .landing-page-picture img {
  width: 100%;
  height: 100%;
}

.landing-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
  width: 100vw;
  background-image: url("../assets/images/banner1.webp");
  background-position: 20% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-image h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 48pt;
  color: white;
  text-shadow: 5px 5px 5px black;
}

.landing-image #contact-us-btn {
  margin-top: 10px;
  font-size: 20pt;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  background-color: #3884cc;
  border: none;
  cursor: pointer;
  box-shadow: 1px 1px 5px black;
}

.landing-image #contact-us-btn a {
  color: white;
  text-decoration: none;
}

.landing-image #contact-us-btn:hover {
  background-color: #064d8f;
  transition-duration: 100ms;
}

.content-container {
  width: 90vw;
  margin: 25px auto;
}

.content-container h1 {
  font-family: "Raleway";
  text-align: center;
}

.content-container h2 {
  font-family: "Raleway";
  text-align: center;
  margin: 0;
  padding: 10px 10px;
}

.content-container p {
  padding: 10px 20px;
  text-align: center;
  font-family: "Raleway";
  line-height: 1.6rem;
}

#guarantee_container {
  width: auto;
  height: auto;
  color: white;
  background-color: #3884cc;
  padding: 25px 0px;
  margin: 0;
}

.custom-hr {
  width: 25%;
  color: #3884cc;
}

footer {
  width: auto;
  padding: 25px;
  text-align: center;
  background-color: black;
  color: white;
  font-family: "Raleway";
  line-height: 1.6rem;
  font-size: 0.8rem;
}

/*Contact Form*/
#ff-title-root {
  font-size: 20pt;
  margin-bottom: 12px;
  font-family: "Raleway" !important;
  text-align: center;
}

#ff-editwidget {
  display: none;
}

a.ff-powered-img img {
  display: none;
}

.ff-editwidget .material-icons {
  display: none !important;
}

#ff-submit-root {
  background-color: #3884cc;
  color: white;
}

/*contact page*/
.contact-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page-left-side {
  margin-top: 35px;
  font-family: "Raleway";
  font-size: 16pt;
  line-height: 24pt;
}

.contact-page-left-side iframe {
  width: 90vw;
  max-width: 500px;
}

/* court page */
.court-page-info {
  width: 50%;
  margin: 25px 0;
}

.court-page-info h1,
.court-page-info h2,
.court-page-info h3 {
  font-size: 20pt;
  text-align: left;
  padding-left: 25px;
}

.court-page-info p {
  text-align: left;
  padding-left: 25px;
  line-height: 25px;
}

.court-page-contact-form {
  padding: 10px;
  padding-top: 35px;
}

.court-page-contact-form h1,
.court-page-contact-form h2,
.court-page-contact-form h3,
.court-page-contact-form p {
  font-family: "Raleway";
}

.page-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* FAQ Section Styles */
.faq-section {
  width: 90vw;
  margin: 50px auto;
  max-width: 800px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20pt;
  color: #0e0e0e;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.faq-question {
  background-color: #f8f9fa;
  padding: 20px 25px;
  cursor: pointer;
  font-family: "Raleway";
  font-size: 16pt;
  font-weight: bold;
  color: #3884cc;
  border: none;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #e9ecef;
}

.faq-question.active {
  background-color: #3884cc;
  color: white;
}

.faq-toggle {
  font-size: 20pt;
  font-weight: bold;
  transition: transform 0.3s ease;
  margin-left: 15px;
}

.faq-question.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: white;
}

.faq-answer.active {
  max-height: 500px;
  padding: 20px 25px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.6rem;
  text-align: left;
  padding: 0;
}

.faq-answer ul {
  margin: 10px 0;
  padding-left: 20px;
}

.faq-answer li {
  margin-bottom: 8px;
  line-height: 1.6rem;
}

/* Mobile responsive adjustments */
@media screen and (max-width: 768px) {
  .faq-question {
    font-size: 14pt;
    padding: 15px 20px;
  }

  .faq-answer.active {
    padding: 15px 20px;
  }

  .faq-toggle {
    font-size: 18pt;
  }
}

.mobile-buttons #contact-us-btn {
  margin-top: 10px;
  font-size: 20pt;
  padding: 20px;
  width: 100%;
  color: white;
  background-color: #3884cc;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  /* -webkit-box-shadow: 5px 5px 5px gray;
          box-shadow: 5px 5px 5px gray; */
}

.mobile-buttons #contact-us-btn a {
  color: white;
  text-decoration: none;
}
#court_info_heading {
  text-align: center;
  margin: 50px 0px;
}

.court-contact-information {
  margin: auto;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.court-contact-information h1,
.court-contact-information h2,
.court-contact-information h3,
.court-contact-information p {
  text-align: left;
}

.court-contact-information .court-information-left {
  margin: 10px 20px;
  width: 40%;
}

.court-contact-information .court-information-right {
  margin: 10px 20px;
}

.court-contact-information .court-information-right iframe {
  width: 90vw;
  max-width: 500px;
}

.hr-custom {
  width: 75%;
}

@media screen and (max-width: 1000px) {
  .court-page-info {
    width: 90%;
  }
  .court-page-contact-form {
    width: 90%;
  }
  .landing-image h1 {
    font-size: 36pt;
  }
}

@media screen and (max-width: 1076px) {
  .court-contact-information .court-information-left {
    width: 100%;
  }
}

.contact-form {
  padding-top: 50px;
}

.testimonial-paragraph {
  width: 50%;
}
/*# sourceMappingURL=court_page.css.map */
