
   body{
    font-family:'Poppins',sans-serif;
    /* background:#f4f8fd; */

    
}

/*==========================
    GLOBAL FONT SIZE
===========================*/

body{
    font-family:'Poppins',sans-serif;
    font-size:16px;
    line-height:1.7;
}

/* Main Section Heading */


/* NAVBAR */

.aicog-navbar{

    margin:18px auto;
    width:96%;

    border-radius:22px;

    background:linear-gradient(
    135deg,
    #003f88,
    #0056d2,
    #0099b8
    );

    backdrop-filter:blur(15px);

    box-shadow:
    0 15px 40px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.35);

    border:1px solid rgba(255,255,255,.25);

    transition:.4s;
}

.aicog-navbar .container{

    padding:0px 18px;

}

.navbar-brand{

    display:flex;
    align-items:center;
    gap:14px;

    color:white;

    text-decoration:none;
}

.navbar-brand img{

    width:58px;
    height:58px;

    border-radius:50%;

    background:white;
    padding:6px;

    box-shadow:0 10px 20px rgba(0,0,0,.25);

}

.logo-text{

    display:flex;
    flex-direction:column;

}

.logo-text .title{

    color:white;

    font-weight:700;

    font-size:23px;

}

.logo-text .subtitle{

    color:#dbefff;

    font-size:13px;

}

/* LINKS */

.nav-link{

    color:white !important;

    font-weight:500;

    font-size: 13px;

    margin:0 8px;

    padding:12px 12px !important;

    border-radius:40px;

    transition:.35s;

    position:relative;

}

.nav-link:hover{

    background:rgba(255,255,255,.18);

    transform:translateY(-3px);

    box-shadow:0 8px 18px rgba(0,0,0,.18);

}

.nav-link.active{

    background:white;

    color:#0056d2 !important;

}

/* REGISTER BUTTON */

.register-btn{

    background:linear-gradient(
    135deg,
    #FFD166,
    #f7b801
    );

    color:#003f88;

    padding:8px 28px;

    border-radius:40px;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

    display:inline-block;

    box-shadow:
    0 12px 25px rgba(255,209,102,.45);

}

.register-btn:hover{

    transform:
    translateY(-4px)
    scale(1.04);

    color:#003f88;

    box-shadow:
    0 18px 35px rgba(255,209,102,.6);

}

/* HAMBURGER */

.navbar-toggler{

    border:none;

    outline:none;

    box-shadow:none;

}

.navbar-toggler span{

    display:block;

    width:28px;

    height:3px;

    margin:6px;

    border-radius:20px;

    background:white;

}

/* MOBILE */

@media(max-width:991px){

.aicog-navbar{

margin:10px;

border-radius:20px;

}

.navbar-collapse{

margin-top:18px;

padding:20px;

border-radius:18px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(20px);

}

.nav-link{

margin:6px 0;

}

.register-btn{

width:100%;

margin-top:18px;

text-align:center;

}

}








/* logos */

/*=================================
 Conference Header
==================================*/

.conference-top-header{
    padding:60px 0 40px;
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#f8fbff,#eef6ff);
}

.conference-top-header::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("https://www.transparenttextures.com/patterns/hexellence.png");
    opacity:.08;
    pointer-events:none;
}

.conference-top-header .container{
    position:relative;
    z-index:2;
}

/*=====================
 Logos
======================*/

.top-logo1,
.top-logo2{
    width:100%;
    max-width:140px;
    height:auto;
    transition:.4s ease;
}

.top-logo1:hover,
.top-logo2:hover{
    transform:translateY(-8px) scale(1.05);
}

/*=====================
 Center Logo
======================*/

.navbar-brand{
    display:inline-block;
    margin-bottom:1px;
}

.navbar-brand img{
    max-width:320px;
    width:100%;
    height:auto;
}

/*=====================
 Heading
======================*/

.conference-heading{
    margin-bottom:1px;
    font-weight:800;
    color:#0b4da2;
}

/*=====================
 Subtitle
======================*/

.conference-subtitle{

    font-size:20px;
    font-weight:600;
    line-height:1.8;
    color:#1b1b1b;
    margin:0;
}

.conference-subtitle sup{
    font-size:12px;
    color:#ff6b00;
    font-weight:700;
}

/*=====================
 Responsive
======================*/

@media(max-width:991px){

.conference-top-header{
    padding:45px 0 30px;
}

.top-logo1,
.top-logo2{
    max-width:110px;
    margin:auto;
}

.navbar-brand img{
    max-width:260px;
}

.conference-subtitle{
    font-size:18px;
    line-height:1.6;
}

}

@media(max-width:767px){

.conference-top-header{
    text-align:center;
    padding:35px 15px;
}

.top-logo1,
.top-logo2{
    max-width:90px;
    margin-bottom:15px;
}

.navbar-brand img{
    max-width:220px;
}

.conference-subtitle{
    font-size:16px;
    line-height:1.6;
}

}

