/*******************************
          ROOT VARIABLES
*******************************/
:root {
  --primary: #6b21a8;
   --primary-light: #a855f7;
   --text-muted:#000!important;
 --muted:#434242!important;
    
    --radius: 14px;
    --radius-lg: 24px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/*******************************
          GLOBAL STYLES
*******************************/
body {
      font-family:'Outfit',sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
       background:
    radial-gradient(circle at top left, rgba(124,58,237,0.14), transparent 25%),
    radial-gradient(circle at bottom right, rgba(107, 72, 236, 0.1), transparent 20%),
    linear-gradient(135deg,#fcfcff,#f7f2ff);
}

h1, h2, h3, h4, h5, h6 {
     font-family:'Outfit',sans-serif;
    font-weight: 700;
    margin: 0 0 1.2rem;
    color: var(--primary);
}

h1 { font-size: clamp(2.4rem, 5.5vw, 3.8rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3rem); }
h3 { font-size: clamp(1.6rem, 3.8vw, 2.2rem); }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.1rem; }

p { margin-bottom: 1.3rem; }


/* =====================================
   HERO + COUNTDOWN (slider-bg section)
===================================== */

.slider-bg {
    position: relative;
    background: url('../images/slider.jpg') center/cover no-repeat fixed;
    color: white;
       padding: 13rem 0 3rem;
    display: flex;
    align-items: center;background-color: #a8a3a3a3;
    background-blend-mode: multiply;
      background-position: top;
    background-attachment: fixed;
}

/* BACKGROUND */
.slider-bg::before{    content:'';
    position:absolute;
    inset:0;
 background: radial-gradient(circle at 20% 20%, rgba(123, 63, 242, .35), transparent 35%), radial-gradient(circle at 85% 70%, rgba(217, 70, 239, .22), transparent 35%), linear-gradient(120deg, rgb(6 4 16 / 33%), rgb(17 10 40 / 26%));}
/* HERO */
.neural-hero{

position:relative;

overflow:hidden;    top: -20px;

}

/*======================*/

.neural-hero .mesh{

position:absolute;
border-radius:50%;
filter:blur(180px);
}

.neural-hero .mesh-1{

width:650px;
height:650px;

background:#9333ea;

left:-250px;
top:-250px;

opacity:.25;
}

.neural-hero .mesh-2{

width:550px;
height:550px;

background:#ff4fd8;

right:-250px;
bottom:-250px;

opacity:.15;
}

/*======================*/

.neural-hero .bg-year{
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 250px;
    font-weight: 900;
    color: rgb(255 255 255 / 7%);
    pointer-events: none;
}

.neural-hero .hero-meta {
display: flex
;
    flex-wrap: wrap;
    margin-top: 35px;
    gap: 15px;
    justify-content: center;
}

.neural-hero .meta-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    border-radius: 22px;
       background: rgb(255 255 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.08);
    border-image: initial;
}

.neural-hero .meta-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 14px;
    background: linear-gradient(135deg, rgb(139, 92, 246), rgb(236, 72, 153));
}
.neural-hero .meta-item small {
    display: block;
   color: var(--primary); font-weight: 600;
}

.neural-hero .meta-item h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
    margin: 0px;
}

/*======================*/

.neural-hero .hero-content{

text-align:center;

max-width:900px;

margin:auto;
}

/*======================*/

.neural-hero .hero-badge{

display:inline-flex;
align-items:center;
gap:10px;

padding:14px 24px;

background:
rgba(255,255,255,.06);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

border-radius:60px;

color:#fff;
}

.neural-hero .hero-badge i{
color:#ff4fd8;
}

.neural-hero .hero-content h1{

font-size:90px;
font-weight:900;

line-height:.9;

margin-top:25px;

color:#fff;
}

.neural-hero .hero-content h1 span{ 

background:
linear-gradient(
135deg,
#ff4fd8,
#9333ea
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.neural-hero .hero-content h2{
font-size: 60px;
    font-weight: 900;
    /* line-height: 1.05; */
    margin-top: 30px;
    color: #fff;
    margin-bottom: 40px;
}

.neural-hero .hero-content p{

max-width:700px;

margin:25px auto;

font-size:18px;

line-height:1.9;

color:#cbd5e1;
}

/*======================*/

.neural-hero .hero-actions{

display:flex;
justify-content:center;
gap:15px;
}

.neural-hero .btn-primary,
.neural-hero .btn-secondary{

padding:18px 34px;

border-radius:60px;

font-weight:700;

text-decoration:none;
}

.neural-hero .btn-primary{

background:
linear-gradient(
135deg,
#9333ea,
#ff4fd8
);

color:#fff;
}

.neural-hero .btn-secondary{

background:
rgba(255,255,255,.05);

border:
1px solid rgba(255,255,255,.08);

color:#fff;
}

/*======================*/
/* NETWORK */
/*======================*/

.neural-hero .network{

position:absolute;

inset:0;

pointer-events:none;
}

.neural-hero .node{

position:absolute;

width:14px;
height:14px;

border-radius:50%;

background:#ff4fd8;

box-shadow:
0 0 25px #ff4fd8;

animation:pulse 4s infinite;
}

.neural-hero .n1{top:18%;left:18%;}
.neural-hero .n2{top:30%;right:20%;}
.neural-hero .n3{top:65%;left:12%;}
.neural-hero .n4{bottom:22%;right:15%;}
.neural-hero .n5{top:15%;left:65%;}
.neural-hero .n6{bottom:15%;left:50%;}

.neural-hero .line{

position:absolute;

height:2px;

background:
linear-gradient(
90deg,
rgba(147,51,234,.3),
rgba(255,79,216,.3)
);
}

.neural-hero .l1{
width:220px;
top:22%;
left:18%;
transform:rotate(15deg);
}

.neural-hero .l2{
width:260px;
top:35%;
right:20%;
transform:rotate(-12deg);
}

.neural-hero .l3{
width:250px;
bottom:28%;
left:12%;
transform:rotate(-18deg);
}

.neural-hero .l4{
width:280px;
bottom:24%;
right:15%;
transform:rotate(16deg);
}

.neural-hero .l5{
width:320px;
left:42%;
top:20%;
transform:rotate(85deg);
}

/*======================*/

.neural-hero .countdown-dock{

margin:40px auto 0;

display:flex;
justify-content:center;
gap:20px;

padding:25px;

width:max-content;

background:
rgba(255,255,255,.06);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(30px);

border-radius:35px;
}

.neural-hero .time-box{

width:120px;
height:120px;

background:#fff;

border-radius:24px;

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}

.neural-hero .time-box h3{

font-size:48px;
font-weight:900;
    margin-bottom: 0px;
color:#6d28d9;
}

.neural-hero .time-box span{

font-size:12px;

font-weight:700;

letter-spacing:3px;

color:#6d28d9;
}

/*======================*/

@keyframes pulse{

0%,100%{
transform:scale(1);
}

50%{
transform:scale(1.4);
}

}

/*======================*/

@media(max-width:991px){

.neural-hero .bg-year{
display:none;
}

.neural-hero .hero-content h1{
font-size:80px;
}

.neural-hero .hero-content h2{
font-size:42px;
}

.neural-hero .countdown-dock{
flex-wrap:wrap;
width:100%;
}

.neural-hero .time-box{
width:90px;
height:90px;
}

}



.about-section .badge , .program-section .badge  , .impact-section .badge {    padding: 15px 30px;
    color: var(--primary);}
/* Registration / Housing Tabs + Form */

.form-content {
     background: rgb(255 255 255);
    backdrop-filter: blur(24px);
    border-radius: 22px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(16px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 2.2rem;
      margin-top: -2rem;
    position: relative;
    z-index: 10;
}

.pro-tabs {
    margin-bottom: 1.8rem;
}

.pro-tab {
    flex: 1;
    border-radius: 10px;
    color: #475569;
    font-weight: 600;    display: flex;
    transition: var(--transition);
}
 p.pro-label   {padding-left: 10px;
    margin-bottom: 0px;
    padding-top: 5px;}
.pro-tab:hover,
.pro-tab.active {
    background: var(--primary)!important;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(191,58,85,0.28);
}

.pro-tab .icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.pro-tab.active .icon {
    background: white;
}

.pro-tab img,
.pro-tab svg {
    width: 22px;
    height: 22px;
    transition: filter 0.3s;
}

.pro-tab.active img{

    filter: brightness(0) saturate(100%) invert(12%) sepia(92%) saturate(7450%) hue-rotate(335deg) brightness(92%) contrast(108%);
}
.pro-tab.active i {    color: #6b21a8;
}

/* Form fields consistency */
.form-control.with-icon,
.form-select.with-icon,
textarea.with-icon {
    padding-left: 3.1rem !important;
    height: 52px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: var(--transition);
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(191,58,85,0.15);
}

.form-control-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    pointer-events: none;
    z-index: 5;
}

/* Buttons */
.btn {
    padding: 0.95rem 2.2rem;
    font-size: 0.98rem;
    font-weight: 700;
    border-radius: 50px;
    background: var(--primary);
    color: white;
    border: none;
    transition: var(--transition);
}

.btn:hover {
    background: white;
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(191,58,85,0.3);
}

/* =====================================
          ABOUT SECTION (abouthomi)
===================================== */


.aaic-about {
    position:relative;
   padding:60px 15px 55px;
    overflow:hidden;
    background:
    radial-gradient(circle at top left, rgba(168,85,247,.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(217,70,239,.06), transparent 30%),
    linear-gradient(135deg,#ffffff,#f7f9ff);
}

.aaic-about::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    right: -250px;
    top: -250px;
    opacity: 0.08;
    background: radial-gradient(
        circle,
        var(--primary),
        transparent 70%
    );
}

/* ===========================
   HEADER
=========================== */

.aaic-about .about-tag {
    display: inline-block;
    padding: 10px 24px;
    background: #fff;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.aaic-about .about-title {
    max-width: 1000px;
    margin: 20px auto 0;
    font-size: 45px;
    font-weight: 800;
    color: var(--dark);
}

.aaic-about .about-title span {
    color: var(--primary);
}

/* ===========================
   HERO SECTION
=========================== */

.aaic-about .showcase {
    position: relative;
    margin-top: 70px;
    min-height: 460px;
}

/* Image */

.aaic-about .showcase-image {
    width: 58%;
    height: 460px;
    overflow: hidden;
    position: relative;
    border-radius: 35px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.10);
}

.aaic-about .showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.aaic-about .showcase-image:hover img {
    transform: scale(1.08);
}

/* ===========================
   FLOATING CONTENT
=========================== */

.aaic-about .showcase-content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 52%;
    padding: 40px;
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

    transform: translateY(-50%);
}

.aaic-about .showcase-content::before {
    content: 'AAIC';
    position: absolute;
    top: 0;
    right: 20px;

    font-size: 90px;
    font-weight: 800;
    color: #f1edff;
}

.aaic-about .showcase-content h3 {
    position: relative;
    z-index: 2;

    margin-bottom: 20px;

    font-size: 2rem;
    font-weight: 700;
    color: var(--dark);
}

.aaic-about .showcase-content p {
    position: relative;
    z-index: 2;

    margin: 0;

    font-size: 16px;
    line-height: 1.9;
    color: #666;
}

/* Floating Animation */

@keyframes floatCard {
    50% {
        transform: translateY(calc(-50% - 10px));
    }
}

/* ===========================
   INFO GRID
=========================== */

.aaic-about .info-grid {
    margin-top: 35px;
}

/* Cards */

.aaic-about .info-card {
    position: relative;
    overflow: hidden;

    height: 100%;
      padding: 22px;

    border: 1px solid #ece8ff;
    border-radius: 24px;
    background: #fff;

    transition: 0.4s ease;
}

.aaic-about .info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(108, 76, 255, 0.08);
}

