/*Common Section*/


@font-face {
    font-family: 'HKGrotesk';
    src: url(../fonts/hk-grotesk/TTF/HKGrotesk-Regular.ttf);
}

@font-face {
    font-family: 'CabinetGrotesk';
    src: url(../fonts/cabinet-grotesk/CabinetGrotesk-Variable.ttf);
}

html {
    scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--secondaryColor);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
:root {
    --themeColor: #0F3D6E;
    --themeColorRGBA: rgba(15,61,110, 1);
    --secondaryColor: #FF8A2B;
    --BackgroundColor: #F0F8FF;
    --buttonColor: #F26F35;
    --primaryTextColor: #34312C;
    --secondaryTextColor: #535558;
    --fontFamilyHKGrotesk: 'HKGrotesk';
    --fontFamilyCabinetGrotesk: 'CabinetGrotesk';
    --fontBold: 700;
    --fontWeightRegular: 400;
    --borderRadius10: 10px;
    --borderRadius5: 5px;
    --lineHeight: 1.7;
    --color-white: white;
    --line-height-titles: 1.2;
    --grid-gap: 40px 60px;
    --box-shadow10: 1px 5px 10px 0px #F2F7FA;
    --box-shadow20: 1px 5px 20px 0px #F2F7FA;
    --box-shadow30: 10px 15px 30px 0px rgb(91, 49, 69, 0.1);
    --box-shadow40L: 0 .5rem 2rem rgba(55, 62, 66, 0.2);
    --box-shadow40: 0 .5rem 2rem rgba(100, 16, 7, .2);
    --backgroundImageRight: linear-gradient(to right, #0c2233, #184361, #236692, #2c8cc7, #34b4ff);
    --Approved: #239B56;
    --New: #B03A2E;
    --InProgress: #F39C12;
    --OnHold: #FF5733;
    --Closed: #2ECC71;
    --Assigned: #0096CC;
    --themeColorRGBA01: rgba(15,61,110, 0.1);
    --themeColorRGBA02: rgba(15,61,110, 0.2);
    --themeColorRGBA03: rgba(15,61,110, 0.3);
    --themeColorRGBA04: rgba(15,61,110, 0.4);
    --themeColorRGBA05: rgba(15,61,110, 0.5);
    --themeColorRGBA06: rgba(15,61,110, 0.6);
    --themeColorRGBA07: rgba(15,61,110, 0.7);
    --themeColorRGBA08: rgba(15,61,110, 0.8);
    --themeColorRGBA09: rgba(15,61,110, 0.9);
}

h1,
h2,
h3 {
    color: var(--primaryTextColor);
    font-family: var(--fontFamily);
}

h4,
h5,
h6,
p {
    color: var(--secondaryTextColor);
    font-family: var(--fontFamily);
}

.sectionBody {
    padding: 5% 0%;
}

.sectionHeaderOuter .sectionHeaderTop h3 {
    color: var(--primaryTextColor);
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 35px;
    text-align: center;
    font-family: var(--fontFamilyHKGrotesk);
}

.sectionHeaderOuter .sectionHeaderTop h5 {
    color: var(--secondaryTextColor);
    text-align: center;
    font-family: var(--fontFamilyCabinetGrotesk);
}

/*Common Section*/

.sectionHeaderTop {
    text-align: center;
}

.sectionHeaderTop h3 {
    text-align: center;
    color: var(--secondaryColor);
    font-weight: 800;
    font-family: var(--fontFamilyHKGrotesk);
}

.sectionHeaderTop h3 span {
    font-weight: bold;
    font-family: var(--fontFamilyHKGrotesk);
    font-size: 1.3em;
}

.sectionHeaderTop h5 {
    text-align: center;
    line-height: 25px;
    font-size: 1.1em;
    font-family: var(--fontFamilyHKGrotesk);
    letter-spacing: 0px;
    color: var(--secondaryTextColor);
}

.sectionHeaderTop h6 {
    text-align: center;
    line-height: 22px;
    font-size: 1em;
    font-family: var(--fontFamilyHKGrotesk);
}

.sectionHeaderTop a {
    text-align: center;
    line-height: 22px;
    font-size: 1em;
    color: grey;
    font-weight: 100;
}

/* ----------- INDEX PAGE --------------- */

/* background-image section */
#inProductsTypeCard .container-fluid {
    background-image: url(../../Assets/image/inProductsBg1.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#WhyChooseUs .container-fluid {
    background-color: var(--themeColor);
    background-image: url(../../Assets/image/inProductsBg2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#inProducts .container-fluid {
    background-image: url(../../Assets/image/inProductsBg3.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#inMaterialTypeComp .container-fluid {
    background-color: white;
}

#inProductsType {
    background-color: var(--secondaryColor);
    background-image: url(../../Assets/image/inProductsBg3.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* background-image section */

/* =========== LANDING SECTION =========== */



 
#LandingSection .slide.active .overlay {
    transform: translateY(0);
    opacity: 1;
}
#LandingSection .slide.active {
    opacity: 1;
    z-index: 0;
}

#LandingSection .BtnLanding {
    background-color: var(--themeColor);
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 25px;
    border: none;
}
 




#LandingSection .pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 111;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

#LandingSection .dot {
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s;
}