@media(max-width:480px){

.top-logo1,
.top-logo2{
    max-width:75px;
}

.navbar-brand img{
    max-width:180px;
}

.conference-subtitle{
    font-size:14px;
}

}


/* slider */

/*==================================================
            AICOG 2028 HERO SLIDER
==================================================*/

.hero-section{
    position:relative;
    width:100%;
    padding:10px 0 40px;
    overflow:hidden;
    /* background:#eef5ff; */
}

/*==============================
 Main Slider
==============================*/

.heroSwiper{
    width:95%;
    height:600px;
    border-radius:35px;
    overflow:hidden;

    box-shadow:
        0 40px 80px rgba(0,0,0,.25),
        inset 0 1px 0 rgba(255,255,255,.4);

    transform-style:preserve-3d;
}

/*==============================
 Slides
==============================*/

.heroSwiper .swiper-slide{
    position:relative;
    overflow:hidden;
}

.heroSwiper .swiper-slide img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:8s ease;
}

.heroSwiper .swiper-slide-active img{

    transform:scale(1.15);

}

/*==============================
 Overlay
==============================*/

.hero-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(0,35,90,.88),
        rgba(0,70,150,.45),
        rgba(0,0,0,.18)
    );

}

/*==============================
 Hero Content
==============================*/

.hero-content-wrapper{

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    display:flex;

    align-items:center;

    justify-content:flex-start;

    padding-left:8%;

    z-index:20;

}

.hero-content{

    max-width:700px;

    color:#fff;

    animation:fadeUp 1s;

}

.tag{

    display:inline-block;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(20px);

    padding:10px 22px;

    border-radius:40px;

    margin-bottom:20px;

    color:#FFD166;

    border:1px solid rgba(255,255,255,.25);

    letter-spacing:1px;

}

.hero-content h1{

    font-size:72px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:18px;

    text-shadow:
        0 12px 30px rgba(0,0,0,.35);

}

.hero-content h3{

    font-size:20px;

    font-weight:600;

    margin-bottom:25px;

}

.hero-content p{

    font-size:16px;

    line-height:1.9;

    max-width:620px;

    margin-bottom:40px;

}

/*==============================
 Buttons
==============================*/

.hero-buttons{

    display:flex;
    gap:20px;
    flex-wrap:wrap;

}

.btn-gold{

    text-decoration:none;

    color:#003f88;

    background:
    linear-gradient(
        135deg,
        #FFD166,
        #F7B801
    );

    padding:16px 40px;

    border-radius:50px;

    font-weight:700;

    transition:.4s;

    box-shadow:
        0 15px 35px rgba(255,209,102,.45);

}

.btn-gold:hover{

    transform:
        translateY(-5px)
        scale(1.05);

    color:#003f88;

}

.btn-glass{

    text-decoration:none;

    color:#fff;

    padding:16px 40px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,.3);

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(15px);

    transition:.4s;

}

.btn-glass:hover{

    background:#fff;

    color:#003f88;

}

/*==============================
 Navigation Buttons
==============================*/

.swiper-button-next,
.swiper-button-prev{

    width:60px;
    height:60px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.3);

    color:#fff;

    transition:.4s;

}

.swiper-button-next:hover,
.swiper-button-prev:hover{

    background:#FFD166;

    color:#003f88;

    transform:scale(1.1);

}

.swiper-button-next:after,
.swiper-button-prev:after{

    font-size:22px;

    font-weight:bold;

}

/*==============================
 Thumbnail Slider
==============================*/
/* Floating Thumbnail Slider */

/* Floating Thumbnail Slider */

.thumbSwiper{

    position:absolute;

    left:50%;

    bottom:25px;

    transform:translateX(-50%);

    width:20%;           /* Smaller overall width */

    z-index:100;

    padding:8px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(20px);

    border-radius:50px;

    border:1px solid rgba(255,255,255,.25);

    box-shadow:0 15px 30px rgba(0,0,0,.20);
    
  

   

}




.thumbSwiper .swiper-slide{

    width:70px !important;   /* Smaller thumbnail width */

    height:70px;             /* Smaller thumbnail height */

    border-radius:50%;

    overflow:hidden;

    cursor:pointer;

    opacity:.55;

    transition:.35s;

}

.thumbSwiper img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:50%;

}

.thumbSwiper .swiper-slide-thumb-active{

    opacity:1;

    transform:scale(1.12);

    border:3px solid #FFD166;

    box-shadow:0 10px 25px rgba(255,209,102,.45);

}

.thumbSwiper .swiper-slide:hover{

    transform:scale(1.08);

}

/*==============================
 Glass Reflection
==============================*/

