* {
  margin: 0px;
  padding: 0;
  scroll-behavior: smooth;
}

.content-container{padding: 0 !important;width: unset !important;width: unset !important;margin-top: 32px;}
.container.table-content .row{display: flex !important;justify-content: center;padding:32px 0 64px;}
.container.table-content .intro-paragraph{padding-bottom: 32px;}
.container.table-content .row .col-md-4, .container.table-content .row .col-md-8{padding: 0;}
.content-block h2{margin-bottom: 16px;font-size: 24px;color: #181E3B;font-weight: 700;letter-spacing: -1px;}
.content-block .sub-details{padding-left: 18px !important;margin-bottom: 48px;}
.content-block .sub-details .sub-detail-item{list-style-type: auto;}
.content-block .sub-details .sub-detail-item strong{font-weight: 700;}
.content-block .sub-details .sub-detail-item::marker{font-weight: 700;font-size: 16px;color: #181E3B;}
.content-block img{height: 300px;margin-bottom: 24px}
.content-block ul{margin: 8px 0 40px !important;padding-left: 18px;}
.content-block ul li strong{font-size: 16px;color: #181E3B;font-weight: 700;}
.content-block ul li {font-size: 14px;color: #181E3B;font-weight: 400;color: #565966;margin-bottom: 16px;list-style-type: disc;}
.content-block ul li::marker{font-weight: 700;font-size: 16px;color: #181E3B;}
.container.table-content .col-md-8{padding-left: 24px !important;height: fit-content;}
.container.table-content .col-md-4{border-right: 1px solid lightgrey;padding-right: 20px !important;height: fit-content;}
@media screen and (max-width: 768px) {
  .container.table-content .row{justify-content: start;}
  .content-wrapper{height: unset !important;}
  .container.table-content .col-md-8{width: 100%;margin-top: -42px;}
  .container.table-content .intro-paragraph{padding-bottom: 32px;}
  .content-block h2{font-size: 20px;}
}

.meta-info {
  font-family: "Manrope", sans-serif;
  font-size: 14px; 
  color: #4a4a4a;
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.meta-tags::after {
  content: ",";
  margin-right: 5px;
}

.meta-tags:last-of-type::after {
  content: "";
}

.separator {
  margin: 0 10px;
  color: #888;
}

.text-para {
  text-align: center;
  margin-left: 317px;
  display: flex;
}

.fade {
  opacity: 1;
}

.tab-details .nav-link {
  color: #000 !important;
}

.tab-details .nav-pills {
  align-items: flex-start;
}

.tab-details .nav-pills .nav-link {
  color: #565966;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 8px;
}

.tab-details h3 {
  color: #181e3b;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding-bottom: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #181e3b;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background-color: transparent;
}

.tab-details .tab-content h3 {
  color: #181e3b;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.tab-details .tab-content p {
  color: #565966;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.para-dtl {
  color: #565966;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.tab-details {
  padding: 30px 0;
}

.tab-details .nav-pills .nav-link.active {
  transition: 0.3s;
  padding-left: 24px;
  padding-right: 0;
}

.tab-details .nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -6px;
  width: 12px;
  height: 12px;
  background-image: url("../images/tab-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  animation: showChevron 0.3s ease 0.2s forwards;
}

.updates-section {
  padding: 60px 20px;
  font-family: "Arial", sans-serif;
}

.updates-heading {
  color: #181e3b;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
}

.updates-heading em {
  color: #181e3b;
  font-family: "DM Serif Display";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.2px;
}

.updates-grid {
  margin-top: 20px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.update-card {
  flex: 1 1 calc(33.333% - 16px);
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
}

.update-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.update-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.update-content {
  padding: 16px;
}

.update-tag {
  display: inline-block;
  background: #eee;
  color: #333;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.update-title {
  color: #181e3b;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
}

.update-description {
  color: #181e3b;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.update-meta {
  color: #565966;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 10px;
}

.read-more {
  color: #f3723b;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.48px;
}
.mx-3{padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid lightgrey;}
@media screen and (max-width: 768px) {
  .updates-section {
    padding: 40px 16px;
  }

  .updates-heading {
    color: #181e3b;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.3px;
  }

  .updates-heading em {
    color: #181e3b;
    font-family: "DM Serif Display";
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.78px;
  }

  .updates-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .update-card {
    width: 100%;
    flex: unset;
    max-width: 100%;
  }

  .update-image {
    width: 100%;
    height: 248px;
    flex-shrink: 0;
    border-radius: 6.813px;
    opacity: 0.6;
  }

  .update-content {
    padding: 16px;
  }

  .update-tag {
    color: #181e3b;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.36px;
  }

  .update-title {
    color: #181e3b;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
  }

  .update-description {
    color: #181e3b;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .update-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 12px;
  }

  .meta-item {
    color: #565966;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
    display: flex;
  }

  .meta-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  .read-more {
    color: #f3723b;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.48px;
  }
}

.home-section {
  padding-top: 170px;
}

.bg-pattern-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 550px;
}

.bg-pattern-wave img {
  height: 100%;
  width: 100%;
  object-fit: none;
}

.detail-pic-img {
  position: relative;
  z-index: 1;
}
body {
  font-family: "Manrope", sans-serif;
}

.separator {
  margin: 0 8px;
}

.sub-detail-item {
  font-family: Manrope;
  font-weight: 400;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #181e3b;
  opacity: 80%;
}

.content-container {
  margin-top: 251px;
  padding-left: 69px;
  width: 1120px;
}

.toc-item a {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #181E3B;
}

.toc-item.active a {
  font-weight: 700 !important;
  color: #181e3b !important;
  font-size: 14px;
}

.toc-item a:hover {
  text-decoration: underline;
}

body {
  font-family: Arial, sans-serif;
  background: #fff;
  overflow: auto !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.intro-paragraph {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #565966;
  margin-bottom: 40px;
  margin-right:95px;
  opacity:0.8;
}
.content-block {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .intro-paragraph {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .intro-paragraph {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
    width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
        padding-top: 30px;
  }
}

.content-wrapper {
  position: relative;
  padding: 110px 10px 0 10px;
  background-size: cover;
  background-position: center center;
  height: 550px;
}

.ol,
ul {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 24px !important;
  margin-left: 0x !important;
}

.sub-detail-description {
  font-size: 14px;
  color: #181e3b;
  line-height: 24px;
  font-weight: 400;
  opacity: 80%;
}

.sub-detail-title {
  font-size: 16px;
  color: #181e3b;
  font-weight: 700;
  line-height: 24px;
  font-family:"Manrope";
}

.blog-content {
  margin: 23px auto;
  text-align: left;
  color: #181e3b;
  width: 787px;
}

.blog-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #181e3b;
  width: 890px;
  text-align: left;
  padding-top: 41px;
  line-height: 50px;
  margin-left: -63px;
}

.custom-category-class {
  pointer-events: none;
  text-decoration: none;
  color: #181e3b;
}

.blog-meta {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 24px;
  color: #181e3b;
  font-weight: 500;
  margin-left: -60px;
  line-height: 24px;
  text-align: left;
  gap: 16px;
}

.blog-banner {
  margin-bottom: -5%;
  height: 500px;
  padding-right: 32px;
  border-radius: 8px !important;
  margin-top: -8px;
  margin-left: 17px;
  position:relative;
  bottom:19px;
  padding-top:32px;
}

.blog-container {
  display: flex;
  align-items: flex-start;
  margin: 75px auto auto;
  gap: 40px;
}

.blog-meta .separator {
  margin: 0 5px;
  color: #999;
}

.separator1 {
  width: 1px;
  height: 16px;
  background-color: #565966;
  margin: 0 15px;
  display: inline-block;
  opacity: 10%;
  margin-left: -7px;
}




.more-blogs-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #181e3b;
  padding-left: 115px;
  padding-top: 20px;
}

.dm-serif {
  font-family: "DM Serif";
  font-style: italic;
}

.blog-cards-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
  width: 1200px;
  height: 372px;
  padding-left: 112px;
  padding-right: 64px;
}

.blog-card {
  flex: 0 0 calc(33.33% - 20px);
  width: 356px;
  height: 472px;
  background-color: white;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-image {
  width: 100%;
  height: 50%;
  object-fit: cover;
  padding-bottom: 10px;
  border-radius: 5px;
}

.blog-content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.custom-category-class {
  pointer-events: none;
  text-decoration: none;
  color: #181e3b;
}

.blog-tag {
  display: inline-block;
  background-color: #f4f7ff;
  color: #181e3b !important;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-color: #e0e3e6;
  border-radius: 5px;
  width: fit-content;
  height: 30px;
  border: 3px;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.14),
    1px -1px 3px rgba(0, 0, 0, 0.12);
}

.blog-title {
  font-size: 20px;
  font-weight: 800;
  color: #181e3b;
  margin-top: 10px;
  width: 319px;
}

.blog-description {
  font-size: 14px;
  color: #181e3b;
  font-weight: 500;
  width: 350px;
  opacity: 70%;
}

.blog-meta-location {
  font-size: 12px;
  color: #565966;
  display: flex;
}

.blog-meta-location div {
  margin-right: 20px;
}

.custom-button {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  background-color: white !important;
  color: #f04d2d;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border: none;
  margin-top: auto;
  visibility: visible !important;
}

.custom-button:hover {
  color: #f04d2d;
}

.custom-button img {
  margin-left: 8px;
  height: 10px;
  width: 10px;
}

.custom-button:hover img {
  transform: rotate(45deg);
}

.blog-link:hover {
  text-decoration: underline;
}

.location-section1 {
  display: flex;
  align-items: center;
}

.location-section img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.location-text {
  font-size: 14px;
  color: #333;
}

.clock-section {
  display: flex;
  align-items: center;
  margin-left: -5px;
}

.clock-section img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.sub-details {
  margin-left: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-heading {
    margin-left: 0px;
    width: 100%;
  }

  .blog-meta {
    margin-left: 0px;
  }

  .content-block p {
    width: 100%;
  }

  .blog-cards-container {
    width: 100%;
  }

  .content-container {
    margin-top: -60px;
  }

  .blog-content {
    width: 100%;
  }

  .content-section {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    position: relative;
    padding: 110px 10px 0 10px;
    background-size: cover;
    background-position: center center;
    height: 399px;
    width: 100%;
  }

  .blog-content {
    margin-bottom: 14px;
    text-align: left;
    color: #181e3b;
    width: 100% !important;
  }

  .blog-heading {
    font-size: 28px;
    font-weight: 700;
    margin-top: -33px;
    margin-bottom: -8px;
    color: #181e3b;
    margin-left: 5px;
    width: 336px;
    line-height: 40px;
    padding-top: 0px;
    margin-top: 0px;
  }

  .blog-meta {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 24px;
    color: #181e3b;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 12px;
  }

  .blog-banner {
    width: 100%;
    height: 170px;
    padding-left: 0px;
    margin-left: 1px;
    margin-top: -16px;
    padding-right: 0px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -23px;
  }

  .content-container {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }

  .table-of-contents,
  .content-section {
    width: 100%;
    margin-left: 0px;
    padding-right: 10px;
  }

  .table-of-contents {
    display: none;
    margin-top: -98px;
  }

  .content-section {
    width: 100%;
  }

  .content-container {
    display: flex;
    align-items: flex-start;
    margin: 31px auto auto;
    gap: 40px;
    width: 100% !important;
  }
  .sub-details {
    padding-left: 0px !important;
  }

  .content-block {
    margin-bottom: 40px;
    margin-top: -33px;
  }

  .content-block p {
    font-size: 14px;
    line-height: 24px;
    color: #181e3b;
    width: 327px;
    margin-left: 3px;
  }

  .content-container {
    flex-direction: column;
    gap: 20px;
  }

  .table-of-contents,
  .content-section {
    width: 100%;
    margin-top: -149px;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .more-blogs-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -5px;
    color: #181e3b;
    padding-left: 16px;
    margin-left: -3px;
  }

  .blog-cards-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    width: 100%;
    overflow-x: auto;
    height: auto;
    padding: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 10px;
  }

  .blog-card {
    flex: 0 0 280px;
    max-width: 280px;
    border-radius: 5px;
    scroll-snap-align: start;
  }

  .blog-card {
    width: 323px;
    padding: 3px;
    padding-left: 2px;
  }

  .blog-image {
    border-radius: 6px;
  }

  .readmore-section {
    justify-content: center;
  }
}


/* Table of contents */
.table-of-contents {
  position: sticky;
  top: 100px; /* distance from top while scrolling */
  max-height: calc(100vh - 120px); /* keep it inside the viewport */
  overflow-y: auto; /* scroll inside if content is tall */
  padding: 1rem;
  background: #fff;
}

.table-of-contents h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #181e3b;
  line-height: 24px;
  font-family: "Manrope";
}

.table-of-contents ul {
  list-style: none;
  padding-left: 0;
}

.table-of-contents ul li {
  margin-bottom: 10px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #565966;
  padding-left: 18px; /* Space for the diamond icon */
}

/* Diamond icon for active items */

/* Active item text styling */
.table-of-contents ul li.toc-item.active a {
  font-weight: 700;
  color: #181e3b;
}

/* Default link styling */
/* Active item text styling */
.table-of-contents ul li.toc-item.active a {
  font-weight: 700;
  color: #181e3b;
}

/* Default link styling */
.table-of-contents ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.table-of-contents ul li.active a {
  font-weight: 700;
  color: #181e3b;
  padding-left: 20px !important;
}

.table-of-contents ul li a:hover {
  color: #181e3b;
}

/* Diamond icon for active items */
.table-of-contents ul li.toc-item.active::before {
    content: "◆";
    color: #ff4d00 !important;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* Content section */
.content-section {
  width: 60%;
  padding: 32px 0 0 66px;
}

.content-block {
  margin-bottom: 40px;
}

.content-block h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #181e3b;
  line-height: 28px;
  font-family: "Manrope";
}

.content-block p {
  color: #565966;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Manrope";
  opacity: 0.8;
  margin-bottom: 16px;
  max-width: 620px;
}

.intro-paragraph {
  color: #565966;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Manrope";
  opacity: 0.8;
  margin-bottom: 32px;
  max-width: 620px;
}

.content-block img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
}

.sub-details {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}

.sub-details .sub-detail-item {
  margin-bottom: 16px;
  color: #565966;
  font-size: 14px;
  line-height: 24px;
  font-family: "Manrope";
}

.sub-detail-title {
  color: #181e3b;
  font-weight: 600;
}
.image-card{
  height: 230px;
  border-radius: 5px;
  object-fit: cover;
}

.card-content-block{
  height: 250px;
}
.single .posts-container{
  margin-bottom: 100px;
}

.header-nav-links .nav-link, .footer-nav-link .nav-link, .terms-copyright{
  font-family: "Manrope";
}

html { scroll-behavior: smooth; }
.content-section { scroll-padding-top: 100px; }
.table-of-contents .toc-item.active > a { font-weight: 600; }
.single .faq-title {
  margin-bottom: 16px;
}
.card-content{
  height: 200px;
}
.arrow {
  margin-bottom: 4px;
}