#LandingSection .dot.active {
    background-color: #fff;
    width: 25px;
    height: 10px;
    border-radius: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========== LANDING SECTION =========== */

/*ABOUT SECTION*/


#inAboutUs .founderDesk .BtnPrimaryWhite {
    padding: 12px 15px;
    font-size: 0.9em;
    background-color: var(--themeColor);
    color: white;
}
 

#inAboutUs .tellYourStory .BtnPrimaryWhite {
    padding: 12px 15px;
    font-size: 0.9em;
    background-color: var(--BackgroundColor);
    color: var(--themeColor);
}
 

.aboutIconHome .aboutIconHomeImg img {
    height: 50px;
}




/*ABOUT SECTION*/

/*inProductsTypeCard SECTION*/

.productTypeCard .well {
    padding: 0px;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 35px;
    box-shadow: var(--box-shadow40L);
    transition: 0.3s ease-in;
}

.productTypeCard .well:hover {
    transition: 0.3s ease-in;
}

.productTypeCard .well h3 {
    color: var(--themeColor);
    line-height: 35px;
    letter-spacing: 1px;
    font-size: 22px;
    font-family: var(--fontFamilyMarcellus);
    margin-bottom: 5px;
    font-weight: bold;
}

.productTypeCard .well h4 {
    color: var(--themeColor);
    font-size: 14px;
    margin: 0px;
    font-family: var(--fontFamilyMulish);
    /* Golden ratio to subheading */
    font-weight: 700;
    line-height: 1.2;
}

.productTypeCard .well h5 {
    color: var(--primaryTextColor);
    line-height: 25px;
    font-family: var(--fontFamilyMulish);
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.6;
}

.productTypeContent {
    background-color: var(--BackgroundColor);
    border-radius: 0px;
    text-align: center;
    padding: 10px;
}

.productTypeCard .well .workshopImage {
    transition: 0.5s ease-in;
    height: 100%;
    overflow: hidden;
}

.productTypeCard .well img {
    transition: 0.8s ease-in;
}

.productTypeCard .well:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-in;
}

.productTypeImage {
    height: 200px;
    overflow: hidden;
}

.productTypeImage img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*inProductsTypeCard SECTION*/


/*WhyChooseUs SECTION*/

.sectionHeaderOuterWhy .sectionHeaderTop h3 {
    color: white;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: left;
    font-size: 30px;
    font-family: var(--fontFamilyMarcellus);
}

.sectionHeaderOuterWhy .sectionHeaderTop h5 {
    color: white;
    text-align: left;
    font-size: 18px;
    font-family: var(--fontFamilyMulish);
}

.whyUsFeatures {
    margin-top: 25px;
}



.whyUsFeatures .well:hover {
    background-color: white;
    transition: 0.3s ease-in;
}

.whyUsFeatures .well:hover h4 {
    color: var(--themeColor);
    transition: 0.3s ease-in;
}

