/*******************************
          ROOT VARIABLES
*******************************/
:root {
  --primary: #6b21a8;
   --primary-light: #a855f7;
   --text-muted:#000!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(236,72,153,0.10), 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; }

.line {
    width: 80px;
    height: 5px;
    background: var(--primary);
        margin: 15px auto;
    border-radius: 3px;
}

/* =====================================
   HERO + COUNTDOWN (slider-bg section)
===================================== */

.slider-bg {
    position: relative;
    background: url('../images/slider.jpg') center/cover no-repeat fixed;
    color: white;
      padding: 14rem 0 2rem;
    display: flex;
    align-items: center;background-color: #a8a3a3a3;
    background-blend-mode: multiply;
      background-position: top;
    background-attachment: fixed;
}

/* BACKGROUND */
.hero-section{
    position:relative;
    top: -30px;
}

/* BACKGROUND */
.hero-section{
    position:relative;
    top: -30px;
}

.hero-section {
    position:relative;
}


@keyframes float1{
    50%{transform:translateY(25px);}
}

@keyframes float2{
    50%{transform:translateY(-25px);}
}

.hero-section  .grid-lines{
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size:35px 35px;
}

.hero-section  .hero-content{
    position:relative;
    z-index:2;
}

.hero-section  .event-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(18px);
    color:#fff;
    font-size:15px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-section  .event-badge span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#8b5cf6;
    box-shadow:0 0 18px #8b5cf6;
}

.hero-section .hero-title{
    font-size:72px;
    font-weight:900;
    line-height:0.95;
    color:white;
    margin-bottom:18px;
}

.hero-section  .hero-title span{
    color:#6b21a8;
    text-shadow:0 0 30px rgba(139,92,246,0.6);
}
  .hero-section h2  {color: #fff;}
.hero-section .hero-subtitle{
    color:#cbd5e1;
    font-size:18px;
    line-height:1.7;
    max-width:620px;
    margin-bottom:28px;
}

.hero-section .hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:28px;
}

.hero-section .btn-main{
    padding:15px 30px;
    border:none;
    border-radius:60px;
    font-weight:700;
    color:white;
    box-shadow:0 15px 35px rgba(139,92,246,0.35);
    transition:.3s;    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: white;
    padding: 18px 22px;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.25);
    font-weight: 800;
    animation: float 4s 
ease-in-out infinite;
}

.hero-section .btn-main:hover{
    transform:translateY(-5px);
}

.hero-section .btn-outline-custom{
    padding:15px 30px;
    border-radius:60px;
    border:1px solid rgba(255,255,255,0.12);
    background:rgba(255,255,255,0.05);
    color:white;
    font-weight:700;
    backdrop-filter:blur(15px);
}

.hero-section .stats-row{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-bottom:28px;
}

.hero-section .stat-card{
    min-width:150px;
    padding:18px;
    border-radius:20px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(20px);
}

.hero-section .stat-number{
    font-size:28px;
    font-weight:800;
    color:white;
}

.hero-section .stat-label{
    color:#94a3b8;
    font-size:13px;
}

.hero-section .dashboard{
    padding:25px;
}

.hero-section .dashboard-top{
    display:flex;
    gap:20px;
    align-items:center;
    margin-bottom:22px;
    flex-wrap:wrap;
}

.hero-section .count-circle{
    width:180px;
    height:180px;
    border-radius:50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 60%), conic-gradient(#6b21a8 0deg, #6b21a8 240deg, rgb(0 0 0 / 59%) 240deg);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    box-shadow:0 0 35px rgba(139,92,246,0.35);
}

.hero-section .count-circle::before{
    content:'';
    position:absolute;
    width:140px;
    height:140px;
    border-radius:50%;
      background: rgb(0 0 0 / 40%);
    border:1px solid rgba(255,255,255,0.08);
}

.hero-section .circle-content{
    position:relative;
    z-index:2;
    text-align:center;
}

.hero-section .circle-content h2{
    font-size:42px;
    font-weight:900;
    color:white;
    margin:0;
}

.hero-section .circle-content p{
    color:#ffffff;
    margin:0;
    font-size:13px;
}

.hero-section .quick-info{
    flex:1;
}

.hero-section .quick-box{
    padding:16px;
    border-radius:18px;
    background:rgba(255, 255, 255, 0.927);
    border:1px solid rgba(255, 255, 255, 0.986);
    margin-bottom:12px;
}

.hero-section .quick-label{
    font-size:11px;
    text-transform:uppercase;
    color:#8b5cf6; font-weight: 700;
    letter-spacing:1px;
}

.hero-section  .quick-value{
    font-size:20px;
    font-weight:800;
    color:rgb(0, 0, 0);
}

