@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.afeefjobs.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(255,255,255);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(255,255,255);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,102,204);
	--wd-alternative-color: rgb(255,255,255);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(51,153,255);
	--btn-accented-bgcolor-hover: rgb(51,153,255);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(249,249,249);
	--wd-link-color-hover: rgb(255,255,255);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

main.wd-content-layout.content-layout-wrapper.container {
    padding-bottom: 0px;
}

.wd-entry-content h3,h4 {
    font-size: 32px;
    font-family: 'Inter';
}

.wd-entry-content p {
    font-size: 18px;
    line-height: 30px;
}

.wd-post-meta {
    display: none !important;
}

.wd-post-cat.wd-style-with-bg a {
    padding: 0px 7px;
    font-size: 18px;
    font-family: 'Inter';
    text-transform: capitalize;
}


/* ==========================================================================
   SLIDE TO VERIFY — Human Verification Widget for Contact Form 7
   ==========================================================================
   Drop this file in your theme (or enqueue it) AFTER any theme/CF7 styles
   so the !important overrides win the specificity war cleanly.
   ========================================================================== */

.human-verification-wrapper,
.human-verification-wrapper * ,
.human-verification-wrapper *::before,
.human-verification-wrapper *::after {
    box-sizing: border-box !important;
}

/* --------------------------------------------------------------------------
   1. WRAPPER — fluid, 100% of parent column
   -------------------------------------------------------------------------- */
.human-verification-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 !important;
}

/* --------------------------------------------------------------------------
   2. TRACK — 50px tall, rounded pill, fluid width
   -------------------------------------------------------------------------- */
.human-verification-wrapper .slider-track-bg {
    position: relative !important;
    width: 100% !important;
    height: 50px !important;
    background: #eef1f5 !important;
    border: 1px solid #d8dee6 !important;
    border-radius: 25px !important;
    overflow: hidden !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    touch-action: pan-y; /* let horizontal drag win over page scroll on mobile */
    transition: background 0.3s ease, border-color 0.3s ease;
}

.human-verification-wrapper .slider-track-bg.hv-verified {
    background: #2ecc71 !important;
    border-color: #27ae60 !important;
}

/* Optional progress fill behind the knob */
.human-verification-wrapper .slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: rgba(46, 204, 113, 0.18);
    border-radius: 25px;
    pointer-events: none;
    z-index: 1;
}

/* --------------------------------------------------------------------------
   3. CUSTOM KNOB — vertically centered via top:50% + translateY(-50%),
      starts 4px from the left edge (set inline by JS thereafter)
   -------------------------------------------------------------------------- */
.human-verification-wrapper .slider-handle-thumb {
    position: absolute !important;
    top: 50% !important;
    left: 4px !important;
    transform: translateY(-50%) !important; /* mathematically exact vertical center, any thumb height */
    width: 42px !important;
    height: 42px !important;
    background: #2d6cdf !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 3 !important;
    cursor: grab;
    transition: background 0.3s ease;
    pointer-events: none; /* dragging is handled by the invisible native input above it */
}

.human-verification-wrapper .slider-track-bg.hv-verified .slider-handle-thumb {
    background: #1e8449 !important;
}

.human-verification-wrapper .slider-handle-thumb svg {
    width: 20px !important;
    height: 20px !important;
    fill: #fff !important;
    pointer-events: none;
}

.human-verification-wrapper .slider-handle-thumb .hv-check-icon {
    display: none;
}
.human-verification-wrapper .slider-track-bg.hv-verified .hv-arrow-icon { display: none; }
.human-verification-wrapper .slider-track-bg.hv-verified .hv-check-icon { display: block; }

/* --------------------------------------------------------------------------
   4. LABEL TEXT
   -------------------------------------------------------------------------- */
.human-verification-wrapper .slider-text {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #6b7280 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 52px !important;
}

.human-verification-wrapper .slider-track-bg.hv-verified .slider-text {
    color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   5. THE FIX — completely strip native range input rendering, in ALL
      browser engines, while keeping it 100% clickable / draggable.
   -------------------------------------------------------------------------- */
.human-verification-wrapper input[type="range"].human-slider-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: 0 !important;     /* fully invisible */
    z-index: 5 !important;     /* sits on top, captures every click/touch */
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
}

