.insightsMain {
  display: flex;
  justify-content: center;
  width: 100%;
}

.insightsSub {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* HEADER SECTION ----------------------------------------------------*/

.insightsSection {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  gap: 50px;
  align-items: flex-start;
  padding: 100px 30px 120px 95px;
  /* position: relative; */
}

.leftDiv {
  /* max-width: 600px; */
  width: 65%;
  position: sticky;
  top: 150px;
}

.insightsTitle {
  color: #fef3da;
  font-family: Anton;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 95px;
  letter-spacing: -1.236px;
  margin: 0 0 20px 0;
}

.insightsDescription {
  color: #d9dedf;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 130px;
  max-width: 600px;
}

.blogMeta {
  color: #d9dedf;
  font-size: 14px;
  margin-bottom: 90px;
}

.date {
  color: #def0de;
  font-family: "Rethink Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 5px 0;
}

.category {
  color: #def0de;
  font-family: "Rethink Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 5px 0;
}

.authorBox {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.authorBox img {
  width: 53px;
  height: 50px;
}

.author {
  color: #def0de;
  font-family: "Rethink Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.68px;
}
/* RIGHT IMAGE */
.rightDiv {
  position: relative;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 200px;
}

.insightsImage {
  /* width: 520px; */
  /* filter: drop-shadow(0px 0px 120px #00eaff); */
}
.insightsImageFirst {
  display: none;
}

/* INTRO SECTION ----------------------------------------------------*/
.introSection {
  /* padding: 0px 100px 0px 850px; */
  padding: 60px 0;
}

.introSection h1 {
  color: #def0de;
  font-family: Anton;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin: 40px 0px;
}
.introSection section {
  padding: 0;
}

.introSection p {
  color: #def0de;
  font-family: "Rethink Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.introSection span {
  color: #def0de;
  font-family: "Rethink Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.introSection li {
  color: #def0de;
  font-family: "Rethink Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.introSection img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* CARDS SECTION ----------------------------------------------------*/
.cardsContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  padding: 40px 0px;
  margin-top: 40px;
  display: none;
}
.cardHeading {
  display: none;
}

.card {
  width: 100%;
  min-height: 230px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  align-items: center;
}

/* background overlay */
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.75) 50%,
    rgba(0, 0, 0, 0.95) 100%
  );
  z-index: 0;
}

