/* ============ WHY HIRE US SECTION ============ */
.inyourface-why-hire-us-section {
    position: relative;
    width: 100%;
    height: max-content;
    padding: 150px 0 130px;
    background-color: #000000;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
}

/* ============ INNOVATIVE BACKGROUND ELEMENTS ============ */
.inyourface-why-hire-us-bg-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    z-index: -10;
}

.inyourface-why-hire-us-glitter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/glitter-texture.png');
    background-size: cover;
    opacity: 0.15;
    z-index: -9;
    mix-blend-mode: overlay;
}

.inyourface-why-hire-us-noise-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/noise-texture.png');
    opacity: 0.04;
    z-index: -8;
}

.inyourface-why-hire-us-holographic-effect {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, 
        rgba(255, 0, 102, 0) 0%, 
        rgba(255, 0, 102, 0.03) 25%, 
        rgba(0, 204, 255, 0.03) 50%, 
        rgba(255, 230, 0, 0.03) 75%, 
        rgba(255, 0, 102, 0) 100%);
    background-size: 200% 200%;
    animation: inyourface-why-hire-us-holographic-shift 15s linear infinite;
    z-index: -7;
    mix-blend-mode: soft-light;
}

@keyframes inyourface-why-hire-us-holographic-shift {
    0% {
        background-position: 0% 0%;
        transform: rotate(0deg);
    }
    100% {
        background-position: 100% 100%;
        transform: rotate(360deg);
    }
}

.inyourface-why-hire-us-light-beam {
    position: absolute;
    width: 150px;
    height: 800px;
    background: linear-gradient(to bottom, rgba(255, 0, 102, 0.05), rgba(255, 0, 102, 0));
    transform-origin: top center;
    animation: inyourface-why-hire-us-beam-rotate 25s linear infinite;
    z-index: -6;
    filter: blur(15px);
}

.inyourface-why-hire-us-light-beam-1 {
    top: -400px;
    left: 20%;
    transform: rotate(30deg);
    animation-duration: 30s;
}

.inyourface-why-hire-us-light-beam-2 {
    top: -400px;
    right: 25%;
    background: linear-gradient(to bottom, rgba(0, 204, 255, 0.05), rgba(0, 204, 255, 0));
    transform: rotate(-20deg);
    animation-duration: 35s;
    animation-delay: 5s;
}

.inyourface-why-hire-us-light-beam-3 {
    top: -400px;
    left: 65%;
    background: linear-gradient(to bottom, rgba(255, 230, 0, 0.04), rgba(255, 230, 0, 0));
    transform: rotate(15deg);
    animation-duration: 28s;
    animation-delay: 3s;
}

@keyframes inyourface-why-hire-us-beam-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.inyourface-why-hire-us-particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    overflow: hidden;
}

.inyourface-why-hire-us-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    z-index: -5;
    animation: inyourface-why-hire-us-particle-float 15s ease-in-out infinite;
}

.inyourface-why-hire-us-particle-1 {
    top: 20%;
    left: 15%;
    background-color: rgba(255, 0, 102, 0.6);
    animation-duration: 20s;
    animation-delay: 0s;
}

.inyourface-why-hire-us-particle-2 {
    top: 40%;
    left: 75%;
    background-color: rgba(0, 204, 255, 0.6);
    animation-duration: 25s;
    animation-delay: 5s;
}

.inyourface-why-hire-us-particle-3 {
    top: 65%;
    left: 30%;
    background-color: rgba(255, 230, 0, 0.6);
    animation-duration: 18s;
    animation-delay: 2s;
}

.inyourface-why-hire-us-particle-4 {
    top: 25%;
    left: 55%;
    background-color: rgba(255, 0, 255, 0.6);
    animation-duration: 22s;
    animation-delay: 8s;
}

.inyourface-why-hire-us-particle-5 {
    top: 75%;
    left: 85%;
    background-color: rgba(0, 255, 204, 0.6);
    animation-duration: 24s;
    animation-delay: 4s;
}

.inyourface-why-hire-us-particle-6 {
    top: 50%;
    left: 5%;
    background-color: rgba(255, 153, 0, 0.6);
    animation-duration: 21s;
    animation-delay: 6s;
}

.inyourface-why-hire-us-particle-7 {
    top: 15%;
    left: 90%;
    background-color: rgba(153, 51, 255, 0.6);
    animation-duration: 19s;
    animation-delay: 3s;
}

.inyourface-why-hire-us-particle-8 {
    top: 85%;
    left: 45%;
    background-color: rgba(0, 255, 102, 0.6);
    animation-duration: 23s;
    animation-delay: 7s;
}

