/*==================================================
  IMPACT 2025
  PART 1A
  Global + Top Header + Main Header
==================================================*/

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==============================
    ROOT VARIABLES
==============================*/

:root{

--primary:#9d231a;
--secondary:#de7556;
--dark:#22192d;
--text:#4e4e4e;
--title:#1d1d1d;
--light:#faf5ef;
--white:#ffffff;
--blue:#2f6fed;

--radius:14px;

--transition:.35s ease;

--shadow:0 12px 35px rgba(0,0,0,.08);

}

/*==============================
      RESET
==============================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

font-size:16px;

line-height:1.7;

background:#fff;

color:var(--text);

overflow-x:hidden;

}

img{

display:block;

max-width:100%;

height:auto;

}

a{

text-decoration:none;

transition:var(--transition);

}

ul{

list-style:none;

}

button{

border:none;

outline:none;

cursor:pointer;

font-family:'Poppins',sans-serif;

}

/*==============================
      CONTAINER
==============================*/

.container{

width:90%;

max-width:1320px;

margin:auto;

}

/*==============================
     COMMON HEADINGS
==============================*/

.section-heading{

text-align:center;

margin-bottom:70px;

}

.section-heading span{

display:inline-block;

font-size:15px;

font-weight:700;

color:var(--primary);

letter-spacing:2px;

text-transform:uppercase;

margin-bottom:12px;

}

.section-heading h2{

font-size:52px;

font-weight:800;

color:var(--title);

line-height:1.2;

margin-bottom:18px;

}

.section-heading p{

max-width:760px;

margin:auto;

font-size:17px;

color:#666;

line-height:31px;

}

/*==============================
       TOP BAR
==============================*/

.top-bar{

background:var(--primary);

height:55px;

display:flex;

align-items:center;

}

.top-bar .container{

display:flex;

justify-content:space-between;

align-items:center;

height:100%;

}

.top-left{

display:flex;

align-items:center;

gap:16px;

}

.top-left img{
    height:45px;
    width:auto;
    display:block;
    margin:0;              /* margin-right:auto काढा */
}

.top-left a{

color:#fff;

font-size:14px;

font-weight:500;

display:inline-flex;

align-items:center;

}

.top-left a i{

color:#ffc3aa;

margin-right:1px;

}

.top-right{

display:flex;

align-items:center;

gap:16px;

}

.social-circle{

width:34px;

height:34px;

border-radius:50%;

background:rgba(255,255,255,.15);

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:14px;

}

.social-circle:hover{

background:var(--secondary);

transform:translateY(-2px);

}

.right-logo{
    height:40px;
    width:auto;
    display:block;
    margin:0;              /* margin-right:auto काढा */
}

/*==============================
      MAIN HEADER
==============================*/

