@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2')
}

:root {
  --dark: #07143a;
  --navy: #121936;
  --navy2: #3d4568;
  --orange: #ff7428;
  --bg: #e9eeee;
  --white: #ffffff;
  --gray: #6b7280;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--bg);
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

/* Header */

.site-header {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.topbar {
  padding: 11px 0;
  color: #fff;
  font-size: 14px;
}

.topbar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topbar span,
.topbar a {
  color: #fff;
  margin-right: 20px;
}

.main-nav {
  padding: 0;
}

.logo {
  background: #fff;
  border-radius: 50px;
  padding: 10px 25px 10px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.logo-mark {
  width: 48px;
  height: 48px;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  animation: pulse 2s infinite;
}

.logo strong {
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.logo small {
  display: block;
  color: #777;
  font-size: 10px;
  font-weight: 700;
  margin-top: 4px;
}

.nav-box {
  background: #fff;
  border-radius: 50px;
  padding: 8px 12px;
  margin-left: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.nav-link {
  color: var(--dark);
  font-weight: 800;
  padding: 15px 14px !important;
  transition: .3s;
}

.nav-link:hover,
.nav-link.active {
  color: var(--orange);
}

.dropdown-menu {
  border: 0;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
}

.dropdown-item {
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 700;
}

.dropdown-item:hover {
  background: var(--orange);
  color: #fff;
}

.search-form {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border-radius: 40px;
  padding: 3px;
}

.search-form input {
  width: 180px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 12px 14px;
}

.search-form button {
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  font-size: 20px;
}

.quote-btn {
  background: var(--orange);
  color: #fff;
  padding: 17px 30px;
  border-radius: 50px;
  font-weight: 900;
  margin-left: 14px;
  transition: .3s;
}

.quote-btn:hover {
  background: #fff;
  color: var(--orange);
  transform: translateY(-4px);
}

.menu-btn {
  background: #fff;
}

/* Hero */

.hero {
  position: relative;
  min-height: 922px;
  background-image: url('../locksmith/locksmith-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 20, 58, .92) 0%, rgba(18, 25, 54, .84) 45%, rgba(61, 69, 104, .58) 100%),
    linear-gradient(180deg, rgba(7, 20, 58, .12) 0%, rgba(7, 20, 58, .28) 100%);
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 76% 42%, rgba(255, 255, 255, .08), transparent 26%);
  z-index: 2;
}

.hero-row {
  min-height: 785px;
  padding-top: 125px;
  position: relative;
  z-index: 5;
}

.hero-content {
  color: #fff;
  padding-left: 105px;
  animation: fadeLeft 1s ease;
}

.hero-content h1 {
  font-size: 43px;
  line-height: 1.18;
  font-weight: 900;
  margin-bottom: 26px;
}

.hero-content h1 span {
  color: var(--orange);
}

.hero-content p {
  max-width: 520px;
  color: #eef1ff;
  line-height: 1.8;
  margin-bottom: 32px;
}

.hero-btn {
  background: var(--orange);
  color: #fff;
  padding: 17px 34px;
  border-radius: 50px;
  font-size: 23px;
  display: inline-block;
  font-weight: 900;
  transition: .3s;
}

.hero-btn:hover {
  background: #fff;
  color: var(--dark);
  transform: translateY(-5px);
}

/* Hero Image */

.hero-img {
  height: 555px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  animation: fadeRight 1s ease;
}

.hero-img img {
  width: 460px;
  height: 460px;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, .16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  position: relative;
  z-index: 5;
  animation: floatWorker 4s ease-in-out infinite;
}

.circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .22);
  bottom: 35px;
}

.c1 {
  width: 500px;
  height: 500px;
  animation: rotate 18s linear infinite;
}

.c2 {
  width: 425px;
  height: 425px;
}

.c3 {
  width: 350px;
  height: 350px;
  border-color: rgba(255, 116, 40, .8);
}

.service-hero-img {
  align-items: center;
  isolation: isolate;
}

.service-hero-img::before,
.service-hero-img::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.service-hero-img::before {
  width: 520px;
  height: 520px;
  background:
    conic-gradient(from 120deg, rgba(255, 116, 40, .95), rgba(255, 255, 255, .18), rgba(49, 175, 255, .52), rgba(255, 116, 40, .95));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  z-index: 3;
  animation: rotate 22s linear infinite;
}

.service-hero-img::after {
  width: 390px;
  height: 390px;
  background: radial-gradient(circle, transparent 60%, rgba(7, 20, 58, .32) 61%, rgba(255, 255, 255, .20) 72%, transparent 73%);
  z-index: 6;
}

.service-hero-img img.service-hero-photo {
  width: 430px;
  height: 430px;
  border: 14px solid #fff;
  outline: 3px solid rgba(255, 116, 40, .85);
  object-position: center center;
  box-shadow:
    0 28px 75px rgba(0, 0, 0, .34),
    0 0 0 20px rgba(255, 255, 255, .08);
}

.service-hero-img img.service-hero-photo--top {
  object-position: center 24%;
}

.service-hero-img .circle {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .48);
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 116, 40, .88));
  box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
  z-index: 7;
  animation: floatWorker 5s ease-in-out infinite;
}

.service-hero-img .c1 {
  top: 70px;
  left: 78px;
  bottom: auto;
}

.service-hero-img .c2 {
  right: 62px;
  bottom: 92px;
}

.service-hero-img .c3 {
  width: 46px;
  height: 46px;
  right: 145px;
  top: 45px;
  bottom: auto;
  background: #31afff;
}

/* Arrows */

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  transition: .3s;
}

.hero-arrow:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.arrow-left {
  left: 42px;
}

.arrow-right {
  right: 42px;
}

/* Floating Keys */

.lock-float {
  position: absolute;
  z-index: 6;
  font-size: 38px;
  opacity: .65;
  animation: floating 5s ease-in-out infinite;
}

.key-1 {
  top: 25%;
  left: 51%;
}

.key-2 {
  top: 45%;
  right: 8%;
  animation-delay: 1s;
}

.key-3 {
  bottom: 22%;
  left: 45%;
  animation-delay: 2s;
}

/* Exact Bottom Wave */

.bottom-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 170px;
  z-index: 20;
  pointer-events: none;
}

.bottom-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bottom-wave path {
  fill: var(--bg);
}

.scroll-circle {
  position: absolute;
  left: 50%;
  top: 62px;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
  background: #fff;
  border: 8px solid var(--bg);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
  pointer-events: auto;
}