.aaic-about .info-card::before {
    content: '';
    position: absolute;

    width: 160px;
    height: 160px;

    top: -80px;
    right: -80px;

    border-radius: 50%;
    background: rgba(108, 76, 255, 0.05);
}

.aaic-about .info-card p {
    position: relative;
    z-index: 2;

    margin: 0;

    font-size: 15px;
    line-height: 1.9;
    color: #666;
}

/* ===========================
   HIGHLIGHT CARD
=========================== */

.aaic-about .highlight-card {
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    border: none;

    background: linear-gradient(
        135deg,
        var(--primary),
        var(--primary)
    );
}

.aaic-about .highlight-card h4 {
    margin: 0;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;

    color: #fff;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 991px) {

 .aaic-about   .showcase {
        min-height: auto;
    }

 .aaic-about   .showcase-image {
        width: 100%;
        height: 300px;
    }

  .aaic-about  .showcase-content {
        position: relative;
        top: auto;
        right: auto;

        width: 100%;
             margin-top: -10px;

        transform: none;
    }

  .aaic-about  .showcase-content::before {
        font-size: 60px;
    }

}


/* =====================================
          SCHEDULE SECTION
===================================== */

/* DAY HEADER */


.schedule-section{
    padding:50px 15px;
    position:relative;
    overflow:hidden;
}

 .schedule-section::before{
    content:'AAIC 2026';
    position:absolute;
    top:20px;
    left:50%;
    transform:translateX(-50%);
    font-size:130px;
    font-weight:900;
    color:rgba(122,44,229,0.03);
    white-space:nowrap;
}

.schedule-section:before{
content:'';
position:absolute;
width:600px;
height:600px;
right:-250px;
top:-250px;
background:
radial-gradient(circle,
rgba(123,77,255,.15),
transparent 70%);
}

.schedule-section .badge-custom{
display:inline-block;
padding:12px 25px;
background:#fff;
border-radius:100px;
font-size:13px;
font-weight:600;
color:var(--primary);
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.schedule-section .main-title{
font-size:45px;
font-weight:800;
color:var(--dark);
margin-top:20px;
}

.schedule-section .main-title span{
color:var(--primary);
}

.schedule-section .subtitle{
color:#777;
font-size:18px;
margin-top:10px;
}

/* GRID */

.schedule-section .metro-grid{
margin-top:70px;

display:grid;

    grid-template-columns: 1.1fr .8fr 1.1fr;

grid-template-rows:
1fr 1fr;

gap:25px;
}

/* CARD */

.schedule-section .day-card{
background:#fff;
border-radius:30px;
padding:28px;
box-shadow:
0 20px 50px rgba(0,0,0,.05);

transition:.4s;
position:relative;
overflow:hidden;
}

.schedule-section .day-card:hover{
transform:
translateY(-10px);
}

.schedule-section .day-card:before{
content:'';
position:absolute;
width:220px;
height:220px;
right:-100px;
top:-100px;
border-radius:50%;
background:
rgba(123,77,255,.05);
}

.schedule-section .day-number{
position:absolute;
right:20px;
top:10px;
font-size:80px;
font-weight:800;
color:#f2ecff;
}

.schedule-section .day-header{
display:flex;
align-items:center;
gap:15px;
margin-bottom:20px;
}

.schedule-section .icon-box{
width:65px;
height:65px;
border-radius:20px;

background:
linear-gradient(
135deg,
var(--primary),
var(--primary)
);

display:flex;
align-items:center;
justify-content:center;

font-size:24px;
color:#fff;
font-weight:700;
}

.schedule-section .day-title{
font-size:34px;
font-weight:700;
color:var(--dark);
margin:0;
}

.schedule-section .day-date{
font-size:14px;
color:#888;
}
.schedule-section 
.event-item{
padding:12px 0;
border-bottom:1px solid #eee;
display:flex;
gap:15px;
}

.schedule-section .event-item:last-child{
border-bottom:none;
}

.schedule-section .time{
min-width:95px;
font-weight:700;
color:var(--primary);
font-size:14px;
}

.schedule-section .event-text{
font-size:15px;
color:#444;
}

/* CENTER FEATURED CARD */

.schedule-section .center-card{
position:relative;
display:flex;
align-items:center;
justify-content:center;

overflow:hidden;

}

/* background decoration */

.schedule-section .center-card::before{
content:"";

position:absolute;

width:300px;
height:300px;

border-radius:50%;

background:
radial-gradient(
circle,
rgba(168,85,247,.12),
transparent 70%
);

animation:glowPulse 5s infinite;
}

@keyframes glowPulse{

50%{
transform:scale(1.15);
opacity:.5;
}

}

/* ==========================
SCHEDULE HUB
========================== */

.schedule-section .schedule-hub{
position:relative;
z-index:10;
width:100%;
max-width:280px;
}

/* center timeline */

.schedule-section .hub-line{
position:absolute;

left:50%;
top:30px;
bottom:30px;

width:4px;

transform:translateX(-50%);

background:
linear-gradient(
180deg,
#6b21a8,
#a855f7
);

border-radius:20px;
}

/* steps */

.schedule-section .hub-step{
position:relative;

display:flex;
align-items:center;
gap:15px;

margin:35px 0;

background:white;

padding:12px 15px;

border-radius:18px;

box-shadow:
0 10px 30px rgba(0,0,0,.05);

transition:.4s;
}

.schedule-section .hub-step:hover{
transform:translateX(8px);
}

.schedule-section .hub-step:nth-child(even){
margin-left:45px;
}

 .schedule-section .hub-step:nth-child(odd){
margin-right:45px;
}

/* icon */

.schedule-section .hub-step i{

width:48px;
height:48px;

border-radius:14px;

display:flex;
align-items:center;
justify-content:center;

background:
linear-gradient(
135deg,
#6b21a8,
#a855f7
);

color:white;
font-size:18px;
}

/* text */

.schedule-section .hub-step span{
font-size:14px;
font-weight:700;
color:#1f1739;
}

/* active animation */

.schedule-section .hub-step.active i{
animation:pulse 2s infinite;
}

@keyframes pulse{

50%{
transform:scale(1.15);
box-shadow:
0 0 25px rgba(168,85,247,.45);
}

}

/* mobile */

@media(max-width:768px){

.center-card{
min-height:350px;
}

.schedule-section .schedule-hub{
max-width:220px;
}

.schedule-section .hub-step{
margin:20px 0;
padding:10px;
}

.schedule-section .hub-step:nth-child(even),
.schedule-section .hub-step:nth-child(odd){
margin-left:20px;
margin-right:20px;
}

}

.schedule-section .p1{
top:70px;
left:50%;
transform:translateX(-50%);
}

.schedule-section .p2{
right:60px;
top:50%;
transform:translateY(-50%);
}

.schedule-section .p3{
bottom:70px;
left:50%;
transform:translateX(-50%);
}

.schedule-section .p4{
left:60px;
top:50%;
transform:translateY(-50%);
}

/* PARTICLES */

.schedule-section .center-card::before{
content:'';

position:absolute;

width:600px;
height:600px;

border-radius:50%;

background:
radial-gradient(
circle,
rgba(255,255,255,.10),
transparent 70%
);

animation:pulseGlow 6s infinite;
}

.schedule-section .center-card::after{
content:'';

position:absolute;

inset:0;

background:
radial-gradient(
circle at 20% 20%,
rgba(255,255,255,.15),
transparent 20%
),
radial-gradient(
circle at 80% 30%,
rgba(255,255,255,.12),
transparent 15%
),
radial-gradient(
circle at 70% 80%,
rgba(255,255,255,.12),
transparent 18%
);
}

/* ANIMATIONS */

@keyframes spin{

from{
transform:rotate(0deg);
}

to{
transform:rotate(360deg);
}

}

@keyframes spinReverse{

from{
transform:rotate(360deg);
}

to{
transform:rotate(0deg);
}

}

@keyframes pulseCore{

50%{
transform:scale(1.08);
}

}

@keyframes pulseGlow{

50%{
transform:scale(1.15);
opacity:.5;
}

}

.schedule-section .center-card h3{
font-size:3rem;
font-weight:800;
line-height:1.1;
position:relative;
z-index:2;
}

.schedule-section .center-card p{
font-size:18px;
line-height:1.8;
position:relative;
z-index:2;
max-width:350px;
}

.metro-grid{
display:grid;

grid-template-columns:
1fr
380px
1fr;

grid-template-areas:
"day1 center day2"
"day3 center day4";

gap:30px;

align-items:stretch;
}

/* positions */

.metro-grid .day-card:nth-child(1){
grid-area:day1;
}

.center-card{
grid-area:center;
}

.metro-grid .day-card:nth-child(3){
grid-area:day2;
}

.metro-grid .day-card:nth-child(4){
grid-area:day3;
}

.metro-grid .day-card:nth-child(5){
grid-area:day4;
}

/* MOBILE */

@media(max-width:1200px){

.schedule-section .metro-grid{
grid-template-columns:1fr 1fr;
}

.schedule-section .center-card{
grid-column:auto;
grid-row:auto;
min-height:350px;
}

}

@media(max-width:768px){

.schedule-section .metro-grid{
grid-template-columns:1fr;
}

.schedule-section .day-title{
font-size:28px;
}

.schedule-section .center-card h3{
font-size:2.2rem;
}

}
/* =====================================
          SERVICES / ATTENDEE ASSISTANCE
===================================== */

.services {
    padding: 60px 20px 60px;
        background: linear-gradient(135deg, #f8fafc 0%, #f3e8ff 100%);
            position: relative;
            overflow: hidden;
}

     .services::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(107,33,168,0.08) 0%, transparent 70%);
            border-radius: 50%;
            z-index: 0;
        }

       .services  .section-title {
            font-family:'Outfit',sans-serif;
              font-size: 40px;    color: #6b21a8;
            font-weight: 700;
            text-align: center;
            margin-bottom: 24px;
        }

      .services   .subtitle {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 50px;
            font-size: 1.25rem;
            color: #475569;
            line-height: 1.8;
        }

     .services    .service-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            border: 1px solid rgba(107, 33, 168, 0.1);
        }

      .services   .service-card:hover {
            transform: translateY(-25px) scale(1.03);
            box-shadow: 0 40px 90px rgba(107, 33, 168, 0.25);
        }

      .services   .card-image-wrapper {
            position: relative;
            height: 280px;
            overflow: hidden;
        }

      .services   .card-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
        }

     .services    .service-card:hover .card-image {
            transform: scale(1.12);
        }

      .services   .card-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 68px;
            height: 68px;
            background: linear-gradient(135deg, var(--primary), #6b21a8);
            color: white;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            box-shadow: 0 10px 30px rgba(107, 33, 168, 0.4);
        }

     .services    .card-body {
            padding: 30px;
        }

      .services   .card-title {
           font-size: 22px;
            font-weight: 700;
            margin-bottom: 18px;
            color: #1e2937;
        }