.header-card{
    position:relative;
    top:0;
    z-index:999;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.header-flex,
.header-card .container{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 0;

}

.header-card.fixed-header{

box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.logo-area img{

height:72px;


}

.header-card.fixed-header .logo-area img{

height:56px;

}

.main-nav{

display:flex;

align-items:center;

gap:26px;

}

.main-nav a{

font-size:15px;

font-weight:600;

color:#555;

position:relative;

}

.main-nav a::after{

content:"";

position:absolute;

left:0;

bottom:-6px;

width:0;

height:2px;

background:var(--primary);

transition:.3s;

}

.main-nav a:hover::after,

.main-nav a.active::after{

width:100%;

}

.main-nav a:hover,

.main-nav a.active{

color:var(--primary);

}

/*==============================
     REGISTER BUTTON
==============================*/

.register-btn{

background:var(--primary);

color:#fff !important;

padding:13px 28px;

border-radius:8px;

font-size:15px;

font-weight:600;

box-shadow:0 10px 20px rgba(157,35,26,.18);

}

.register-btn:hover{

background:var(--secondary);

transform:translateY(-3px);

}

/*==============================
      RESPONSIVE
==============================*/

@media(max-width:991px){

.top-bar{

height:auto;

padding:12px 0;

}

.top-bar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:100%;
    width:100%;
}

.top-left{
    display:flex;
    align-items:center;
    gap:16px;
    margin-right:auto;     /* Left section पूर्ण left ला */
}

.top-right{
    display:flex;
    align-items:center;
    gap:16px;
    margin-left:auto;      /* Right section पूर्ण right ला */
}

.header-flex,
.header-card .container{

flex-direction:column;

padding:20px 0;

gap:18px;

}

.main-nav{

flex-wrap:wrap;

justify-content:center;

gap:16px;

}

.logo-area img{

height:60px;

}

.register-btn{

padding:12px 24px;

}

}

@media(max-width:576px){

.section-heading h2{

font-size:34px;

}

.top-left{

gap:12px;

}

.top-left a{

font-size:13px;

}

.main-nav{

gap:12px;

}

.main-nav a{

font-size:14px;

}

}

/*==================================================
    PART 1B
    HERO SECTION
==================================================*/

.hero-section{

position:relative;

padding:120px 0 110px;

background:#faf5ef;

overflow:hidden;

z-index:1;

}

.hero-section::before{

content:"";

position:absolute;

width:520px;

height:520px;

left:-180px;

top:-180px;

background:rgba(222,117,86,.08);

border-radius:50%;

z-index:-1;

}

.hero-section::after{

content:"";

position:absolute;

width:420px;

height:420px;

right:-160px;

bottom:-160px;

background:rgba(157,35,26,.06);

border-radius:50%;

z-index:-1;

}

.hero-content{

max-width:760px;

margin:0 auto;

text-align:center;

}

.hero-title{

font-size:64px;

line-height:1.1;

font-weight:800;

color:#2b2b2b;

margin-bottom:28px;

letter-spacing:1px;

text-shadow:1px 1px 0 rgba(255,255,255,.6), 0 3px 6px rgba(0,0,0,.12);

}

.hero-content p{

font-size:18px;

line-height:33px;

color:#666;

margin-bottom:40px;

max-width:650px;

margin-left:auto;

margin-right:auto;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

margin-bottom:45px;

justify-content:center;

}

.btn-register{

display:inline-block;

padding:15px 34px;

background:#9d231a;

color:#fff;

border-radius:8px;

font-weight:600;

font-size:15px;

box-shadow:0 10px 30px rgba(157,35,26,.25);

}

.btn-register:hover{

background:#de7556;

transform:translateY(-4px);

}

.btn-programme{

display:inline-block;

padding:15px 34px;

border:2px solid #9d231a;

border-radius:8px;

font-weight:600;

font-size:15px;

color:#9d231a;

background:#fff;

}

.btn-programme:hover{

background:#9d231a;

color:#fff;

}

.hero-date-box{

display:flex;

flex-wrap:wrap;

gap:18px;

justify-content:center;

}

.hero-date-box div{

display:flex;

align-items:center;

gap:14px;

background:#fff;

padding:18px 26px;

border-radius:14px;

box-shadow:0 12px 28px rgba(0,0,0,.08);

font-weight:600;

font-size:15px;

color:#444;

}

.hero-date-box i{

width:42px;

height:42px;

display:flex;

align-items:center;

justify-content:center;

background:#9d231a;

color:#fff;

border-radius:50%;

}

.hero-bg-left{

position:absolute;

left:0;

top:0;

opacity:.5;

z-index:-1;

}

.scroll-indicator{

position:absolute;

left:50%;

bottom:35px;

transform:translateX(-50%);

font-size:14px;

font-weight:600;

color:#999;

text-align:center;

}

.scroll-indicator i{

display:block;

font-size:20px;

margin-top:8px;

color:#9d231a;

animation:bounce 2s infinite;

}

@keyframes bounce{

0%,20%,50%,80%,100%{transform:translateY(0);}
40%{transform:translateY(8px);}
60%{transform:translateY(4px);}

}

@media(max-width:992px){

.hero-title{font-size:48px;}

}

@media(max-width:576px){

.hero-section{padding:90px 0 70px;}
.hero-title{font-size:34px;}
.hero-content p{font-size:16px;line-height:30px;}
.hero-buttons{flex-direction:column;}
.btn-register,.btn-programme{width:100%;text-align:center;}

}

/*=========================================
Information Banner
=========================================*/

.info-section{

padding:0 0 60px;

}

.info-card{

max-width:1030px;

 margin:15px auto 30px; 

background:#b7cff6;

border-radius:0 0 20px 20px;

box-shadow:0 20px 45px rgba(0,0,0,.10);

padding:18px 35px;

display:flex;

align-items:center;

gap:24px;

}



.info-text h3{

font-size:19px;

color:var(--title);

margin-bottom:6px;

}

.info-text p{

font-size:14.5px;

color:#353333;

line-height:1.7;

}

@media(max-width:576px){

.info-card{

flex-direction:column;

text-align:center;

}

}

/*=========================================
Previous Gallery / Swiper cards
=========================================*/

.gallery-section{

padding:110px 0;

background:#fff;
 margin-top:30px;
  padding-top:45px;

}

.gallery-card{

overflow:hidden;

border-radius:18px;

box-shadow:0 18px 40px rgba(0,0,0,.10);

transition:.35s;

background:#f4f4f4;

aspect-ratio:4/3;

}

.gallery-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.4s;

}

