 body {
     font-family: Arial, sans-serif;
     background: #f8fafc;
     overflow-x: hidden;
 }

 html {
     scroll-behavior: smooth;
 }

 .navbar {
     background: #0f172a;
 }

 .navbar-brand,
 .nav-link {
     color: #fff !important;
 }

 /* TOP HEADER */

 .top-header {
     background: #020617;
     padding: 10px 0;
     color: #cbd5e1;
     font-size: 14px;
 }

 .top-header a {
     color: #cbd5e1;
     text-decoration: none;
     transition: .3s;
 }

 .top-header a:hover {
     color: #f97316;
 }

 .top-header-left {
     display: flex;
     gap: 25px;
     flex-wrap: wrap;
 }

 .top-header-left i {
     color: #f97316;
     margin-right: 8px;
 }

 .top-header-right {
     display: flex;
     align-items: center;
     justify-content: flex-end;
     gap: 20px;
     flex-wrap: wrap;
 }

 .top-header-right i {
     color: #f97316;
     margin-right: 6px;
 }

 /* SOCIAL */

 .top-social {
     display: flex;
     gap: 12px;
 }

 .top-social a {
     width: 32px;
     height: 32px;
     border-radius: 50%;
     background: #1e293b;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: .3s;
 }

 .top-social a:hover {
     background: #f97316;
     transform: translateY(-3px);
 }

 .top-social a i {
     color: #fff;
     margin: 0;
     font-size: 13px;
 }

 /* NAVBAR */

 .custom-navbar {
     top: 52px;
     background: rgba(15, 23, 42, .95);
     backdrop-filter: blur(10px);
     padding: 15px 0;
     transition: .3s;
     z-index: 999;
 }

 .navbar-brand {
     font-size: 28px;
     color: #fff !important;
 }

 .nav-link {
     color: #fff !important;
     margin: 0 10px;
     position: relative;
     transition: .3s;
 }

 .nav-link:hover,
 .nav-link.active {
     color: #f97316 !important;
 }

 .nav-link::after {
     content: "";
     position: absolute;
     width: 0;
     height: 2px;
     background: #f97316;
     left: 0;
     bottom: -5px;
     transition: .3s;
 }

 .nav-link:hover::after,
 .nav-link.active::after {
     width: 100%;
 }

 /* MOBILE */

 @media(max-width:991px) {

     .top-header {
         display: none;
     }

     .custom-navbar {
         top: 0;
     }

     .navbar-collapse {
         background: #0f172a;
         padding: 20px;
         border-radius: 15px;
         margin-top: 15px;
     }

     .nav-link {
         margin: 10px 0;
     }

 }

 .hero {
     background: linear-gradient(135deg, #0f172a, #1e293b);
     color: #fff;
     padding: 120px 0;
     position: relative;
     overflow: hidden;
 }

 .hero::before {
     content: "";
     position: absolute;
     width: 500px;
     height: 500px;
     background: rgba(255, 255, 255, 0.05);
     border-radius: 50%;
     top: -150px;
     right: -150px;
 }

 .hero h1 {
     font-size: 55px;
     font-weight: 700;
 }

 .hero p {
     font-size: 18px;
     margin: 20px 0;
     color: #cbd5e1;
 }

 .btn-orange {
     background: #f97316;
     color: #fff;
     padding: 12px 30px;
     border-radius: 50px;
     border: none;
 }

 .btn-orange:hover {
     background: #ea580c;
     color: #fff;
 }

 .service-card {
     background: #fff;
     border-radius: 20px;
     padding: 30px;
     transition: 0.3s;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     height: 100%;
 }

 .service-card:hover {
     transform: translateY(-10px);
 }

 .service-card i {
     font-size: 40px;
     color: #f97316;
     margin-bottom: 20px;
 }

 .hero-buttons {
     position: relative;
     z-index: 99;
 }

 .hero {
     background: linear-gradient(135deg, #0f172a, #1e293b);
     min-height: 100vh;
     display: flex;
     align-items: center;
 }

 .service-tags {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
 }

 .service-tags span {
     background: rgba(255, 255, 255, 0.08);
     border: 1px solid rgba(255, 255, 255, 0.1);
     padding: 10px 18px;
     border-radius: 50px;
     color: #fff;
     font-size: 14px;
     display: flex;
     align-items: center;
     gap: 8px;
     animation: floatTag 3s ease-in-out infinite;
     backdrop-filter: blur(10px);
 }

 .service-tags span:nth-child(2) {
     animation-delay: 0.3s;
 }

 .service-tags span:nth-child(3) {
     animation-delay: 0.6s;
 }

 .service-tags span:nth-child(4) {
     animation-delay: 0.9s;
 }

 .service-tags span:nth-child(5) {
     animation-delay: 1.2s;
 }

 .service-tags span:nth-child(6) {
     animation-delay: 1.5s;
 }

 .service-tags span:nth-child(7) {
     animation-delay: 1.8s;
 }

 .service-tags span:nth-child(8) {
     animation-delay: 2.1s;
 }

 .service-tags i {
     color: #f97316;
 }

 .hero-animation-wrapper {
     position: relative;
 }

 .main-hero-img {
     border-radius: 30px;
     animation: floatImage 5s ease-in-out infinite;
 }

 .floating-card {
     position: absolute;
     background: #fff;
     padding: 14px 22px;
     border-radius: 15px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     color: #0f172a;
     font-weight: 600;
     animation: floatCard 4s ease-in-out infinite;
 }

 .floating-card i {
     color: #f97316;
     margin-right: 8px;
 }

 .card-one {
     top: 20px;
     left: -40px;
 }

 .card-two {
     bottom: 80px;
     right: -30px;
     animation-delay: 1s;
 }

 .card-three {
     bottom: -20px;
     left: 50px;
     animation-delay: 2s;
 }

 @keyframes floatImage {

     0%,
     100% {
         transform: translateY(0px);
     }

     50% {
         transform: translateY(-12px);
     }
 }

 @keyframes floatCard {

     0%,
     100% {
         transform: translateY(0px);
     }

     50% {
         transform: translateY(-10px);
     }
 }

 @keyframes floatTag {

     0%,
     100% {
         transform: translateY(0px);
     }

     50% {
         transform: translateY(-5px);
     }
 }

 @media(max-width:991px) {

     .floating-card {
         display: none;
     }

     .hero {
         min-height: auto;
         padding: 80px 0;
     }

     .hero h1 {
         font-size: 38px;
     }

 }


 .counter-box {
     background: #0f172a;
     color: #fff;
     border-radius: 20px;
     padding: 40px;
     text-align: center;
 }

 .counter-box h2 {
     font-size: 45px;
     font-weight: bold;
 }

 .cta {
     background: linear-gradient(135deg, #f97316, #ea580c);
     color: #fff;
     border-radius: 30px;
     padding: 60px;
 }

 footer {
     background: #0f172a;
     color: #cbd5e1;
     padding: 30px 0;
 }

 footer {
     background: #0f172a;
 }

 .footer-links li a {
     color: #cbd5e1;
     text-decoration: none;
     transition: 0.3s;
 }

 .footer-links li a:hover {
     color: #f97316;
     padding-left: 5px;
 }

 footer a:hover {
     color: #f97316 !important;
 }

 .social-icons {
     display: flex;
     gap: 15px;
     margin-top: 25px;
 }

 .social-icons a {
     width: 45px;
     height: 45px;
     border-radius: 50%;
     background: #1e293b;
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     text-decoration: none;
     transition: .3s;
     font-size: 18px;
 }

 .social-icons a:hover {
     background: #f97316;
     transform: translateY(-5px);
     color: #0f172a !important;
 }

 .hero {
     background: linear-gradient(135deg, #0f172a, #1e293b);
     min-height: 100vh;
     display: flex;
     align-items: center;
     color: #fff;
     position: relative;
 }

 .hero h1 {
     font-size: 58px;
     font-weight: 700;
     line-height: 1.2;
     margin-bottom: 20px;
 }

 .hero p {
     font-size: 18px;
     color: #cbd5e1;
     max-width: 550px;
 }

 .btn-orange {
     background: #f97316;
     color: #fff;
     padding: 12px 28px;
     border-radius: 50px;
     transition: 0.3s;
 }

 .btn-orange:hover {
     background: #ea580c;
     color: #fff;
 }

 /* IMAGE ANIMATION */

 .image-wrapper {
     position: relative;
     height: 500px;
 }

 .hero-image {
     position: absolute;
     width: 100%;
     height: 500px;
     object-fit: cover;
     border-radius: 30px;
     opacity: 0;
     transform: scale(1.1);
     transition: all 1s ease;
     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
 }

 .hero-image.active {
     opacity: 1;
     transform: scale(1);
 }

 /* TEXT ANIMATION */

 .hero-content-slider {
     position: relative;
     min-height: 230px;
     z-index: 20;
 }

 .hero-content {
     position: absolute;
     opacity: 0;
     transform: translateY(30px);
     transition: all 0.8s ease;
 }

 .hero-content.active {
     opacity: 1;
     transform: translateY(0);
     position: relative;
 }

 /* Responsive */

 @media(max-width:991px) {

     .hero {
         min-height: auto;
         padding: 100px 0;
         /* text-align: center; */
     }

     .hero h1 {
         font-size: 40px;
     }

     .image-wrapper {
         height: 350px;
     }

     .hero-image {
         height: 350px;
     }

     .hero-content-slider {
         min-height: 280px;
     }
 }

 /* =========================
WIZARD MODAL
========================= */

 .step {
     display: none;
 }

 .step.active {
     display: block;
     animation: fadeIn .4s ease;
 }

 @keyframes fadeIn {

     from {
         opacity: 0;
         transform: translateY(15px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }

 }


 /* =========================
OPTION CARD
========================= */

 .option-card {

     display: flex;
     align-items: center;
     padding: 18px 20px;
     border: 2px solid #e2e8f0;
     border-radius: 16px;
     cursor: pointer;
     transition: .3s;
     margin-bottom: 15px;
     background: #fff;
     position: relative;
     overflow: hidden;

 }

 .option-card:hover {

     border-color: #f97316;
     background: #fff7ed;
     transform: translateY(-2px);

 }

 .option-card input {
     display: none;
 }

 .option-card span {

     font-size: 17px;
     font-weight: 600;
     color: #0f172a;

 }


 /* ACTIVE RADIO */

 .option-card:has(input:checked) {

     border-color: #f97316;
     background: #fff7ed;

 }


 /* =========================
WIZARD ICON
========================= */

 .wizard-icon {

     width: 85px;
     height: 85px;
     margin: auto;
     border-radius: 50%;
     background: #fff7ed;
     display: flex;
     align-items: center;
     justify-content: center;

 }

 .wizard-icon i {

     font-size: 34px;
     color: #f97316;

 }


 /* =========================
FORM INPUTS
========================= */

 .form-control,
 .form-select {

     border-radius: 14px;
     border: 1px solid #dbeafe;
     padding: 14px 18px;

 }

 .form-control:focus,
 .form-select:focus {

     border-color: #f97316;
     box-shadow: 0 0 0 .15rem rgba(249, 115, 22, .15);

 }


 /* =========================
SUCCESS ICON
========================= */

 .success-icon {

     font-size: 90px;
     color: #22c55e;

 }


 /* =========================
PROGRESS BAR
========================= */

 .progress {

     background: #e2e8f0;
     border-radius: 50px;

 }

 .progress-bar {

     transition: .4s;
     border-radius: 50px;

 }


 /* =========================
MODAL
========================= */

 .modal-content {

     animation: zoomIn .3s ease;

 }

 @keyframes zoomIn {

     from {
         transform: scale(.95);
         opacity: 0;
     }

     to {
         transform: scale(1);
         opacity: 1;
     }

 }


 /* =========================
BUTTONS
========================= */

 #nextBtn,
 #prevBtn {

     min-width: 140px;
     justify-content: center;
     align-items: center;
     display: inline-flex;

 }


 /* =========================
RESPONSIVE
========================= */

 @media(max-width:767px) {

     .wizard-icon {

         width: 65px;
         height: 65px;

     }

     .wizard-icon i {

         font-size: 28px;

     }

     .option-card span {

         font-size: 15px;

     }

 }

 /* SERVICE CATEGORY */

 .service-categories {
     background: #fff;
 }

 .section-badge {
     background: #fff7ed;
     color: #f97316;
     padding: 10px 18px;
     border-radius: 50px;
     font-weight: 600;
     font-size: 14px;
 }

 .section-title {
     font-size: 42px;
     font-weight: 700;
     color: #0f172a;
 }

 .section-desc {
     max-width: 650px;
     margin: auto;
     color: #64748b;
     font-size: 17px;
 }

 .category-card {
     background: #fff;
     border-radius: 24px;
     padding: 35px 20px;
     text-align: center;
     text-decoration: none;
     display: block;
     transition: .3s;
     border: 1px solid #e2e8f0;
     height: 100%;
     position: relative;
     overflow: hidden;
 }

 .category-card:hover {
     transform: translateY(-8px);
     border-color: #f97316;
     box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
 }

 .category-icon {
     width: 80px;
     height: 80px;
     margin: auto;
     margin-bottom: 20px;
     border-radius: 50%;
     background: #fff7ed;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: .3s;
 }

 .category-icon i {
     font-size: 34px;
     color: #f97316;
 }

 .category-card:hover .category-icon {
     background: #f97316;
 }

 .category-card:hover .category-icon i {
     color: #fff;
 }

 .category-card h5 {
     color: #0f172a;
     font-size: 20px;
     font-weight: 600;
     margin: 0;
 }

 @media(max-width:991px) {

     .section-title {
         font-size: 32px;
     }

 }

 @media(max-width:767px) {

     .category-card {
         padding: 25px 15px;
     }

     .category-icon {
         width: 65px;
         height: 65px;
     }

     .category-icon i {
         font-size: 28px;
     }

     .category-card h5 {
         font-size: 17px;
     }

 }

 /* ABOUT PAGE */

 .about-hero {
     background: linear-gradient(135deg, #0f172a, #1e293b);
     padding: 120px 0;
     color: #fff;
 }

 .about-badge {
     background: #fff7ed;
     color: #f97316;
     padding: 10px 18px;
     border-radius: 50px;
     font-size: 14px;
     font-weight: 600;
 }

 .about-hero h1 {
     font-size: 58px;
     font-weight: 700;
     margin-top: 25px;
     line-height: 1.2;
 }

 .about-hero p {
     color: #cbd5e1;
     font-size: 18px;
     margin-top: 20px;
 }

 .about-check {
     margin-top: 30px;
 }

 .about-check div {
     margin-bottom: 15px;
     font-weight: 500;
     color: #0f172a;
 }

 .about-check i {
     color: #22c55e;
     margin-right: 10px;
 }

 .stats-card {
     background: #fff;
     border-radius: 24px;
     padding: 40px;
     text-align: center;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
 }

 .stats-card h2 {
     font-size: 48px;
     font-weight: 700;
     color: #f97316;
 }

 .stats-card p {
     margin: 0;
     color: #64748b;
 }

 .why-card {
     background: #fff;
     padding: 40px;
     border-radius: 24px;
     text-align: center;
     border: 1px solid #e2e8f0;
     transition: .3s;
     height: 100%;
 }

 .why-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
 }

 .why-card i {
     font-size: 50px;
     color: #f97316;
     margin-bottom: 20px;
 }

 .testimonial-card {
     background: #fff;
     border-radius: 24px;
     padding: 35px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
     height: 100%;
 }

 .stars {
     color: #facc15;
     margin-bottom: 20px;
 }

 .testimonial-card p {
     color: #64748b;
 }

 .user-box {
     display: flex;
     align-items: center;
     gap: 15px;
     margin-top: 25px;
 }

 .user-box img {
     width: 60px;
     height: 60px;
     border-radius: 50%;
     object-fit: cover;
 }

 .user-box h6 {
     margin: 0;
     font-weight: 600;
 }

 .user-box span {
     color: #64748b;
     font-size: 14px;
 }

 .accordion-item {
     border: none;
     border-radius: 20px !important;
     overflow: hidden;
     margin-bottom: 20px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
 }

 .accordion-button {
     padding: 25px;
     font-weight: 600;
     font-size: 18px;
 }

 .accordion-button:not(.collapsed) {
     background: #f97316;
     color: #fff;
 }

 .accordion-body {
     padding: 25px;
     color: #64748b;
 }

 .about-cta {
     background: linear-gradient(135deg, #f97316, #ea580c);
     padding: 80px 0;
     color: #fff;
     text-align: center;
 }

 .about-cta h2 {
     font-size: 48px;
     font-weight: 700;
 }

 .about-cta p {
     font-size: 18px;
     margin: 20px 0 30px;
 }

 @media(max-width:991px) {

     .about-hero {
         text-align: center;
         padding: 90px 0;
     }

     .about-hero h1 {
         font-size: 40px;
     }

     .about-cta h2 {
         font-size: 34px;
     }

 }


 .is-invalid {
     border-color: #dc3545 !important;
     box-shadow: none !important;
 }

 /* .invalid-feedback {
     display: block;
 } */
 .invalid-feedback{
    display:none;
    font-size:14px;
}

.is-invalid + .invalid-feedback{
    display:block;
}

.faq-section .section-badge{

    background:#000;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;

}

.custom-faq .accordion-item{

    border:none;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:18px;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);

}

.custom-faq .accordion-button{

    background:#fff;
    font-size:17px;
    font-weight:600;
    padding:22px;
    box-shadow:none;

}

.custom-faq .accordion-button:not(.collapsed){

    background:#000;
    color:#fff;

}

.custom-faq .accordion-button i{

    font-size:18px;

}

.custom-faq .accordion-button:focus{

    box-shadow:none;

}

.custom-faq .accordion-body{

    padding:22px;
    font-size:15px;
    color:#666;
    line-height:1.8;

}

.custom-faq .accordion-button::after{

    filter:brightness(0);

}

.custom-faq .accordion-button:not(.collapsed)::after{

    filter:brightness(100);

}
.step{
    display:none;
}

.step.active{
    display:block;
}