/*====================================
GOOGLE FONT
====================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*====================================
RESET
====================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
    background:#fff;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

/*====================================
HEADER
====================================*/

#header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    z-index:9999;

    transition:.4s ease;

    background:transparent;

}

#header.sticky{

    background:#000;

    box-shadow:0 10px 25px rgba(0,0,0,.35);

}

/*====================================
NAVBAR
====================================*/

.navbar{

    padding:25px 0;

    transition:.4s;

}

#header.sticky .navbar{

    padding:15px 0;

}

.navbar-brand img{

    height:45px;

}

.navbar-nav{

    gap:10px;

}

.nav-link{

    color:#fff !important;

    font-size:15px;

    font-weight:500;

    letter-spacing:.4px;

    padding:12px 15px !important;

    transition:.35s;

}

.nav-link:hover{

    color: #e96030 !important;

}

.nav-link.active{

    color: #e96030 !important;

}

/*====================================
DROPDOWN
====================================*/

.dropdown-menu{

    border:none;

    border-radius:12px;

    padding:12px 0;

    margin-top:18px;

    min-width:220px;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

.dropdown-item{

    padding:12px 25px;

    font-size:14px;

    transition:.3s;

}

.dropdown-item:hover{

    background:#ff6600;

    color:#fff;

}

/*====================================
REGISTER BUTTON
====================================*/

.register-btn{

    color:#fff;

    border:2px solid #fff;

    padding:13px 34px;

    border-radius:50px;

    transition:.35s;

    font-weight:600;

    display:inline-block;

}

.register-btn:hover{

    background:#fff;

    color:#000;

}

/*====================================
MOBILE MENU
====================================*/

.navbar-toggler{

    border:none;

    box-shadow:none !important;

}

.navbar-toggler i{

    color:#fff;

    font-size:28px;

}

/*====================================
HERO
====================================*/
/*=====================================
HERO
=====================================*/

.hero{

    position:relative;
    width:100%;
    min-height:100vh;

    background:url("../../assets/images/hero-image-2026.png") center center no-repeat;
    background-size:cover;

    overflow:hidden;

}

/* Overlay */

.hero-overlay{

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,0.45);

    z-index:1;

}

/* Keep all content above the overlay */

.hero .container,
.hero-box,
.hero-vertical,
.hero-bottom,
.scroll-down{

    position:relative;
    z-index:2;

}
/*.hero{*/

/*    position:relative;*/
/*    width:100%;*/
/*    min-height:100vh;*/
/*    overflow:hidden;*/

/*}*/


/* Video */

/*.hero-video{*/

/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/

/*    width:100%;*/
/*    height:100%;*/

/*    object-fit:cover;*/

/*    z-index:0;*/

/*}*/


/* Overlay */

/*.hero-overlay{*/

/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/

/*    width:100%;*/
/*    height:100%;*/

/*    background:rgba(0,0,0,0.45);*/

/*    z-index:1;*/

/*}*/


/* Keep everything above video */

/*.hero .container,*/
/*.hero-box,*/
/*.hero-vertical,*/
/*.hero-bottom,*/
/*.scroll-down{*/

/*    position:relative;*/
/*    z-index:2;*/

/*}*/

/*====================================
HERO CONTAINER
====================================*/

.hero .container{

    position:relative;

    z-index:10;

}

.hero-row{

    min-height:100vh;

    align-items:center;

}

/*====================================
TRANSPARENT BOX
====================================*/

/*.hero-box{*/

/*    position:absolute;*/

/*    width:380px;*/

/*    height:340px;*/

/*    border:6px solid rgba(255,255,255,.12);*/

/*    left:90px;*/

/*    top:170px;*/

/*    z-index:2;*/

/*}*/

/*====================================
VERTICAL TEXT
====================================*/

.hero-vertical{

    position:absolute;

    right:150px;

    top:90px;

    writing-mode:vertical-rl;

    transform:rotate(180deg);

    font-size:75px;

    font-weight:800;

    color:rgba(255,255,255,.08);

    letter-spacing:7px;

    z-index:1;

}

/*====================================
CONTENT
====================================*/

.hero-content{

    position:relative;

    z-index:10;

    color:#fff;

}

.hero-tag{

    display:inline-block;

    padding:10px 25px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    border-radius:50px;

    letter-spacing:2px;

    font-size:14px;

    margin-bottom:30px;

}