/* =====================================
          ACCOMMODATION / HOTELS
===================================== */

.luxury-stay {
     padding: 40px 15px 40px;
    position:relative;
    overflow:hidden;
}

/*=====================*/

/* GLOWS */

.luxury-stay .orb{
position:absolute;
border-radius:50%;
filter:blur(100px);
z-index:-1;
}

.luxury-stay .orb1{
width:350px;
height:350px;
background:rgba(168,85,247,.18);
top:-100px;
left:-150px;
animation:float 8s infinite ease-in-out;
}

.luxury-stay .orb2{
width:450px;
height:450px;
background:rgba(107,33,168,.10);
right:-150px;
bottom:-150px;
animation:float 10s infinite ease-in-out;
}

@keyframes float{
50%{
transform:translateY(40px);
}
}

/* HEADER */

.luxury-stay .heading{
text-align:center;
margin-bottom:60px;
}

.luxury-stay .tag{
display:inline-flex;
align-items:center;
gap:10px;
padding:12px 24px;
background:#fff;
border-radius:100px;
font-size:13px;
font-weight:700;
color:var(--primary);
box-shadow:0 10px 30px rgba(0,0,0,.06);
margin-bottom:20px;
}

.luxury-stay .heading h2{
font-size:45px;
font-weight:900;
line-height:1.1;
color:var(--dark);
margin-bottom:20px;
}

