.cstm-page {
        padding: 50px 0px;
    }

    /* Title */
    .page-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        border-bottom: 2px solid #00a3e0;
        display: inline-block;
        padding-bottom: 6px;
        margin-top: 15px;
    }

    /* Layout */
    .product-layout {
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }

    /* Left Gallery */
    .gallery {
        display: block;
        gap: 15px;
        flex: 1;
        margin-top: 25px;
        /* border: 1px solid #ddd; */
    }

    /* Thumbnails */
    .thumbs {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .thumbs img {
        width: 70px;
        height: 70px;
        border: 1px solid #ddd;
        padding: 5px;
        cursor: pointer;
        object-fit: contain;
        background: #fff;
    }

    /* Main Image */
    .main-image {
        /* flex: 1; */
        /* border: 1px solid #eee; */
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* position: relative; */
        /* min-height: 350px; */
    }

    .main-image img {
        max-width: 100%;
        /* max-height: 300px; */
        margin-bottom: 20px;
        /* justify-content: center; */
        border: 1px solid #ddd;
        padding: 10px;
    }

    /* Arrows */
    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #555;
        cursor: pointer;
    }

    .arrow.left {
        left: 10px;
    }

    .arrow.right {
        right: 10px;
    }

    /* Right Content */
    .details {
        flex: 1;
    }

    .details h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    /* Features */
    .features {
        margin-bottom: 20px;
    }

    .features h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .features ul {
        padding-left: 18px;
    }

    .features ul li {
        margin-bottom: 6px;
        font-size: 14px;
    }

    /* Download text */
    .download-text {
        margin: 15px 0;
        color: #007bff;
        font-size: 14px;
    }

    /* Certifications */
    .certs {
        display: flex;
        gap: 15px;
        margin: 15px 0 25px;
    }

    .certs img {
        height: 35px;
    }

    /* Buttons */
    .actions {
        display: flex;
        gap: 15px;
    }

    .btn {
        flex: 1;
        padding: 14px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        border: 2px solid #00a3e0;
        cursor: pointer;
        text-decoration: none;
    }

    .btn.primary {
        background: #00a3e0;
        color: #fff;
    }

    .btn.outline {
        background: #fff;
        color: #00a3e0;
    }

    /* Responsive */
    @media(max-width:992px) {
        .product-layout {
            flex-direction: column;
        }

        .gallery {
            flex-direction: column;
        }

        .thumbs {
            flex-direction: row;
        }
    }

    @media(max-width:576px) {
        .page-title {
            font-size: 22px;
        }

        .details h2 {
            font-size: 18px;
        }

        .actions {
            flex-direction: column;
        }
    }

    .other-fittings-main {
        background-color: #f3f7fa;
        padding: 50px 0px;
    }

    .section-title h2 {
        font-size: 25px;
        line-height: 29px;
        position: relative;
        padding-left: 100px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 600;
    }

    .section-title h2:before {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background: #009edf;
        left: 0;
        top: 50%;
        position: absolute;
    }

    .other-fittings-main .fitting-block-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #ececec;
        padding: 0px;
    }

    .cstm-cta-section .rs-contact-bg-thumb {
        background: #0359a4 !important;
        padding: 30px 30px;
        border-radius: 5px;
    }

    .cstm-cta-section .rs-contact-form-title,
    .cstm-cta-section .descrip {
        color: #fff !important;
        font-size: 22px;
        font-weight: 600;
        padding: 0px 15px;
    }

    .cstm-cta-section .descrip {
        font-size: 18px;
    }


    .cstm-cta-section .has-feedback input[type="text"],
    .cstm-cta-section .has-feedback input[type="tel"],
    .cstm-cta-section .has-feedback select,
    .cstm-cta-section .has-feedback textarea {
        background: #fff !important;
    }

    .cstm-cta-section .my-custom-modal input,
    .cstm-cta-section .my-custom-modal select,
    .cstm-cta-section .my-custom-modal textarea {
        margin-bottom: 8px;
    }

    .cstm-cta-section .pdfImg {
        height: 330px;
        width: 100%;
    }

    .cstm-cta-section .click2 {
        width: 100%;
    }

    .cstmRowSec {
        justify-content: center !important;
        display: flex;
        align-items: center;
    }

    @media (max-width: 767px) {
        .btn.outline {
            margin-bottom: 0px;
        }

        .cstmRowSec {
            display: grid;
            gap: 20px;
        }

        .cstm-cta-section .rs-contact-bg-thumb {
            padding: 30px 10px;
        }
    }