.heroSwiper::before{

    content:"";

    position:absolute;

    width:320px;
    height:100%;

    top:0;
    left:-220px;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.22),
        transparent
    );

    transform:skewX(-25deg);

    animation:shine 8s infinite;

    z-index:20;

}

@keyframes shine{

    100%{

        left:130%;

    }

}

/*==============================
 Text Animation
==============================*/

@keyframes fadeUp{

    from{

        opacity:0;

        transform:
            translateY(60px);

    }

    to{

        opacity:1;

        transform:
            translateY(0);

    }

}

/*==============================
 Responsive
==============================*/

@media(max-width:1200px){

.heroSwiper{

height:620px;

}

.hero-content h1{

font-size:56px;

}

}

@media(max-width:992px){

.heroSwiper{

height:520px;

}

.hero-content{

left:6%;
max-width:90%;

}

.hero-content h1{

font-size:42px;

}

.hero-content h3{

font-size:24px;

}

.hero-content p{

font-size:16px;

}

.thumbSwiper .swiper-slide{

height:80px;

}

}

@media(max-width:768px){

.hero-section{

padding-top:90px;

}

.heroSwiper{

height:420px;

border-radius:20px;

}

.hero-content{

left:5%;
right:5%;

}

.hero-content h1{

font-size:32px;

}

.hero-content h3{

font-size:20px;

}

.hero-content p{

font-size:15px;

line-height:1.6;

}

.hero-buttons{

flex-direction:column;

}

.btn-gold,
.btn-glass{

width:220px;

text-align:center;

}

.thumbSwiper{

width:95%;

}

.thumbSwiper .swiper-slide{

height:65px;


}

.swiper-button-next,
.swiper-button-prev{

display:none;

}

}

@media(max-width:768px){

.thumbSwiper{

width:95%;

bottom:15px;

}

.thumbSwiper .swiper-slide{

height:60px;

}

}



/*==========================
COUNTDOWN
===========================*/

/* .countdown-section{

    margin-top:60px;
    margin-bottom:80px;

} */
.countdown-card{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(1px);

    border:1px solid rgba(255,255,255,.2);

    border-radius:30px;

    padding:30px;

    box-shadow:0 20px 50px rgba(0,0,0,.25);

}

.countdown-card::before{

    content:"";

    position:absolute;

    width:300px;
    height:300px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-120px;
    right:-100px;

}

.count-tag{

    display:inline-block;

    background:#FFD166;

    color:#003F88;

    padding:8px 18px;

    border-radius:50px;

    font-weight:700;

    margin-bottom:18px;

}

.countdown-card h2{

    font-size:42px;

    font-weight:700;

}

.countdown-card p{

    margin-top:15px;

    color:#dfe8ff;

}

.countdown{

    display:flex;

    justify-content:space-between;

    gap:20px;

}

.countdown{

    display:flex;

    justify-content:center;

    gap:45px;

    flex-wrap:wrap;

}

/* Remove old box style */

.time-box{

    text-align:center;

}

/* Circle */

.circle{

    width:110px;

    height:110px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;

    margin:auto;

    transition:.4s;

}

/* Colored Arc */