.human-verification-wrapper input[type="range"].human-slider-input:focus,
.human-verification-wrapper input[type="range"].human-slider-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* ---- Chrome / Safari / Edge(Chromium) / Opera (WebKit/Blink) ---- */
.human-verification-wrapper input[type="range"].human-slider-input::-webkit-slider-runnable-track {
    -webkit-appearance: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: 100% !important;
}
.human-verification-wrapper input[type="range"].human-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 42px !important;
    height: 42px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

/* ---- Firefox ---- */
.human-verification-wrapper input[type="range"].human-slider-input::-moz-range-track {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: 100% !important;
}
.human-verification-wrapper input[type="range"].human-slider-input::-moz-range-thumb {
    width: 42px !important;
    height: 42px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}
.human-verification-wrapper input[type="range"].human-slider-input::-moz-range-progress {
    background: transparent !important;
}
.human-verification-wrapper input[type="range"].human-slider-input::-moz-focus-outer {
    border: 0 !important;
}

/* ---- Legacy IE / EdgeHTML (-ms-) ---- */
.human-verification-wrapper input[type="range"].human-slider-input::-ms-track {
    background: transparent !important;
    border: none !important;
    color: transparent !important;
}
.human-verification-wrapper input[type="range"].human-slider-input::-ms-thumb {
    width: 42px !important;
    height: 42px !important;
    background: transparent !important;
    border: none !important;
}
.human-verification-wrapper input[type="range"].human-slider-input::-ms-fill-lower,
.human-verification-wrapper input[type="range"].human-slider-input::-ms-fill-upper {
    background: transparent !important;
}
.human-verification-wrapper input[type="range"].human-slider-input::-ms-tooltip {
    display: none !important;
}

/* Shake feedback if a submit attempt happens while unverified */
@keyframes hv-shake-kf {
    10%, 90% { transform: translateX(-1px); }
    20%, 80% { transform: translateX(2px); }
    30%, 50%, 70% { transform: translateX(-4px); }
    40%, 60% { transform: translateX(4px); }
}
.human-verification-wrapper .slider-track-bg.hv-shake {
    animation: hv-shake-kf 0.4s ease;
}

/* --------------------------------------------------------------------------
   6. CONTACT FORM 7 SUBMIT BUTTON — locked by default, unlocked at 100%
   -------------------------------------------------------------------------- */
.wpcf7 form .wpcf7-submit,
.wpcf7-form input.wpcf7-submit,
.wpcf7-form button.wpcf7-submit {
    transition: opacity 0.3s ease, filter 0.3s ease !important;
}

.wpcf7 form .wpcf7-submit.hv-locked,
.wpcf7-form input.wpcf7-submit.hv-locked,
.wpcf7-form button.wpcf7-submit.hv-locked {
    opacity: 0.5 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
    filter: grayscale(40%) !important;
}

.wpcf7 form .wpcf7-submit.hv-unlocked,
.wpcf7-form input.wpcf7-submit.hv-unlocked,
.wpcf7-form button.wpcf7-submit.hv-unlocked {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    filter: none !important;
}
.slider-handle-thumb p {
    position: relative;
    top: 11px;
}@media (min-width: 1025px) {
	.swiper-pagination {
    position: absolute;
    top: 33%;
    pointer-events: none;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap-reverse;
}

.elementor-button.elementor-slide-button.elementor-size-md {
    z-index: 999 !important;
    position: relative;
}

.swiper-pagination-bullet {
    position: relative;
    height: 0px !important;
	width: 220px !important;
	text-align: left;
	background-color: #ffffff00 !important;
	margin-right: 16% !important;
    margin-bottom: 100px !important;
}

.swiper-pagination-bullet:nth-child(1):after {
    content: "Afeef International’s Solutions";
    color: #ffffff;
    font-size: 16px;
    font-family: 'Inter';
    border-bottom: 1px solid #0066cc;
    padding-bottom: 5px;
	pointer-events: visible;
}


.swiper-pagination-bullet:nth-child(2):after {
    content: "Talent Shortages and Skills Mismatch";
    color: #ffffff;
    font-size: 16px;
    font-family: 'Inter';
    border-bottom: 1px solid #0066cc;
    padding-bottom: 5px;
	pointer-events: visible;
}


.swiper-pagination-bullet:nth-child(3):after {
    content: "Enhanced Reputation and Trust";
    color: #ffffff;
    font-size: 16px;
    font-family: 'Inter';
    border-bottom: 1px solid #0066cc;
    padding-bottom: 5px;
	pointer-events: visible;
}
}

