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;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
  .headerimage{
    width:100%;
    justify-content:center;
    margin-top:8px;
  }

  #navlist{
    flex-wrap:wrap;
    justify-content:center;
  }
}
.banner {
    width: 100%;
    height: 300px;

    background-image: url("https://www.digitalberge.com/images/inner-banner-seo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    padding-left: 50px;
}
.banner p b{
    padding-left: 20px;

}

.banner p {
    color: white;
    font-size: 22px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #ffffff;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
    padding: 20px;
}

/* LEFT CONTENT */
.content {
    width: 70%;
}

.content h1 {
    color: #1e73be;
    margin-bottom: 15px;
}

.intro {
    margin-bottom: 30px;
    line-height: 1.6;
}

/* SERVICES GRID */
.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.service-card {
    background: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.service-card img {
    width: 60px;
    margin-bottom: 15px;
}

.service-card h3 {
    color: #1e73be;
    margin-bottom: 10px;
    font-size: 16px;
}

.service-card p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.service-card a {
    display: inline-block;
    background: #1e73be;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 4px;
}

/* DYNAMIC EFFECTS */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.service-card:hover a {
    background: #0b4f8a;
}

/* SIDEBAR */
.sidebar {
    width: 30%;
    position: sticky;
    top: 20px;
}

.form-box {
    background: #1e8ecf;
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.form-box h3 {
    margin-bottom: 15px;
}

.form-box input,
.form-box textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
}

.form-box button {
    width: 100%;
    padding: 10px;
    background: #0b4f8a;
    color: #fff;
    border: none;
    cursor: pointer;
}

.form-box button:hover {
    background: #063a66;
}
.para p{
    padding: 10px;
    /* border-bottom: dotted black; */
}
.location-box h3 {
    margin-bottom: 10px;
    color: #1e73be;
}

.location-box ul {
    list-style: none;
}

.location-box ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s;
}

.location-box ul li:hover {
    color: #1e73be;
}
.location{
  padding-top: 5px;
}
.location li{
  list-style: none;
  padding-top: 2px;
}
.location li:hover{
    cursor: pointer;
    color: blue;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }
    .content, .sidebar {
        width: 100%;
    }
    .services {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .services {
        grid-template-columns: 1fr;
    }
}



* {
    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;
    }
}




