.bg-primary {
  background-color: #00A380;
}

.text-primary {
  color: #00A380;
}

.bg-secondary {
  background-color: #F05926;
}

.text-secondary {
  color: #F05926;
}

.bg-warning {
  background-color: #FFDA00;
}

.text-warning {
  color: #FFDA00;
}

.bg-info {
  background-color: #2471C0;
}

.text-info {
  color: #2471C0;
}

.bg-white {
  background-color: #FFFFFF;
}

.text-white {
  color: #FFFFFF;
}

.bg-smoke {
  background-color: #F6F8FB;
}

.text-smoke {
  color: #F6F8FB;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #3C3D3F;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.text-large {
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .text-large {
    font-size: 25px;
  }
}
.text-large.gradient {
  background: radial-gradient(129.95% 215.95% at -3.92% -8.97%, #00A380 0%, #01A282 39%, #059C89 53%, #0C9394 63%, #1586A5 71%, #2175BB 78%, #2471C0 79%, #7E9C71 87%, #C4BE34 93%, #EFD20E 98%, #FFDA00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 39px;
}

h3 {
  font-size: 31px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

a {
  color: #00A380;
  text-decoration: none;
}

p {
  font-size: 16px;
}

label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

button {
  font-size: 16px;
  font-weight: 600;
}

.overlaping-top {
  margin-top: -150px;
}

.flex-display {
  display: flex;
  flex-wrap: wrap;
}

.icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon i {
  color: #00A380;
  font-size: 80px;
}

.icon-s {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 20px;
}
.icon-s .bx {
  font-size: 25px;
}

.warehouse-title span {
  font-size: 16px;
  font-weight: 500;
}

.warehouse-caption {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.warehouse-caption li {
  border-right: 1px solid #E7EBED;
}
.warehouse-caption li:last-child {
  border-right: none;
}

.bg-green {
  background-color: #00A380;
  color: #FFFFFF;
}

.need-validation.error {
  border-color: #dc3545;
  color: #dc3545;
}

.error-feedback {
  color: #dc3545;
}

.list-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.list-check li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 20px;
}
.list-check li:last-child {
  margin-bottom: 0;
}
.list-check li i {
  color: #00A380;
}

.overlay-loading {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.overlay-loading .overlay-img {
  width: 5%;
}
.overlay-loading .overlay-loading-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  color: white;
  left: 50%;
  margin: -15px 0 -15px;
}

.floating-button {
  position: fixed;
  z-index: 999;
  display: none;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  box-shadow: 0px 0px 26px 5px rgba(0, 0, 0, 0.06) !important;
  border-radius: 50%;
}
.floating-button:hover {
  text-decoration: none;
}
.floating-button i {
  font-size: 24px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
  margin-top: 5rem;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.list-logistik {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.list-logistik li {
  display: inline-block;
  margin-right: 0.5rem;
}

.list-logistik li img {
  width: 80px;
  height: 40px;
  margin-bottom: 0.5rem;
}

.normal-pict {
  width: 100% !important;
  height: 100% !important;
}

.card .card-body img.avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}

.card .card-body img.avatar-img-ulasan {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}

.card .card-body img.logistik {
  width: 110px;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 0;
}

.foto-carousel .item .normal-pict {
  width: 100% !important;
  height: 215px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.back-to-top {
  bottom: 25px;
  right: 25px;
  background-color: #fff;
  color: #00A380;
}
.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
  background-color: #00A380;
  color: #fff;
}

.whatsapp {
  border: none;
  bottom: 25px;
  left: 25px;
  background-color: #00A380;
  color: #fff;
}

.preloader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #FFFFFF;
  overflow-y: hidden !important;
  z-index: 9999;
}
.preloader p {
  margin-top: 10px;
}

.m-top-0 {
  margin-top: 0;
}

.p-top-0 {
  padding-top: 0;
}

.m-right-0 {
  margin-right: 0;
}

.p-right-0 {
  padding-right: 0;
}

.m-bottom-0 {
  margin-bottom: 0;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.m-left-0 {
  margin-left: 0;
}

.p-left-0 {
  padding-left: 0;
}

.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar .navbar-brand img {
  width: 320px;
  height: 70px;
}
.navbar .navbar-brand .logo-green {
  display: none;
}
.navbar .navbar-brand .logo-white {
  display: block;
}
.navbar .navbar-nav {
  gap: 20px;
}
.navbar .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav #closeSidebar {
  display: none;
}
@media (max-width: 1024px) {
  .navbar .navbar-nav {
    background: white;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    height: 100vh;
    padding: 20px 30px 20px 20px;
    box-shadow: -40px 0px 50px rgba(128, 128, 128, 0.15);
  }
  .navbar .navbar-nav li {
    width: 100%;
  }
  .navbar .navbar-nav li .nav-link {
    color: #3C3D3F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    outline: none;
  }
  .navbar .navbar-nav li .btn-white {
    background-color: transparent;
    border-color: #00A380;
    color: #00A380;
    width: 100%;
  }
  .navbar .navbar-nav li .btn-secondary {
    background-color: #00A380;
    border-color: #00A380;
    color: #FFFFFF;
    width: 100%;
  }
  .navbar .navbar-nav #closeSidebar {
    display: block;
    background-color: black;
    color: #3C3D3F;
    border-radius: 10px;
    border: 1px solid #E7EBED;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .navbar .navbar-nav #closeSidebar:active, .navbar .navbar-nav #closeSidebar:focus {
    background-color: transparent !important;
  }
  .navbar .navbar-nav #closeSidebar i {
    font-size: 16px;
  }
}
.navbar .navbar-nav .dropdown-menu li a:focus, .navbar .navbar-nav .dropdown-menu li a:active {
  background-color: #00A380;
}
.navbar .navbar-toggler {
  border: 1px solid #E7EBED;
}
.navbar .navbar-toggler .fi {
  color: #FFFFFF;
  font-size: 24px;
}