@keyframes inyourface-why-hire-us-particle-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }
    5%, 95% {
        opacity: 0.8;
    }
    25% {
        transform: translate(50px, -30px) scale(1.2);
    }
    50% {
        transform: translate(100px, 0) scale(1);
    }
    75% {
        transform: translate(50px, 30px) scale(0.8);
    }
}

.inyourface-why-hire-us-camera-flash {
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 150px 150px rgba(255, 255, 255, 0.7);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    top: -300px;
    left: -300px;
}

.inyourface-why-hire-us-lens-flare {
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url('images/lens-flare.png');
    background-size: cover;
    opacity: 0;
    z-index: -4;
    animation: inyourface-why-hire-us-lens-flare-float 30s ease-in-out infinite;
    mix-blend-mode: screen;
    filter: blur(3px);
}

.inyourface-why-hire-us-lens-flare-1 {
    top: 10%;
    left: 5%;
    animation-duration: 35s;
}

.inyourface-why-hire-us-lens-flare-2 {
    top: 70%;
    right: 10%;
    animation-duration: 40s;
    animation-delay: 5s;
}

@keyframes inyourface-why-hire-us-lens-flare-float {
    0%, 100% {
        opacity: 0;
        transform: scale(0.5) translate(0, 0);
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2) translate(100px, 50px);
    }
    75% {
        opacity: 0.3;
    }
}

.inyourface-why-hire-us-rainbow-line {
    position: absolute;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, 
        #ff0066, 
        #ff3300, 
        #ffcc00, 
        #33cc33, 
        #00ccff, 
        #6600ff, 
        #ff00ff);
    z-index: -3;
    opacity: 0.4;
}

.inyourface-why-hire-us-rainbow-line-top {
    top: 0;
}

.inyourface-why-hire-us-rainbow-line-bottom {
    bottom: 0;
}

.inyourface-why-hire-us-diamond-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.02) 75%), 
        linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    background-size: 30px 30px;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    z-index: -2;
}

/* ============ CONTAINER & CONTENT STYLES ============ */
.inyourface-why-hire-us-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* ============ HEADER STYLES ============ */
.inyourface-why-hire-us-header {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.inyourface-why-hire-us-title-container {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
}

.inyourface-why-hire-us-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 102, 0.1);
    transform: skew(-10deg);
    z-index: -1;
    overflow: hidden;
}

.inyourface-why-hire-us-title-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: inyourface-why-hire-us-title-shimmer 3s infinite;
}

@keyframes inyourface-why-hire-us-title-shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.inyourface-why-hire-us-title {
    font-size: 5rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0 0 15px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 
        0 0 10px rgba(255, 0, 102, 0.5),
        0 0 20px rgba(255, 0, 102, 0.3),
        0 0 30px rgba(255, 0, 102, 0.2);
}

.inyourface-why-hire-us-title-part {
    display: inline-block;
}

.inyourface-why-hire-us-title-why {
    opacity: 0;
    transform: translateY(50px);
    animation: inyourface-why-hire-us-title-reveal 0.6s forwards 0.2s;
}

.inyourface-why-hire-us-title-hire {
    color: #ff0066;
    opacity: 0;
    transform: translateY(50px);
    animation: inyourface-why-hire-us-title-reveal 0.6s forwards 0.4s;
    position: relative;
}

.inyourface-why-hire-us-title-hire::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #ff0066, #ff33cc);
    transform: scaleX(0);
    transform-origin: left;
    animation: inyourface-why-hire-us-title-underline 0.6s forwards 1s;
}

.inyourface-why-hire-us-title-us {
    opacity: 0;
    transform: translateY(50px);
    animation: inyourface-why-hire-us-title-reveal 0.6s forwards 0.6s;
}

.inyourface-why-hire-us-title-question {
    font-size: 6rem;
    color: #ff0066;
    display: inline-block;
    opacity: 0;
    transform: scale(0);
    animation: inyourface-why-hire-us-title-pop 0.4s forwards 1.2s;
    vertical-align: middle;
    margin-left: 5px;
}