.scroll-circle::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid var(--orange);
  border-radius: 50%;
}

.scroll-circle span {
  position: relative;
  z-index: 2;
  color: var(--orange);
  font-size: 28px;
  animation: downMove 1.4s infinite;
}

/* Brands */

.brands {
  background: var(--bg);
  padding: 35px 0 78px;
}

.brand-item {
  font-size: 18px;
  font-weight: 900;
  color: #151515;
  transition: .3s;
}

.brand-item:hover {
  color: var(--orange);
  transform: translateY(-6px);
}

.brands {
  overflow: hidden;
}

.brands-marquee {
  overflow: hidden;
  position: relative;
}

.brands-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: brandsMarquee 24s linear infinite;
}

.brands-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  padding-right: 14px;
}

.brands-marquee .brand-item {
  white-space: nowrap;
  padding: 10px 16px;
  border: 1px solid rgba(7, 20, 58, .12);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
}

.brands-marquee:hover .brands-track {
  animation-play-state: paused;
}

@keyframes brandsMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Services */
.services {
  position: relative;
  background:
    radial-gradient(circle at 18% 25%, rgba(255, 116, 40, .10) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 70%, rgba(7, 20, 58, .08) 0 2px, transparent 3px),
    linear-gradient(135deg, #e9eeee, #f4f6f6);
  background-size: 38px 38px, 52px 52px, 100% 100%;
  padding: 0 0 100px;
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 80px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7, 20, 58, .08);
  border-radius: 43% 57% 62% 38%;
  animation: textureRotate 22s linear infinite;
}

.services::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: 40px;
  width: 420px;
  height: 420px;
  background:
    repeating-linear-gradient(45deg,
      rgba(255, 116, 40, .08) 0,
      rgba(255, 116, 40, .08) 2px,
      transparent 2px,
      transparent 14px);
  border-radius: 50%;
  opacity: .55;
}

.services .container {
  position: relative;
  z-index: 2;
}

@keyframes textureRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section-title {
  max-width: 720px;
  margin: 0 auto 45px;
}

.section-title span {
  color: var(--orange);
  font-weight: 900;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 6px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 900;
  margin: 28px 0 15px;
  color: var(--dark);
}

.section-title p {
  color: var(--gray);
  line-height: 1.7;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  padding: 34px 26px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  transition: .4s;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0;
  background: var(--dark);
  transition: .4s;
}

.service-card:hover::before {
  height: 100%;
}

.service-card * {
  position: relative;
  z-index: 2;
}

.service-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 25px 60px rgba(7, 20, 58, .18);
}

.service-card .icon {
  font-size: 36px;
  margin-bottom: 22px;
}

.service-card .num {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 44px;
  font-weight: 900;
  color: #e5e7eb;
}