.luxury-stay .heading h2 span{
background:linear-gradient(
135deg,
var(--primary),
var(--primary-light)
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.luxury-stay 
.heading p{
max-width:780px;
margin:auto;
line-height:1.9;
color:#667085;
}

/* MAIN GRID */
.luxury-stay 
.stay-grid{
display:grid;
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
}

/* VISUAL SIDE */

.luxury-stay .visual{
position:relative;
height:650px;
}

.luxury-stay .watermark{
position:absolute;
left:-30px;
top:0;

font-size:120px;
font-weight:900;
line-height:1;

color:#f1ebff;
z-index:0;
}

.luxury-stay .image-wrap{
position:absolute;
width:90%;
height:520px;
bottom:0;
left:0;

border-radius:40px;
overflow:hidden;

transform:rotate(-4deg);

box-shadow:
0 40px 100px rgba(0,0,0,.15);

transition:.5s;
}

.luxury-stay .image-wrap:hover{
transform:
rotate(0deg)
scale(1.03);
}

.luxury-stay .image-wrap img{
width:100%;
height:100%;
object-fit:cover;
}

/* FLOATING CARDS */

.luxury-stay .float-card{
position:absolute;

background:
rgba(255,255,255,.75);

backdrop-filter:blur(20px);

padding:22px 28px;

border-radius:24px;

box-shadow:
0 25px 60px rgba(0,0,0,.08);

z-index:2;
}

.luxury-stay .float-card h4{
font-size:42px;
font-weight:800;
color:var(--dark);
line-height:1;
}

.luxury-stay .float-card p{
margin-top:6px;
color:#667085;
}

.luxury-stay .card1{
top:80px;
right:20px;
}

.luxury-stay .card2{
bottom:80px;
right:-10px;
}

/* CONTENT */

.luxury-stay .content{
background:white;
padding:50px;
border-radius:40px;

box-shadow:
0 25px 80px rgba(0,0,0,.05);
}

.luxury-stay .mini-title{
font-size:13px;
font-weight:700;
letter-spacing:2px;
color:var(--primary);
margin-bottom:15px;
}

.luxury-stay .content h3{
font-size:45px;
font-weight:900;
line-height:1.1;
color:var(--dark);
margin-bottom:20px;
}

.luxury-stay .content p{
font-size:17px;
line-height:1.9;
color:#667085;
margin-bottom:30px;
}

/* BENEFITS */

.luxury-stay .benefits{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:35px;
}

.luxury-stay .benefit{
background:#faf7ff;
padding:18px;
border-radius:18px;
display:flex;
align-items:center;
gap:15px;
font-weight:600;
color:var(--dark);
}

.luxury-stay .benefit i{
width:45px;
height:45px;
border-radius:12px;
background:linear-gradient(
135deg,
var(--primary),
var(--primary-light)
);
display:flex;
align-items:center;
justify-content:center;
color:white;
}

/* CTA */

.luxury-stay .cta{
display:flex;
justify-content:space-between;
align-items:center;

padding:25px;
border-radius:24px;

background:
linear-gradient(
135deg,
#f9f5ff,
#f3edff
);
}

.luxury-stay .cta-text h4{
font-size:24px;
font-weight:800;
color:var(--dark);
}

.luxury-stay .cta-text p{
margin:5px 0 0;
font-size:14px;
}
.luxury-stay .btn-book2{
 cursor: pointer;
border-radius:100px;
padding:18px 34px;
background:
linear-gradient(
135deg,
var(--primary),
var(--primary-light)
);

color:white;
font-weight:700;
text-decoration:none;

transition:.4s;
}

.luxury-stay .btn-book2:hover{
transform:translateY(-3px);
}

/* MOBILE */

@media(max-width:991px){

.luxury-stay .stay-grid{
grid-template-columns:1fr;
}

.luxury-stay .visual{
height:550px;
}

.luxury-stay .heading h2{
font-size:48px;
}

.luxury-stay .content h3{
font-size:42px;
}
}

@media(max-width:576px){

.luxury-stay .benefits{
grid-template-columns:1fr;
}

.luxury-stay .cta{
flex-direction:column;
gap:20px;
text-align:center;
}

.luxury-stay .heading h2{
font-size:38px;
}

.luxury-stay .watermark{
font-size:70px;
}
}

.premium-cta-wrap{
position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 30px 40px;
    background: linear-gradient(135deg, #5b21b6 0%, #6b21a8 45%, #a855f7 100%);
    box-shadow: 0 30px 80px rgba(124, 58, 237, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    margin-top: 15px;
}

.premium-cta-wrap::before{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    top:-120px;
    right:-80px;
}

.premium-cta-wrap::after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
    bottom:-70px;
    left:-50px;
}

.premium-cta-wrap .cta-content{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.premium-cta-wrap .cta-left{
    display:flex;
    align-items:center;
    gap:22px;
    flex:1;
}

.premium-cta-wrap .cta-icon{
    width:78px;
    height:78px;
    border-radius:24px;
    background:rgba(255,255,255,0.14);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,0.18);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:28px;
    flex-shrink:0;
    box-shadow:0 15px 35px rgba(17,24,39,0.12);
}

.premium-cta-wrap .cta-text{
    font-size:28px;
    font-weight:800;
    line-height:1.4;
    color:white;
    margin:0;
    letter-spacing:-0.5px;
}


@media(max-width:991px){
  .premium-cta-wrap  .cta-content{
        flex-direction:column;
        text-align:center;
    }

 .premium-cta-wrap   .cta-left{
        flex-direction:column;
    }

  .premium-cta-wrap  .cta-text{
        font-size:22px;
    }
}

@media(max-width:767px){
    .premium-cta-wrap{
        padding:28px 20px;
        border-radius:24px;
    }

   .premium-cta-wrap .cta-icon{
        width:64px;
        height:64px;
        border-radius:18px;
        font-size:22px;
    }

   .premium-cta-wrap .cta-text{
        font-size:18px;
        line-height:1.6;
    }


}

/* =====================================
          STATS
===================================== */

.impact-section{
padding:60px 15px 40px;
overflow:hidden;
position:relative;
}

.impact-section .bg-year{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);

font-size:320px;
font-weight:900;
line-height:1;

color:#f3effd;
z-index:0;
pointer-events:none;
}

/* HEADER */

.impact-section .heading{
text-align:center;
margin-bottom:60px;
position:relative;
z-index:2;
}

.impact-section .heading .badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:12px 24px;
background:#fff;
border-radius:100px;
font-size:13px;
font-weight:700;
color:var(--primary);
box-shadow:0 15px 40px rgba(0,0,0,.05);
margin-bottom:20px;
}

.impact-section .heading h2{
font-size:45px;
font-weight:900;
color:var(--dark);
line-height:1;
}

.impact-section .heading h2 span{
background:linear-gradient(
135deg,
var(--primary),
var(--primary-light)
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.impact-section .heading p{
max-width:850px;
margin:20px auto 0;
line-height:1.9;
color:#667085;
}

/* NEXUS */

.impact-section .nexus{
height:620px;
position:relative;
}

/* CENTER */

.impact-section .center-core{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);

width:280px;
height:420px;

background:
linear-gradient(
180deg,
#6b21a8,
#a855f7
);

border-radius:140px;

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;

box-shadow:
0 40px 120px rgba(107,33,168,.25);

z-index:5;
}

.impact-section .center-core:before{
content:'';
position:absolute;
width:360px;
height:500px;
border:2px dashed rgba(168,85,247,.18);
border-radius:200px;
animation:spin 25s linear infinite;
}

@keyframes spin{
100%{
transform:rotate(360deg);
}
}

.impact-section .center-core i{
font-size:52px;
color:white;
margin-bottom:15px;
}

.impact-section  .center-core h3{
font-size:28px;
color:white;
font-weight:700;
}

.impact-section .center-core h1{
font-size:88px;
font-weight:900;
line-height:1;
color:white;
}

/* FLOATING CAPSULES */

.impact-section .capsule{
position:absolute;

background:
rgba(255,255,255,.72);

backdrop-filter:blur(20px);

padding:25px 28px;

border-radius:24px;

box-shadow:
0 20px 60px rgba(0,0,0,.06);

min-width:240px;

transition:.4s;
z-index:3;
}

.impact-section .capsule:hover{
transform:
translateY(-10px)
scale(1.03);
}
.impact-section 
.capsule i{
font-size:28px;
color:var(--primary);
margin-bottom:12px;
}

.impact-section .capsule h4{
font-size:48px;
font-weight:900;
line-height:1;
color:var(--dark);
}

.impact-section .capsule p{
margin-top:8px;
color:#667085;
}

/* POSITIONS */

.impact-section .c1{
top:40px;
left:80px;
}

.impact-section .c2{
top:120px;
right:60px;
}

.impact-section .c3{
bottom:70px;
left:120px;
}

.impact-section .c4{
bottom:40px;
right:100px;
}

/* CONNECTORS */

.impact-section .line{
position:absolute;
height:2px;
background:
linear-gradient(
90deg,
rgba(168,85,247,.1),
rgba(168,85,247,.8)
);
z-index:1;
}

.impact-section .l1{
width:240px;
left:300px;
top:150px;
}

.impact-section .l2{
width:230px;
right:290px;
top:220px;
}

.impact-section .l3{
width:220px;
left:340px;
bottom:170px;
}

.impact-section .l4{
width:230px;
right:330px;
bottom:150px;
}

/* BOTTOM INFO */

.impact-section .info-strip{
margin-top:30px;

display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.impact-section .info{
background:white;
padding:25px;
border-radius:25px;
text-align:center;

box-shadow:
0 15px 40px rgba(0,0,0,.05);
}

.impact-section .info i{
font-size:28px;
color:var(--primary);
margin-bottom:12px;
}

.impact-section .info h5{
font-size:34px;
font-weight:800;
color:var(--dark);
}

.impact-section .info span{
color:#667085;
}

/* MOBILE */

@media(max-width:991px){

.impact-section .bg-year{
display:none;
}

.impact-section .nexus{
height:auto;
}

.impact-section .center-core{
position:relative;
left:auto;
top:auto;
transform:none;
margin:auto;
margin-bottom:40px;
}

.impact-section .line{
display:none;
}

.impact-section .capsule{
position:relative;
top:auto;
left:auto;
right:auto;
bottom:auto;
margin:20px 0;
width:100%;
}

.impact-section .info-strip{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:576px){

.impact-section .heading h2{
font-size:42px;
}

.impact-section .info-strip{
grid-template-columns:1fr;
}

.impact-section .center-core{
width:240px;
height:340px;
}

.impact-section .center-core h1{
font-size:65px;
}
}

/* =====================================
          FAQ + REGISTRATION
===================================== */

  .faq-premium-section {
    padding:60px 10px 30px;
    position:relative;
}

  .faq-premium-section  .glow{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    z-index:0;
}

  .faq-premium-section  .glow-1{
    width:280px;
    height:280px;
    background:rgba(124,58,237,.15);
    top:80px;
    left:100px;
}

  .faq-premium-section .section-head {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;}
    .faq-premium-section  .top-badge {
    display: inline-flex
;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    background: white;
    box-shadow: 0 15px 35px rgba(17, 24, 39, 0.06);
    color: #6b21a8;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}
  .faq-premium-section .main-title {
    font-size: 45px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 18px;
}
  .faq-premium-section .main-title span {
    color: #6b21a8;
}
  .faq-premium-section .sub-text {
    max-width: 850px;
    margin: auto;
    font-size: 17px;
    line-height: 1.9;
    color: #6b7280;
}

  .faq-premium-section  .glow-2{
    width:320px;
    height:320px;
    background:rgba(217,70,239,.14);
    right:120px;
    bottom:120px;
}

  .faq-premium-section  .hero-badge{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 24px;
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(20px);
    border-radius:60px;
    border:1px solid rgba(255,255,255,.95);
    box-shadow:0 15px 35px rgba(124,58,237,.08);
    color:#6d28d9;
    font-weight:700;
    margin-bottom:24px;
}

  .faq-premium-section  .hero-badge i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,#6b21a8,#6b21a8);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
}

  .faq-premium-section  .hero-title{
    font-size:45px;
    font-weight:900;
    line-height:1.05;
    color:#1e1145;
    margin-bottom:20px;
}

  .faq-premium-section  .hero-title span{
    background:linear-gradient(135deg,#6b21a8,#6b21a8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

  .faq-premium-section  .hero-text{
    font-size:19px;
    line-height:1.9;
    color:#6c6489;
    max-width:650px;
    margin-bottom:45px;
}
  .faq-premium-section .event-badge {
display: inline-block;    margin-bottom: 20px;
    padding: 10px 18px;
    border-radius: 50px;
    background: linear-gradient(135deg, #9333ea, #d946ef);
    color: #fff;
    font-size: 12px;
    font-weight: 700;

}
     .faq-premium-section .reg-card   {background: #fff;
    border-radius: 35px;
    padding: 35px;
    position: relative;}
    .faq-premium-section .registrat2  {
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #9333ea, #d946ef);
    color: #fff;
    font-weight: 700;
    cursor: pointer;}
/* FAQ Cards */
  .faq-premium-section  .faq-stack{
    position:relative;
    z-index:2;
}

 .elite-faq-only{
    padding:30px 0;
    position:relative;
    overflow:hidden;
}

 .elite-faq-only .faq-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
}

 .elite-faq-only .orb-1{
    width:260px;
    height:260px;
    background:rgba(168,85,247,0.14);
    top:-80px;
    right:-80px;
}

 .elite-faq-only .orb-2{
    width:240px;
    height:240px;
    background:rgba(107,33,168,0.10);
    bottom:-80px;
    left:-80px;
}

 .elite-faq-only .faq-heading{
    margin-bottom:40px;
}

 .elite-faq-only .faq-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 20px;
    border-radius:50px;
    background:#fff;
    border:1px solid rgba(168,85,247,0.12);
    box-shadow:0 10px 25px rgba(107,33,168,0.05);
    color:var(--primary);
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

 .elite-faq-only .faq-tag i{
    width:30px;
    height:30px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--primary),var(--primary-light));
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

 .elite-faq-only .faq-heading h2{
font-size: 40px;
    font-weight:900;
    margin:18px 0 12px;
    color:var(--dark);
}

 .elite-faq-only .faq-heading h2 span{
    background:linear-gradient(135deg,var(--primary),var(--primary-light));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

 .elite-faq-only .faq-heading p{
    max-width:760px;
    margin:auto;
    color:var(--muted);
       font-size: 18px;
    line-height:1.8;
}

 .elite-faq-only .faq-luxury-wrap{
    max-width:1000px;
    margin:auto;
    display:flex;
    flex-direction:column;
    gap:18px;
}

 .elite-faq-only .faq-item{
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(14px);
    border-radius:26px;
    border:1px solid rgba(168,85,247,0.08);
    transition:.35s;
}

 .elite-faq-only .faq-item:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 45px rgba(107,33,168,0.10);
}

 .elite-faq-only .faq-btn{
    width:100%;
    border:none;
    background:none;
    padding:15px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

 .elite-faq-only .faq-left{
    display:flex;
    align-items:center;
    gap:18px;    text-align: left;
}

 .elite-faq-only .faq-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,var(--primary),var(--primary-light));
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    box-shadow:0 14px 28px rgba(107,33,168,0.18);
}

 .elite-faq-only .faq-title{
    font-size:1.1rem;
    font-weight:800;
    color:var(--dark);
}

 .elite-faq-only .faq-toggle{
    width:46px;
    height:46px;
    border-radius:16px;
    background:#faf5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--primary);
    transition:.35s;
}

 .elite-faq-only .faq-item.active .faq-toggle{
    background:linear-gradient(135deg,var(--primary),var(--primary-light));
    color:#fff;
    transform:rotate(45deg);
}

 .elite-faq-only .faq-answer{
    max-height:0;
    overflow:hidden;
    transition:.45s ease;
    padding:0 24px;
    color:var(--muted);
    line-height:1.8;
    font-size:14px;
}

 .elite-faq-only .faq-item.active .faq-answer{
    max-height:220px;
    padding:0 24px 24px 100px;
}

@media(max-width:767px){
    .elite-faq-only{
             padding: 15px 0px;
    }

   .elite-faq-only  .faq-heading h2{
        font-size:2rem;
    }

   .elite-faq-only  .faq-btn{
        padding:16px;
    }

   .elite-faq-only  .faq-left{
        gap:12px;
    }

   .elite-faq-only  .faq-icon{
        width:46px;
        height:46px;
        font-size:16px;        padding: 15px;
    }

    .elite-faq-only .faq-title{
        font-size:14px;
    }

 .elite-faq-only   .faq-item.active .faq-answer{
        padding:0 16px 16px 16px;
    }
}

/* FORM */
  .faq-premium-section  .register-panel{
    /* background:linear-gradient(135deg,#5b21b6,#6b21a8,#6b21a8); */
    border-radius:36px;
       padding: 40px 40px 0px 40px;
    position:relative;
    overflow:hidden;
    /* box-shadow:0 35px 90px rgba(124,58,237,.25); */
    z-index:2;
}

  .faq-premium-section  .form-title{
    font-size:40px;
    font-weight:900;
      color: #6e25b2;
    line-height:1.05;
    margin-bottom:18px;
    position:relative;
    z-index:2;
}

  .faq-premium-section  .form-text{
     color: #6e25b2;
    line-height:1.8;
    font-size:17px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

  .faq-premium-section  .input-wrap{
    position:relative;
    margin-bottom:16px;
}

  .faq-premium-section  .input-wrap i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#6b21a8;
    z-index:2;
}

  .faq-premium-section  .form-control,
  .faq-premium-section  .form-select{
    height:58px;
    border-radius:18px;
    padding-left:48px;
    box-shadow:none !important;
    background:#fff;
}

  .faq-premium-section  textarea.form-control{
    height:100px;
    resize:none;
    padding-top:16px;
}

  .faq-premium-section  textarea + i{
    top:20px !important;
    transform:none !important;
}

   .faq-premium-section  .submit-btn{
    width:100%;
    border:none;
    padding:18px;
    border-radius:60px;
    background:linear-gradient(135deg,#6b21a8,#6b21a8);
    color:white;
    font-weight:800;
    font-size:17px;
    transition:.35s ease;
}

  .faq-premium-section  .submit-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(124,58,237,.2);
}

  .faq-premium-section  .submit-btn i{
    margin-left:10px;
}

  .faq-premium-section  .safe-text{
    text-align:center;
    margin-top:18px;
    color:#7b7397;
    font-size:14px;
}

  .faq-premium-section  .safe-text i{
    color:#6b21a8;
    margin-right:6px;
}

@media(max-width:1200px){
    .faq-premium-section   .hero-title{font-size:56px;}
    .faq-premium-section   .form-title{font-size:42px;}

}

@media(max-width:992px){
    .faq-premium-section   .register-panel{
        margin-top:50px;
    }
    .faq-premium-section .reg-card::after , .faq-premium-section .reg-card::before{display: none;}
}

@media(max-width:768px){
    .faq-premium-section {
    padding: 45px 5px 30px;}
   .faq-premium-section    .premium-section{
        padding:50px 0;
    }

    .faq-premium-section   .hero-title{
               font-size: 26px;
    }

    .faq-premium-section   .hero-text{
        font-size:16px;
    }

    .faq-premium-section   .form-title{
        font-size:30px;
    }

    .faq-premium-section   .register-panel{
        padding:24px;
    }


    .faq-premium-section   .faq-inner{
        padding:0 20px 20px 20px;
    }

  .faq-premium-section  .faq-title{
        font-size:15px;
    }
}

/* =====================================
          VENUE + CONTACT
====================================
= */
/* ---------- HEADER ---------- */
.sectioncontact{padding: 40px 0px 50px;background: linear-gradient(135deg, #f8fafc 0%, #f3e8ff 100%);}
.sectioncontact .header {
  text-align: center;
  margin-bottom: 40px;
}
.sectioncontact  .header h1 {
      font-size: 45px;
    font-weight: 900;
    line-height: 1.05;
    color: #1e1145;
    margin-bottom: 20px;
}
.sectioncontact  .header h1 span{    background: linear-gradient(135deg, #6b21a8, #6b21a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.sectioncontact  .header p {
    font-size: 19px;
    line-height: 1.9;
    color: #6c6489;
    margin-bottom: 45px;
}
.sectioncontact .hero-badge {
    display: inline-flex
;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(20px);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, .95);
    box-shadow: 0 15px 35px rgba(124, 58, 237, .08);
    color: #6d28d9;
    font-weight: 700;
    margin-bottom: 24px;
}
.sectioncontact .hero-badge i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6b21a8, #6b21a8);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white!Important;
}
/* ---------- CARD ---------- */
.sectioncontact  .card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.08);
}

@media (max-width: 992px) {
 .sectioncontact  .card {
    grid-template-columns: 1fr;
  }
  .about-section .section-title {
    font-size: 30px;}
    .padmob15{padding: 0px 20px;}
}

/* ---------- MAP ---------- */
.sectioncontact .map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: none;
}

/* ---------- FORM ---------- */
.sectioncontact .form-area {
  padding: 40px 50px;
}

.sectioncontact .form-area h2 {
  font-size: 34px;
  font-weight: 600;
}

.sectioncontact .form-area p {
  color: var(--text-muted);
  margin: 16px 0 40px;
}

/* ---------- GRID ---------- */
#groupform h2{font-size: 25px;}
#groupform .modal-body{padding: 30px;}
#groupform .btn-close{position: absolute;
    right: 15px;
    top: 9px;
}
/* ---------- INPUT ---------- */
.sectioncontact .input-wrapper {
  position: relative;
}

.sectioncontact .input-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  color: #9aa4b2;
  transform: translateY(-50%);
}