@keyframes inyourface-why-hire-us-title-reveal {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes inyourface-why-hire-us-title-underline {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes inyourface-why-hire-us-title-pop {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.inyourface-why-hire-us-tagline {
    font-size: 1.3rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    animation: inyourface-why-hire-us-fade-in 0.8s forwards 1.4s;
}

@keyframes inyourface-why-hire-us-fade-in {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.inyourface-why-hire-us-header-accent-dots {
    position: absolute;
    width: 35px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.inyourface-why-hire-us-header-accent-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff0066;
    animation: inyourface-why-hire-us-dot-pulse 2s infinite ease-in-out;
}

.inyourface-why-hire-us-header-accent-dot:nth-child(2) {
    animation-delay: 0.4s;
}

.inyourface-why-hire-us-header-accent-dot:nth-child(3) {
    animation-delay: 0.8s;
}

@keyframes inyourface-why-hire-us-dot-pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

/* ============ MAIN CONTENT STYLES ============ */
.inyourface-why-hire-us-main-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

/* ============ INTRO SECTION STYLES ============ */
.inyourface-why-hire-us-intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.inyourface-why-hire-us-intro-content {
    flex: 0 0 55%;
}

.inyourface-why-hire-us-intro-heading {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 1px;
    line-height: 1.3;
    position: relative;
}

.inyourface-why-hire-us-intro-accent {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 0, 102, 0.15);
    top: -15px;
    left: -15px;
    z-index: -1;
}

.inyourface-why-hire-us-intro-highlight {
    color: #ff0066;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 1.1rem;
}

.inyourface-why-hire-us-intro-highlight::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background-color: rgba(255, 0, 102, 0.15);
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: skew(-10deg);
}

.inyourface-why-hire-us-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 25px;
}

.inyourface-why-hire-us-text-emphasis {
    color: #ff0066;
    font-weight: 600;
}

.inyourface-why-hire-us-text-box {
    background-color: rgba(255, 0, 102, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.inyourface-why-hire-us-text-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: inyourface-why-hire-us-shine 2s infinite;
}

@keyframes inyourface-why-hire-us-shine {
    0% {
        opacity: 0;
        left: -100%;
    }
    50% {
        opacity: 1;
        left: 0%;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        left: 100%;
    }
}

.inyourface-why-hire-us-intro-image-container {
    flex: 0 0 40%;
    position: relative;
}

.inyourface-why-hire-us-intro-image-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 0;
    padding-bottom: 125%; /* Control aspect ratio */
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inyourface-why-hire-us-intro-image-frame:hover {
    transform: perspective(1000px) rotateY(0);
}

.inyourface-why-hire-us-intro-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s ease;
}

.inyourface-why-hire-us-intro-image-frame:hover .inyourface-why-hire-us-intro-image {
    transform: scale(1.05);
}

.inyourface-why-hire-us-intro-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 2;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.inyourface-why-hire-us-intro-image-frame:hover .inyourface-why-hire-us-intro-image-overlay {
    opacity: 0.2;
}

.inyourface-why-hire-us-intro-image-accent {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 0, 102, 0.2);
    z-index: 0;
    filter: blur(40px);
}

.inyourface-why-hire-us-intro-image-accent-1 {
    width: 150px;
    height: 150px;
    top: -30px;
    right: -30px;
}

.inyourface-why-hire-us-intro-image-accent-2 {
    width: 100px;
    height: 100px;
    bottom: -20px;
    left: -20px;
    background-color: rgba(0, 204, 255, 0.2);
}

.inyourface-why-hire-us-intro-polaroid {
    position: absolute;
    width: 160px;
    height: 190px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    padding: 10px 10px 35px;
    transform: rotate(8deg);
    bottom: -40px;
    right: -30px;
    z-index: 5;
    transition: transform 0.3s ease;
}

.inyourface-why-hire-us-intro-polaroid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
}

.inyourface-why-hire-us-intro-polaroid-caption {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    font-family: 'Indie Flower', cursive;
}

.inyourface-why-hire-us-intro-camera {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #333;
    border-radius: 15px;
    bottom: 40px;
    left: -50px;
    z-index: 5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-8deg);
    transition: transform 0.3s ease;
}

.inyourface-why-hire-us-intro-camera:hover {
    transform: rotate(-8deg) translateY(-10px);
}

.inyourface-why-hire-us-intro-camera-lens {
    width: 70px;
    height: 70px;
    background-color: #111;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inyourface-why-hire-us-intro-camera-lens::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #222;
}

.inyourface-why-hire-us-intro-camera-lens::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #333;
}

.inyourface-why-hire-us-intro-camera-lens-inner {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
}

.inyourface-why-hire-us-intro-camera-lens-inner::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 5px;
    left: 5px;
    transform: rotate(45deg);
}

.inyourface-why-hire-us-intro-camera-flash {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #555;
    top: 15px;
    right: 15px;
}

@media screen and (max-width: 768px) {
    .inyourface-why-hire-us-section {
        padding: 100px 0 80px;
    }
    .inyourface-why-hire-us-intro {
        flex-direction: column;
    }
    .inyourface-why-hire-us-intro-image-container {
        width: 100%;
    }
    .inyourface-why-hire-us-title {
        font-size: 3rem;
    }

    .inyourface-why-hire-us-title-question {
        font-size: 4rem;
    }
}
