
.insight-sec p {
	width: 85%;
}

.insight-across {
  background: #fff;
  padding: 0;
}

.insight-container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 215px;
}

/* LEFT SIDE */
.insight-content2 {
  flex: 1;
  max-width: 600px;
}

.insight-title {
color: #B0903D;
font-family: Archivo;
font-size: 48px;
font-weight: 800;
line-height: 50px; 
text-transform: uppercase;
  margin-bottom: 20px;
}

.insight-text {
color: #2A292B;
font-family: Archivo;
font-size: 18px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.198px;
  margin-bottom: 40px;
}

.insight-subtitle {
font-family: Archivo;
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: 50px;
text-transform: uppercase;
  margin-bottom: 20px;
	background: linear-gradient(93deg, #34385F -10.63%, #83B6C5 66.47%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}



.insight-small-text {
color: #2A292B;
font-family: Archivo;
font-size: 18px;
font-weight: 400;
line-height: 150%; 
letter-spacing: -0.198px;
}


.noprop {
	color: #4D5054;
font-family: Archivo;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
	padding: 0 0 40px;
}

/* RIGHT SIDE IMAGE */
.insight-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.insight-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


/* RESPONSIVE */
@media (max-width: 992px) {
 .insight-container2 {     
    flex-direction: column;
    text-align: center;
	}

  .insight-image {
    justify-content: center;
  }

  .insight-title {
    font-size: 30px;
	 line-height: 34px;
  }

  .insight-subtitle {
    font-size: 30px;
	     line-height: 34px; 
  }
	.insight-content2 {
		max-width: 100%;
		padding-left: 34px;
	}
	.insight-text {

    font-size: 15px;
		margin-bottom: 20px;
	}
	.noprop {
    font-size: 18px;
	    padding: 0 0 20px;	
	}
	
	.insight-container2 {
		flex-direction: column;
		gap: 20px;
        text-align: left;
	}
}
@media (max-width: 992px) {
.global-mang-div p {
width: 100%;	

}
}

@media (max-width:600px) {
.insight-title {
	padding-top: 20px;
    }
	
}


/* ===============================
   INSIGHT BLOGS SECTION
================================ */
.insight-blogs {
  padding: 50px 0;
  background: #fff;
}

/* GRID */
.blogs-container2 {
  max-width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* ===============================
   CARD BASE
================================ */
.blog-card2 {
  position: relative;
  height: 400px;
  border-radius: 0 0 40px 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 28px 24px;
  color: #fff;
  background-size: cover;
  background-position: center;
  transition: all 0.35s ease;
}

/* HOVER EFFECT */
.blog-card2:hover {
  transform: translateY(-6px);
}

/* ===============================
   OVERLAY BASE
================================ */
.blog-card2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* ===============================
   OVERLAY COLORS (MATCH DESIGN)
================================ */

/* ORANGE */
.blog-card2.orange::before {
  background: linear-gradient(180deg, rgba(255, 140, 0, 0.45) 0%, rgba(120, 60, 0, 0.95) 100%);
}

/* DARK */
.blog-card2.dark::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

/* BLUE */
.blog-card2.blue::before {
  background: linear-gradient(
    180deg,
    rgba(0, 60, 100, 0.45) 0%,
    rgba(0, 20, 45, 0.95) 100%
  );
}

/* RED */
.blog-card2.red::before {
  background: linear-gradient(
    180deg,
    rgba(200, 50, 20, 0.45) 0%,
    rgba(90, 0, 0, 0.95) 100%
  );
}

/* ===============================
   CONTENT
================================ */
.blog-content2 {
  position: relative;
  z-index: 2;
	max-width: 540px;
}

/* TITLE */
.blog-content2 h3 {
color: #FFF;
font-family: Archivo;
font-size: 36px;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* DESCRIPTION */
.blog-content2 p {
overflow: hidden;
color: #FFF;
font-family: Archivo;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
	padding: 20px 0;

  overflow: hidden;
  text-overflow: ellipsis;
}

/* READ MORE */
.blog-content2 a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
color: #C49912;
font-family: Archivo;
font-size: 24px;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
  text-decoration: none;
  margin-bottom: 10px;
}

.blog-content2 a img {
  width: 28px;
}

.tag2 {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
  z-index: 2;
  font-weight: 500;
}

.tag2 img {
  width: 12px;
}

/* TAG COLORS */
.tag2.yellow {
  background: #c49a2c;
  color: #fff;
}

.tag2.purple {
  background: #5a3ec8;
  color: #fff;
}

/* ===============================
   META SECTION
================================ */
.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
color: #FFF;
font-family: Archivo;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-top: 10px;
  opacity: 0.85;
}

/* LIKES */
.likes {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.likes img {
  width: 14px;
}
@media (max-width:1280px) {
.blog-content2 h3 {
font-size: 32px;
}
}

@media (max-width:1024px) {
.blog-content2 p {
    font-size: 22px;
}
}


/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .blogs-container2 {
    gap: 18px;
  }

  .blog-card2 {
    height: 280px;
    padding: 24px;
  }

  .blog-content2 h3 {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
    .blog-content2 p {
        font-size: 18px;
    }
	.blog-content2 p {
		padding: 2px 0;
	}
    .blog-content2 a {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
  .blogs-container2 {
    grid-template-columns: 1fr;
  }

  .blog-card2 {
    height: 300px;
  }

  .blog-content2 h3 {
    font-size: 24px;
  }

  .blog-content2 p {
    font-size: 16px;
  }
	.blog-meta {
     font-size: 15px;
	}
	.blog-content2 a img {
    width: 22px;
}
	.frontier-below {
    font-size: 18px !important;
    line-height: 25px !important;
}
	
}

@media (max-width: 480px) {
  .insight-blogs {
    padding: 30px 15px;
  }

  .blog-card2 {
    height: 300px;
    padding: 20px;
  }

.blog-content2 h3 {
        font-size: 14px;
    }
	    .blog-content2 p {
        font-size: 14px;
    }
}

/***/
.blog-txt {
	width: auto;
}
.blog-txt h2 {
	font-family: Archivo;
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: 48px; 
text-transform: uppercase;
	
	background: linear-gradient(90deg, #34385F 0%, #83B6C5 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.blog-txt h3 {
background: linear-gradient(90deg, #34385F 0%, #83B6C5 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.blog-txt p {
	margin: 0 0 40px;
	width: 85%;
}

.insight-idea {
	width:100%;
	position: relative;
}

/* ===============================
   INSIGHT BLOG HEADER
================================ */
.insight-blog-head {
  padding: 40px 0 20px;
  max-width: 100%;
	
	background: linear-gradient(90deg, #34385F 0%, #83B6C5 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

line-height: 50px;
text-transform: uppercase;
}

/* TOP SMALL TEXT */
.insight-blog-head .sub-title {
font-family: Archivo;
font-size: 40px;
font-weight: 300;
line-height: 50px; /* 125% */
text-transform: uppercase;
	margin-bottom: 5px;
}

/* MAIN TITLE */
.insight-blog-head .main-title {
background: linear-gradient(90deg, #34385F 0%, #83B6C5 100%);
background-clip: text;
font-size: 40px;
font-weight: 800;
line-height: 50px;
text-transform: uppercase;
  margin: 0;
}



/* ===============================
   BLOG GRID SECTION
================================ */
.blogs-grid {
  padding: 0 0 60px;
  background: #fff;
}

.blogs-grid-container {
  max-width: 100%;
  margin: 0;

  display: grid;
 grid-template-columns: repeat(3, 1fr); 
  gap: 24px;
}

/* ===============================
   CARD
================================ */
.blog-grid-card {
  background: #1f2a3a;
  border-radius: 0 0 40px 0;
  overflow: hidden;
  transition: all 0.3s ease;
	min-height: 500px;
}

.blog-grid-card:hover {
  transform: translateY(-6px);
}

/* ===============================
   IMAGE
================================ */
.blog-grid-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
   TAG
================================ */
.grid-tags {
  position: absolute;

  bottom: 12px;  
  left: 12px;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
}

.grid-tags img {
  width: 12px;
}

/* COLORS */
.grid-tags.yellows {
  background: #c49a2c;
}

.grid-tags.purples {
  background: #5a3ec8;
}

/* ===============================
   CONTENT
================================ */
.blog-grid-content {
  padding: 20px;
}

.blog-grid-content h3 {
color: #FFF;
font-family: Archivo;
font-size: 24px;
font-weight: 700;
line-height: 26px; 
  margin-bottom: 90px;
}

.blog-grid-content p {
color: #FFF;
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
  margin-bottom: 16px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
	width: 85%;
}


.insight-sec {
    padding: 164px 0 0;
}
.insight-sec h4 {
    padding-bottom: 20px;
    padding-top: 0;
}

.mor-le {
    font-family: Archivo;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #34385F 0%, #83B6C5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 75%;
    padding:10px 0;
}

/****/



/* ===============================
   EXPAN ERA SECTION
================================ */
.expan-era {

  padding:0;
}

.expan-era-container {
  max-width: 100%;

  display: flex;
  align-items: normal;
}

/* LEFT */
.expan-left {
  flex: 1;
  padding: 40px 0;
}

.expan-left h2 {
font-family: Archivo;
font-size: 48px;

font-weight: 800;
line-height: 50px; 
text-transform: uppercase;
  margin: 0 0 20px;
	background: linear-gradient(93deg, #34385F -10.63%, #83B6C5 66.47%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	
}

.expan-left p {
color: #2A292B;
font-family: Archivo;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
letter-spacing: -0.198px;
  max-width:100%;
}

/* RIGHT CARD */
.expan-right {
  flex: 1;
  background: #0b3556;
  color: #fff;

  padding: 40px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border-bottom-right-radius: 80px; /* curved corner */
}

/* TEXT */
.expan-right .small {
color: #FFF;
font-family: Archivo;
font-size: 24px;
font-style: normal;
font-weight: 200;
line-height: normal;
letter-spacing: -0.264px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.expan-right h3 {
  font-size: 64px;
	font-family: Archivo;
  font-weight: 700;
  margin: 0 0 10px;
}

.expan-right .desc {
color: #FFF;
font-family: Archivo;
font-size: 24px;
font-style: normal;
font-weight: 200;
line-height: normal;
letter-spacing: -0.264px;
  /*max-width: 300px;*/
	
}


.award-details-global {
	    width: 47.5%;
}
.global-img-supply {
	width: 66%;
	margin: -80px 0 0 0;
}

@media (max-width:1440px) {
.global-img-supply {
    width: 69%;
}

}

@media (max-width:980px) {
    .global-img-supply {
        width: 100%;
    }
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {

  .expan-era-container {
    flex-direction: column;
  }

  .expan-right {
    border-bottom-right-radius: 40px;
    margin-top: 20px;
	   margin-bottom: 20px;
  }
	.award-details-global {
    width: 100%;
}
	.expan-left p {
    max-width: 100%;
}
	.expan-left h2 br {
		display: none;
	}
	.expan-left h2 {
        font-size: 30px;
        line-height: 33px;
        padding-top: 20px;
}
	.expan-right h3 {
    font-size: 54px;
	}

	}

.expan-left {
    flex: 1;
}


}