.gallery-card:hover{

transform:translateY(-10px);

}

.gallery-card:hover img{

transform:scale(1.08);

}

.swiper{

padding-bottom:60px;

}

.swiper-button-next,
.swiper-button-prev{

width:48px;

height:48px;

border-radius:50%;

background:#fff;

box-shadow:0 10px 25px rgba(0,0,0,.10);

color:var(--primary);

}

.swiper-button-next::after,
.swiper-button-prev::after{

font-size:16px;

font-weight:bold;

}

.swiper-pagination-bullet-active{

background:var(--primary);

}

/*==================================================
TEAM SECTION
==================================================*/

.team-section{

padding:110px 0;

background:#faf5ef;

}

.team-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

}

.team-grid-top{

grid-template-columns:repeat(2,minmax(260px,360px));

justify-content:center;

gap:60px;

margin-bottom:50px;

}

.team-grid-bottom{

grid-template-columns:repeat(3,minmax(200px,260px));

justify-content:center;

gap:40px;

}

.team-card-lg .team-image img{

width:150px;

height:150px;

}

.team-card-sm .team-image{

padding:22px;

}

.team-card-sm .team-image img{

width:120px;

height:120px;

}

.team-card-sm .team-content{

padding:0 20px 26px;

}

.team-card-sm .team-content h3{

font-size:17px;

}

.team-card-sm .team-content p{

font-size:12.5px;

line-height:20px;

}

.more-info-btn{

display:inline-block;

margin-top:14px;

background:var(--primary);

color:#fff;

font-size:12px;

font-weight:600;

padding:9px 20px;

border-radius:6px;

}

.more-info-btn:hover{

background:var(--secondary);

}

.team-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 18px 45px rgba(0,0,0,.08);

transition:.4s;

}

.team-card:hover{

transform:translateY(-12px);

box-shadow:0 28px 55px rgba(0,0,0,.14);

}