.whyUsFeatures .well h3 {
    color: white;
    font-size: 32px;
    text-align: center;
    line-height: 22px;
}



/*WhyChooseUs SECTION*/

/*inProducts SECTION*/

.inProducts .sectionHeaderTop h3 {
    color: var(--primaryTextColor);
    letter-spacing: 1px;
    font-weight: bold;
    font-family: var(--fontFamilyMarcellus);
}

.inProducts .sectionHeaderTop h5 {
    color: var(--secondaryTextColor);
    font-family: var(--fontFamilyMulish);
}

#inProducts .productShortComp {
    padding: 0%;
}

#inProducts .prodImgOuter {
    display: flex;
    justify-content: center;
}

#inProducts .productShortComp .productImageComp {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
    aspect-ratio: 1;
    transition: 0.5s ease-in;
}

.productDashWrapper {
    transition: 0.5s ease-in;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid rgba(48, 43, 109, 0.2);
}

.productDashWrapper:hover {
    border: 1px solid rgba(48, 43, 109, 0.5);
    border-radius: 10px;
    margin-top: -10px;
    transition: 0.3s ease-in;
}

.productDashWrapper h4 {
    font-family: var(--fontFamilyMarcellus);
    text-align: center;
    font-size: 22px;
}

.productDashWrapper h5 {
    font-family: var(--fontFamilyMulish);
    text-align: center;
    line-height: 22px;
    font-size: 14px;
}

.tblProductTypes .well {
    padding: 0px;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-bottom: 35px;
    box-shadow: var(--box-shadow40L);
}

.tblProductTypes .well .tblProductImage {
    transition: 0.5s ease-in;
    height: 220px;
    overflow: hidden;
}

.tblProductTypes .well img {
    transition: 0.4s ease-in;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tblProductTypes .well:hover img {
    transform: scale(1.2);
    transition: 0.3s ease-in;
}

.tblProductContent {
    padding: 15px;
}

.tblProductTypes .well h3 {
    color: var(--primaryTextColor);
    line-height: 25px;
    padding-left: 0px;
    font-family: var(--fontFamilyMarcellus);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px;
}

.tblProductTypes .well h4 {
    color: var(--secondaryTextColor);
    font-family: var(--fontFamilyMulish);
    line-height: 25px;
    font-size: 14px;
}

#inProducts .BtnPrimaryWhite {
    padding: 12px 10px;
    border: 1px solid var(--secondaryColor);
    background-color: white;
}

#inProducts:hover .BtnPrimaryWhite {
    background-color: var(--secondaryColor);
    color: white;
    transition: 0.3s ease-in;
}

/*inProducts SECTION*/


/*inProductsType SECTION*/

#inProductsType .container-fluid {
    padding: 2% 10%;
}

#inProductsType .sectionHeaderTop h5 {
    color: #CDCED0;
}

.productUseType .well .productUseImg {
    height: 230px;
    overflow: hidden;
    border-radius: 0px 0px 25px 25px;
}

.productUseType {
    padding-top: 2%;
}

.productUseType .well {
    padding: 0px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--secondaryColor);
    background-color: white;
    box-shadow: var(--box-shadow30);
}

.productUseType .well img {
    transition: 0.3s ease-in;
}

.productUseType .well:hover img {
    transform: scale(1.1);
    transition: 0.3s ease-in;
}

.productUseContent {
    padding: 10px 25px;
}

.productUseContent h4 {
    font-weight: bold;
    font-size: 20px;
    font-family: var(--fontFamilyMarcellus);
}

.productUseContent h5 {
    font-size: 16px;
    line-height: 25px;
    font-family: var(--fontFamilyMulish);
}

#inProductsType .sectionHeaderOuter .sectionHeaderTop h3 {
    color: white;
}

#inProductsType .sectionHeaderOuter .sectionHeaderTop h5 {
    color: white;
}

/*inProductsType SECTION*/

/*inBannerCall SECTION*/
#inBannerCall .container-fluid {
    background-color: white;
}

#inBannerCall img {
    margin-top: 15%;
}

