
    .aboutBg {
        background:linear-gradient(rgba(0, 223, 252, 0.068), rgba(0, 223, 252, 0.068)), url(https://piktochart.com/wp-content/uploads/2023/10/deco-bg-edited.svg);
        width: 100%;
        min-height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: end;
        background-attachment: fixed;
        display: flex;
        align-items: center;
    }
    .abbBg{
        background:linear-gradient(rgba(75, 73, 73, 0.884), rgba(75, 73, 73, 0.884)), url(https://mirariwellnessclinic.com/wp-content/uploads/2024/06/Untitled-design-2024-06-06T151532.901.png);
        width: 100%;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: end;
        background-attachment: scroll;
        display: flex;
        align-items: center;
    }
    .abbbBg{
        background:linear-gradient(rgba(0, 223, 252, 0.199), rgba(0, 223, 252, 0.199)), url(https://piktochart.com/wp-content/uploads/2023/10/deco-bg-edited.svg);
        width: 100%;
        min-height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: end;
        background-attachment: fixed;
        display: flex;
        align-items: center;
    }
    .bgColor{
        background: linear-gradient(to right, rgba(48, 143, 181, 0.068), rgb(48, 143, 181)),url(https://piktochart.com/wp-content/uploads/2023/10/deco-bg-edited.svg) !important;
        height: auto !important; /* Ensure proper height even on smaller screens */
        background-repeat: no-repeat !important;
        background-size: cover;
        background-position: end;
        background-attachment: scroll;
       
    }
    .btnGradient {
        background: /*linear-gradient(to right, rgba(48, 143, 181, 0.836), rgba(74, 72, 166, 0.872));*/ black;
        color: white;
        transition: all 0.3s ease; /* Smooth transition for background and border */
    }
    
    .btnGradient:hover {
        background: white !important; /* White background on hover */
        color: black; /* Text color changes to black on hover */
        border: 1px solid rgba(48, 143, 181, 0.836); /* Ensure border remains transparent initially */
        
    }
    
    .heroSectionDesign{
        background: linear-gradient(to right, rgba(1, 39, 54, 0.555), rgba(48, 143, 181, 0.521)), url(https://rscc.in/wp-content/uploads/2021/09/Hair-Loss-Treatment-Product-Market-removebg-preview-577x230.png);
    
    }
    .heroSectionDev{
        background: linear-gradient(to right, rgba(1, 39, 54, 0.555), rgba(48, 143, 181, 0.521)), url(https://rscc.in/wp-content/uploads/2020/12/liposuction-800x320.png);
    
    }
    .heroSectionGraphic{
        background: linear-gradient(to right, rgba(1, 39, 54, 0.555), rgba(48, 143, 181, 0.521)), url(https://rscc.in/wp-content/uploads/2021/06/stem-cell-hair-transplant-removebg-preview-707x282.png);
    
    }
    .heroSectionMarketing{
        background: linear-gradient(to right, rgba(1, 39, 54, 0.555), rgba(48, 143, 181, 0.521)), url(https://rscc.in/wp-content/uploads/2021/07/untitleddesign_3_original-800x320.png);
    
    }
    .heroSection{
        width: 100%;
        height: 100vh !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }
    .bg-blue{
        background-color: rgb(4, 50, 80);
    }

    /* hjdbrg*/
    