@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;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.section-spacing.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}
.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-72,
.img-content-section-text h3.fs-72 {
  font-size: clamp(28px, calc(18.6px + 3.71vw), 72px) !important;
  line-height: 1.2 !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.blue-gradient{
   background: linear-gradient(90deg, #001522 0%, #023049 50%, #005288 75%, #006CB3 100%) !important;
}
.blue-gradient h1, .blue-gradient h2, .blue-gradient h3{
 color: #7BBEEA !important;
}
.blue-gradient p , .blue-gradient li{
 color: #fff !important;
}
.green-gradient{
    background: radial-gradient(circle at 50% 100%, rgba(120, 188, 32, 0.35) 0%, rgba(255, 255, 255, 0) 78%), #fff !important;
}
.green-gradient h1 , .green-gradient h2 , .green-gradient h3{
   color: #023049 !important;
}
.green-gradient p , .green-gradient li{
   color: #005288 !important;
}
.text-blue{
  color: #023049 !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;
  flex-wrap: wrap;
}
.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-radius-sm {
  border-radius: 8px !important;
}
.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;
}
.custom-icon-listing ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.custom-icon-listing ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.custom-icon-listing ul li em {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: block;
}
.custom-icon-listing ul li em img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom-icon-listing ul li span {
  color: #005288;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.spacing-y-10, .spacing-y-10 ul{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.page-template-template-flexible .site-content{
  padding-top: 106px !important;
}
.page-template-template-flexible .collaboration-page-wrapper section:not(.hero-with-heading-section):first-of-type,
.page-template-template-flexible .collaboration-page-wrapper section.hero-with-heading-section:first-of-type  .hero-with-heading-section-inner
{
  padding-top: 40px !important;
}
.benefits-grid-section-summary {
  display: flex;
  align-items: center;
  gap: 20px;
}

.benefits-grid-section-summary span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #005288;
  white-space: nowrap;
  line-height: 24px;
  flex-shrink: 0;
}

.benefits-grid-section-summary p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.platform-features-section .benefits-grid-section-summary{
  margin-top: 20px;
}
/* ===== RESPONSIVE � 1200px ===== */
@media (max-width: 1440px) {
  .page-template-template-flexible .site-content{
    padding-top: 99px !important;
  }
}
@media (max-width: 1200px) {
  .fs-48 {
    font-size: 38px !important;
  }
}
@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;
  }
  .page-template-template-flexible .collaboration-page-wrapper section:not(.hero-with-heading-section):first-of-type,
  .page-template-template-flexible .collaboration-page-wrapper section.hero-with-heading-section:first-of-type  .hero-with-heading-section-inner{
    padding-bottom: 40px !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;
  }
    .page-template-template-flexible .site-content{
    padding-top: 87px !important;
  }
    .benefits-grid-section-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
/* ===== 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;
  }
  .fs-48 {
    font-size: 28px !important;
  }
  .fs-20 {
    font-size: 16px !important;
  }
  .custom-icon-listing ul li span {
    font-size: 20px;
  }
  .custom-icon-listing ul li em {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .custom-icon-listing ul li{
    gap: 10px;
  }
  .fs-32 {
    font-size: 26px !important;
  }
  .benefits-grid-section-summary span {
    font-size: 20px;
  }
}

/* ===== RESPONSIVE � 480px ===== */
@media (max-width: 480px) {
  .section-heading {
    font-size: 22px;
  }
  .feat-list,
  .feat-label {
    font-size: 14px;
  }
  .section-heading {
    text-align: left;
  }
  .fs-48 {
    font-size: 22px !important;
  }
  .fs-20 {
    font-size: 14px !important;
  }
  .custom-icon-listing ul li span {
    font-size: 18px;
  }
  .fs-32 {
    font-size: 22px !important;
  }
  .benefits-grid-section-summary p {
    font-size: 14px;
  }

  .benefits-grid-section-summary span {
    font-size: 18px;
  }
}
/* ===== 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;
  }
  .fs-48 {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }
  .fs-20 {
    font-size: 13px !important;
  }
  .custom-icon-listing ul li span {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
  .fs-32 {
    font-size: 17px !important;
  }
  .benefits-grid-section-summary p
  {
     font-size: 13px !important;
    line-height: 1.5 !important;
  }
    /* Bottom summary */
  .benefits-grid-section-summary span {
    font-size: 16px;
  }
}