.team-image{
    position: relative;
    background: #faf5ef;
    padding: 25px;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.team-image img{
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;

    object-fit: contain;

    border-radius: 10px;
    border: none;
    box-shadow: none;

    margin: 0 auto;
    transition: .4s;
}
  

.team-card:hover img{

transform:scale(1.05);

}

.team-content{

padding:30px;

text-align:center;

}

.designation{

display:inline-block;

padding:7px 18px;

background:#fde8e2;

color:#9d231a;

font-size:13px;

font-weight:600;

border-radius:30px;

margin-bottom:18px;

}

.team-content h3{

font-size:22px;

font-weight:700;

color:#222;

margin-bottom:10px;

}

.team-content h4{

font-size:14px;

font-weight:600;

color:#9d231a;

margin-bottom:6px;

}

.team-content p{

font-size:14px;

color:#777;

line-height:24px;

}

@media(max-width:1200px){

.team-grid-bottom{grid-template-columns:repeat(3,minmax(200px,260px));}

}

@media(max-width:991px){

.team-grid-top,
.team-grid-bottom{grid-template-columns:repeat(2,minmax(220px,300px));}

}

@media(max-width:576px){

.team-grid-top,
.team-grid-bottom{grid-template-columns:1fr; max-width:320px; margin-left:auto; margin-right:auto;}
.team-image img{width:150px;height:150px;}
.team-content h3{font-size:20px;}

}

/*====================================
COUNTDOWN
====================================*/

.countdown-section{

padding:80px 0;

background:linear-gradient(135deg,#9d231a,#de7556);

position:relative;

overflow:hidden;

}

.countdown-section::before{

content:"";

position:absolute;

width:450px;

height:450px;

background:rgba(255,255,255,.08);

border-radius:50%;

left:-180px;

top:-180px;

}

.countdown-section::after{

content:"";

position:absolute;

width:320px;

height:320px;

background:rgba(255,255,255,.08);

right:-120px;

bottom:-120px;

border-radius:50%;

}

.countdown-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

gap:40px;

flex-wrap:wrap;

position:relative;

z-index:2;

}

.count-left{

flex:1;

color:#fff;

min-width:280px;

}

.count-tag{

display:inline-block;

padding:8px 18px;

background:rgba(255,255,255,.18);

border-radius:30px;

font-size:13px;

font-weight:600;

margin-bottom:16px;

}

.count-left h2{

font-size:36px;

font-weight:700;

margin-bottom:14px;

line-height:1.2;

}

.count-left p{

font-size:15.5px;

line-height:28px;

max-width:480px;

opacity:.95;

}

.count-right{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.count-box{

background:#fff;

border-radius:16px;

padding:22px 20px;

text-align:center;

box-shadow:0 18px 40px rgba(0,0,0,.15);

min-width:90px;

}

.count-box h1{

font-size:38px;

color:#9d231a;

font-weight:700;

margin-bottom:6px;

}

.count-box span{

font-size:13px;

font-weight:600;

color:#555;

text-transform:uppercase;

}

@media(max-width:991px){

.countdown-wrapper{flex-direction:column;text-align:center;}
.count-right{justify-content:center;}

}

/*=====================================
SCHEDULE
=====================================*/

.schedule-section{

padding:110px 0;

background:#ffffff;

}

.schedule-tabs{

display:flex;

justify-content:center;

gap:18px;

margin-bottom:70px;

flex-wrap:wrap;

}

.tab-btn{

padding:15px 34px;

border:none;

border-radius:40px;

background:#f6f6f6;

font-size:16px;

font-weight:600;

cursor:pointer;

transition:.35s;

}

.tab-btn.active{

background:#9d231a;

color:#fff;

}

.tab-btn:hover{

background:#de7556;

color:#fff;

}

/* Timeline */

.timeline{

display:none;

position:relative;

max-width:1100px;

margin:auto;

padding:20px 0;

}

.timeline.active{

display:block;

}

/* base gray line = "not yet reached" */
.timeline::before{

content:"";

position:absolute;

left:50%;

top:0;

bottom:0;

width:2px;

background:#e8e8e8;

transform:translateX(-50%);

z-index:0;

}

/* blue progress line that grows as you scroll - height set by JS */
.timeline-progress{

position:absolute;

left:50%;

top:0;

width:2px;

background:var(--blue);

transform:translateX(-50%);

height:0;

z-index:1;

transition:height .12s linear;

border-radius:4px;

}

.timeline-item{

width:50%;

padding:20px 40px;

position:relative;

z-index:2;

}

.timeline-item.left{

left:0;

text-align:right;

}

.timeline-item.right{

left:50%;

}

.timeline-card{

display:inline-block;

background:#fff;

padding:16px 20px;

border-radius:10px;

border:1px solid #f0f0f0;

box-shadow:0 6px 18px rgba(0,0,0,.05);

transition:.3s;

max-width:380px;

}

.timeline-item.left .timeline-card{

margin-left:auto;

}

.timeline-card:hover{

transform:translateY(-4px);

box-shadow:0 10px 26px rgba(0,0,0,.08);

}

/* time shown as plain small label above the card, not a heavy badge */
.timeline-time{

display:block;

font-size:12.5px;

font-weight:600;

color:#888;

margin-bottom:8px;

}

.timeline-item.left .timeline-time{

text-align:right;

}

.timeline-card h3{

font-size:15px;

font-weight:700;

margin-bottom:6px;

color:#222;

line-height:1.4;

}

.timeline-card p{

font-size:12px;

line-height:20px;

color:#4a4747;

margin-bottom:2px;

}

/* Timeline Dots - default gray, turn blue on scroll via .active-dot */
.timeline-item::after{

content:"";

position:absolute;

top:24px;

width:12px;

height:12px;

border-radius:50%;

background:#d6d6d6;

border:3px solid #fff;

box-shadow:0 0 0 2px #e8e8e8;

transition:background .3s, box-shadow .3s;

z-index:3;

}

.timeline-item.active-dot::after{

background:var(--blue);

box-shadow:0 0 0 3px rgba(47,111,237,.25);

}

.timeline-item.left::after{

right:-10px;

}

.timeline-item.right::after{

left:-10px;

}

@media(max-width:991px){

.timeline::before,
.timeline-progress{

left:30px;

}

.timeline-item{

width:100%;

padding-left:70px;

padding-right:20px;

left:0!important;

text-align:left!important;

}

.timeline-item::after{

left:21px!important;

right:auto!important;

}

}

.programme-btn{

text-align:center;

margin-top:50px;

}

.programme-btn a{

display:inline-flex;

align-items:center;

gap:10px;

background:var(--dark);

color:#fff;

padding:15px 32px;

border-radius:8px;

font-weight:600;

font-size:14.5px;

}

.programme-btn a:hover{

background:var(--primary);

}

/*====================================
RESOURCE FACULTY
====================================*/

.faculty-section{

padding:120px 0;

background:#faf5ef;

position:relative;

overflow:hidden;

}

.faculty-section::before{

content:"";

position:absolute;

width:380px;

height:380px;

background:rgba(157,35,26,.05);

border-radius:50%;

top:-150px;

right:-120px;

}

.faculty-card{

background:#fff;

border-radius:24px;

overflow:hidden;

box-shadow:0 20px 45px rgba(0,0,0,.08);

transition:.4s;

text-align:center;

height:100%;

}

.faculty-card:hover{

transform:translateY(-12px);

box-shadow:0 28px 55px rgba(0,0,0,.14);

}

.faculty-image{

padding:40px 30px 20px;

background:#faf5ef;

}

.faculty-image img{

width:150px;

height:150px;

margin:auto;

border-radius:50%;

object-fit:cover;

border:8px solid #fff;

box-shadow:0 12px 30px rgba(0,0,0,.12);

transition:.35s;

}

.faculty-card:hover img{

transform:scale(1.05);

}

.faculty-content{

padding:28px;

}

.faculty-content>span{

display:inline-block;

background:#fde7df;

color:#9d231a;

padding:8px 18px;

border-radius:30px;

font-size:13px;

font-weight:600;

margin-bottom:16px;

}

.faculty-content h3{

font-size:21px;

color:#222;

margin-bottom:8px;

}

.faculty-content h4{

font-size:14px;

font-weight:600;

color:#777;

margin-bottom:15px;

}

.faculty-content p{

font-size:14px;

line-height:26px;

color:#666;

}

.faculty-social{

display:flex;

justify-content:center;

gap:12px;

margin-top:18px;

}

.faculty-social a{

width:40px;

height:40px;

border-radius:50%;

background:#9d231a;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

transition:.3s;

}

.faculty-social a:hover{

background:#de7556;

transform:translateY(-3px);

}

@media(max-width:576px){

.faculty-content h3{font-size:20px;}

}

/*==================================
JOURNAL
==================================*/

.journal-section{

padding:120px 0;

background:#ffffff;

}

.journal-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 18px 45px rgba(0,0,0,.08);

transition:.35s;

}

.journal-card:hover{

transform:translateY(-10px);

}

.journal-card img{

width:100%;

height:340px;

object-fit:cover;

background:#eee;

}

.journal-content{

padding:22px;

text-align:center;

}

.journal-content h3{

font-size:19px;

margin-bottom:8px;

}

.journal-content p{

color:#777;

margin-bottom:16px;

}

.journal-btn{

display:inline-block;

padding:11px 26px;

background:#f29690;

color:#fff;

border-radius:8px;

font-weight:600;

}

.journal-btn:hover{

background:#de7556;

}


/*====================================
FOOTER
====================================*/

.footer{
    background:#231a33;
    color:#fff;
    padding:80px 0 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.4fr 0.8fr 0.9fr 1fr;
    gap:60px;
    align-items:flex-start;
}

.footer-col{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

/* Logo */
.footer-logo{
    width:240px;
    height:auto;
    display:block;
    margin:0 0 25px 0;
}

/* About */
.footer-col p{
    color:#d6d1dc;
    font-size:16px;
    line-height:1.9;
    margin-bottom:30px;
}

/* Heading */
.footer-col h3{
    font-size:22px;
    font-weight:700;
    color:#fff;
    margin-bottom:28px;
}

/* Links */
.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-col ul li{
    margin-bottom:16px;
}

.footer-col ul li a{
    color:#d6d1dc;
    text-decoration:none;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#fff;
}

/* Contact */
.footer-col ul li{
    color:#d6d1dc;
    line-height:1.8;
}

.footer-col ul li i{
    color:#ff7b52;
    width:22px;
    margin-right:10px;
}

/* Social */
.footer-social{
    display:flex;
    gap:16px;
}

.footer-social a{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#34254a;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.footer-social a:hover{
    background:#b52b1c;
}

.footer-form{
    width:100%;
}

.form-row{
    display:flex;
    gap:15px;
    margin-bottom:18px;
}

.form-row input{
    width:50%;
}

.footer-form input,
.footer-form textarea{
    width:100%;
    padding:15px 18px;
    border:none;
    border-radius:8px;
    background:#fff;
    outline:none;
    font-size:15px;
    margin-bottom:18px;
    box-sizing:border-box;
}

.footer-form textarea{
    resize:none;
    height:110px;
}

.submit-btn{
    background:#2f8cff;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

.submit-btn:hover{
    background:#1f73e6;
}

/* Bottom */
.footer-bottom{
    margin-top:70px;
    border-top:1px solid rgba(255,255,255,.08);
    text-align:center;
    padding:25px 0;
}

.footer-bottom p{
    margin:0;
    color:#ddd;
}