.hero-content h1{

    font-size:50px;

    line-height:1.05;

    font-weight:800;

    margin-bottom:25px;

}

.hero-content h4{

    font-size:20px;

    font-weight:500;

    margin-bottom:8px;

}

.hero-content h2{

    font-size:42px;

    font-weight:700;

    color:#e96030;

}

.hero-content p{

    font-size:24px;

    margin-top:12px;

    font-weight:300;

}

/*====================================
HERO BUTTONS
====================================*/

.hero-buttons{

    display:flex;

    align-items:center;

    gap:20px;

    margin-top:45px;

    flex-wrap:wrap;

}

.btn-primary-custom{

    display:inline-block;

    padding:17px 42px;

    background:#ffffff;

    color:#000;

    font-size:15px;

    font-weight:600;

    border-radius:50px;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.18);

}

.btn-primary-custom:hover{

    transform:translateY(-5px);

    color:#000;

    box-shadow:0 18px 40px rgba(0,0,0,.30);

}

.btn-outline-custom{

    display:inline-block;

    padding:17px 42px;

    border:2px solid #fff;

    color:#fff;

    font-size:15px;

    font-weight:600;

    border-radius:50px;

    transition:.35s;

}

.btn-outline-custom:hover{

    background:#fff;

    color:#000;

}

/*====================================
BOTTOM BAR
====================================*/

.hero-bottom{

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    padding:22px 0;

    background:rgba(0,0,0,.28);

    backdrop-filter:blur(18px);

    z-index:20;

}

.hero-bottom .row{

    align-items:center;

}

.hero-bottom .col-md-4{

    color:#fff;

    font-size:16px;

    font-weight:500;

}

.hero-bottom i{

    color:#e96030  ;

    margin-right:10px;

    font-size:18px;

}

/*====================================
COUNTDOWN
====================================*/

#countdown{

    font-size:18px;

    font-weight:700;

    letter-spacing:1px;

    color:#fff;

}

/*====================================
SCROLL ICON
====================================*/

.scroll-down{

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    bottom:105px;

    color:#fff;

    font-size:30px;

    z-index:30;

    animation:scrollMove 1.6s infinite;

}

.scroll-down:hover{

    color:#FFD84A;

}

@keyframes scrollMove{

    0%{

        transform:translate(-50%,0);

    }

    50%{

        transform:translate(-50%,10px);

    }

    100%{

        transform:translate(-50%,0);

    }

}

/*====================================
TEXT ANIMATION
====================================*/

.hero-content h1{

    animation:fadeUp 1s ease;

}

.hero-content h2{

    animation:fadeUp 1.2s ease;

}

.hero-content p{

    animation:fadeUp 1.4s ease;

}

.hero-buttons{

    animation:fadeUp 1.6s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*====================================
BACKGROUND SHAPES
====================================*/

.hero::before{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    background:rgba(255,255,255,.06);

    border-radius:50%;

    right:-180px;

    top:-120px;

}

.hero::after{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

    left:-120px;

    bottom:-120px;

}

/*====================================
GLASS EFFECT
====================================*/

.hero-box{

    backdrop-filter:blur(5px);

    background:rgba(255,255,255,.03);

}

/*====================================
IMAGE EFFECT
====================================*/

.hero{

    background-attachment:fixed;

}

/*====================================
HOVER EFFECTS
====================================*/

.nav-link{

    position:relative;

}

.nav-link::after{

    content:"";

    position:absolute;

    left:15px;

    bottom:5px;

    width:0;

    height:2px;

    background:#f9ab1f;

    transition:.35s;

}

.nav-link:hover::after{

    width:55%;

}

.register-btn{

    position:relative;

    overflow:hidden;

}

.register-btn::before{

    content:"";

    position:absolute;

    width:0;

    height:100%;

    left:0;

    top:0;

    background:#fff;

    transition:.4s;

    z-index:-1;

}

.register-btn:hover::before{

    width:100%;

}

.register-btn:hover{

    color:#000;

}

/*====================================
SECTION SPACING
====================================*/

section{

    position:relative;

}
/*=====================================
RESPONSIVE
=====================================*/

@media (max-width:1400px){

.hero-content h1{

font-size:64px;

}

.hero-box{

width:340px;

height:320px;

left:60px;

}

.hero-vertical{

font-size:70px;

right:30px;

}

}


@media (max-width:1200px){

.hero-content h1{

font-size:56px;

}

.hero-content h2{

font-size:36px;

}

.hero-content p{

font-size:20px;

}

.hero-box{

width:300px;

height:290px;

left:40px;

top:170px;

}

.hero-vertical{

font-size:60px;

}

.navbar-nav{

gap:0;

}

}


/*==============================
TABLET
==============================*/

@media (max-width:991px){

#header{

background:#000;

}

.navbar{

padding:15px 0;

}

.navbar-collapse{

background:#000;

padding:20px;

margin-top:15px;

border-radius:12px;

}

.navbar-nav{

text-align:center;

}

.nav-link{

padding:14px 0 !important;

}

.register-btn{

display:none;

}

.hero{

text-align:center;

}

.hero-row{

justify-content:center;

}

.hero-box{

display:none;

}

.hero-vertical{

display:none;

}

.hero-content{

padding-top:120px;

}

.hero-content h1{

font-size:46px;

}

.hero-content h2{

font-size:32px;

}

.hero-content p{

font-size:20px;

}

.hero-buttons{

justify-content:center;

}

.hero-bottom{

position:relative;

margin-top:60px;

}

.scroll-down{

display:none;

}

}