.hero-section  .widget-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.hero-section  .widget{
    padding:18px 20px 5px;
    border-radius:20px;
    background:rgba(255, 255, 255, 0.915);
    border:1px solid rgba(255,255,255,0.08);
    text-align:center;
}

.hero-section  .widget i{
    font-size:22px;
    color:#8b5cf6;
    margin-bottom:12px;
}

.hero-section .widget h6{
    color:#8b5cf6;    margin-bottom: 0px;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.hero-section  .widget p{
    color:#000;
    font-weight:800;
    margin:0;
    font-size:40px;
}


@media(max-width:1200px){
  .hero-section   .hero-title{
        font-size:60px;
    }
}

@media(max-width:991px){
  .hero-section   .hero-title{
        font-size:48px;
    }

  .hero-section   .widget-grid{
        grid-template-columns:1fr;
    }

  .hero-section   .right-space{
        min-height:300px;
        margin-top:40px;
    }
}

@media(max-width:767px){
  .hero-section   .hero-title{
        font-size:38px;
    }

  .hero-section   .hero-subtitle{
        font-size:16px;
    }

   .hero-section  .hero-buttons{
        flex-direction:column;
    }

   .hero-section  .btn-main,
   .hero-section  .btn-outline-custom{
        width:100%;
    }

   .hero-section  .dashboard-top{
        flex-direction:column;
    }

   .hero-section .stats-row{
        flex-direction:column;
    }
}