.navbar-dropship .navbar-brand .logo-green {
  display: block;
}
.navbar-dropship .navbar-brand .logo-white {
  display: none;
}
.navbar-dropship .navbar-nav .nav-link {
  color: #3C3D3F;
  font-size: 16px;
  font-weight: 500;
}

.navbar-solid,
.navbar-about {
  background-color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7EBED;
}
.navbar-solid .navbar-brand .logo-green,
.navbar-about .navbar-brand .logo-green {
  display: block;
}
.navbar-solid .navbar-brand .logo-white,
.navbar-about .navbar-brand .logo-white {
  display: none;
}
.navbar-solid .navbar-nav,
.navbar-about .navbar-nav {
  gap: 20px;
}
.navbar-solid .navbar-nav .nav-link,
.navbar-about .navbar-nav .nav-link {
  color: #3C3D3F;
  font-size: 16px;
  font-weight: 500;
}
.navbar-solid .navbar-nav .nav-item .btn-white,
.navbar-about .navbar-nav .nav-item .btn-white {
  background-color: transparent;
  border-color: #00A380;
  color: #00A380;
}
.navbar-solid .navbar-nav .nav-item .btn-white:hover,
.navbar-about .navbar-nav .nav-item .btn-white:hover {
  background-color: #00A380 !important;
  color: #FFFFFF;
}
.navbar-solid .navbar-nav .nav-item .btn-secondary,
.navbar-about .navbar-nav .nav-item .btn-secondary {
  background-color: #00A380;
  border-color: #00A380;
  color: #FFFFFF;
}
.navbar-solid .navbar-nav .nav-item .btn-secondary:hover,
.navbar-about .navbar-nav .nav-item .btn-secondary:hover {
  background-color: #00b28c !important;
  border-color: #00A380 !important;
}
.navbar-solid .navbar-toggler,
.navbar-about .navbar-toggler {
  border: 1px solid #E7EBED;
}
.navbar-solid .navbar-toggler .fi,
.navbar-about .navbar-toggler .fi {
  color: #3C3D3F;
}

.dropdown-menu {
  border: none;
  box-shadow: 5px 15px 38px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.dropdown-menu .dropdown-item {
  padding: 10px 20px;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  color: #00A380;
}

.btn {
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  outline: none !important;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  transform: scale(1.05);
}

.text-primary {
  color: #00A380 !important;
}

.btn-primary {
  background-color: #00A380;
  border-color: #00A380;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #00b28c !important;
  border-color: #00A380 !important;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #00A380;
  color: #00A380;
}
.btn-outline-primary:hover {
  background-color: #00A380;
  color: #FFFFFF;
  border-color: #00A380;
}

.text-secondary {
  color: #F05926 !important;
}

.btn-secondary {
  background-color: #F05926;
  border-color: #F05926;
  color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #f16434 !important;
  border-color: #F05926 !important;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #F05926;
  color: #F05926;
}
.btn-outline-secondary:hover {
  background-color: #F05926;
  color: #FFFFFF;
  border-color: #F05926;
}

.text-warning {
  color: #FFDA00 !important;
}

.btn-warning {
  background-color: #FFDA00;
  border-color: #FFDA00;
  color: #FFFFFF;
  color: #3C3D3F;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: #ffdc0f !important;
  border-color: #FFDA00 !important;
}

.btn-outline-warning {
  background-color: transparent;
  border-color: #FFDA00;
  color: #FFDA00;
}
.btn-outline-warning:hover {
  background-color: #FFDA00;
  color: #FFFFFF;
  border-color: #FFDA00;
}

.text-info {
  color: #2471C0 !important;
}

.btn-info {
  background-color: #2471C0;
  border-color: #2471C0;
  color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #2679cd !important;
  border-color: #2471C0 !important;
}

.btn-outline-info {
  background-color: transparent;
  border-color: #2471C0;
  color: #2471C0;
}
.btn-outline-info:hover {
  background-color: #2471C0;
  color: #FFFFFF;
  border-color: #2471C0;
}

.text-white {
  color: #FFFFFF !important;
}

.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
  color: #3C3D3F;
  background-color: #FFFFFF;
}
.btn-white:hover {
  background-color: #E7EBED !important;
  color: #3C3D3F;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: white !important;
  border-color: #FFFFFF !important;
}

