* {
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
}
:root {
  --cs-primary: #02144a;
  --cs-secondary: #84161f;
  --cs-white: #fff;
}
h2 {
  font-size: 32px;
  font-weight: 600;
}
.cs-nav-btn,
.nav-link,
p {
  font-size: 16px;
}
p {
  font-weight: 400;
  margin-bottom: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.cs-nav-btn,
.hero-content h2 {
  font-weight: 500;
}
.p-80 {
  padding: 80px 0;
}
.cs-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--cs-secondary);
  border-style: none;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 30px;
  transition: 0.4s ease-in-out;
}
.cs-nav-btn:hover {
  color: #fff;
  background: #c9222f;
}
.cs-btn {
  color: var(--cs-button) !important;
  border: 2px solid var(--cs-button) !important;
}
.cs-btn:hover {
  color: var(--cs-white) !important;
}
.nav-link.active,
.nav-link:focus,
.nav-link:hover,
.navbar-toggler i {
  color: var(--cs-orange);
}
.header {
  background-color: var(--cs-primary);
}
nav {
  background-color: var(--cs-primary);
}
.navbar-brand {
  max-width: 160px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0;
  background-color: #fff0;
}
.navbar-toggler i {
  font-size: 25px;
}
.nav-link {
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
}
.nav-link:hover {
  color: #c9222f;
}
.nav-item {
  padding: 0 15px;
}
.nav-link.active,
.nav-link:focus,
.nav-link:hover,
.navbar-toggler i {
  color: #c9222f;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
  background-color: var(--cs-primary);
  border: none;
}
.dropdown-item {
  color: #fff;
  background-color: #fff0;
  padding: 10px 20px;
}
.dropdown-item:hover,
.dropdown-menu .active {
  background-color: #84161f !important;
  color: #fff;
}
.hero {
  background: linear-gradient(rgba(30, 0, 0, 0.788), rgb(30, 0, 0, 0.788)),
    url(../images/serrurierdrancy-hero.webp) no-repeat center/cover;
  padding: 8% 0;
}
.hero-content {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-content h1 {
  color: #c9222f;
  font-size: 50px;
  font-weight: 600;
}
.hero-content h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin: 30px 20px;
}
.hero-content p {
  color: #ffffffde;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  display: inline;
}
.hero-content p a {
  color: #046bd2;
}
.hero-content p a:hover {
  color: #0b5baa;
}
.service,
.contact {
  background: var(--cs-secondary);
}
.service-content {
  text-align: center;
}
.service-content h2 {
  color: var(--cs-white);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service-content p {
  color: var(--cs-white);
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 40px;
}
.service-card {
  background-color: #02144a;
  padding: 30px 16px;
  border-radius: 16px;
  height: 100%;
}
.service-card-img {
  width: 116px;
  margin: 0 auto;
}
.service-card-content {
  margin-top: 20px;
  text-align: center;
}
.service-card-content h3 {
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
}
.service-card-content p {
  color: #ffffff;
}
.seo {
  background: #ffffff;
}
.seo-wraper {
  text-align: center;
}
.seo-img {
  padding-bottom: 30px;
}
#seo-title {
  font-size: 40px;
}
.seo-wraper h2 {
  color: #1e293b;
}
.seo-wraper h3 {
  color: #1e293b;
  font-size: 26px;
}
.seo-wraper p {
  margin-bottom: 40px;
  font-size: 18px;
  color: #1b1e00;
  line-height: 1.7em;
}
.seo-wraper p a {
  color: #045cb4;
}
.seo-wraper ul {
  margin: 0;
}
.seo-wraper ul li {
  font-size: 18px;
  color: #02144a;
  padding-bottom: 20px;
}
.seo-wraper .seo-list {
  margin-bottom: 20px;
}
.seo-wraper .seo-list li {
  list-style: disc;
  padding-bottom: 6px;
}
.seo-wraper ul a {
  color: #045cb4;
}
.form-wraper {
  background: #fff;
  padding: 50px;
  border-radius: 12px;
}
.form-wraper h2 {
  color: var(--cs-primary);
  margin-bottom: 8px;
  font-size: 26px;
}
.form-wraper p {
  color: var(--cs-primary);
  font-size: 16px;
  margin-bottom: 26px;
}
.form-wraper form label {
  color: var(--cs-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-wraper form input,
.form-wraper form select,
.form-wraper form textarea {
  padding: 11px 15px;
  border: 1px solid #dadbdd;
  border-radius: 7px;
  background: #fcfeff;
  color: var(--cs-primary);
  font-size: 16px;
  width: 100%;
}
.form-wraper form input::placeholder,
.form-wraper form textarea::placeholder {
  color: #5f6677;
}
.form-control:focus,
.form-wraper form input:focus-visible {
  color: var(--cs-primary);
  box-shadow: none;
  outline: none;
  border-color: #86b7fe;
}
.text-red {
  color: #f56c6c;
}
.fileToUpload {
  background: var(--cs-secondary);
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff !important;
  font-weight: 400 !important;
  margin-top: 8px;
}
.cs-submit-btn {
  background: var(--cs-primary);
  color: #fff;
  border-radius: 4px 4px 4px 4px;
  padding: 12px 40px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.cs-submit-btn:hover {
  background: #a71d28;
  color: #fff;
}
.map-btn {
  padding: 23px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--cs-primary);
  font-weight: 500;
  font-size: 19px;
  transition: 0.4s ease-in-out;
}
.map-btn:hover {
  background: #e9e9e9;
}
iframe {
  display: block;
}
.faq {
  background: #ffffff;
}
.faq-content h2 {
  text-align: center;
  color: var(--cs-primary);
  margin-bottom: 24px;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.accordion-button {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  gap: 16px;
  color: var(--cs-primary);
  font-weight: 500;
  font-size: 19px;
}
.accordion-button .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
  flex-shrink: 0;
}
.accordion-button:not(.collapsed) .icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="bi bi-dash" viewBox="0 0 16 16"><rect x="3" y="7.25" width="10" height="1.5" fill="%234f5415"/></svg>');
}
.accordion-button.collapsed .icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 1a.5.5 0 0 1 .5.5v6h6a.5.5 0 0 1 0 1h-6v6a.5.5 0 0 1-1 0v-6h-6a.5.5 0 0 1 0-1h6v-6A.5.5 0 0 1 8 1z"/></svg>');
}
.accordion-button .question {
  flex-grow: 1;
}
.accordion-button:not(.collapsed) {
  color: var(--cs-secondary);
  background-color: #fff;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: #e2e2e2;
  box-shadow: none;
}
.accordion-button::after {
  display: none;
}
.accordion-collapse {
  border-top: 1px solid #e2e2e2;
}
.accordion-body {
  padding: 22px;
}
.accordion-body p {
  font-size: 18px;
  color: #02144a;
}
.accordion-body ol,
.accordion-body ul {
  font-size: 18px;
  color: #02144a;
  margin: 22px 0 6px 26px;
}
.accordion-body ol li {
  padding-bottom: 16px;
  list-style: decimal;
}
.accordion-body ul li {
  padding-bottom: 6px;
  list-style: disc;
}
.bottom-logo {
  background: var(--cs-primary);
  padding: 40px 0;
}
.footer-logo {
  width: 213px;
}
footer {
  background: var(--cs-secondary);
  padding: 16px 20px;
  color: #fff;
}
footer p a {
  color: #fff;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-content h2 {
    margin: 15px 10px;
    font-size: 20px;
  }
  .seo-wraper h3 {
    font-size: 20px;
  }
  .hero-content p,
  .seo-wraper p {
    font-size: 16px;
    line-height: 1.7em;
  }
  .seo-wraper ul li {
    padding-bottom: 10px;
  }
  .p-80 {
    padding: 60px 0;
  }
  #seo-title {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .contact {
    padding: 60px 0 !important;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    max-width: 65px;
  }
  .dropdown-item {
    padding: 10px 0;
  }
  .cs-nav-btn {
    padding: 10px 20px;
  }
  #contact-row {
    flex-direction: column-reverse;
  }
  .form-wraper {
    padding: 30px;
  }
  .form-wraper h2 {
    font-size: 20px;
  }
  .form-wraper p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .map-btn {
    padding: 16px;
    gap: 6px;
    font-size: 17px;
  }
  .accordion-body ol,
  .accordion-body ul {
    font-size: 18px;
    color: #84161f;
    margin: 22px 0 6px 16px;
  }
  .footer-logo {
    width: 213px;
    margin: 0 auto;
  }
  .hero {
    min-height: 580px;
    background-position: right top;
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .p-80 {
    padding: 30px 0;
  }
}
@media (max-width: 422px) {
  .hero-content h1 {
    font-size: 26px;
  }
  .hero-content h2 {
    font-size: 18px;
  }
}
