/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose {
  background: #dee5df;
  padding: 90px 20px;
}

.container-fixed {
  max-width: 1200px;
  margin: auto;
}

/* label */

.get-in-touch {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #003324; /* Updated color */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; /* Updated font */
}

.get-in-touch::before,
.get-in-touch::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #003324; /* Updated color */
  margin: 0 12px;
  vertical-align: middle;
}

/* heading */

.why-choose h2 {
	text-align: center;
    padding-bottom: 20px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
}

.brand-highlight {
  color: #d4af37;
}

/* description */

.contact-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 17px;
  line-height: 1.9;
  color: #003324; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
  }

.contact-description::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #003324; /* Updated color */
  margin: 20px auto 0;
}

/* grid */

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* card */

.point {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;
  background: #003324;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  min-height: 130px;
}

/* hover */

.point:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
  border-color: #003366;
}

/* icon */

.point-icon {
  font-size: 55px; /* Bigger icon */
  color: #003324; /* Updated color */
  min-width: 60px; /* Keeps spacing from text */
  line-height: 1;
}

.point:hover .point-icon {
  transform: scale(1.1);
}

/* text */

.point-text h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
 
}

.point-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: 'League Spartan', sans-serif; /* Updated font */
  
}

/* responsive */

@media (max-width: 1000px) {
  .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .points-grid {
    grid-template-columns: 1fr;
  }
}/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose {
  background: #dee5df;
  padding: 90px 20px;
}

.container-fixed {
  max-width: 1200px;
  margin: auto;
}

/* label */

.get-in-touch {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #003324; /* Updated color */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; /* Updated font */
}

.get-in-touch::before,
.get-in-touch::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #003324; /* Updated color */
  margin: 0 12px;
  vertical-align: middle;
}

/* heading */

.why-choose h2 {
	text-align: center;
    padding-bottom: 20px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
}

.brand-highlight {
  color: #d4af37;
}

/* description */

.contact-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 17px;
  line-height: 1.9;
  color: #003324; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
  }

.contact-description::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #003324; /* Updated color */
  margin: 20px auto 0;
}

/* grid */

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* card */

.point {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;
  background: #003324;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  min-height: 130px;
}

/* hover */

.point:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
  border-color: #003366;
}

/* icon */

.point-icon {
  font-size: 55px; /* Bigger icon */
  color: #003324; /* Updated color */
  min-width: 60px; /* Keeps spacing from text */
  line-height: 1;
}

.point:hover .point-icon {
  transform: scale(1.1);
}

/* text */

.point-text h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
 
}

.point-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: 'League Spartan', sans-serif; /* Updated font */
  
}

/* responsive */

@media (max-width: 1000px) {
  .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .points-grid {
    grid-template-columns: 1fr;
  }
}/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose {
  background: #dee5df;
  padding: 90px 20px;
}

.container-fixed {
  max-width: 1200px;
  margin: auto;
}

/* label */

.get-in-touch {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #003324; /* Updated color */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; /* Updated font */
}

.get-in-touch::before,
.get-in-touch::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #003324; /* Updated color */
  margin: 0 12px;
  vertical-align: middle;
}

/* heading */

.why-choose h2 {
	text-align: center;
    padding-bottom: 20px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
}

.brand-highlight {
  color: #d4af37;
}

/* description */

.contact-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 17px;
  line-height: 1.9;
  color: #003324; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
  }

.contact-description::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #003324; /* Updated color */
  margin: 20px auto 0;
}

/* grid */

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* card */

.point {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;
  background: #003324;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  min-height: 130px;
}

/* hover */

.point:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
  border-color: #003366;
}

/* icon */

.point-icon {
  font-size: 55px; /* Bigger icon */
  color: #003324; /* Updated color */
  min-width: 60px; /* Keeps spacing from text */
  line-height: 1;
}

.point:hover .point-icon {
  transform: scale(1.1);
}

/* text */

.point-text h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
 
}

.point-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: 'League Spartan', sans-serif; /* Updated font */
  
}

/* responsive */

@media (max-width: 1000px) {
  .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .points-grid {
    grid-template-columns: 1fr;
  }
}/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose {
  background: #dee5df;
  padding: 90px 20px;
}

.container-fixed {
  max-width: 1200px;
  margin: auto;
}

/* label */

.get-in-touch {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #003324; /* Updated color */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; /* Updated font */
}

.get-in-touch::before,
.get-in-touch::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #003324; /* Updated color */
  margin: 0 12px;
  vertical-align: middle;
}

/* heading */

.why-choose h2 {
	text-align: center;
    padding-bottom: 20px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
}

.brand-highlight {
  color: #d4af37;
}

/* description */

.contact-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 17px;
  line-height: 1.9;
  color: #003324; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
  }

.contact-description::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #003324; /* Updated color */
  margin: 20px auto 0;
}

/* grid */

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* card */

.point {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;
  background: #003324;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  min-height: 130px;
}

