.gallery_wrapper .filter_tabs{justify-content:center;gap:15px;margin-bottom:50px;display:flex}.gallery_wrapper .filter_tabs button{color:var(--secondary_color);cursor:pointer;background:#fff;border:2px solid #eee;border-radius:50px;padding:12px 30px;font-weight:800;transition:all .3s}.gallery_wrapper .filter_tabs button.active{background:var(--secondary_color);color:#fff;border-color:var(--secondary_color);box-shadow:0 10px 20px #00204a1a}.gallery_wrapper .media_grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.gallery_wrapper .media_grid .media_item_card{cursor:pointer;border-radius:30px;height:400px;position:relative;overflow:hidden}.gallery_wrapper .media_grid .media_item_card .media_wrapper{width:100%;height:100%;position:relative}.gallery_wrapper .media_grid .media_item_card .media_wrapper .main_img{object-fit:cover;transition:all .6s cubic-bezier(.4,0,.2,1)}.gallery_wrapper .media_grid .media_item_card .media_wrapper .overlay{opacity:0;background:linear-gradient(#0000,#00204ae6);justify-content:space-between;align-items:flex-end;padding:30px;transition:all .4s;display:flex;position:absolute;inset:0;transform:translateY(20px)}.gallery_wrapper .media_grid .media_item_card .media_wrapper .overlay .info{color:#fff}.gallery_wrapper .media_grid .media_item_card .media_wrapper .overlay .info span{color:var(--gold_color);font-size:.8rem;font-weight:800}.gallery_wrapper .media_grid .media_item_card .media_wrapper .overlay .info h4{margin-top:5px;font-size:1.2rem;font-weight:800}.gallery_wrapper .media_grid .media_item_card .media_wrapper .overlay .action_icon{background:var(--gold_color);color:#000;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.gallery_wrapper .media_grid .media_item_card:hover .main_img{transform:scale(1.1)}.gallery_wrapper .media_grid .media_item_card:hover .overlay{opacity:1;transform:translateY(0)}
.gallery_hero_custom{background:linear-gradient(135deg, var(--secondary_color) 0%, #1e3a8a 100%);color:#fff;padding:100px 0 120px;position:relative;overflow:hidden}.gallery_hero_custom .breadcrumb_simple{z-index:10;align-items:center;gap:12px;margin-bottom:35px;font-size:.95rem;font-weight:700;display:flex;position:relative}.gallery_hero_custom .breadcrumb_simple a{color:#fff9;text-decoration:none;transition:all .3s}.gallery_hero_custom .breadcrumb_simple a:hover{color:var(--gold_color)}.gallery_hero_custom .breadcrumb_simple svg{color:#ffffff4d}.gallery_hero_custom .breadcrumb_simple .active{color:var(--gold_color)}.gallery_hero_custom .hero_content{z-index:10;max-width:800px;position:relative}.gallery_hero_custom .hero_content h1{letter-spacing:-1px;margin-bottom:25px;font-size:clamp(2.5rem,6vw,4rem);font-weight:950;line-height:1.1}.gallery_hero_custom .hero_content h1 span{color:var(--gold_color);position:relative}.gallery_hero_custom .hero_content h1 span:after{content:"";z-index:-1;background:#d6a30b26;width:100%;height:10px;position:absolute;bottom:10px;left:0}.gallery_hero_custom .hero_content p{color:#ffffffd9;max-width:650px;font-size:1.25rem;font-weight:500;line-height:1.8}.gallery_hero_custom .bg_icon_float{inset-inline-end:-60px;opacity:.04;color:#fff;pointer-events:none;z-index:1;position:absolute;top:50%;transform:translateY(-50%)rotate(-15deg)}.gallery_hero_custom .bg_icon_float svg{width:350px;height:350px}.gallery_hero_custom .wave_separator{z-index:5;width:100%;line-height:0;position:absolute;bottom:-1px;left:0}.gallery_hero_custom .wave_separator svg{fill:#fff;width:100%;height:80px}@media (max-width:768px){.gallery_hero_custom .wave_separator svg{height:40px}}@media (max-width:992px){.gallery_hero_custom{text-align:center;padding:140px 0 100px}.gallery_hero_custom .breadcrumb_simple{justify-content:center}.gallery_hero_custom .hero_content{margin:0 auto}.gallery_hero_custom .bg_icon_float{display:none}}
.gallery_main_wrapper{padding-block:80px}@media (max-width:768px){.gallery_main_wrapper{padding-block:40px}}.gallery_main_wrapper .filter_tabs{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:50px;display:flex}@media (max-width:576px){.gallery_main_wrapper .filter_tabs{gap:10px;margin-bottom:30px}}.gallery_main_wrapper .filter_tabs button{color:var(--secondary_color);cursor:pointer;background:#fff;border:2px solid #f1f5f9;border-radius:50px;align-items:center;gap:10px;padding:12px 30px;font-weight:800;transition:all .3s;display:flex}@media (max-width:576px){.gallery_main_wrapper .filter_tabs button{padding:10px 20px;font-size:.85rem}}.gallery_main_wrapper .filter_tabs button.active{background:var(--secondary_color);color:#fff;border-color:var(--secondary_color);box-shadow:0 10px 20px #00204a1a}.gallery_main_wrapper .gallery_display_grid{gap:20px;display:grid}.gallery_main_wrapper .gallery_display_grid.bento_layout{grid-template-rows:repeat(2,250px);grid-template-columns:repeat(4,1fr)}@media (max-width:1200px){.gallery_main_wrapper .gallery_display_grid.bento_layout{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.gallery_main_wrapper .gallery_display_grid.bento_layout{grid-template-rows:auto;grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:576px){.gallery_main_wrapper .gallery_display_grid.bento_layout{grid-template-columns:1fr}}.gallery_main_wrapper .gallery_display_grid.bento_layout .item_1{grid-area:span 2/span 2}@media (max-width:576px){.gallery_main_wrapper .gallery_display_grid.bento_layout .item_1{grid-area:span 1/span 1}}.gallery_main_wrapper .gallery_display_grid.bento_layout .media_card{height:100%;min-height:250px}@media (max-width:991px){.gallery_main_wrapper .gallery_display_grid.bento_layout .media_card{height:280px}}@media (max-width:576px){.gallery_main_wrapper .gallery_display_grid.bento_layout .media_card{height:300px}}.gallery_main_wrapper .gallery_display_grid.standard_layout{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}@media (max-width:576px){.gallery_main_wrapper .gallery_display_grid.standard_layout{grid-template-columns:1fr}}.gallery_main_wrapper .gallery_display_grid.standard_layout .media_card{height:400px}@media (max-width:576px){.gallery_main_wrapper .gallery_display_grid.standard_layout .media_card{height:300px}}.gallery_main_wrapper .gallery_display_grid .media_card{cursor:pointer;background:#eee;border-radius:30px;position:relative;overflow:hidden}.gallery_main_wrapper .gallery_display_grid .media_card .card_inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.gallery_main_wrapper .gallery_display_grid .media_card .card_inner img{object-fit:contain;transition:all .6s}.gallery_main_wrapper .gallery_display_grid .media_card .card_hover_overlay{opacity:0;color:#fff;background:linear-gradient(#0000 25%,#00204ae6);flex-direction:column;justify-content:space-between;padding:30px;transition:all .4s;display:flex;position:absolute;inset:0;transform:translateY(20px)}@media (max-width:576px){.gallery_main_wrapper .gallery_display_grid .media_card .card_hover_overlay{opacity:1;background:linear-gradient(#0000 50%,#00204acc);padding:20px;transform:translateY(0)}}.gallery_main_wrapper .gallery_display_grid .media_card .card_hover_overlay .badge{background:var(--gold_color);color:#000;border-radius:50px;width:fit-content;padding:5px 15px;font-size:.8rem;font-weight:800}.gallery_main_wrapper .gallery_display_grid .media_card .card_hover_overlay .bottom_info{align-items:center;gap:15px;display:flex}.gallery_main_wrapper .gallery_display_grid .media_card .card_hover_overlay .bottom_info h4{margin:0;font-size:1.2rem;font-weight:800}@media (max-width:576px){.gallery_main_wrapper .gallery_display_grid .media_card .card_hover_overlay .bottom_info h4{font-size:1rem}}.gallery_main_wrapper .gallery_display_grid .media_card .card_hover_overlay .bottom_info .icon_circle{color:var(--gold_color)}.gallery_main_wrapper .gallery_display_grid .media_card:hover img{transform:scale(1.1)}.gallery_main_wrapper .gallery_display_grid .media_card:hover .card_hover_overlay{opacity:1;transform:translateY(0)}.gallery_main_wrapper .no_gallery_data{text-align:center;color:#94a3b8;width:100%;padding-block:80px;font-size:1.1rem;font-weight:700}.gallery_main_wrapper .gallery_pagination_container{direction:rtl;justify-content:center;align-items:center;gap:15px;margin-top:60px;display:flex}.gallery_main_wrapper .gallery_pagination_container .page_numbers{gap:8px;display:flex}.gallery_main_wrapper .gallery_pagination_container .page_btn{color:var(--secondary_color);cursor:pointer;background:#fff;border:2px solid #f1f5f9;border-radius:50px;justify-content:center;align-items:center;padding:10px 20px;font-size:.95rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.gallery_main_wrapper .gallery_pagination_container .page_btn:hover:not(:disabled){border-color:var(--secondary_color);background:#f8fafc}.gallery_main_wrapper .gallery_pagination_container .page_btn.active{background:var(--secondary_color);color:#fff;border-color:var(--secondary_color);box-shadow:0 8px 15px #00204a1a}.gallery_main_wrapper .gallery_pagination_container .page_btn.arrow{background:#f8fafc;padding-inline:25px;font-size:.85rem}.gallery_main_wrapper .gallery_pagination_container .page_btn:disabled{opacity:.4;cursor:not-allowed;background:#f1f5f9;border-color:#f1f5f9}.gallery_main_wrapper .gallery_lightbox{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2500;background:#00204a66;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}@media (max-width:768px){.gallery_main_wrapper .gallery_lightbox{padding:15px}}.gallery_main_wrapper .gallery_lightbox .lightbox_modal{background:#fff;border-radius:40px;width:100%;max-width:1200px;max-height:90vh;position:relative;overflow:hidden auto}@media (max-width:768px){.gallery_main_wrapper .gallery_lightbox .lightbox_modal{border-radius:25px}}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .close_modal{top:25px;z-index:100;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:absolute;inset-inline-end:25px;box-shadow:0 10px 20px #0000001a}@media (max-width:768px){.gallery_main_wrapper .gallery_lightbox .lightbox_modal .close_modal{top:15px;width:35px;height:35px;inset-inline-end:15px}}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .close_modal:hover{background:var(--main_color);color:#fff}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex{min-height:600px;display:flex}@media (max-width:992px){.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex{flex-direction:column;min-height:auto}}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport{background:#000;flex:1.5;min-height:400px;position:relative}@media (max-width:768px){.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport{min-height:250px}}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport .html_img,.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport .html_video{object-fit:contain;width:100%;height:100%}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport .video_placeholder{cursor:pointer;position:absolute;inset:0}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport .video_placeholder img{opacity:.6;object-fit:cover}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport .video_placeholder .play_overlay{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:15px;display:flex;position:absolute;inset:0}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport .video_placeholder .play_overlay span{font-weight:800}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .media_viewport .video_placeholder .play_overlay svg{color:var(--gold_color)}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .content_viewport{flex-direction:column;flex:1;justify-content:space-between;padding:60px;display:flex}@media (max-width:992px){.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .content_viewport{padding:30px}}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .content_viewport .cat_tag{color:var(--main_color);margin-bottom:20px;font-weight:900;display:block}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .content_viewport h3{color:var(--secondary_color);margin-bottom:20px;font-size:2rem;font-weight:900}@media (max-width:768px){.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .content_viewport h3{font-size:1.5rem}}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .content_viewport p{color:#64748b;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .content_viewport p{font-size:.95rem}}.gallery_main_wrapper .gallery_lightbox .lightbox_modal .modal_flex .content_viewport .meta_bottom{color:var(--main_color);border-top:1px solid #f1f5f9;margin-top:20px;padding-top:25px;font-weight:700}.gallery_main_wrapper .view_more_box{text-align:center;margin-top:50px}@media (max-width:576px){.gallery_main_wrapper .view_more_box{margin-top:30px}}.gallery_main_wrapper .view_more_box .main_btn{background:var(--secondary_color);color:#fff;border-radius:20px;align-items:center;gap:15px;padding:18px 45px;font-weight:800;text-decoration:none;transition:all .4s;display:inline-flex}@media (max-width:576px){.gallery_main_wrapper .view_more_box .main_btn{justify-content:center;width:100%;padding:14px 30px}}.gallery_main_wrapper .view_more_box .main_btn:hover{background:var(--main_color);transform:translateY(-5px)}