.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)
===================================== */
 .about-section{
      padding:60px 15px 55px;
      position:relative;
      overflow:hidden;    background:
    radial-gradient(circle at top right, rgba(124,58,237,0.08), transparent 30%),
    radial-gradient(circle at bottom left, rgba(168,85,247,0.07), transparent 35%),
    linear-gradient(180deg,#ffffff 0%,#f7f4ff 100%);
 }


  .about-section::before{
    content:'ABOUT AAIC';
    position:absolute;
    top:40px;
    left:50%;
    transform:translateX(-50%);
    font-size:180px;
    font-weight:900;
    color:rgba(124,58,237,0.04);
    white-space:nowrap;
    pointer-events:none;
    letter-spacing:-8px;
}

  .about-section .section-label{
    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);
    font-size:13px;
    font-weight:800;
    color:#7c3aed;
    margin-bottom:25px;
}

  .about-section .section-heading{
    font-size:45px;
    font-weight:900;
    color:#111827;
    margin-bottom:30px;
}

  .about-section .section-heading span{
    color:#7c3aed;
}


  .about-section .image-shell{
    position:relative;
    border-radius:36px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(17,24,39,0.12);
}

  .about-section .image-shell img{
    width:100%;
      height: 680px;
    object-fit:cover;
}

  .about-section .image-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(17,24,39,0.75), transparent 55%);
}

  .about-section .metric-chip{
    position:absolute;
    background:white;
    border-radius:22px;
    padding:18px 22px;
    box-shadow:0 20px 50px rgba(17,24,39,0.12);
}

  .about-section .metric-chip h6{
    font-size:11px;
    color:#9ca3af;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:6px;
    font-weight:700;
}

  .about-section .metric-chip h3{
    font-size:24px;
    font-weight:900;
    margin:0;
    color:#111827;
}

  .about-section .metric-one{
    top:25px;
    right:25px;
}

  .about-section .metric-two{
    bottom:25px;
    left:25px;
    background:linear-gradient(135deg,#7c3aed,#a855f7);
}

  .about-section .metric-two h6,
  .about-section .metric-two h3{
    color:white;
}

  .about-section .story-stack{
    padding-left:35px;
}

  .about-section .story-block{
    position:relative;
        padding: 30px 35px;
    border-radius:30px;
    margin-bottom:28px;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(20px);
    box-shadow:0 20px 60px rgba(17,24,39,0.07);
    border:1px solid rgba(255,255,255,0.8);
    transition:.35s;
}

  .about-section .story-block:hover{
    transform:translateX(12px);
    box-shadow:0 30px 80px rgba(17,24,39,0.12);
}

  .about-section .story-number{
    position:absolute;
    top:25px;
    right:25px;
    font-size:60px;
    font-weight:900;
    color:rgba(124,58,237,0.10);
}

  .about-section .story-block p{
    font-size:17px;
    line-height:1.95;
    color:#6b7280;
    margin:0;
    padding-right:60px;
}

  .about-section .connector{
    position:absolute;
    left:-18px;
    top:50%;
    width:36px;
    height:4px;
    background:linear-gradient(90deg,#7c3aed,#a855f7);
    border-radius:10px;
}

@media(max-width:1200px){
   .about-section    .section-heading{
        font-size:48px;
    }

     .about-section::before{
        font-size:130px;
    }
}

@media(max-width:991px){
    .about-section   .visual-column{
        position:relative;
        margin-bottom:50px;
    }

     .about-section  .story-stack{
        padding-left:0;
    }
  .about-section 
    .connector{
        display:none;
    }

    .about-section   .section-heading{
        font-size:40px;
    }

    .about-section::before{
        display:none;
    }

    .about-section   .image-shell img{
        height:500px;
    }
}

@media(max-width:767px){
     .about-section {
        padding:50px 10px;
    }

    .about-section   .section-heading{
        font-size:30px;
        letter-spacing:-1px;
    }

    .about-section   .story-block{
        padding:25px;
    }

    .about-section   .story-number{
        font-size:42px;
        position:static;
        margin-bottom:15px;
    }

    .about-section   .story-block p{
        padding-right:0;
        font-size:15px;
    }

    .about-section   .metric-chip{
        position:static;
        margin-top:15px;
        display:inline-block;
    }

  .about-section  .image-shell img{
        height:380px;
    }
}

/* =====================================
          SCHEDULE SECTION
===================================== */

/* DAY HEADER */

 .schedule-section{
    position:relative;
   padding:60px 0;
    background:
    radial-gradient(circle at top right, rgba(124,58,237,0.08), transparent 30%),
    radial-gradient(circle at bottom left, rgba(168,85,247,0.06), transparent 35%),
    linear-gradient(180deg,#fcfbff 0%,#f7f4ff 100%);
}

.schedule-section::before{
    content:'SCHEDULE';
    position:absolute;
    top:30px;
    left:50%;
    transform:translateX(-50%);
    font-size:clamp(80px,12vw,220px);
    font-weight:900;
    color:rgba(124,58,237,0.03);
    letter-spacing:-8px;
    pointer-events:none;
}

 .schedule-section .section-head{
    text-align:center;
    margin-bottom:50px;
    position:relative;
    z-index:2;
}

 .schedule-section .top-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    border-radius:50px;
    background:white;
    box-shadow:0 15px 35px rgba(17,24,39,0.06);
    color:#7c3aed;
    font-size:13px;
    font-weight:800;
    margin-bottom:20px;
}

 .schedule-section .main-title{
    font-size:45px;
    font-weight:900;
    color:#111827;
    margin-bottom:15px;
}

 .schedule-section .main-title span{
    color:#7c3aed;
}

 .schedule-section .sub-text{
    color:#6b7280;
    font-size:17px;
    line-height:1.8;
}

 .schedule-section .schedule-wrapper{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:35px;
    align-items:start;
}

 .schedule-section .day-nav{
    position:sticky;
    top:30px;
    background:rgba(255,255,255,0.88);
    backdrop-filter:blur(20px);
    border-radius:30px;
    padding:20px;
    box-shadow:0 20px 60px rgba(17,24,39,0.08);
    z-index:10;
}

 .schedule-section .day-btn{
    width:100%;
    border:none;
    padding:18px 20px;
    border-radius:20px;
    margin-bottom:14px;
    text-align:left;
    font-weight:800;
    background:transparent;
    color:#6b7280;
    transition:.35s;
    cursor:pointer;
}

 .schedule-section .day-btn:last-child{
    margin-bottom:0;
}

 .schedule-section .day-btn.active,
 .schedule-section .day-btn:hover{
    background:linear-gradient(135deg,#7c3aed,#a855f7);
    color:white;
    transform:translateX(8px);
    box-shadow:0 12px 30px rgba(124,58,237,0.25);
}

 .schedule-section .timeline-panel{
    position:relative;
    padding-left:45px;
}

 .schedule-section .timeline-line{
    position:absolute;
    left:12px;
    top:0;
    width:4px;
    height:100%;
    background:linear-gradient(180deg,#7c3aed,#d8b4fe);
    border-radius:10px;
}

 .schedule-section .day-block{
    margin-bottom:45px;
    position:relative;
    scroll-margin-top:100px;
}

 .schedule-section .day-marker{
    position:absolute;
    left:-45px;
    top:24px;
    width:28px;
    height:28px;
    border-radius:50%;
    background:linear-gradient(135deg,#7c3aed,#a855f7);
    box-shadow:0 0 0 8px rgba(124,58,237,0.12);
}

 .schedule-section .day-card{
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(18px);
    border-radius:30px;
    padding:35px;
    box-shadow:0 20px 60px rgba(17,24,39,0.08);
    transition:.35s;
}

 .schedule-section .day-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(17,24,39,0.12);
}

 .schedule-section .day-label{
    display:inline-block;
    padding:8px 16px;
    border-radius:30px;
    background:#f3e8ff;
    color:#7c3aed;
    font-size:12px;
    font-weight:800;
    margin-bottom:18px;
}

 .schedule-section .day-date{
    font-size:34px;
    font-weight:900;
    color:#111827;
    margin-bottom:25px;
}

 .schedule-section .schedule-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

 .schedule-section .schedule-item{
    display:flex;
    gap:18px;
    align-items:flex-start;
    padding:18px;
    border-radius:20px;
    background:#faf9ff;
    transition:.3s;
}

 .schedule-section .schedule-item:hover{
    background:#f3e8ff;
    transform:translateX(8px);
}

 .schedule-section .icon-box{
    width:50px;
    height:50px;
    border-radius:16px;
    background:linear-gradient(135deg,#7c3aed,#a855f7);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    flex-shrink:0;
}

 .schedule-section .schedule-time{
    font-size:13px;
    font-weight:800;
    color:#7c3aed;
    margin-bottom:5px;
}

 .schedule-section .schedule-title{
    font-size:16px;
    font-weight:700;
    color:#111827;
    line-height:1.5;
}
 .schedule-section .day-header{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:nowrap;
    margin-bottom:20px;
}

 .schedule-section .day-label{
    margin:0;
    white-space:nowrap;
    padding:8px 14px;
    border-radius:30px;
    background:#f3e8ff;
    color:#7c3aed;
    font-size:12px;
    font-weight:800;
    flex-shrink:0;
}
 .schedule-section .day-block:last-child{
    margin-bottom:0 !important;
}
 .schedule-section .day-date{
    margin:0;
    font-size:28px;
    font-weight:900;
    color:#111827;
    white-space:nowrap;
    line-height:1;
}
@media(max-width:991px){
   .schedule-section  .schedule-wrapper{
        grid-template-columns:1fr;
    }

   .schedule-section  .day-nav{
        position:relative;
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .schedule-section .day-btn{
        margin:0;
        text-align:center;
    }

    .schedule-section .timeline-panel{
        padding-left:30px;
    }

    .schedule-section .day-marker{
        left:-30px;
    }
}

@media(max-width:767px){
    .schedule-section .section-head {
    text-align: center;
    margin-bottom: 20px;}
    .schedule-section{
        padding:40px 0;
    }

   .schedule-section  .schedule-section::before{
        display:none;
    }

   .schedule-section  .day-nav{
        grid-template-columns:1fr; display: none;
    }

   .schedule-section  .timeline-panel{
        padding-left:20px;
    }

   .schedule-section  .timeline-line{
        left:7px;
    }

   .schedule-section  .day-marker{
        left:-20px;
        width:20px;
        height:20px;
    }

    .schedule-section .day-card{
        padding:22px;
    }

   .schedule-section  .day-date{
        font-size:24px;
    }

   .schedule-section  .schedule-item{
        flex-direction:column;
    }
}
    @media(max-width:576px){
   .schedule-section   .day-header{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .schedule-section  .day-date{
        font-size:22px;
    }
}
/* =====================================
          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
===================================== */


.housing-section{
    position:relative;
      padding: 60px 15px 60px;
    background:
    radial-gradient(circle at top right, rgba(124,58,237,0.08), transparent 30%),
    radial-gradient(circle at bottom left, rgba(168,85,247,0.06), transparent 35%),
    linear-gradient(180deg,#fcfbff 0%,#f7f4ff 100%);
    overflow:hidden;
}

.housing-section::before{
    content:'HOUSING';
    position:absolute;
    top:30px;
    left:50%;
    transform:translateX(-50%);
    font-size:clamp(70px,10vw,180px);
    font-weight:900;
    color:rgba(124,58,237,0.03);
    letter-spacing:-8px;
    white-space:nowrap;
    pointer-events:none;
}

  .housing-section .glow{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    z-index:0;
}

  .housing-section .glow.one{
    width:220px;
    height:220px;
    background:rgba(124,58,237,0.15);
    top:150px;
    left:-70px;
}

  .housing-section .glow.two{
    width:280px;
    height:280px;
    background:rgba(168,85,247,0.14);
    bottom:50px;
    right:-90px;
}

  .housing-section  .section-head{
    text-align:center;
    position:relative;
    z-index:5;
    margin-bottom:45px;
}

  .housing-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:#7c3aed;
    font-size:13px;
    font-weight:800;
    margin-bottom:18px;
}

  .housing-section  .main-title{
    font-size:45px;
    font-weight:900;
    color:#111827;
    margin-bottom:18px;
}

  .housing-section .main-title span{
    color:#7c3aed;
}

  .housing-section .sub-text{
    max-width:860px;
    margin:auto;
    font-size:17px;
    line-height:1.9;
    color:#6b7280;
}

  .housing-section .main-card{
    position:relative;
    z-index:3;
    background:rgba(255,255,255,0.82);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,0.8);
    border-radius:34px;
    padding:28px;
    box-shadow:0 30px 80px rgba(17,24,39,0.08);
}

  .housing-section .visual-box{
    position:relative;
    height:430px;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(17,24,39,0.12);
    transition:.6s ease;
}

  .housing-section .visual-box:hover{
    transform:translateY(-8px);
}

  .housing-section .visual-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 1s ease;
}

  .housing-section .visual-box:hover img{
    transform:scale(1.08);
}

  .housing-section .visual-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(17,24,39,0.55), transparent 60%);
}

  .housing-section .mini-glass{
    position:absolute;
      background: rgb(255 255 255);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,0.25);
    border-radius:22px;
    padding:18px;
    color:white;
    width:220px;
    box-shadow:0 18px 45px rgba(17,24,39,0.15);
    transition:.4s ease;
}

  .housing-section .mini-glass:hover{
    transform:translateY(-10px);
}

  .housing-section .mini-glass h5{
    font-size:16px;
    font-weight:900;
    margin-bottom:8px;
}

  .housing-section .mini-glass p{
    margin:0;
    font-size:13px;
    line-height:1.6;
    color:rgba(0, 0, 0, 0.92);
}

  .housing-section .glass-one{
    top:20px;
    right:20px;
}

  .housing-section .glass-two{
    bottom:20px;
    left:20px;
}

  .housing-section .content-side{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-left:20px;
}

  .housing-section .content-title{
    font-size:40px;
    font-weight:900;
    color:#111827;
    margin-bottom:18px;
}

  .housing-section .content-text{
    font-size:16px;
    line-height:1.9;
    color:#6b7280;
    margin-bottom:28px;
}

  .housing-section .feature-grid{
    display:grid;
    gap:16px;
}

  .housing-section .feature-card{
    background:white;
    border-radius:22px;
    padding:20px;
    box-shadow:0 15px 40px rgba(17,24,39,0.06);
    transition:.4s ease;
    display:flex;
    gap:16px;
    align-items:flex-start;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}

  .housing-section .feature-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(124,58,237,0.05), transparent 60%);
    opacity:0;
    transition:.4s;
}

  .housing-section .feature-card:hover{
    transform:translateX(10px) translateY(-5px);
    box-shadow:0 25px 60px rgba(124,58,237,0.14);
}

  .housing-section .feature-card:hover::before{
    opacity:1;
}

  .housing-section .icon-box{
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,#7c3aed,#a855f7);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:20px;
    flex-shrink:0;
    box-shadow:0 15px 35px rgba(124,58,237,0.22);
    position:relative;
    z-index:2;
}

  .housing-section .feature-content{
    position:relative;
    z-index:2;
}

  .housing-section .feature-content h4{
    font-size:20px;
    font-weight:900;
    color:#111827;
    margin-bottom:8px;
}

  .housing-section .feature-content p{
    margin:0;
    color:#6b7280;
    font-size:14px;
    line-height:1.8;
}

