body{
    padding: 0%;
    margin: 0%;
}
#header{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  background:#000;
  padding:10px 20px;
}

#header span{
  color:#fff;
  font-size:14px;
  margin-right:15px;
}

#header i{
  width:18px;
  height:18px;
  margin-right:4px;
  color: white;
}

.headerimage{
  display:flex;
  gap:10px;
  margin-left:auto;
}

/* ===== MAIN HEADER ===== */
.headerwrap{
  display:flex;
  align-items:center;
  padding:10px 20px;
  background:white;
}

.headerwrap img{
  height:60px;
}

/* ===== NAV ===== */
nav{
  flex:1;
  display:flex;
  justify-content:center;
}

#navlist{
  display:flex;
  list-style:none;
  gap:20px;
  margin:0;
  padding:0;
}

#navlist a{
  text-decoration:none;
  color:#000;
  font-weight:500;
}

/* ===== BUTTON ===== */
#PROPOSAL-btn{
  background:#2078fc;
  color:#fff;
  border:none;
  padding:8px 14px;
  border-radius:4px;
}

/* ===== SECOND NAVBAR ===== */
.my-navbar{
  background:#1D90CF;
}

.navbarlist{
  display:flex;
  justify-content:center;
  list-style:none;
  margin:0;
  padding:0;
}

.navbarlist a{
  padding:8px 20px;
  color:#f7f8fa;
  text-decoration:none;
  display:flex;
  align-items:center;
}


body {
    background: #fff;
    color: #222;
}

/* HERO SECTION */
.hero {
    padding: 80px 10%;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* TEXT */
.hero-text {
    max-width: 550px;
}

.hero-text h1 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-text h1 span {
    color: #1e88e5;
}

.hero-text p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

/* BUTTONS */
.buttons {
    margin-top: 25px;
}

.btn {
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
}

.primary {
    background: #1e88e5;
    color: #fff;
}

.outline {
    border: 2px solid #1e88e5;
    color: #1e88e5;
}

/* IMAGE */
.hero-image img {
    width: 400px;
    max-width: 100%;
}

/* ABOUT SECTION */
.about {
    text-align: center;
    padding: 60px 20%;
}

.about h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.about h2 span {
    color: #1e88e5;
}

.about h4 {
    margin-bottom: 15px;
    color: #444;
}

.about p {
    color: #666;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #ffffff;
    color: #222;
}

/* SECTION */
.benefits {
    padding: 80px 10%;
}

.container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* HEADINGS */
.benefits h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.benefits h2 span {
    font-weight: bold;
}

.intro,
.sub-intro {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

/* GRID */
.benefits-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.card {
    padding: 40px 25px;
    border: 1px solid #eee;
    background: #fff;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.card img {
    width: 60px;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.last{
    display: flex;
}
.first{
    padding: 10px;
}
.first img{
    width: 80%;
    height: 15rem;
}
.first p{
    padding: 10px;
}
.sec{
    padding: 10px;
    display: flex;
    gap: 10px;
}
.seco {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.seco{
    width:300px;
    justify-content: center;
   align-items: center;
   text-align: center;
}

.seco img{
   height: 100px;
   width: 100px;
   padding: 5px;
}
.seco p{
    /* justify-content: center; */
    padding: 5px;
}

.foot{
    display: flex;
}
.contact{
    background-color: rgb(146, 146, 234);
    color: white;
    width: 50%;
    height: 300px;
}
.left1 {
    padding: 50px;
    text-align: center;
    gap: 10px;
}
.left1 button{
    margin: 40px;
    padding: 10px;
}

.left1 button:hover {
    cursor: pointer;
    /* background-color: rgb(74, 74, 137); */
    color: #d02020;
}
contantright{
    background-color: #feffff;
     width: 50%;
    height: 300px;
}
.right1{
    padding: 50px;
}
.right1 p{
    padding: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}




.footer {
    background-color: #0d4f63;
    color: #ffffff;
    padding: 40px 20px 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.footer-col h3 {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 5px;
}
.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
}

.footer-col ul li:hover {
    color: #1fa3c6;
}

.footer-col p {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-bottom {
    margin-top: 14px;
    background-color: #000;
    text-align: center;
    padding: 14px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .headerwrap {
        flex-direction: column;
        gap: 15px;
    }

    nav {
        width: 100%;
    }

    #navlist {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    #PROPOSAL-btn {
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .foot {
        flex-direction: column;
    }

    .contact,
    .contantright {
        width: 100%;
        height: auto;
    }
}
.contantright {
    background-color: #feffff;
    width: 50%;
    height: 300px;
}
@media (max-width: 768px) {
    .sec {
        flex-direction: column;
        align-items: center;
    }

    .seco {
        width: 100%;
        max-width: 350px;
    }
}
@media (max-width: 768px) {
    .last {
        flex-direction: column;
    }

    .first img {
        width: 100%;
        height: auto;
    }
}
.last {
    display: flex;
}
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-image img {
        width: 300px;
        margin-top: 30px;
    }
}