.callUsBannerNum a {
    text-decoration: none;
}

.callUsBannerNum a:hover {
    text-decoration: none;
}

.callUsBannerNum {
    padding: 5% 0% 0% 0%;
}

.callUsBannerNum h2 {
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    font-family: var(--fontFamilyMarcellus);
}

.callUsBannerNum h4 {
    line-height: 30px;
    padding-top: 15px;
    font-size: 18px;
    font-family: var(--fontFamilyMulish);
}


.callUsBannerNum span {
    background-color: var(--secondaryColor);
    padding: 10px 25px;
    color: white;
    border-radius: 10px;
}

/*inBannerCall SECTION*/

/* inMaterialType SECTION STARTS */
.materialTypeComp img {
    border-radius: 10px;
}

.materialHead h3 {
    font-size: 1.5em;
    margin: 0px;
    font-weight: bold;
    padding: 0px;
    font-family: var(--fontFamilyMarcellus);
    color: var(--primaryTextColor);
}

.materialHead h5 {
    font-size: 1.1em;
    margin: 0px;
    line-height: 25px;
    font-family: var(--fontFamilyMulish);
    padding: 10px 0px 0px 0px;
    color: var(--secondaryTextColor);
}

/* inMaterialType SECTION ENDS*/

/* inGalleryType SECTION STARTS */


.inGalleryType img:hover {
    transition: 0.5s ease-in;
}

/* inGalleryType SECTION ENDS */

/* inTestimonials SECTION STARTS */

#inTestimonials .testimonialComp .sectionHeadComp h2 {
    font-size: 2em;
    line-height: 45px;
    font-weight: bold;
    padding: 0px 0px;
    font-family: var(--fontFamilyMarcellus);
    color: var(--primaryTextColor);
}

.testimonialComp .sectionHeadComp h4 {
    font-size: 1.2em;
    text-transform: uppercase;
}


.happyClients {
    position: absolute;
    background-color: rgba(48, 43, 109, 1.0);
    top: 25px;
    z-index: 111;
    border-radius: 15px;
    right: 25px;
    padding: 15px;
}

.happyClients h2 {
    font-size: 2.2em;
    text-align: center;
    padding: 0px 35px 0px 0px;
    margin: 0px;
    font-family: var(--fontFamilyMulish);
    font-weight: 600;
    color: var(--secondaryColor);
}

.happyClients h5 {
    line-height: 25px;
    margin: 0px;
    color: white;
    padding: 5px 0px;
}

.ratingCompTesti {
    color: var(--secondaryColor);
    padding-left: 0px;
    display: flex;
    width: 150px;
    margin-bottom: 10px;
    border-radius: 0px;
    justify-content: space-between;
    font-size: 1em;
}

.imageSliderTesti {
    position: relative;
    width: 100%;
    height: 40vh;
}

.slideContainerTesti {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin-top: 25px;
    overflow: hidden;
}

.slideContainerTesti .slideItemTesti img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slideItemTesti {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1);
    background-size: cover;
    background-position: center;
    transition: opacity 1.5s ease, transform 4s ease;
    z-index: 0;
}

.slideItemTesti.active {
    opacity: 1;
    z-index: 0;
}

#inTestimonials .imageSliderComment h4 {
    font-size: 1em;
    margin: 0px;
    padding: 15px 0px 0px 0px;
}
 
.imageSliderComment {
    position: relative;
    width: 100%;
    height: 40vh;
}

.slideContainerComment {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    margin-top: 25px;
    overflow: hidden;
}

.slideItemComment {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1);
    background-size: cover;
    background-position: center;
    transition: opacity 1.5s ease, transform 4s ease;
    z-index: 0;
}

.slideItemComment.active {
    opacity: 1;
    z-index: 0;
}

/* inTestimonials SECTION ENDS */


/*ART MATERIAL SECTION*/

/*ART MATERIAL SECTION*/
/* ----------- INDEX PAGE --------------- */


/*OHTER PAGES*/
#hiddenSection {
    height: 55px;
}



.paggigSmallDevice {
    text-align: center;
}

