.sidebar-container{flex-direction:column;gap:24px;width:100%;display:flex}.sidebar-gallery,.sidebar-video{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;gap:4px;padding:24px;display:flex;box-shadow:0 4px 20px #00000005}.sidebar-gallery .sidebar-section-header,.sidebar-video .sidebar-section-header{border-bottom:1px solid #edf2f7;align-items:center;gap:10px;padding-bottom:12px;display:flex}.sidebar-gallery .sidebar-section-header .sidebar-section-icon-container,.sidebar-video .sidebar-section-header .sidebar-section-icon-container{justify-content:center;align-items:center;display:flex}.sidebar-gallery .sidebar-section-header .sidebar-section-icon-container .sidebar-section-icon,.sidebar-video .sidebar-section-header .sidebar-section-icon-container .sidebar-section-icon{color:#4a5568;width:20px;height:20px}.sidebar-gallery .sidebar-section-header .sidebar-section-title,.sidebar-video .sidebar-section-header .sidebar-section-title{color:#1a202c;margin:0;font-size:1rem;font-weight:800}.sidebar-btn-outline{color:#06f;cursor:pointer;background:0 0;border:1px solid #06f3;border-radius:10px;width:100%;margin-top:8px;padding:10px;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .2s}.sidebar-btn-outline:hover{background-color:#0066ff0a;border-color:#06f}.sidebar-gallery{background:#fff;border:1px solid #0000000d;border-radius:20px;position:relative;box-shadow:0 4px 20px #00000005;padding:16px!important}.sidebar-gallery .sidebar-section-header{border-bottom:1px solid #edf2f7;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;display:flex}.sidebar-gallery .sidebar-section-header .sidebar-section-icon-container{color:#333;justify-content:center;align-items:center;display:flex}.sidebar-gallery .sidebar-section-header .sidebar-section-icon-container .sidebar-section-icon{width:18px;height:18px}.sidebar-gallery .sidebar-section-header .sidebar-section-title{color:#1a202c;margin:0;font-size:.95rem;font-weight:700}.sidebar-gallery .gallery-container{width:100%;position:relative;overflow:hidden}.sidebar-gallery .gallery-grid{flex-direction:row;gap:6px;width:100%;margin-bottom:6px;display:flex}.sidebar-gallery .gallery-grid .gallery-column{flex-direction:column;flex:1;gap:6px;width:calc(33.333% - 4px);display:flex}.sidebar-gallery .gallery-grid .gallery-grid-item{background-color:#f7fafc;border-radius:6px;width:100%;position:relative;overflow:hidden}.sidebar-gallery .gallery-grid .gallery-grid-item .gallery-image{object-fit:cover;width:100%;transition:transform .3s;display:block}.sidebar-gallery .gallery-grid .gallery-grid-item .gallery-image.img-very-short{height:60px}.sidebar-gallery .gallery-grid .gallery-grid-item .gallery-image.img-short{height:80px}.sidebar-gallery .gallery-grid .gallery-grid-item .gallery-image.img-medium{height:120px}.sidebar-gallery .gallery-grid .gallery-grid-item .gallery-image.img-tall{height:180px}.sidebar-gallery .gallery-grid .gallery-grid-item .gallery-image.img-very-tall{height:220px}.sidebar-gallery .gallery-grid .gallery-grid-item:hover .gallery-image{transform:scale(1.06)}@media (max-width:480px){.sidebar-gallery .gallery-grid{gap:8px;flex-direction:column!important}.sidebar-gallery .gallery-grid .gallery-column{gap:8px;width:100%!important}.sidebar-gallery .gallery-grid .gallery-column .gallery-image{height:160px!important}}.sidebar-gallery .gallery-fade{pointer-events:none;z-index:2;background:linear-gradient(#fff0 0%,#fffffff2 75%,#fff 100%);width:100%;height:100px;position:absolute;bottom:0;left:0}.sidebar-gallery .gallery-more-btn{z-index:3;color:#06f;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #06f;border-radius:8px;padding:6px 22px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;position:absolute;bottom:8px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0066ff14}.sidebar-gallery .gallery-more-btn:hover{color:#0052cc;background-color:#0066ff08;border-color:#0052cc;box-shadow:0 4px 15px #0066ff26}.sidebar-video .main-video-player{background-color:#000;border-radius:12px;width:100%;height:180px;position:relative;overflow:hidden}.sidebar-video .main-video-player .main-video-cover{object-fit:cover;opacity:.85;width:100%;height:100%;transition:transform .4s,opacity .3s}.sidebar-video .main-video-player:hover .main-video-cover{opacity:.95;transform:scale(1.03)}.sidebar-video .main-video-player .main-video-play-btn{cursor:pointer;z-index:10;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #0003}.sidebar-video .main-video-player .main-video-play-btn .main-video-play-icon{color:#06f;width:24px;height:24px;margin-inline-start:4px}.sidebar-video .main-video-player:hover .main-video-play-btn{background:#fff;transform:translate(-50%,-50%)scale(1.1);box-shadow:0 10px 30px #0066ff4d}.sidebar-video .video-thumbnails-grid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.sidebar-video .video-thumbnails-grid .thumb-player{cursor:pointer;background-color:#000;border-radius:8px;height:89px;position:relative;overflow:hidden}.sidebar-video .video-thumbnails-grid .thumb-player .thumb-image{object-fit:cover;opacity:.8;width:100%;height:100%;transition:transform .3s}.sidebar-video .video-thumbnails-grid .thumb-player:hover .thumb-image{opacity:.95;transform:scale(1.05)}.sidebar-video .video-thumbnails-grid .thumb-player .thumb-play-btn{background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sidebar-video .video-thumbnails-grid .thumb-player .thumb-play-btn .thumb-play-icon{color:#1a202c;width:10px;height:10px}.project-card-container{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;gap:14px;width:100%;padding:16px;display:flex;box-shadow:0 4px 20px #00000005}.project-card-container .project-header-row{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;width:100%;padding-bottom:10px;display:flex}.project-card-container .project-header-row .project-section-title{color:#1a202c;margin:0;font-size:.95rem;font-weight:700}.project-card-container .project-header-row .project-nav-arrows{gap:6px;display:flex}.project-card-container .project-header-row .project-nav-arrows .nav-arrow-btn{color:#4a5568;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.project-card-container .project-header-row .project-nav-arrows .nav-arrow-btn:hover{color:#fff;background:#06f;border-color:#06f}.project-card-container .project-header-row .project-nav-arrows .nav-arrow-btn svg{width:14px;height:14px}.project-card-container .project-stack-wrapper{align-items:center;gap:16px;width:100%;padding-top:10px;padding-bottom:14px;display:flex;position:relative}.project-card-container .project-stack-wrapper .project-stack{flex:1;height:200px;position:relative}.project-card-container .project-stack-wrapper .project-stack .project-card{cursor:pointer;background-color:#fff;border:2px solid #fff;border-radius:14px;width:100%;height:180px;transition:transform .45s cubic-bezier(.25,1,.5,1),opacity .45s cubic-bezier(.25,1,.5,1),filter .45s cubic-bezier(.25,1,.5,1),box-shadow .45s;position:absolute;overflow:hidden;box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #00000008}.project-card-container .project-stack-wrapper .project-stack .project-card .project-bg-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.project-card-container .project-stack-wrapper .project-stack .project-card .project-gradient-overlay{z-index:1;opacity:.85;background:linear-gradient(#0000 0%,#0000001a 40%,#000000a6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.project-card-container .project-stack-wrapper .project-stack .project-card .project-badge{top:12px;z-index:5;background-color:#fff;border-radius:6px;padding:4px 10px;position:absolute;inset-inline-end:12px;box-shadow:0 4px 10px #0000000d}.project-card-container .project-stack-wrapper .project-stack .project-card .project-badge .project-badge-text{color:#10b981;white-space:nowrap;font-size:.65rem;font-weight:700}.project-card-container .project-stack-wrapper .project-stack .project-card .project-badge.status-badge .project-badge-text{color:#fff!important}.project-card-container .project-stack-wrapper .project-stack .project-card .project-label-overlay{bottom:12px;z-index:5;position:absolute;inset-inline:14px}.project-card-container .project-stack-wrapper .project-stack .project-card .project-label-overlay .project-label-text{color:#fff;letter-spacing:-.2px;text-shadow:0 2px 4px #0006;font-size:.9rem;font-weight:700}.project-card-container .project-stack-wrapper .project-stack .project-card .project-label-overlay .project-location-text{color:#ffffffe6;text-shadow:0 1px 3px #00000080;font-size:.75rem;font-weight:500}.project-card-container .project-stack-wrapper .project-stack .project-card .project-label-overlay .project-location-text svg{flex-shrink:0}.project-card-container .project-stack-wrapper .project-stack .project-card.front-card:hover{transform:translateY(4px)scale(1.03)!important;box-shadow:0 20px 30px -10px #0066ff26,0 10px 15px -5px #0000000d!important}.project-card-container .project-stack-wrapper .project-stack .project-card.front-card:hover .project-bg-image{transform:scale(1.05)}.project-card-container .project-stack-wrapper .project-dots-nav{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.project-card-container .project-stack-wrapper .project-dots-nav .project-dot{cursor:pointer;background-color:#e2e8f0;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .35s cubic-bezier(.25,1,.5,1)}.project-card-container .project-stack-wrapper .project-dots-nav .project-dot:hover{background-color:#cbd5e1}.project-card-container .project-stack-wrapper .project-dots-nav .project-dot.active{background-color:#06f;border-radius:4px;height:18px}.gallery-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:9999;background-color:#0f172aa6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;animation:.3s ease-out modalFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal-wrapper{background:#fff;border:1px solid #fff3;border-radius:24px;flex-direction:column;width:100%;max-width:1120px;height:85vh;animation:.3s cubic-bezier(.34,1.56,.64,1) modalScaleUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.gallery-modal-header{background:#fff;border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.gallery-modal-header .header-meta{align-items:center;gap:12px;display:flex}.gallery-modal-header .header-meta .modal-title{color:#1a202c;letter-spacing:-.5px;margin:0;font-size:1.35rem;font-weight:800}.gallery-modal-header .header-meta .modal-count{color:#718096;background:#f7fafc;border-radius:20px;padding:4px 10px;font-size:.85rem;font-weight:600}.gallery-modal-header .modal-close-btn{color:#4a5568;cursor:pointer;background:#f7fafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.gallery-modal-header .modal-close-btn:hover{color:#1a202c;background:#edf2f7;transform:rotate(90deg)}.gallery-modal-header .modal-close-btn:focus-visible{outline:2px solid #06f}.gallery-modal-body{-webkit-overflow-scrolling:touch;background-color:#f8fafc;flex:1;padding:28px;overflow-y:auto}.modal-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.modal-image-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.modal-image-card:hover{border-color:#06f3;transform:translateY(-6px);box-shadow:0 12px 20px -5px #0066ff1a,0 8px 8px -5px #0000000a}.modal-image-card:hover .card-hover-overlay{opacity:1}.modal-image-card:hover .card-hover-overlay .zoom-icon{transform:scale(1)}.modal-image-card .card-media-container{background-color:#e2e8f0;width:100%;padding-top:66.666%;position:relative;overflow:hidden}.modal-image-card .card-media-container .card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.modal-image-card .card-media-container:hover .card-img{transform:scale(1.06)}.modal-image-card .card-media-container .card-tag{top:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:2;letter-spacing:.2px;background:#0f172abf;border-radius:6px;padding:4px 10px;font-size:.725rem;font-weight:700;position:absolute;inset-inline-start:12px}.modal-image-card .card-media-container .card-hover-overlay{opacity:0;z-index:3;background:#0066ff4d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.modal-image-card .card-media-container .card-hover-overlay .zoom-icon{color:#06f;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;transform:scale(.8);box-shadow:0 4px 12px #00000026}.modal-image-card .card-meta{text-align:start;flex-direction:column;flex:1;gap:6px;padding:16px;display:flex}.modal-image-card .card-meta .card-meta-row{justify-content:space-between;align-items:center;display:flex}.modal-image-card .card-meta .card-meta-row .card-date{color:#718096;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.modal-image-card .card-meta .card-title{color:#1a202c;margin:0;font-size:.95rem;font-weight:800;line-height:1.3}.modal-image-card .card-meta .card-desc{color:#4a5568;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:.775rem;line-height:1.45;display:-webkit-box;overflow:hidden}.skeleton-card{pointer-events:none;border-color:#edf2f7}.skeleton-card .skeleton-anim{background:linear-gradient(90deg,#edf2f7 25%,#f7fafc 50%,#edf2f7 75%) 0 0/200% 100%;animation:1.5s infinite skeletonGlow}@keyframes skeletonGlow{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card .skeleton-line{border-radius:4px;height:12px;margin-bottom:8px}.skeleton-card .skeleton-line.short{width:40%}.skeleton-card .skeleton-line.medium{width:75%}.skeleton-card .skeleton-line.long{width:90%;margin-bottom:0}.sentinel-element{width:100%;height:40px;margin-top:16px}.gallery-modal-footer{justify-content:center;align-items:center;margin-top:24px;padding:12px 0;display:flex}.gallery-modal-footer .loading-indicator{color:#4a5568;align-items:center;gap:12px;font-size:.85rem;font-weight:600;display:flex}.gallery-modal-footer .loading-indicator .loading-spinner{border:3px solid #0066ff1a;border-top-color:#06f;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.gallery-modal-footer .all-loaded-text{color:#a0aec0;letter-spacing:-.1px;background:#edf2f7;border-radius:20px;padding:6px 18px;font-size:.85rem;font-weight:600}.lightbox-overlay{-webkit-backdrop-filter:blur(8px);z-index:10000;background-color:#0a0f1ef2;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.25s ease-out lightboxFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-overlay .lightbox-close-btn-container{z-index:10002;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:20px;left:20px;right:20px}.lightbox-overlay .lightbox-close-btn-container .lightbox-nav-hint{color:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border-radius:30px;padding:6px 14px;font-size:.8rem;font-weight:500}.lightbox-overlay .lightbox-close-btn-container .lightbox-close-btn{pointer-events:auto;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.lightbox-overlay .lightbox-close-btn-container .lightbox-close-btn:hover{background:#fff3;transform:scale(1.05)}.lightbox-overlay .lightbox-nav-btn{color:#fff;cursor:pointer;z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-overlay .lightbox-nav-btn:hover{color:#06f;background:#fff3;transform:translateY(-50%)scale(1.1)}.lightbox-overlay .lightbox-nav-btn.prev{left:24px}.lightbox-overlay .lightbox-nav-btn.next{right:24px}.lightbox-overlay .lightbox-content{flex-direction:column;align-items:center;max-width:80%;max-height:80vh;animation:.3s cubic-bezier(.16,1,.3,1) lightboxZoomIn;display:flex;position:relative}@keyframes lightboxZoomIn{0%{transform:scale(.9)translateY(10px)}to{transform:scale(1)translateY(0)}}.lightbox-overlay .lightbox-content .lightbox-img{object-fit:contain;border:1px solid #ffffff1a;border-radius:12px;max-width:100%;max-height:70vh;box-shadow:0 20px 40px #00000080}.lightbox-overlay .lightbox-content .lightbox-caption{text-align:center;color:#fff;flex-direction:column;gap:4px;max-width:600px;margin-top:16px;display:flex}.lightbox-overlay .lightbox-content .lightbox-caption .lightbox-title{letter-spacing:-.3px;margin:0;font-size:1.1rem;font-weight:700}.lightbox-overlay .lightbox-content .lightbox-caption .lightbox-desc{color:#ffffffb3;margin:0;font-size:.825rem;line-height:1.4}.lightbox-overlay .lightbox-content .lightbox-caption .lightbox-counter{color:#fff6;margin-top:6px;font-size:.75rem;font-weight:600}[dir=rtl] .gallery-modal-header .modal-close-btn:hover{transform:rotate(-90deg)}[dir=rtl] .lightbox-overlay .lightbox-close-btn-container{flex-direction:row-reverse}[dir=rtl] .project-nav-arrows .nav-arrow-btn{transform:rotate(180deg)}@media (max-width:768px){.gallery-modal-overlay{padding:12px}.gallery-modal-wrapper{border-radius:16px;height:92vh}.gallery-modal-header{padding:16px 20px}.gallery-modal-header .header-meta .modal-title{font-size:1.15rem}.gallery-modal-body{padding:16px}.modal-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.modal-image-card .card-meta{padding:12px}.modal-image-card .card-meta .card-title{font-size:.85rem}.modal-image-card .card-meta .card-desc{font-size:.725rem}.lightbox-nav-btn{width:44px;height:44px}.lightbox-nav-btn.prev{left:8px}.lightbox-nav-btn.next{right:8px}.lightbox-content{max-width:95%}.lightbox-content .lightbox-caption{max-width:100%;padding:0 10px}}.video-duration-badge{bottom:12px;color:#fff;z-index:2;letter-spacing:.2px;background:#000000bf;border-radius:4px;padding:3px 8px;font-family:inherit;font-size:.7rem;font-weight:700;position:absolute;inset-inline-end:12px}.play-btn-overlay{color:#06f!important;background:#fff!important;transition:transform .25s cubic-bezier(.34,1.56,.64,1)!important}.play-btn-overlay svg{width:20px;height:20px;margin-inline-start:2px}.play-btn-overlay:hover{color:#fff!important;background:#06f!important;transform:scale(1.1)!important}.video-lightbox-content{width:90%;max-width:900px!important}.video-lightbox-content .lightbox-video-player{background:#000;border:1px solid #ffffff1a;border-radius:16px;outline:none;width:100%;max-height:60vh;box-shadow:0 25px 50px -12px #00000080}
.shared-layout-container{box-sizing:border-box;width:100%;max-width:1481px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media (max-width:768px){.shared-layout-container{padding-left:4px;padding-right:4px}}.page-container{color:#1a202c;background-color:#f4f7fc;flex-direction:column;min-height:100vh;margin:13px 13px 0;font-family:inherit;display:flex}.page-container .main-layout{z-index:15;direction:inherit;margin-top:-220px;padding-top:40px;padding-bottom:80px;position:relative}.page-container .main-layout .columns-wrapper{align-items:flex-start;gap:32px;width:100%;display:flex}.page-container .main-layout .columns-wrapper .primary-column{flex:1;min-width:0;max-width:100%}.page-container .main-layout .columns-wrapper .secondary-column{width:380px;min-width:380px}.page-container .page-footer a,.page-container .footer a,.page-container .footer-link{color:inherit;text-decoration:none}.page-container .page-footer a:hover,.page-container .page-footer a:focus,.page-container .page-footer a:visited,.page-container .page-footer a:active,.page-container .footer a:hover,.page-container .footer a:focus,.page-container .footer a:visited,.page-container .footer a:active,.page-container .footer-link:hover,.page-container .footer-link:focus,.page-container .footer-link:visited,.page-container .footer-link:active{text-decoration:none}.page-container .page-footer{z-index:1000;box-sizing:border-box;background-color:#fff;border:1px solid #00000012;border-bottom:none;border-radius:20px 20px 0 0;width:calc(100% - 48px);max-width:1433px;margin:auto auto 0;padding:14px 24px;position:relative;box-shadow:0 -8px 30px #0000000a,0 -1px #00000008}.page-container .page-footer a,.page-container .page-footer .footer-link{color:inherit;text-decoration:none}.page-container .page-footer a:hover,.page-container .page-footer a:focus,.page-container .page-footer a:visited,.page-container .page-footer a:active,.page-container .page-footer .footer-link:hover,.page-container .page-footer .footer-link:focus,.page-container .page-footer .footer-link:visited,.page-container .page-footer .footer-link:active{text-decoration:none}@media (max-width:768px){.page-container .page-footer{border-radius:16px 16px 0 0;width:calc(100% - 8px);padding:12px 16px}}.page-container .page-footer .page-footer-content{direction:ltr;flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}@media (max-width:991px){.page-container .page-footer .page-footer-content{text-align:center;direction:rtl;flex-direction:column;gap:12px}}.page-container .page-footer .footer-left{color:#718096;align-items:center;gap:8px;font-family:inherit;font-size:13.5px;font-weight:500;display:flex}.page-container .page-footer .footer-left a,.page-container .page-footer .footer-left .footer-link{color:#718096;text-decoration:none;transition:color .2s}.page-container .page-footer .footer-left a:hover,.page-container .page-footer .footer-left a:focus,.page-container .page-footer .footer-left a:visited,.page-container .page-footer .footer-left a:active,.page-container .page-footer .footer-left .footer-link:hover,.page-container .page-footer .footer-left .footer-link:focus,.page-container .page-footer .footer-left .footer-link:visited,.page-container .page-footer .footer-left .footer-link:active{color:var(--primary,#06f);text-decoration:none}.page-container .page-footer .footer-left .footer-dot{color:#cbd5e1;-webkit-user-select:none;user-select:none}.page-container .page-footer .footer-center{color:#2d3748;direction:inherit;align-items:center;gap:8px;font-size:13.5px;font-weight:500;display:flex}.page-container .page-footer .footer-center a,.page-container .page-footer .footer-center .footer-link{color:#2d3748;text-decoration:none;transition:color .2s}.page-container .page-footer .footer-center a:hover,.page-container .page-footer .footer-center a:focus,.page-container .page-footer .footer-center a:visited,.page-container .page-footer .footer-center a:active,.page-container .page-footer .footer-center .footer-link:hover,.page-container .page-footer .footer-center .footer-link:focus,.page-container .page-footer .footer-center .footer-link:visited,.page-container .page-footer .footer-center .footer-link:active{color:var(--primary,#06f);text-decoration:none}.page-container .page-footer .footer-center .footer-dot{color:#cbd5e1;-webkit-user-select:none;user-select:none}.page-container .page-footer .footer-right{align-items:center;gap:16px;display:flex}@media (max-width:600px){.page-container .page-footer .footer-right{flex-wrap:wrap;justify-content:center;gap:10px}}.page-container .page-footer .footer-right .payment-icon{object-fit:contain;height:20px;transition:transform .2s}.page-container .page-footer .footer-right .payment-icon:hover{transform:translateY(-2px)}.page-container .page-footer .footer-right .payment-icon.wire{height:24px}.page-container .page-footer .footer-right .payment-icon.saddad{height:22px}.page-container .page-footer .footer-right .payment-icon.mastercard{height:16px}.page-container .page-footer .footer-right .payment-icon.visa{height:12px}.page-container .page-footer .footer-right .payment-icon.mada{height:20px}@media (max-width:1024px){.page-container .main-layout{margin-top:-120px;padding-top:30px;padding-bottom:60px}.page-container .main-layout .columns-wrapper{flex-direction:column;gap:40px}.page-container .main-layout .columns-wrapper .secondary-column{flex:none;width:100%;min-width:100%}.page-container .main-layout .columns-wrapper .primary-column{flex:none;width:100%;max-width:100%}}@media (max-width:768px){.page-container .main-layout{margin-top:-85px}}@media (max-width:600px){.page-container .main-layout{padding-top:20px;padding-bottom:40px}}.terms-page-wrapper{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:80px 24px 0;display:flex;position:relative;overflow-x:hidden}.terms-page-wrapper .terms-background-blur{filter:blur(12px);z-index:1;background-image:linear-gradient(#00000073,#00000073),url(/weblisting/images/hero_background.png);background-position:50%;background-size:cover;position:fixed;inset:0;transform:scale(1.05)}.terms-page-wrapper .terms-card-container{z-index:2;flex-direction:column;width:100%;max-width:900px;margin:0 auto 80px;display:flex;position:relative}.terms-page-wrapper .terms-back-link{color:#fff;cursor:pointer;margin-bottom:16px;align-items:center;gap:8px;margin-inline-end:24px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.terms-page-wrapper .terms-back-link:hover{opacity:.85}.terms-page-wrapper .terms-back-link svg{stroke:currentColor;stroke-width:2.5px;fill:none;width:18px;height:18px;transition:transform .2s}.terms-page-wrapper .terms-card{box-sizing:border-box;background-color:#fff;border-radius:24px;padding:48px 48px 0;overflow:hidden;box-shadow:0 20px 40px #0000001f}@media (max-width:768px){.terms-page-wrapper .terms-card{border-radius:16px;padding:32px 24px 0}}.terms-page-wrapper .terms-header{border-bottom:1px solid #edf2f7;align-items:center;gap:12px;margin-bottom:36px;padding-bottom:24px;display:flex}.terms-page-wrapper .terms-header .terms-header-icon{color:#06f;justify-content:center;align-items:center;display:flex}.terms-page-wrapper .terms-header .terms-header-title{color:#1d2939;margin:0;font-size:26px;font-weight:700}@media (max-width:768px){.terms-page-wrapper .terms-header .terms-header-title{font-size:22px}}.terms-page-wrapper .terms-section{margin-bottom:32px}.terms-page-wrapper .terms-section .terms-section-title{color:#06f;margin-top:0;margin-bottom:20px;font-size:19px;font-weight:700}@media (max-width:768px){.terms-page-wrapper .terms-section .terms-section-title{font-size:17px}}.terms-page-wrapper .terms-list{margin:0;padding:0;list-style-type:none}.terms-page-wrapper .terms-list li{color:#4a5568;text-align:justify;margin-bottom:16px;padding-inline-start:22px;font-size:14.5px;line-height:1.8;position:relative}.terms-page-wrapper .terms-list li:before{content:"";top:10px;background-color:#06f;border-radius:50%;width:6px;height:6px;position:absolute;inset-inline-start:4px}.terms-page-wrapper .terms-divider{background-color:#edf2f7;border:none;height:1px;margin:32px 0}.terms-page-wrapper .terms-footer{text-align:center;background-color:#f8fafc;border-top:1px solid #edf2f7;margin:32px -48px 0;padding:28px 48px}@media (max-width:768px){.terms-page-wrapper .terms-footer{margin:24px -24px 0;padding:20px 24px}}.terms-page-wrapper .terms-footer .terms-footer-title{color:#1a202c;margin-top:0;margin-bottom:16px;font-size:14px;font-weight:700}.terms-page-wrapper .terms-footer .terms-contacts-row{flex-direction:row-reverse;justify-content:center;align-items:center;gap:32px;display:flex}@media (max-width:600px){.terms-page-wrapper .terms-footer .terms-contacts-row{flex-direction:column;gap:16px}}.terms-page-wrapper .terms-footer .terms-contact-item{color:#4a5568;align-items:center;gap:8px;font-size:14.5px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.terms-page-wrapper .terms-footer .terms-contact-item:hover{color:#06f}.terms-page-wrapper .terms-footer .terms-contact-item svg{color:#06f;width:18px;height:18px}.privacy-intro-box{color:#4a5568;text-align:justify;background-color:#f8fafc;border-inline-start:4px solid #06f;border-radius:12px;margin-bottom:32px;padding:20px 24px;font-size:15px;font-weight:500;line-height:1.8}.privacy-section-num-title{color:#1d2939;margin-top:28px;margin-bottom:12px;font-size:17.5px;font-weight:700}[dir=rtl] .privacy-section-num-title{font-family:var(--font-tajawal),sans-serif}.privacy-text{color:#4a5568;text-align:justify;margin-bottom:20px;font-size:14.5px;line-height:1.8}.privacy-list{margin:0 0 20px;padding:0;list-style-type:none}.privacy-list li{color:#4a5568;text-align:justify;margin-bottom:12px;padding-inline-start:22px;font-size:14.5px;line-height:1.8;position:relative}.privacy-list li:before{content:"";top:10px;background-color:#06f;border-radius:50%;width:6px;height:6px;position:absolute;inset-inline-start:4px}.privacy-outro-text{color:#1d2939;text-align:center;margin-top:36px;font-size:15.5px;font-weight:700;line-height:1.8}[dir=rtl] .privacy-outro-text{font-family:var(--font-tajawal),sans-serif}
.details-page-container{position:relative}.details-page-container .details-main-layout{z-index:20;margin-top:-280px;padding-top:0;position:relative}.details-page-container .details-main-layout .hero-bottom-info{z-index:21;width:100%;direction:inherit;justify-content:space-between;align-items:center;margin-bottom:20px;padding:0;display:flex;position:relative}.details-page-container .details-main-layout .hero-bottom-info .hero-action-buttons{gap:12px;display:flex}.details-page-container .details-main-layout .hero-bottom-info .hero-action-buttons .hero-square-btn{color:#1a202c;cursor:pointer;background:#fffffff2;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}.details-page-container .details-main-layout .hero-bottom-info .hero-action-buttons .hero-square-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.details-page-container .details-main-layout .hero-bottom-info .hero-info-pills{gap:12px;display:flex}.details-page-container .details-main-layout .hero-bottom-info .hero-info-pills .hero-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;display:flex;box-shadow:0 4px 12px #00000014}.details-page-container .details-main-layout .hero-bottom-info .hero-info-pills .hero-pill .pill-icon{width:16px;height:16px}.details-page-container .details-main-layout .hero-bottom-info .hero-info-pills .hero-pill .pill-text{color:#505f6d;font-size:.85rem;font-weight:700}.details-page-container .details-main-layout .hero-bottom-info .hero-info-pills .hero-pill .pill-text .pill-number,.details-page-container .details-main-layout .hero-bottom-info .hero-info-pills .hero-pill .pill-text .pill-value{color:#263644;font-weight:800}.property-info-container{z-index:2;background:#fff;border-radius:18px;padding:32px;position:relative;box-shadow:0 1px 1.5px #37439d73}.property-info-container .info-header-section{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:24px;display:flex}.property-info-container .info-header-section .info-title-area .info-title{color:#1c1c1c;margin-bottom:6px;font-size:24px}.property-info-container .info-header-section .info-title-area .info-subtitle{color:#8f9c9f;font-size:15px;font-weight:600}.property-info-container .info-header-section .info-price-area{text-align:end;flex-direction:column;align-items:flex-end;display:flex}.property-info-container .info-header-section .info-price-area .info-price-main{align-items:center;gap:8px;margin-bottom:4px;display:flex}.property-info-container .info-header-section .info-price-area .info-price-main .price-num{color:var(--accent-green);letter-spacing:-.5px;font-size:28px;font-weight:800}.property-info-container .info-header-section .info-price-area .info-price-main .sar-icon-green{width:28px;height:28px}.property-info-container .info-header-section .info-price-area .info-price-booking{color:#718096;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.property-info-container .info-header-section .info-price-area .info-price-booking .sar-icon-gray{filter:grayscale()opacity(2);width:16px;height:17px}.property-info-container .specs-block-row{gap:9px;margin-bottom:32px;display:flex}.property-info-container .specs-block-row .main-specs-grid{direction:inherit;background:#f6f8f9;border-radius:12px;flex:1;grid-template-columns:repeat(4,1fr);padding:0;display:grid}.property-info-container .specs-block-row .main-specs-grid .grid-box-pill{background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:start;gap:2px;margin:0 12px;padding:0;font-size:17px;display:flex}.property-info-container .specs-block-row .main-specs-grid .grid-box-pill:not(:last-child){border-inline-end:1px solid #e2e8f0}.property-info-container .specs-block-row .main-specs-grid .grid-box-pill .box-label{color:#111c25;text-align:center;font-weight:700}.property-info-container .specs-block-row .main-specs-grid .grid-box-pill .box-val{color:#8f9c9f;text-align:center;font-weight:600}.property-info-container .specs-block-row .directions-compact-panel{width:280px}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2{grid-template-columns:repeat(2,1fr);gap:5px;display:grid}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2 .dir-pill-item{color:#111c25;background:#f6f8f9;border-radius:6.39px;justify-content:space-between;align-items:center;padding:5px;font-size:12px;font-weight:700;display:flex}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2 .dir-pill-item .dir-val-group{color:#2d3748;align-items:center;gap:6px;display:flex}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2 .dir-pill-item .dir-val-group .dir-arrow{color:#718096;width:11px;height:11px}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2 .dir-pill-item .dir-val-group .dir-arrow.rotate-north{transform:rotate(-90deg)}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2 .dir-pill-item .dir-val-group .dir-arrow.rotate-south{transform:rotate(90deg)}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2 .dir-pill-item .dir-val-group .dir-arrow.rotate-east{transform:rotate(0)}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2 .dir-pill-item .dir-val-group .dir-arrow.rotate-west{transform:rotate(180deg)}.property-info-container .specs-block-row .directions-compact-panel .dir-grid-2x2 .dir-pill-item .dir-lbl{color:#718096;font-size:10px;font-weight:700}.property-info-container .features-divider-row{border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;width:100%;margin-bottom:24px;padding:24px 0;display:flex}.property-info-container .features-divider-row .feature-item-col{border-inline-end:1px solid #0000000d;flex-direction:column;flex:1;align-items:flex-start;gap:6px;padding-right:11px;display:flex}.property-info-container .features-divider-row .feature-item-col:last-child{border-inline-end:none}.property-info-container .features-divider-row .feature-item-col .feature-item-label-row{align-items:center;gap:6px;display:flex}.property-info-container .features-divider-row .feature-item-col .feature-item-label-row .feature-item-label{color:#111c25;font-size:15px;font-weight:700}.property-info-container .features-divider-row .feature-item-col .feature-item-label-row .feature-item-icon{color:#06f;flex-shrink:0;display:block}.property-info-container .features-divider-row .feature-item-col .feature-item-value-group{align-items:center;gap:8px;display:flex}.property-info-container .features-divider-row .feature-item-col .feature-item-value-group .feature-item-val{color:#8f9c9f;font-size:15px;font-weight:400}@media (max-width:768px){.property-info-container .features-divider-row{grid-template-columns:repeat(2,1fr);gap:16px 12px;margin-bottom:16px;padding:16px 0;display:grid}.property-info-container .features-divider-row .feature-item-col{padding-right:0;border-inline-end:none;padding-inline-end:8px;border-bottom:1px solid #0000000a;padding-bottom:12px}.property-info-container .features-divider-row .feature-item-col:nth-last-child(-n+2),.property-info-container .features-divider-row .feature-item-col:last-child{border-bottom:none;padding-bottom:0}.property-info-container .features-divider-row .feature-item-col .feature-item-label-row .feature-item-label,.property-info-container .features-divider-row .feature-item-col .feature-item-value-group .feature-item-val{font-size:13.5px}}.property-info-container .info-description-box{background:#f6f8f9;border-radius:16px;margin-top:24px;padding:20px 24px}.property-info-container .info-description-box .description-text{color:#545d60;font-size:13px;font-weight:500;line-height:1.8}.price-breakdown-container,.booking-fees-container{direction:inherit;z-index:1;border-radius:0 0 18px 18px;position:relative;bottom:14px;overflow:hidden}.price-breakdown-container .breakdown-header,.booking-fees-container .breakdown-header{border-bottom:none;align-items:center;gap:6px;padding:10px 18px 8px;display:flex}.price-breakdown-container .breakdown-header .breakdown-header-title-group,.booking-fees-container .breakdown-header .breakdown-header-title-group{flex-direction:row-reverse;align-items:center;gap:6px;display:flex}.price-breakdown-container .breakdown-header .breakdown-header-title-group .header-icon,.booking-fees-container .breakdown-header .breakdown-header-title-group .header-icon{flex-shrink:0;width:16px;height:16px}.price-breakdown-container .breakdown-header .breakdown-header-title-group .breakdown-title,.booking-fees-container .breakdown-header .breakdown-header-title-group .breakdown-title{font-size:16px;font-weight:700}.price-breakdown-container .breakdown-rows,.booking-fees-container .breakdown-rows{flex-direction:column;padding:0 0 6px;display:flex}.price-breakdown-container .breakdown-rows .breakdown-row,.booking-fees-container .breakdown-rows .breakdown-row{direction:inherit;justify-content:space-between;align-items:center;min-height:36px;padding:8px 18px;font-size:.8rem;font-weight:400;display:flex}.price-breakdown-container .breakdown-rows .breakdown-row .row-label,.booking-fees-container .breakdown-rows .breakdown-row .row-label{color:#111c25;font-size:14px;font-weight:500;line-height:1.3}.price-breakdown-container .breakdown-rows .breakdown-row .row-value-group,.booking-fees-container .breakdown-rows .breakdown-row .row-value-group{flex-shrink:0;align-items:center;gap:6px;display:flex}.price-breakdown-container .breakdown-rows .breakdown-row .row-value-group .row-sar-icon,.booking-fees-container .breakdown-rows .breakdown-row .row-value-group .row-sar-icon{opacity:.5;width:18px;height:18px}.price-breakdown-container .breakdown-rows .breakdown-row .row-value-group .row-value,.booking-fees-container .breakdown-rows .breakdown-row .row-value-group .row-value{color:#445547;white-space:nowrap;font-size:14px;font-weight:600}.price-breakdown-container{background:#f1fff2;padding:1.5rem 1.5rem 12px;box-shadow:0 1px 1.5px #37439d73}.price-breakdown-container .breakdown-header.green-header{background:0 0}.price-breakdown-container .breakdown-header.green-header .breakdown-header-title-group{color:#50a255}.price-breakdown-container .breakdown-rows .breakdown-row{background:#e4f5e5}.price-breakdown-container .breakdown-rows .breakdown-row:nth-child(2n){background:#f1fff2}.booking-fees-container{z-index:0;background:#e7f8ff;padding:1.5rem 1.5rem 12px;bottom:31px;box-shadow:0 1px 1.5px #37439d73}.booking-fees-container .breakdown-header.blue-header{background:0 0}.booking-fees-container .breakdown-header.blue-header .breakdown-header-title-group{color:#00a1e1}.booking-fees-container .breakdown-rows .breakdown-row{background:#e1f1f8}.booking-fees-container .breakdown-rows .breakdown-row:nth-child(2n){background:#ffffff40}.details-gallery-section{margin-bottom:24px}.details-gallery-section .gallery-white-card{background:#fff;border:1px solid #0000000a;border-radius:24px;padding:24px;box-shadow:0 8px 30px #00000005}.details-gallery-section .gallery-white-card .gallery-layout-grid{grid-template-columns:4.5fr 1.7fr 3.8fr;gap:12px;width:100%;height:400px;display:grid}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col{flex-direction:column;gap:12px;height:100%;min-height:0;display:flex}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.large-showcase{cursor:pointer;border-radius:16px;display:block;position:relative;overflow:hidden}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column .gallery-item-wrapper{cursor:pointer;background:#f7fafc;border-radius:16px;width:100%;position:relative;overflow:hidden}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column .gallery-item-wrapper.hallway-photo{flex:1.7}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column .gallery-item-wrapper.dining-photo,.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column .gallery-item-wrapper.cabinet-photo{flex:1}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column .gallery-item-wrapper.bathroom-photo{flex:1.5}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col .gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.25,.8,.25,1);display:block}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col .gallery-hover-overlay{opacity:0;pointer-events:none;background:#0000000d;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col:hover .gallery-img{transform:scale(1.04)}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col:hover .gallery-hover-overlay{opacity:1}.tour-banner-container{border-radius:24px;align-items:center;width:100%;height:200px;margin-bottom:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0066ff0f}.tour-banner-container .tour-banner-graphic{z-index:1;background-position:0;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}[dir=rtl] .tour-banner-container .tour-banner-graphic{background-image:linear-gradient(270deg,#000c24d9 0%,#000c2440 50%,#000c2499 100%),url(/weblisting/images/vr_bg.png)}[dir=ltr] .tour-banner-container .tour-banner-graphic{background-image:linear-gradient(90deg,#000c24d9 0%,#000c2440 50%,#000c2499 100%),url(/weblisting/images/vr_bg.png)}.tour-banner-container .tour-banner-graphic .tour-cyan-glow{filter:blur(15px);z-index:2;background:radial-gradient(circle,#06b6d426 0%,#06b6d400 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.tour-banner-container .tour-banner-graphic .tour-purple-glow{filter:blur(20px);z-index:2;background:radial-gradient(circle,#a855f71f 0%,#a855f700 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-60px;left:-60px}.tour-banner-container .tour-banner-graphic .tour-grid-overlay{z-index:3;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:15px 15px;width:100%;height:100%;position:absolute;top:0;left:0}.tour-banner-container .tour-banner-content{z-index:5;justify-content:space-between;align-items:center;width:100%;padding:0 40px;display:flex;position:relative}.tour-banner-container .tour-banner-content .tour-text-group{text-align:right;flex-direction:column;gap:4px;display:flex}[dir=ltr] .tour-banner-container .tour-banner-content .tour-text-group{text-align:left}.tour-banner-container .tour-banner-content .tour-text-group .tour-title{color:#fff;text-shadow:0 2px 8px #0000004d;margin:0;font-size:1.7rem;font-weight:800}.tour-banner-container .tour-banner-content .tour-text-group .tour-subtitle{color:#fff;text-shadow:0 2px 8px #0000004d;margin:0;font-size:2.4rem;font-weight:900;line-height:1.1}.tour-banner-container .tour-banner-content .tour-action-btn{color:#fff;cursor:pointer;background:#63a0f8;border:none;border-radius:12px;align-items:center;gap:10px;padding:13px 28px;font-family:inherit;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 15px #63a0f873}.tour-banner-container .tour-banner-content .tour-action-btn:hover{background:#4c8ce8;transform:translateY(-2px);box-shadow:0 6px 20px #63a0f899}.tour-banner-container .tour-banner-content .tour-action-btn:hover .tour-btn-arrow{transform:translate(4px)}.tour-banner-container .tour-banner-content .tour-action-btn .tour-btn-arrow{transition:transform .2s}[dir=rtl] .tour-banner-container .tour-banner-content .tour-action-btn .tour-btn-arrow{transform:scaleX(-1)}[dir=rtl] .tour-banner-container .tour-banner-content .tour-action-btn:hover .tour-btn-arrow{transform:scaleX(-1)translate(4px)}.video-gallery-section{margin-bottom:24px}.video-gallery-section .video-gallery-card{background:#fff;border:1px solid #0000000a;border-radius:24px;gap:12px;width:100%;padding:24px;display:flex;box-shadow:0 8px 30px #00000005}.video-gallery-section .video-gallery-card .video-main-player{background-color:#000;border-radius:16px;flex:1;max-height:550px;position:relative;overflow:hidden}.video-gallery-section .video-gallery-card .video-main-player .video-main-cover{object-fit:cover;opacity:.9;width:100%;height:100%;transition:transform .4s}.video-gallery-section .video-gallery-card .video-main-player .video-play-btn-large{width:64px;height:64px;color:var(--primary);cursor:pointer;z-index:5;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #00000026}.video-gallery-section .video-gallery-card .video-main-player .video-play-btn-large .play-icon{width:24px;height:24px;margin-inline-start:4px}.video-gallery-section .video-gallery-card .video-main-player:hover .video-main-cover{transform:scale(1.02)}.video-gallery-section .video-gallery-card .video-main-player:hover .video-play-btn-large{background:#fff;transform:translate(-50%,-50%)scale(1.08);box-shadow:0 10px 30px #0066ff4d}.video-gallery-section .video-gallery-card .video-thumbs-column{flex-direction:column;gap:12px;width:160px;display:flex}.video-gallery-section .video-gallery-card .video-thumbs-column .video-thumb-item{cursor:pointer;background:#000;border-radius:12px;flex:1;height:118px;position:relative;overflow:hidden}.video-gallery-section .video-gallery-card .video-thumbs-column .video-thumb-item .thumb-img{object-fit:cover;opacity:.8;width:100%;height:100%;transition:transform .3s}.video-gallery-section .video-gallery-card .video-thumbs-column .video-thumb-item .video-play-btn-small{color:#1a202c;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #0003}.video-gallery-section .video-gallery-card .video-thumbs-column .video-thumb-item .video-play-btn-small .play-icon-small{width:12px;height:12px;margin-inline-start:1px}.video-gallery-section .video-gallery-card .video-thumbs-column .video-thumb-item:hover .thumb-img{opacity:.9;transform:scale(1.05)}.video-gallery-section .video-gallery-card .video-thumbs-column .video-thumb-item:hover .video-play-btn-small{color:var(--primary);background:#fff;transform:translate(-50%,-50%)scale(1.1)}.booking-disclaimer-text{color:#a0aec0;text-align:center;margin-bottom:24px;font-size:.85rem;font-weight:500;line-height:1.5}.details-bottom-actions{gap:20px;width:100%;margin-bottom:40px;display:flex}.interest-btn-action{border:1.5px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:5.26px;flex:1;justify-content:center;align-items:center;padding:16px;font-family:inherit;font-size:1rem;font-weight:800;transition:all .2s;display:inline-flex}.interest-btn-action:hover{background:#0066ff0d}.book-btn-action{background:var(--accent-green);color:#fff;cursor:pointer;border:none;border-radius:5.26px;flex:2;justify-content:center;align-items:center;gap:10px;padding:16px 24px;font-family:inherit;font-size:1rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 15px #0fb98126}.book-btn-action .sar-icon-btn{filter:brightness(0)invert();width:18px;height:18px}.book-btn-action:hover{background:#0d9f6e;transform:translateY(-1px);box-shadow:0 6px 20px #0fb98140}.details-page-container .secondary-column{background:#fff;border:1px solid #0000000a;border-radius:20px;padding:10px;box-shadow:0 8px 30px #00000005}.details-sidebar{flex-direction:column;gap:24px;width:100%;display:flex}@media (max-width:900px){.details-page-container .details-main-layout{margin-top:-150px}.details-page-container .details-main-layout .hero-bottom-info{flex-direction:column-reverse;align-items:stretch;gap:16px;padding:0}.details-page-container .details-main-layout .hero-bottom-info .hero-info-pills{flex-wrap:wrap;justify-content:center}.details-page-container .details-main-layout .hero-bottom-info .hero-action-buttons{display:none}.property-info-container{padding:24px}.property-info-container .info-header-section{flex-direction:column;align-items:stretch;gap:16px}.property-info-container .info-header-section .info-price-area{text-align:start;align-items:flex-start}.property-info-container .specs-block-row{flex-direction:column}.property-info-container .specs-block-row .directions-compact-panel{width:100%}.property-info-container .features-divider-row{flex-wrap:wrap;gap:16px}.property-info-container .features-divider-row .feature-item-col{border-inline-end:none;flex:40%;align-items:flex-start}.details-gallery-section .gallery-white-card{padding:16px}.details-gallery-section .gallery-white-card .gallery-layout-grid{grid-template-columns:1fr;height:auto}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.large-showcase{height:300px}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column{flex-direction:row;height:280px}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column .gallery-item-wrapper{height:100%}.tour-banner-container{border-radius:20px;height:165px;margin-bottom:20px}.tour-banner-container .tour-banner-graphic{background-position:50%}.tour-banner-container .tour-banner-content{padding:0 24px}.tour-banner-container .tour-banner-content .tour-text-group{gap:2px}.tour-banner-container .tour-banner-content .tour-text-group .tour-title{font-size:1.3rem}.tour-banner-container .tour-banner-content .tour-text-group .tour-subtitle{font-size:1.8rem}.tour-banner-container .tour-banner-content .tour-action-btn{border-radius:10px;padding:10px 22px;font-size:.9rem}.video-gallery-section .video-gallery-card{flex-direction:column;padding:16px}.video-gallery-section .video-gallery-card .video-thumbs-column{flex-direction:row;width:100%}.video-gallery-section .video-gallery-card .video-thumbs-column .video-thumb-item{height:90px}.details-bottom-actions{flex-direction:column;gap:12px}.details-bottom-actions .interest-btn-action,.details-bottom-actions .book-btn-action{flex:1;width:100%}}@media (max-width:480px){.property-info-container .specs-block-row .main-specs-grid{grid-template-columns:repeat(2,1fr)}.property-info-container .features-divider-row .feature-item-col{flex:100%}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.large-showcase{height:200px}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column{flex-direction:column;height:auto}.details-gallery-section .gallery-white-card .gallery-layout-grid .gallery-col.stacked-column .gallery-item-wrapper{height:160px}.tour-banner-container{border-radius:16px;height:220px}.tour-banner-container .tour-banner-graphic{background-image:linear-gradient(#000a1ebf 0%,#000a1e73 50%,#000a1ecc 100%),url(/weblisting/images/vr_bg.png);background-position:50%}.tour-banner-container .tour-banner-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:0 16px}.tour-banner-container .tour-banner-content .tour-text-group{gap:2px;text-align:center!important}[dir=ltr] .tour-banner-container .tour-banner-content .tour-text-group{text-align:center!important}.tour-banner-container .tour-banner-content .tour-text-group .tour-title{font-size:1.15rem}.tour-banner-container .tour-banner-content .tour-text-group .tour-subtitle{font-size:1.5rem}.tour-banner-container .tour-banner-content .tour-action-btn{border-radius:8px;padding:9px 18px;font-size:.85rem;box-shadow:0 3px 10px #63a0f859}.video-gallery-section .video-gallery-card .video-thumbs-column{flex-direction:column}.video-gallery-section .video-gallery-card .video-thumbs-column .video-thumb-item{height:120px}}@media (max-width:600px){.details-page-container .details-main-layout{margin-top:-30px}}.toast-notification{-webkit-backdrop-filter:blur(8px);color:#fff;z-index:10005;background:#111c25f2;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;animation:.35s cubic-bezier(.16,1,.3,1) toastFadeInUp;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000040}.toast-notification .toast-content{align-items:center;gap:10px;font-size:.95rem;font-weight:600;display:flex}.toast-notification .toast-icon{color:#48bb78;flex-shrink:0}@keyframes toastFadeInUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}
.loading-screen-overlay{z-index:99999;opacity:1;visibility:visible;background:radial-gradient(circle,#172431 0%,#0d151d 100%);flex-direction:column;justify-content:center;align-items:center;transition:opacity .6s cubic-bezier(.25,1,.5,1),visibility .6s;display:flex;position:fixed;inset:0}.loading-screen-overlay.fade-out{opacity:0;visibility:hidden}.loading-screen-overlay .loading-container{flex-direction:column;align-items:center;gap:30px;display:flex}.loading-screen-overlay .loading-logo-wrapper{box-sizing:border-box;background-color:#fff;border-radius:16px;justify-content:center;align-items:center;width:160px;height:80px;padding:12px 20px;animation:2s ease-in-out infinite logoPulse;display:flex;position:relative;box-shadow:0 8px 32px #00000026}.loading-screen-overlay .loading-logo{object-fit:contain;max-width:100%;max-height:100%}.loading-screen-overlay .loading-logo-skeleton{background:#00000014;border-radius:6px;width:70%;height:14px;animation:1.5s ease-in-out infinite skeletonPulse}.loading-screen-overlay .loading-bar-container{background:#ffffff14;border-radius:4px;width:180px;height:3px;position:relative;overflow:hidden}.loading-screen-overlay .loading-bar-fill{background:linear-gradient(90deg,#06f,#00a1e1);border-radius:4px;width:40%;height:100%;animation:1.6s ease-in-out infinite loadingBarMove;box-shadow:0 0 8px #06f9}@keyframes logoPulse{0%,to{filter:drop-shadow(0 0 8px #ffffff1a);transform:scale(.96)}50%{filter:drop-shadow(0 0 16px #ffffff40);transform:scale(1.04)}}@keyframes loadingBarMove{0%{left:-40%}50%{width:30%;left:100%}to{width:40%;left:100%}}@keyframes skeletonPulse{0%,to{opacity:.4}50%{opacity:.8}}
