.elementor-4504 .elementor-element.elementor-element-0420282{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4504 .elementor-element.elementor-element-0420282:not(.elementor-motion-effects-element-type-background), .elementor-4504 .elementor-element.elementor-element-0420282 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0067FF00;}.elementor-4504 .elementor-element.elementor-element-2d3ef01{width:100%;max-width:100%;}.elementor-4504 .elementor-element.elementor-element-0bb80dd{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4504 .elementor-element.elementor-element-0bb80dd:not(.elementor-motion-effects-element-type-background), .elementor-4504 .elementor-element.elementor-element-0bb80dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0067FF00;}.elementor-4504 .elementor-element.elementor-element-a384e5b.elementor-element{--align-self:center;}.elementor-4504 .elementor-element.elementor-element-1e290d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4504 .elementor-element.elementor-element-dd0a2d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4504 .elementor-element.elementor-element-b6da0bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4504 .elementor-element.elementor-element-cbee1db{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4504 .elementor-element.elementor-element-1e290d8{--content-width:1600px;}.elementor-4504 .elementor-element.elementor-element-dd0a2d2{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-2d3ef01 *//* ===================================
   TOP BAR
=================================== */

.sbs-topbar{

    background:#02254b;

    padding:10px 40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    transition:.4s ease;

    overflow:hidden;

}

.sbs-topbar.hide-top{

    margin-top:-60px;

    opacity:0;

}

/* ===================================
   CONTACT
=================================== */

.sbs-contact{

    display:flex;

    gap:25px;

}

.sbs-contact a{

    color:#fff;

    text-decoration:none;

    font-size:14px;

    font-weight:500;

}

.sbs-contact i{

    color:#00c8ff;

    margin-right:8px;

}

/* ===================================
   SOCIAL
=================================== */

.sbs-social{

    display:flex;

    gap:15px;

}

.sbs-social a{

    color:#fff;

    transition:.3s;

}

.sbs-social a:hover{

    color:#00c8ff;

}

/* ===================================
   NAVBAR
=================================== */

.sbs-navbar{

    background:#fff;

    padding:20px 50px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    transition:.35s ease;

    position:relative;

    z-index:999;

}

/* ===================================
   STICKY NAVBAR
=================================== */

.sbs-navbar.sticky-nav{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    background:rgba(255,255,255,.96);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    animation:slideDown .4s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,.08);

}

@keyframes slideDown{

    from{

        transform:translateY(-100%);

    }

    to{

        transform:translateY(0);

    }

}

/* ===================================
   LOGO
=================================== */

.sbs-logo img{

    height:70px;

    width:auto;

}

/* ===================================
   MENU
=================================== */

.sbs-menu{

    display:flex;

    align-items:center;

    gap:12px;

}

.sbs-menu a{

    position:relative;

    text-decoration:none;

    color:#082b57;

    font-size:16px;

    font-weight:600;

    padding:14px 24px;

    border-radius:50px;

    transition:.35s ease;

}

/* Hover */

.sbs-menu a:hover{

    background:#eef6ff;

    color:#0b63ce;

    transform:translateY(-2px);

}

/* ===================================
   ACTIVE MENU
=================================== */

.sbs-menu a.active{

    background:
    linear-gradient(
    135deg,
    #0b63ce,
    #082b57
    );

    color:#fff;

    box-shadow:
    0 12px 30px rgba(11,99,206,.25);

}

/* GOLD INDICATOR */

.sbs-menu a.active::after{

    content:"";

    position:absolute;

    left:50%;

    bottom:6px;

    transform:translateX(-50%);

    width:36px;

    height:4px;

    border-radius:30px;

    background:#ffc107;

}

/* Glow Animation */

.sbs-menu a.active{

    animation:activeGlow 3s infinite;

}

@keyframes activeGlow{

    0%{

        box-shadow:
        0 8px 25px rgba(11,99,206,.18);

    }

    50%{

        box-shadow:
        0 12px 35px rgba(11,99,206,.35);

    }

    100%{

        box-shadow:
        0 8px 25px rgba(11,99,206,.18);

    }

}

/* ===================================
   BUTTON
=================================== */

.sbs-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    padding:16px 32px;

    border-radius:14px;

    background:
    linear-gradient(
    135deg,
    #19b5ff,
    #0b63ce
    );

    color:#fff;

    font-weight:700;

    transition:.35s ease;

}

