/*
	Theme Name:     Samatex Child
	Theme URI:      http://enovathemes.com/samatex
	Description:    Industrial WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       samatex
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.vc-row-667250 .curtain-gradient {
    background: linear-gradient(55deg, transparent 6%, #A61D1D 50%) !important;
}
/* Hide only play icon */
.modal-video-poster.video-modal::before {
    display: none !important;
}
/* Change step circle background */
.step-dot {
    background-color: #A61D1D !important;
}
/* ===== PARTNER SECTION CLEAN RESET (SAFE + COMPLETE) ===== */

.vc_row-633424 {
    position: relative;
    background-color: #f2f2f2 !important;
    overflow: hidden;
}

/* main overlay layer */
.vc_row-633424 .grid-overlay {
    background-color: #f2f2f2 !important;
    opacity: 1 !important;
}

/* top gradient */
.vc_row-633424 .top-gradient {
    background: linear-gradient(to bottom, #f2f2f2, transparent) !important;
}

/* bottom gradient */
.vc_row-633424 .bottom-gradient {
    background: linear-gradient(to top, #f2f2f2, transparent) !important;
}

/* kill ANY leftover theme overlay effects ONLY inside this section */
.vc_row-633424::before,
.vc_row-633424::after,
.vc_row-633424 .vc-animated-bg::before,
.vc_row-633424 .vc-animated-bg::after {
    background: transparent !important;
    content: none !important;
}
/* ===============================
   PROJECTS GLOBAL FIX (SAMATEX)
   =============================== */

/* 1. Hide social share buttons on ALL projects */
#post-social-share {
    display: none !important;
}

/* 2. Fix left colored line on project headings (change to blue #0d4380) */
.single-project h1:before,
.single-project h2:before,
.single-project h3:before,
.project-content h1:before,
.project-content h2:before,
.project-content h3:before {
    background: #0d4380 !important;
}

/* 3. Fix heading spacing + ensure line structure stays correct */
.single-project h1,
.single-project h2,
.single-project h3,
.project-content h1,
.project-content h2,
.project-content h3 {
    position: relative !important;
    padding-left: 16px !important;
}

/* 4. (Safety) Remove any leftover yellow pseudo elements */
.single-project h1:after,
.single-project h2:after,
.single-project h3:after,
.project-content h1:after,
.project-content h2:after,
.project-content h3:after {
    background: #0d4380 !important;
}
/* Hide project social share section */
#post-social-share {
    display: none !important;
}
/* ===== CONTACT FORM 7 BUTTON FIX ===== */

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background-color: #0d4380 !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

/* Hover state */
.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #a61d1d !important;
    color: #ffffff !important;
}
