@charset "UTF-8";
html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  -webkit-tap-highlight-color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #1E6FF4;
}
a:hover, a:focus {
  color: rgb(10.3940677966, 86.9322033898, 212.6059322034);
}

hr {
  border-color: #1E6FF4;
  border-width: 3px;
  max-width: 50px;
  margin: 0 auto 30px;
}

hr.light {
  border-color: white;
}

section {
  padding: 90px 0;
}

.no-padding {
  padding: 0;
}

.section-eyebrow {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #1E6FF4;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.section-subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0;
}
.section-subtitle a {
  color: #1E6FF4;
}

.text-primary {
  color: #1E6FF4;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.bg-dark {
  background-color: #222;
  color: white;
}

.btn {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-xl {
  padding: 14px 34px;
  font-size: 0.82rem;
}

.btn-primary {
  color: white;
  background-color: #1E6FF4;
  border-color: #1E6FF4;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle .btn-primary {
  color: white;
  background-color: rgb(11.5826271186, 96.8728813559, 236.9173728814);
  border-color: rgb(11.1072033898, 92.8966101695, 227.1927966102);
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle .btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #1E6FF4;
  border-color: #1E6FF4;
}
.btn-primary .badge {
  color: #1E6FF4;
  background-color: white;
}

.btn-outline-white {
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  padding: 12px 34px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 300px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
  color: white;
}

#mainNav {
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 0 20px;
}
#mainNav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  text-decoration: none;
}
#mainNav .navbar-brand img {
  height: 28px;
  width: auto;
}
#mainNav .navbar-brand span {
  font-family: "Sansation", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1E6FF4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#mainNav .nav-link {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333 !important;
  padding: 26px 14px !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#mainNav .nav-link:hover {
  color: #1E6FF4 !important;
}
#mainNav .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  padding: 8px;
  margin-top: 0;
}
#mainNav .dropdown-menu .dropdown-item {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  padding: 10px 16px;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#mainNav .dropdown-menu .dropdown-item:hover, #mainNav .dropdown-menu .dropdown-item:focus {
  background-color: #f0f5ff;
  color: #1E6FF4;
}
#mainNav .navbar-toggler {
  border: none;
  padding: 8px;
}
#mainNav .navbar-toggler:focus {
  box-shadow: none;
}

.hero {
  min-height: 100vh;
  background-color: #111;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.68) 100%);
  z-index: 1;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 80px 20px 40px;
  max-width: 840px;
}
.hero .hero-content h1 {
  font-family: "Sansation", sans-serif;
  font-size: clamp(1.7rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.hero .hero-content .hero-tagline {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  opacity: 0.88;
  margin-bottom: 42px;
  font-weight: 300;
  line-height: 1.7;
  color: white;
}
.hero .hero-content .hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero .hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
  animation: hero-bounce 2.4s ease-in-out infinite;
}
.hero .hero-scroll:hover {
  color: white;
}
.hero .hero-scroll i {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

@keyframes hero-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.65;
  }
  50% {
    transform: translateX(-50%) translateY(9px);
    opacity: 1;
  }
}
.home-services {
  padding: 90px 0;
  background: white;
}
.home-services h2 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.service-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  height: 340px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.service-card .service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.service-card .service-card-title {
  color: white;
  font-family: "Sansation", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.35;
}
.service-card .service-card-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  margin: 8px 0 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  line-height: 1.5;
}
.service-card .service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.32s ease 0.06s, transform 0.32s ease 0.06s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 2px;
}
.service-card .service-card-cta i {
  font-size: 0.75rem;
}
.service-card:hover {
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.18);
  transform: translateY(-5px);
}
.service-card:hover img {
  transform: scale(1.07);
}
.service-card:hover .service-card-overlay {
  background: linear-gradient(to top, rgba(19, 92, 210, 0.88) 0%, rgba(0, 0, 0, 0.15) 65%, transparent 100%);
}
.service-card:hover .service-card-desc,
.service-card:hover .service-card-cta {
  opacity: 1;
  transform: translateY(0);
}

