*{
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li{
    margin: 0;
    padding: 0;
}

body{
    color: #172033;
    font-family: "roboto-cond";
    font-size: 15px;
    background:
        radial-gradient(circle at 18% 10%, rgba(245,112,0,0.12), transparent 28%),
        radial-gradient(circle at 85% 0%, rgba(0,103,172,0.14), transparent 30%),
        #f4f7fb;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

a{
    color: #172033;
    text-decoration: none;
}

img{
    border: 0;
    width: 100%;
}

.clear{
    clear: both;
}

.wrapper{
    width: 100%;
    margin: auto;
    overflow-x: hidden;
    position: relative;
}

.container{
    clear: both;
    width: min(94%, 1120px);
    max-width: 1120px;
    margin: auto;
    position: relative;
}

#header{
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    padding: 14px 0;
    background: rgba(255,255,255,0.92);
    border-bottom: 1px solid rgba(23,32,51,0.08);
    box-shadow: 0 12px 30px rgba(23,32,51,0.08);
    backdrop-filter: blur(12px);
}

.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand-block{
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.logo{
    width: 190px;
    float: none;
}

.logo img{
    display: block;
    height: auto;
}

.banner-design{
    position: static;
    float: none;
    max-width: 360px;
}

.banner-design h1{
    color: #172033;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
}

.top-cntct-detail{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    float: none;
    width: auto;
}

.cntct-content{
    display: flex;
    align-items: center;
    gap: 8px;
    float: none;
    padding: 9px 12px;
    border: 1px solid rgba(23,32,51,0.09);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(23,32,51,0.06);
}

.cntct-content span{
    color: #f57000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cntct-content .contact-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eaf3f8;
    color: #0067ac;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
}

.cntct-content a{
    color: #172033;
    font-size: 14px;
}

#main-content{
    padding: 30px 0 44px;
}

.nav{
    width: 100%;
    padding: 6px;
    margin: 0 0 28px;
    float: none;
    text-align: left;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(23,32,51,0.08);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(23,32,51,0.08);
    overflow-x: auto;
}

.nav ul{
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
}

.nav ul li{
    display: block;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    list-style: none;
    text-align: center;
}

.nav ul li a{
    display: block;
    margin: 0;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
    color: #4b5870;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.nav ul li a:hover,
.nav ul li a.active{
    background: #172033;
    border-color: #172033;
    color: #fff;
    box-shadow: 0 12px 24px rgba(23,32,51,0.18);
}

.gallery-overview{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px;
    animation: riseIn 520ms ease both;
}

.gallery-eyebrow{
    display: inline-block;
    margin-bottom: 8px;
    color: #f57000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gallery-overview h2{
    color: #172033;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 800;
}

.gallery-count{
    padding: 10px 14px;
    border-radius: 999px;
    background: #eaf3f8;
    color: #0067ac;
    font-weight: 800;
}

.gallery-stage{
    padding: 20px;
    border: 1px solid rgba(23,32,51,0.08);
    border-radius: 22px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 30px 70px rgba(23,32,51,0.13);
    animation: riseIn 650ms 80ms ease both;
}

.fluid_container{
    width: 100%;
    margin: auto;
    border-radius: 16px;
    overflow: visible;
}

.fluid_container img{
    width: 100%;
    height: auto;
}

.owl-carousel{
    position: relative;
}

.owl-carousel .owl-stage-outer{
    overflow: hidden;
    border-radius: 16px;
    background: #101827;
}

.owl-carousel .item{
    background: #101827;
}

.owl-carousel .item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #101827;
}

.owl-carousel .owl-nav{
    margin: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    z-index: 5;
    width: auto;
    min-width: 54px;
    height: auto;
    padding: 4px 12px 10px;
    border: 1px solid rgba(23,32,51,0.10);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(23,32,51,0.18);
    color: #172033;
    font-size: 72px !important;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
    display: block;
    font-size: inherit !important;
    line-height: 1;
}

.owl-carousel .owl-nav button.owl-prev{
    left: -110px;
}

.owl-carousel .owl-nav button.owl-next{
    right: -110px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
    background: #f57000;
    color: #fff;
}

.owl-carousel .owl-nav button.disabled{
    opacity: 0.35;
    cursor: default;
}

.gallery-embed{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
}

.gallery-embed iframe{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.gallery-embed-youtube,
.gallery-embed-facebook{
    aspect-ratio: 16 / 9;
    min-height: 360px;
}

.gallery-embed-instagram{
    width: min(100%, 430px);
    min-height: 760px;
    margin: 0 auto;
    aspect-ratio: 9 / 16;
    background: #fff;
}

.gallery-embed-instagram iframe{
    min-height: 760px;
}

.gallery-link-only{
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    border: 0;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px rgba(23,32,51,0.08);
}

.gallery-link-only a{
    color: #0067ac;
    font-size: 20px;
}

.facebook-cover{
    width: 850px;
    height: auto;
    margin: auto;
}

.linkedin{
    width: 646px;
    margin: auto;
}

.brchr-design{
    width: 550px;
    height: auto;
    margin: auto;
}

#footer{
    padding: 18px 0;
    background: #172033;
}

#footer p{
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    text-align: center;
}

#footer p a{
    color: #fff;
}

@keyframes riseIn{
    from{
        opacity: 0;
        transform: translateY(18px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px){
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next{
        min-width: 46px;
        padding: 2px 10px 8px;
        font-size: 56px !important;
        line-height: 1;
    }

    .owl-carousel .owl-nav button.owl-prev span,
    .owl-carousel .owl-nav button.owl-next span{
        font-size: inherit !important;
        line-height: 1;
    }

    .owl-carousel .owl-nav button.owl-prev{
        left: 8px;
    }

    .owl-carousel .owl-nav button.owl-next{
        right: 8px;
    }
}

@media only screen and (max-width: 900px){
    .facebook-cover,
    .linkedin,
    .brchr-design{
        width: 100%;
    }
}

@media only screen and (max-width: 820px){
    .header-inner,
    .brand-block,
    .top-cntct-detail,
    .gallery-overview{
        align-items: flex-start;
        flex-direction: column;
    }

    .top-cntct-detail{
        width: 100%;
        text-align: left;
    }

    .cntct-content{
        width: 100%;
        justify-content: space-between;
    }

    .banner-design{
        width: auto;
        margin-top: 0;
        text-align: left;
    }

    .gallery-overview h2{
        font-size: 32px;
    }

    .gallery-stage{
        padding: 12px;
        border-radius: 18px;
    }
}

@media only screen and (max-width: 520px){
    .gallery-overview h2{
        font-size: 30px;
    }

    .nav ul li a{
        padding: 10px 13px;
        font-size: 14px;
    }
}