/*==============================
MOBILE
==============================*/

@media (max-width:767px){

.hero{

min-height:100vh;

padding:120px 0 80px;

}

.hero-content{

padding-top:20px;

}

.hero-tag{

font-size:12px;

padding:8px 18px;

}

.hero-content h1{

font-size:36px;

line-height:1.2;

}

.hero-content h2{

font-size:26px;

}

.hero-content h4{

font-size:18px;

}

.hero-content p{

font-size:17px;

line-height:1.7;

}

.hero-buttons{

flex-direction:column;

width:100%;

}

.btn-primary-custom,

.btn-outline-custom{

width:100%;

text-align:center;

}

.hero-bottom{

padding:20px 0;

}

.hero-bottom .col-md-4{

margin:10px 0;

}

#countdown{

font-size:16px;

}

}


/*==============================
SMALL MOBILE
==============================*/

@media (max-width:480px){

.navbar-brand img{

height:38px;

}

.hero{

padding-top:100px;

}

.hero-content h1{

font-size:30px;

}

.hero-content h2{

font-size:22px;

}

.hero-content h4{

font-size:16px;

}

.hero-content p{

font-size:15px;

}

.hero-tag{

font-size:11px;

letter-spacing:1px;

}

.btn-primary-custom,

.btn-outline-custom{

padding:15px 20px;

font-size:14px;

}

.hero-bottom{

font-size:14px;

}

#countdown{

font-size:14px;

}

}


/*==============================
LARGE DESKTOP
==============================*/

@media (min-width:1600px){

.container{

max-width:1400px;

}

.hero-content h1{

font-size:82px;

}

.hero-content h2{

font-size:48px;

}

.hero-content p{

font-size:26px;

}

.hero-box{

width:420px;

height:390px;

}

.hero-vertical{

font-size:90px;

}

}


/*==============================
SMOOTH TRANSITIONS
==============================*/

.navbar,

.hero-content,

.hero-box,

.hero-bottom,

.register-btn,

.btn-primary-custom,

.btn-outline-custom{

transition:all .35s ease;

}


/*==============================
SELECTION
==============================*/

::selection{

background:#ff6b00;

color:#fff;

}


/*==============================
SCROLLBAR
==============================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#111;

}

::-webkit-scrollbar-thumb{

background:#ff6b00;

border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

background:#ff8c00;

}




/*=====================================
ABOUT SECTION
=====================================*/

.about-section{
    padding:90px 0;
    background:#fff;
}

.about-image{
    max-width:480px;      /* Reduce image width */
    margin:0 auto;
}

.about-image img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

/* About Content */

.about-content{
    padding-left:40px;
}

.section-tag{
    font-size:13px;
    letter-spacing:2px;
    color:#ff6b00;
    font-weight:600;
    margin-bottom:15px;
    text-transform:uppercase;
}

.about-content h2{
    font-size:42px;      /* Reduced from 52px */
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
    color:#111;
}

.about-content p{
    font-size:16px;      /* Reduced from 17px */
    line-height:1.8;
    color:#666;
    text-align:justify;
    margin-bottom:18px;
}

/* Responsive */

@media (max-width:991px){

.about-image{
    max-width:420px;
    margin:0 auto 40px;
}

.about-content{
    padding-left:0;
}

.about-content h2{
    font-size:34px;
}

.about-content p{
    font-size:15px;
}

}

