 :root{
      --primary:#0754a3;
      --secondary:#e82691;
      --gold:#ffe26a;
      --dark:#041b3d;
    }

    body{
      margin:0;
      font-family:'Segoe UI', sans-serif;
      background:#f5f8ff;
      overflow-x:hidden;
    }

    /* Header */
    .top-header{
      background:linear-gradient(90deg,var(--primary),#04346b);
      color:#fff;
      padding:8px 0;
      font-size:15px;
    }

    .navbar{
      background:rgba(255,255,255,0.95);
      backdrop-filter:blur(14px);
      box-shadow:0 10px 30px rgba(0,0,0,.12);
    }

    .navbar-brand img{
      height:65px;
    }

    .nav-link{
      font-weight:700;
      color:#073b78 !important;
      padding:12px 9px 12px 10px !important;
      position:relative;
    }

    .nav-link:hover,
    .dropdown-item:hover{
      color:var(--secondary)!important;
    }

    .dropdown-menu{
      border:0;
      border-radius:14px;
      box-shadow:0 15px 35px rgba(0,0,0,.15);
    }
	 
	.logocontrol {
	
	margin-left:auto;
	margin-right:auto;
	
}
.logocontrol1 {
	display:none !important;
}

	  

   /* @media(min-width:992px){
      .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
      }
    }*/


@media(min-width:992px){

    .navbar .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
    }

}



@media(max-width:991px){

    .dropdown-menu{
        border:none;
        box-shadow:none;
        background:#f8fbff;
        padding-left:10px;
    }

    .dropdown-item{
        padding:10px 15px;
    }

}



    /* Hero Slider */
    .hero-slide{
      min-height:90vh;
      background-size:cover;
      background-position:center;
      position:relative;
      display:flex;
      align-items:center;
    }

    .hero-slide::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(90deg,rgba(2,30,72,.92),rgba(5,84,163,.72),rgba(0,0,0,.25));
    }

    .hero-content{
      position:relative;
      z-index:2;
      color:#fff;
      max-width:850px;
		margin-left: 80px;   /* shifts content to right */
    }

    .hero-content h1{
      font-size:clamp(38px,5vw,82px);
      font-weight:900;
      text-transform:uppercase;
      line-height:1.05;
    }

    .hero-content h3{
      color:var(--gold);
      font-weight:800;
      margin:25px 0;
    }

    .hero-info{
      background:var(--secondary);
      display:inline-flex;
      gap:25px;
      flex-wrap:wrap;
      padding:16px 28px;
      border-radius:50px;
      font-size:22px;
      font-weight:800;
      box-shadow:0 15px 40px rgba(232,38,145,.4);
    }
	  
	  .btn-main2{
		  
		width: 100% !important;
		  text-align: center !important;
		  
	  }  

    .btn-main{
      background:linear-gradient(90deg, #ee840e,#ff5eb8);
      color:#fff;
      padding:14px 34px;
      border-radius:40px;
      font-weight:800;
      text-decoration:none;
      display:inline-block;
      margin-top:28px;
      box-shadow:0 10px 30px rgba(232,38,145,.35);
      transition:.4s;
    }

    .btn-main:hover{
      transform:translateY(-5px);
      color:#fff;
    }

    /* Sections */
    section{
      padding:80px 0;
    }

    .section-title{
      text-align:center;
      margin-bottom:45px;
    }

    .section-title h2{
      font-weight:900;
      color:var(--primary);
      text-transform:uppercase;
    }

    .section-title p{
      color:#666;
      font-size:18px;
    }

    /* Glass Cards */
    .glass-section{
      background:
        linear-gradient(rgba(4,27,61,.85),rgba(4,27,61,.88)),
        url('AHPI 2026 Leadership Summit-3.jpg') center/cover fixed;
      color:#fff;
    }

    .glass-card{
      background:rgba(255,255,255,.14);
      backdrop-filter:blur(18px);
      border:1px solid rgba(255,255,255,.25);
      border-radius:28px;
      padding:35px;
      height:100%;
      box-shadow:0 25px 55px rgba(0,0,0,.25);
      transition:.4s;
    }

    .glass-card:hover{
      transform:translateY(-12px) scale(1.02);
      background:rgba(255,255,255,.22);
    }

    .glass-card i{
      font-size:42px;
      color:var(--gold);
      margin-bottom:15px;
    }

    .price{
      font-size:34px;
      font-weight:900;
      color:#fff;
    }

    .highlight{
      color:var(--gold);
      font-weight:900;
    }

    /* Feature cards */
    .feature-card{
      background:#fff;
      border-radius:24px;
      padding:32px;
      text-align:center;
      height:100%;
      box-shadow:0 15px 35px rgba(0,0,0,.09);
      transition:.4s;
    }

    .feature-card:hover{
      transform:translateY(-10px);
      box-shadow:0 25px 45px rgba(0,0,0,.16);
    }

    .feature-card i{
      font-size:45px;
      color:var(--secondary);
      margin-bottom:18px;
    }

    /* Footer */
    footer{
      background:#041b3d;
      color:#fff;
      padding:55px 0 20px;
    }

    footer a{
      color:#fff;
      text-decoration:none;
    }

    .footer-icon{
      width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--secondary);
      border-radius:50%;
      margin-right:10px;
    }

    @media(max-width:768px){
      .hero-slide{
        min-height:84vh;
        text-align:center;
      }
		
	.hero-content{
    margin-left: 20px;
    text-align: center;
  }	

      .hero-info{
        font-size:16px;
        border-radius:22px;
        justify-content:center;
      }

      .navbar-brand img{
        height:52px;
      }

      section{
        padding:55px 0;
      }
			
    }
	  
	
	  
	  
	  
	  /*Committee Start*/
	  
	  