.service-card small {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.service-card h3 {
  font-size: 21px;
  font-weight: 900;
  margin: 17px 0;
  color: var(--dark);
}

.service-card p {
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 25px;
}

.service-card a {
  background: var(--dark);
  color: #fff;
  display: inline-block;
  padding: 13px 24px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 900;
}

.service-card:hover h3,
.service-card:hover p {
  color: #fff;
}

.service-card:hover a {
  background: var(--orange);
}

/* Animations */

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-55px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(55px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes floatWorker {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

@keyframes floating {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-18px) rotate(8deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes downMove {

  0%,
  100% {
    transform: translateY(-4px);
  }

  50% {
    transform: translateY(7px);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }
}

/* Responsive */

@media (max-width: 1199px) {
  .hero-content {
    padding-left: 55px;
  }

  .hero-content h1 {
    font-size: 52px;
  }

  .quote-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    position: relative;
    background: var(--navy);
  }

  .topbar-wrap {
    justify-content: center;
    text-align: center;
  }

  .main-nav {
    padding: 15px 0;
  }

  .nav-box {
    border-radius: 22px;
    margin-left: 0;
    margin-top: 15px;
    padding: 15px;
  }

  .search-form {
    margin-top: 15px;
  }

  .search-form input {
    width: 100%;
  }

  .hero-row {
    min-height: auto;
    padding: 70px 0 145px;
    text-align: center;
  }

  .hero-content {
    padding-left: 0;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img {
    height: 430px;
    margin-top: 40px;
  }

  .hero-img img {
    width: 360px;
    height: 360px;
  }

  .service-hero-img::before {
    width: 410px;
    height: 410px;
  }

  .service-hero-img::after {
    width: 315px;
    height: 315px;
  }

  .service-hero-img img.service-hero-photo {
    width: 330px;
    height: 330px;
    border-width: 11px;
  }

  .service-hero-img .circle {
    width: 56px;
    height: 56px;
  }

  .service-hero-img .c1 {
    left: 42px;
    top: 54px;
  }

  .service-hero-img .c2 {
    right: 38px;
    bottom: 70px;
  }

  .service-hero-img .c3 {
    width: 38px;
    height: 38px;
    right: 96px;
    top: 36px;
  }

  .hero-arrow {
    display: none;
  }

  .bottom-wave {
    height: 145px;
  }

  .scroll-circle {
    top: 60px;
    width: 82px;
    height: 82px;
  }

  .section-title h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {

  .topbar span,
  .topbar a {
    display: block;
    margin: 6px 0;
  }

  .logo strong {
    font-size: 21px;
  }

  .logo-mark {
    width: 42px;
    height: 42px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-img {
    height: 320px;
  }

  .hero-img img {
    width: 250px;
    height: 250px;
  }

  .service-hero-img::before {
    width: 285px;
    height: 285px;
  }

  .service-hero-img::after {
    width: 220px;
    height: 220px;
  }

  .service-hero-img img.service-hero-photo {
    width: 230px;
    height: 230px;
    border-width: 8px;
    box-shadow:
      0 18px 45px rgba(0, 0, 0, .32),
      0 0 0 12px rgba(255, 255, 255, .08);
  }

  .service-hero-img .circle {
    width: 40px;
    height: 40px;
  }

  .service-hero-img .c1 {
    left: 18px;
    top: 42px;
  }

  .service-hero-img .c2 {
    right: 14px;
    bottom: 64px;
  }

  .service-hero-img .c3 {
    width: 28px;
    height: 28px;
    right: 72px;
    top: 28px;
  }

  .c1 {
    width: 300px;
    height: 300px;
  }

  .c2 {
    width: 250px;
    height: 250px;
  }

  .c3 {
    width: 200px;
    height: 200px;
  }

  .lock-float {
    display: none;
  }

  .bottom-wave {
    height: 115px;
  }

  .scroll-circle {
    width: 72px;
    height: 72px;
    top: 52px;
  }

  .brands {
    padding-top: 30px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .service-card {
    text-align: center;
  }
}


.lockout-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 116, 40, .10) 0 3px, transparent 4px),
    radial-gradient(circle at 85% 70%, rgba(7, 20, 58, .08) 0 3px, transparent 4px),
    linear-gradient(135deg, #e9eeee, #f7f9f9);
  background-size: 42px 42px, 58px 58px, 100% 100%;
  overflow: hidden;
}

.lockout-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(7, 20, 58, .10);
  border-radius: 44% 56% 60% 40%;
  animation: rotate 22s linear infinite;
}

.lockout-image {
  position: relative;
  max-width: 520px;
  margin: auto;
}

.lockout-image img {
  width: 100%;
  border-radius: 34px;
  position: relative;
  z-index: 3;
  height: 500px;
  box-shadow: 0 28px 70px rgba(7, 20, 58, .18);
}

.lockout-circle {
  position: absolute;
  left: -35px;
  top: -35px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--orange);
  opacity: .18;
  z-index: 1;
}

.floating-lock,
.floating-key {
  position: absolute;
  z-index: 5;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--white);
  display: grid;
  place-items: center;
  font-size: 30px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
  animation: floating 4s ease-in-out infinite;
}

.floating-lock {
  right: -20px;
  top: 40px;
}

.floating-key {
  right: -20px;
  bottom: 45px;
  animation-delay: 1s;
}

.lockout-content {
  position: relative;
  z-index: 3;
}

.section-subtitle {
  color: var(--orange);
  font-weight: 900;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 6px;
}

.lockout-content h2 {
  font-size: 29px;
  font-weight: 900;
  color: var(--dark);
  margin: 25px 0 20px;
}

.lockout-content p {
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 16px;
}

.lockout-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.lockout-features div {
  background: var(--white);
  padding: 16px 18px;
  border-radius: 18px;
  font-weight: 800;
  color: var(--dark);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
  transition: .3s;
}

.lockout-features div:hover {
  background: var(--dark);
  color: var(--white);
  transform: translateY(-5px);
}

.lockout-btn {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  padding: 17px 34px;
  border-radius: 50px;
  font-weight: 900;
  transition: .3s;
}

.lockout-btn:hover {
  background: var(--dark);
  color: var(--white);
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .lockout-section {
    padding: 80px 0;
    text-align: center;
  }

  .lockout-content h2 {
    font-size: 34px;
  }

  .lockout-features {
    grid-template-columns: 1fr;
  }
}

/*=============================
WHY US
=============================*/

.why-us-section {

  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: linear-gradient(135deg, #07143a, #121936);

}

/* Pattern */

.why-pattern {

  position: absolute;
  inset: 0;

  background-image:

    radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, .03) 50%, transparent 52%);

  background-size: 35px 35px, 90px 90px;

}

/* Orange Glow */

.why-us-section::before {

  content: "";
  position: absolute;

  width: 500px;
  height: 500px;

  background: #ff7428;

  filter: blur(180px);

  opacity: .15;

  left: -200px;
  top: -150px;

}

.why-us-section::after {

  content: "";

  position: absolute;

  width: 420px;
  height: 420px;

  background: #ff7428;

  filter: blur(170px);

  opacity: .12;

  right: -180px;
  bottom: -180px;

}

/* Floating */

.floating-lock {

  position: absolute;

  color: #ff7428;

  opacity: .12;

  font-size: 90px;

  animation: floatLock 6s infinite ease-in-out;

}

.lock-1 {

  top: 8%;
  right: 12%;

}

.lock-2 {

  bottom: 10%;
  left: 10%;

  animation-delay: 2s;

}

/* Title */

.why-title {

  position: relative;
  z-index: 5;

}

.why-title span {

  color: #ff7428;

  font-weight: 800;

  letter-spacing: 2px;

}

.why-title h2 {

  color: #fff;

  font-size: 48px;

  font-weight: 900;

  margin: 18px 0;

  line-height: 1.2;

}

.why-title p {

  color: #cdd4e5;

  line-height: 1.9;

  margin-bottom: 35px;

}

.why-btn {

  display: inline-block;

  padding: 18px 36px;

  border-radius: 50px;

  background: #ff7428;

  color: #fff;

  font-weight: 700;

  transition: .4s;

}

.why-btn:hover {

  transform: translateY(-6px);

  background: #fff;

  color: #07143a;

}

/* Cards */

.why-card {

  position: relative;

  padding: 35px;

  border-radius: 28px;

  background: rgba(255, 255, 255, .08);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, .08);

  transition: .45s;

  overflow: hidden;

  height: 100%;

}

.why-card::before {

  content: "";

  position: absolute;

  left: -120%;

  top: 0;

  width: 70%;

  height: 100%;

  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, .18),
      transparent);

  transition: .8s;

}

.why-card:hover::before {

  left: 150%;

}

.why-card:hover {

  transform: translateY(-12px);

  border-color: #ff7428;

  box-shadow: 0 25px 60px rgba(0, 0, 0, .35);

}

.icon-box {

  width: 78px;
  height: 78px;

  border-radius: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ff7428;

  color: #fff;

  font-size: 28px;

  margin-bottom: 22px;

  transition: .4s;

}

.why-card:hover .icon-box {

  transform: rotate(-10deg) scale(1.1);

}

.why-card h4 {

  color: #fff;

  font-weight: 800;

  margin-bottom: 15px;

}

.why-card p {

  color: #d4d9e5;

  line-height: 1.8;

}

/* Animation */

@keyframes floatLock {

  0%,
  100% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-20px);

  }

}

/* Responsive */

@media(max-width:991px) {

  .why-title {

    text-align: center;
    margin-bottom: 50px;

  }

  .why-title h2 {

    font-size: 36px;

  }

}

@media(max-width:576px) {

  .why-title h2 {

    font-size: 30px;

  }

  .why-card {

    padding: 28px;

  }

}


.auto-programming {

  position: relative;
  padding: 120px 0;
  background: #f8fafc;
  overflow: hidden;

}

/* Texture */

.auto-programming::before {

  content: "";
  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(rgba(7, 20, 58, .04) 1px, transparent 1px);

  background-size: 28px 28px;

}

/* Shapes */

.auto-shape {

  position: absolute;
  border-radius: 50%;
  z-index: 0;

}