@media (max-width:576px){

.about-image{
    max-width:320px;
}

.about-content h2{
    font-size:28px;
}

.about-content p{
    font-size:14px;
}

}
/*=========================================
OUR JOURNEY
==========================================*/

.journey-section{
    padding:100px 0;
    background:#f4f3f4;
}

/* Heading */

.journey-heading{
    max-width:850px;
    margin-bottom:60px;
}

.journey-heading .section-tag{
    display:inline-block;
    color:#ff6b00;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.journey-heading h2{
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    color:#111;
    margin-bottom:25px;
}

.journey-heading p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    max-width:820px;
    margin:0;
}

/* Cards */

.journey-box{
    height:100%;
    padding:30px 25px;
    border-right:1px solid #d5d9df;
}

.col-lg-3:last-child .journey-box{
    border-right:none;
}

.journey-box h4{
    font-size:28px;
    font-weight:700;
    color:#111;
    line-height:1.2;
    min-height:70px;
    margin-bottom:20px;
}

.journey-box p{
    font-size:15px;
    line-height:1.8;
    color:#666;
    margin:0;
}

.journey-box strong{
    color:#111;
}

/* Hover */

.journey-box:hover{
    transform:translateY(-6px);
    transition:.3s ease;
}

/* Tablet */

@media(max-width:991px){

    .journey-section{
        padding:80px 0;
    }

    .journey-heading h2{
        font-size:34px;
    }

    .journey-heading p{
        font-size:15px;
    }

    .journey-box{
        border-right:none;
        border-bottom:1px solid #d5d9df;
        padding:25px 15px;
    }

}

/* Mobile */

@media(max-width:767px){

    .journey-section{
        padding:60px 0;
    }

    .journey-heading{
        margin-bottom:40px;
    }

    .journey-heading h2{
        font-size:28px;
    }

    .journey-heading p{
        font-size:15px;
    }

    .journey-box h4{
        font-size:22px;
        min-height:auto;
    }

    .journey-box p{
        font-size:15px;
    }

}

/*=====================================
EVOLUTION SECTION
=====================================*/
.evolution-section{
    padding:90px 0;
    background:#fff;
    overflow:hidden;
}

.evolution-content{
    padding-right:40px;
}

.evolution-image{
    max-width:480px;
    margin:0 auto;
}

.evolution-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:20px;
}

.evolution-btn{
    margin-top:35px;
}

@media(max-width:991px){

    .evolution-content{
        padding-right:0;
    }

    .evolution-btn{
        margin-bottom:40px;
    }

    .evolution-image{
        margin-top:30px;
        max-width:420px;
    }

}

@media(max-width:576px){

    .evolution-section{
        padding:60px 0;
    }

    .evolution-content{
        padding-right:0;
    }

    .evolution-btn{
        margin:30px 0 50px;
        text-align:center;
    }

    .sponsor-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        white-space:nowrap;
    }

    .evolution-image{
        margin-top:20px;
        max-width:100%;
    }

    .evolution-image img{
        width:100%;
    }

}
/*=====================================
OUR FOCUS
=====================================*/

.focus-section{
    padding:120px 0;
    background:url("../../assets/images/hero-image-2026-v1.jpg") center center no-repeat;
    background-size:cover;
    background-attachment:fixed; /* Optional */
}

.focus-content{
    color:#fff;
    text-align:left;
    
}

.focus-content .section-tag{
    display:inline-block;
    color:#fff;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.focus-content h2{
    font-size:48px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
}

.focus-content p{
    font-size:20px;
    line-height:1.9;
    color:#fff;
    margin-bottom:0;
}

.focus-content strong{
    color:#fff;
}

@media(max-width:991px){

    .focus-section{
        padding:90px 0;
    }

    .focus-content h2{
        font-size:36px;
    }

    .focus-content p{
        font-size:17px;
    }

}

@media(max-width:576px){

    .focus-section{
        padding:70px 0;
    }

    .focus-content{
        text-align:left;
    }

    .focus-content h2{
        font-size:28px;
    }

    .focus-content p{
        font-size:15px;
    }

}
/*=====================================
PAST SPONSORS
=====================================*/

.sponsors-section{
    padding:100px 0;
    background:#f4f3f4;
}

.section-header{
    margin-bottom:50px;
}