.paggigSmallDevice h3 {
    text-align: center;
    font-size: 1em;
}

#bodyWrapper .sectionHeaderTop h3 {
    font-size: 1.5em;
    font-weight: bold;
    font-family: var(--fontFamilyMarcellus);
}

#bodyWrapper .sectionHeaderTop h5 {

    font-family: var(--fontFamilyMulish);
}

#bodyWrapper .productImageComp img {
    border-radius: 10px;
}

#sectionOurServices .WorkshopTypes .well:hover {
    background-color: white;
    transition: 0.5s ease-in;
}

/*OTHER PAGES*/

/*FOOTER SECTION*/

.footerImage img {
    height: 55px;
}

.footerLinks a {
    text-decoration: none;
}

.footerLinks h4 {
    color: white;
    margin: 0px;
    font-size: 0.9em;
    line-height: 25px;
}

.footerLinks h5 {
    color: white;
    font-size: 1.5em;
    font-weight: 800;
}

.footerLinks h6 {
    color: white;
    font-size: 0.8em;
    text-align: center;
    line-height: 30px;
}

.footerLinks i {
    padding-right: 10px;
}

.footerIcons {
    padding-bottom: 2%;
}

.footerIcons i {
    background-color: var(--secondaryColor);
    height: 35px;
    width: 35px;
    cursor: pointer;
    color: white;
    border-radius: 10px;
    margin: 15px 15px 0px 0px;
    padding: 11px;
    font-size: 1em;
    transition: 0.5s ease-in;
}

.footerIcons i:hover {
    background-color: white;
    color: var(--secondaryColor);
    border-radius: 50%;
    transition: 0.3s ease-in;
}
.copyright h4 a {
    text-decoration: none;
    color: white;
    transition: 0.4s ease-in-out;
}
.copyright h4 span:hover a {
    text-decoration: none;
     color: var(--secondaryColor);
     transition: 0.4s ease-in-out;
}


.toTheTopIcon {
    height: 40px;
    width: 40px;
    font-size: 1.4em;
    position: fixed;
    cursor: pointer;
    z-index: 5555;
    border-radius: 5px;
    transition: 0.4s ease-in;
    padding: 5px 0px 0px 14px;
}

.toTheTopIcon a {
    text-decoration: none;
    color: white;
}

.whatsappIcon {
    height: 40px;
    width: 40px;
    color: white;
    font-size: 1.3em;
    position: fixed;
    border-radius: 5px;
    cursor: pointer;
    z-index: 555555;
    background-color: #25d366;
    transition: 0.4s ease-in;
    padding: 6px 0px 0px 12px;
}

.whatsappIcon a {
    color: white;
    text-decoration: none;
}
.whatsappIcon:hover a {
    color: white;
    text-decoration: none;
}
/*FOOTER SECTION*/


.PrivacySection .sectionPrivacy h2 {
    font-size: 1em;
    font-weight: 600;
    line-height: 30px;
}

.PrivacySection h3 {
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 20px;
    line-height: 30px;
}

.PrivacySection h4 {
    font-size: 1em;
    line-height: 30px;
    font-weight: bold;
}

.PrivacySection .sectionPrivacy h5 {
    font-size: 1em;
    text-align: justify;
    line-height: 30px;
}


/*CONTACT US PAGE*/
.secContactComp iframe {
    margin-top: 5%;
    border-radius: var(--borderRadius10);
}

.contactForm h4 {
    text-align: left;
    padding-top: 20px;
}

.contactForm span {
    color: var(--themeColor);
}

.contactForm label {
    margin-top: 10px;
    font-size: 0.9em;
    padding-bottom: 5px;
    color: var(--themeColor);
}

.contactForm input {
    border-radius: 7px;
    padding: 24px 15px;
    font-size: 1em;
    box-shadow: none;
    background-color: white;
    border: 1px solid var(--secondaryColor);
    margin-bottom: 5px;
}

.contactForm textarea {
    border-radius: 7px;
    padding: 15px 15px;
    font-size: 1em;
    box-shadow: none;
    background-color: white;
    border: 1px solid var(--secondaryColor);
    margin-bottom: 5px;
}

