.mainWrapper {
    padding-top: 58px;
}

body {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background: linear-gradient(135deg, #1a1a2e 0, #16213e 50%, #0f3460 100%);
}

p {
    font-size: 1rem;
}

.topBanNsection {
    margin: 30px 0;
}

.topNsection {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}

.topNsection h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    animation: shimmer 3s ease-in-out infinite;
    font-weight: 800;
    color: #00cdf9;
}

.topBanNsection p {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
}

.headerWrap {
    padding: 0 !important;
}

.formWrapIQ {

    padding: 30px;
    border-radius: 20px;
    border: 1px solid #5857574e;
    
}
.formWrapIQ h5{
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}
#Submit2,
#submitform,
#submitform2,
#submitform3,
.themBtn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg, #00d4ff, #09c);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-spacer {
    margin-top: 30px;
}

.process {
    background: white;
    border-radius: 20px;
    padding: 30px;
    /* margin-top: 30px; */
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}

.process h2,
.scan-benefits h2, #helpSlider h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
}

#helpSlider h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    /* margin-bottom: 50px; */
}

.process-step {
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9ff, #e8f0ff);
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.process-step::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #00d4ff, #09c);
    /*  */
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.process-step h3 {
    font-size: 1.2rem;
    color: #333;
    /* margin: 15px 0; */
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600;
}

.process-step p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0;
}

.process-steps {
    counter-reset: step-counter;
}


.use-cases {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: #fff;
    border-radius: 20px;
    padding: 30px;
    /* margin: 40px 0; */
    text-align: center;
}

.use-cases h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}

.case-studies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.case-study {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 40px 30px;
    transition: transform 0.3s ease;
}

.case-study h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #ecf0f1;
}

.case-study .result {
    font-size: 2rem;
    font-weight: 800;
    /* color: #3498db; */
    color: #00d4ff;
    margin-bottom: 15px;
}

.case-study p {
    color: #bdc3c7;
    font-size: 1rem;
}


.scan-benefits {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;

}

.benefit-item {
    padding: 30px;
    background: linear-gradient(135deg, #f8f9ff, #e8f0ff);
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.benefit-item h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefit-item p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0;
}

.trust-block {
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    background: linear-gradient(45deg, #00d4ff, #09c);
    color: white;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.trust-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.trust-stat {
    font-size: 1.4rem;
    font-weight: 600;
}

.trust-stat::before {
    content: '\2713';
    margin-right: 10px;
    font-size: 1.6rem;
}

.close_pop_up {
    position: absolute;
    z-index: 1;
    padding: 0 1rem !important;
    color: #000 !important;
    padding: 0px !important;
    font-weight: 100;
    font-size: 2.5rem;
    background: transparent;
    margin: -.5rem -.4rem -.5rem auto !important;
    height: 40px;
    width: 40px;
    border: none;
    font-weight: 600;
    right: 20px;
    top: 20px;
    
    opacity: 1;
}

#helpSlider{
    background-color: #fff;
    padding: 15px;
    
}

@media (max-width: 768px) {

    .process-steps,
    .case-studies,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .trust-stat::before{
        display: block;
        margin-bottom: 10px;
    }

    .trust-stats{
        grid-template-columns: 1fr;
        padding: 0 20px;
        line-height: normal;
    }
}

.carousel-control-next,
.carousel-control-prev {
    background: #00d4ff;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    opacity: 1;
    transition: opacity .15s
}

#customSlider {
    padding: 50px 20px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff;
    color: #000
}

#helpWinSlider h3 {
    font-size: 1.3rem;
    color: var(--primary)
}

#helpWinSlider .borderSlider {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px
}

#helpWinSlider{
    margin-bottom: 20px;
}

.shine-effect {
    position: relative;
    overflow: hidden;
     z-index: 1;
    background: linear-gradient(45deg, rgb(0, 212, 255), rgb(0, 153, 204));
    border: none;
}


.shine-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    z-index: 2;
    pointer-events: none;
    animation: 2.5s ease-in-out infinite elegant-shine
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@keyframes elegant-shine {
    0% {
        left: -100%
    }

    100% {
        left: 120%
    }
}
