.elementor-4786 .elementor-element.elementor-element-75526a5{--display:flex;}.elementor-4786 .elementor-element.elementor-element-75526a5.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-4786 .elementor-element.elementor-element-75526a5{--width:778px;}}/* Start custom CSS for html, class: .elementor-element-a352b97 *//*=========================================================
NIMSRC EVENTS GALLERY V7
PART 1 - FOUNDATION
=========================================================*/

:root{
    --primary:#0056b3;
    --primary-dark:#003d80;
    --secondary:#0b79ff;
    --text:#2d3748;
    --muted:#6b7280;
    --border:#e6edf5;
    --white:#ffffff;
    --bg:#f6f9fd;

    --radius:18px;

    --shadow:0 10px 30px rgba(0,0,0,.08);
    --shadow-hover:0 22px 55px rgba(0,86,179,.16);
}

.gallery-container{

    max-width:1400px;

    margin:auto;

    padding:60px 20px;

}

.gallery-header{

    text-align:center;

    margin-bottom:50px;

}

.gallery-header h1{

    font-size:42px;

    color:var(--primary);

    font-weight:700;

    margin-bottom:15px;

}

.gallery-header p{

    max-width:900px;

    margin:auto;

    font-size:17px;

    line-height:1.9;

    color:var(--muted);

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:28px;

}

.gallery-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    text-decoration:none;

    display:flex;

    flex-direction:column;

    border:1px solid var(--border);

    box-shadow:var(--shadow);

    transition:.35s;

}

.gallery-card:hover{

    transform:translateY(-8px);

    box-shadow:var(--shadow-hover);

    border-color:#cfe5ff;

}

/*==============================
ALL COVER IMAGES SAME SIZE
==============================*/

.gallery-image{

    width:100%;

    aspect-ratio:16 / 10;

    overflow:hidden;

    position:relative;

    background:#eef5fc;

}

.gallery-image img{

    width:100%;

    height:100%;

    display:block;

    object-fit:cover;

    transition:.45s ease;

}

.gallery-card:hover .gallery-image img{

    transform:scale(1.08);

}

/*==============================
CONTENT
==============================*/

.gallery-content{

    padding:22px;

    flex:1;

    display:flex;

    flex-direction:column;

}

.gallery-content h3{

    font-size:21px;

    color:var(--primary);

    margin-bottom:12px;

    line-height:1.4;

    font-weight:700;

}

.gallery-content p{

    font-size:15px;

    line-height:1.8;

    color:var(--muted);

    flex:1;

}

/*==============================
OVERLAY
==============================*/

.gallery-overlay{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:flex-end;

    padding-bottom:20px;

    background:linear-gradient(
        transparent,
        rgba(0,0,0,.45)
    );

    opacity:0;

    transition:.35s;

}

