@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
    outline: none !important;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

.main-wrapper{
    width: 100%;
    height: 100vh;
    position: relative;
    border-left: 10px solid #0ea66d;
}
.main-center-block{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.logo-box{margin: 0 0 65px;}
.main-text h1{
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin: 0 0 65px;
    line-height: 65px;
}
.main-text h1 span{
    color: #0ea66d;
}
.main-text h6{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px;
}
.btn-main{
    padding: 10px 30px;
    background: #0ea66d;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: table;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}

.offer-block li{
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
.offer-block li:last-child{margin: 0;}
.offer-block li .offer-row{
    display: flex;
    align-items: center;
}
.offer-block h3{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
}
.offer-dt{padding: 0 0 0 20px;}
.offer-dt h4{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-decoration: underline;
    margin: 0 0 5px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.offer-dt h4:hover{
    color: #0ea66d !important;
}
.offer-dt p{
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin: 0;
    line-height: 18px;
}
.copyright-box{padding: 60px 0 0;}
.copyright-box h5{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px;
}
.copyright-box h5 a{
    text-decoration: underline;
    color: #000;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.copyright-box h5 a:hover{
    color: #0ea66d;
}
.copyright-box p{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}
.btn-link {
	color:#000000;
}
.btn-link:hover{
	color:#0ea66d;
}

/* ========== Hero Slider ========== */
.hero-slider {
  position: relative;
  height: 620px;
  overflow: hidden;
  background: #0d0d0d;
}

.hero-slider__bg {
  position: absolute;
  inset: 0;
}

.hero-slider__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slider__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.48) 100%);
  z-index: 1;
}

.hero-slider__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #0ea66d;
  z-index: 3;
}

.hero-slider__track {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}

.hero-slider__slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slider__content {
  padding-left: 20px;
}

.hero-slider__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #0ea66d;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(25px);
}

.hero-slider__title {
  margin: 0 0 38px;
  opacity: 0;
  transform: translateY(30px);
}

.hero-slider__title span {
  display: block;
  font-size: 52px;
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 1px;
}

.hero-slider__title strong {
  display: block;
  font-size: 66px;
  font-weight: 800;
  color: #0ea66d;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-slider__btn {
  display: inline-block;
  padding: 14px 42px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(25px);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.hero-slider__btn:hover {
  background: #0ea66d;
  border-color: #0ea66d;
  color: #fff;
}

.hero-slider__slide.active .hero-slider__label {
  animation: heroFadeUp 0.7s ease 0.2s forwards;
}

.hero-slider__slide.active .hero-slider__title {
  animation: heroFadeUp 0.7s ease 0.45s forwards;
}

.hero-slider__slide.active .hero-slider__btn {
  animation: heroFadeUp 0.7s ease 0.7s forwards;
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  background: rgba(14, 166, 109, 0.12);
  border: 2px solid rgba(255,255,255,0.3);
  color: #fff;
  width: 52px;
  height: 52px;
  font-size: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.hero-slider__nav:hover {
  background: #0ea66d;
  border-color: #0ea66d;
}

.hero-slider__nav--prev { left: 24px; }
.hero-slider__nav--next { right: 24px; }

.hero-slider__dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 10px;
}

.hero-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hero-slider__dot.active {
  background: #0ea66d;
  border-color: #0ea66d;
  transform: scale(1.35);
}

@media (max-width: 991px) {
  .hero-slider { height: 460px; }
  .hero-slider__title span { font-size: 38px; }
  .hero-slider__title strong { font-size: 50px; }
}

@media (max-width: 575px) {
  .hero-slider { height: 360px; }
  .hero-slider__title span { font-size: 26px; }
  .hero-slider__title strong { font-size: 34px; }
  .hero-slider__btn { padding: 10px 28px; font-size: 11px; }
  .hero-slider__nav { width: 38px; height: 38px; font-size: 24px; }
}