.glass {
  /* background: url('<?php echo get_template_directory_uri() . "/assets/images/insights/compilanceframework.webp"; ?>'); */
  background: url("../images/insights/compilanceframework.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply, normal;
}

.cardContent {
  padding: 30px 40px;
  z-index: 2;
  position: relative;
}

.cardTitle {
  color: #3ddc97;
  font-family: Anton;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.449px;
  margin-bottom: 12px;
}

.cardType {
  color: #fff;
  font-family: "Rethink Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.439px;
  margin-bottom: 12px;
}

.cardDesc {
  max-width: 80%;
  color: #def0de;
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.312px;
}

.btnDiv {
  display: flex;
  justify-content: flex-end;
}

.readBtn {
  width: 165px;
  margin-top: 20px;
  border-radius: 33px;
  border: 1px solid #0fa9a4;
  padding: 3px 18px;
  background: transparent;
  color: #fff;
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.439px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}

/* MANAGEMENT SECTION ----------------------------------------------------*/
.managementSection {
  /* background: url("/public/blogfooter1.webp"); */
  background-image: url("../images/insights/Footer.png");
  margin: 0 auto;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.managementMain {
  background-color: #181a1b;
  padding: 40px 0px;
  border-radius: 25px;
  max-width: 850px;
}

.managementHeading {
  color: #def0de;
  text-align: center;
  font-family: Anton;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -1.236px;
  margin: 5px 0px;
  padding: 0 90px;
}

.transform {
  color: #3ddc97;
  font-family: Anton;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -1.236px;
}

.managementText {
  color: #def0de;
  text-align: center;
  font-family: "Rethink Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.449px;
  margin: 5px 20px 20px 0px;
  padding: 0 90px;
}

.btnMain {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.requestBtn {
  width: 187px;
  padding: 10px 20px;
  border-radius: 33px;
  background: #3ddc97;
  box-shadow: 0 0 31px rgba(0, 153, 168, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
}

.requestBtn span {
  color: #000;
  font-family: "Rethink Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.439px;
}

/* ======================= 
   RESPONSIVE BREAKPOINTS 
======================= */

/* Large Screens (1600px - 1920px) */
@media (max-width: 1599px) {
  .insightsSection {
    padding: 100px 80px 100px 80px;
  }

  .insightsTitle {
    font-size: 60px;
    line-height: 100px;
  }

  .insightsDescription {
    font-size: 19px;
  }
  .date {
    font-size: 21px;
    margin: 5px 0px;
  }
  .category {
    font-size: 16px;
    margin: 5px 0px;
  }

  .insightsImage {
    width: 500px;
  }

  /* .introSection {
    padding: 0px 80px 0px 550px;
  } */

  .introSection h2 {
    font-size: 46px;
  }

  .introSection p {
    font-size: 20px;
  }

  .cardsContainer {
    padding: 40px 0px;
    gap: 50px;
  }

  .managementMain {
    padding: 35px 0px;
    max-width: 800px;
  }

  .managementHeading {
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 12px;
  }

  .transform {
    font-size: 56px;
    line-height: 58px;
  }
}

/* Medium-Large Screens (1300px - 1599px) */
@media (max-width: 1300px) {
  .insightsSection {
    padding: 80px 70px 80px 70px;
  }

  .leftDiv {
    /* max-width: 550px; */
    /* top: 150px; */
    /* position: relative; */
  }

  .insightsTitle {
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 10px;
  }

  .insightsDescription {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .blogMeta {
    margin-bottom: 40px;
  }

  .date {
    font-size: 16px;
  }

  .category {
    font-size: 16px;
  }

  .insightsImage {
    width: 450px;
  }
  /* 
  .introSection {
    padding: 0px 60px 0px 400px;
  } */

  .introSection h2 {
    font-size: 40px;
    margin: 35px 0px;
  }

  .introSection p {
    font-size: 19px;
    line-height: 28px;
  }

  .cardsContainer {
    padding: 40px 0px;
    gap: 45px;
  }
  .cardHeading {
    color: rgba(255, 255, 255, 0.8);
    font-family: Anton;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headline-Large-Line-Height, 40px); /* 173.913% */
    letter-spacing: var(--Headline-Large-Tracking, 0);
    margin: 0px;
    display: block;
  }

  .cardContent {
    padding: 28px 35px;
  }

  .cardTitle {
    font-size: 28px;
  }

  .cardType {
    font-size: 20px;
  }

  .cardDesc {
    font-size: 17px;
  }

  .managementSection {
    height: 700px;
  }

  .managementMain {
    padding: 35px 0px;
    max-width: 750px;
  }

  .managementHeading {
    font-size: 46px;
    line-height: 54px;
    margin: 7px;
  }

  .transform {
    font-size: 46px;
    line-height: 54px;
  }

  .managementText {
    font-size: 18px;
  }
  .requestBtn {
    width: 180px;
  }

  .requestBtn span {
    font-size: 17px;
  }
}

/* Medium Screens (1100px - 1299px) */
@media (max-width: 1099px) {
  .insightsSection {
    padding: 70px 60px;
  }

  .leftDiv {
    /* max-width: 500px; */
    /* top: 150px; */
  }

  .insightsTitle {
    font-size: 42px;
    line-height: 70px;
    margin-bottom: 10px;
  }
  .insightsDescription {
    font-size: 17px;
    margin: 10px 0px 30px 0px;
  }
  .blogMeta {
    margin-bottom: 40px;
  }
  .date {
    font-size: 18px;
    margin: 5px 0px;
  }
  .category {
    font-size: 14px;
    margin: 5px 0px;
  }

  .insightsImage {
    width: 400px;
  }

  /* .introSection {
    padding: 0px 60px 0px 400px;
  } */

  .introSection h2 {
    font-size: 36px;
  }

  .introSection p {
    font-size: 18px;
    line-height: 26px;
  }
  .introSection span {
    font-size: 18px;
    line-height: 26px;
  }
  .introSection li {
    font-size: 18px;
    line-height: 26px;
  }
  .introImg {
    margin-top: 20px;
  }

  .cardsContainer {
    display: none;
    grid-template-columns: 1fr;
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
    gap: 30px;
  }
  .cardHeading {
    color: rgba(255, 255, 255, 0.8);
    font-family: Anton;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headline-Large-Line-Height, 40px); /* 173.913% */
    letter-spacing: var(--Headline-Large-Tracking, 0);
    margin: 0px;
  }
  .cardContent {
    padding: 40px;
  }

  .cardTitle {
    font-size: 28px;
  }

  .cardType {
    font-size: 18px;
  }

  .cardDesc {
    font-size: 16px;
    max-width: 90%;
  }
  .btnDiv {
    justify-content: flex-start;
  }
  .readBtn {
    /* width: 160px; */
    font-size: 16px;
    /* padding: 2px 15px; */
  }
  .managementSection {
    height: 600px;
    padding: 0px 60px 20px 60px;
  }
  .managementMain {
    padding: 30px 0px;
    max-width: 750px;
  }

  .managementHeading {
    font-size: 34px;
    line-height: 50px;
  }

  .transform {
    font-size: 30px;
    line-height: 50px;
  }
  .managementText {
    font-size: 16px;
  }

  .requestBtn {
    width: 180px;
  }

  .requestBtn span {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .insightsSection {
    /* flex-direction: column; */
    align-items: start;
  }
  .leftDiv {
    width: 100%;
    position: relative;
  }
  /* .introSection {
    padding: 0px 60px 0px 60px;
  } */
  .cardsContainer {
    display: grid;
    padding: 0px;
  }
  .insightsImage {
    display: none;
  }
  .insightsImageFirst {
    display: block;
    max-width: 460px;
  }
}

/* Tablets (900px - 1099px) */
@media (max-width: 900px) {
  .insightsSection {
    flex-direction: column;
    align-items: center;
    padding: 60px 40px 20px 40px;
    gap: 40px;
    align-items: flex-start;
  }

  .leftDiv {
    width: 100%;
    position: relative;
    top: 0px;
  }
  .rightDiv {
    gap: 20px;
  }

  .insightsTitle {
    font-size: 36px;
    line-height: 65px;
    text-align: left;
  }

  .insightsDescription {
    font-size: 16px;
    text-align: left;
  }

  .date {
    font-size: 16px;
    text-align: left;
  }

  .category {
    font-size: 14px;
    text-align: left;
  }

  .authorBox {
    justify-content: flex-start;
  }

  .insightsImage {
    width: 400px;
    display: none;
  }

  .insightsImageFirst {
    display: block;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .introSection {
    padding: 20px 0px;
  }

  .introSection h2 {
    font-size: 30px;
    margin: 20px 0px 0px 0px;
  }

  .introSection p {
    font-size: 17px;
    line-height: 25px;
  }
  .introSection span {
    font-size: 17px;
    line-height: 25px;
  }
  .introSection li {
    font-size: 17px;
    line-height: 25px;
  }
  .introImg {
    margin: 20px 0px;
  }

  .cardsContainer {
    display: grid;
    padding: 10px 0px;
    margin-top: 0px;
    gap: 25px;
  }
  .cardHeading {
    color: rgba(255, 255, 255, 0.8);
    font-family: Anton;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headline-Large-Line-Height, 40px); /* 173.913% */
    letter-spacing: var(--Headline-Large-Tracking, 0);
    margin: 30px 0px 10px 20px;
  }

  .cardContent {
    padding: 25px 30px;
  }

  .cardTitle {
    font-size: 26px;
  }

  .cardType {
    font-size: 18px;
  }

  .cardDesc {
    font-size: 15px;
    max-width: 90%;
  }
  .btnDiv {
    justify-content: flex-start;
  }
  .readBtn {
    /* width: 160px; */
    font-size: 15px;
    /* padding: 2px 15px; */
  }
  .managementSection {
    height: 500px;
    padding: 0px 40px 20px 40px;
  }

  .managementMain {
    padding: 30px 0px;
    max-width: 600px;
    border: 1px solid rgb(45, 45, 45);
  }

  .managementHeading {
    font-size: 30px;
    line-height: 46px;
    /* padding: 0px 70px; */
  }

  .transform {
    font-size: 30px;
    line-height: 46px;
  }

  .managementText {
    font-size: 15px;
  }

  .requestBtn {
    width: 180px;
  }

  .requestBtn span {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .insightsSection {
    flex-direction: column;
    align-items: start;
  }
}

/* Small Tablets (600px - 900px) */
@media (max-width: 600px) {
  .insightsSection {
    flex-direction: column;
    padding: 30px 20px;
    gap: 25px;
    align-items: flex-start;
  }
  .leftDiv {
    width: 100%;
    position: relative;
    top: 20px;
  }

  .insightsTitle {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
    text-align: left;
  }

  .insightsDescription {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
  }

  .blogMeta {
    margin-bottom: 20px;
  }
  .date {
    font-size: 14px;
    text-align: left;
  }

  .category {
    font-size: 13px;
    text-align: left;
  }

  .authorBox {
    gap: 15px;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .authorBox img {
    width: 44px;
    height: 44px;
  }

  .author {
    font-size: 15px;
  }

  .insightsImage {
    max-width: 340px;
    display: none;
  }
  .insightsImageFirst {
    display: block;
    max-width: 340px;
    margin-bottom: 20px;
  }

  .introSection {
    padding: 15px 0px;
  }

  .introSection h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 5px 0px;
  }

  .introSection p {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0px;
  }
  .introSection span {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0px;
  }
  .introSection li {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 5px;
  }
  .introImg {
    margin: 15px 0px;
  }

  .cardsContainer {
    padding: 20px 0px 80px 0px;
    gap: 15px;
  }
  .cardHeading {
    color: rgba(255, 255, 255, 0.8);
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headline-Large-Line-Height, 40px); /* 173.913% */
    letter-spacing: var(--Headline-Large-Tracking, 0);
    margin: 30px 0px 10px 20px;
  }

  .cardContent {
    padding: 18px 20px;
  }

  .cardTitle {
    font-size: 24px;
    line-height: 28px;
  }

  .cardType {
    font-size: 16px;
  }

  .cardDesc {
    font-size: 14px;
  }

  .btnDiv {
    justify-content: flex-start;
  }

  .readBtn {
    width: 140px;
    font-size: 14px;
    padding: 2px 15px;
  }

  .managementSection {
    height: 400px;
    padding: 0px 15px 45px 15px;
  }

  .managementMain {
    padding: 20px 40px;
    border: 1px solid rgb(45, 45, 45);
  }

  .managementHeading {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    padding: 0px;
  }

  .transform {
    font-size: 26px;
    line-height: 36px;
  }

  .managementText {
    font-size: 13px;
    line-height: 18px;
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .btnMain {
    margin-bottom: 60px;
  }

  .requestBtn {
    width: 160px;
    padding: 8px 22px;
  }

  .requestBtn span {
    font-size: 14px;
  }
}

/* Extra Small Mobile (367px - 600px) */
@media (max-width: 367px) {
  .insightsSection {
    padding: 30px 20px;
    gap: 25px;
    align-items: flex-start;
  }
  .leftDiv {
    width: 100%;
    position: static;
    top: 20px;
  }

  .insightsTitle {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
    text-align: left;
  }

  .insightsDescription {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
  }

  .blogMeta {
    margin-bottom: 20px;
  }
  .date {
    font-size: 12px;
    text-align: left;
  }

  .category {
    font-size: 12px;
    text-align: left;
  }

  .authorBox {
    gap: 15px;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .authorBox img {
    width: 40px;
    height: 38px;
  }

  .author {
    font-size: 15px;
  }

  .insightsImage {
    max-width: 240px;
    display: none;
  }
  .insightsImageFirst {
    display: block;
    max-width: 240px;
    margin-bottom: 20px;
  }

  .introSection {
    padding: 15px 0px;
  }

  .introSection h2 {
    font-size: 24px;
    margin: 5px 0px;
  }

  .introSection p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0px;
  }

  .introSection span {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0px;
  }
  .introSection li {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0px;
  }
  .introSection img {
    margin: 15px 0px;
  }

  .cardsContainer {
    padding: 20px 0px 100px 0px;
    gap: 15px;
  }
  .cardHeading {
    color: rgba(255, 255, 255, 0.8);
    font-family: Anton;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headline-Large-Line-Height, 40px); /* 173.913% */
    letter-spacing: var(--Headline-Large-Tracking, 0);
    margin: 30px 0px 10px 20px;
  }

  .cardContent {
    padding: 18px 20px;
  }

  .cardTitle {
    font-size: 22px;
    line-height: 24px;
  }

  .cardType {
    font-size: 16px;
  }

  .cardDesc {
    font-size: 14px;
  }

  .readBtn {
    width: 140px;
    font-size: 13px;
    padding: 2px 15px;
  }

  .managementSection {
    height: 400px;
    padding: 0px 15px 65px 15px;
  }

  .managementMain {
    padding: 20px 20px;
    border: 1px solid rgb(45, 45, 45);
  }

  .managementHeading {
    font-size: 24px;
    line-height: 36px;
    padding: 0px 20px;
    margin-bottom: 10px;
  }

  .transform {
    font-size: 24px;
    line-height: 36px;
  }

  .managementText {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .btnMain {
    margin-bottom: 60px;
  }

  .requestBtn {
    width: 160px;
    padding: 8px 22px;
  }

  .requestBtn span {
    font-size: 14px;
  }
}