.circle::before{

    content:"";

    position:absolute;

    inset:-6px;

    border-radius:50%;

    background:conic-gradient(
        currentColor 0deg 300deg,
        rgba(255,255,255,.15) 300deg 360deg
    );

    -webkit-mask:
        radial-gradient(farthest-side,
        transparent calc(100% - 8px),
        #000 calc(100% - 7px));

            mask:
        radial-gradient(farthest-side,
        transparent calc(100% - 8px),
        #000 calc(100% - 7px));

}

/* Inner Circle */

.circle::after{

    content:"";

    position:absolute;

    inset:10px;

    background:rgba(20,20,35,.85);

    border-radius:50%;

    backdrop-filter:blur(12px);

}

/* Number */

.circle span{

    position:relative;

    z-index:2;

    font-size:32px;

    font-weight:700;

    color:#fff;

}

/* Label */

.time-box h6{

    margin-top:18px;

    color:#fff;

    text-transform:uppercase;

    letter-spacing:3px;

    font-size:15px;

}

/* Individual Colors */

.days-circle{

    color:#18d2ff;

}

.hours-circle{

    color:#ffc93c;

}

.minutes-circle{

    color:#00d8c5;

}

.seconds-circle{

    color:#ff5b8f;

}

/* Hover */

.circle:hover{

    transform:translateY(-10px) scale(1.05);

}

/*=========================================
 Responsive Countdown
=========================================*/

@media (max-width: 991px){

    .countdown{

        gap:25px;

        justify-content:center;

    }

    .circle{

        width:120px;
        height:120px;

    }

    .circle span{

        font-size:42px;

    }

    .time-box h6{

        font-size:14px;
        letter-spacing:2px;

    }

}

@media (max-width: 768px){

    .countdown{

        display:grid;

        grid-template-columns:repeat(2,1fr);

        gap:25px;

        justify-items:center;

    }

    .circle{

        width:110px;
        height:110px;

    }

    .circle::after{

        inset:8px;

    }

    .circle span{

        font-size:38px;

    }

    .time-box h6{

        margin-top:12px;

        font-size:13px;

        letter-spacing:1px;

    }

}

@media (max-width: 480px){

    .countdown{

        grid-template-columns:repeat(2,1fr);

        gap:18px;

    }

    .circle{

        width:85px;
        height:85px;

    }

    .circle::after{

        inset:6px;

    }

    .circle span{

        font-size:28px;

    }

    .time-box h6{

        margin-top:10px;

        font-size:11px;

        letter-spacing:1px;

    }

}

@media (max-width: 360px){

    .circle{

        width:75px;
        height:75px;

    }

    .circle span{

        font-size:24px;

    }

    .time-box h6{

        font-size:10px;

    }

}





/*==================================
 Countdown Section
===================================*/

.countdown-section{

    position:relative;

    padding:50px 0;

    background-image:
    url("https://www.transparenttextures.com/patterns/hexellence.png"),
    /* linear-gradient(135deg,#0B3D91,#1976D2); */
    linear-gradient(135deg,#86b2ff,#003563);

    background-size:auto,cover;

    overflow:hidden;

}

.countdown-section::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,40,110,.45);

}

/* gateway of northeast */
/* ========================= */


/*=========================================
  GUWAHATI SECTION - AICOG 2028 THEME
=========================================*/

.guwahati-section{
    background:linear-gradient(180deg,#f8fbff 0%,#eef8ff 100%);
    /* background: url("https://www.transparenttextures.com/patterns/hexellence.png");   */
    
    padding:80px 0;
}

/* Image Grid */

.image-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.image-grid img{
    width:100%;
    height:210px;
    object-fit:cover;
    border-radius:20px;
    border:4px solid rgba(255,255,255,.9);
    box-shadow:0 15px 35px rgba(0,63,136,.12);
    transition:.45s ease;
}

.image-grid img:hover{
    transform:translateY(-8px) scale(1.03);
    box-shadow:0 20px 45px rgba(0,63,136,.22);
}

/* Heading */

.section-title{
    font-size:42px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
    color:#003f88;
}

.section-title span{
    color:#0099b8;
}

/* Paragraph */

.guwahati-section p{
    font-size:16px;
    line-height:1.9;
    color:#556070;
    text-align:justify;
    margin-bottom:22px;
}

/*=========================
 Organizers
=========================*/

.organizers{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:45px;
    flex-wrap:wrap;
    margin-top:50px;
}

/*=========================
 Profile Card
=========================*/

.profile-card{
    text-align:center;
    background:#fff;
    padding:25px 22px;
    border-radius:24px;
    width:240px;
    position:relative;
    overflow:hidden;

    border:1px solid rgba(0,63,136,.08);

    box-shadow:0 15px 40px rgba(0,63,136,.10);

    transition:.4s;
}

.profile-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,63,136,.18);
}

.profile-card img{
    width:170px;
    height:170px;
    border-radius:50%;
    object-fit:cover;

    border:6px solid #0099b8;

    transition:.45s;
}

.profile-card:hover img{
    transform:scale(1.06);
    border-color:#0056d2;
}

/* Blue Gradient Overlay */

.profile-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(180deg,
    rgba(0,86,210,0),
    rgba(0,153,184,.12));

    opacity:0;

    transition:.4s;

}

.profile-card:hover::before{
    opacity:1;
}

/* Name */

.profile-card h5{

    margin-top:18px;

    font-size:22px;

    font-weight:700;

    color:#003f88;

}

/* Designation */

.profile-card p{

    margin:8px 0 0;

    font-size:15px;

    color:#667085;

    line-height:1.7;

}

/*=========================================
 Tablet
=========================================*/

@media(max-width:991px){

.section-title{
    font-size:34px;
    text-align:center;
}

.guwahati-section p{
    text-align:center;
}

.organizers{
    gap:30px;
}

.profile-card{
    width:220px;
}

.profile-card img{
    width:150px;
    height:150px;
}

.image-grid img{
    height:180px;
}

}

/*=========================================
 Mobile
=========================================*/

@media(max-width:767px){

.guwahati-section{
    padding:55px 0;
}

.image-grid{
    gap:12px;
}

.image-grid img{
    height:130px;
    border-radius:15px;
}

.section-title{
    font-size:28px;
    text-align:center;
}

.guwahati-section p{
    font-size:15px;
    text-align:center;
    line-height:1.8;
}

.organizers{
    flex-direction:column;
    gap:25px;
}

.profile-card{
    width:100%;
    max-width:320px;
    margin:auto;
}

.profile-card img{
    width:135px;
    height:135px;
}

.profile-card h5{
    font-size:20px;
}

.profile-card p{
    font-size:14px;
}

}
/*==========================
Committee Section
===========================*/