.secContactComp h6 {
    font-size: 1.1em;
    text-align: center;
    background-color: var(--themeColor);
    color: white;
    line-height: 25px;
    padding: 10px 120px;
    float: right;
    margin-top: -70px;
    margin-right: 130px;
    border-radius: 5px;
}

/*CONTACT US PAGE*/
 

.sideDashComp a h4.Active {
    background-color: rgba(203, 124, 50, 1);
    color: white;
    font-size: 1em;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
}

.myAccount .well .sideDashComph4 {
    font-size: 1.1em;
    text-align: center;
}

.myAccount .well .sideDashComp h4 a {
    color: var(--secondaryColor);
    font-weight: bold;
}

.myAccount .well h5 {
    font-size: 1em;
    line-height: 30px;
    margin-top: 10%;
    text-align: center;
}

.myAccount .well h5 a {
    color: var(--secondaryColor);
    font-weight: bold;
}

.myAccount .well {
    background-color: white;
    border-radius: 10px;
    box-shadow: var(--box-shadow40L);
    padding: 5px 20px 5px 15px;
    height: 100%;
}

.myAccount .well label {
    padding-top: 15px;
}

.myAccount .well input {
    border-radius: 7px;
    padding: 30px 25px;
    font-size: 1em;
    background-color: white;
    border: 1px solid var(--secondaryColor);
    margin-bottom: 5px;
}

.sideDashComp a h4 {
    background-color: rgba(203, 124, 50, 0.2);
    color: var(--themeColor);
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    padding: 15px;
}

.sideDashComp a:hover {
    text-decoration: none;
}

.notSignIn h4 {
    text-align: center;
    font-size: 1em;
}

.notSignIn h4 a {
    font-weight: 600;
    color: var(--themeColor);
    font-size: 1em;
}

.moveBack h5 {
    padding: 5px 5px;
    font-size: 1em;
    color: var(--secondaryColor);
    float: right;
    transition: 0.5s ease-in;
}

.moveBack a {
    text-decoration: none;
    color: var(--secondaryColor);
    transition: 0.5s ease-in;
}

.moveBack i {
    transition: 0.3s ease-in;
}

.moveBack a:hover i {
    padding-right: 5px;
    transition: 0.3s ease-in;
}

/*PRODUCTS PAGES STARTS*/

.productWrapper h4 {
    padding: 15px;
    font-size: 1em;
    margin: 0px 0px 20px 0px;
}

.productWrapper .productImage {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    padding: 5px;
    height: 250px;
    background-color: white;
    transition: 0.5s ease-in;
}

.productWrapper .productImage img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s ease-in;
}

.ProductQuality {
    padding: 2%;
}

.ProductQuality img {
    border-radius: 25px;
}

.ProductQuality h3 {
    font-weight: bold;
    font-size: 1.3em;
}

.ProductQuality h4 {
    font-size: 1em;
    line-height: 20px;
}

.foamQuality {
    padding: 2%;
}

.foamQuality img {
    border-radius: 25px;
}

.foamQuality h3 {
    font-weight: bold;
    font-size: 1.3em;
    font-family: var(--fontFamilyMarcellus);
}

.foamQuality h4 {
    font-size: 1em;
    font-family: var(--fontFamilyMulish);
    line-height: 20px;
}

#bodyWrapper .ProductCompCardTypes {
    padding: 2% 0%;
}

#bodyWrapper .ProductCompCard .well {
    padding: 0px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--box-shadow30);
    border: none;
}

#bodyWrapper .ProductCompCard .well h3 {
    color: var(--primaryTextColor);
    font-weight: bold;
    font-family: var(--fontFamilyMarcellus);
    margin: 0px;
    font-size: 22px;
    padding: 0px;
    text-transform: uppercase;
}

#bodyWrapper .workshopContent {
    padding: 15px;
}

#bodyWrapper .ProductCompCard .well h4 {
    color: var(--secondaryTextColor);
    line-height: 25px;
    font-size: 14px;
    padding: 0px 0px;
}

