@media screen and (min-width: 1199px) {
  .blog_latest_success_story .container {
    max-width: 992px;
  }
}
.card_img {
  position: relative;
  text-align: center;
}
.card_img img {
  border-radius: 22px 0 22px 0;
}
.card_body_text h1 {
  font-size: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
}
.card_body_text h2 {
  font-size: 20px;
  font-weight: 600;
}
.card_body_text h3 {
  font-size: 20px;
}
.card_body_text h4 {
  font-size: 18px;
}
.card_box .card_body_text p {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 16px;
  -webkit-line-clamp: none;
}
.card_box {
  display: block;
  border-radius: 0;
}
.card_body_text a {
  border: none;
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  text-decoration: underline;
}
.card_body_text a:hover {
  background: transparent;
  color: #00505c;
}
.Companies {
  margin-left: 20px;
}
.card_box {
  box-shadow: none !important;
}
table,
th,
td {
  padding: 10px;
}

table {
  border-collapse: collapse;
  caption-side: bottom;
}
.blog_latest_success_story {
  padding: 0 0 20px !important;
  background: #fff !important;
}
@media screen and (max-width: 767px) {
  .blog_latest_success_story {
    display: block;
  }
  .card_body_text h1 {
    font-size: 20px;
  }
  .card_body_text p {
    font-size: 14px;
  }
  .card_body_text h2 {
    font-size: 18px;
  }
}

/* ----- FAQ's ----- */
.technology_faq {
  margin-bottom: 80px;
}
.technology_faq_title {
  text-align: center;
  margin-bottom: 30px;
}
.technology_faq_title h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.technology_faq_title p {
  width: 82%;
  margin: auto;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .technology_faq_title p {
    font-size: 14px;
  }
}
/* ----- FAQ's ----- */

.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  padding: 28px 32px;
  margin-bottom: 20px;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  text-transform: capitalize;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
/* .accordion button[aria-expanded=true] {
    color: #03b5d2;
  } */
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
@media screen and (max-width: 991px) {
  .accordion button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .accordion button .accordion-title {
    font-size: 13px;
  }
}

/* ----- blog ----- */
.blog_latest_success_story_related {
  padding: 0 0 80px;
  overflow: hidden;
}
.blog_latest_success_story_related h2 {
  color: #095763;
  font-weight: 400;
  text-transform: uppercase;
}
.card_box_related {
  background-color: #fff;
  border: 0;
  height: 100%;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  z-index: 1;
  position: relative;
  margin: 0 0 10px;
}
.card_box_related .card_img {
  position: relative;
}
.card_box_related .card_img .label-card {
  background-color: #fff !important;
  border-top-right-radius: 20px;
  position: absolute !important;
  left: 0;
  bottom: 0;
}
.card_box_related .card_img {
  position: relative;
  overflow: hidden;
}
.card_box_related .card_img img {
  filter: grayscale(0.8);
  transition: all 0.2s;
  border-radius: 0;
}
.card_box_related:hover .card_img img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.card_body_text {
  padding: 20px 30px 10px 30px;
  position: relative;
}
.card_box_related .card_body_text h1,
.card_box_related .card_body_text h2 {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  color: #000;
  text-align: left;
  padding: 0;
}
.card_box_related .card_body_text p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal;
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.card_box_related .card_body_text:before {
  background: #095763;
  content: '';
  height: 1.2px;
  left: 0;
  position: absolute;
  top: 29px;
  width: 20px;
}
.sucess-info span:first-child {
  font-weight: 700;
}
.sucess-info span:last-child {
  font-size: 13px;
}
.blog_latest_success_story_card_related {
  position: relative;
}
.blog_latest_success_story_card_related:before {
  left: -40px;
  top: 30px;
  background-image: url(../img/pattern-point-blue.svg);
}
.blog_latest_success_story_card_related:after {
  bottom: 17px;
  right: -50px;
  background-image: url(../img/pattern-point-yellow.svg);
}
.blog_latest_success_story_card_related:before,
.blog_latest_success_story_card_related:after {
  background-repeat: no-repeat;
  content: '';
  height: 150px;
  position: absolute;
  width: 130px;
}
.blog_latest_success_story_card_related .blog-title {
  margin-bottom: 35px;
  text-align: center;
}
.blog_latest_success_story_card_related .blog-title h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 2rem;
}
.card_box_related .card_body_text a {
  text-decoration: none;
  font-size: 14px;
}
.blog_tags_button span {
  color: #000;
  background: #f5f5f5;
  padding: 7px 20px;
  border-radius: 50px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
}
.card_body_text ul li {
  margin-bottom: 10px;
}
.blog_title_text {
  text-align: center;
  color: #095763;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media screen and (min-width: 1199px) {
  .blog_tags .container,
  .blog_latest_success_story_related .container {
    max-width: 992px;
  }
}
@media screen and (max-width: 767px) {
  .blog_tags_button span {
    padding: 7px 15px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .card_body_text {
    padding: 20px 10px 10px 0;
  }
  .card_box_related .card_body_text {
    padding: 20px 30px 10px 30px;
  }
}
@media screen and (max-width: 575px) {
  .card_box {
    margin: 0 15px;
  }
  .blog_latest_success_story_related {
    padding: 40px 0 60px;
  }
  .blog_latest_success_story_card_related .blog-title h2 {
    font-size: 1.5rem;
  }
}

/* Base Styles */
.blog-recommendations {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
}

.blog-recommendations-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Header Section */
.blog-recommendations-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-badge {
  display: inline-block;
  background: #09576324;
  color: #095763;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
  margin-bottom: 15px;
}

.section-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 0;
}

