 .main-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
}

.left-section {
  display: flex;
  align-items: center;
}

.logo img {
  height: 45px;
  margin-right: 20px;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.nav-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-list-item {
  margin: 0 12px;
}

.nav-link {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #0a2c6b;
  padding: 8px;
  position: relative;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #0077ff;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #0077ff;
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.quote-btn {
  text-decoration: none;
  border: 1px solid #0077ff;
  color: #0077ff;
  padding: 8px 15px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: 0.3s;
  font-size: small;
  background: #fff5f2;
}

.quote-btn:hover {
  background: #f5babb;
  color: white;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  padding-top: 3%;
}

.hero .a1 {
  order: 2;
  width: 100%;
  max-width: 480px;
  height: auto;
}

.hero .text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  line-height: 1.25;
  color: #175d9c;
  margin-bottom: 12px;
    text-shadow: 0 0 5px #ff99cc, 0 0 10px #ff99cc, 0 0 20px #ff99cc;
}
.hero .text p {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 1.6;
  color: #333;
}
.btn {
  text-decoration: none;
  border: 1px solid darkgreen;
  color: white;
  padding: 8px 15px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: 0.3s;
  font-size: large;
  background: #28c968;
  height: 48px;
  width: 170px;
}
.end {
  text-align: center;
  padding: 77px;
  background-color: #7ea9cf;
  color: white;
}
.container1 {
  display: flex;
}
.end2 {
  text-align: left;
  padding: 17px;
  background-color: #7ea9cf;
  color: white;
}
.container2 {
  display: flex;
}
.box {
  flex: 1;
  margin: 15px;
  padding: 40px;
  border: 2px solid #ccc;
  height: 30px;
  width: 150px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon {
  width: 64px;
  height: 54px;
  padding-right: 15px;
}
.text2 {
  font-size: 25px;
  font-weight: normal;
  color: black;
  font-family: "Montserrat", sans-serif;
  margin: 25px;
  padding: 80px;
}
.text2 h2{
    text-shadow: 0 0 5px #ff99cc, 0 0 10px #ff99cc, 0 0 20px #ff99cc;
    font-size: 50px;
    color:#7ea9cf
}
.quote-btn2 {
  border: 1px solid white;
  color: white;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: 0.3s;
  font-size: large;
  background: black;
  height: 80px;
  width: 180px;
  text-shadow: 0 0 5px #ff99cc, 0 0 10px #ff99cc, 0 0 20px #ff99cc;
  font-weight: bold;
}

.quote-btn2:hover {
  background: #f5babb;
  color: white;
}
.boxing {
  flex: 1;
  margin: 15px;
  padding: 40px;
  border: 2px solid #ccc;
  height: 150px;
  width: 1300px;
  display: flex;
  align-items: center;
  gap: 8px;
  display: flex;
} 