@media(max-width:991px){
    .housing-section   .content-side{
        padding-left:0;
        margin-top:30px;
    }

    .housing-section   .visual-box{
        height:360px;
    }
}

@media(max-width:767px){
    .housing-section{
        padding:40px 10px;
    }

     .housing-section  .housing-section::before{
        display:none;
    }

     .housing-section  .main-card{
        padding:18px;
        border-radius:24px;
    }

     .housing-section  .visual-box{
        height:280px;
        border-radius:20px;
    }

     .housing-section  .mini-glass{
        width:170px;
        padding:14px;
    }

    .housing-section   .sub-text,
    .housing-section   .content-text{
        font-size:14px;
    }

    .housing-section   .feature-card{
        flex-direction:column;
    }

  .housing-section  .feature-content h4{
        font-size:18px;
    }
}

.premium-cta-wrap{
position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 30px 40px;
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 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
===================================== */

 .stats-section{
    position:relative;
    padding:60px 20px;
    overflow:hidden;
    background:
    radial-gradient(circle at top right, rgba(124,58,237,0.08), transparent 30%),
    radial-gradient(circle at bottom left, rgba(168,85,247,0.06), transparent 35%),
    linear-gradient(180deg,#fcfbff 0%,#f7f4ff 100%);
}

.stats-section::before{
    content:'AAIC 2026';
    position:absolute;
    top:30px;
    left:50%;
    transform:translateX(-50%);
    font-size:clamp(80px,14vw,220px);
    font-weight:900;
    color:rgba(124,58,237,0.03);
    letter-spacing:-8px;
    pointer-events:none;
    white-space:nowrap;
}

 .stats-section  .section-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    border-radius:50px;
    background:white;
    box-shadow:0 15px 35px rgba(17,24,39,0.06);
    color:#7c3aed;
    font-size:13px;
    font-weight:800;
    margin-bottom:20px;
}

 .stats-section  .section-title{
    font-size:45px;
    font-weight:900;
    color:#111827;
    margin-bottom:20px;
}

 .stats-section  .section-title span{
    color:#7c3aed;
}

 .stats-section  .section-text{
    font-size:18px;
    line-height:1.9;
    color:#6b7280;
    max-width:900px;
}

 .stats-section .hero-panel{
    position:relative;
    margin-top:50px;
    border-radius:40px;
    padding:60px 40px;
    background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 45%,#9333ea 100%);
    overflow:hidden;
    box-shadow:0 35px 100px rgba(124,58,237,0.28);
}

 .stats-section .hero-panel::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    top:-140px;
    right:-80px;
}

 .stats-section .hero-panel::after{
    content:'';
    position:absolute;
    width:240px;
    height:240px;
    border-radius:50%;
    background:rgba(255,255,255,0.06);
    bottom:-80px;
    left:-40px;
}

 .stats-section  .hero-content{
    position:relative;
    z-index:2;
}

 .stats-section  .hero-title{
    font-size:65px;
    font-weight:900;
    color:white;
    line-height:1.08;
    margin-bottom:20px;
}

 .stats-section  .hero-text{
    color:rgba(255,255,255,0.92);
    font-size:18px;
    line-height:1.9;
    max-width:500px;
}

 .stats-section .stats-stack{
    position:relative;
    height:100%;
    min-height:420px;
}

 .stats-section .floating-stat{
    position:absolute;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(18px);
    border-radius:28px;
    padding:28px;
    box-shadow:0 25px 60px rgba(17,24,39,0.10);
    min-width:220px;
    transition:.35s;
}

 .stats-section .floating-stat:hover{
    transform:translateY(-10px) scale(1.03);
}

 .stats-section .floating-stat h2{
    font-size:42px;
    font-weight:900;
    color:#7c3aed;
    margin-bottom:8px;
}

 .stats-section .floating-stat p{
    margin:0;
    color:#6b7280;
    font-weight:700;
}

 .stats-section .stat-1{
    top:0;
    right:40px;
}

 .stats-section .stat-2{
    top:150px;
    left:20px;
}

 .stats-section .stat-3{
    bottom:0;
    right:0;
}

 .stats-section .metric-cards{
    margin-top:50px;
}

 .stats-section  .metric-card{
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(20px);
    border-radius:32px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 20px 60px rgba(17,24,39,0.07);
    border:1px solid rgba(255,255,255,0.8);
    transition:.35s;
    height:100%;
}

 .stats-section .metric-card:hover{
    transform:translateY(-12px);
    box-shadow:0 35px 80px rgba(17,24,39,0.12);
}

 .stats-section  .metric-icon{
    width:72px;
    height:72px;
    border-radius:22px;
    margin:0 auto 20px;
    background:linear-gradient(135deg,#7c3aed,#a855f7);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:24px;
    box-shadow:0 15px 35px rgba(124,58,237,0.25);
}

 .stats-section .metric-number{
    font-size:42px;
    font-weight:900;
    color:#111827;
    margin-bottom:10px;
}

 .stats-section  .metric-text{
    color:#6b7280;
    font-weight:700;
    margin:0;
}

@media(max-width:1200px){
   .stats-section   .floating-stat{
        min-width:190px;
    }
}

@media(max-width:991px){
 .stats-section  .stats-stack{
        min-height:auto;
        margin-top:20px;
        display:grid;
        gap:20px;
    }

  .stats-section    .floating-stat{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        width:100%;
    }

  .stats-section    .hero-panel{
        padding:40px;    margin-top: 40px;
    }
}

@media(max-width:767px){
    .stats-section .hero-title {
    font-size: 40px;}
    .stats-section{
        padding:40px 10px;
    }

   .stats-section   .stats-section::before{
        display:none;
    }

 .stats-section .hero-panel{
        padding:28px;
        border-radius:28px;
    }

   .stats-section   .section-text,
   .stats-section   .hero-text{
        font-size:15px;
    }

   .stats-section   .metric-card{
        padding:28px 20px;
    }

   .stats-section   .metric-number{
        font-size:32px;
    }

  .stats-section  .floating-stat h2{
        font-size:32px;
    }
}

/* =====================================
          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: 55px;
    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: #7c3aed;
    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: #7c3aed;
}
  .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,#7c3aed,#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,#7c3aed,#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 Cards */
  .faq-premium-section  .faq-stack{
    position:relative;
    z-index:2;
}

 .elite-faq-section{
    position:relative;
}

 .elite-faq-section .bg-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    z-index:0;
}

 .elite-faq-section .orb-1{
    width:260px;
    height:260px;
    background:rgba(124,58,237,0.14);
    top:120px;
    left:-80px;
}

 .elite-faq-section .orb-2{
    width:300px;
    height:300px;
    background:rgba(168,85,247,0.12);
    bottom:40px;
    right:-100px;
}

 .elite-faq-section .faq-head{
    position:relative;
    z-index:5;
    margin-bottom:50px;
}

 .elite-faq-section .faq-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:#7c3aed;
    font-size:13px;
    font-weight:800;
    margin-bottom:18px;
}

 .elite-faq-section .faq-head h2{
    font-size:40px;
    font-weight:900;
    color:#111827;
    margin-bottom:18px;
}

 .elite-faq-section .faq-head h2 span{
    color:#7c3aed;
}

 .elite-faq-section .faq-head p{
    max-width:760px;
    margin:auto;
    font-size:17px;
    line-height:1.9;
    color:#6b7280;
}

 .elite-faq-section .faq-stack{
    position:relative;
    z-index:3;
}

 .elite-faq-section .faq-card{
    background:rgba(255,255,255,0.88);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,0.8);
    border-radius:28px;
    margin-bottom:18px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(17,24,39,0.06);
    transition:.35s ease;
    cursor:pointer;
}

 .elite-faq-section .faq-card:hover{
    transform:translateX(10px);
    box-shadow:0 30px 70px rgba(124,58,237,0.12);
}

 .elite-faq-section .faq-header{
    padding:22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}

 .elite-faq-section .faq-left{
    display:flex;
    align-items:center;
    gap:16px;
}

 .elite-faq-section .faq-icon{
    width:60px;
    height:60px;
    border-radius:20px;
    background:linear-gradient(135deg,#7c3aed,#a855f7);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:20px;
    flex-shrink:0;
    box-shadow:0 15px 35px rgba(124,58,237,0.20);
}

 .elite-faq-section .faq-title{
    font-size:19px;
    font-weight:800;
    color:#111827;
    line-height:1.4;
}

 .elite-faq-section .faq-arrow{
    width:46px;
    height:46px;
    border-radius:16px;
    background:#f3e8ff;
    color:#7c3aed;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
    flex-shrink:0;
}

 .elite-faq-section .faq-card.active .faq-arrow{
    transform:rotate(180deg);
    background:#7c3aed;
    color:white;
}

 .elite-faq-section .faq-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
}

 .elite-faq-section .faq-card.active .faq-content{
    max-height:300px;
}

 .elite-faq-section .faq-inner{
    padding:0 22px 22px 98px;
    color:#6b7280;
    line-height:1.9;
    font-size:15px;
}

