.ivory-process {
    padding: 80px 0;
    background: #fff;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
}

.process-step {
    padding: 25px;
    border-radius: 10px;
    background: #f8f9fb;
}

.process-step span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}

/* faq */

.ivory-faq {
    padding: 80px 0;
    background: #f8f9fb;
}

.faq-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    font-size: 17px;
    text-align: left;
    border: none;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}

.faq-question:after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
}

.faq-answer {
    display: none;
    padding: 0 20px 18px 20px;
    color: #555;
    line-height: 1.6;
}

/* active state */

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question:after {
    content: "-";
}

/* responsive */

@media(max-width:768px) {

    .faq-title {
        font-size: 28px;
    }

    .faq-question {
        font-size: 16px;
    }

}

.ivory-faq {
    padding: 80px 0;
    background: #f8f9fb;
}

.faq-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    font-size: 17px;
    text-align: left;
    border: none;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}

.faq-question:after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
}

.faq-answer {
    display: none;
    padding: 0 20px 18px 20px;
    color: #555;
    line-height: 1.6;
}

/* active state */

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question:after {
    content: "-";
}

/* technology */

.ivory-tech .tech {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 1px solid #ddd;
}

.ivory-tech .owl-dot span {
    background: #201c47;
}

.ivory-tech .owl-dot.active span {
    background: #7e74ade0;
}

.ivory-tech .tech i {
    font-size: 30px;
    color: #231799;
}

.dark-list li {
    color: #fdfdfd;
    opacity: 0.9;
    font-size: 14px;
}

.ivory-hunt .dark-card {
    /* transform: translateY(60px); */
    background-color: #1b173d;
    padding: 10px 20px;
    margin-top: 15px;
    position: relative;
    z-index: 9;
    text-align: center;
    /* transition: all .4s; */
    min-height: auto;
}

.ivory-hunt .dark-card:hover {
    transform: translateY(50px);
}

.ivory-hunt .dark-card i {
    font-size: 20px;
    margin-bottom: 15px;
}

/* responsive */

@media(max-width:768px) {

    .faq-title {
        font-size: 28px;
    }

    .faq-question {
        font-size: 16px;
    }

}