.sectioncontact .form-control {
  width: 100%;
  padding: 18px 16px 18px 48px;
    border: 1px solid #6c23ae;
  border-radius: 14px;
  font-size: 15px;
  background: #fff;
  outline: none;
  transition: 0.3s ease;
}

.sectioncontact  textarea.form-control {
  height: 80px;
  resize: none;
}

/* ---------- LABEL ---------- */
.sectioncontact .form-label {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--text-muted);
  background: #fff;
  padding: 0 6px;
  pointer-events: none;
  transition: 0.3s ease;
}

.sectioncontact .form-control:focus,
.sectioncontact .form-control:not(:placeholder-shown) {
  border-color: var(--primary);
  box-shadow: none;
}

.sectioncontact .form-control:focus + .form-label,
.sectioncontact .form-control:not(:placeholder-shown) + .form-label {
  top: -7px;
  font-size: 12px;
  color: var(--primary);
}

/* ---------- BUTTON ---------- */
.sectioncontact .justcent {
  text-align: center;
}

.sectioncontact .btn-66 {
  margin-top: 24px;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 16px 38px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
    box-shadow: 0 18px 40px rgb(107 33 168 / 63%);
  transition: 0.4s ease;
}

.sectioncontact .btn-66 svg {
  width: 18px;
  height: 18px;
}

.sectioncontact  .btn-66:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(194,58,82,0.45);
}

/* =====================================
          RESPONSIVE ADJUSTMENTS
===================================== */

@media (max-width: 992px) {
    .form-content { margin-top: 0; }
    .abouthomi .media { top: 0; margin-top: 3rem; }
    .abouthomi .media img { height: 480px; }
}

@media (max-width: 768px) {
    .sectioncontact .header h1 {font-size: 26px;}
    .card { grid-template-columns: 1fr; }
    .card::before { left: -1.6rem; }
    
    .option { grid-template-columns: 1fr; }
    .price { text-align: left; margin-top: 1.5rem; }
    
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    
    .form-content { padding: 1.8rem; }
}

/* ==============================================
   HEADER / NAVIGATION BAR (Glassmorphic + Scrolled)
============================================== */
/* ==============================================
   HEADER / NAVBAR STYLING
   Glassmorphic + Modern Conference Style
============================================== */

/* Main Navbar Container */
.navbar-custom {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(229, 231, 235, 0.5);
    transition: all 0.4s ease;
    padding: 1rem 0;
    z-index: 1030;
}

.navbar-custom.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 0.8rem 0;
}

/* Logo Area */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
    padding: 0;
}

