@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

/* ===== RESET & BASE ===== */
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.my-40 {
  margin: 40px 0 !important;
}
.mt-40{
  margin-top: 40px !important;
}
.mb-40{
  margin-bottom: 40px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.section-spacing.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
body {
  /* font-family: "Poppins", sans-serif; */
  color: #000;
  background: #fff;
}

.site-header:before {
  opacity: 1;
  height: 100%;
}
.site-content img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.site-content ul {
  list-style: disc;
  padding-left: 24px;
}

.site-content ul li {
  line-height: 1.6;
  margin-bottom: 2px;
}

/* utility class css  */
.layout-fifty-fifty,
.layout-seventy-thirty,
.layout-thirty-seventy,
.layout-sixty-forty,
.layout-forty-sixty {
  gap: 40px !important;
}
.layout-fifty-fifty > div {
  flex: 0 0 calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
  padding: 0 !important;
}

/* 70 / 30 */
.layout-seventy-thirty > :first-child {
  flex: 0 0 calc(70% - 20px) !important;
  max-width: calc(70% - 20px) !important;
  padding: 0 !important;
}
.layout-seventy-thirty > :last-child {
  flex: 0 0 calc(30% - 20px) !important;
  max-width: calc(30% - 20px) !important;
  padding: 0 !important;
}

/* 30 / 70 */
.layout-thirty-seventy > :first-child {
  flex: 0 0 calc(30% - 20px) !important;
  max-width: calc(30% - 20px) !important;
  padding: 0 !important;
}
.layout-thirty-seventy > :last-child {
  flex: 0 0 calc(70% - 20px) !important;
  max-width: calc(70% - 20px) !important;
  padding: 0 !important;
}

/* 60 / 40 */
.layout-sixty-forty > :first-child {
  flex: 0 0 calc(60% - 20px) !important;
  max-width: calc(60% - 20px) !important;
  padding: 0 !important;
}
.layout-sixty-forty > :last-child {
  flex: 0 0 calc(40% - 20px) !important;
  max-width: calc(40% - 20px) !important;
  padding: 0 !important;
}

/* 40 / 60 */
.layout-forty-sixty > :first-child {
  flex: 0 0 calc(40% - 20px) !important;
  max-width: calc(40% - 20px) !important;
  padding: 0 !important;
}
.layout-forty-sixty > :last-child {
  flex: 0 0 calc(60% - 20px) !important;
  max-width: calc(60% - 20px) !important;
}
/* utility class css  */

/* ===== GLOBAL UTILITIES ===== */
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.section-spacing {
  padding-block: 40px !important;
}

.section-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #023049;
  text-align: center;
  line-height: 1.4;
}

.section-heading-wrap {
  padding-top: 48px;
  padding-bottom: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: normal;
  min-width: unset;
  padding: 7px 24px;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #f8f8ff;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity 0.2s ease;
}

.btn:hover {
  opacity: 0.88;
  border-color: transparent;
}

.btn-deep-sea {
  background: #005288;
  border-color: #005288;
}

.btn-cosmos {
  background: #023049;
  border-color: #023049;
}

.feat-label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #005288;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 4px;
}

.feat-list {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  padding-left: 0px;
  margin-left: 22px;
}
.feat-list li {
  margin-bottom: 0;
  line-height: 1.5;
}
.impact-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #005288;
}
/* ===== RESPONSIVE � 1200px ===== */
@media (max-width: 1199px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-spacing {
    padding-block: 30px !important;
  }
  .pt-40 {
    padding-top: 30px !important;
  }
  .pb-40 {
    padding-bottom: 30px !important;
  }
  .my-40 {
    margin: 30px 0 !important;
  }
  .layout-fifty-fifty,
  .layout-seventy-thirty,
  .layout-thirty-seventy,
  .layout-sixty-forty,
  .layout-forty-sixty {
    gap: 30px !important;
  }
  .layout-fifty-fifty > div {
    flex: 0 0 calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;
  }

  /* 70 / 30 */
  .layout-seventy-thirty > :first-child {
    flex: 0 0 calc(70% - 15px) !important;
    max-width: calc(70% - 15px) !important;
  }
  .layout-seventy-thirty > :last-child {
    flex: 0 0 calc(30% - 15px) !important;
    max-width: calc(30% - 15px) !important;
  }

  /* 30 / 70 */
  .layout-thirty-seventy > :first-child {
    flex: 0 0 calc(30% - 15px) !important;
    max-width: calc(30% - 15px) !important;
  }
  .layout-thirty-seventy > :last-child {
    flex: 0 0 calc(70% - 15px) !important;
    max-width: calc(70% - 15px) !important;
  }

  /* 60 / 40 */
  .layout-sixty-forty > :first-child {
    flex: 0 0 calc(60% - 15px) !important;
    max-width: calc(60% - 15px) !important;
  }
  .layout-sixty-forty > :last-child {
    flex: 0 0 calc(40% - 15px) !important;
    max-width: calc(40% - 15px) !important;
  }

  /* 40 / 60 */
  .layout-forty-sixty > :first-child {
    flex: 0 0 calc(40% - 15px) !important;
    max-width: calc(40% - 15px) !important;
  }
  .layout-forty-sixty > :last-child {
    flex: 0 0 calc(60% - 15px) !important;
    max-width: calc(60% - 15px) !important;
  }
  .mt-40{
  margin-top: 30px !important;
}
.mb-40{
  margin-bottom: 30px !important;
}
}

/* ===== RESPONSIVE � 1024px ===== */
@media (max-width: 991px) {
  .layout-fifty-fifty,
  .layout-seventy-thirty,
  .layout-thirty-seventy,
  .layout-sixty-forty,
  .layout-forty-sixty {
    gap: 25px !important;
  }
  .section-heading-wrap {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .layout-fifty-fifty img,
  .layout-seventy-thirty img,
  .layout-thirty-seventy img,
  .layout-sixty-forty img,
  .layout-forty-sixty img {
    max-width: 500px !important;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .layout-fifty-fifty > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /* 70 / 30 */
  .layout-seventy-thirty > :first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .layout-seventy-thirty > :last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /* 30 / 70 */
  .layout-thirty-seventy > :first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .layout-thirty-seventy > :last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /* 60 / 40 */
  .layout-sixty-forty > :first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .layout-sixty-forty > :last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /* 40 / 60 */
  .layout-forty-sixty > :first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .layout-forty-sixty > :last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .my-40 {
    margin: 0 !important;
  }
}
/* ===== RESPONSIVE � 768px ===== */
@media (max-width: 768px) {
  .section-spacing {
    padding-block: 20px !important;
  }
  .section-heading {
    font-size: 26px;
  }
    .mt-40{
  margin-top: 20px !important;
}
.mb-40{
  margin-bottom: 20px !important;
}
  .visibility-hidden-mobile{
    display:none !important;
  }
}

/* ===== RESPONSIVE � 480px ===== */
@media (max-width: 480px) {
  .section-heading {
    font-size: 22px;
  } 
  .feat-list,
  .feat-label {
    font-size: 14px;
  }
  .section-heading {
    text-align: left;
  }
}
/* ===== RESPONSIVE � 320px ===== */
@media (max-width: 320px) {
  .section-heading {
    font-size: 19px;
  }
  .btn {
    font-size: 14px;
    padding: 7px 18px;
  }
  /* All body text */
  .feat-list,
  .feat-label,
  .impact-bold {
    font-size: 13px !important;
    line-height: 1.5 !important;
  } /* Icons */
  .three-col-section-col img {
    width: 56px;
    height: 56px;
  }
}
