
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.head {
  background-image: url(assets/banner/office.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 8px 8px;
  height: 60px;
  padding: 3% 6%;
  background-color: rgba(193, 183, 183, 0.293);
}

nav img {
  height: 60px;
  border-radius: 5px;
}
.nav-link {
  flex: 1;
  text-align: right;
}

.nav-link ul {
  list-style: none;
}

.nav-link ul li {
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

/* Navbar links */
.nav-link ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link ul li a:hover {
  color: #f44336;
}

/* Underline hover animation */
.nav-link ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-link ul li:hover::after {
  width: 100%;
}
.bancontent{
    display: flex;
    justify-content: space-evenly;
}
.hed .h1{
    font-size: 48px;
    color: white;
}
.imail{
    font-size: 20px;
}
.add{
    font-size: 20px;
}
.hed{
    display: flex;
    flex-direction: column;
    gap: 50px;
}




.form-container {
  background: #fff;
  padding: 40px;
  width: 800px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.quote-form .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  color: #444;
  margin-bottom: 5px;
}

.form-group input,
.form-group select,
textarea {
  padding: 10px;
  border: none;
  border-bottom: 2px solid #c5b3e6;
  outline: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form-group input:focus,
textarea:focus,
select:focus {
  border-bottom-color: #6c4ab6;
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-input span {
  font-size: 20px;
}

.category {
  margin-bottom: 20px;
}

.category label {
  display: block;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-buttons button {
  border: 1.5px solid #c5b3e6;
  background: transparent;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-buttons button:hover {
  background: #6c4ab6;
  color: #fff;
}

textarea {
  height: 100px;
  resize: none;
}

.terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
}

.terms a {
  color: #6c4ab6;
  text-decoration: none;
}

.submit-btn {
  width: 100%;
  background: #061f5c;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.submit-btn:hover {
  background: #193380;
}

/* Responsive Design */

.mark {
  margin-top: 40px;
  height: 150px;
  width: 100%;
  background-color: rgb(8, 8, 32);
}

.mark .maq {
  margin-top: 20px;
}

.mark .maq img {
  height: 100px;
  width: 150px;
  margin-right: 140px;
}

.f1{
    padding-top: 20px;
}
.subs  {
  background-image: url(assets/banner/subs.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 75vh;
  width: 80%;
  position: relative;
  border: 1px solid rgb(209, 199, 199);
  border-radius: 15px;
  margin-left: 130px;
}
.suc{
  color: #00bfa6;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding-left: 700px;
  padding-top: 80px;
  animation: fadeInDown 1s ease-in-out;
}
.h{
  color: #160064;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
  padding-left: 500px;
  padding-top: 10px;
  animation: fadeInDown 1s ease-in-out;
}
.ps{
  color: #000000;
  font-size: 14px;
  padding-left: 500px;
  padding-top: 10px; 
}
.check{
  list-style: none;
  display: flex;
  gap: 30px;
  color: #160064;
  padding-left: 590px;
  padding-top: 20px; 
  font-size: 20px;
}
.hh1{

  height: 50px;
  width: 550px;
  border-radius: 14px;
  box-shadow: 0 2px 2px 0 black;
  padding-left:20px;
  margin-top: 20px;
  margin-left: 450px;
}
.hh2{
  margin-top: 20px;
  margin-left: 450px;
}
.hh3{
  padding: 8px 34px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0a2560;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 650px;
}
.inputs{
  display: block;
}
.subscribe-section{
  display: none;
}
.footer {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    background: #fff;
    flex-wrap: wrap;
  }
  .footer .left,
  .footer .nav,
  .footer .quick-links,
  .footer .contact {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
  }
  .footer .left img {
    width: 150px;
    margin-bottom: 15px;
  }
  .social-icons {
    margin-top: 15px;
  }
  .social-icons a {
    margin-right: 15px;
    font-size: 20px;
    color: #121922;
    text-decoration: none;
    transition: color 0.3s;
  }
  .social-icons a:hover {
    color: #00c67e;
  }

  .footer h3 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .footer ul {
    list-style: none;
    padding-left: 0;
  }
  .footer ul li {
    margin-bottom: 10px;
  }
  .footer ul li a {
    color: #666;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
  }
  .footer ul li a:hover {
    color: #00c67e;
  }

  .contact .item {
    display: flex;
    margin-bottom: 20px;
  }
  .contact .icon {
    margin-right: 12px;
    font-size: 24px;
    color: #888;
    flex-shrink: 0;
  }
  .contact .details {
    font-size: 14px;
    color: #555;
  }
  .contact .details strong {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: #121922;
  }
  #1,
#2 {
  display: none;
}

.fa-solid {
  display: none;
}
  @media (max-width: 768px) {
    .head {
  background-image: url(assets/banner/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 65vh;
  width: 100%;
  position: relative;
}
  .textbox h1 {
    font-size: 28px;
  }

  .nav-link ul li {
    display: block;
    padding: 20px;
  }

  .nav-link ul li a {
    color: #fff;
    font-size: 20px;
  }

  .nav-link {
    position: absolute;
    background: #f44336;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: right 0.5s ease;
  }

  nav .fa-solid {
    display: block;
    color: #000;
    margin: 10px;
    font-size: 25px;
    cursor: pointer;
  }

  .nav-link .fa-solid {
    color: #fff;
    margin: 20px;
    font-size: 24px;
    cursor: pointer;
  }

  .nav-link ul {
    padding: 30px;
  }
  .form-container {
    width: 95%;
    margin-left:  10px;

  }

  .quote-form .row {
    flex-direction: column;
  }
  .hed .h1{
    font-size: 28px;
    margin-top: 20pc;
  }
  
}