/* hover */

.point:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
  border-color: #003366;
}

/* icon */

.point-icon {
  font-size: 55px; /* Bigger icon */
  color: #003324; /* Updated color */
  min-width: 60px; /* Keeps spacing from text */
  line-height: 1;
}

.point:hover .point-icon {
  transform: scale(1.1);
}

/* text */

.point-text h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
 
}

.point-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: 'League Spartan', sans-serif; /* Updated font */
  
}

/* responsive */

@media (max-width: 1000px) {
  .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .points-grid {
    grid-template-columns: 1fr;
  }
}/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose {
  background: #dee5df;
  padding: 90px 20px;
}

.container-fixed {
  max-width: 1200px;
  margin: auto;
}

/* label */

.get-in-touch {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #003324; /* Updated color */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; /* Updated font */
}

.get-in-touch::before,
.get-in-touch::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #003324; /* Updated color */
  margin: 0 12px;
  vertical-align: middle;
}

/* heading */

.why-choose h2 {
	text-align: center;
    padding-bottom: 20px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
}

.brand-highlight {
  color: #d4af37;
}

/* description */

.contact-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 17px;
  line-height: 1.9;
  color: #003324; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
  }

.contact-description::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #003324; /* Updated color */
  margin: 20px auto 0;
}

/* grid */

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* card */

.point {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;
  background: #003324;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  min-height: 130px;
}

/* hover */

.point:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
  border-color: #003366;
}

/* icon */

.point-icon {
  font-size: 55px; /* Bigger icon */
  color: #003324; /* Updated color */
  min-width: 60px; /* Keeps spacing from text */
  line-height: 1;
}

.point:hover .point-icon {
  transform: scale(1.1);
}

/* text */

.point-text h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
 
}

.point-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: 'League Spartan', sans-serif; /* Updated font */
  
}

/* responsive */

@media (max-width: 1000px) {
  .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .points-grid {
    grid-template-columns: 1fr;
  }
}/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose {
  background: #dee5df;
  padding: 90px 20px;
}

.container-fixed {
  max-width: 1200px;
  margin: auto;
}

/* label */

.get-in-touch {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #003324; /* Updated color */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; /* Updated font */
}

.get-in-touch::before,
.get-in-touch::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #003324; /* Updated color */
  margin: 0 12px;
  vertical-align: middle;
}

/* heading */

.why-choose h2 {
	text-align: center;
    padding-bottom: 20px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
}

.brand-highlight {
  color: #d4af37;
}

/* description */

.contact-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 17px;
  line-height: 1.9;
  color: #003324; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
  }

.contact-description::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #003324; /* Updated color */
  margin: 20px auto 0;
}

/* grid */

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* card */

.point {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;
  background: #003324;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  min-height: 130px;
}

/* hover */

.point:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
  border-color: #003366;
}

/* icon */

.point-icon {
  font-size: 55px; /* Bigger icon */
  color: #003324; /* Updated color */
  min-width: 60px; /* Keeps spacing from text */
  line-height: 1;
}

.point:hover .point-icon {
  transform: scale(1.1);
}

/* text */

.point-text h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
 
}

.point-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: 'League Spartan', sans-serif; /* Updated font */
  
}

/* responsive */

@media (max-width: 1000px) {
  .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .points-grid {
    grid-template-columns: 1fr;
  }
}/* =========================
WHY CHOOSE SECTION
========================= */

.why-choose {
  background: #dee5df;
  padding: 90px 20px;
}

.container-fixed {
  max-width: 1200px;
  margin: auto;
}

/* label */

.get-in-touch {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #003324; /* Updated color */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif; /* Updated font */
}

.get-in-touch::before,
.get-in-touch::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #003324; /* Updated color */
  margin: 0 12px;
  vertical-align: middle;
}

/* heading */

.why-choose h2 {
	text-align: center;
    padding-bottom: 20px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
}

.brand-highlight {
  color: #d4af37;
}

/* description */

.contact-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  font-size: 17px;
  line-height: 1.9;
  color: #003324; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
  }

.contact-description::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #003324; /* Updated color */
  margin: 20px auto 0;
}

/* grid */

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* card */

.point {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: row;
  background: #003324;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  min-height: 130px;
}

/* hover */

.point:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
  border-color: #003366;
}

/* icon */

.point-icon {
  font-size: 55px; /* Bigger icon */
  color: #003324; /* Updated color */
  min-width: 60px; /* Keeps spacing from text */
  line-height: 1;
}

.point:hover .point-icon {
  transform: scale(1.1);
}

/* text */

.point-text h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff; /* Updated color */
  font-family: 'League Spartan', sans-serif; /* Updated font */
 
}

.point-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-family: 'League Spartan', sans-serif; /* Updated font */
  
}

/* responsive */

@media (max-width: 1000px) {
  .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .points-grid {
    grid-template-columns: 1fr;
  }
}