.gallery-card:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay span{

    background:linear-gradient(135deg,#0056b3,#0b79ff);

    color:#fff;

    padding:10px 22px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:768px){

.gallery-header h1{

font-size:30px;

}

.gallery-header p{

font-size:15px;

}

.gallery-grid{

grid-template-columns:1fr;

gap:20px;

}

.gallery-content{

padding:18px;

}

.gallery-content h3{

font-size:19px;

}

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-75526a5 *//*==================================================
NIMSRC EVENTS GALLERY
V8 ENTERPRISE EDITION
PART 1
==================================================*/

:root{

--primary:#0056B3;
--secondary:#00AEEF;
--dark:#003B6D;
--text:#4B5563;
--border:#E5EEF8;
--radius:22px;

}

/*========================
CONTAINER
========================*/

.gallery-container{

max-width:1600px;

margin:auto;

padding:60px 25px;

}

/*========================
HEADER
========================*/

.gallery-header{

text-align:center;

margin-bottom:55px;

}

.gallery-header h1{

font-size:44px;

font-weight:700;

color:var(--primary);

margin-bottom:15px;

}

.gallery-header p{

max-width:900px;

margin:auto;

font-size:17px;

line-height:1.9;

color:#666;

}

/*========================
GRID
========================*/

.gallery-grid{

display:grid;

grid-template-columns:repeat(4,minmax(0,1fr));

gap:22px;

}

/*========================
CARD
========================*/

.gallery-card{

display:flex;

flex-direction:column;

text-decoration:none;

border-radius:var(--radius);

overflow:hidden;

background:

rgba(255,255,255,.72);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.45);

box-shadow:

0 15px 40px rgba(0,0,0,.08);

position:relative;

transition:.45s ease;

}

/*========================
HOVER
========================*/

.gallery-card:hover{

transform:

translateY(-12px)

scale(1.02);

box-shadow:

0 30px 70px rgba(0,86,179,.20);

}

/*========================
IMAGE
========================*/

.gallery-image{

position:relative;

aspect-ratio:16/10;

overflow:hidden;

background:#F3F8FD;

}

.gallery-image img{

width:100%;

height:100%;

display:block;

object-fit:cover;

transition:.6s ease;

}

.gallery-card:hover img{

transform:scale(1.08);

}

/*========================
CONTENT
========================*/

.gallery-content{

padding:20px;

flex:1;

display:flex;

flex-direction:column;

}

.gallery-content h3{

font-size:20px;

font-weight:700;

color:var(--primary);

margin-bottom:10px;

line-height:1.4;

}

.gallery-content p{

font-size:14px;

line-height:1.8;

color:#5E6472;

flex:1;

}

/*========================
OVERLAY
========================*/

.gallery-overlay{

position:absolute;

inset:0;

display:flex;

align-items:flex-end;

justify-content:center;

padding-bottom:18px;

background:

linear-gradient(

transparent,

rgba(0,0,0,.55)

);

opacity:0;

transition:.4s;

}

.gallery-card:hover .gallery-overlay{

opacity:1;

}

.gallery-overlay span{

padding:10px 24px;

border-radius:50px;

background:

linear-gradient(

135deg,

var(--primary),

var(--secondary)

);

color:#fff;

font-size:14px;

font-weight:600;

}

/*========================
RESPONSIVE
========================*/

@media(max-width:1200px){

.gallery-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:992px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.gallery-container{

padding:35px 15px;

}

.gallery-grid{

grid-template-columns:1fr;

gap:18px;

}

.gallery-header h1{

font-size:30px;

}

.gallery-header p{

font-size:15px;

}

.gallery-content{

padding:18px;

}

.gallery-content h3{

font-size:18px;

}

}

/*==================================================
NIMSRC EVENTS GALLERY
V8 ENTERPRISE
PART 2
PREMIUM GLASS UI
==================================================*/

/********************************
PREMIUM GLASS CARD
********************************/

.gallery-card{

position:relative;

isolation:isolate;

background:
linear-gradient(
145deg,
rgba(255,255,255,.92),
rgba(248,252,255,.78)
);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

overflow:hidden;

}

/********************************
ANIMATED TOP BORDER
********************************/

.gallery-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:4px;

background:

linear-gradient(
90deg,
#0056B3,
#00AEEF,
#42D4FF,
#0056B3
);

background-size:300%;

transform:scaleX(0);

transform-origin:left;

transition:.45s;

z-index:5;

}

.gallery-card:hover::before{

transform:scaleX(1);

animation:borderMove 4s linear infinite;

}

@keyframes borderMove{

0%{background-position:0%;}

100%{background-position:300%;}

}

/********************************
PREMIUM LIGHT GLOW
********************************/

.gallery-card::after{

content:"";

position:absolute;

width:220px;

height:220px;

right:-100px;

bottom:-100px;

border-radius:50%;

background:

rgba(0,174,239,.18);

filter:blur(70px);

opacity:0;

transition:.5s;

pointer-events:none;

}

.gallery-card:hover::after{

opacity:1;

}

/********************************
HOVER EFFECT
********************************/

.gallery-card:hover{

transform:

translateY(-12px)

scale(1.02);

box-shadow:

0 28px 70px rgba(0,86,179,.22),

0 10px 20px rgba(0,0,0,.08);

}

/********************************
IMAGE EFFECT
********************************/

.gallery-image img{

transition:

transform .65s ease,

filter .45s ease;

}

.gallery-card:hover .gallery-image img{

transform:scale(1.10);

filter:

brightness(1.05)

contrast(1.05)

saturate(1.08);

}

