:root {
    --primary: #d49525;
    --secondary: #a36f1c;
    --text-dark: #333;
    --text-muted: #666;
    --bg-light: #fafafa;
    --border-color: #eee;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #fff;
}



/* Hero Section */
.hero {
    padding: 40px 0 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.hero-content {
    flex: 1;
}

.label-red {
    color: #941202;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: block;
    line-height: 100%;
    letter-spacing: 4%;
}

.tech-1{
    margin: 5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

h1 {
    font-size: 46px;
    font-weight:700;
  
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 0%;
    color:#000000;
}

.hero-desc {
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 30px;
    max-width: 502px;
}

.btn-group {
    
    gap: 15px;
}

.btn {
    padding: 12px 24px;
    border-radius:6px !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;   
    transition: all 0.3s;
}
#site-footer {
    background-color: #f2f4f3 !important;
    position: relative;
    margin-top: 70px;
    padding-bottom: 5px;
    padding-top: 0;}

.btn-primary {
    background-color: var(--primary);
    color: white;
    border-color: #F7F7F7;
}
.btn-primary:hover,.btn-primary:active {
   background-color:#D48C14 ;
   border: 1px solid #D48C14;

}



.btn-outline,.btn-outline:hover,.btn-outline:active {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.project-meta {
    width: 380px;
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
}

.meta-row:last-child {
    border-bottom: none;
}

.meta-label {
    color: var(--text-muted);
    position: relative;
    padding-left: 15px;
}

.meta-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #b33939;
    border-radius: 50%;
}

.meta-value {
    font-weight: 600;
    text-align: right;
}

/* Common Section Styles */
.sec-head {
    text-align: center;
}

.bg-1{
    background-color: #F7F7F7;
     font-family: 'Montserrat', sans-serif;

}
.sec-head{
    font-family:'Montserrat', sans-serif;
}

.section-label {
    color: #941202;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing:4%;
    margin-bottom: 20px;
    display: block;
    line-height: 100%
    
}

.container .chal-1{
    font-weight:700;
    font-size:30px;
    color:#000000;
    text-transform: uppercase;
    line-height:40px;
    letter-spacing:0%;
    margin-bottom: 20px;

}
.sec-head1{
    background-color: #F7F7F7;
    text-align: center;
}


.section-desc {
    color: #626262;
    font-size: 15px;
    max-width: 600px;
    font-weight:400;
    margin: 0 auto 40px;
    line-height:24px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.feature-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 23px 20px;
    text-align: left;
    transition: transform 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    display: flex;
    gap:20px;
    border: 1px solid #E8E8E8;

}

.feature-icon {
    width: 58px;
    height: 46px;
    background: #D48C141F;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #d49525;
    font-size: 20px;
    border: 1px solid #fef3e0;
    padding:10px;

}

.feature-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#000000;
    line-height: 100%;
letter-spacing: 0%;
}

.feature-card p {
    font-size: 15px;
    font-weight: 400;
    color:#626262;
    line-height:24px;
    letter-spacing: 0%;
}

/* Technology Tags */
.tech-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.tech-tag {
    padding: 13px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    font-size: 14px;
    color:#626262;
    background: white;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}

/* Outcome Box */
.outcome-box {
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    padding: 30px 80px;
    margin-top: 20px;
    font-style: italic;
    color:#626262;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

/* Related Work */
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.related-card {
    background: white;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    padding: 22px;
    text-align: left;
}

.related-card .label-small {
    font-size: 14px;
    font-weight: 500;
    color: #D48C14;
    
    margin-bottom: 15px;
    display: block;
    line-height: 100%;
    letter-spacing: 0%
    
}

.related-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#000000;
}

.related-card p {
    font-size: 15px;
    color: #626262;
    line-height:24px;
    font-weight: 400;
    letter-spacing: 0%;
}

/* CTA Footer */
.cta-footer {
    background: linear-gradient(#EBB61B, #D48C14);
    padding: 80px 0;
    text-align: center;
    color: white;
    /* margin-top: 60px; */
}
#site-footer{
    margin-top: 0 !important;
}

.cta-footer h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 100%;
    color:#ffffff;
    line-height: 100%;
    letter-spacing: 0%;
}

.cta-footer p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 35px;
    line-height: 24px;
    letter-spacing: 0%;
}

/* a {
    color: var(--bs-link-color);} */

.btn-white, .btn-white:hover , .btn-white:active {
    background: white;
    color:#D48C14;
    padding: 14px 35px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;

}


.sh-card {
  width: 540px;
  max-width: 90vw;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  padding: 20px 25px;
}

.sh-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.sh-row:last-child {
  border-bottom: none;
}

.sh-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
}

.sh-dot {
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background: #8c1a1a;
}

.sh-value {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}


@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        padding-top: 40px;
    }
    .project-meta {
        width: 100%;
    }
    .features-grid, .related-grid {
        grid-template-columns: 1fr;
    }
    .outcome-box {
        padding: 30px 20px;
    }
    h1 {
        font-size: 32px;
    }
}
