/* GLOBAL */
html, body{
overflow-x:hidden;
} 

body{
font-family: Arial, Helvetica, sans-serif;
color:#333;
}

.section-title{
font-weight:700;
margin-bottom:15px;
}

.section-desc{
color:#666;
}

.btn-warnings {
    background: #f6a516 !important;
}

/* NAVBAR */

.navbar{
background:#fff;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
padding:10px 0;
}

/* HERO */

/* HERO */
/* HERO */
.hero{
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(10,20,40,0.85), rgba(10,20,40,0.85)),
                url('img/hero-bg.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 140px 0 100px;
}

/* Bubble overlay */
.hero::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:
        radial-gradient(circle at 15% 25%, rgba(255,255,255,0.08) 50px, transparent 52px),
        radial-gradient(circle at 70% 35%, rgba(255,255,255,0.08) 40px, transparent 42px),
        radial-gradient(circle at 40% 75%, rgba(255,255,255,0.08) 60px, transparent 62px),
        radial-gradient(circle at 85% 70%, rgba(255,255,255,0.08) 45px, transparent 47px),
        radial-gradient(circle at 60% 15%, rgba(255,255,255,0.08) 35px, transparent 37px);
    pointer-events:none;
}
/* .hero{
    background: linear-gradient(rgba(10,20,40,0.85), rgba(10,20,40,0.85)),
                url('img/hero-bg.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 140px 0 100px;
} */

.hero h1{
    font-weight:700;
    font-size:42px;
}

.hero .lead{
    color:#e3e3e3;
}

.hero .form-box{
    background:white;
    padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* .hero{
padding-top:120px;
padding-bottom:80px;
background:#f8fafc;
} */

/* .hero h1{
font-weight:700;
font-size:40px;
} */

/* .hero .lead{
color:#555;
} */

/* FORM BOX */

/* .form-box{
background:#fff;

} */

.btn-submit{
background:#ffc107;
color:white;
border:none;
}

.btn-submit:hover{
background:#0f3f6f;
}

/* ABOUT */

.about-section{
background:#fff;
}

.main-img{
border-radius:10px;
}

.sub-img{
position:absolute;
bottom:-40px;
right:20px;
width:220px;
}

.about-feature{
background:#f8f9fb;
padding:12px 15px;
border-radius:8px;
display:flex;
align-items:center;
gap:10px;
}

.about-feature i{
color:#155190;
}

/* SOLUTIONS */

.solutions-section{
background:#f8fafc;
}

.solution-card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.06);
height:100%;
}

.solution-icon{
font-size:28px;
color:#155190;
margin-bottom:15px;
}

/* PROCESS */

.process-box{
text-align:center;
padding:20px;
}

.process-box i{
font-size:30px;
color:#155190;
margin-bottom:10px;
}

/* CTA */

section.cta.text-center.aos-init.aos-animate {
    background: #175190;
}

.cta{
background:#155190;
color:white;
padding:80px 20px;
}

.cta h2{
font-weight:700;
}

/* CONTACT */

.contact-info-card{
background:#f8f9fb;
padding:30px;
border-radius:10px;
}

.contact-item {
    display: flex;
    gap: 15px;
    padding: 16px 16px 0px 16px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.contact-item i{
font-size:20px;
color:#155190;
margin-top:5px;
}

.map-container{
height:100%;
min-height:350px;
border-radius:10px;
overflow:hidden;
}



/* RESPONSIVE */

@media (max-width:991px){

.hero{
text-align:center;
}

.hero h1{
font-size:30px;
}

.sub-img{
position:relative;
bottom:auto;
right:auto;
margin-top:20px;
width:100%;
}

.about-section .row{
gap:40px;
}

}


/* ================= prblem statement=================== */

.problem-section {
    background: #f8f9fa;
}

.problem-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.problem-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}


/* ================== Key Benefits ====================*/


.benefits-section{
    background:#f8f9fc;
}

.benefit-item{
    display:flex;
    gap:20px;
    background:#ffffff;
    padding:25px;
    border-radius:8px;
    border-left:4px solid #f6a516;
    transition:0.3s;
}

.benefit-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.benefit-icon{
    font-size:30px;
}


/* ================== industry we serve===================== */

.industries-section{
    background:#f8f9fc;
}

.industry-card{
    background:#ffffff;
    padding:30px 20px;
    border-radius:8px;
    transition:0.3s;
    border:1px solid #eee;
}

.industry-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.industry-icon{
    font-size:32px;
    color:#155190;
    margin-bottom:10px;
}

.industry-card h6{
    font-weight:600;
    margin:0;
}

/* ================================== */

.about-gallery{
    min-height:420px;
}

.gallery-img{
    position:absolute;
}

.img-main{
    top:0;
    left:0;
    width:75%;
}

.img-secondary{
    bottom:0;
    right:0;
    width:60%;
}

.gallery-img img{
    width:80%;
    border-radius:12px;
}

.experience-box{
    position:absolute;
    bottom:20px;
    left:20px;
    background:white;
    padding:15px 20px;
    border-radius:10px;
    text-align:center;
}

.experience-box h3{
    color:#f6a516;
    font-weight:700;
    margin:0;
}

.experience-box p{
    font-size:14px;
    margin:0;
}

/* WHATSAPP */

.whatsapp-float{
position:fixed;
bottom:30px;
right:30px;
width:60px;
height:60px;
background:#25d366;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
z-index:1000;
}

.whatsapp-float:hover{
transform:scale(1.1);
}

/* ===============hero metrics=============== */

.metrics-box {
    background: #ddd;
    padding: 8px 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}


.metrics h2{
    color:#155190;
    font-size: 18px;
    font-weight:700;
}

.metrics p {
    font-size: 14px;
    line-height: 15.2px;
    color: black;
}

/* ==================== Footer ====================== */

/* footer {
     background: #111;
     color: white;
     padding: 20px 0;
     text-align: center;
 } */

 .footer{
  background:#111;
  color:#ddd;
  padding:50px 0 20px;
  font-size:14px;
}

.footer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:40px;
}

.footer-logo{
  color:#fff;
  margin-bottom:10px;
}

.footer-text{
  color:#aaa;
  line-height:1.6;
}

.footer-col h4{
  color:#fff;
  margin-bottom:15px;
}

.footer-col p{
  margin:5px 0;
  color:#aaa;
}

.social-links a{
  display:inline-block;
  margin-right:12px;
  color:#ddd;
  font-size:18px;
  transition:0.3s;
}

.social-links a:hover{
  color:#0d6efd;
}

.footer-bottom{
  text-align:center;
  border-top:1px solid #333;
  margin-top:30px;
  padding-top:15px;
  color:#888;
}
