/* GLOBAL */

body{
margin:0;
font-family:'Poppins',sans-serif;
background:#efefef;
}

html{
scroll-behavior:smooth;
}

.main-container{
background:#fff;
}



/* HEADER */

.header-section{
background:#111;
position:sticky;
top:0;
z-index:999;
}

.navbar{
height:70px;
display:flex;
align-items:center;
background:rgba(0,0,0,0.92);

}

.navbar .container{
display:flex;
align-items:center;
justify-content:space-between;
}

.navbar-brand{
display:flex;
align-items:center;
padding:0;
margin:0;
}

.navbar-brand img{
height:40px;
width:auto;
}

.nav-link{
color:#fff !important;
font-size:15px;
margin-left:30px;
font-weight:500;
letter-spacing:.4px;
}

.nav-link:hover{
color:#e53935 !important;
}

.navbar-toggler{
padding:6px 10px;
margin:0;
display:flex;
align-items:center;
justify-content:center;
height:40px;
border:1px solid rgba(255,255,255,.2);
}

.hero-title,
.ventures-title,
.contact-heading h2,
.about-card h4,
.presence-content h2{
font-family:'Playfair Display',serif;
}

/* HERO */
.hero-img{
width:100%;
height:auto;
display:block;
}
.hero{
position:relative;
width:100%;
overflow:hidden;
}

.hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:2;
max-width:900px;
display:flex;
flex-direction:column;
align-items:center;
gap:35px;
padding:0 20px;
color: white;
text-align:center;
}

.hero-title{
font-family:'Playfair Display',serif;
font-size:58px;
font-weight:700;
line-height:1.2;
letter-spacing:1px;
text-shadow:0 4px 20px rgba(0,0,0,.7);
margin:0;
}

.hero-subtitle{
font-size:18px;
opacity:.9;
margin:0;
}

.hero-btn{
background:#e53935;
padding:14px 34px;
border-radius:30px;
color:#fff;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.hero-btn:hover{
background:#c62828;
transform:scale(1.05);
}



/* PROJECTS */

.ventures-section{
padding:90px 40px;
}

.ventures-title{
font-size:24px;
font-weight:700;
margin-bottom:40px;
text-align:center;
}