.auto-shape.one {

  width: 320px;
  height: 320px;

  background: rgba(255, 116, 40, .08);

  left: -120px;
  top: 40px;

}

.auto-shape.two {

  width: 260px;
  height: 260px;

  background: rgba(7, 20, 58, .05);

  right: -90px;
  bottom: 60px;

}

.auto-content {

  position: relative;
  z-index: 2;

  background: #fff;

  padding: 45px;

  border-radius: 30px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);

  border-left: 6px solid var(--orange);

}

.auto-content p {

  color: #6b7280;

  line-height: 2;

  margin-bottom: 25px;

  font-size: 17px;

}

.auto-content strong {

  color: var(--dark);

}

.feature-box {

  display: flex;

  align-items: center;

  gap: 18px;

  background: #fff;

  padding: 22px;

  border-radius: 22px;

  margin-bottom: 20px;

  transition: .4s;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);

}

.feature-box:hover {

  transform: translateX(10px);

  background: var(--dark);

}

.feature-box:hover h5 {

  color: #fff;

}

.icon {

  width: 65px;
  height: 65px;

  background: var(--orange);

  color: #fff;

  border-radius: 18px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 28px;

}

.feature-box h5 {

  margin: 0;

  font-weight: 800;

  color: var(--dark);

}

@media(max-width:991px) {

  .auto-content {

    padding: 30px;

  }

  .feature-box:hover {

    transform: none;

  }

}


.premium-offer {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #07143a, #121936);
  overflow: hidden;
}

.premium-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    repeating-linear-gradient(135deg,
      rgba(255, 255, 255, .035) 0,
      rgba(255, 255, 255, .035) 2px,
      transparent 2px,
      transparent 90px);
  background-size: 32px 32px, 100% 100%;
  opacity: .6;
}

.premium-ring {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 560px;
  height: 560px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, .08);
  border-radius: 43% 57% 60% 40%;
  animation: offerSpin 26s linear infinite;
}

.premium-ring::before,
.premium-ring::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, .06);
  border-radius: inherit;
}

.premium-ring::before {
  inset: 35px;
}

.premium-ring::after {
  inset: 75px;
  border-color: rgba(255, 116, 40, .20);
}

.premium-dot {
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(rgba(255, 255, 255, .65) 2px, transparent 2px);
  background-size: 10px 10px;
  opacity: .35;
}

.dot-a {
  left: 70px;
  top: 70px;
}

.dot-b {
  right: 90px;
  bottom: 80px;
}

.offer-heading {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 55px;
}

.offer-heading span {
  color: #ff7428;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.offer-heading h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  margin: 18px 0;
}

.offer-heading p {
  color: #dce3f5;
  line-height: 1.8;
}

.side-offer-card,
.main-coupon {
  position: relative;
  z-index: 2;
}

.side-offer-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  padding: 30px;
  margin-bottom: 24px;
  transition: .4s;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.side-offer-card::before {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
  transition: .8s;
}

.side-offer-card:hover::before {
  left: 150%;
}

.side-offer-card:hover {
  transform: translateY(-10px);
  border-color: #ff7428;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .32);
}

.side-icon {
  width: 70px;
  height: 70px;
  background: #ff7428;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 30px;
  margin-bottom: 20px;
  transition: .4s;
}

.side-offer-card:hover .side-icon {
  transform: rotate(-8deg) scale(1.08);
}

.side-offer-card h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.side-offer-card p {
  color: #d4d9e5;
  line-height: 1.7;
  margin: 0;
}

.main-coupon {
  background: #fff;
  border-radius: 34px;
  padding: 42px 32px;
  text-align: center;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .35);
  border: 8px solid rgba(255, 116, 40, .25);
  transform: translateY(20px);
  transition: .4s;
}

.main-coupon:hover {
  transform: translateY(5px) scale(1.02);
}

.coupon-label {
  display: inline-block;
  background: #07143a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.coupon-lock {
  width: 95px;
  height: 95px;
  background: #ff7428;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 42px;
  margin: 28px auto 18px;
  box-shadow: 0 0 0 14px rgba(255, 116, 40, .14);
  animation: couponPulse 2.2s infinite;
}

.main-coupon h3 {
  color: #07143a;
  font-size: 58px;
  font-weight: 900;
  margin: 0;
}

.main-coupon p {
  color: #ff7428;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
}

.coupon-line {
  height: 1px;
  background: repeating-linear-gradient(90deg,
      rgba(7, 20, 58, .25) 0,
      rgba(7, 20, 58, .25) 10px,
      transparent 10px,
      transparent 18px);
  margin: 22px 0;
}

.main-coupon small {
  display: block;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 24px;
}

.main-coupon a {
  display: inline-block;
  background: #ff7428;
  color: #fff;
  padding: 16px 30px;
  border-radius: 50px;
  font-weight: 900;
  transition: .3s;
}

.main-coupon a:hover {
  background: #07143a;
  color: #fff;
  transform: translateY(-4px);
}

@keyframes offerSpin {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes couponPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@media (max-width: 991px) {
  .premium-offer {
    padding: 90px 0;
  }

  .offer-heading h2 {
    font-size: 34px;
  }

  .main-coupon {
    transform: none;
    margin: 10px 0 30px;
  }
}

@media (max-width: 575px) {
  .offer-heading h2 {
    font-size: 29px;
  }

  .main-coupon h3 {
    font-size: 44px;
  }

  .side-offer-card,
  .main-coupon {
    padding: 26px;
  }
}

.lock-gallery-alt {
  position: relative;
  padding: 110px 0;
  background:
    linear-gradient(135deg, rgba(7, 20, 58, .03), rgba(255, 116, 40, .04)),
    #f6f8f8;
  overflow: hidden;
}

.lock-gallery-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(7, 20, 58, .07) 1px, transparent 1px);
  background-size: 30px 30px;
}

.bg-lock-icon {
  position: absolute;
  z-index: 1;
  font-size: 90px;
  color: rgba(7, 20, 58, .06);
  animation: galleryFloat 6s ease-in-out infinite;
}

.icon-a {
  left: 6%;
  top: 12%;
}

.icon-b {
  right: 8%;
  top: 18%;
  animation-delay: 1s;
}

.icon-c {
  left: 12%;
  bottom: 10%;
  animation-delay: 2s;
}

.icon-d {
  right: 13%;
  bottom: 8%;
  animation-delay: 3s;
}

.gallery-alt-title {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto 55px;
}