@media(max-width:991px){
  .elite-faq-section   .premium-panel{
        position:relative;
        top:auto;
    }
}

@media(max-width:767px){
    .mpbo00{padding-left: 0px!important; padding-right: 0px!important;}
    .elite-faq-section{
               padding: 20px 0 0px;
    }

  .elite-faq-section   .faq-head p{
        font-size:14px;
    }

   .elite-faq-section  .faq-title{
        font-size:16px;
    }

   .elite-faq-section  .faq-inner{
        padding:0 18px 18px 18px;
        font-size:14px;
    }

    .elite-faq-section .faq-header{
        padding:18px;
    }

    .elite-faq-section .faq-icon{
        width:50px;
        height:50px;
        border-radius:16px;
        font-size:18px;
    }

}

/* FORM */
  .faq-premium-section  .register-panel{
    background:linear-gradient(135deg,#5b21b6,#7c3aed,#6b21a8);
    border-radius:36px;
    padding:40px;
    position:relative;
    overflow:hidden;
    box-shadow:0 35px 90px rgba(124,58,237,.25);
    z-index:2;
}

  .faq-premium-section  .register-panel::before{
    content:'';
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-80px;
    right:-80px;
}

  .faq-premium-section  .register-panel::after{
    content:'';
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    bottom:-60px;
    left:-60px;
}

  .faq-premium-section  .form-title{
    font-size:40px;
    font-weight:900;
    color:white;
    line-height:1.05;
    margin-bottom:18px;
    position:relative;
    z-index:2;
}

  .faq-premium-section  .form-text{
    color:rgba(255,255,255,.92);
    line-height:1.8;
    font-size:17px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

  .faq-premium-section  .form-box{
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(20px);
    padding:28px;
    border-radius:28px;
    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:#7c3aed;
    z-index:2;
}

  .faq-premium-section  .form-control,
  .faq-premium-section  .form-select{
    border:none;
    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,#7c3aed,#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:#7c3aed;
    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;
    }
}

@media(max-width:768px){
   .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    .form-box{
           padding: 30px 15px;
    }

    .faq-premium-section   .faq-inner{
        padding:0 20px 20px 20px;
    }

  .faq-premium-section  .faq-title{
        font-size:15px;
    }
}

/* =====================================
          VENUE + CONTACT
====================================
= */
/* ---------- HEADER ---------- */
.sectioncontact{padding: 50px 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, #7c3aed, #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, #7c3aed, #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 rgba(194,58,82,0.35);
  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 / Event Style)
============================================== */
/* ==============================================
   EVENT INFO + FOOTER SECTION
   Modern Conference/Event Style Footer
============================================== */
/* FOOTER */


.footer-premium{
    background:rgba(255,255,255,0.72);
    backdrop-filter:blur(28px);
    border:1px solid rgba(255,255,255,0.95);
    border-radius:32px;
        padding: 40px 15px 20px;
    box-shadow:
    0 25px 70px rgba(124,58,237,0.10),
    inset 0 1px 0 rgba(255,255,255,0.95);
    position:relative;
    overflow:hidden;
}


/* BRAND */
.footer-premium .brand-box{
    background:linear-gradient(135deg,#7c3aed,#6b21a8);
    border-radius:26px;
    padding:26px;
    color:#fff;
    height:100%;
    box-shadow:0 20px 50px rgba(124,58,237,0.25);
    position:relative;
    overflow:hidden;
}

.footer-premium .brand-box::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    top:-50px;
    right:-40px;
}

.footer-premium .brand-top{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:16px;
}

.footer-premium .brand-icon{
    width:65px;
    height:65px;
    border-radius:20px;
    background:rgba(255,255,255,0.16);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    flex-shrink:0;
}
.footer-premium .footer-bottom a{text-decoration: none;}
.footer-premium .brand-box h2{
    font-size:34px;
    font-weight:900;
    margin:0;    color: #fff;
}

.footer-premium .brand-box h5{
    font-size:16px;    color: #fff;
    font-weight:600;
    line-height:1.5;
    margin:0;
    opacity:0.95;
}

.footer-premium .brand-box p{
       font-size: 16px;
    line-height:1.7;
    margin:0;
    opacity:0.95;
}

/* INFO CARDS */
.footer-premium .info-card{
    background:rgba(255,255,255,0.85);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,0.95);
    border-radius:24px;
    padding:24px;
    height:100%;
    box-shadow:0 18px 40px rgba(124,58,237,0.08);
    transition:0.35s;
}