.project-card{
overflow:hidden;
border-radius:12px;
transition:.4s;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.project-card img{
width:100%;
height:auto;
object-fit:contain;
}

.project-card:hover img{
transform:scale(1.08);
}

.project-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.project-card h5{
font-size:16px;
font-weight:600;
}



/* ABOUT */

.about-section{
padding:60px 0;
margin-top:-4px;
background:#fafafa;
}

.about-card{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.4s;
height:100%;
text-align:center;
}

.about-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.icon-box{
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:linear-gradient(135deg,#ff4b2b,#e53935);
color:#fff;
font-size:22px;
margin:auto;
margin-bottom:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.about-card h4{
font-weight:700;
margin-bottom:10px;
}

.about-card p{
color:#555;
font-size:15px;
line-height:1.7;
}



/* CONTACT */

.contact-main{
padding:90px 20px;
background:#f8f8f8;
}

.contact-heading{
margin-bottom:40px;
text-align:center;
}

.contact-heading h2{
font-size:32px;
font-weight:700;
margin-bottom:10px;
}

.contact-heading p{
color:#555;
max-width:700px;
margin:auto;
}

.contact-cards{
margin-top:30px;
}

.support-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
text-align:center;
transition:.3s;
height:100%;
}

.support-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.support-card i{
font-size:28px;
color:#e53935;
margin-bottom:15px;
}

.support-card h5{
font-weight:600;
margin-bottom:10px;
}

.support-card p{
font-size:14px;
color:#666;
}

.contact-form-box{
background:#fff;
padding:35px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,.1);
margin-top:40px;
}

.contact-form-box label{
font-size:14px;
margin-bottom:5px;
display:block;
}
.contact-form-box select{
width:100%;
max-width:100%;
box-sizing:border-box;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea{
width:100%;
padding:10px;
border:1px solid #ddd;
border-radius:4px;
margin-bottom:15px;
box-sizing:border-box;
font-size:14px;
}

.submit-btn{
background:#e53935;
color:#fff;
border:none;
padding:10px 25px;
border-radius:4px;
}

.submit-btn:hover{
background:#c62828;
}



/* PAN INDIA */

.presence-section{
  padding: 0;
  text-align: center;
}

.presence-section img{
  width: 100%;
  height: auto;
  display: block;
}


.presence-content{
position:relative;
z-index:3;
max-width:900px;
margin:auto;
}

.presence-content h2{
font-size:34px;
font-weight:700;
margin-bottom:10px;
}

.tagline{
font-size:18px;
color:#ddd;
margin-bottom:25px;
}

.presence-stats{
display:flex;
justify-content:center;
gap:30px;
font-size:16px;
margin-bottom:25px;
}

.presence-stats span{
border-right:1px solid rgba(255,255,255,.4);
padding-right:25px;
}

.presence-stats span:last-child{
border-right:none;
}

.partner-btn{
background:#d32f2f;
padding:12px 30px;
border-radius:30px;
text-decoration:none;
color:#fff;
font-size:14px;
transition:.3s;
}

.partner-btn:hover{
background:#b71c1c;
}



/* FOOTER */

.footer-section{
background:#111;
color:#aaa;
text-align:center;
font-size:13px;
padding:20px;
}



/* MOBILE */

@media(max-width:768px){

.navbar-brand img{
height:38px;
}

.navbar{
position:relative;
}

.navbar-collapse{
position:absolute;
top:70px;
left:0;
width:100%;
background:#0f172a;
padding:25px 30px;
z-index:999;
}

.navbar-nav{
width:100%;
}

.navbar-nav .nav-item{
margin-bottom:15px;
}

.navbar-nav .nav-link{
color:#fff !important;
font-size:18px;
}

/* HERO MOBILE */
.hero{
height:70vh;
background-size:cover;
}

.hero-title{
font-size:32px;
}

.hero-subtitle{
font-size:15px;
}

.hero-btn{
padding:10px 22px;
font-size:14px;
}

/* SECTIONS */
.about-card{
padding:25px;
}

.ventures-section{
padding:60px 20px;
}

.contact-main{
padding:60px 20px 30px;
}

.contact-form-box{
padding:25px;
}

.contact-form-box select{
font-size:14px;
}

}
@media(max-width:768px){

.presence-section img{
width:100%;
height:auto;
display:block;
margin-top:20px;
}

}

.about-card{
padding:25px;
}

.ventures-section{
padding:60px 20px;
}

.contact-main{
padding:60px 20px;
}



.navbar-brand{
display:flex;
align-items:center;
}
@media(max-width:768px){

.presence-section img{
width:100%;
height:auto;
display:block;
margin-top:0;
}

}
@media (max-width:768px){

.map-bg{
width:100%;
height:auto;
display:block;
margin-top:0;
}

}
@media(max-width:768px){

.hero-title{
font-size:32px;
}

.hero-subtitle{
font-size:15px;
}

}
@media(max-width:768px){

.contact-form-box{
padding:25px;
}

.contact-form-box select{
font-size:14px;
}

}
.success-box{
background:#d4edda;
color:#155724;
padding:12px;
margin-top:15px;
border-radius:5px;
font-size:14px;
border:1px solid #c3e6cb;
}
@media (max-width:768px){
.navbar-brand img{
height:40px;
width:auto;
}
}
.nav-link{
position:relative;
}

.nav-link::after{
content:"";
position:absolute;
bottom:-5px;
left:0;
width:0;
height:2px;
background:#e53935;
transition:.3s;
}

.nav-link:hover::after{
width:100%;
}

