.custom-section {
    padding: 80px 0;
    background: #fff;
}

.img-wrapper {
    position: relative;
    display: inline-block;
}

.img-main {
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
}

.feature-item-box {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    background: #fff;
    text-align: left;
}

.feature-item-box i {
    color: #d9534f;
    font-size: 1.2rem;
    margin-right: 15px;
}

.feature-item-box h6 {
    margin: 0;
    font-weight: 700;
    color: #333;
}

.feature-item-box p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.read-more-center-wrapper {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.read-more-custom {
    color: #d9534f;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-orange-custom {
    background-color: #ff5e00;
    color: white;
    border-radius: 8px;
    padding: 12px 30px;
    border: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.tech-consultation {
    background-color: #0b1421;
    color: #ffffff;
    padding: 80px 0;
}

.tech-consultation .main-img {
    width: 100%;
    border-radius: 20px;
    filter: grayscale(30%);
}

.check-icon {
    color: #f37021;
    font-size: 1.2rem;
    margin-right: 15px;
}

.feature-title {
    font-weight: 600;
    font-size: 1rem;
}

.feature-desc {
    color: #a0a0a0;
    font-size: 0.9rem;
}

.special-offer-box {
    border: 2px solid #fd783f;
    border-radius: 12px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.03);
    margin-top: 25px;
}

.offer-label {
    color: #f37021;
    font-size: 0.85rem;
    font-weight: bold;
}

.btn-custom {
    background-color: #ffffff;
    color: #000 !important;
    border-radius: 8px;
    padding: 12px 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
    text-decoration: none;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 50px;
}

.section-title {
    color: #0b1a33;
    font-weight: 800;
    font-size: 2.5rem;
}

.section-subtitle {
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto 50px;
}

.img-box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.main-img {
    width: 85%;
    border-radius: 25px;
}

.support-card {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: 0.3s;
}

.icon-container img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.card-title {
    color: #212529;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-text {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.contact-box {
    background-color: #121d2b;
    border-radius: 12px;
    padding: 25px;
    color: white;
}

.info-label {
    color: #f39c12;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: capitalize;
}

.info-value {
    font-size: 0.9rem;
    margin-top: 2px;
}

.btn-custom1 {
    background: linear-gradient(90deg, #ff5100 0%, #ff6a00 100%);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 12px;
    font-weight: 700;
    margin-top: 25px;
    box-shadow: 0 4px 15px rgba(255, 81, 0, 0.3);
}