.header-area .logo a{
  display:inline-flex;
  align-items:center;
}

.header-area .logo .logo-wrapper{
  max-width: 160px;
  overflow: hidden;
}

.header-area .logo .logo-wrapper-small {
  max-width: 120px;
}

.header-area .logo img{
  max-height:48px;
  width:auto;
}

@media (max-width: 991px){
  .header-area .logo img{
    max-height:40px;
  }
}

#preloader-active .preloader-img img{
  max-height:60px;
  width:auto;
}

.right-img .image-box-example{
  max-width: 420px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.right-img .image-box-example img{
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .right-img .image-box-example{
    max-width: 100%;
  }
}

.map-responsive{
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.map-responsive iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Home: About section refresh */
.about-modern{

  padding-top: 30px;
  padding-bottom: 20px;
}

.about-modern .support-wrapper{
  gap: 34px;
}

.about-modern__title{
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 14px;
  color: #0b1c39;
}

.about-modern__muted{
  color: #57667e;
  line-height: 1.9;
  margin-bottom: 0;
}

.about-modern__features{
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.about-modern__feature{
  display:flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(11,28,57,0.08);
  box-shadow: 0 14px 35px rgba(11, 28, 57, 0.08);
}

.about-modern__feature h4{
  margin: 2px 0 4px;
  font-size: 16px;
  font-weight: 800;
  color: #0b1c39;
}

.about-modern__feature p{
  margin: 0;
  color: #57667e;
  line-height: 1.6;
  font-size: 13px;
}

.about-modern__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255, 95, 19, 0.12);
  color: #ff5f13;
  flex: 0 0 auto;
  font-size: 18px;
}

.about-modern__actions{
  margin-top: 18px;
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.about-modern__ghost{
  background: #ffffff;
  color: #0b1c39;
  border: 1px solid rgba(11,28,57,0.12);
  padding: 25px 22px;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s ease;
}

.about-modern__ghost:hover{
  background: #0b1c39;
  color: #ffffff;
  border-color: #0b1c39;
}

.about-modern__image{
  position: relative;
}

.about-modern__image-overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.about-modern__since{
  border-radius: 16px;
  background: rgba(11, 28, 57, 0.92);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 45px rgba(11, 28, 57, 0.18);
  padding: 14px 18px;
}

.about-modern__stats{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-modern__stat{
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(11,28,57,0.08);
  box-shadow: 0 14px 35px rgba(11, 28, 57, 0.08);
  text-align: center;
}

.about-modern__statN{
  display:block;
  font-weight: 900;
  font-size: 22px;
  color: #0b1c39;
  line-height: 1.1;
}

.about-modern__statL{
  display:block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #57667e;
}

@media (max-width: 991px){
  .about-modern{ padding-top: 18px; }
  .about-modern .support-wrapper{ flex-direction: column; }
  .about-modern .right-content{ order: 1; }
  .about-modern .left-content{ order: 2; }
  .about-modern__stats{ grid-template-columns: 1fr; }
}

/* Home: Slider hero caption layout */
.slider-area .hero__caption{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.slider-area .hero__caption h1{
  margin: 0;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.slider-area .hero__caption h1:first-child{
  margin-bottom: 35px;
  font-size: clamp(56px, 8vw, 120px);
  color: #ff5f13;
}

.slider-area .hero__caption .stock-text{
  margin: 0 0 16px;
}

.slider-area .hero__caption .stock-text h2{
  margin: 0;
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  font-size: clamp(64px, 9vw, 140px);
}

.slider-area .hero__caption > h1:nth-of-type(2){
  margin-top: 55px;
  font-size: clamp(56px, 8vw, 120px);
  color: #ff5f13;
}

@media (max-width: 575px){
  .slider-area .hero__caption{
    padding: 0 10px;
  }

  .slider-area .hero__caption .stock-text h2{
    font-size: clamp(54px, 11vw, 96px);
  }
}