.footer-premium .info-card:hover{
    transform:translateY(-8px);
}

.footer-premium .info-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
}

.footer-premium .info-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:linear-gradient(135deg,#7c3aed,#6b21a8);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.footer-premium .info-head h6{
    font-size:13px;
    font-weight:800;
    letter-spacing:1px;
    color:#7c3aed;
    margin:0;
}

.footer-premium .info-card h4{
    font-size:24px;
    font-weight:800;
    color:#140b35;
    margin-bottom:10px;
}

.footer-premium .info-card p{
    font-size:14px;
    line-height:1.7;
    color:#64748b;
    margin:0;
}

/* BOTTOM */
.footer-premium .footer-bottom{
    margin-top:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    flex-wrap:wrap;
}

.footer-premium .policy-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.footer-premium .policy-chip{
    padding:12px 18px;
    border-radius:999px;
    background:rgba(255,255,255,0.82);
    border:1px solid rgba(255,255,255,0.95);
    font-size:13px;
    font-weight:700;
    color:#475569;
    display:flex;
    align-items:center;
    gap:8px;
    transition:0.3s;
}

.footer-premium .policy-chip:hover{
    transform:translateY(-4px);
    color:#7c3aed;
}

.footer-premium .policy-chip i{
    color:#7c3aed;
}