/********************************
PREMIUM OVERLAY
********************************/

.gallery-overlay{

background:

linear-gradient(

180deg,

transparent,

rgba(0,0,0,.12),

rgba(0,0,0,.58)

);

}

.gallery-overlay span{

background:

rgba(255,255,255,.95);

color:#0056B3;

padding:11px 28px;

border-radius:50px;

font-size:14px;

font-weight:700;

backdrop-filter:blur(8px);

transition:.35s;

box-shadow:

0 8px 20px rgba(0,0,0,.18);

}

.gallery-card:hover .gallery-overlay span{

background:#0056B3;

color:#fff;

transform:translateY(-4px);

}

/********************************
TITLE
********************************/

.gallery-content h3{

transition:.35s;

}

.gallery-card:hover h3{

color:#003B6D;

}

/********************************
DESCRIPTION
********************************/

.gallery-content p{

transition:.35s;

}

.gallery-card:hover p{

color:#374151;

}

/********************************
SMOOTH
********************************/

.gallery-card,
.gallery-card img,
.gallery-card *{

transition:all .35s ease;

}

/*==================================================
NIMSRC EVENTS GALLERY
V8 ENTERPRISE
PART 3
LUXURY EDITION
==================================================*/

/********************************
LUXURY FLOATING CARD
********************************/

.gallery-card{

transform:translateY(0);

animation:cardFloat 6s ease-in-out infinite;

}

.gallery-card:nth-child(even){

animation-delay:1.5s;

}

@keyframes cardFloat{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-6px);

}

100%{

transform:translateY(0px);

}

}

/********************************
GLASS REFLECTION
********************************/

.gallery-card .gallery-image{

position:relative;

overflow:hidden;

}

.gallery-card .gallery-image::before{

content:"";

position:absolute;

top:-150%;

left:-60%;

width:40%;

height:320%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.45),

transparent

);

transform:rotate(25deg);

transition:1s;

z-index:5;

pointer-events:none;

}

.gallery-card:hover .gallery-image::before{

left:170%;

}

/********************************
PREMIUM GLOW
********************************/

.gallery-card:hover{

filter:

drop-shadow(

0 0 20px rgba(0,174,239,.18)

);

}

/********************************
SOFT BLUE BORDER
********************************/

.gallery-card{

border:1px solid rgba(0,86,179,.08);

}

.gallery-card:hover{

border-color:

rgba(0,174,239,.45);

}

/********************************
IMAGE POP
********************************/

.gallery-card:hover img{

transform:

scale(1.12)

rotate(.5deg);

}

/********************************
CONTENT FADE
********************************/

.gallery-content{

transition:.35s;

}

.gallery-card:hover .gallery-content{

background:

linear-gradient(

180deg,

rgba(255,255,255,.88),

rgba(248,252,255,1)

);

}

/********************************
TITLE EFFECT
********************************/

.gallery-content h3{

letter-spacing:.2px;

}

.gallery-card:hover h3{

letter-spacing:.6px;

}

/********************************
BUTTON EFFECT
********************************/

.gallery-overlay span{

overflow:hidden;

position:relative;

}

.gallery-overlay span::before{

content:"";

position:absolute;

top:0;

left:-120%;

width:100%;

height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.6),

transparent

);

transition:.7s;

}

.gallery-card:hover .gallery-overlay span::before{

left:120%;

}

/********************************
PREMIUM IMAGE SHADOW
********************************/

.gallery-image img{

box-shadow:

0 8px 20px rgba(0,0,0,.08);

}

.gallery-card:hover .gallery-image img{

box-shadow:

0 18px 40px rgba(0,0,0,.18);

}

/********************************
SMOOTH PERFORMANCE
********************************/

.gallery-card,
.gallery-image,
.gallery-image img,
.gallery-content,
.gallery-overlay{

will-change:transform;

backface-visibility:hidden;

}

/********************************
MOBILE
********************************/

@media(max-width:768px){

.gallery-card{

animation:none;

}

.gallery-card:hover{

transform:translateY(-5px);

}

.gallery-card:hover img{

transform:scale(1.05);

}

}/* End custom CSS */