.committee-section{

    padding:20px 0;

    background:#f7fbff;

}

.section-heading{

    margin-bottom:20px;

}

.section-tag{

    display:inline-block;

    background:#FFD166;

    color:#003F88;

    padding:8px 20px;

    border-radius:40px;

    font-weight:700;

}

.section-heading h2{

    margin-top:18px;

    font-size:35px;

    font-weight:700;

    color:#0B3D91;

}

.section-heading p{

    color:#666;

    font-size:18px;

}

.committee-card{

    background:white;

    border-radius:25px;

    padding:35px;

    text-align:center;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;

}

.committee-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.committee-img{

    width:140px;

    height:140px;

    margin:auto;

    border-radius:50%;

    overflow:hidden;

    border:6px solid #FFD166;

    margin-bottom:20px;

}

.committee-img img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.committee-card h4{

    font-weight:700;

    margin-bottom:8px;

}

.committee-card span{

    display:inline-block;

    background:#0B3D91;

    color:white;

    padding:6px 18px;

    border-radius:25px;

    font-size:12px;

    margin-bottom:15px;

}

.committee-card p{

    color:#666;

    font-size:15px;

}




/* magnet effect */
.committee-card h4,
.committee-card span,
.committee-card p{

    transition:.4s;

}

.committee-card:hover h4{

    color:#0d6efd;

}

.committee-card:hover span{

    letter-spacing:1px;

}

.committee-card{

    position:relative;

    overflow:hidden;

}

.committee-card .wave{

    position:absolute;

    width:20px;
    height:20px;

    border-radius:50%;

    background:rgba(13,110,253,.25);

    transform:scale(0);

    pointer-events:none;

    animation:ripple .8s linear;

}

@keyframes ripple{

    to{

        transform:scale(20);

        opacity:0;

    }

}

.committee-img{

    overflow:hidden;

    border-radius:50%;

}

.committee-img img{

    transition:.6s ease;

}

.committee-card:hover .committee-img img{

    transform:scale(1.08) rotate(2deg);

}









.committee-card{

    position:relative;

    overflow:hidden;

    background:#fff;

    border-radius:25px;

    padding:35px;

    transition:.45s cubic-bezier(.4,0,.2,1);

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    z-index:1;

}

/* Animated gradient layer */

.committee-card::before{

    content:"";

    position:absolute;

    top:-120%;
    left:-120%;

    width:250%;
    height:250%;

    background:linear-gradient(
        135deg,
        rgba(13,110,253,.15),
        rgba(255,209,102,.25),
        rgba(0,212,255,.15)
    );

    transform:rotate(25deg);

    transition:1s ease;

    z-index:-1;

}

/* Blue glow */

.committee-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:25px;

    border:2px solid transparent;

    transition:.45s;

}

/* Hover */

.committee-card:hover{

    transform:translateY(-12px) scale(1.03);

    box-shadow:
        0 25px 50px rgba(13,110,253,.25);

}

.committee-card:hover::before{

    top:-30%;
    left:-30%;

}

.committee-card:hover::after{

    border-color:#0d6efd;

}



/*=========================================
        ACCOMMODATION SECTION
=========================================*/

.accommodation-section{

    padding:100px 0;

    background:linear-gradient(135deg,#eef6ff,#f9fcff);

    position:relative;

    overflow:hidden;

}

/* Background Glow */

.accommodation-section::before{

    content:"";

    position:absolute;

    width:450px;
    height:450px;

    background:#0d6efd;

    opacity:.08;

    border-radius:50%;

    filter:blur(120px);

    top:-120px;
    left:-120px;

}

.accommodation-section::after{

    content:"";

    position:absolute;

    width:350px;
    height:350px;

    background:#FFD166;

    opacity:.08;

    border-radius:50%;

    filter:blur(120px);

    bottom:-80px;
    right:-80px;

}

/*=========================================
Heading
=========================================*/

.section-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:60px;

    position:relative;

    z-index:2;

}

.section-tag{

    display:inline-block;

    background:#FFD166;

    color:#003f88;

    padding:8px 22px;

    border-radius:40px;

    font-weight:700;

    margin-bottom:18px;

}

.section-header h2{

    font-size:35px;

    font-weight:800;

    color:#003f88;

}

.section-header p{

    font-size:18px;

    color:#666;

    max-width:550px;

}

/*=========================================
Navigation Buttons
=========================================*/

.hotel-nav{

    display:flex;

    gap:18px;

}

