
* {
  margin: 0;
  padding: 0px;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* ---------- Buttons ---------- */
.button,
.button-outline,
.white-button {
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 16.5px 16px;
}

.button:hover {
  background-color: #499066;
  color: #ffffff;
}

.button-outline:hover {
  background-color: #ffffff;
  color: #30B868;
}

.button {
  background-color: #30B868;
  color: white;
  border: none;
}

.button-outline {
  background: transparent;
  border: 2px solid #30B868;
  color: #30B868;
}

.white-button {
  background-color: white;
  color: #30B868;
  border: none;
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
}

/* ---------- Header & Navbar ---------- */
header {
  background-color: #FFFFFF;
}

.navbar {
  max-width: 1360px;
  height: 92px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.logo img {
  width: 139px;
  height: 60px;
}

/* ---------- Banner ---------- */
.banner {
  background: url("assets/hero-bg.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 0 20px;
  height: 674px; 
}

.banner-text h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 770px;
  color: #FFFFFF;
}

.banner-text p {
  font-size: 18px;
  line-height: 28px;
  max-width: 690px;
  color: #fff;
  margin: 24px auto 32px;
}

.banner-h2 {
  color: #30B868;
}

.banner-buttons {
  display: inline-flex;
  gap: 20px;
}

/* ---------- Card Text ---------- */
.main-card .card-text {
    gap: 16px;
    display: block
}

.card-text h2 {
  margin-top: 50px;
  font-style: Bold;
  font-size: 48px;
  font-weight: 700; 
  text-align: center;
  margin-bottom: 16px;
}

.card-text p {
  margin-bottom: 44px;
  font-size: 16px;
  font-weight: 400; 
  text-align: center;
  color: #627382
}

/* ---------- Cards Container ---------- */
.cards-container {
  width: 85%;
  max-width: 1360px;
  margin: 44px 120px;
}

.card {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.card-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  text-align: center;
  gap: 16px;
  width: 250px;
  padding: 69.5px 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F95555;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.card-image img {
  width: 32px;
  height: 32px;
}

.card-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0;
    color: #001931;
  
}

.card-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #627382;
}


/* ---------- Main 2 ---------- */

.main-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1360px;
    margin: 120px
}

.main-2-img {;
    width: 600px;
    height:600px;
    margin-right: 60px;
}

.main-2-text h4 {
    color: #30B868;
    font-size: 16px;

}
 .main-2-text h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 24px 0;
 }
.main-2-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #627382;
    margin-bottom: 40px;
    }

.main-2-text li {
    text-decoration: none;
    list-style: none;
}

/*----- Footer ------*/
.footer {
    background-color: #001931;
    color: #FFFFFF;
    width: 100%;
    padding: 60px 0;
}

.footer .footer-part-1 {
    display: flex;
    justify-content: space-between;
    max-width: 1360px;
    margin: 0 auto;
}

.footer-img img {
    width: 139px;
    height: 60px;
}

.footer .icons {
    display: block;
    align-items: center;
    gap: 20px;

}

.footer .icons p {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 500;
}

.footer .icons a {
    color: #FFFFFF;
    font-size: 20px;
}

.footer .icons a:hover {
    color: #30B868;
}

.footer hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 40px 0 20px;
}

.footer small {
    display: block;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/*------ Last section ------*/
.main-card-extra {
    background-color: #F9F9F7;
    padding: 80px 40px;
    margin: 120px 120px 120px;
    border-radius: 12px;
    gap: 16px;
}

.main-card-extra .card-text {
    max-width: 1360px;
    margin: 0 auto;
    text-align: center;
}

.main-card-extra .section-txt {
    font-size: 16px;
    line-height: 24px;
    color: #627382;
    margin-bottom: 16px;
}

.main-card-extra .section-small {
    margin-top: 16px;
    font-size: 16px;
    color: #627382;
    font-weight: 400;
}
 .main-card-extra h2 {
  font-size: 40px;
  font-weight: 700;
 }

 .main-card-extra p {
  font-size: 16px;
  font-weight: 400;
 }