.btn-outline-white {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-outline-white:hover {
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-scroll-top {
  background-color: #00A380;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font-size: 30px;
  color: #FFFFFF;
  position: fixed;
  bottom: 40px;
  right: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 1;
}
.btn-scroll-top i {
  font-size: 20px;
  line-height: normal;
}

.hero {
  height: 100vh;
  width: 100%;
  border-bottom-right-radius: 200px;
  position: relative;
}
@media (max-width: 1024px) {
  .hero {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .hero {
    border-bottom-right-radius: 100px;
  }
}
.hero .sg-gd {
  position: absolute;
  bottom: -26px;
  z-index: 1;
}
.hero .sg-gd svg {
  width: 80%;
  display: block;
}
@media (max-width: 768px) {
  .hero .sg-gd {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 100%;
  }
}
.hero .container {
  position: relative;
  padding-right: 0;
  max-width: 100%;
  padding-left: 180px;
  z-index: 2;
}
@media (min-width: 1920px) {
  .hero .container {
    padding-left: 300px;
  }
}
@media (max-width: 1024px) {
  .hero .container {
    padding-left: 135px;
  }
}
@media (max-width: 768px) {
  .hero .container {
    padding-left: 35px;
  }
}
.hero .hero-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .hero .hero-body {
    padding-top: 120px;
    padding-right: 135px;
  }
}
@media (max-width: 480px) {
  .hero .hero-body {
    padding-right: 35px;
  }
}
.hero .hero-body .hero-title {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .hero .hero-body .hero-title {
    font-size: 35px;
  }
}
.hero .hero-body .hero-subtitle {
  font-size: 20px;
}
@media (max-width: 480px) {
  .hero .hero-body .hero-subtitle {
    font-size: 16px;
  }
}
.hero .hero-image {
  display: flex;
  align-items: flex-end;
}
.hero .hero-image img {
  border-bottom-right-radius: 200px;
}
@media (max-width: 768px) {
  .hero .hero-image img {
    border-bottom-right-radius: 100px;
  }
}
.hero.home {
  background: radial-gradient(95.48% 169.74% at 18.77% -1.31%, #2471C0 0%, #2175BB 4%, #099690 36%, #00A380 53%, #04A47E 58%, #11A777 64%, #27AB6C 70%, #45B25D 77%, #6DBA4A 83%, #9CC532 89%, #D4D116 96%, #FFDA00 100%);
}
.hero.home .container {
  z-index: 0;
}
.hero.about {
  background: #FFFFFF;
}
.hero.about .hero-title {
  font-size: 50px;
  background: radial-gradient(129.95% 215.95% at -3.92% -8.97%, #00A380 0%, #01A282 39%, #059C89 53%, #0C9394 63%, #1586A5 71%, #2175BB 78%, #2471C0 79%, #7E9C71 87%, #C4BE34 93%, #EFD20E 98%, #FFDA00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 480px) {
  .hero.about .hero-title {
    font-size: 35px;
  }
}
.hero.about .hero-subtitle {
  font-size: 20px;
  color: #3C3D3F;
}
@media (max-width: 480px) {
  .hero.about .hero-subtitle {
    font-size: 16px;
  }
}
.hero.dropship {
  background: radial-gradient(147.69% 245.43% at -5.95% -31.6%, #FFDA00 0%, #FDDA01 29%, #F6D804 39%, #EBD60A 47%, #DAD213 53%, #C4CD1E 58%, #A8C72B 62%, #88C03C 66%, #62B84F 70%, #37AF64 74%, #00A380 77%, #099690 81%, #2175BB 87%, #2471C0 88%);
}
.hero.dropship .hero-title {
  font-size: 50px;
  color: #3C3D3F;
}
@media (max-width: 480px) {
  .hero.dropship .hero-title {
    font-size: 35px;
  }
}
.hero.dropship .hero-subtitle {
  font-size: 20px;
  color: #3C3D3F;
}
@media (max-width: 480px) {
  .hero.dropship .hero-subtitle {
    font-size: 16px;
  }
}
.hero.instant-fulfillment {
  background: radial-gradient(129.95% 215.95% at -3.92% -8.97%, #00A380 0%, #01A282 39%, #059C89 53%, #0C9394 63%, #1586A5 71%, #2175BB 78%, #2471C0 79%, #7E9C71 87%, #C4BE34 93%, #EFD20E 98%, #FFDA00 100%);
}
.hero.instant-fulfillment .hero-title {
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .hero.instant-fulfillment .hero-title {
    font-size: 35px;
  }
}
.hero.dropshipper-network {
  background: radial-gradient(147.69% 245.43% at -5.95% -31.6%, #FFDA00 0%, #FDDA01 29%, #F6D804 39%, #EBD60A 47%, #DAD213 53%, #C4CD1E 58%, #A8C72B 62%, #88C03C 66%, #62B84F 70%, #37AF64 74%, #00A380 77%, #099690 81%, #2175BB 87%, #2471C0 88%);
}
.hero.dropshipper-network .hero-title {
  font-size: 100px;
  font-weight: 700;
  color: #3C3D3F;
}
@media (max-width: 480px) {
  .hero.dropshipper-network .hero-title {
    font-size: 35px;
  }
}
.hero.dropshipper-network .hero-subtitle {
  color: #3C3D3F;
}
.hero.enterprise-solution {
  background: radial-gradient(145.56% 241.89% at 2.78% -10.74%, #2471C0 24%, #2175BB 34%, #1A7FAE 45%, #0D9197 57%, #00A380 66%, #10A778 68%, #3BB062 71%, #81BF3F 75%, #DFD310 81%, #FFDA00 83%);
}
.hero.enterprise-solution .hero-title {
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .hero.enterprise-solution .hero-title {
    font-size: 35px;
  }
}
.page-header {
  background: radial-gradient(95.48% 169.74% at 18.77% -1.31%, #2471C0 0%, #2175BB 4%, #099690 36%, #00A380 53%, #04A47E 58%, #11A777 64%, #27AB6C 70%, #45B25D 77%, #6DBA4A 83%, #9CC532 89%, #D4D116 96%, #FFDA00 100%);
  width: 100%;
  height: 450px;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.overlapping {
  margin-top: -100px;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  section {
    border-bottom: 1px solid #E7EBED;
  }
}
@media (max-width: 768px) {
  section {
    border-bottom: 1px solid #E7EBED;
  }
}
section .section-title {
  margin-bottom: 50px;
  text-align: center;
}
section .section-title h2 {
  text-transform: capitalize;
}
section .section-title h2 span {
  text-transform: lowercase;
}
@media (max-width: 480px) {
  section .section-title h2 {
    font-size: 25px;
  }
}
section .section-body {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  section .section-body {
    padding-left: 135px;
    padding-right: 135px;
  }
}
section .section-body h2 {
  font-size: 75px;
  font-weight: 700;
}
@media (max-width: 768px) {
  section .section-body h2 {
    font-size: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  section .section-body strong {
    font-size: 14px;
  }
}
section .section-body p {
  margin-top: 20px;
}
section .section-body .cta {
  margin-top: 50px;
}
section .product-fulfillment {
  padding-left: 0;
  padding-right: 180px;
  max-width: 100%;
}
@media (max-width: 768px) {
  section .product-fulfillment .section-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  section .product-fulfillment {
    padding-right: 30px;
  }
}
section .product-fulfillment img {
  width: 100%;
}
section .product-dropshipper {
  padding-right: 0;
  padding-left: 180px;
  max-width: 100%;
}
@media (min-width: 1920px) {
  section .product-dropshipper {
    padding-left: 300px;
  }
}
@media (max-width: 1024px) {
  section .product-dropshipper {
    padding-left: 135px;
  }
}
@media (max-width: 768px) {
  section .product-dropshipper {
    padding-left: 0;
  }
  section .product-dropshipper .flex-display {
    flex-direction: column-reverse;
  }
}
section .product-dropshipper .section-body {
  padding-left: 0;
}
@media (max-width: 1024px) {
  section .product-dropshipper .section-body {
    padding-right: 135px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  section .product-dropshipper .section-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section .product-dropshipper img {
  width: 100%;
}
.card {
  background-color: #FFFFFF;
  border-radius: 40px;
  border: 0;
  box-shadow: 5px 15px 38px rgba(0, 0, 0, 0.1);
  position: relative;
}
.card.lite {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 50px;
  position: relative;
}
.card.lite:last-child {
  margin-bottom: 0;
}
.card.lite .icon {
  margin: 0 auto 20px;
}
.card.lite .icon i {
  font-size: 50px;
  color: #00A380;
}
.card.lite img {
  width: 100%;
  border-radius: 40px;
  margin-bottom: 20px;
}
.card.lite .card-body {
  text-align: center;
  padding: 0;
}
.card.lite .overlay-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 40px;
  padding: 50px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .card.lite .overlay-text {
    position: relative;
    padding: 30px 0;
    background: transparent;
    color: #3C3D3F;
    text-align: center;
    align-items: center;
  }
}
.card.testimonial {
  background-color: #00A380;
  box-shadow: none;
  color: #FFFFFF;
}
.card.testimonial:hover .quote i {
  color: #FFDA00;
  opacity: 1;
}
.card.testimonial .quote {
  position: absolute;
  top: 20px;
  right: 20px;
}
.card.testimonial .quote i {
  color: #fff;
  opacity: 0.3;
  font-size: 60px;
}
.card.testimonial .user {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.card.testimonial .user img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.card.testimonial .user .user-info h5 {
  margin-bottom: 0;
}
.card.testimonial .user .user-info p {
  margin-bottom: 0;
}
.card.flow-step {
  background-color: #FFFFFF;
  box-shadow: none;
}
.card.flow-step img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.card.flow-step .number {
  background-color: #00A380;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #FFFFFF;
}
.card.flow-step .card-body {
  text-align: center;
}
.card.flow-step .card-body i {
  color: #00A380;
}
.card.flow-step .card-body p {
  font-size: 14px;
}
.card.pricing {
  border: 1px solid #E7EBED;
  box-shadow: none;
}
.card.pricing .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.card.pricing .price-info {
  text-align: center;
  border-bottom: 1px solid #E7EBED;
}
.card.pricing .price-info h2 {
  margin-bottom: 0;
}
.card.pricing .price-info p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.card.pricing .price-info .help i {
  font-size: 55px;
}
.card.pricing .price-detail-info {
  list-style: none;
  text-align: center;
}
.card.pricing .price-detail-info li {
  margin-bottom: 20px;
}
.card.pricing .price-detail-info li:last-child {
  margin-bottom: 0;
}
.card.pricing button {
  width: 100%;
}
.card.pricing .package-info {
  background-color: #f6f6f6;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #3C3D3F;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
}
.card.detail-pricing {
  padding: 40px;
  box-shadow: none;
  border: 1px solid #E7EBED;
}
.card.detail-pricing .title-in-mobile {
  display: none;
}
@media (max-width: 480px) {
  .card.detail-pricing {
    padding: 20px;
  }
  .card.detail-pricing .title-in-mobile {
    display: block;
  }
}
.card.detail-pricing .title-detail-pricing {
  padding-bottom: 20px;
  border-bottom: 1px solid #E7EBED;
}
@media (max-width: 480px) {
  .card.detail-pricing .title-detail-pricing h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .card.detail-pricing .detail-package-pricing {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .card.detail-pricing .mobile-line {
    margin-bottom: 15px;
  }
}
.card.detail-pricing .pricing-package {
  display: none;
}
@media (max-width: 768px) {
  .card.detail-pricing .pricing-package {
    display: block;
  }
}
@media (max-width: 480px) {
  .card.detail-pricing .pricing-package {
    display: none;
  }
}
.card.detail-pricing .accordion-collapse p {
  display: block;
}
.card.detail-pricing .accordion-collapse p strong {
  display: none;
}
@media (max-width: 480px) {
  .card.detail-pricing .accordion-collapse p {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
  }
  .card.detail-pricing .accordion-collapse p .remove {
    display: none;
  }
  .card.detail-pricing .accordion-collapse p .remove:nth-child(1) {
    display: block;
  }
  .card.detail-pricing .accordion-collapse p strong {
    display: block;
  }
  .card.detail-pricing .accordion-collapse p span {
    text-align: right;
    font-size: 13px;
  }
}
.card.icon-overlap {
  box-shadow: none;
  border: 1px solid #E7EBED;
}
.card.icon-overlap .card-body {
  padding: 0 40px 40px;
}
.card.icon-overlap .card-body .icon {
  width: 80px;
  height: 80px;
  background-color: #00A380;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: -35px;
}
.card.icon-overlap .card-body .icon.dropshipper {
  background-color: #FFDA00;
}
.card.icon-overlap .card-body .icon.dropshipper i {
  color: #3C3D3F;
}
.card.icon-overlap .card-body .icon.enterprise {
  background-color: #2471C0;
}
.card.icon-overlap .card-body .icon.enterprise i {
  color: #FFFFFF;
}
.card.icon-overlap .card-body .icon i {
  color: #FFFFFF;
  font-size: 30px;
}
.card.icon-overlap .card-body .icon i::before {
  line-height: inherit;
}
.card.about-card {
  border: 1px solid #E7EBED;
  margin-bottom: 0;
  box-shadow: none;
}
@media (max-width: 768px) {
  .card.about-card {
    margin-bottom: 20px;
  }
}
.card.about-card .card-body {
  display: flex;
  align-items: center;
  padding: 30px;
}
.card.about-card .card-body .icon {
  margin-right: 30px;
}
.card.about-card .card-body .icon i {
  font-size: 50px;
}
.card.about-card .card-body p {
  margin-bottom: 0;
}
.card.with-border {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #E7EBED;
  margin-bottom: 20px;
}
.card.with-border .card-body {
  text-align: center;
}
.card.contact-us .contact-info {
  list-style: none;
  padding-left: 0;
  margin-top: 50px;
  padding-bottom: 50px;
}
.card.contact-us .contact-info li {
  display: flex;
  margin-bottom: 20px;
  gap: 15px;
}
.card.contact-us .contact-info .fi {
  font-size: 24px;
  color: #00A380;
}
.card.card-list-gudang {
  margin-bottom: 20px;
}
.card.card-list-gudang .img-wh {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 768px) {
  .card.card-list-gudang .img-wh {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
  }
}
.card.card-list-gudang .card-body ul {
  list-style: none;
  padding-left: 0;
  display: flex;
}
.card.card-list-gudang .card-body ul li {
  font-size: 14px;
  border-right: 1px solid #E7EBED;
  padding-right: 10px;
  padding-left: 10px;
}
.card.card-list-gudang .card-body ul li:first-child {
  padding-left: 0;
}
.card.card-list-gudang .card-body ul li:last-child {
  border-right: none;
}
.card.card-list-gudang .card-body .info-gudang {
  display: flex;
}
.card.card-list-gudang .card-body .info-gudang .status {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .card.card-list-gudang .action {
    padding: 20px;
  }
  .card.card-list-gudang .action .d-grid {
    width: 100%;
  }
}
.card.hot-article .img-hot-article {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.card.article {
  background-color: transparent !important;
  box-shadow: none !important;
}
.card.article a {
  text-decoration: none;
  color: #3C3D3F;
}
.card.article a:hover {
  text-decoration: underline;
}
.card.article img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.card.article .article-detail {
  margin-top: 20px;
}
.card.article .article-detail .article-category {
  background-color: #F05926;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .card {
    margin-bottom: 20px;
  }
}
.card .card-body {
  padding: 40px;
}
.card .card-body .user-avatar {
  position: relative;
  margin-bottom: 20px;
}
.card .card-body .user-avatar .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .card-body .user-avatar .overlay .play-button {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  transition: transform 0.5s ease;
}
.card .card-body .icon i {
  font-size: 50px;
}

@media (max-width: 768px) {
  #milestone {
    margin-top: 30px;
  }
}

.pulse-base {
  position: relative;
  height: 60px;
  width: 60px;
  border: 15px solid #00A380;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.pulse-circle {
  background: #00b28c;
}

.pulse-base::before {
  content: "";
  border: 15px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  left: -15px;
  bottom: -15px;
  animation: pulsate 1.6s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  z-index: 99;
}
.pulse-base::after {
  content: url("https://crewdible-sandbox-asset.s3.ap-southeast-1.amazonaws.com/landing-page/img/supergraphic/line.svg    ");
  position: absolute;
  left: 90px;
  width: 100%;
}
@media (max-width: 768px) {
  .pulse-base::after {
    left: 65px;
  }
}
.pulse-base.last::after {
  content: "";
}

@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.story-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.story-modal .modal-content {
  border: none;
  background-color: transparent;
}
.story-modal .modal-body .embed-youtube-iframe {
  width: 100%;
  height: 600px;
}
.story-modal .modal-header {
  border-bottom: none;
  justify-content: flex-end;
}
.story-modal .modal-header .close {
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  /* font-weight: 700; */
  letter-spacing: 2px;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.owl-carousel .owl-stage .item {
  height: 100%;
}
.owl-carousel .owl-stage .item .card {
  height: 100%;
}
.owl-carousel .owl-nav {
  text-align: left !important;
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.owl-carousel .owl-nav [class*=owl-] {
  background: transparent !important;
  height: 50px !important;
  width: 50px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  border: 1.5px solid #00A380 !important;
  color: #00A380 !important;
}
.owl-carousel .owl-nav [class*=owl-] i[class^=fi]:before {
  line-height: inherit;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #00A380 !important;
  color: #FFFFFF !important;
}

#featureSlider .owl-stage-outer,
#serviceSlider .owl-stage-outer,
#dropshipperSlider .owl-stage-outer {
  padding-top: 35px;
}

.ads {
  padding: 40px;
  border-radius: 40px;
}
.ads p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ads .image-mockup {
  position: relative;
}
@media (max-width: 1024px) {
  .ads .image-mockup {
    display: none;
  }
}
.ads .image-mockup img {
  width: 100%;
  position: absolute;
  bottom: -40px;
}
.ads.home {
  background-image: url("https://crewdible-sandbox-asset.s3.ap-southeast-1.amazonaws.com/landing-page/img/banner-join.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
.ads.instant-fulfillment {
  background: radial-gradient(129.95% 215.95% at -3.92% -8.97%, #00A380 0%, #01A282 39%, #059C89 53%, #0C9394 63%, #1586A5 71%, #2175BB 78%, #2471C0 79%, #7E9C71 87%, #C4BE34 93%, #EFD20E 98%, #FFDA00 100%);
  padding: 100px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .ads.instant-fulfillment {
    padding: 30px;
  }
}
.ads.instant-fulfillment img {
  bottom: -145px;
}
.ads.dropshipper {
  background: radial-gradient(147.69% 245.43% at -5.95% -31.6%, #FFDA00 0%, #FDDA01 29%, #F6D804 39%, #EBD60A 47%, #DAD213 53%, #C4CD1E 58%, #A8C72B 62%, #88C03C 66%, #62B84F 70%, #37AF64 74%, #00A380 77%, #099690 81%, #2175BB 87%, #2471C0 88%);
  padding: 100px;
  color: #3C3D3F;
}
@media (max-width: 768px) {
  .ads.dropshipper {
    padding: 30px;
  }
}
.ads.dropshipper img {
  bottom: -100px;
}
.ads.enterprise {
  background: radial-gradient(145.56% 241.89% at 2.78% -10.74%, #2471C0 24%, #2175BB 34%, #1A7FAE 45%, #0D9197 57%, #00A380 66%, #10A778 68%, #3BB062 71%, #81BF3F 75%, #DFD310 81%, #FFDA00 83%);
  padding: 100px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .ads.enterprise {
    padding: 30px;
  }
}
.ads.enterprise img {
  bottom: -100px;
}

.accordion-container .accordion-item-img__oms {
  display: none;
}
.accordion-container .accordion-item-img__oms.active {
  display: block;
}
.accordion-container .accordion-item-img__wms {
  display: none;
}
.accordion-container .accordion-item-img__wms.active {
  display: block;
}
.accordion-container .accordion-item-img__dms {
  display: none;
}
.accordion-container .accordion-item-img__dms.active {
  display: block;
}
.accordion-container .accordion-item-info {
  border-radius: 20px;
  padding: 20px;
  cursor: pointer;
  user-select: none;
  width: 100%;
}
.accordion-container .accordion-item-info .accordion-item-info-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E7EBED;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.accordion-container .accordion-item-info .accordion-item-info-title .accordion-icon {
  height: 24px;
  width: 24px;
  transition: transform 0.4s ease;
}
.accordion-container .accordion-item-info .accordion-item-info-title .accordion-icon i {
  font-size: 24px;
  height: 24px !important;
  line-height: normal;
}
.accordion-container .accordion-item-info .accordion-item-info-desc {
  padding-top: 20px;
  display: none;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.accordion-container .accordion-item-info.active {
  box-shadow: 5px 15px 38px rgba(0, 0, 0, 0.1);
}
.accordion-container .accordion-item-info.active .accordion-icon {
  transform: rotate(-180deg);
}
.accordion-container .accordion-item-info.active .accordion-item-info-desc {
  display: block;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.accordion .accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.accordion .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
}
.accordion .accordion-item .accordion-button::after {
  order: -1;
  margin-left: 0;
  margin-right: 10px;
}
.accordion .accordion-button:not(.collapsed) {
  color: #3C3D3F;
  background-color: transparent;
  box-shadow: none;
}

.pagination {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.pagination li.page-item:first-child .page-link {
  width: auto;
}
.pagination li .page-link {
  border-radius: 50px;
  border: none !important;
  width: 50px;
  height: 50px;
  display: flex;
  color: #3C3D3F;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.pagination li .page-link.active {
  background-color: #00A380 !important;
  color: #FFFFFF !important;
}

.calculator {
  bottom: 25px;
  right: 25px;
  background-color: #F05926;
  color: #fff;
}
.calculator:hover, .calculator:focus, .calculator:active {
  background-color: #F05926;
  color: #fff;
}

.step-action {
  margin-top: 20px;
}

.step h1, h2 {
  font-size: 25px;
}

.step .section-title {
  margin-bottom: 30px;
}

.step .skema-pict {
  margin-top: 0 !important;
  width: 70px !important;
  height: 70px !important;
  margin-bottom: 0;
}

.rate-card .card-body {
  padding: 30px;
}

.rate-card .rate-card-header {
  text-align: center;
  border-bottom: 1px solid #E7EBED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.step .rate-card-header .percent {
  font-weight: 600;
  font-size: 35px;
  line-height: normal;
}

.step {
  display: none;
  margin-top: 2rem;
}

.step.active {
  display: block;
}

.step-1 ul.list-fulfillment {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  margin-bottom: 30px;
}

#SuccessConfirm .bx-md {
  font-size: 5rem !important;
  color: #27b674;
  margin-bottom: 2rem;
}

.list-result {
  list-style: none;
  padding-left: 0;
}

.list-result li {
  border-bottom: 1px solid #E7EBED;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.list-result li p {
  margin-bottom: 0;
}

.list-result li.title {
  margin-bottom: 1.5rem;
}

.list-result li:last-child, .list-result li:first-child {
  border-bottom: none;
}

.form-check-category {
  border: 1px solid #E7EBED;
  padding-left: 0 !important;
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.form-check-category h3 {
  font-size: 1rem;
}

.form-check-category .form-check-input:checked[type=radio] .form-check-category {
  border: 1px solid #00A380 !important;
}

.form-check-category:hover, .form-check-category:focus {
  border: 1px solid #00A380 !important;
}

.form-check-category .form-check-input {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.form-check-input:checked {
  background-color: #00A380;
  border-color: #00A380;
}

.form-check-category h5 {
  padding-top: 1rem;
}

.form-check-category label {
  cursor: pointer;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 40px;
  height: 100%;
  position: absolute;
}

.img-calc {
  /* background-image: url('../img/fashion.svg'); */
  width: 80px;
  height: 80px;
}

.scrollable-tabs-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E7EBED;
  margin-bottom: 20px;
}
.scrollable-tabs-container svg {
  width: 24px;
  height: 24px;
  padding: 8px;
  cursor: pointer;
  background-color: #F6F8FB;
  color: #3C3D3F;
  border: 1px solid #E7EBED;
  border-radius: 50%;
  pointer-events: auto;
}
.scrollable-tabs-container svg:hover {
  background: #00A380;
}
.scrollable-tabs-container ul {
  display: flex;
  gap: 16px;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.scrollable-tabs-container ul::-webkit-scrollbar {
  display: none;
}
.scrollable-tabs-container ul.dragging {
  scroll-behavior: auto;
}
.scrollable-tabs-container ul.dragging a {
  pointer-events: none;
}
.scrollable-tabs-container a {
  color: #3C3D3F;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 50px;
  user-select: none;
  white-space: nowrap;
  border: 1px solid #E7EBED;
}
.scrollable-tabs-container a.active {
  background: #E3F4EA;
  color: #00A380;
  border: 1px solid #00A380;
}
.scrollable-tabs-container .right-arrow,
.scrollable-tabs-container .left-arrow {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  display: none;
  align-items: center;
  pointer-events: none;
}
.scrollable-tabs-container .right-arrow.active,
.scrollable-tabs-container .left-arrow.active {
  display: flex;
}
.scrollable-tabs-container .right-arrow {
  right: 0;
  justify-content: flex-end;
}
.list-popular {
  list-style: none;
  padding-left: 0;
}
.list-popular li {
  display: flex;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7EBED;
}
.list-popular li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-popular li img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.list-popular li a {
  display: block;
  color: #3C3D3F;
  font-weight: 500;
}
.list-popular li a:hover {
  text-decoration: underline;
}

.table-pricing th {
  background-color: #00A380 !important;
  color: #FFFFFF !important;
}

footer {
  background-color: #1d1d1d;
  padding: 50px;
}
@media (max-width: 480px) {
  footer {
    padding: 30px 15px 100px;
  }
}
footer .footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .footer-menu {
    margin-top: 30px;
  }
}
footer .footer-menu .footer-menu-title {
  margin-bottom: 15px;
  font-weight: 500;
  color: #FFFFFF;
}
footer .footer-menu li {
  margin-bottom: 10px;
}
footer .footer-menu li:last-child {
  margin-bottom: 0;
}
footer .footer-menu li a {
  color: #FFFFFF;
  display: block;
  opacity: 0.5;
}
footer .footer-menu li a:hover {
  opacity: 1;
  color: #00A380;
}
footer .complaint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #363636;
}
@media (max-width: 768px) {
  footer .complaint {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
footer .complaint .side-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  footer .complaint .side-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
footer .complaint .side-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  footer .complaint .side-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
footer .complaint p {
  margin-bottom: 0;
  color: #FFFFFF;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 30px 0 0;
  border-top: 1px solid #363636;
}
@media (max-width: 768px) {
  footer .copyright {
    display: block;
    text-align: center;
  }
}
footer .copyright p {
  color: #FFFFFF;
  margin-bottom: 0;
  opacity: 0.5;
}
@media (max-width: 768px) {
  footer .copyright p {
    margin-bottom: 15px;
  }
}
footer .copyright .footer-social-media {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .copyright .footer-social-media {
    justify-content: center;
  }
}
footer .copyright .footer-social-media li a {
  color: #FFFFFF;
}
footer .copyright .footer-social-media li a:hover {
  color: #00A380;
}
footer.subs {
  margin-top: 150px;
}
footer.subs #subscribe {
  padding: 100px;
  background: radial-gradient(95.48% 169.74% at 18.77% -1.31%, #2471C0 0%, #2175BB 4%, #099690 36%, #00A380 53%, #04A47E 58%, #11A777 64%, #27AB6C 70%, #45B25D 77%, #6DBA4A 83%, #9CC532 89%, #D4D116 96%, #FFDA00 100%);
  margin-bottom: 50px;
  border-radius: 40px;
  color: #fff;
  margin-top: -150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  footer.subs #subscribe {
    padding: 50px;
    display: block;
  }
}
footer.subs #subscribe .side-left {
  width: 90%;
}
@media (max-width: 1024px) {
  footer.subs #subscribe .side-left {
    width: 100%;
  }
}
footer.subs #subscribe .side-right {
  width: 80%;
}
@media (max-width: 1024px) {
  footer.subs #subscribe .side-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer.subs #subscribe .subs-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer.subs #subscribe h3 {
  font-size: 48px;
}
@media (max-width: 768px) {
  footer.subs #subscribe {
    padding: 40px;
    display: block;
  }
  footer.subs #subscribe .side-right,
  footer.subs #subscribe .side-left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer.subs #subscribe {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  footer.subs #subscribe {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  footer.subs #subscribe h3 {
    font-size: 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer.subs #subscribe p {
    font-size: 16px;
    text-align: center;
  }
}
footer.subs #subscribe .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  footer.subs #subscribe .input-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  footer.subs #subscribe .input-wrapper {
    flex-direction: column;
  }
}
footer.subs #subscribe .input-wrapper input {
  background: rgba(255, 255, 255, 0.2);
  padding: 1.3rem;
  border-radius: 50px;
  border: none;
  width: 100%;
  color: #FFFFFF;
  outline: none;
  font-weight: 600;
}
@media (max-width: 768px) {
  footer.subs #subscribe .input-wrapper input {
    text-align: center;
  }
}
footer.subs #subscribe .input-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer.subs #subscribe .input-wrapper button {
  position: absolute;
  right: 4px;
  top: 4px;
}
@media (max-width: 768px) {
  footer.subs #subscribe .input-wrapper button {
    position: relative;
    margin-top: 10px;
    width: 100%;
    right: 0;
  }
}

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

/* === PRELOADER SAFETY STATES (added by ChatGPT, 2025-10-08) === */
.preloader {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  z-index: 100000;
  transition: opacity .3s ease, visibility .3s ease;
}
.preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader .logo-preloader {
  animation: preloader-bounce 1s infinite alternate ease-in-out;
}
@keyframes preloader-bounce {
  from { transform: translateY(0); }
  to   { transform: translateY(-6px); }
}
@media (prefers-reduced-motion: reduce) {
  .preloader { transition: none; }
  .preloader .logo-preloader { animation: none; }
}
/* === END PRELOADER SAFETY STATES === */
