@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*:not(i) {
  font-family: "Poppins", sans-serif;
}

.top-links-inner ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 25px;
}

.top-links-inner ul li {
  list-style: none;
}

.top-links-inner ul li a {
  text-decoration: none;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #e55935;
  transition: 0.3s;
}

.top-links-inner ul li a.ac {
  color: #1f4080;
}

.top-links-inner ul li a:hover {
  color: #1f4080;
}

.hero {
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.style-1 {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 42px;
  letter-spacing: 0%;
  color: #e55935;
}

.style-1 span {
  color: #1f4080;
}

.style-2 {
  font-weight: 400;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1f4080;
}

.style-3 {
  font-weight: 400;
  font-size: 15px;
  color: #878c91;
}

.style-4 {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 42px;
  color: #fff;
}

.style-5 {
  font-weight: 400;
  font-style: Medium;
  font-size: 15px;
  color: #e55935;
}

.my-link {
  display: inline-block;
  padding: 18px 40px;
  background: #1f4080;
  border-radius: 70px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s;
}

.my-link:hover {
  background: #162c59;
}

.mt-min {
  margin-top: -60px;
}
.sect-2 {
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.sect-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/sect2-bg.png) center/cover no-repeat;
  filter: blur(6px);
  transform: scale(1.05);
  z-index: 0;
}

.sect-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 40, 40, 0.85);
  z-index: 1;
}

.sect-2-1 {
  position: relative;
  z-index: 2;
}

.sect-2-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.sect-2-1 img {
  width: 100%;
  object-fit: cover;
}

.feat-item {
  background: #ffffff42;
  padding: 30px;
  border-radius: 15px;
}

.accordion-button {
  font-weight: 600;
  color: #e55935; /* orange text */
  background: #ffffff42;
  border-radius: 12px !important;
  margin-bottom: 15px;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  margin-bottom: 0;
  background: #ffffff42;
  color: #e55935;
  box-shadow: none;
  border-radius: 0 !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.accordion-item {
  border: none;
  background-color: transparent;
}
.accordion-body {
  color: #e55935;
  background: #ffffff42;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 15px;
}

.form-control {
  border: none;
  border-radius: 12px;
  padding: 15px;
  background: #ffffff42;
  box-shadow: none;
}

.form-control::placeholder {
  font-style: SemiBold;
  font-size: 15px;
  color: #878c91;
}
.btn-send {
  background-color: #1f4080;
  color: #e8ecee;
  padding: 16px 36px;
  border-radius: 50px;
  border: none;
  font-weight: 500;
  transition: 0.2s;
}
.btn-send:hover {
  background-color: #162c59;
}

footer {
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 25px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  text-decoration: none;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #e55935;
  transition: 0.3s;
}

footer ul li a:hover {
  color: #1f4080;
}

@media (max-width: 992px) {
  .mt-min {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
}

body {
  background: #e8ecee;
}