.footer-premium .back-btn{
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    background:linear-gradient(135deg,#7c3aed,#6b21a8);
    color:#fff;
    font-size:20px;
    box-shadow:0 18px 40px rgba(124,58,237,0.28);
    transition:0.3s;
    flex-shrink:0;
}

.footer-premium .back-btn:hover{
    transform:translateY(-5px) scale(1.06);
}

/* RESPONSIVE */
@media(max-width:991px){
   .footer-premium .brand-box{
        margin-bottom:20px;
    }
}

@media(max-width:768px){
    .footer-premium{
         padding: 40px 15px;
    }

   .footer-premium .brand-box h2{
        font-size:28px;
    }

   .footer-premium .info-card{
        margin-bottom:16px;
    }

.footer-premium .footer-bottom{
        flex-direction:column;
        align-items:center;
    }

  .footer-premium  .policy-list{
        justify-content:center;
    }
}

@media(max-width:576px){
  .footer-premium  .brand-top{
        flex-direction:column;
        text-align:center;
    }

 .footer-premium   .policy-chip{
        width:100%;
        justify-content:center;
    }

  .footer-premium  .info-card h4{
        font-size:20px;
    }
}

.scroll-top{
    position: fixed !important;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #6b21a8);
    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);
}

.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);
}

@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) {
    .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 {
    padding: 3rem 10px 45px 10px;}
    .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 #7c3aed;
    color:#7c3aed;
}
.btn-outline-premium:hover{
    background:#7c3aed;
    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,#7c3aed,#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%;
}