* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #a0e1cd;
  color: #333;
}

img {
  max-width: 100%;
  display: inline-block;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  display: inline-block;
}

header {
  background: #151b54;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

.header_top {
  margin-bottom: 7px;
}

.logo {
  display: flex;
}

.logo a {
  display: inline-block;
  flex: 0 0 110px;
  max-width: 110px;
  border-radius: 50%;
}

.logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.log-res-btn ul {
  display: flex;
  align-items: center;
}

.log-res-btn ul li {
  margin-left: 30px;
}

.log-res-btn ul li a {
  background-color: #fff;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

nav ul {
  display: flex;
}

nav ul li {
  margin-left: 40px;
}

nav ul li a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}

.header_topcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}

.soci_list {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.soci_list li {
  list-style-type: none;
  margin-right: 6px;
}

.soci_list li:last-child {
  margin-right: 10px;
}

.soci_list li a {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Slab", serif;
  background-color: #233F64;
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
}

.soci_list li a:hover {
  color: #fed100;
}


.nav_list {
  display: flex;
  justify-content: space-between;
  align-items: left;
}

.hero {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(to right, #6a80bb, #ffffff);
}

.hero img {
  max-width: 90%;
  height: auto;
  margin-top: 20px;
}

.services {
  padding: 40px 20px;
  text-align: center;
  background: linear-gradient(to right, #6a80bb, #ffffff);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  border-radius: 8px;
}
.contact {
  background-color: #cce663;
  padding: 4em 1em;
  text-align: center;
}

.contact form {
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  gap: 1em;
}

.contact input, .contact textarea {
  padding: 0.75em;
  border: 1px solid #e9df6f;
  border-radius: 8px;
  font-size: 1em;
  width: 100%;
}

.map-container {
  margin-top: 2em;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
section {
    display: block;
    unicode-bidi: isolate;
}


.footer {
  background-color: #303c3d;
  padding: 50px 0px;

}



.footer_part {
  display: flex;
  justify-content: space-between;

}

.footer_part_one h3,
.footer_part_one p,
.footer_part_one span {
  color: #ffffff;
  padding-bottom: 10px;
  font-family: "Roboto Slab", serif;
}

.footer_part_one span,
.footer_part_one a:hover {
  color: #fefefe;
}

.footer_part_one ul {
  list-style-type: none;
}

.footer_part_one ul li {
  margin-bottom: 10px;
}

.footer_part_one ul li a {
  text-decoration: none;
  color: #fffffe;

}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: rgb(152, 49, 212);
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

input[type="email"] {
  padding: 10px 10px;
  font-family: "Roboto Slab", serif;
  border: none;
}

.footer_part_one button {
  padding: 8px 22px 11px 22px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.footer_part_one h4 {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.footer_part_one p {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  margin-bottom: 10px;

}

.footer_part_one button img {
  color: #c46019;


}

.footer_part_one span {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.footer_buttom {
  display: flex;
  justify-content: space-between;
  padding: 71px 0;
}

.footer_buttom_one {
  padding: 50px 0px;
}

.footer_wejed span {
  color: #e7e2e2;
  font-size: 20px;
  margin-right: 10px;
}

.Copyright p {
  color: #ededed;
  font-size: 18px;
}

.Copyright p .fa {
  color: #da2488;
  margin: 5px;
}

.Copyright p span {
  color: #d324fb;
}

.footer_icon a {
  text-decoration: none;
}

.footer_icon a .fa {
  color: #888888;
  margin-left: 20px;
}

.form-container {
  max-width: 400px;
  margin: 80px auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-container form {
  display: flex;
  flex-direction: column;
}

.form-container input {
  margin: 10px 0;
  padding: 10px;
}

.form-container button {
  padding: 10px;
  background: #151b54;
  color: white;
  border: none;
  cursor: pointer;
}

.Copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* about section screen */

.about-section {
  padding: 40px 20px;
  background: linear-gradient(to right, #6a80bb, #ffffff);
}

.container {
  max-width: 900px;
  margin: auto;
}

h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #2d2d82;
}

h1 span {
  color: #ff6600;
}

.tagline {
  text-align: center;
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 30px;
}

.about-content h2 {
  margin-top: 30px;
  color: #2d2d82;
  font-size: 1.5rem;
}

.about-content p, .about-content ul {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.offer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.offer-box {
  flex: 1 1 45%;
  background-color: #e18b63;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.offer-box h3 {
  color: #2600ff;
}

.offer-box ul {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .offer-grid {
    flex-direction: column;
  }

  .offer-box {
    flex: 1 1 100%;
  }
}