.expert-profile-section{display:flex;gap:16px;align-items:flex-start}.expert-image-wrapper{position:relative;flex-shrink:0}.expert-profile-image{display:block;object-fit:cover;border:2px solid #0073e6}.verification-badge{position:absolute;bottom:-2px;right:-2px;background:#fff;border-radius:50%;padding:2px;color:#3ab54a;font-size:16px;line-height:1}.expert-info{flex:1;min-width:0}.expert-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.expert-name-title{flex:1;min-width:0}.expert-name{margin:0 0 4px 0;font-size:20px;font-weight:700;line-height:1.3;color:#111827}.expert-title{margin:0;font-size:14px;color:#6b7280;line-height:1.4}.free-consultation-badge{background:#3ab54a;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0}.expert-location{display:flex;align-items:center;gap:4px;font-size:14px;color:#6b7280;margin-bottom:8px;flex-wrap:wrap}.expert-location svg{color:#0073e6;flex-shrink:0}.online-status{color:#3ab54a;font-weight:500}.languages-container{display:flex;flex-wrap:wrap;gap:4px}.language-item{display:inline-flex;align-items:center;gap:4px;background:#f3f4f6;color:#374151;padding:4px 8px;border-radius:20px;font-size:12px;line-height:1}.language-flag{font-size:14px}@media (max-width:768px){.expert-profile-section{gap:12px}.expert-name{font-size:18px}.expert-header-top{flex-direction:column;align-items:flex-start;gap:8px}.free-consultation-badge{align-self:flex-start}}.expertise-tags-wrapper{position:relative;display:flex;align-items:center;gap:12px}.expertise-tags-scroll-container{flex:1;position:relative}.expertise-tags-scroll-container.horizontal-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;touch-action:pan-x}.expertise-tags-scroll-container.horizontal-scroll::-webkit-scrollbar{display:none}.expertise-tags-scroll-container.scrollbar-thin{scrollbar-width:thin}.expertise-tags-scroll-container.scrollbar-thin::-webkit-scrollbar{display:block;height:4px}.expertise-tags-scroll-container.scrollbar-thin::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.expertise-tags-scroll-container.scrollbar-thin::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.expertise-tags-scroll-container.scrollbar-auto{scrollbar-width:auto}.expertise-tags-scroll-container.scrollbar-auto::-webkit-scrollbar{display:block}.expertise-tags-list{display:flex;gap:8px;padding:4px 0}.expertise-tags-scroll-container.flex-wrap .expertise-tags-list{flex-wrap:wrap}.expertise-tags-scroll-container.horizontal-scroll .expertise-tags-list{flex-wrap:nowrap;width:max-content}.expertise-tag{display:inline-block;background:#e6f3ff;color:#0073e6;border:1px solid #0073e6;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;transition:all 0.2s ease;cursor:default;flex-shrink:0}@media (hover:hover) and (pointer:fine){.expertise-tag:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,115,230,.2)}.hover-transform-scale .expertise-tag:hover{transform:scale(1.05)}.hover-transform-translateY .expertise-tag:hover{transform:translateY(-2px)}}.scroll-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:1px solid #d1d5db;border-radius:50%;color:#374151;cursor:pointer;transition:all 0.2s ease;flex-shrink:0;outline:none}@media (hover:hover) and (pointer:fine){.scroll-arrow:hover{background:#f9fafb;border-color:#9ca3af;transform:scale(1.1)}.scroll-arrow:active{transform:scale(.95)}}.scroll-arrow:focus{box-shadow:0 0 0 2px rgba(59,130,246,.5)}.scroll-arrow svg{width:20px;height:20px}@media (max-width:768px){.expertise-tags-wrapper{gap:8px}.scroll-arrow{width:28px;height:28px}.scroll-arrow svg{width:16px;height:16px}.expertise-tag{padding:6px 10px;font-size:13px}.expertise-tag:hover{transform:none;box-shadow:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.expertise-tag:focus,.scroll-arrow:focus{outline:2px solid #0073e6;outline-offset:2px}.fade-in{animation:fadeIn 0.3s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.widget-loading{opacity:.6;pointer-events:none}.widget-loading::after{content:'';position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #e5e7eb;border-top:2px solid #0073e6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}[dir="rtl"] .expert-profile-section{direction:rtl}[dir="rtl"] .expert-location{direction:rtl}[dir="rtl"] .expertise-tags-list{direction:rtl}[dir="rtl"] .scroll-arrow-left{transform:scaleX(-1)}[dir="rtl"] .scroll-arrow-right{transform:scaleX(-1)}@media (prefers-contrast:high){.expertise-tag{border-width:2px}.scroll-arrow{border-width:2px}}@media (prefers-reduced-motion:reduce){.expertise-tag,.scroll-arrow{transition:none}.expertise-tag:hover{transform:none}.scroll-arrow:hover{transform:none}.fade-in{animation:none}}.expert-services-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.services-title{margin:0 0 20px 0;font-size:18px;font-weight:600;color:#111827}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all 0.3s ease;position:relative}.service-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.service-badge{position:absolute;top:12px;right:12px;background:#3b82f6;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;z-index:2}.service-media{position:relative;height:180px;overflow:hidden;border-radius:8px 8px 0 0}.service-media img{width:100%;height:100%;object-fit:cover}.media-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}.play-button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all 0.2s ease;outline:none}.play-button:hover{background:rgba(0,0,0,.8);transform:scale(1.1)}.play-button:focus{box-shadow:0 0 0 2px rgba(255,255,255,.5)}.video-count{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.service-content{padding:20px}.service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:12px}.service-title{margin:0;font-size:16px;font-weight:600;color:#111827;line-height:1.4;flex:1}.service-duration{background:#f3f4f6;color:#6b7280;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0}.service-description{margin:0 0 16px 0;font-size:14px;color:#6b7280;line-height:1.5}.service-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.service-price{font-size:20px;font-weight:700;color:#111827;display:flex;align-items:baseline;gap:4px}.price-period{font-size:14px;font-weight:400;color:#6b7280}.service-button{display:inline-flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;transition:all 0.2s ease;border:none;cursor:pointer;white-space:nowrap}.service-button:hover{background:#2563eb;transform:translateY(-1px);text-decoration:none;color:#fff}.service-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.service-card:not(:has(.service-media)){border-radius:8px}.service-card:not(:has(.service-media)) .service-content{border-radius:8px}@media (max-width:768px){.services-grid{grid-template-columns:1fr;gap:16px}.service-card{margin:0}.service-content{padding:16px}.service-header{flex-direction:column;align-items:flex-start;gap:8px}.service-duration{align-self:flex-start}.service-footer{flex-direction:column;align-items:stretch;gap:12px}.service-button{width:100%;justify-content:center}.service-price{font-size:18px;justify-content:center}.service-media{height:160px}.play-button{width:50px;height:50px}.service-badge{top:8px;right:8px;font-size:11px;padding:3px 8px}.service-card:hover{transform:none;box-shadow:0 1px 3px rgba(0,0,0,.1)}.service-button:hover{transform:none}.play-button:hover{transform:none}}@media (min-width:769px) and (max-width:1024px){.services-grid{gap:18px}.service-content{padding:18px}}@media (min-width:1200px){.services-grid{gap:24px}}.service-badge{transition:transform 0.2s ease}.service-card.button-focused{outline:2px solid #3b82f6;outline-offset:2px}.service-card.button-focused .service-button{box-shadow:0 0 0 2px rgba(59,130,246,.3)}@media (hover:hover) and (pointer:fine){.services-grid:hover .service-card:not(:hover){opacity:.7;transform:scale(.98)}}.service-card{opacity:0;transform:translateY(20px);transition:all 0.6s ease}.service-card.fade-in{opacity:1;transform:translateY(0)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.service-card:focus-within{outline:2px solid #3b82f6;outline-offset:2px}