.hotel-prev,
.hotel-next{

    width:55px;
    height:55px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    background:#0d6efd;

    color:#fff;

    transition:.4s;

    box-shadow:0 12px 30px rgba(13,110,253,.35);

}

.hotel-prev:hover,
.hotel-next:hover{

    background:#FFD166;

    color:#003f88;

    transform:translateY(-5px);

}

/*=========================================
Swiper
=========================================*/

.hotelSwiper{

    padding-bottom:30px;

}

/*=========================================
Card
=========================================*/

.hotel-card{

    background:rgba(255,255,255,.60);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.35);

    border-radius:28px;

    overflow:hidden;

    transition:.5s;

    transform-style:preserve-3d;

    box-shadow:
        0 15px 40px rgba(0,0,0,.10);

}

.hotel-card:hover{

    transform:
        translateY(-15px)
        rotateX(4deg)
        rotateY(-4deg)
        scale(1.02);

    box-shadow:
        0 30px 60px rgba(13,110,253,.20);

}

/*=========================================
Image
=========================================*/

.hotel-image{

    position:relative;

    height:250px;

    overflow:hidden;

}

.hotel-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s;

}

.hotel-card:hover img{

    transform:scale(1.12);

}

/*=========================================
Rating Badge
=========================================*/

.rating{

    position:absolute;

    top:18px;
    left:18px;

    background:#FFD166;

    color:#003f88;

    padding:8px 18px;

    border-radius:30px;

    font-size:10px;

    font-weight:700;

    box-shadow:0 8px 20px rgba(255,209,102,.35);

}

/*=========================================
Price Badge
=========================================*/

.price{

    position:absolute;

    bottom:18px;
    right:18px;

    background:#0d6efd;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    box-shadow:0 8px 20px rgba(13,110,253,.35);

}

/*=========================================
Content
=========================================*/

.hotel-content{

    padding:20px;

}

.hotel-content h3{

    font-size:22px;

    color:#003f88;

    font-weight:700;

    margin-bottom:20px;

}

/*=========================================
Distance
=========================================*/

.hotel-info{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

    margin-bottom:20px;

}

.hotel-info span{

    background:#eef5ff;

    color:#003f88;

    padding:10px 16px;

    border-radius:30px;

    font-weight:600;

    font-size:14px;

}

.hotel-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

/*=========================================
Button
=========================================*/

.hotel-btn{

    display:inline-block;

    background:linear-gradient(
        135deg,
        #FFD166,
        #f7b801
    );

    color:#003f88;

    padding:14px 30px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.4s;

    box-shadow:0 12px 25px rgba(255,209,102,.30);

}

.hotel-btn:hover{

    transform:translateY(-5px);

    color:#003f88;

    box-shadow:0 20px 35px rgba(255,209,102,.45);

}

/*=========================================
Responsive
=========================================*/

@media(max-width:991px){

.section-header{

flex-direction:column;

align-items:flex-start;

gap:25px;

}

.hotel-nav{

align-self:flex-end;

}

.hotel-image{

height:220px;

}

.hotel-content h3{

font-size:24px;

}

}

@media(max-width:768px){

.accommodation-section{

padding:70px 0;

}

.section-header h2{

font-size:34px;

}

.section-header p{

font-size:16px;

}

.hotel-image{

height:210px;

}

.hotel-content{

padding:22px;

}

.hotel-content h3{

font-size:22px;

}

.hotel-info{

flex-direction:column;

}

.hotel-info span{

width:100%;

text-align:center;

}

.hotel-prev,
.hotel-next{

width:48px;
height:48px;

}

}

@media(max-width:576px){

.section-header{

text-align:center;

}

.hotel-nav{

align-self:center;

}

.section-header h2{

font-size:30px;

}

.hotel-image{

height:190px;

}

.hotel-content{

padding:20px;

}

.hotel-btn{

display:block;

text-align:center;

}

}



.hotel-btn{

    position:relative;

    overflow:hidden;

}

.ripple{

    position:absolute;

    width:20px;

    height:20px;

    background:rgba(255,255,255,.7);

    border-radius:50%;

    transform:translate(-50%,-50%) scale(0);

    animation:ripple .6s linear;

}

@keyframes ripple{

    to{

        transform:translate(-50%,-50%) scale(18);

        opacity:0;

    }

}


/*=========================================
        VENUE SECTION
==========================================*/

.venue-section{

    position:relative;

    padding:110px 0;

    background:#f7fbff;

    overflow:hidden;

}

/* Background Pattern */

.venue-section::before{

    content:"";

    position:absolute;

    inset:0;

    background:url("https://www.transparenttextures.com/patterns/cubes.png");

    opacity:.05;

    pointer-events:none;

}

/*=========================
 Heading
==========================*/