.reviews-preview {
  padding: 90px 0;
  background: #f7f8fb;
  background-image: url("/media/img/diagmonds-light.png");
}
.reviews-preview h2 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.review-preview-card {
  background: white;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.review-preview-card .stars {
  color: #f4b400;
  font-size: 1rem;
  margin-bottom: 14px;
  display: block;
  letter-spacing: 3px;
}
.review-preview-card p {
  color: #444;
  font-size: 0.87rem;
  line-height: 1.8;
  margin: 0;
  font-style: italic;
}

#contact {
  background-color: #135CD2;
  background-image: url("/media/img/diagmonds-light.png");
  background-blend-mode: soft-light;
  color: white;
  padding: 90px 0;
  text-align: center;
}
#contact .section-eyebrow {
  color: rgba(255, 255, 255, 0.6);
}
#contact h2 {
  color: white;
  font-size: 2.1rem;
  margin-bottom: 10px;
}
#contact p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 40px;
}
#contact .contact-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
#contact .contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50px;
  padding: 12px 22px;
  font-size: 0.88rem;
  font-weight: 600;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#contact .contact-link i {
  font-size: 0.95rem;
}
#contact .contact-link:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  transform: translateY(-2px);
}

.gallery-page-hero {
  background: #111;
  color: white;
  text-align: center;
  padding: 140px 20px 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.gallery-page-hero h1 {
  font-family: "Sansation", sans-serif;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.gallery-page-hero p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0;
}

.gallery-filter-bar {
  background: #111;
  position: sticky;
  top: 72px;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 14px 20px;
}
.gallery-filter-bar .gallery-filter {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.filter-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.5);
  padding: 6px 18px;
  border-radius: 100px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-btn:hover {
  border-color: rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.9);
}
.filter-btn.active {
  background: #1E6FF4;
  border-color: #1E6FF4;
  color: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  gap: 3px;
  background: #111;
}
@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #1a1a1a;
}
.gallery-item.gallery-featured {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item.gallery-hidden {
  display: none;
}
.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.gallery-item .gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 92, 210, 0.88) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: white;
}
.gallery-item .gallery-overlay i {
  font-size: 2.2rem;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}
.gallery-item .gallery-overlay span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
}
.gallery-item:hover img {
  transform: scale(1.07);
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.avis-page {
  background: #f7f8fb;
  background-image: url("/media/img/diagmonds-light.png");
  padding: 60px 0 90px;
}
.avis-page .review-card {
  background: white;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 22px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  height: calc(100% - 22px);
}
.avis-page .review-card .stars {
  color: #f4b400;
  font-size: 0.9rem;
  margin-bottom: 12px;
  display: block;
  letter-spacing: 3px;
}
.avis-page .review-card p {
  color: #444;
  font-size: 0.87rem;
  line-height: 1.8;
  margin: 0;
}

.page-hero {
  background-color: #135CD2;
  background-image: url("/media/img/diagmonds-light.png");
  background-blend-mode: soft-light;
  color: white;
  text-align: center;
  padding: 120px 20px 60px;
}
.page-hero h1 {
  font-family: "Sansation", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.page-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  margin: 0;
}

.service-hero {
  position: relative;
  height: 55vh;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}
.service-hero .service-hero-content {
  position: relative;
  z-index: 1;
  padding: 80px 20px 20px;
}
.service-hero .service-hero-content h1 {
  font-family: "Sansation", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.service-hero .service-hero-content p {
  font-size: 1.05rem;
  margin-bottom: 0;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .service-hero {
    height: 60vh;
  }
}

.service-content {
  padding: 70px 20px;
  background: white;
}
.service-content h2 {
  margin-bottom: 20px;
}
.service-content h3 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #1E6FF4;
  font-weight: 700;
}
.service-content .service-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.service-content .service-feature-list li {
  padding: 11px 10px 11px 32px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
}
.service-content .service-feature-list li:last-child {
  border-bottom: none;
}
.service-content .service-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 6px;
  color: #1E6FF4;
  font-weight: 700;
}
.service-content .service-cta {
  margin-top: 40px;
  text-align: center;
}

footer {
  background: #111;
  color: rgba(255, 255, 255, 0.55);
  padding: 64px 0 0;
}
footer .footer-brand .footer-brand-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .footer-brand .footer-brand-text {
  flex: 1;
}
footer .footer-brand .footer-logo {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  display: block;
  margin-bottom: 16px;
}
footer .footer-brand .footer-portrait {
  height: 128px;
  width: 128px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}
footer .footer-brand p {
  font-size: 0.84rem;
  margin-bottom: 6px;
  line-height: 1.6;
}
footer h6 {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 16px;
  font-weight: 700;
}
footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-links li {
  margin-bottom: 9px;
}
footer .footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.86rem;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
footer .footer-links a:hover {
  color: white;
}
footer .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.65);
}
footer .footer-contact-item i {
  width: 16px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.9rem;
}
footer .footer-contact-item a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
footer .footer-contact-item a:hover {
  color: white;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 48px;
  padding: 22px 0;
  font-size: 0.76rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.28);
}
footer .footer-bottom p {
  margin: 0;
}

.display-font {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

/*# sourceMappingURL=main.css.map */