.sbs-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 12px 30px rgba(25,181,255,.35);

}

/* ===================================
   MOBILE
=================================== */

@media(max-width:991px){

    .sbs-navbar{

        flex-direction:column;

        gap:20px;

        padding:20px;

    }

    .sbs-menu{

        flex-wrap:wrap;

        justify-content:center;

    }

}

@media(max-width:768px){

    .sbs-topbar{

        flex-direction:column;

        gap:10px;

        padding:12px;

    }

    .sbs-contact{

        flex-direction:column;

        align-items:center;

        gap:8px;

    }

    .sbs-logo img{

        height:55px;

    }

    .sbs-menu a{

        padding:10px 16px;

        font-size:14px;

    }

    .sbs-btn{

        width:100%;

        max-width:250px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a384e5b *//* ======================================
   GALLERY HERO SECTION
====================================== */

.gallery-hero{

    min-height:100vh;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

    padding:120px 60px;

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
    135deg,
    #eef6ff,
    #ffffff,
    #fff9ee
    );

}

/* ======================================
   BACKGROUND SHAPES
====================================== */

.gallery-shape{

    position:absolute;

    border-radius:50%;

    filter:blur(120px);

    pointer-events:none;

}

.shape-1{

    width:350px;
    height:350px;

    background:#0b63ce;

    opacity:.08;

    top:-100px;
    left:-100px;

}

.shape-2{

    width:400px;
    height:400px;

    background:#ffc107;

    opacity:.10;

    bottom:-150px;
    right:-150px;

}

/* ======================================
   LEFT CONTENT
====================================== */

.gallery-content{

    position:relative;

    z-index:2;

}

.gallery-badge{

    display:inline-flex;

    align-items:center;

    padding:12px 22px;

    background:#fff8e8;

    color:#d89b00;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

.gallery-content h1{

    font-size:76px;

    line-height:1.05;

    color:#082b57;

    margin:25px 0;

    font-weight:900;

}

.gallery-content p{

    color:#667085;

    font-size:20px;

    line-height:1.9;

    max-width:700px;

}

/* BUTTONS */

.gallery-buttons{

    display:flex;

    gap:15px;

    margin-top:40px;

    flex-wrap:wrap;

}

.gallery-btn-primary{

    padding:18px 35px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    color:#fff;

    background:
    linear-gradient(
    135deg,
    #082b57,
    #0b63ce
    );

    transition:.35s;

}

.gallery-btn-primary:hover{

    transform:translateY(-4px);

}

.gallery-btn-secondary{

    padding:18px 35px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    color:#082b57;

    background:#fff;

    border:1px solid rgba(8,43,87,.1);

    transition:.35s;

}

.gallery-btn-secondary:hover{

    transform:translateY(-4px);

}

/* ======================================
   IMAGE SIDE
====================================== */

.gallery-images{

    display:grid;

    grid-template-columns:1fr 1fr;

    grid-template-rows:280px 280px;

    gap:22px;

    position:relative;

    z-index:2;

}

/* IMAGE CARD */

.img-card{

    position:relative;

    overflow:hidden;

    border-radius:28px;

    background:#fff;

    box-shadow:
    0 25px 60px rgba(0,0,0,.10);

    transition:.4s ease;

}

.img-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 35px 80px rgba(8,43,87,.15);

}

.img-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:.7s ease;

}

.img-card:hover img{

    transform:scale(1.08);

}

/* IMAGE LAYOUT */

.card-1{

    grid-row:1 / 3;

    height:582px;

}

.card-2{

    height:280px;

}

.card-3{

    height:280px;

}

/* GLASS OVERLAY */

.img-card::after{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    180deg,
    transparent 45%,
    rgba(0,0,0,.15)
    );

}

/* ======================================
   TABLET
====================================== */

@media(max-width:991px){

.gallery-hero{

    grid-template-columns:1fr;

    gap:50px;

    padding:100px 30px;

}

.gallery-content{

    text-align:center;

}

.gallery-content p{

    margin:auto;

}

.gallery-buttons{

    justify-content:center;

}

.gallery-content h1{

    font-size:50px;

}

.gallery-images{

    grid-template-columns:1fr 1fr;

    grid-template-rows:220px 220px;

}

.card-1{

    height:462px;

}

.card-2,
.card-3{

    height:220px;

}

}