.gallery-alt-title span {
  color: var(--orange);
  font-weight: 900;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 6px;
}

.gallery-alt-title h2 {
  color: var(--dark);
  font-size: 44px;
  font-weight: 900;
  margin: 24px 0 14px;
}

.gallery-alt-title p {
  color: var(--gray);
  line-height: 1.8;
}

.gallery-alt-row {
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
}

.gallery-alt-card {
  position: relative;
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(7, 20, 58, .10);
  border: 8px solid #fff;
  transition: .45s;
}

.gallery-alt-card:hover {
  transform: translateY(-12px) rotate(-1deg);
  box-shadow: 0 35px 80px rgba(7, 20, 58, .18);
  border-color: var(--orange);
}

.gallery-alt-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s;
}

.gallery-alt-card:hover img {
  transform: scale(1.15);
}

.gallery-alt-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 20, 58, .82), transparent 65%);
  z-index: 1;
}

.gallery-alt-info {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
  transform: translateY(12px);
  opacity: .95;
  transition: .4s;
}

.gallery-alt-card:hover .gallery-alt-info {
  transform: translateY(0);
}

.gallery-alt-info span {
  width: 48px;
  height: 48px;
  background: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  font-size: 22px;
}

.gallery-alt-info h4 {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}

.tall-card {
  height: 590px;
}

.small-gap {
  margin-top: 30px;
}

.wide-card {
  height: 280px;
  margin-bottom: 30px;
}

.gallery-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.mini-card {
  height: 280px;
}

.gallery-alt-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: var(--orange);
  color: #fff;
  padding: 17px 36px;
  border-radius: 50px;
  font-weight: 900;
  transition: .3s;
}

.gallery-alt-btn:hover {
  background: var(--dark);
  color: #fff;
  transform: translateY(-5px);
}

@keyframes galleryFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-18px) rotate(8deg);
  }
}

@media (max-width: 991px) {
  .lock-gallery-alt {
    padding: 85px 0;
  }

  .gallery-alt-title h2 {
    font-size: 34px;
  }

  .tall-card,
  .gallery-alt-card,
  .wide-card,
  .mini-card {
    height: 320px;
  }

  .small-gap,
  .wide-card {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .gallery-mini-grid {
    grid-template-columns: 1fr;
  }

  .gallery-alt-title h2 {
    font-size: 29px;
  }

  .gallery-alt-card {
    height: 280px;
    border-width: 5px;
  }

  .bg-lock-icon {
    font-size: 60px;
  }
}

.commercial-parallax {
  position: relative;
  padding: 125px 0;
  min-height: 820px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.commercial-bg {
  position: absolute;
  inset: 0;
  background: url("../locksmith/commercial-security-bg.png") center/cover no-repeat;
  animation: bgZoom 18s ease-in-out infinite alternate;
}

.commercial-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(7, 20, 58, .92), rgba(18, 25, 54, .78)),
    radial-gradient(circle at 20% 30%, rgba(255, 116, 40, .22), transparent 28%);
}

.commercial-parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px),
    repeating-linear-gradient(120deg,
      rgba(255, 255, 255, .035) 0,
      rgba(255, 255, 255, .035) 2px,
      transparent 2px,
      transparent 95px);
  background-size: 34px 34px, 100% 100%;
  opacity: .6;
  z-index: 1;
}

.commercial-parallax::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -80px;
  width: 540px;
  height: 540px;
  border: 2px solid rgba(255, 255, 255, .10);
  border-radius: 43% 57% 62% 38%;
  animation: securitySpin 25s linear infinite;
  z-index: 1;
}

.commercial-parallax .container {
  position: relative;
  z-index: 3;
}

.commercial-glass-card {
  max-width: 860px;
  margin: auto;
  text-align: center;
  padding: 55px;
  border-radius: 38px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(16px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .35);
  animation: fadeUpCard 1s ease both;
}

.commercial-label {
  color: #ff7428;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #ff7428;
  padding-bottom: 7px;
}

.commercial-glass-card h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  margin: 28px 0 24px;
}

.commercial-glass-card p {
  color: #edf1fb;
  line-height: 1.85;
  margin-bottom: 18px;
}

.commercial-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.commercial-btn,
.commercial-outline {
  display: inline-block;
  padding: 17px 34px;
  border-radius: 50px;
  font-weight: 900;
  transition: .3s;
}

.commercial-btn {
  background: #ff7428;
  color: #fff;
}

.commercial-btn:hover {
  background: #fff;
  color: #07143a;
  transform: translateY(-5px);
}

.commercial-outline {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
}

.commercial-outline:hover {
  background: #fff;
  color: #07143a;
  transform: translateY(-5px);
}

.commercial-floating-boxes {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.float-box {
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  padding: 24px 18px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: .4s;
  animation: floatBoxMove 5s ease-in-out infinite;
}

.float-box:nth-child(2) {
  animation-delay: .7s;
}

.float-box:nth-child(3) {
  animation-delay: 1.2s;
}

.float-box:nth-child(4) {
  animation-delay: 1.8s;
}

.float-box:hover {
  transform: translateY(-12px);
  background: rgba(255, 116, 40, .20);
  border-color: #ff7428;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.float-box span {
  width: 66px;
  height: 66px;
  margin: 0 auto 15px;
  background: #ff7428;
  color: #fff;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 30px;
  transition: .4s;
}

.float-box:hover span {
  transform: rotate(-8deg) scale(1.08);
}

.float-box h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

.parallax-icon {
  position: absolute;
  z-index: 2;
  font-size: 80px;
  color: rgba(255, 255, 255, .12);
  animation: commercialIconFloat 6s ease-in-out infinite;
}

.p-icon-1 {
  left: 7%;
  top: 15%;
}

.p-icon-2 {
  right: 8%;
  top: 20%;
  animation-delay: 1s;
}

.p-icon-3 {
  left: 11%;
  bottom: 12%;
  animation-delay: 2s;
}

@keyframes bgZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.12);
  }
}

@keyframes fadeUpCard {
  from {
    opacity: 0;
    transform: translateY(45px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes securitySpin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes commercialIconFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-20px) rotate(8deg);
  }
}

@keyframes floatBoxMove {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991px) {
  .commercial-parallax {
    padding: 90px 0;
    min-height: auto;
  }

  .commercial-glass-card {
    padding: 36px 28px;
  }

  .commercial-glass-card h2 {
    font-size: 36px;
  }

  .commercial-floating-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .commercial-glass-card h2 {
    font-size: 30px;
  }

  .commercial-floating-boxes {
    grid-template-columns: 1fr;
  }

  .commercial-btn,
  .commercial-outline {
    width: 100%;
    text-align: center;
  }

  .parallax-icon {
    display: none;
  }
}