.committee-3d-section{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:
        radial-gradient(circle at top left, rgba(111,195,255,.35), transparent 35%),
        linear-gradient(135deg,#03142f 0%,#0754a3 45%,#0a7cff 100%);
    color:#fff;
}

.committee-label{
    display:inline-block;
    padding:8px 22px;
    border-radius:30px;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter:blur(12px);
    font-weight:800;
    letter-spacing:2px;
    margin-bottom:14px;
}

.committee-3d-section .section-title h2{
    color:#fff;
    font-size:42px;
    font-weight:900;
}

.committee-3d-section .section-title p{
    color:#dceeff;
}

.committee-3d-banner{
    position:relative;
    padding:45px;
    border-radius:40px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter:blur(22px);
    box-shadow:
        0 35px 80px rgba(0,0,0,.35),
        inset 0 0 40px rgba(255,255,255,.12);
    transform-style:preserve-3d;
    animation:bannerFloat 5s ease-in-out infinite;
}

.committee-3d-banner::before{
    content:"";
    position:absolute;
    inset:18px;
    border-radius:32px;
    border:1px solid rgba(255,255,255,.18);
    pointer-events:none;
}

.committee-3d-card{
    position:relative;
    text-align:center;
    padding:25px 18px;
    border-radius:30px;
    background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.08));
    border:1px solid rgba(255,255,255,.25);
    box-shadow:0 20px 45px rgba(0,0,0,.22);
    transition:.5s ease;
    transform-style:preserve-3d;
}

.committee-3d-card:hover{
    transform:translateY(-18px) rotateX(8deg) rotateY(-8deg) scale(1.03);
    box-shadow:0 35px 70px rgba(0,0,0,.38);
}

.committee-photo{
    width:170px;
    height:170px;
    margin:0 auto 22px;
    border-radius:50%;
    overflow:hidden;
    border:6px solid rgba(255,255,255,.9);
    box-shadow:
        0 20px 40px rgba(0,0,0,.35),
        0 0 0 10px rgba(255,255,255,.08);
    transform:translateZ(40px);
}

.committee-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.committee-3d-card:hover .committee-photo img{
    transform:scale(1.15);
}

.committee-3d-card h4{
    color:#fff;
    font-weight:900;
    font-size:20px;
    margin-bottom:6px;
    transform:translateZ(35px);
}

.committee-3d-card p{
    color:#ffe26a;
    font-weight:700;
    margin:0;
    transform:translateZ(30px);
}

.committee-bg-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(20px);
    opacity:.5;
    animation:moveShape 8s linear infinite alternate;
}

.shape-1{
    width:280px;
    height:280px;
    background:#6fc3ff;
    top:-80px;
    left:-70px;
}

.shape-2{
    width:360px;
    height:360px;
    background:#e82691;
    bottom:-140px;
    right:-100px;
}



@media(max-width:768px){
    .committee-3d-banner{
        padding:25px;
        border-radius:28px;
    }

    .committee-3d-section .section-title h2{
        font-size:32px;
    }

    .committee-photo{
        width:150px;
        height:150px;
    }
}	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  /*committee end*/