/* ======================================
   MOBILE
====================================== */

@media(max-width:768px){

.gallery-hero{

    padding:90px 20px;

}

.gallery-content h1{

    font-size:38px;

}

.gallery-content p{

    font-size:16px;

    line-height:1.8;

}

.gallery-images{

    grid-template-columns:1fr;

    grid-template-rows:auto;

    gap:15px;

}

.card-1,
.card-2,
.card-3{

    height:260px;

}

.gallery-btn-primary,
.gallery-btn-secondary{

    width:100%;

    justify-content:center;

    text-align:center;

}

}

/* ======================================
   SMALL MOBILE
====================================== */

@media(max-width:480px){

.gallery-content h1{

    font-size:32px;

}

.gallery-badge{

    font-size:11px;

}

.card-1,
.card-2,
.card-3{

    height:220px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b05a0e3 */.gallery-categories{

    padding:120px 40px;

    background:#fff;

}

.gc-header{

    text-align:center;

    max-width:850px;

    margin:auto auto 70px;

}

.gc-header span{

    color:#f4b400;

    font-weight:700;

    letter-spacing:2px;

}

.gc-header h2{

    font-size:60px;

    color:#082b57;

    margin:20px 0;

    line-height:1.15;

}

.gc-header p{

    color:#6b7280;

    font-size:18px;

    line-height:1.8;

}

.gc-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    max-width:1400px;

    margin:auto;

}

.gc-item{

    background:#fff;

    border:1px solid rgba(8,43,87,.08);

    border-radius:28px;

    padding:40px 30px;

    text-align:center;

    text-decoration:none;

    transition:.4s;

    box-shadow:
    0 15px 35px rgba(0,0,0,.04);

}

.gc-item:hover{

    transform:translateY(-10px);

    border-color:#ffc107;

}

.gc-icon{

    font-size:55px;

    margin-bottom:20px;

}

.gc-item h3{

    color:#082b57;

    font-size:28px;

    margin-bottom:10px;

}

.gc-item span{

    color:#6b7280;

    font-size:15px;

}

@media(max-width:991px){

.gc-grid{

grid-template-columns:1fr 1fr;

}

.gc-header h2{

font-size:42px;

}

}

@media(max-width:768px){

.gc-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29decd9 *//* ===================================
   COLLEGE GALLERY SECTION
=================================== */

.college-gallery-section{

    padding:120px 40px;

    background:
    linear-gradient(
    180deg,
    #ffffff 0%,
    #f7fbff 100%
    );

}

/* ===================================
   COLLEGE BLOCK
=================================== */

.college-block{

    margin-bottom:120px;

}

/* ===================================
   HEADING AREA
=================================== */

.college-heading{

    text-align:center;

    max-width:900px;

    margin:0 auto 60px;

}

.college-heading span{

    display:inline-block;

    padding:10px 24px;

    background:#fff6df;

    color:#c79300;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.college-heading h2{

    font-size:58px;

    color:#082b57;

    margin:18px 0;

    font-weight:800;

    line-height:1.15;

}

.college-heading p{

    color:#667085;

    font-size:17px;

    line-height:1.9;

    max-width:750px;

    margin:auto;

}

/* ===================================
   PREMIUM DIVIDER
=================================== */

.heading-divider{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:15px;

    margin:22px 0;

}

.heading-divider span{

    width:140px;

    height:1px;

    background:
    linear-gradient(
    90deg,
    transparent,
    #d4a017,
    transparent
    );

}

.divider-icon{

    width:52px;

    height:52px;

    border-radius:50%;

    background:#fff;

    border:1px solid #d4a017;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.06);

}

/* ===================================
   LANDSCAPE GALLERY GRID
=================================== */

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

/* ===================================
   IMAGE CARD
=================================== */

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    cursor:pointer;

    background:#fff;

    padding:8px;

    transition:.4s ease;

    box-shadow:
    0 10px 25px rgba(0,0,0,.05),
    0 20px 50px rgba(0,0,0,.08);

}

/* LANDSCAPE IMAGE */

.gallery-item img{

    width:100%;

    height:250px;

    object-fit:cover;

    display:block;

    border-radius:16px;

    transition:.8s ease;

}

/* HOVER */

.gallery-item:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 40px rgba(8,43,87,.10),
    0 30px 70px rgba(8,43,87,.15);

}