.logo-icon {
    width: 54px;
    height: 54px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.35rem;
    box-shadow: 0 4px 12px rgba(191, 58, 85, 0.3);
    transition: transform 0.4s ease;
}

.navbar-brand:hover .logo-icon {
    transform: scale(1.08);
}
.icotexty{display: grid;}
.navbar-brand span {
    color: var(--primary);
      font-size: 40px;
    font-weight: 900;
    margin-bottom: -10px;
}
 .navbar-brand small{font-size: 12px;}
/* Hamburger Menu (Mobile) */
.navbar-toggler {
    border: none !important;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.hamburger {
    width: 32px;
    height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    transition: all 0.35s ease;
}

.offcanvas.show .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.offcanvas.show .hamburger span:nth-child(2) {
    opacity: 0;
}

.offcanvas.show .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Desktop Menu Items */
.navbar-nav .nav-link {
    color: var(--primary) !important;
      font-weight: 700;
     font-size: 15px;
    padding: 0.65rem 0.80rem !important;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    transition: color 0.35s ease;
}

.navbar-nav .nav-link svg {
    width: 20px;
    height: 20px;
    stroke: var(--primary);
    stroke-width: 1.8;
    flex-shrink: 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 50%;
    background: var(--primary);
    transition: width 0.35s ease, left 0.35s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 70%;
}

/* Registration & Group Registration Buttons */
.cta-button22 .open-btn,
.btn-register {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.cta-button22 .open-btn {
    background: white;
    color: var(--primary);
    border: 2px solid var(--primary);
}

/* .cta-button22 .open-btn:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(191,58,85,0.3);
} */
 .cta-button{text-align: center;}
.cta-button .open-btn  {background: var(--primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(191, 58, 85, 0.3);
    border: none;
    padding: 10px 25px;
    border-radius: 10px;}
.btn-register {
    background: var(--primary);
    color: white;
    border: none;
}

.btn-register:hover {
    background: var(--primary-light);
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(191,58,85,0.35);
}

/* Offcanvas Mobile Menu */
.offcanvas.offcanvas-end {
    width: 320px !important;
    background:  var(--primary);
    color: white;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 1.5rem 1.5rem;
}

.offcanvas-title {
    font-size: 1.8rem;
    font-weight: 800;
}

.offcanvas-body .nav-link {
    color: white !important;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    gap: 14px;
}

.offcanvas-body .nav-link:hover,
.offcanvas-body .nav-link.active {
    background: rgba(255,255,255,0.15);
    transform: translateX(8px);
}

.offcanvas-body .btn-light {
    background: rgba(255,255,255,0.9);
    color: var(--primary);
    font-weight: 700;
    border: none;
    padding: 1rem;
}

.offcanvas-body .btn-light:hover {
    background: white;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
   .btnclsoein     {position: relative;
    left: 80px;}
    .navbar-nav .nav-link svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;}
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #fff!important;}
  .housing-head {
    margin-bottom: 40px;
    text-align: center;
    padding: 0px 15px;}

    .navbar-brand {
        font-size: 1.7rem;
    }
    
    .logo-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand span {
        font-size: 1.35rem;
    }
    
    .offcanvas.offcanvas-end {
        width: 100% !important;
    }
}

/* FOOTER */

.conference-footer {
    margin:auto;
    position:relative;
}

.conference-footer  .footer-wrapper{

position:relative;

display:grid;
grid-template-columns:65% 35%;

gap:25px;

padding:35px 40px;

border-radius:32px;

background:
linear-gradient(
135deg,
rgba(255,255,255,.95),
rgba(255,255,255,.78)
);

backdrop-filter:blur(20px);

box-shadow:
0 25px 60px rgba(0,0,0,.07);

border:1px solid rgba(147,51,234,.10);

overflow:hidden;

}

.conference-footer .footer-wrapper::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:4px;

background:
linear-gradient(
90deg,
#9333ea,
#d946ef
);
}

/*====================*/

.conference-footer .footer-brand{
position:relative;
z-index:2;
}

.conference-footer .brand-glow{

position:absolute;

width:250px;
height:250px;

background:#9333ea;

filter:blur(140px);

opacity:.12;

left:-100px;
top:-100px;
}

.conference-footer .mini-badge{

display:inline-flex;
align-items:center;
gap:10px;

padding:10px 18px;

border-radius:50px;

background:#fff;

font-size:12px;
font-weight:700;

color:#9333ea;

box-shadow:
0 10px 25px rgba(0,0,0,.05);

}

.conference-footer .footer-brand h2{

font-size:58px;
font-weight:900;

line-height:1;

margin-top:18px;

color:#111827;
}

.conference-footer .footer-brand p{

max-width:580px;

margin-top:15px;

font-size:16px;
line-height:1.8;

color:#667085;

}

/*====================*/

.conference-footer .footer-links{

display:flex;
flex-wrap:wrap;
gap:10px;

margin-top:25px;
}

.conference-footer .footer-links a{

padding:12px 18px;

border-radius:50px;

background:#fff;

border:1px solid #ececec;

text-decoration:none;

font-size:13px;
font-weight:700;

color:#667085;

transition:.3s;
}

.conference-footer .footer-links a:hover{

background:#9333ea;
color:#fff;

transform:translateY(-3px);

}

/*====================*/

.conference-footer .footer-side{

display:flex;
flex-direction:column;
gap:15px;

position:relative;

}

.conference-footer .info-card{

background:#fff;

padding:20px;

border-radius:20px;

display:flex;
align-items:center;
gap:15px;

border:1px solid #ececec;

transition:.3s;
}

.conference-footer .info-card:hover{

transform:translateY(-5px);

box-shadow:
0 15px 35px rgba(147,51,234,.10);

}

.conference-footer .icon-box{

width:60px;
height:60px;

border-radius:16px;

background:
linear-gradient(
135deg,
#7c3aed,
#d946ef
);

display:flex;
align-items:center;
justify-content:center;

color:#fff;

font-size:22px;

flex-shrink:0;
}

.conference-footer .info-card span{

display:block;

font-size:12px;
font-weight:800;

letter-spacing:2px;

margin-bottom:5px;

color:#9333ea;
}

.conference-footer .info-card h3{

font-size:26px;
font-weight:900;

line-height:1.2;
    margin-bottom: 0px;
color:#111827;
}

.conference-footer .info-card p{

margin-top:4px;

font-size:14px;

color:#667085;
}

/*====================*/

.top-btn{

position:absolute;

right:0;
bottom:-10px;

width:72px;
height:72px;

border-radius:50%;

background:
linear-gradient(
135deg,
#7c3aed,
#d946ef
);

display:flex;
align-items:center;
justify-content:center;

color:#fff;

font-size:22px;

text-decoration:none;

box-shadow:
0 15px 40px rgba(147,51,234,.25);

animation:float 4s infinite ease-in-out;

}

@keyframes float{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-10px);
}

}

.scroll-top{
    position: fixed !important;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
   background:
linear-gradient(
135deg,
#7c3aed,
#d946ef
);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.4s ease;

    box-shadow: 0 20px 45px rgba(124,58,237,.28);animation:float 4s infinite ease-in-out;
}
@keyframes float{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-10px);
}
}
.scroll-top.show{
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.scroll-top:hover{
    transform: translateY(-6px) !important;
    box-shadow: 0 28px 60px rgba(124,58,237,.35);
}

/* ==========================================
   LARGE LAPTOP
========================================== */

@media (max-width:1200px){

.conference-footer .footer-brand h2{
    font-size:48px;
}

.conference-footer .info-card h3{
    font-size:22px;
}

}

/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

.conference-footer .footer-wrapper{
    grid-template-columns:1fr;
    padding:30px;
    gap:20px;
}

.conference-footer .footer-brand{
    text-align:center;
}

.conference-footer .footer-brand p{
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}

.conference-footer .footer-links{
    justify-content:center;
}

.conference-footer .footer-brand h2{
    font-size:42px;
}

}

/* ==========================================
   LARGE MOBILE
========================================== */

@media (max-width:767px){

.conference-footer .footer-wrapper{
    padding:25px;
    border-radius:25px;
}

.conference-footer .footer-brand h2{
    font-size:34px;
}

.conference-footer .footer-brand p{
    font-size:14px;
    line-height:1.7;
}

.conference-footer .footer-links{
    gap:8px;
}

.conference-footer .footer-links a{
    padding:10px 15px;
    font-size:12px;
}

.conference-footer .info-card{
    padding:16px;
}

.conference-footer .icon-box{
    width:52px;
    height:52px;
    font-size:18px;
}

.conference-footer .info-card h3{
    font-size:20px;
}

.conference-footer .info-card p{
    font-size:13px;
}

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:575px){

.conference-footer .footer-wrapper{
    padding:20px;
    border-radius:22px;
}

.conference-footer .mini-badge{
    font-size:11px;
    padding:8px 14px;
}

.conference-footer .footer-brand h2{
    font-size:28px;
}

.conference-footer .footer-brand p{
    font-size:13px;
}

.conference-footer .footer-links{
    justify-content:center;
}

.conference-footer .footer-links a{
    width:100%;
    text-align:center;
}

.conference-footer .info-card{
    flex-direction:column;
    text-align:center;
    gap:12px;
}

.conference-footer .icon-box{
    margin:auto;
}

.conference-footer .info-card span{
    font-size:11px;
    letter-spacing:1px;
}

.conference-footer .info-card h3{
    font-size:18px;
}

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width:479px){

.conference-footer .footer-wrapper{
    padding:18px;
}

.conference-footer .footer-brand h2{
    font-size:24px;
}

.conference-footer .footer-brand p{
    font-size:12px;
}

.conference-footer .icon-box{
    width:46px;
    height:46px;
    font-size:16px;
    border-radius:12px;
}

.conference-footer .info-card{
    padding:14px;
    border-radius:16px;
}

.conference-footer .info-card h3{
    font-size:16px;
}

.conference-footer .info-card p{
    font-size:12px;
}

}

