/* hero section */



.blog_page_hero_section {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}

.blog_page_hero_background {
  position: relative;
  margin: 0 auto;
  padding: 200px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.blog_hero_image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.blog_hero_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_hero_image_wrapper .blog_hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.blog_page_hero_content {
  position: relative;
  z-index: 1;
}

.blog_page_hero_content h1 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 20px;
}

.blog_page_hero_content p {
  font-size: 20px;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .blog_page_hero_content h1 { font-size: 36px; }
  .blog_page_hero_content p { font-size: 18px; }
}

@media (max-width: 600px) {
  .blog_page_hero_content h1 { font-size: 28px; }
  .blog_page_hero_content p { font-size: 16px; }
  .blog_page_hero_background { padding: 90px 15px; }
}



/* hero section stop */



/* Blog Section Start */


.individual_blog_structure4 {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 6rem 1rem; /* reduced padding for better mobile display */
}

.individual_blog_structure5 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.individual_blog_structure6 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.individual_blog_structure6 h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.individual_blog_structure6 p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.individual_blog_structure6 a {
  background-color: #FDB812;
  color: #000;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.individual_blog_structure6 a:hover {
  background-color: #e0a800;
}

/* Blog Content Section */
.individual_blog_structure7 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
}

.individual_blog_structure8 {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.individual_blog_structure9 {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.individual_blog_structure10 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.individual_blog_structure11 h3 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
  color: #172F62;
}

.individual_blog_structure11 p,
.individual_blog_structure11 ul {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}

.individual_blog_structure11 ul li {
  margin-bottom: 0.5rem;
}

/* Share Buttons */
.individual_blog_structure12 {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.individual_blog_structure12 a {
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 6px;
  font-size: 0.9rem;
}

.individual_blog_structure12 a.facebook { background: #3b5998; }
.individual_blog_structure12 a.facebook:hover { background: #334f88; }
.individual_blog_structure12 a.twitter { background: #1da1f2; }
.individual_blog_structure12 a.twitter:hover { background: #0d95e8; }
.individual_blog_structure12 a.linkedin { background: #0077b5; }
.individual_blog_structure12 a.linkedin:hover { background: #00629c; }

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .individual_blog_structure7 {
    padding: 2.5rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .individual_blog_structure6 h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .individual_blog_structure6 p {
    font-size: 1rem;
  }
  .individual_blog_structure4 {
    padding: 4rem 1rem;
  }
  .individual_blog_structure7 {
    padding: 2rem 1rem;
  }
  .individual_blog_structure11 h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .individual_blog_structure6 h1 {
    font-size: 1.8rem;
  }
  .individual_blog_structure6 p {
    font-size: 0.95rem;
  }
  .individual_blog_structure11 h3 {
    font-size: 1.2rem;
  }
  .individual_blog_structure12 a {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
  }
  .individual_blog_structure4 {
    padding: 3rem 1rem;
  }
  .individual_blog_structure7 {
    padding: 1.5rem 1rem;
  }
}

/* Blog section stop */

/* blog featuring section start */


.individual_blog_page_blogs_featuring_section1 {
  padding: 20px 20px;

  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.individual_blog_page_blogs_featuring_section1 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0B3857;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.individual_blog_page_blogs_featuring_section_text {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
  line-height: 1.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.individual_blog_page_blogs_featuring_section1_wrapper {
  position: relative;
  padding: 0 60px;
  margin-bottom: 40px;
}

.individual_blog_page_blogs_featuring_section1_container {
  overflow: hidden;
}

.individual_blog_page_blogs_featuring_section_track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 24px;
}

.individual_blog_page_blogs_featuring_section_card {
  flex: 0 0 calc(33.333% - 16px);
  background: #fff;
  /* border-radius: 12px; */
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.individual_blog_page_blogs_featuring_section_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.individual_blog_page_blogs_featuring_section_card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  flex-shrink: 0;
}

.individual_blog_page_blogs_featuring_section_card h3 {
  margin: 16px 16px 8px;
  font-size: 20px;
  font-weight: 600;
  color: #0B3857;
}

.individual_blog_page_blogs_featuring_section_card p {
  margin: 0 16px 16px;
  font-size: 15px;
  color: #666;
  flex-grow: 1;
  line-height: 1.5;
}


.individual_blog_page_blogs_featuring_section_buttom1,
.individual_blog_page_blogs_featuring_section_buttom2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0B3857;
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 10;
  /* border-radius: 8px; */
  font-size: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(11, 56, 87, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.individual_blog_page_blogs_featuring_section_buttom1:hover:not(:disabled),
.individual_blog_page_blogs_featuring_section_buttom2:hover:not(:disabled) {
  background: #144a8c;
  box-shadow: 0 4px 12px rgba(11, 56, 87, 0.4);
  transform: translateY(-50%) scale(1.05);
}

.individual_blog_page_blogs_featuring_section_buttom1:disabled,
.individual_blog_page_blogs_featuring_section_buttom2:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}

.individual_blog_page_blogs_featuring_section_buttom1 svg,
.individual_blog_page_blogs_featuring_section_buttom2 svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.individual_blog_page_blogs_featuring_section_buttom1 { left: 0; }
.individual_blog_page_blogs_featuring_section_buttom2 { right: 0; }


.individual_blog_page_blogs_featuring_section_more_btn_wrapper {
  text-align: center;
  margin-top: 40px;
}

.individual_blog_page_blogs_featuring_section_more_btn {
  display: inline-block;
  background-color: #0B3857;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(11, 56, 87, 0.2);
  margin-bottom: 20px;

}

/* .individual_blog_page_blogs_featuring_section_more_btn:hover {
  background-color: #144a8c;
  box-shadow: 0 6px 16px rgba(11, 56, 87, 0.3);
  transform: translateY(-2px);
} */

/* === Responsive Design === */
@media (max-width: 992px) {
  .individual_blog_page_blogs_featuring_section_card {
    flex: 0 0 calc(50% - 12px);
  }
  .individual_blog_page_blogs_featuring_section_card img {
    height: 260px;
  }
  .individual_blog_page_blogs_featuring_section1 h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .individual_blog_page_blogs_featuring_section_card {
    flex: 0 0 100%;
  }
  .individual_blog_page_blogs_featuring_section_card img {
    height: 320px;
  }
  .individual_blog_page_blogs_featuring_section1_wrapper {
    padding: 0 20px;
  }
  .individual_blog_page_blogs_featuring_section_buttom1,
  .individual_blog_page_blogs_featuring_section_buttom2 {
    width: 40px;
    height: 40px;
  }
  .individual_blog_page_blogs_featuring_section_buttom1 svg,
  .individual_blog_page_blogs_featuring_section_buttom2 svg {
    width: 20px;
    height: 20px;
  }
  .individual_blog_page_blogs_featuring_section1 h2 {
    font-size: 24px;
  }
}


/* Blog featuring section stop */