.gallery-item:hover img{

    transform:scale(1.08);

}

/* GOLD BORDER EFFECT */

.gallery-item::after{

    content:"";

    position:absolute;

    inset:0;

    border:2px solid transparent;

    border-radius:22px;

    transition:.4s;

}

.gallery-item:hover::after{

    border-color:#d4a017;

}

/* SHINE EFFECT */

.gallery-item::before{

    content:"";

    position:absolute;

    top:-150%;

    left:-60%;

    width:60%;

    height:300%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
    );

    transform:rotate(25deg);

    transition:.9s;

    z-index:2;

}

.gallery-item:hover::before{

    top:130%;

}

/* ===================================
   LIGHTBOX
=================================== */

.lightbox{

    display:none;

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.97);

    z-index:999999;

    backdrop-filter:blur(5px);

}

.lightbox-image{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    max-width:95%;

    max-height:92vh;

    border-radius:18px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.35);

}

.close-btn{

    position:absolute;

    top:20px;

    right:35px;

    color:#fff;

    font-size:60px;

    font-weight:300;

    cursor:pointer;

    transition:.3s;

}

.close-btn:hover{

    transform:rotate(90deg);

}

/* ===================================
   SECTION DIVIDER
=================================== */

.section-divider{

    width:220px;

    height:1px;

    margin:100px auto;

    background:
    linear-gradient(
    90deg,
    transparent,
    #082b57,
    #d4a017,
    #082b57,
    transparent
    );

}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:1200px){

.gallery-grid{

    grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:991px){

.gallery-grid{

    grid-template-columns:repeat(2,1fr);

}

.college-heading h2{

    font-size:42px;

}

.college-heading p{

    font-size:16px;

}

}

@media(max-width:768px){

.college-gallery-section{

    padding:80px 20px;

}

.gallery-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.gallery-item img{

    height:240px;

}

.college-heading h2{

    font-size:32px;

}

.college-heading p{

    font-size:15px;

}

.heading-divider span{

    width:60px;

}

.divider-icon{

    width:42px;

    height:42px;

    font-size:16px;

}

.close-btn{

    font-size:45px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbee1db */.gallery-cta{

    padding:120px 30px;

    margin-top:80px;

}

.cta-content{

    max-width:1200px;

    margin:auto;

    text-align:center;

    padding:90px 50px;

    border-radius:35px;

    background:
    linear-gradient(
    135deg,
    #082b57 0%,
    #0b63ce 100%
    );

    position:relative;

    overflow:hidden;

}

/* Gold Glow */

.cta-content::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(255,193,7,.15);

    border-radius:50%;

    top:-150px;

    right:-100px;

    filter:blur(60px);

}

.cta-content::after{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    bottom:-120px;

    left:-80px;

    filter:blur(40px);

}

.cta-content span{

    color:#ffd54f;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    position:relative;

    z-index:2;

}

.cta-content h2{

    font-size:64px;

    color:#fff;

    margin:20px 0;

    line-height:1.15;

    font-weight:800;

    position:relative;

    z-index:2;

}

.cta-content p{

    max-width:750px;

    margin:auto;

    color:rgba(255,255,255,.85);

    font-size:18px;

    line-height:1.9;

    position:relative;

    z-index:2;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:40px;

    flex-wrap:wrap;

    position:relative;

    z-index:2;

}

.cta-btn-primary{

    padding:18px 35px;

    background:#ffc107;

    color:#082b57;

    text-decoration:none;

    border-radius:60px;

    font-weight:700;

    transition:.3s;

}

.cta-btn-primary:hover{

    transform:translateY(-5px);

}

.cta-btn-secondary{

    padding:18px 35px;

    border:1px solid rgba(255,255,255,.25);

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    font-weight:700;

    transition:.3s;

}

.cta-btn-secondary:hover{

    background:rgba(255,255,255,.15);

    transform:translateY(-5px);

}

@media(max-width:768px){

.cta-content{

    padding:70px 25px;

}

.cta-content h2{

    font-size:36px;

}

.cta-content p{

    font-size:16px;

}

}/* End custom CSS */