/* Attaya UI Enhancements v48: searchable country phone field + resilient project carousel */
.country-phone-field{position:relative;display:grid;gap:6px;font-weight:700;font-size:14px}.country-phone-label{display:block}.country-phone-control{display:grid;grid-template-columns:132px minmax(0,1fr);height:48px;border:1px solid #cad9ca;border-radius:10px;background:#fff;position:relative;transition:.2s;direction:ltr}.country-phone-control:focus-within{border-color:var(--green,var(--attaya-primary,#3f8127));box-shadow:0 0 0 3px color-mix(in srgb,var(--green,var(--attaya-primary,#3f8127)) 13%,transparent)}.country-code-picker{position:relative;direction:rtl;border-right:1px solid #dfe7df}.country-code-trigger{height:46px;width:100%;border:0;background:#f7faf8;color:#173d31;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 10px;border-radius:9px 0 0 9px;cursor:pointer;font-family:inherit}.country-code-trigger b{font-size:14px;direction:ltr}.country-code-trigger i{font-size:10px;color:#71807a;transition:.2s}.country-code-trigger[aria-expanded="true"] i{transform:rotate(180deg)}.country-flag{font-size:20px;line-height:1;filter:saturate(.95)}.country-phone-number{height:46px;width:100%;border:0!important;outline:0!important;box-shadow:none!important;border-radius:0 9px 9px 0!important;padding:0 14px!important;background:#fff!important;color:#173d31!important;direction:ltr;text-align:left}.country-dropdown{position:absolute;left:0;top:calc(100% + 8px);width:min(380px,calc(100vw - 42px));background:#fff;border:1px solid #dce7e1;border-radius:16px;box-shadow:0 22px 60px rgba(15,67,50,.2);z-index:120;padding:10px;direction:rtl}.country-search-wrap{height:44px;border:1px solid #dfe7e3;border-radius:11px;display:flex;align-items:center;gap:9px;padding:0 12px;background:#f9fbfa;margin-bottom:8px}.country-search-wrap i{color:#7c9189;font-size:13px}.country-search-wrap input{width:100%;border:0!important;outline:0!important;background:transparent!important;height:42px!important;padding:0!important;box-shadow:none!important;font-family:inherit}.country-list{max-height:290px;overflow:auto;padding:2px;scrollbar-width:thin}.country-option{width:100%;border:0;background:transparent;border-radius:10px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;padding:9px 10px;color:#24473b;cursor:pointer;text-align:right;font-family:inherit}.country-option:hover,.country-option.is-selected{background:#eef7f2;color:var(--green,var(--attaya-primary,#3f8127))}.country-option .country-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.country-option b{direction:ltr;font-size:12px}.country-empty{text-align:center;color:#7b8d87;padding:18px 8px;margin:0;font-weight:600}.country-phone-field.full{grid-column:1/-1}

.project-carousel{position:relative;min-width:0}.project-carousel-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:8px 4px 20px;margin-inline:-4px;overscroll-behavior-inline:contain;overflow-anchor:none}.project-carousel-viewport::-webkit-scrollbar{display:none}.project-carousel-track{display:flex;gap:18px;align-items:stretch;min-width:100%}html[dir="rtl"] .project-carousel-track{direction:rtl}html[dir="ltr"] .project-carousel-track{direction:ltr}.project-carousel .project-card{flex:0 0 calc((100% - 54px)/4);scroll-snap-align:start;min-width:0;display:flex}.project-carousel .project-card-link{display:flex;flex-direction:column;width:100%;height:100%}.project-carousel .project-image{height:190px;flex:none}.project-carousel .project-body{display:flex;flex-direction:column;flex:1;padding:0 18px 18px}.project-carousel .project-card h3{font-size:18px;min-height:50px;display:flex;align-items:center;justify-content:center}.project-carousel .project-card p{min-height:52px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-carousel .project-progress{width:100%}.project-carousel .more{margin-top:auto;align-self:center}.project-carousel-controls{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;min-height:46px}.project-carousel-arrow{width:46px;height:46px;border-radius:50%;border:1px solid color-mix(in srgb,var(--green) 35%,#dce7df);background:#fff;color:var(--green);display:grid;place-items:center;cursor:pointer;transition:.2s;box-shadow:0 7px 18px rgba(13,74,53,.08)}.project-carousel-arrow:hover{background:var(--green);color:#fff;transform:translateY(-2px)}.project-carousel-arrow:disabled{opacity:.35;cursor:not-allowed;transform:none}.project-carousel-dots{display:flex;align-items:center;justify-content:center;gap:7px;margin:0 10px;order:2}.project-carousel [data-project-prev]{order:1}.project-carousel [data-project-next]{order:3}.project-carousel-dot{width:9px;height:9px;border:0;border-radius:99px;background:#ccd8d1;padding:0;cursor:pointer;transition:.2s}.project-carousel-dot.is-active{width:27px;background:var(--green)}.project-carousel.is-static .project-carousel-controls{display:none}.project-card .more{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:9px 20px;border-radius:999px;background:var(--project-more-bg,var(--green));color:var(--project-more-text,#fff);font-weight:900;font-size:12px;line-height:1;box-shadow:0 8px 18px color-mix(in srgb,var(--project-more-bg,var(--green)) 25%,transparent);transition:.24s}.project-card .more::after{content:"←";font-family:inherit;font-size:14px;line-height:1}.project-card:hover .more{background:var(--project-more-hover-bg,var(--green-2));color:var(--project-more-hover-text,#fff);transform:translateX(-3px)}html[dir="ltr"] .project-card .more::after{content:"→"}html[dir="ltr"] .project-card:hover .more{transform:translateX(3px)}.project-card .project-badge{background:linear-gradient(145deg,var(--project-icon-bg,var(--green-2)),var(--project-icon-bg-2,var(--green)));color:var(--project-icon-text,#fff)}

@media(max-width:1100px){.project-carousel .project-card{flex-basis:calc((100% - 36px)/3)}}
@media(max-width:820px){.project-carousel .project-card{flex-basis:calc((100% - 18px)/2)}.project-carousel .project-image{height:210px}}
@media(max-width:580px){.country-phone-control{grid-template-columns:116px minmax(0,1fr)}.country-dropdown{position:fixed;left:16px;right:16px;top:50%;transform:translateY(-50%);width:auto;max-height:80vh}.country-list{max-height:55vh}.project-carousel .project-card{flex-basis:90%}.project-carousel .project-image{height:220px}.project-carousel-controls{gap:7px}.project-carousel-dots{margin:0 4px}.project-carousel-arrow{width:42px;height:42px}}
.attaya-project-more{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 18px!important;border-radius:999px!important;background:var(--project-more-bg,var(--attaya-primary))!important;color:var(--project-more-text,#fff)!important;font-weight:900!important;box-shadow:0 8px 18px color-mix(in srgb,var(--project-more-bg,var(--attaya-primary)) 25%,transparent);transition:.24s}.attaya-project-more::after{content:"←";font-family:inherit;font-size:14px}.attaya-project-more:hover{background:var(--project-more-hover-bg,var(--attaya-primary-dark))!important;color:var(--project-more-hover-text,#fff)!important;transform:translateX(-3px)}html[dir="ltr"] .attaya-project-more::after{content:"→"}