.venue-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:40px;

    background:linear-gradient(135deg,#FFD166,#F7B801);

    color:#003F88;

    font-weight:700;

    margin-bottom:20px;

    box-shadow:0 10px 25px rgba(255,209,102,.35);

}

.venue-title{

    font-size:35px;

    font-weight:800;

    color:#003F88;

    line-height:1.15;

    margin-bottom:20px;

}

.venue-title span{

    color:#0ea5e9;

}

.heading-divider{

    width:90px;

    height:5px;

    border-radius:30px;

    background:linear-gradient(to right,#0056d2,#00b4ff);

    margin:25px 0 40px;

}

/*=========================
 Tabs
==========================*/

.venue-tabs{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

    margin-bottom:35px;

}

.tab-btn{

    border:none;

    outline:none;

    background:#ffffff;

    color:#003F88;

    padding:14px 28px;

    border-radius:50px;

    font-weight:700;

    transition:.35s;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.tab-btn:hover{

    transform:translateY(-4px);

    background:#0ea5e9;

    color:#fff;

}

.tab-btn.active{

    background:linear-gradient(135deg,#0056d2,#00b4ff);

    color:#fff;

}

/*=========================
 Tab Content
==========================*/

.tab-content{

    display:none;

    animation:fadeUp .5s ease;

}

.tab-content.active{

    display:block;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(25px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*=========================
 Glass Card
==========================*/

.glass-card{

    display:flex;

    gap:25px;

    align-items:flex-start;

    padding:35px;

    border-radius:30px;

    background:rgba(255,255,255,.65);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.4);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.4s;

}

.glass-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 60px rgba(0,86,210,.15);

}

.icon-circle{

    min-width:75px;

    width:75px;

    height:75px;

    border-radius:50%;

    background:linear-gradient(135deg,#0056d2,#00b4ff);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:28px;

    box-shadow:0 12px 25px rgba(0,86,210,.35);

}

.glass-card h3{

    font-size:28px;

    font-weight:700;

    color:#003F88;

    margin-bottom:10px;

}

.glass-card h5{

    color:#0ea5e9;

    font-weight:600;

    margin-bottom:15px;

}

.glass-card p{

    color:#666;

    font-size:17px;

    line-height:1.8;

}

/*=========================
 Button
==========================*/

.venue-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:20px;

    padding:15px 32px;

    border-radius:50px;

    text-decoration:none;

    color:#fff;

    background:linear-gradient(135deg,#0056d2,#00b4ff);

    font-weight:700;

    transition:.35s;

    box-shadow:0 15px 30px rgba(0,86,210,.25);

}

.venue-btn:hover{

    color:#fff;

    transform:translateY(-5px);

}

/*=========================
 Circular Map
==========================*/

.venue-map-box{

    position:relative;

    width:520px;

    height:520px;

    margin:auto;

    border-radius:50%;

    overflow:hidden;

    box-shadow:0 35px 70px rgba(0,0,0,.18);

    border:12px solid rgba(255,255,255,.85);

    background:#fff;

}

.venue-map-box iframe{

    width:100%;

    height:100%;

    border:0;

    filter:grayscale(.15);

}

/*=========================
 Animated Rings
==========================*/

.map-ring{

    position:absolute;

    inset:-18px;

    border-radius:50%;

    border:2px solid rgba(0,180,255,.35);

    animation:ring 5s linear infinite;

}

.map-ring.ring2{

    inset:-38px;

    animation-delay:1.5s;

}

.map-ring.ring3{

    inset:-58px;

    animation-delay:3s;

}

@keyframes ring{

    0%{

        transform:scale(.95);

        opacity:1;

    }

    100%{

        transform:scale(1.08);

        opacity:0;

    }

}

/*=========================
 Floating Pin
==========================*/

.map-pin{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:75px;

    height:75px;

    border-radius:50%;

    background:linear-gradient(135deg,#ff4b5c,#ff7a18);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:34px;

    z-index:5;

    animation:bounce 2.5s infinite;

    box-shadow:0 20px 35px rgba(255,90,90,.35);

}

@keyframes bounce{

    0%,100%{

        transform:translate(-50%,-50%);

    }

    50%{

        transform:translate(-50%,-62%);

    }

}

/*=========================
 Responsive
==========================*/

@media(max-width:1199px){

.venue-map-box{

    width:430px;

    height:430px;

}

}

@media(max-width:991px){

.venue-section{

    text-align:center;

    padding:80px 0;

}

.heading-divider{

    margin:25px auto;

}

.venue-tabs{

    justify-content:center;

}

.glass-card{

    flex-direction:column;

    align-items:center;

    text-align:center;

}

.venue-map-box{

    width:380px;

    height:380px;

    margin-top:30px;

}

}

@media(max-width:767px){

.venue-title{

    font-size:38px;

}

.glass-card{

    padding:25px;

}

.venue-map-box{

    width:300px;

    height:300px;

}

.icon-circle{

    width:65px;

    height:65px;

    min-width:65px;

    font-size:2px;

}

.glass-card h3{

    font-size:24px;

}

.glass-card p{

    font-size:15px;

}

.tab-btn{

    width:100%;

}

}


/*===============================
     Ripple Animation
================================*/

.venue-btn{

    position:relative;

    overflow:hidden;

}

.venue-ripple{

    position:absolute;

    width:12px;

    height:12px;

    border-radius:50%;

    background:rgba(255,255,255,.6);

    transform:translate(-50%,-50%);

    animation:venueRipple .7s linear;

}

@keyframes venueRipple{

    from{

        width:10px;
        height:10px;
        opacity:.8;

    }

    to{

        width:350px;
        height:350px;
        opacity:0;

    }

}




/*=========================================
        PREMIUM FOOTER
=========================================*/

.footer{

    position:relative;

    overflow:hidden;

    color:#fff;

    padding-top:140px;

    background:linear-gradient(
        -45deg,
        #001f54,
        #003f88,
        #0056d2,
        #0096c7,
        #003f88
    );

    background-size:400% 400%;

    animation:footerGradient 15s ease infinite;

}

/* Animated Gradient */

@keyframes footerGradient{

    0%{

        background-position:0% 50%;

    }

    50%{

        background-position:100% 50%;

    }

    100%{

        background-position:0% 50%;

    }

}

/* Animated Glow */

.footer::before{

    content:"";

    position:absolute;

    width:600px;
    height:600px;

    top:-250px;
    left:-200px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    filter:blur(120px);

    animation:glowMove 12s linear infinite;

}

.footer::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    bottom:-220px;
    right:-150px;

    background:rgba(255,209,102,.10);

    border-radius:50%;

    filter:blur(120px);

    animation:glowMove2 15s linear infinite;

}

@keyframes glowMove{

    0%{

        transform:translateX(0);

    }

    50%{

        transform:translateX(120px);

    }

    100%{

        transform:translateX(0);

    }

}

@keyframes glowMove2{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-120px);

    }

    100%{

        transform:translateY(0);

    }

}

/* Wave */

.footer-wave{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    overflow:hidden;

    line-height:0;

}

.footer-wave svg{

    width:100%;

    height:120px;

    display:block;

}

/* Content */

.footer .container{

    position:relative;

    z-index:2;

}

/* Logo */

.footer-logo img{

    width:85px;

    background:#fff;

    padding:10px;

    border-radius:50%;

    margin-bottom:20px;

    box-shadow:0 15px 30px rgba(0,0,0,.25);

}

.footer-logo h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:15px;

}

.footer-logo p{

    color:#d8e8ff;

    line-height:1.8;

}

/* Headings */

.footer h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:25px;

    color:#FFD166;

}