/* Blog Cards */
.blog-carousel {
  position: relative;
  padding: 20px 0;
}

.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.blog-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}

.blog-card-content {
  padding: 25px;
}

.blog-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  color: #095763;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more-link svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.read-more-link:hover {
  color: #095763;
}

.read-more-link:hover svg {
  transform: translateX(3px);
}

/* Navigation Arrows */
.owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  gap: 10px;
}

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white !important;
  color: #095763 !important;
  font-size: 1.5rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
  background: #095763 !important;
  color: white !important;
}

/* View All Button */
.view-all-container {
  text-align: center;
  margin-top: 50px;
}

.cta-secondary {
  display: inline-block;
  background: white;
  color: #095763;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #095763;
}

.cta-secondary:hover {
  color: #095763;
  background: #fff;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .blog-recommendations-container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .blog-recommendations {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .blog-card-image {
    height: 180px;
  }

  .blog-card-content {
    padding: 20px;
  }

  .owl-nav {
    top: -60px;
  }
}

@media (max-width: 480px) {
  .blog-recommendations {
    padding: 50px 0;
  }

  .blog-recommendations-container {
    padding: 0 20px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .section-badge {
    font-size: 0.8rem;
    padding: 6px 12px;
  }

  .blog-card-image {
    height: 160px;
  }

  .blog-card-title {
    font-size: 1.2rem;
  }

  .view-all-container {
    margin-top: 30px;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-recommendations-header {
  animation: fadeInUp 0.8s ease forwards;
}

.blog-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.blog-card:nth-child(1) {
  animation-delay: 0.1s;
}
.blog-card:nth-child(2) {
  animation-delay: 0.2s;
}
.blog-card:nth-child(3) {
  animation-delay: 0.3s;
}
.blog-card:nth-child(4) {
  animation-delay: 0.4s;
}
.blog-card:nth-child(5) {
  animation-delay: 0.5s;
}
.blog-card:nth-child(6) {
  animation-delay: 0.6s;
}


.blog-container {
  max-width: 992px;
  margin: 0 auto;
  padding: 0 20px;
  background: #f8fafc
}

/* Header */
.blog-container .blog-header {
  padding: 40px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blog-container .blog-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, #f8fafc, 33%, rgba(255, 255, 255, 20%) 100%); */
  z-index: -1;
}

.blog-container .blog-category {
  display: inline-block;
  background: #095763;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-container .blog-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.blog-container .blog-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}

.blog-date,
.blog-container .blog-reading-time {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-container .blog-featured-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/* Blog Content */
.blog-container .blog-content {
  margin: 0 auto 60px;
  padding: 40px;
  /* background: linear-gradient(to bottom, #f8fafc, 33%, rgba(255, 255, 255, 20%) 100%); */
  border-radius: 12px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
}

.blog-container .blog-content p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.8;
}

.blog-content h2,
.blog-container .blog-content h3 {
  margin: 30px 0 20px;
  color: #095763;
}

.blog-container .blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-container .blog-content blockquote {
  border-left: 4px solid #095763;
  padding: 20px;
  margin: 30px 0;
  background: rgba(44, 123, 229, 0.1);
  font-style: italic;
}

/* Related Posts */
.blog-container .related-posts {
  padding: 60px 0;
}

.blog-container .section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
}

.blog-container .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #095763;
  margin: 15px auto 0;
  border-radius: 2px;
}

.blog-container .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.blog-container .related-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.blog-container .related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.blog-container .related-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-container .related-card-content {
  padding: 20px;
}

.blog-container .related-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.blog-container .related-card p {
  color: #6c757d;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.blog-container .related-link {
  display: inline-flex;
  align-items: center;
  color: #095763;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-container .related-link svg {
  margin-left: 8px;
  transition: all 0.3s ease;
}

.blog-container .related-link:hover {
  color: #149eca;
}

.blog-container .related-link:hover svg {
  transform: translateX(3px);
}

/* Back Button */
.blog-container .back-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #09576324;
  color: #095763;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 40px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.blog-container .back-button:hover {
  background: #095763;
  color: #ffffff;
}

/* 404 Styles */
.blog-container .not-found {
  text-align: center;
  padding: 100px 20px;
}

.blog-container .not-found h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #095763;
}

.blog-container .not-found p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.blog-container .not-found a {
  display: inline-block;
  padding: 12px 25px;
  background: #095763;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.blog-container .not-found a:hover {
  background: #149eca;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-container .blog-header {
    padding: 60px 0 30px;
  }

  .blog-container .blog-title {
    font-size: 2rem;
  }

  .blog-container .blog-content {
    padding: 30px 20px;
  }

  .blog-container .section-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .blog-container .blog-header {
    padding: 50px 0 20px;
  }

  .blog-container .blog-title {
    font-size: 1.8rem;
  }

  .blog-container .blog-meta {
    flex-direction: column;
    gap: 10px;
  }
}
