#fidelite-page {
    background: #c2002f;
    color: white;
    font-family: "Poppins", sans-serif;
}

/* Hero section */
.fidelite-hero {
    position: relative;
    text-align: center;
    padding: 100px 0 80px;
    overflow: hidden;
}

/* Decorative PNGs left & right */
.fidelite-left-img {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 250px;
}

.fidelite-right-img {
    position: absolute;
    right: 0;
    top: 50px;
    width: 250px;
}

/* Title */
.fidelite-title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fidelite-subtitle {
    font-size: 28px;
    margin-bottom: 40px;
}

/* Three icons */
.fidelite-icons img {
    width: 45px;
    margin: 0 10px 40px;
}

/* Features */
.fidelite-features {
    margin-top: 40px;
}

.fidelite-feature h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fidelite-feature h3 span {
    font-weight: 600;
}

.fidelite-feature p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.5;
}

/* Small note */
.fidelite-note {
    margin-top: 40px;
    font-size: 14px;
    opacity: 0.8;
}

/* -----------------------------------
   SECOND SECTION (Light grey block)
----------------------------------- */

.fidelite-second {
    background: #fff !important;   /* force white background */
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
}


/* Decorative line art on bottom right */
.second-bg-decoration {
    position: absolute;
    right: 0;
    top: 70px;
    width: 430px;
    opacity: 0.4;
    pointer-events: none;
}

/* Container spacing */
.second-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Left image */
.second-main-img {
    width: 100%;
    max-width: 500px;
}

/* Text block */
.second-text-block {
    padding-left: 40px;
}

.second-title {
    font-size: 28px;
    line-height: 1.4;
    color: #111;
    margin-bottom: 30px;
    font-weight: 500;
}

/* Button */
.second-btn {
    background: #000;
    color: white;
    padding: 12px 30px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.second-btn span {
    margin-left: 10px;
    font-size: 20px;
}

.second-btn:hover {
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 992px) {
    .second-text-block {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }
}
@media (max-width: 992px) {
    .fidelite-left-img,
    .fidelite-right-img {
        display: none !important;
    }
}
