.text-image-alternating-block{position:relative;padding:80px 0;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;display:flex;align-items:center}.text-image-alternating-block:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,20,40,.85);z-index:1}.text-image-alternating-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.text-image-alternating-header{text-align:center;margin-bottom:60px;color:#fff}.text-image-alternating-heading{font-size:3rem;font-weight:700;margin:0 0 20px;line-height:1.2;color:#fff}.text-image-alternating-subheading{font-size:1.2rem;opacity:.9;max-width:800px;margin:0 auto;line-height:1.5}.text-image-alternating-content{display:flex;flex-direction:column;gap:40px}.content-section{margin-bottom:40px}.content-section-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;max-width:1000px;margin:0 auto}.text-content{color:#fff}.text-content p{font-size:1.8rem;font-weight:600;line-height:1.4;margin:0}.image-content{display:flex;justify-content:center;align-items:center}.image-wrapper{position:relative;border-radius:0;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3);transition:transform .3s ease}.image-wrapper:hover{transform:translateY(-5px)}.image-wrapper .section-image{width:100%;height:auto;display:block;max-width:400px;border-radius:50px}.content-section.text-left .content-section-inner{grid-template-areas:"text image"}.content-section.text-left .text-content{grid-area:text;text-align:left;padding-right:20px}.content-section.text-left .image-content{grid-area:image;justify-content:flex-end}.content-section.text-right .content-section-inner{grid-template-areas:"image text"}.content-section.text-right .text-content{grid-area:text;text-align:right;padding-left:20px}.content-section.text-right .image-content{grid-area:image;justify-content:flex-start}@media(max-width:1024px){.text-image-alternating-heading{font-size:2.5rem}.text-content p{font-size:1.6rem}.content-section-inner{gap:30px}}@media(max-width:768px){.text-image-alternating-block{padding:60px 0;background-attachment:scroll}.text-image-alternating-container{padding:0 15px}.text-image-alternating-heading{font-size:2rem}.text-image-alternating-subheading{font-size:1.1rem}.text-content p{font-size:1.4rem}.content-section-inner{grid-template-columns:1fr;gap:25px;text-align:center}.content-section.text-left .content-section-inner,.content-section.text-right .content-section-inner{grid-template-areas:"text" "image"}.content-section.text-left .text-content,.content-section.text-right .text-content{text-align:center;padding:0}.content-section.text-left .image-content,.content-section.text-right .image-content{justify-content:center}.image-wrapper .section-image{max-width:300px}}@media(max-width:480px){.text-image-alternating-block{padding:40px 0}.text-image-alternating-heading{font-size:1.8rem}.text-content p{font-size:1.2rem}.image-wrapper .section-image{max-width:250px}.text-image-alternating-content{gap:30px}.content-section{margin-bottom:30px}}.content-section{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}.content-section:first-child{animation-delay:.2s}.content-section:nth-child(2){animation-delay:.4s}.content-section:nth-child(3){animation-delay:.6s}.content-section:nth-child(4){animation-delay:.8s}.content-section:nth-child(5){animation-delay:1s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.content-section{animation:none;opacity:1;transform:none}.image-wrapper{transition:none}.image-wrapper:hover{transform:none}}