@import url('https://fonts.cdnfonts.com/css/st-simplesquare');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');


html {
  scroll-behavior: smooth;
}



.section-starter {
	min-height:47vh;
	padding-top:280px;
}
@media (max-width: 767px) {
  .section-starter {
    padding-top: 180px;
  }
}

.section-starter h2 {
	line-height: 1.35;
    font-weight: normal;
}


.section-dark {
	color: #fff;
	background:#1f2937;
	padding:70px 0;
}


.section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6 { color:#fff; }


.bg-primary {
	background-color:#3c8f69 !important;
	padding:30px 40px;
}

.bg-alt {
	background-color:#3d38ff !important;
	padding:30px 40px;
}


.bg-grey {
	background: linear-gradient(to bottom, #9ca3af 0%, #d1d5db 50%, #f3f4f6 100%);
	color:#2d2d2d;
}


.bg-primary, .bg-primary h3, .bg-primary h4, .bg-primary h5,
.bg-dark, .bg-dark h3, .bg-dark h4, .bg-dark h5,
.bg-alt, .bg-alt h3, .bg-alt h4, .bg-alt h5,
.footer, .footer h3, .footer h4, .footer h5 { color: #fff; }


.bg-dark {
	background-color:#252525 !important;
	padding:30px 40px;
}




.text-gold { color:gold !important; }

.round-10 { border-radius: 10px; }

.mb-45 {
	margin-bottom:45px;
}
.mb-70 {
	margin-bottom:70px;
}
.mb-110 {
	margin-bottom:110px;
}


.cheer-20 .number {
  font-family: 'Racing Sans One', cursive;
  letter-spacing: 8px;
  font-size: 110px;
  color: #3d38ff !important;
  text-shadow: 0 0 40px rgba(61, 56, 255, 0.3), 0 0 80px rgba(61, 56, 255, 0.15);
}
.cheer-20 h2 span {
  position: relative;
  display: inline-block;
}

.cheer-20 h2 span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  background-color: #3c8f69;
  transform: skewX(-15deg);
  animation: lineRight 1.2s ease 3s forwards;
}

@keyframes lineRight {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}


.linkedin i {
  color: #3c8f69;
  font-size: 44px;
  transition: color 0.2s ease;
}

.linkedin:hover i {
  color: #3d38ff;
}



.imcool {
	background: linear-gradient(160deg, #1f2937 0%, #234034 25%, #3c8f69 50%, #2d5a4a 75%, #1f2937 100%) !important;
}

.check-list i {
	font-size:24px;
	padding-right:15px;
	position:relative;
	top:3px;
}





.partners img {
  filter: grayscale(100%);
  transition: all 0.3s ease;
  opacity: 0.4;
}

.partners img:hover {
  filter: grayscale(0%);
  opacity:1;
}


.team-pic { border-radius:100%; }
.quote-pic {
	position:relative;
	bottom:0;
	left:10px;
}
.team-level {
	text-transform:uppercase;
	margin:0;
	color:#a9a9a9;
	letter-spacing:1px;
}

.plan-box {
	border:2px solid transparent;
}

.plan-box p {
	
	font-size:14px;
}

.plan-box h3 {
	
	font-weight:normal;
	border-bottom:1px dotted #eee;
}
.plan-box h3 span {
	
	padding-left:10px;
	position:relative;
	bottom:10px;
	font-size:13px;
	opacity:0.8;
}
.plan-box h5 {
	opacity:0.64;
	letter-spacing:0.64px;
}

.plan-box div {
	font-weight:bold;
	letter-spacing:0.4px;
}

.plan-box:hover h5 {
	opacity:1;
}
.plan-box:hover {
	cursor:pointer;
	border:2px solid white;
}

.plan-gold { background: linear-gradient(to bottom, #a8a06a 0%, #bfb98b 50%, #d4cfae 100%); !important; }



.img-col {
	
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:10px 0 0 10px;
	opacity:0.8;
	position:relative;
	left:14px;
}
.img-col-primary::after, .img-col-alt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.img-col-primary::after { background: linear-gradient(90deg, transparent 5%, #3c8f69 100%); }
.img-col-alt::after { background: linear-gradient(90deg, transparent 5%, #3d38ff 100%); }

.job-plan {
  color: #fff;
  letter-spacing: 0.4px;
  padding: 10px 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}

.job-plan i {
  display: none;
  font-size: 24px;
  margin-left: auto;
}

.job-plan div {
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  width: 80px;
  transition: all 0.2s;
}

.job-plan:hover {
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  color: #2d2d2d;
}

.job-plan:hover i {
  display: inline-block;
}

.job-plan:hover div {
  transform: translateX(10px);
}













.awesome-float-image {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.awesome-float-1 {
  width: 60px;
  height: auto;
  animation-name: awesomeFloatVertical;
}

.awesome-float-2 {
  width: 90px;
  height: auto;
  animation-name: awesomeFloatDiagonal;
}

.awesome-float-3 {
  width: 65px;
  height: auto;
  animation-name: awesomeFloatVerticalReverse;
}

.awesome-float-image img {
  width: 100%;
  height: auto;
}

@keyframes awesomeFloatVertical {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes awesomeFloatVerticalReverse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(20px); }
}

@keyframes awesomeFloatDiagonal {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-10px, 10px); }
}












.dyn-wings {
	position:relative;
	top:150px;
	z-index: 1;
}
.dyn-wing-left {
  animation: slideFromLeft 1.35s ease-out forwards;
}

.dyn-wing-right {
  animation: slideFromRight 1.35s ease-out forwards;
}

@keyframes slideFromLeft {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@keyframes slideFromRight {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}






.fadeOutList {

}

.fadeOutList > *:not(img) {
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInLeft 0.6s ease forwards;
  animation-play-state: paused;
  visibility: hidden;
}

.fadeOutList > *:nth-child(1)  { animation-delay: 0.1s; }
.fadeOutList > *:nth-child(2)  { animation-delay: 0.2s; }
.fadeOutList > *:nth-child(3)  { animation-delay: 0.3s; }
.fadeOutList > *:nth-child(4)  { animation-delay: 0.4s; }
.fadeOutList > *:nth-child(5)  { animation-delay: 0.5s; }
.fadeOutList > *:nth-child(6)  { animation-delay: 0.6s; }
.fadeOutList > *:nth-child(7)  { animation-delay: 0.7s; }
.fadeOutList > *:nth-child(8)  { animation-delay: 0.8s; }
.fadeOutList > *:nth-child(9)  { animation-delay: 0.9s; }
.fadeOutList > *:nth-child(10) { animation-delay: 1.0s; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}





.triangle-float-1 {
  animation: floatTri1 6s ease-in-out infinite;
}

.triangle-float-2 {
  animation: floatTri2 7s ease-in-out infinite;
}

.triangle-float-3 {
  animation: floatTri3 5s ease-in-out infinite;
}

@keyframes floatTri1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes floatTri2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@keyframes floatTri3 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}








.slide-out-up {
  animation: slideOutUp 0.4s ease forwards;
}

.slide-in-down {
  animation: slideInDown 0.4s ease forwards;
}

@keyframes slideOutUp {
  to {
    opacity: 0;
    transform: translateY(-15px);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





.bot-logo {
	font-family: 'ST-SimpleSquare', sans-serif;
	letter-spacing: 2px;
}

.qtlogo {
    font-family: 'ST-SimpleSquare', sans-serif;
	font-size: 32px;
	color: #3c8f69;
	letter-spacing: 2px;
	display:inline-block;
	position:relative;
	line-height: 1.5;
}

@media (min-width: 1300px) {
  .qtlogo {
	top: 32px;
	left: 47px;
  }
}
@media (min-width: 768px) {
  .is-sticky .qtlogo {
	top: 8px !important;
	text-shadow: none;
	color: #fff;
	font-size: 26px;
  }
}

.qtlogo span {
  display: inline-block;
  animation: jump 0.6s ease-out forwards;
  opacity: 0;
  padding-right:8px;
}

.qtlogo span:nth-child(1) { animation-delay: 0.1s; }
.qtlogo span:nth-child(2) { animation-delay: 0.3s; }
.qtlogo span:nth-child(3) { animation-delay: 0.5s; }

@keyframes jump {
  0%   { opacity: 0; transform: translateY(30px); }
  30%  { opacity: 1; transform: translateY(-15px); }
  60%  { transform: translateY(5px); }
  100% { opacity: 1; transform: translateY(0); }
}



.footer {
	background-color:#252525 !important;
	padding:80px 0;
}

.footer-decor {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.footer-decor i {
  position: absolute;
  color: white;
  opacity: 0.1;
}

.footer-decor i:nth-child(1)  { font-size: 24px; top: 10px; left: 5%; transform: rotate(-8deg); }
.footer-decor i:nth-child(2)  { font-size: 38px; top: 40px; left: 20%; transform: rotate(12deg); }
.footer-decor i:nth-child(3)  { font-size: 30px; top: 5px; left: 40%; transform: rotate(-15deg); }
.footer-decor i:nth-child(4)  { font-size: 44px; top: 50px; left: 60%; transform: rotate(10deg); }
.footer-decor i:nth-child(5)  { font-size: 26px; top: 20px; left: 80%; transform: rotate(-5deg); }
.footer-decor i:nth-child(6)  { font-size: 40px; top: 80px; left: 8%; transform: rotate(18deg); }
.footer-decor i:nth-child(7)  { font-size: 28px; top: 110px; left: 30%; transform: rotate(-20deg); }
.footer-decor i:nth-child(8)  { font-size: 36px; top: 75px; left: 45%; transform: rotate(8deg); }
.footer-decor i:nth-child(9)  { font-size: 32px; top: 130px; left: 70%; transform: rotate(-12deg); }
.footer-decor i:nth-child(10) { font-size: 42px; top: 150px; left: 40%; transform: rotate(15deg); }
.footer-decor i:nth-child(11) { font-size: 22px; top: 170px; left: 88%; transform: rotate(-25deg); }

.footer-list i {
	color:#3c8f69;
	font-size:10px;
	padding-right:15px;
	position:relative;
	top:-1px;
}



.callback input {
	padding: 8px 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	width:100%;
}

.callback .btn {
	padding: 12px 24px;
	background: #3c8f69;
	border: 4px solid #3c8f69;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	width:100%;
	transition: all 0.2s;
	position:relative;
	top:0;
}

.callback .btn a {
	color: #fff;
}

.callback .btn:hover {
	background: transparent;
	top:-4px;
}

.callback-success {
  background: #d1fae5;
  color: #065f46;
  padding: 10px 16px;
  border-radius: 10px;
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
  animation: fadeIn 0.3s ease;
}



.popup-link {
	padding:12px 14px;
	background:#3c8f69;
	border-radius:100%;
	color:white !important;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-overlay:target {
  display: flex;
}

.popup-box {
  background: white;
  padding: 40px;
  border-radius: 12px;
  max-width: 380px;
  width: 90%;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.popup-title {
  margin-bottom: 24px;
  font-size: 22px;
  color: #1f2937;
}

.input-icon-wrapper {
  position: relative;
  margin-bottom: 14px;
}

.input-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: #f3f4f6;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 14px;
  border: 1px solid #e5e7eb !important;
}

.input-with-icon {
  width: 100% !important;
  padding: 12px 14px 12px 52px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  outline: none !important;
  transition: border 0.2s !important;
}

.input-with-icon:focus {
  border-color: #3c8f69 !important;
}

.popup-btn {
  width: 100%;
  padding: 12px;
  background: #3c8f69;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}

.popup-btn:hover {
  background: #3c8f69 !important;
  color:#fff !important;
}

.login-error {
  background: #fee2e2;
  color: #dc2626;
  padding: 10px 16px;
  border-radius: 10px;
  margin-bottom: 14px;
  font-size: 14px;
  text-align: center;
  animation: shake 0.4s ease;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-6px); }
  75% { transform: translateX(6px); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}



 /* Hero Section */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 0 50px;
      background: transparent;
      position: relative;
      max-width: 1400px;
      margin: 0 auto;
    }

   
    .hero-content {
      flex: 1;
      padding-right: 50px;
      opacity: 0;
      transform: translateY(-50px);
      animation: slideDown 1s ease forwards;
    }

    .hero-content h1,
	.hero-content h2 {
      font-weight: 600;
      line-height: 1.2;
      color: #252525;
      margin-bottom: 20px;
    }
	.hero-content h1 { font-size: clamp(40px, 6vw, 70px); }
	.hero-content h2 { font-size: clamp(20px, 6vw, 40px); }

    .green-line {
      width: 142px;
      height: 12px;
      background-color: #3c8f69;
      margin: 20px 0 30px;
      opacity: 0;
      animation: slideRight 1.2s ease 0.3s forwards;
      transform: skewX(-15deg);
    }

    .hero-content p {
      font-size: 16px;
      line-height: 2;
      color: #252525;
      max-width: 420px;
      margin-bottom: 40px;
    }

    .hero-btn {
      display: inline-block;
      background-color: #252525;
      color: white;
      font-weight: 600;
      font-size: 18px;
      padding: 20px 40px;
      border-radius: 8px;
      text-decoration: none;
      border: 3px solid transparent;
      transition: all 0.3s ease;
    }

    .hero-btn:hover {
      background-color: white;
      color: #252525;
      border-color: #252525;
    }

  
    .hero-images {
      flex: 1;
      position: relative;
      height: 650px;
      opacity: 0;
      transform: translateY(50px);
      animation: slideUp 1s ease 0.2s forwards;
    }


    .main-image {
      width: 672px;
      height: 651px;
      z-index: 1;
    }

    .main-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

   
    .float-image {
      position: absolute;
      z-index: 2;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
    }

  
    .float-1 {
      right: 550px;
      top: 100px;
      width: 116px;
      height: 181px;
      animation-name: floatVertical;
    }

  
    .float-2 {
      right: 270px;
      top: -30px;
      width: 181px;
      height: 138px;
      animation-name: floatDiagonal;
    }

   
    .float-3 {
      right: 40px;
      top: 45px;
      width: 139px;
      height: 180px;
      animation-name: floatVerticalReverse;
    }

    .float-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    
    @keyframes slideDown {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes slideUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes slideRight {
      from {
        opacity: 0;
        width: 0;
      }
      to {
        opacity: 1;
        width: 142px;
      }
    }

    @keyframes floatVertical {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-30px);
      }
    }

    @keyframes floatVerticalReverse {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(30px);
      }
    }

    @keyframes floatDiagonal {
      0%, 100% {
        transform: translate(0, 0);
      }
      50% {
        transform: translate(-15px, 15px);
      }
    }

  
    @media (max-width: 1200px) {
      .hero {
        flex-direction: column;
        padding: 100px 30px;
        min-height: auto;
      }

      .hero-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
      }

      .hero-content p {
        margin-left: auto;
        margin-right: auto;
      }

      .green-line {
        margin-left: auto;
        margin-right: auto;
      }

      .hero-images {
        width: 100%;
        height: 500px;
      }

      .main-image {
        right: 15%;
        transform: translateX(50%);
        top: 0;
        width: 100%;
        max-width: 500px;
        height: auto;
        position: relative;
      }

      .float-image {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .hero-content h1 {
        font-size: 40px;
      }

      .hero-btn {
        font-size: 16px;
        padding: 15px 30px;
      }

      .green-line {
        width: 100px;
      }
    }