/* ==========================================
   EXTRA SMALL DEVICES
========================================== */

@media (max-width:359px){

.conference-footer .footer-brand h2{
    font-size:22px;
}

.conference-footer .footer-brand p{
    font-size:11px;
}

.conference-footer .mini-badge{
    font-size:10px;
}

.conference-footer .footer-links a{
    font-size:11px;
    padding:8px 12px;
}

.conference-footer .icon-box{
    width:42px;
    height:42px;
    font-size:14px;
}

.conference-footer .info-card h3{
    font-size:15px;
}

.conference-footer .info-card p{
    font-size:11px;
}

}

@media(max-width:768px){
    .scroll-top{
        width: 58px;
        height: 58px;
        right: 18px;
        bottom: 18px;
        font-size: 20px;
    }
}

@media(max-width:768px){
  .scroll-top{
        width: 58px;
        height: 58px;
        font-size: 20px;
        right: 18px;
        bottom: 18px;
    }
}

/* ==============================================
   FORM SECTIONS (Registration + Housing)
   Unified modern glass-form style
============================================== */

.form-section-wrapper {
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(16px);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    padding: 2.5rem;
    border: 1px solid rgba(191,58,85,0.08);
}

.form-section-wrapper h4 {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.form-section-wrapper h4::after {
    content: '';
    width: 70px;
    height: 4px;
    background: var(--primary);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* Form fields - consistent styling */
.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control,
.form-select,
textarea.form-control {
    width: 100%;
    padding: 1rem 1rem 1rem 3.2rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.35s ease;
    background: rgba(255,255,255,0.7);
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
    background: white;
}

.form-control-icon {
    position: absolute;
    left: 1.2rem;    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
      width: 20px;
    pointer-events: none;
}

/* Better textarea handling */
textarea.form-control {
    padding-top: 1.1rem;
    min-height: 80px;
    resize: vertical;
}

/* Submit buttons - both forms */
.form-submit-btn {
    background: var(--primary);
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    max-width: 320px;
    margin: 1.5rem auto 0;
    display: block;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.form-submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(191,58,85,0.35);
}

.form-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );
    transition: 0.7s;
}

.form-submit-btn:hover::before {
    left: 120%;
}

/* Mobile adjustments for forms */
@media (max-width: 768px) {
    .form-section-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .form-submit-btn {
        padding: 0.95rem 2rem;
        font-size: 1rem;
    }
}

/* ==============================================
   SCROLL TO TOP BUTTON
   Modern • Glassmorphic • Floating Style
============================================== */

.scroll-to-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(191, 58, 85, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top svg {
    color: var(--primary);
    transition: transform 0.4s ease;
}

.scroll-to-top:hover {
    background: var(--primary);
    border-color: white;
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(191, 58, 85, 0.4);
}

.scroll-to-top:hover svg {
    color: white;
    transform: translateY(-3px);
}

/* Pulse effect on hover (optional subtle animation) */
.scroll-to-top:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0.15;
    animation: pulse 1.8s infinite;
}


/* Mobile adjustments */
@media (max-width: 768px) {
    .scroll-to-top {
        width: 54px;
        height: 54px;
        bottom: 25px;
        right: 25px;
    }
    
    .scroll-to-top svg {
        width: 24px;
        height: 24px;
    }
}

/* modals */
.mdifonl{width: 500px;}
.mdifonl .btn-close{    position: absolute;
    right: 0px;
    top: 0px;}
 .mdifonl   .modal-content{padding: 15px;}
 .mdifonl h2{text-align: center; font-size: 30px;}
@media (max-width: 768px) {
 .mdifonl {
    margin: 0px;
    width: 100%;
    padding: 15px 15px;
}
}


   /* /policy page */

 .page-policy  .hero-policy {
            background: linear-gradient(135deg, var(--primary), var(--primary));
            color: #fff;
            padding: 150px 0 60px;

            text-align: center;
        }

     .page-policy     .hero-policy h1 {
            font-weight: 700;
            margin-bottom: 10px; color: #fff; 
        }

     .page-policy     .breadcrumb-custom {
            background: transparent;
            justify-content: center;
            margin-bottom: 0;
        }

     .page-policy     .breadcrumb-custom .breadcrumb-item a {
            color: #e0e7ff;
            text-decoration: none;
        }

     .page-policy     .breadcrumb-custom .breadcrumb-item.active {
            color: #ffffff;
        }


      .page-policy    .policy-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 30px;
            margin-bottom: 25px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

      .page-policy    .policy-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        }