.counter-section {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(255, 116, 40, .10) 0 2px, transparent 3px),
    linear-gradient(135deg, #e9eeee, #f7f9f9);
  background-size: 42px 42px, 100% 100%;
  overflow: hidden;
}

.counter-shape {
  position: absolute;
  right: -120px;
  top: 20px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(7, 20, 58, .10);
  border-radius: 44% 56% 60% 40%;
  animation: rotate 24s linear infinite;
}

.counter-wrapper {
  position: relative;
  z-index: 2;
  background: #07143a;
  border-radius: 36px;
  padding: 45px 35px;
  box-shadow: 0 28px 80px rgba(7, 20, 58, .20);
  overflow: hidden;
}

.counter-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, .10) 1px, transparent 1px),
    repeating-linear-gradient(120deg,
      rgba(255, 255, 255, .035) 0,
      rgba(255, 255, 255, .035) 2px,
      transparent 2px,
      transparent 90px);
  background-size: 30px 30px, 100% 100%;
}

.counter-card {
  position: relative;
  z-index: 2;
  padding: 22px 15px;
  border-radius: 24px;
  transition: .4s;
}

.counter-card:hover {
  background: rgba(255, 255, 255, .08);
  transform: translateY(-10px);
}

.counter-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  background: #ff7428;
  color: #fff;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 32px;
  box-shadow: 0 0 0 12px rgba(255, 116, 40, .15);
  transition: .4s;
}

.counter-card:hover .counter-icon {
  transform: rotate(-8deg) scale(1.08);
}

.counter-card h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 8px;
}

.counter-card p {
  color: #dce3f5;
  font-weight: 800;
  margin: 0;
}

@media (max-width: 991px) {
  .counter-wrapper {
    padding: 35px 22px;
  }
}

.why-modern {
  position: relative;
  padding: 120px 0;
  background: #f8fbfc;
  overflow: hidden;
}

.why-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(7, 20, 58, .05) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Background Locksmith Icons */

.lock-bg {
  position: absolute;
  font-size: 120px;
  color: rgba(255, 116, 40, .06);
  animation: floatLock 6s infinite ease-in-out;
}

.lock1 {
  left: 4%;
  top: 12%;
}

.lock2 {
  right: 6%;
  bottom: 10%;
  animation-delay: 2s;
}

/* Left */

.why-left span {

  color: var(--orange);
  font-weight: 800;
  letter-spacing: 2px;
}

.why-left h2 {

  font-size: 48px;
  font-weight: 900;
  color: var(--dark);
  margin: 20px 0;
  line-height: 1.2;
}

.why-left p {

  color: var(--gray);
  line-height: 1.9;
  margin-bottom: 35px;
}

.why-link {

  display: inline-block;
  padding: 16px 34px;
  border-radius: 50px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  transition: .35s;
}

.why-link:hover {

  background: var(--dark);
  color: #fff;
}

/* Timeline */

.timeline-wrap {

  position: relative;
  padding-left: 75px;
}

.timeline-wrap::before {

  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  border-left: 2px dashed var(--orange);
}

.timeline-item {

  display: flex;
  gap: 22px;
  margin-bottom: 35px;
  position: relative;
}

.timeline-item:last-child {

  margin-bottom: 0;
}

.timeline-icon {

  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 0 0 10px rgba(255, 116, 40, .12);
  transition: .35s;
}

.timeline-content {

  background: #fff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
  transition: .35s;
}

.timeline-content h4 {

  color: var(--dark);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
}

.timeline-content p {

  color: var(--gray);
  line-height: 1.9;
  margin: 0;
}

.timeline-content strong {

  color: var(--dark);
}

.timeline-item:hover .timeline-content {

  transform: translateX(12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .10);
}

.timeline-item:hover .timeline-icon {

  transform: rotate(-10deg) scale(1.08);
}

/* Animation */

@keyframes floatLock {

  0%,
  100% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-18px);

  }

}

/* Responsive */

@media(max-width:991px) {

  .why-left {

    text-align: center;
    margin-bottom: 50px;

  }

  .timeline-wrap {

    padding-left: 0;

  }

  .timeline-wrap::before {

    display: none;

  }

  .timeline-item {

    flex-direction: column;

  }

  .timeline-icon {

    margin: auto;

  }

  .timeline-content {

    text-align: center;

  }

}

@media(max-width:576px) {

  .why-left h2 {

    font-size: 34px;

  }

  .timeline-content {

    padding: 22px;

  }

}

.faq-grid-section {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 116, 40, .10) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 75%, rgba(7, 20, 58, .06) 0 2px, transparent 3px),
    linear-gradient(135deg, #f7f9fc, #e9eeee);
  background-size: 42px 42px, 56px 56px, 100% 100%;
  overflow: hidden;
}

.faq-grid-section::before {
  content: "";
  position: absolute;
  left: -130px;
  top: 90px;
  width: 360px;
  height: 360px;
  background: #ff7428;
  opacity: .08;
  filter: blur(90px);
}

.faq-grid-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: 60px;
  width: 420px;
  height: 420px;
  border: 2px dashed rgba(255, 116, 40, .22);
  border-radius: 50%;
  animation: faqSpin 28s linear infinite;
}

.faq-bg-icon {
  position: absolute;
  z-index: 1;
  color: rgba(7, 20, 58, .055);
  animation: faqFloat 6s ease-in-out infinite;
}

.lock-bg {
  right: 6%;
  top: 8%;
  font-size: 150px;
}

.key-bg {
  left: 5%;
  bottom: 8%;
  font-size: 145px;
  animation-delay: 1.5s;
}

.lock-bg2 {
  right: 10%;
  bottom: 18%;
  font-size: 95px;
  animation-delay: 2.5s;
}

.faq-grid-title {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin: 0 auto 45px;
}

.faq-grid-title span {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq-grid-title h2 {
  color: var(--dark);
  font-size: 42px;
  font-weight: 900;
  margin: 14px 0;
}

.faq-grid-title p {
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

.faq-grid-card {
  position: relative;
  z-index: 3;
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  border-top: 5px solid var(--orange);
  box-shadow: 0 18px 45px rgba(7, 20, 58, .08);
  transition: .4s;
  overflow: hidden;
}

.faq-grid-card::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 140px;
  height: 140px;
  background: rgba(255, 116, 40, .08);
  border-radius: 50%;
  transition: .4s;
}

.faq-grid-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 65px rgba(7, 20, 58, .14);
}