.venue-section{
    background:linear-gradient(135deg,#f8fbff,#eef6ff);
    position:relative;
    overflow:hidden;
}

.venue-image-box{
    position:relative;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 25px 55px rgba(0,0,0,.18);
    animation:venueFloat 5s ease-in-out infinite;
}

.venue-image-box img{
    width:100%;
    height:500px;
    object-fit:cover;
    transition:.5s;
}

.venue-image-box:hover img{
    transform:scale(1.08);
}

.venue-overlay-text{
    position:absolute;
    bottom:30px;
    left:30px;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(15px);
    padding:20px 30px;
    border-radius:20px;
    color:#fff;
}

.venue-overlay-text h3{
    font-weight:800;
    margin-bottom:5px;
}

.venue-glass-card{
    background:rgba(255,255,255,.7);
    backdrop-filter:blur(20px);
    border-radius:30px;
    padding:40px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.venue-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(90deg,#0754a3,#e82691);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    margin-bottom:20px;
}

.venue-list{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.venue-list li{
    margin-bottom:12px;
    font-weight:600;
}

.venue-list i{
    color:#0754a3;
    margin-right:8px;
}

@keyframes venueFloat{
    0%,100%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-12px);
    }
}

@media(max-width:768px){
    .venue-image-box img{
        height:350px;
    }

    .venue-glass-card{
        padding:25px;
    }
}


/*@media(min-width: 1400px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
	}
}*/

.home-banner-section{
    padding:0;
    margin:0;
    overflow:hidden;
}

.banner-wrapper{
    position:relative;
    width:100%;
    overflow:hidden;
}

.banner-wrapper img{
    width:100%;
    height:auto;
    display:block;
}

/* desktop banner */
.banner-desktop{
    display:block;
}

/* mobile banner */
.banner-mobile{
    display:none;
}

/* Mobile Responsive */
@media(max-width:768px){

    .banner-desktop{
        display:none;
    }

    .banner-mobile{
        display:block;
    }

    .banner-wrapper img{
        width:100%;
        height:auto;
        object-fit:cover;
    }
}


@media (max-width: 575.98px) {

	 .logocontrol1 {
    width: 100% !important;
	display: block !important;
}
.logocontrol {
	display:none !important;
}
	
}


/* Partners Section */
.partners-section{
    position:relative;
    padding:90px 0;
    background:
        radial-gradient(circle at top right, rgba(7,84,163,.08), transparent 30%),
        linear-gradient(135deg,#f8fbff,#eef5ff);
    overflow:hidden;
}

.partner-card{
    position:relative;
    height:180px;
    /*background:rgba(255,255,255,.75);*/
    backdrop-filter:blur(18px);
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:35px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.6);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
    transition:.5s ease;
	    background-color: #FFFFFF;
}

.partner-card::before{
    content:"";
    position:absolute;
    inset:0;
    /*background:linear-gradient(
        135deg,
        rgba(7,84,163,.08),
        rgba(232,38,145,.08)
    );*/
    opacity:0;
    transition:.5s;
}

.partner-card:hover{
    transform:translateY(-12px) scale(1.03);
    box-shadow:0 30px 60px rgba(0,0,0,.18);
}

.partner-card:hover::before{
    opacity:1;
}

.partner-card img{
    max-width:100%;
    max-height:133px;
    object-fit:contain;
    position:relative;
    z-index:2;
    transition:.5s;
    /*filter:grayscale(100%);*/
}

.partner-card:hover img{
    transform:scale(1.08);
    /*filter:grayscale(0%);*/
}

/* Mobile */
@media(max-width:768px){

    .partners-section{
        padding:60px 0;
    }

    .partner-card{
        height:150px;
        padding:25px;
    }

    .partner-card img{
        max-height:70px;
    }
}


/*award start*/

.award-fee-section {
  padding: 80px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(212,175,55,0.35), transparent 18%),
    radial-gradient(circle at 80% 15%, rgba(255,215,100,0.28), transparent 20%),
    radial-gradient(circle at 70% 80%, rgba(212,175,55,0.25), transparent 22%),
    #12110f;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.award-title h2,
.apply-box h3 {
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #9b6428, #d4af37, #f7d85c);
}

.award-fee-card {
  max-width: 90%;
  margin: auto;
  padding: 35px;
  border: 1px solid rgba(212,175,55,0.6);
  background: rgba(0,0,0,0.35);
}

.award-fee-card ul {
  padding-left: 22px;
  margin-bottom: 30px;
}

.award-fee-card li {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.6;
}

.bank-details div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  margin-bottom: 14px;
}

.bank-details span {
  font-weight: 800;
  color: #fff;
}

.bank-details p {
  margin: 0;
  color: #f3f3f3;
}

.apply-box {
  max-width: 680px;
  margin: 0px auto 20px;
  text-align: center;
  border: 1px solid #d4af37;
  background: rgba(0,0,0,0.4);
}

.apply-box h3 {
  margin-bottom: 0;
}

.apply-box p {
  margin: 20px 15px 5px;
  font-size: 18px;
}

.apply-box a {
  display: inline-block;
  margin-bottom: 22px;
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

.apply-alt {
  text-align: center;
  margin: 25px 0;
  font-size: 22px;
  font-weight: 600;
}

.apply-route {
  max-width: 680px;
  margin: auto;
  padding: 18px 25px;
  text-align: center;
  border: 2px solid #d4af37;
  font-size: 18px;
  line-height: 1.6;
}

.contact-box {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #b88a28;
  text-align: center;
}

.contact-box h4 {
  color: #f3c400;
  font-size: 24px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .bank-details div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .award-fee-card {
    padding: 25px 18px;
  }	
	
}


.award-guidelines {
  margin-bottom: 45px;
}

.award-schedule-card {
  max-width: 760px;
  margin: 0 auto 45px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  border: 1px solid #eee;
  overflow: hidden;
}

.schedule-row {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 20px;
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.schedule-row:last-child {
  border-bottom: none;
}

.schedule-row span {
  color: #555;
  font-size: 17px;
}

.schedule-row strong {
  color: #b8860b;
  font-size: 18px;
  text-align: right;
}

@media(max-width:768px) {
  .schedule-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .schedule-row strong {
    text-align: left;
  }
}


	  