#bodyWrapper .ProductCompCard .well .productImage {
    transition: 0.7s ease-in;
    height: 250px;
    overflow: hidden;
}

#bodyWrapper .ProductCompCard .well .productImage img {
    transition: 0.7s ease-in;
}

#bodyWrapper .ProductCompCard .well:hover img {
    transform: scale(1.1);
    transition: 0.1s ease-in;
}

#sectionOurProduct .productShortComp {
    padding-left: 0%;
}

.mySwiperGallery {
    padding-bottom: 5%;
}

.swiperWrapperBig {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swiperWrapperBig img {
    height: 220px;
    margin: 0px 0px 25px 0px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease-in;
}

.swiperWrapperBig img:hover {
    transition: 0.5s ease-in;
}

.swiperWrapperSmall img {
    height: 250px;
    margin: 0px 0px 25px 0px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease-in;
}

.swiperWrapperSmall img:hover {
    transition: 0.5s ease-in;
}

/*PRODUCTS PAGES ENDS*/

/* ABOUT US PAGE */
.founderDeskText {
    padding: 1% 2% 2% 2%;
    border-radius: 15px;
    margin-top: 1%;
    background-color: var(--themeColor);
}

.founderDeskText h4 {
    font-size: 1em;
    color: white;
    line-height: 24px;
}


.founder-desk::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: #e0f0ff;
    border-radius: 50%;
    opacity: 0.3;
}

.founder-desk h2 {
    font-size: 22px;
    color: #004c9a;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
}

.founder-desk h4 {
    font-size: 16px;
    font-weight: normal;
    color: #555;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
}

.founder-desk blockquote {
    font-style: italic;
    color: #555;
    border-left: 4px solid #0077cc;
    padding-left: 15px;
    margin-bottom: 25px;
    position: relative;
}

.founder-desk p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
}

.founder-sign {
    font-weight: bold;
    color: #222;
    margin-top: 30px;
    position: relative;
}



.horizontal-timeline-line {
    position: relative;
    height: 4px;
    background: #0077cc;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.timeline-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -10px;
}

.timeline-event {
    position: relative;
    width: 140px;
    text-align: center;
    margin-bottom: 60px;
}

.timeline-event::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #0077cc;
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2px #0077cc;
    z-index: 1;
}

.timeline-content {
    background: white;
    padding: 15px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-content h4 {
    margin: 0;
    color: #0077cc;
    font-size: 18px;
}

.timeline-content p {
    margin-top: 8px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.timeline-event:nth-child(even) .timeline-content {
    top: -150px;
}

.timeline-event:nth-child(odd) .timeline-content {
    top: 20px;
}

/* === Responsive Fixes === */
@media (max-width: 992px) {
    .timeline-event {
        width: 120px;
    }

    .timeline-content {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .timeline-flex {
        flex-direction: column;
        align-items: center;
    }

    .horizontal-timeline-line {
        height: 100%;
        width: 4px;
        margin: 0;
    }

    .timeline-event {
        width: 100%;
        margin-bottom: 100px;
    }

    .timeline-event::before {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .timeline-content {
        position: relative;
        top: 20px !important;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 300px;
    }

    .founder-desk {
        margin: 15px auto;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
        padding: 40px 15px;
        color: #333;
        position: relative;
        overflow: hidden;
    }
}

#sectionOurProduct .swiper {
    width: 100%;
    height: 100%;
    padding: 0px 25px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.imageSwiper .col-lg-4 {
    padding: 0px;
    margin: 0px;
}

#sectionProductComp .sectionBodyComp h3 {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 25px;
}

#sectionProductComp .sectionBodyComp h4 {
    font-size: 1em;
    line-height: 25px;
}

.sectionBodyComp img {
    margin-top: 12%;
}
    .buttonReadMore{
        background-color: var(--themeColor);
        color: white;
        border-radius: 5px;
        padding: 10px 25px;
        margin-bottom: 15px;
        font-size: 0.9em;
        margin-top: -10px;    
        margin-left: 15px;
        border: 0px;
    }
/* ABOUT US PAE */