.faq-grid-card:hover::before {
  transform: scale(1.35);
  background: rgba(255, 116, 40, .14);
}

.faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.faq-number {
  font-size: 44px;
  font-weight: 900;
  color: rgba(7, 20, 58, .13);
  line-height: 1;
}

.faq-icon {
  width: 58px;
  height: 58px;
  background: var(--orange);
  color: #fff;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 25px;
  box-shadow: 0 0 0 10px rgba(255, 116, 40, .12);
  transition: .4s;
}

.faq-grid-card:hover .faq-icon {
  transform: rotate(-8deg) scale(1.08);
}

.faq-grid-card h3 {
  color: var(--dark);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 14px;
}

.faq-grid-card p {
  color: var(--gray);
  line-height: 1.85;
  margin: 0;
  font-size: 15px;
}

@keyframes faqSpin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes faqFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-18px) rotate(8deg);
  }
}

@media (max-width: 991px) {
  .faq-grid-title h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .faq-grid-section {
    padding: 75px 0;
  }

  .faq-grid-title h2 {
    font-size: 29px;
  }

  .faq-grid-card {
    padding: 24px;
  }

  .faq-grid-card h3 {
    font-size: 19px;
  }

  .faq-bg-icon {
    display: none;
  }
}

.contact-style-section {
  position: relative;
  background: linear-gradient(90deg, #eef2f5 0 39%, #ffffff 39% 100%);
  padding: 0;
  overflow: hidden;
}

.contact-map-side {
  position: relative;
  height: 930px;
  background: #eef2f5;
}

.contact-map-side iframe {
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 1;
  pointer-events: auto;
  filter: grayscale(12%);
}

.contact-right-area {
  position: relative;
  min-height: 930px;
  padding: 110px 250px 110px 210px;
  background: #fff;
}

.contact-right-area::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 280px;
  height: 500px;

  opacity: .96;
  pointer-events: none;
}

.contact-steps-card {
  position: absolute;
  left: -335px;
  top: 94px;
  width: 495px;
  background: #07143a;
  border-radius: 34px;
  padding: 48px 42px;
  z-index: 5;
  box-shadow: 0 28px 80px rgba(7, 20, 58, .22);
}

.contact-steps-card::before {
  content: "";
  position: absolute;
  left: 92px;
  top: 92px;
  bottom: 92px;
  border-left: 1px dashed rgba(255, 255, 255, .45);
}

.step-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 54px;
}

.step-box:last-child {
  margin-bottom: 0;
}

.step-box span {
  position: relative;
  z-index: 2;
  min-width: 68px;
  height: 68px;
  background: #ff7428;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 25px;
  box-shadow: 0 0 0 18px rgba(255, 116, 40, .16);
}

.step-box h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 10px;
}

.step-box p {
  color: #dce3f5;
  line-height: 1.72;
  margin: 0;
  font-size: 15px;
}

.contact-form-box {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-left: auto;
}

.contact-title {
  margin-bottom: 34px;
}

.contact-title span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ff7428;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(7, 20, 58, .18);
}

.contact-title span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: radial-gradient(circle at 50% 50%, #ff7428 0 30%, transparent 32% 100%);
  border: 1px solid rgba(7, 20, 58, .35);
  border-radius: 50%;
  flex: 0 0 auto;
}

.contact-title h2 {
  color: #07143a;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.05;
  margin-top: 20px;
}

.cc-fcf-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.cc-fcf-grid,
.cc-fcf-date {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}

.cc-fcf-form input,
.cc-fcf-form select,
.cc-fcf-form textarea {
  width: 100%;
  border: 1px solid #e3e6e8;
  outline: 0;
  background: #e9ecef;
  color: #07143a;
  padding: 18px 24px;
  border-radius: 999px;
  margin-bottom: 20px;
  font-size: 16px;
  transition: .25s ease;
}

.cc-fcf-form input:focus,
.cc-fcf-form select:focus,
.cc-fcf-form textarea:focus {
  background: #fff;
  border-color: rgba(255, 116, 40, .45);
  box-shadow: 0 0 0 5px rgba(255, 116, 40, .10);
}

.cc-fcf-form textarea {
  min-height: 170px;
  border-radius: 30px;
  resize: none;
}

.cc-fcf-label {
  display: block;
  font-weight: 900;
  color: #07143a;
  margin: 6px 0 12px;
}

.cc-fcf-form input[type="submit"] {
  width: auto;
  background: #ff7428;
  color: #fff;
  border-color: #ff7428;
  padding: 18px 36px;
  font-weight: 900;
  transition: .3s;
}

.cc-fcf-form input[type="submit"]:hover {
  background: #07143a;
  border-color: #07143a;
  transform: translateY(-4px);
}

@media (max-width: 1199px) {
  .contact-right-area {
    padding: 90px 170px 90px 120px;
  }

  .contact-steps-card {
    left: -245px;
    width: 400px;
  }

  .contact-title h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .contact-map-side {
    height: 340px;
  }

  .contact-map-side iframe {
    opacity: 1;
    pointer-events: auto;
  }

  .contact-right-area {
    min-height: auto;
    padding: 60px 30px 70px;
  }

  .contact-right-area::after {
    display: none;
  }

  .contact-steps-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 45px;
  }

  .contact-form-box {
    max-width: 100%;
  }
}

@media (max-width: 575px) {

  .cc-fcf-grid,
  .cc-fcf-date {
    grid-template-columns: 1fr;
  }

  .contact-title h2 {
    font-size: 38px;
  }

  .step-box {
    gap: 20px;
  }

  .contact-steps-card {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .contact-steps-card::before {
    left: 58px;
    top: 82px;
    bottom: 82px;
  }

  .step-box span {
    min-width: 54px;
    height: 54px;
    font-size: 20px;
    box-shadow: 0 0 0 12px rgba(255, 116, 40, .16);
  }
}


.footer-section {
  position: relative;
  background: #07143a;
  color: #fff;
  overflow: hidden;
}

.footer-top-card {
  background: #fff;
  color: #07143a;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.footer-contact-item span {
  color: #ff7428;
  font-size: 34px;
}

.footer-contact-item p {
  margin: 0;
  line-height: 1.7;
  font-weight: 600;
}

.footer-contact-item a {
  color: #07143a;
}

.footer-main {
  position: relative;
  padding: 90px 0;
  background:
    linear-gradient(rgba(7, 20, 58, .94), rgba(7, 20, 58, .94)),
    url("images/footer-bg.jpg") center/cover no-repeat;
}

.footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: .35;
}