.breadcrumb-item.active {color: #fff!important;}
      .page-policy    .policy-card h3 {
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 15px;
        }
.breadcrumb-item+.breadcrumb-item::before {position: relative; top: 2px; color: #fff!important;}
      .page-policy    .policy-card p {
            color: #313030;
            margin-bottom: 0;font-size: 16px;
        }

        /* Contact Box */
           .page-policy   .contact-box {
            background: linear-gradient(135deg, #0d6efd, #4e73df);
            color: #fff;
            border-radius: 16px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }

        /* Footer */
          .page-policy    footer {
            background: var(--primary);
            color: #ffffff;
            text-align: center;
            padding: 20px 0;
            margin-top: 40px;
        }
.policy-bar {
    background: rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 16px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;margin-top: 40px;
}
.policy-bar a {
    color: #e2e8f0;
    text-decoration: none;
    display: flex
;
    align-items: center;
    gap: 10px;
}
        @media (max-width: 768px) {
             .page-policy     .hero-policy {
                   padding: 110px 0 60px;
            }

              .page-policy    .policy-card {
                padding: 20px;
            }
        }


        /***************************************
   COMPLETE RESPONSIVE CSS - ALL DEVICES
   Add at END of your CSS
***************************************/

/* Ultra Large Screens */
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }

    .main-heading {
        font-size: 68px;
    }

    .sectioncontact .header h1,
    .services .section-title,
    .schedule-section .header h1,
    .accommodation .header h1,
    .aaic-impact .section-heading h2 {
        font-size: 56px;
    }

    .subtitle,
    .aaic-impact .section-heading p {
        font-size: 22px;
    }
}

/* Large Laptop */
@media screen and (max-width: 1400px) {
    .main-heading {
        font-size: 52px;
    }

    .aaic-impact .impact-layout {
        grid-template-columns: 1fr;
    }

    .premium-footer .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

/* Laptop */
@media screen and (max-width: 1200px) {
    .main-heading {
        font-size: 46px;
    }

    .details {
        gap: 30px;
    }

    .abouthomi img {
        height: 500px;
    }

    .schedule-section .timeline-content {
        padding: 28px;
    }

    .premium-footer .footer-top {
        grid-template-columns: 1fr;
    }

    .sectioncontact .card {
        grid-template-columns: 1fr;
    }
}

/* Tablet Landscape */
@media screen and (max-width: 1024px) {
    .slider-bg {
        padding: 10rem 0 3rem;
        background-attachment: scroll;
    }

    .hero {
        top: 40px;margin-bottom: 40px;
    }

    .main-heading {
        font-size: 40px;
        text-align: center;
    }

    .subtitle {
        text-align: center;
        font-size: 18px;
        margin: 0 auto 30px;
    }

    .details {
        justify-content: center;
    }

    .form-content {
        margin-top: 0;
    }

    .abouthomi .floating-badge {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 25px;
    }

    .aaic-impact .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet Portrait */
@media screen and (max-width: 991px) {
    .btn-outline-premium {
          background: linear-gradient(135deg, #ffffff, #ffffff)!important;
    border: 2px solid #6b21a8!important;
    color: #6b21a8!important;
}
.btn-shine {
    background: linear-gradient(135deg, #ffffff, #ffffff)!important;
    color: #6b21a8!important;}
    .navbar-brand span {
        font-size: 28px;
    }

    .logo-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .main-heading {
        font-size: 36px;
    }

    .countdown-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .schedule-section .timeline::before {
        left: 30px;
    }

    .schedule-section .timeline-dot {
        left: 30px;
        width: 50px;
        height: 50px;
    }

    .schedule-section .timeline-content {
        width: calc(100% - 90px);
        margin-left: 90px !important;
    }

    .services .service-card,
    .accommodation .hotel-card {
        margin-bottom: 25px;
    }
}

/* Mobile Large */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .schedule-section .event-info {
    background: white;
    display: inline-block;
    padding: 20px 30px;
    font-size: 16px;
}

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 30px!important;
    }

    .logo-section {
        flex-direction: column;
        text-align: center;
    }

    .logo-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .main-heading {
        font-size: 30px;
        line-height: 1.25;        color: var(--primary);
    }

    .subtitle {
        font-size: 16px;
        padding: 0 15px;
    }

    .details {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }

    .detail-item {
        width: 100%;
    }

    .register-btn {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
        font-size: 16px;
    }

    .countdown-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .count-number {
        font-size: 24px;
    }

    .abouthomi {
        padding: 50px 15px;
    }

    .abouthomi img {
        height: 350px;
    }

    .abouthomi .main-title {
        font-size: 28px;
    }

    .services,
    .accommodation,
    .aaic-impact,
    .sectioncontact {
        padding-left: 10px;
        padding-right: 10px;
    }

    .aaic-impact .stats-grid {
        grid-template-columns: 1fr;
    }

    .aaic-impact .hero-content h3 {
        font-size: 28px;
    }

    .sectioncontact .form-area {
        padding: 25px;
    }

    .premium-footer {
        padding: 50px 15px 0;
    }
}

/* Small Mobile */
@media screen and (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand span {
        font-size: 22px;
    }

    .navbar-brand small {
        display: none;
    }

    .offcanvas.offcanvas-end {
        width: 100% !important;
    }

    .main-heading {
        font-size: 26px;
    }

    .countdown-grid {
        grid-template-columns: 1fr;
    }

    .count-box {
        padding: 14px;
    }

    .schedule-section .timeline::before {
        display: none;
    }

    .schedule-section .timeline-dot {
        display: none;
    }

    .schedule-section .timeline-content {
        width: 100%;
        margin-left: 0 !important;
        padding: 22px;
    }

    .services .section-title,
    .accommodation .header h1,
    .aaic-impact .section-heading h2 {
        font-size: 26px;
    }

    .faq-item h5 {
        font-size: 14px;
    }

    .sectioncontact .form-area h2 {
        font-size: 26px;
    }

    .premium-footer .brand-content h2 {
        font-size: 28px;
    }

    .premium-footer .glass-card {
        padding: 22px;
    }

    .scroll-to-top {
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: 15px;
    }
}

/* Extra Small Mobile */
@media screen and (max-width: 400px) {
    .main-heading {
        font-size: 22px;
    }

    .register-btn {
        font-size: 14px;
        padding: 14px;
    }

    .logo-icon {
        width: 52px;
        height: 52px;
    }

    .count-number {
        font-size: 20px;
    }

    .aaic-impact .hero-content h3 {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .impact-section .badge {
        font-size: 12px;
        padding: 12px 14px;
        gap: 8px;
    }
}
@media (max-width: 768px) {
    .impact-section .badge {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        line-height: 1.5;
        word-break: break-word;
        overflow-wrap: break-word;
        padding: 14px 16px;
        border-radius: 20px;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .impact-section .badge i {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .impact-section .badge i {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .impact-section .badge i {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }
}

.impact-section .badge i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    box-shadow: rgba(107, 33, 168, 0.25) 0px 8px 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(107, 33, 168), rgb(168, 85, 247));
}

.btn-outline-premium{
       padding: 12px 20px; border:none;
    cursor:pointer;
    font-weight:700;
    transition:0.35s;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-radius:16px;
    background:transparent;
    border:2px solid #6b21a8;
    color:#6b21a8;
}
.btn-outline-premium:hover{
    background:#6b21a8;
    color:#fff;
}

.btn-shine{
     border:none;
    cursor:pointer;
    font-weight:700;
    transition:0.35s;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    position:relative;
    overflow:hidden;
      padding: 12px 25px;    height: 52px;
    border-radius:16px;
    background:linear-gradient(135deg,#6b21a8,#6b21a8);
    color:#fff;
}
.btn-shine::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:60%;
    height:100%;
    background:rgba(255,255,255,0.35);
    transform:skewX(-25deg);
    transition:0.6s;
}
.btn-shine:hover::before{
    left:130%;
}



/* ==================================================
ULTRA RESPONSIVE BREAKPOINTS
ADD AT VERY BOTTOM OF CSS
================================================== */

/* ========= 1600px ========= */

@media (max-width:1600px){

.luxury-stay .visual{
height:600px;
}

.impact-section .capsule{
min-width:220px;
}

.impact-section .bg-year{
font-size:260px;
}

}

/* ========= 1400px ========= */

@media (max-width:1400px){

.neural-hero .hero-content h1{
font-size:75px;
}

.neural-hero .hero-content h2{
font-size:50px;
}

.schedule-section .metro-grid{
grid-template-columns:1fr 1fr;
}

.schedule-section .center-card{
grid-column:1/-1;
grid-row:auto;
min-height:450px;
}

.impact-section .c1{
left:20px;
}

.impact-section .c2{
right:20px;
}

.impact-section .c3{
left:40px;
}

.impact-section .c4{
right:40px;
}

}

/* ========= 1200px ========= */

@media (max-width:1200px){

.neural-hero .hero-content h1{
font-size:65px;
}

.neural-hero .hero-content h2{
font-size:42px;
}

.neural-hero .countdown-dock{
gap:15px;
}

.neural-hero .time-box{
width:100px;
height:100px;
}

.schedule-section .main-title,
.impact-section .heading h2,
.luxury-stay .heading h2{
font-size:38px;
}

.luxury-stay .content h3{
font-size:42px;
}

.luxury-stay .visual{
height:500px;
}

.luxury-stay .image-wrap{
height:420px;
}

.impact-section .capsule{
min-width:190px;
padding:20px;
}

.impact-section .capsule h4{
font-size:38px;
}

}

/* ========= 991px ========= */

@media (max-width:991px){

.neural-hero{
padding:70px 0;
}

.neural-hero .network,
.neural-hero .line{
display:none;
}

.neural-hero .hero-meta{
justify-content:center;
}

.neural-hero .hero-content h1{
font-size:55px;
}

.neural-hero .hero-content h2{
font-size:34px;
}

.neural-hero .hero-content p{
font-size:16px;
}

.neural-hero .countdown-dock{
width:100%;
padding:20px;
}
.schedule-section .day-card {
    margin-bottom: 30px;
}
.impact-section {
    padding: 20px 15px 40px;}
.schedule-section .center-card{display: none;}
    .schedule-section .metro-grid{display: block;}
.about-section .about-title,
.aaic-about .about-title{
font-size:34px;
}

.schedule-section .metro-grid{
grid-template-columns:1fr;
}

.schedule-section .center-card{
min-height:380px;
}

.schedule-section .orbit-2{
width:320px;
height:320px;
}

.schedule-section .orbit-1{
width:220px;
height:220px;
}

.luxury-stay .stay-grid{
grid-template-columns:1fr;
}

.luxury-stay .visual{
height:auto;
}

.luxury-stay .image-wrap{
position:relative;
width:100%;
height:400px;
transform:none;
}

.luxury-stay .watermark{
display:none;
}

.luxury-stay .float-card{
position:relative;
margin:15px 0;
right:auto;
top:auto;
bottom:auto;
width:100%;
}

.luxury-stay .content{
padding:35px;
}

.impact-section .bg-year{
display:none;
}

.impact-section .nexus{
height:auto;
}

.impact-section .center-core{
position:relative;
left:auto;
top:auto;
transform:none;
margin:auto auto 40px;
}

.impact-section .line{
display:none;
}

.impact-section .capsule{
position:relative;
top:auto;
left:auto;
right:auto;
bottom:auto;
width:100%;    
        text-align: center;
margin:15px 0;
}

}

/* ========= 768px ========= */

@media (max-width:768px){
    .schedule-section .metro-grid{display: block;}

.neural-hero .hero-content h1{
font-size:42px;
line-height:1;
}

.neural-hero .hero-content h2{
font-size:28px;
}

.neural-hero .hero-actions{
flex-direction:column;
}

.neural-hero .btn-primary,
.neural-hero .btn-secondary{
width:100%;
}

.neural-hero .time-box{
width:90px;
height:80px;
}

.neural-hero .time-box h3{
font-size:30px;
}

.schedule-section .main-title,
.impact-section .heading h2,
.luxury-stay .heading h2{
font-size:32px;
}

.schedule-section .day-title{
font-size:24px;
}

.schedule-section .planet{     z-index: 99;
font-size:14px;
}

.luxury-stay .content{
padding:25px;
}

.luxury-stay .content h3{
font-size:32px;
}

.luxury-stay .benefits{
grid-template-columns:1fr;
}

.luxury-stay .cta{
flex-direction:column;
text-align:center;
gap:20px;
}

.impact-section .info-strip{
grid-template-columns:1fr 1fr;
}

}

/* ========= 576px ========= */

@media (max-width:576px){

.neural-hero{
padding:50px 0;
}

.neural-hero .hero-badge{
font-size:11px;
padding:10px 15px;
}

.neural-hero .hero-content h1{
font-size:34px;
}

.neural-hero .hero-content h2{
font-size:24px;
}

.neural-hero .hero-content p{
font-size:14px;
}

.neural-hero .countdown-dock{
gap:10px;
padding:15px;
}

.neural-hero .time-box{
width:90px;
height:80px;
}

.neural-hero .time-box h3{
font-size:22px;
}

.neural-hero .time-box span{
font-size:9px;
}

.schedule-section .main-title,
.impact-section .heading h2,
.luxury-stay .heading h2,
.aaic-about .about-title{
font-size:28px;
}

.schedule-section .day-card{
padding:20px;
}

.schedule-section .icon-box{
width:50px;
height:50px;
}

.schedule-section .day-title{
font-size:20px;
}

.luxury-stay .content h3{
font-size:28px;
}

.luxury-stay .content p{
font-size:15px;
}

.impact-section .center-core{
width:220px;
height:300px;
}

.impact-section .center-core h1{
font-size:55px;
}

.impact-section .info-strip{
grid-template-columns:1fr;
}

}

/* ========= 480px ========= */

@media (max-width:480px){

.container{
padding-left:15px;
padding-right:15px;
}

.neural-hero .hero-content h1{
font-size:28px;
}

.neural-hero .hero-content h2{
font-size:20px;
}

.schedule-section .main-title,
.impact-section .heading h2,
.luxury-stay .heading h2{
font-size:24px;
}

.luxury-stay .content{
        padding: 30px 20px;
}

.luxury-stay .btn-book2{
width:100%;
display:block;
text-align:center;
}

.impact-section .capsule h4{
font-size:32px;
}

}

/* ========= 360px ========= */

@media (max-width:360px){

.neural-hero .hero-content h1{
font-size:24px;
}

.neural-hero .hero-content h2{
font-size:18px;
}

.schedule-section .main-title,
.impact-section .heading h2,
.luxury-stay .heading h2{
font-size:20px;
}

.luxury-stay .content h3{
font-size:22px;
}

.impact-section .center-core{
width:180px;
height:260px;
}

.impact-section .center-core h1{
font-size:42px;
}

}