/* Links */

.footer ul{

    padding:0;

    margin:0;

    list-style:none;

}

.footer ul li{

    margin-bottom:14px;

}

.footer ul li a{

    color:#dce9ff;

    text-decoration:none;

    transition:.35s;

}

.footer ul li a:hover{

    color:#FFD166;

    padding-left:10px;

}

/* Social Icons */

.social-links{

    display:flex;

    gap:15px;

    margin-top:25px;

}

.social-links a{

    width:50px;

    height:50px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    text-decoration:none;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(12px);

    transition:.4s;

}

.social-links a:hover{

    background:#FFD166;

    color:#003f88;

    transform:translateY(-8px) rotate(360deg);

}

/* Contact */

.footer-contact p{

    margin-bottom:18px;

    color:#dce9ff;

}

.footer-contact i{

    color:#FFD166;

    margin-right:10px;

}

/* Newsletter */

.newsletter{

    display:flex;

    margin-top:25px;

}

.newsletter input{

    flex:1;

    border:none;

    padding:14px 18px;

    border-radius:40px 0 0 40px;

    outline:none;

}

.newsletter button{

    border:none;

    padding:14px 25px;

    border-radius:0 40px 40px 0;

    background:#FFD166;

    color:#003f88;

    font-weight:700;

    transition:.3s;

}

.newsletter button:hover{

    background:#fff;

}

/* Bottom */

.footer hr{

    border-color:rgba(255,255,255,.15);

    margin:50px 0 25px;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    color:#d8e8ff;

    padding-bottom:25px;

}

/* Mobile */

@media(max-width:768px){

.footer{

padding-top:100px;

}

.footer-bottom{

justify-content:center;

text-align:center;

gap:10px;

}

.newsletter{

flex-direction:column;

}

.newsletter input{

border-radius:40px;

margin-bottom:10px;

}

.newsletter button{

border-radius:40px;

}

}