.footer-dot {
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(rgba(255, 255, 255, .65) 2px, transparent 2px);
  background-size: 10px 10px;
  opacity: .45;
}

.dot-1 {
  left: 70px;
  top: 70px;
}

.dot-2 {
  right: 110px;
  bottom: 75px;
}

.footer-widget {
  position: relative;
  z-index: 2;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  margin-bottom: 26px;
}

.footer-logo span {
  width: 60px;
  height: 60px;
  background: #ff7428;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 10px rgba(255, 116, 40, .18);
}

.footer-logo h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
}

.footer-logo small {
  font-size: 12px;
  letter-spacing: 1px;
}

.footer-widget p {
  color: #e3e8f6;
  line-height: 1.8;
  margin-bottom: 26px;
}

.footer-widget h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 26px;
}

.footer-widget h4::before {
  content: "🔐";
  color: #ff7428;
  margin-right: 8px;
  font-size: 18px;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  margin-bottom: 14px;
}

.footer-widget ul li a {
  color: #fff;
  transition: .3s;
}

.footer-widget ul li a:hover {
  color: #ff7428;
  padding-left: 6px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  transition: .3s;
}

.footer-social a:hover {
  background: #ff7428;
  transform: translateY(-5px);
}

.footer-newsletter input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 18px 26px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.footer-newsletter button {
  width: 100%;
  border: 0;
  background: #ff7428;
  color: #fff;
  padding: 18px 26px;
  border-radius: 50px;
  font-weight: 900;
  transition: .3s;
}

.footer-newsletter button:hover {
  background: #fff;
  color: #07143a;
}

.footer-info-list {
  display: grid;
  gap: 18px;
}

.footer-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-info-item span {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, .12);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 18px;
}

.footer-info-item p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}

.footer-info-item strong {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding: 24px 0;
  position: relative;
  z-index: 2;
}

.footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
}

.footer-bottom span {
  color: #ff7428;
}

.footer-bottom a {
  color: #fff;
  margin-left: 24px;
  transition: .3s;
}

.footer-bottom a:hover {
  color: #ff7428;
}

.scroll-top {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 54px;
  height: 54px;
  background: #ff7428;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: 900;
  border: 7px solid rgba(255, 255, 255, .16);
}

@media (max-width: 991px) {
  .footer-main {
    padding: 70px 0;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom a {
    margin: 0 8px;
  }
}

@media (max-width: 575px) {
  .footer-contact-item {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo h3 {
    font-size: 28px;
  }
}



/* ==================================
   LOCKSMITH SERVICES FAQ SECTION
================================== */

.services-faq-section {
    position: relative;
    padding: 100px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 116, 40, .07), transparent 25%),
        radial-gradient(circle at 85% 80%, rgba(7, 20, 58, .06), transparent 28%),
        #f5f7f8;
    overflow: hidden;
}

/* Dotted texture */

.services-faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(7, 20, 58, .055) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

/* Decorative orange circle */

.services-faq-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: -170px;
    top: 80px;
    border: 2px dashed rgba(255, 116, 40, .20);
    border-radius: 50%;
    animation: faqCircleRotate 30s linear infinite;
}

/* Background icons */

.faq-decor {
    position: absolute;
    z-index: 0;
    color: rgba(7, 20, 58, .045);
    pointer-events: none;
}

.faq-decor-lock {
    left: 3%;
    top: 17%;
    font-size: 170px;
    transform: rotate(-12deg);
}

.faq-decor-key {
    right: 4%;
    bottom: 8%;
    font-size: 160px;
    transform: rotate(18deg);
}

/* Heading */

.services-faq-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 55px;
}

.faq-small-title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--orange);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.services-faq-heading h2 {
    color: var(--dark);
    font-size: 46px;
    line-height: 1.15;
    font-weight: 900;
    margin: 16px 0 14px;
}

.services-faq-heading p {
    color: var(--gray);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

/* Accordion */

.locksmith-faq {
    position: relative;
    z-index: 2;
}

.locksmith-faq .accordion-item {
    border: 0;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(7, 20, 58, .07);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.locksmith-faq .accordion-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(7, 20, 58, .11);
}

.locksmith-faq .accordion-header {
    margin: 0;
}

.locksmith-faq .accordion-button {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    color: var(--dark);
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    box-shadow: none;
}

.locksmith-faq .accordion-button:not(.collapsed) {
    background: var(--dark);
    color: #fff;
}

.locksmith-faq .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

/* Service icon */

.faq-service-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: grid;
    place-items: center;
    background: rgba(255, 116, 40, .12);
    color: var(--orange);
    border-radius: 14px;
    font-size: 19px;
    transition: .35s ease;
}

.locksmith-faq .accordion-button:not(.collapsed) .faq-service-icon {
    background: var(--orange);
    color: #fff;
    transform: rotate(-6deg);
}

/* Service category */

.locksmith-faq .accordion-button small {
    display: block;
    color: var(--orange);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-top: 5px;
}

/* Bootstrap arrow */

.locksmith-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* Answer */

.locksmith-faq .accordion-body {
    padding: 20px 24px 23px 84px;
    color: var(--gray);
    font-size: 15px;
    line-height: 1.85;
    border-top: 1px solid #eef1f4;
}

/* Animation */

@keyframes faqCircleRotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Tablet */

@media (max-width: 991px) {
    .services-faq-section {
        padding: 80px 0;
    }

    .services-faq-heading h2 {
        font-size: 37px;
    }

    .faq-decor {
        opacity: .6;
    }
}

/* Mobile */

@media (max-width: 575px) {
    .services-faq-section {
        padding: 65px 0;
    }

    .services-faq-heading {
        margin-bottom: 38px;
    }

    .services-faq-heading h2 {
        font-size: 30px;
    }

    .locksmith-faq .accordion-button {
        padding: 16px;
        gap: 12px;
        font-size: 15px;
    }

    .faq-service-icon {
        width: 43px;
        height: 43px;
        min-width: 43px;
        font-size: 17px;
    }

    .locksmith-faq .accordion-body {
        padding: 18px;
        font-size: 14px;
    }

    .faq-decor {
        display: none;
    }
}