.section-tag{
    display:inline-block;
    color:#ff6b00;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-header h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.section-header p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    max-width:850px;
    margin:0;
}

/* Slider */

.sponsorsSwiper{
    padding:10px 0 20px;
}

/* Logo Card */

.sponsor-card{

    height:120px;

    background:#fff;

    border-radius:12px;

    border:1px solid #ececec;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.sponsor-card:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

/* Logos */

.sponsor-card img{

    max-width:75%;

    max-height:60px;

    object-fit:contain;

    filter:grayscale(100%);

    opacity:.65;

    transition:.4s;

}

.sponsor-card:hover img{

    filter:grayscale(0);

    opacity:1;

    transform:scale(1.05);

}

/* Responsive */

@media(max-width:991px){

.section-header h2{
    font-size:34px;
}

.sponsor-card{
    height:100px;
}

}

@media(max-width:576px){

.sponsors-section{
    padding:70px 0;
}

.section-header h2{
    font-size:28px;
}

.section-header p{
    font-size:15px;
}

}
/*=====================================
SPONSORSHIP
=====================================*/

.sponsorship-section{

    padding:110px 0;

    background:#fff;

}

.sponsorship-section .section-tag{

    display:inline-block;

    color:#ff6b00;

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.sponsorship-section h2{

    font-size:46px;

    font-weight:700;

    color:#111;

    margin-bottom:25px;

    line-height:1.2;

}

.sponsorship-section p{

    color:#666;

    font-size:18px;

    line-height:1.9;

    margin:0;

}

.sponsor-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:16px 38px;

    background:#ff6b00;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.sponsor-btn:hover{

    background:#111;

    color:#fff;

    text-decoration:none;

    transform:translateY(-3px);

}

@media(max-width:991px){

    .sponsorship-section{

        padding:80px 0;

    }

    .sponsorship-section h2{

        font-size:34px;

    }

    .sponsorship-section p{

        font-size:16px;

    }

}

@media(max-width:576px){

    .sponsorship-section{

        padding:70px 0;

    }

    .sponsorship-section h2{

        font-size:28px;

    }

    .sponsorship-section p{

        font-size:15px;

    }

    .sponsor-btn{

        width:100%;

        justify-content:center;

        margin-top:25px;

    }

}
/*=====================================
CONTACT
=====================================*/

.contact-section{
    padding:100px 0;
    background:#fff;
}

.contact-box{
    margin-top:35px;
}

.contact-item{
    display:flex;
    margin-bottom:25px;
}

.contact-item i{
    width:55px;
    height:55px;
    line-height:55px;
    text-align:center;
    background:#ff6b00;
    color:#fff;
    border-radius:50%;
    margin-right:18px;
    font-size:20px;
}

.contact-item h5{
    margin-bottom:5px;
    font-weight:600;
}

.contact-item a{
    color:#666;
    text-decoration:none;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.contact-form .form-control{
    height:52px;
    border-radius:8px;
    border:1px solid #ddd;
    box-shadow:none;
}

.contact-form textarea.form-control{
    height:auto;
}

.contact-btn{
    background:#ff6b00;
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.contact-btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:991px){

.contact-form{
    margin-top:40px;
}

}

@media(max-width:576px){

.contact-section{
    padding:70px 0;
}

.contact-form{
    padding:25px;
}

.contact-btn{
    width:100%;
}

}

/*=====================================
MEDIA GALLERY
=====================================*/
/*=====================================
MEDIA GALLERY
=====================================*/

.gallery-section{
    padding:100px 0;
    background:#f4f3f4;
}

.gallery-heading{
    max-width:850px;
    margin-bottom:60px;
}

.gallery-heading .section-tag{
    display:inline-block;
    color:#ff6b00;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.gallery-heading h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
    line-height:1.2;
}

.gallery-heading p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin:0;
}

.gallery-item{
    overflow:hidden;
    border-radius:12px;
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s ease;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 38px;
    background:#ff6b00;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.gallery-btn:hover{
    background:#111;
    color:#fff;
    text-decoration:none;
    transform:translateY(-3px);
}

@media(max-width:991px){

.gallery-section{
    padding:80px 0;
}

.gallery-heading h2{
    font-size:34px;
}

.gallery-item img{
    height:240px;
}

}

@media(max-width:576px){

.gallery-section{
    padding:60px 0;
}

.gallery-heading{
    margin-bottom:40px;
}

.gallery-heading h2{
    font-size:28px;
}

.gallery-heading p{
    font-size:15px;
}

.gallery-item img{
    height:220px;
}

.gallery-btn{
    width:100%;
    justify-content:center;
}

}
/*=====================================
FOOTER
=====================================*/

.footer-section{

    background:#1f1f1f;

    color:#fff;

    padding:70px 0 0;

}

.footer-top{

    padding-bottom:50px;

}

.footer-logo{

    max-width:260px;

    margin-bottom:30px;

}

.footer-about{

    color:#cfcfcf;

    font-size:15px;

    line-height:1.8;

    margin-bottom:25px;

}

.footer-section h4{

    color:#fff;

    font-size:22px;

    font-weight:700;

    margin-bottom:25px;

    text-transform:uppercase;

}

/*=====================================
Links
=====================================*/

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:14px;

}

