
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html, body {
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

ul {
  list-style-type: none;
}

a.main-button-slider {
  font-weight: 700;
  font-size: 13px;
  border-radius: 20px;
  border: 2px solid #fff;
  padding: 12px 20px;
  background-color: #3D1C19;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: rgb(162, 49, 62);
}

a.main-button {
  width: 100px;
  font-size: 13px;
  border-radius: 50px;
  padding: 12px 20px;
  background-color: #d09216;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color:#ebee43;
  color: #584c0a;
}

::selection {
  background: rgb(162, 49, 62);
  color: #fff;
}

::-moz-selection {
  background: rgb(162, 49, 62);
  color: #fff;
}
/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 90vh; /* ukuran cover */
  
}

.welcome-area .header-text {
  position: absolute;
  top: 0%;
  transform: translateY(0%);
  text-align: center;
  width: 100%;
  
  
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #3D1C19;
  margin-top:10rem;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 480px) {
  .welcome-area {
    margin-bottom: 130px;
    height: 70vh;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #3D1C19;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #3D1C19;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .welcome-area img {
    width: 15rem;
    margin-top: 20%;
  }
}
/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: rgb(255, 255, 255);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #3D1C19;
}
.features-small-item .icon i img {
  width: 80px;
  margin-bottom: 3rem;
}

.features-small-item .features-title {
  font-weight: 800;
  font-size: 20px;
  color: #3D1C19;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
  height: 10rem;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -220px;
  margin-bottom: 2rem;
  z-index: 9;
}


@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
/* 
---------------------------------------------
Tentang Kami
--------------------------------------------- 
*/
.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 700;
  font-size: 24px;
  color: #d09216;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  position: relative;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.about-img{
  width: 15rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
/* 
---------------------------------------------
Fitur
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #361E1C;
  z-index: 2;
  top: -20%;
  left: -20%;
}

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

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  width: 100%;
  height: 90%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.mini .mini-content .mini-box img {
  height: 50px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

/* 
---------------------------------------------
themas
--------------------------------------------- 
*/
.templete {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.theme {
  text-align: center;
  margin-bottom: 30px;
}

.theme .img {
  padding: 2rem;
  margin-left: 5rem;
  margin-right: 5rem;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.theme .img img{
  width: 50%;
  min-width: 100px;
}
.theme .theme-content {
  margin-top: -30px;
  padding-top: 50px;
}

.theme h3 {
  margin-bottom:5px ;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.theme a.main-button  {
  margin-top: 10px;
  display: inline-block;
}
.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #28a745;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 30px;
}
/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing{
  background-color: #FFCDC2;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.pricing-item {
  background-color: #FFFFFF;
  box-shadow: 0 2px 48px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 20px auto 30px;
  padding: 30px 0 40px;
  height: 33rem;
  max-width: 350px;
  transition: all 0.3s ease-in-out;
}

.pricing-item:hover {
  transform: translateY(-10px);
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #28a745;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-image: url(../assets/img/active.png);
  background-repeat: no-repeat;
  background-position-y: -20px;
  background-position-x: -30px;
  background-size: 90px;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #28a745;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .pricing-title {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 10px;
}

.pricing-item .pricing-body .pricing-title::after {
  content: "";
  position: absolute;
  bottom: 0; /* Posisikan di bawah elemen */
  left: 0;
  right: 0;
  height: 1px; /* Ketebalan garis */
  margin: auto;
  width: 40%; /* Lebar setengah dari elemen */
  background: #d09216;
}


.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #D09216;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .list {
  height: 10rem;
}

.pricing-item .pricing-body .list li {
  width: 85%;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.25px;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}
/* 
---------------------------------------------
all conten projek
--------------------------------------------- 
*/
.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  background-color: #361E1C;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 3rem;
}
/* 
---------------------------------------------
testimoni
--------------------------------------------- 
*/
.testimoni {
  margin-top: 5rem;
}
.testimoni-item {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
}


.testimoni-item i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px; 
}

.testimoni-item .testimoni-content {
  text-align: left;
  overflow: hidden;
}

.testimoni-item .testimoni-content .testimoni-info {
  margin-left: 20px;
  margin-top: 8px;
}

.testimoni-item .testimoni-content .testimoni-info .user-name {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #28a745;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.testimoni-item .testimoni-content .testimoni-info span {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ff589e;
  letter-spacing: 0.25px;
}

.testimoni-item .testimoni-content p {
  text-align: center;
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
  height: 150px;
  overflow-y: auto; /* Enable vertical scrolling if content overflows */
}
/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact{
  background-color: #FFCDC2;
  padding-top: 3rem;
}

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #28a745;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: #361E1C;
  padding-top: 30px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: -5px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color:#FFCDC2;
  color: #fff;
}

footer .copyright {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

footer .copyright::after {
  content: "";
  position: absolute;
  top: 0; /* Posisikan elemen */
  left: 0;
  right: 0;
  height: 2px; /* Ketebalan garis */
  margin: auto;
  width: 40%; /* Lebar setengah dari elemen */
  background: #ffffff;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}
/* 
---------------------------------------------
Navbar Desktop
--------------------------------------------- 
*/
.navbar {
  background-color: #ffcdc2;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
.navbar-brand, .nav-link {
  color: #333 !important;
  font-weight: 500;
}
.nav-link:hover {
  color: #ffffff !important;
}

.theme-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #fdfdfd;
}
.theme-box:hover {
  transform: scale(1.01);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.theme-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  color: #333;
}
.theme-box img {
  border-radius: 8px;
  margin-bottom: 10px;
}
.container {
  max-width: 1200px;
}

/* Styling untuk .container-fluid */
.container-fluid {
  max-width: 900px;
  margin: 0 auto; /* Menjaga form di tengah halaman */
  padding: 20px;
  background-color: #f8f9fa; /* Warna latar belakang yang lembut */
}

/* Styling untuk card */
.card {
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1); /* Efek shadow lebih halus */
  border-radius: 15px;
  background-color: #ffffff;
}

/* Styling untuk form di dalam card */
.form-card {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Shadow ringan untuk kesan kedalaman */
}

/* Styling untuk label pada form */
.form-group label {
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px; /* Memberikan ruang tambahan untuk membaca label dengan lebih baik */
}

/* Styling untuk input field pada form */
.form-control {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5); /* Highlight pada focus */
}

.play {
  font-size: 5rem; /* Ukuran ikon */
  color: rgba(0, 0, 0, 0.336); /* Warna ikon */
  transition: transform 0.3s ease; /* Transisi yang halus untuk transformasi */
}

/* Definisikan animasi pulsing */
@keyframes pulse {
  0% {
    transform: scale(1); /* Ukuran normal */
    opacity: 0.6; /* Kecerahan redup */
  }
  50% {
    transform: scale(1.2); /* Ikon membesar */
    opacity: 1; /* Kecerahan penuh */
  }
  100% {
    transform: scale(1); /* Kembali ke ukuran normal */
    opacity: 0.6; /* Kembali redup */
  }
}

/* Ketika ikon play di-hover, animasi mulai */
.play:hover {
  animation: pulse 1.5s infinite; /* Animasi pulsing berjalan terus-menerus */
  color: rgba(0, 0, 0, 0.7); /* Mengubah warna saat hover */
}

        .error {
            background: #f8d7da;
            color: #721c24;
            padding: 15px;
            border-radius: 10px;
            margin: 20px;
            border: 1px solid #f5c6cb;
        }

        /* Package Selection Styles */
        .package-selection {
            padding: 40px;
            text-align: center;
        }

        .package-selection h2 {
            color: #333;
            margin-bottom: 30px;
            font-size: 2rem;
        }

        .packages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .package-card {
            background: white;
            border: 3px solid #e9ecef;
            border-radius: 15px;
            padding: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }

        .package-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
            border-color: #28a745;
        }

        .package-card.selected {
            border-color: #28a745;
            background: linear-gradient(135deg, #28a74510, #28a74510);
        }

        .package-card .package-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .package-card h3 {
            color: #333;
            margin-bottom: 10px;
            font-size: 1.5rem;
        }

        .package-card .price {
            font-size: 2rem;
            font-weight: bold;
            color: #28a745;
            margin-bottom: 15px;
        }

        .package-features {
            text-align: left;
            margin-top: 20px;
        }

        .package-features ul {
            list-style: none;
            padding: 0;
        }

        .package-features li {
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
            font-size: 0.9rem;
            color: #555;
        }

        .package-features li:last-child {
            border-bottom: none;
        }

        .package-features li::before {
            content: "✓";
            color: #28a745;
            font-weight: bold;
            margin-right: 10px;
            font-size: 1rem;
        }

        .continue-btn {
            background: linear-gradient(135deg, #28a745, #28a745);
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: none;
        }

        .continue-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        .continue-btn.show {
            display: inline-block;
        }

        /* Form Styles */
        .form-content {
            display: none;
            padding: 40px;
        }

        .form-content.show {
            display: block;
        }

        .step-indicator {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
            flex-wrap: wrap;
            gap: 10px;
        }

        .step {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            background: #f8f9fa;
            border-radius: 25px;
            margin: 0 5px;
            transition: all 0.3s ease;
        }

        .step.active {
            background: linear-gradient(135deg, #28a745, #28a745);
            color: white;
        }

        .step.completed {
            background: #28a745;
            color: white;
        }

        .step-number {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: white;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            font-weight: bold;
        }

        .step.active .step-number,
        .step.completed .step-number {
            background: rgba(255,255,255,0.2);
            color: white;
        }

        .progress-bar {
            height: 6px;
            background: #e9ecef;
            border-radius: 3px;
            margin-bottom: 40px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(135deg, #28a745, #28a745);
            width: 0%;
            transition: width 0.3s ease;
            border-radius: 3px;
        }

        .section {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 30px;
        }

        .section h3 {
            display: flex;
            align-items: center;
            color: #333;
            margin-bottom: 25px;
            font-size: 1.5rem;
        }

        .section-icon {
            font-size: 2rem;
            margin-right: 15px;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #333;
            font-weight: 600;
        }

        .form-group label.required::after {
            content: " *";
            color: #ff6b6b;
        }

        .input-wrapper {
            position: relative;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #28a745;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }

        .price-display {
            background: linear-gradient(135deg, #28a745, #20c997);
            color: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            font-size: 1.3rem;
            font-weight: bold;
            margin-top: 20px;
        }

        .payment-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
        }

        .payment-method {
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .payment-method:hover {
            border-color: #28a745;
            transform: translateY(-2px);
        }

        .payment-method.selected {
            border-color: #28a745;
            background: linear-gradient(135deg, #28a74510, #28a74510);
        }

        .payment-method input {
            display: none;
        }

        .submit-btn {
            width: 100%;
            background: linear-gradient(135deg, #28a745, #20c997);
            color: white;
            border: none;
            padding: 20px;
            border-radius: 15px;
            font-size: 1.2rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 30px;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(40, 167, 69, 0.3);
        }

        .back-btn {
            background: #28a745;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            cursor: pointer;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .back-btn:hover {
            background: #5a6268;
            transform: translateY(-1px);
        }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 2rem;
            }
            
            .packages-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .step-indicator {
                flex-direction: column;
                align-items: center;
            }
            
            .step {
                margin: 5px 0;
            }
        }