.footer-links a{

    color:#d6d6d6;

    text-decoration:none;

    transition:.3s;

    font-size:15px;

}

.footer-links a:hover{

    color:#ff6b00;

    padding-left:6px;

}

/*=====================================
Conference List (2 Columns)
=====================================*/

.conference-list{

    list-style:none;

    padding:0;

    margin:0;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px 35px;

}

.conference-list li{

    margin:0;

}

.conference-list a{

    color:#d6d6d6;

    text-decoration:none;

    transition:.3s;

    font-size:15px;

}

.conference-list a:hover{

    color:#ff6b00;

}

/*=====================================
Contact
=====================================*/

.footer-contact{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-contact li{

    color:#d6d6d6;

    margin-bottom:18px;

    line-height:1.8;

}

.footer-contact i{

    width:22px;

    color:#ff6b00;

    margin-right:8px;

}

.footer-contact a{

    color:#d6d6d6;

    text-decoration:none;

    transition:.3s;

}

.footer-contact a:hover{

    color:#ff6b00;

}

/*=====================================
Social Icons
=====================================*/

.footer-social{

    display:flex;

    gap:12px;

    margin-top:20px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#2c2c2c;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    transition:.3s;

}

.footer-social a:hover{

    background:#ff6b00;

    color:#fff;

    transform:translateY(-3px);

}

/*=====================================
Bottom Footer
=====================================*/

.footer-bottom{

    margin-top:35px;

    border-top:1px solid rgba(255,255,255,.08);

    padding:22px 0;

}

.footer-copy{

    color:#cfcfcf;

    font-size:14px;

    margin:0;

}

.footer-policy{

    display:flex;

    justify-content:flex-end;

    flex-wrap:wrap;

    gap:15px;

}

.footer-policy a{

    color:#cfcfcf;

    text-decoration:none;

    font-size:14px;

    transition:.3s;

}

.footer-policy a:hover{

    color:#ff6b00;

}

/*=====================================
Responsive
=====================================*/

@media(max-width:991px){

.footer-section{

    text-align:center;

}

.footer-logo{

    margin:0 auto 25px;

    display:block;

}

.footer-social{

    justify-content:center;

    margin-bottom:35px;

}

.conference-list{

    grid-template-columns:repeat(2,1fr);

    justify-content:center;

}

.footer-policy{

    justify-content:center;

    margin-top:15px;

}

.footer-copy{

    text-align:center;

}

}

@media(max-width:767px){

.footer-section{

    padding-top:60px;

}

.footer-section h4{

    margin-top:25px;

}

.conference-list{

    grid-template-columns:1fr;

    text-align:center;

}

.footer-bottom{

    text-align:center;

}

.footer-policy{

    flex-direction:column;

    gap:10px;

}

.footer-social{

    justify-content:center;

}

}

@media(max-width:576px){

.footer-logo{

    max-width:220px;

}

.footer-links a,
.conference-list a,
.footer-contact,
.footer-policy a{

    font-size:14px;

}

.footer-social a{

    width:38px;

    height:38px;

}

}
.footer-managed{

    display:inline-block;

    color:#ff6b00;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

    position:relative;

}

.footer-managed::after{

    content:"";

    display:block;

    width:70px;

    height:3px;

    background:#ff6b00;

    margin-top:8px;

}

.footer-logo{

    max-width:260px;

    display:block;

    margin-bottom:25px;

}

.know-more-btn {
    display: inline-block;
    padding: 12px 30px;
    background: orange;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

.know-more-btn:hover {
    background: #e69500;
    color: #fff;
}