@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");

/* Global styles */
body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
}

/* Navbar specific */
/*curosr style ends styles*/
/* Hide default cursor on entire page */
* {
  cursor: none !important;
}

/* Outer ring of cursor */
.custom-cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 2px solid rgb(66, 212, 255);
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);

  /* Moderate smooth transition (fast but not jumpy) */
  transition: width 0.2s ease-out, height 0.2s ease-out,
    background-color 0.2s ease, border-color 0.2s ease;
}

/* Inner dot */
.custom-cursor .cursor-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: rgb(66, 212, 255); /* New color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* On hover - fill space between ring and dot */
.custom-cursor.hovering {
  background-color: rgba(37, 170, 226, 0.1); /* Slightly translucent fill */
}

/*curosr style ends here*/
/*custom cursor*/
.custom-cursor.highlight-hover {
  width: 400px;
  height: 400px;
  border: 2px solid rgb(66, 212, 255);
  background-color: rgb(66, 212, 255);
  mix-blend-mode: color-dodge;
  /* You can keep this if needed but it's now optional */
  /* transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); */
}

.custom-cursor .cursor-dot {
  transition: background-color 0.4s ease;
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 6px; /* Slim scrollbar */
}

::-webkit-scrollbar-track {
  background: rgb(255, 255, 255); /* Gray track */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #000; /* Black thumb */
  border-radius: 10px;
  border: 1px solid #ccc; /* Creates spacing effect */
}

::-webkit-scrollbar-thumb:hover {
  background: #222; /* Slightly lighter black on hover */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #000 rgb(255, 255, 255); /* black thumb, gray track */
}

/*Dropdown style in mobile view no scroll*/
body.no-scroll {
  overflow: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* oursolutions */

.footer-container {
  border-top: 1px solid #dee2e6;
  padding-top: 1rem;
  margin: 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

.footer-content span,
.footer-content a {
  margin-right: 1.5rem;
  text-decoration: none;
  color: inherit;
}

.footer-content a:last-child {
  margin-right: 0;
}

.content-box {
  padding: 2rem;
}

.breadcrumb {
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.content-container {
  display: flex;
  align-items: center;
  gap: 20rem;
}

.title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  color: #0066cc;
}

.text {
  text-decoration: none;
}

.content-container p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  margin-bottom: 0;
}
.content-box {
  flex: 2;
  min-width: 300px;
  padding: 20px;
  border: 1px solid rgb(148, 151, 154);
}

.title {
  font-size: 52px;
  font-weight: 600;
  color: rgb(41, 121, 255);
  white-space: nowrap;
}

.text {
  text-decoration: none;
}

.content-container p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

.video-container {
  margin-top: 2rem;
  text-align: center;
}

.video-container iframe {
  max-width: 100%;
  height: 429px;
}

.section-heading {
  font-size: 35px;
  font-weight: 700;
  color: rgb(41, 121, 255);
  text-align: center;
  margin-top: 2rem;
}

.section-paragraph {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  max-width: 900px;
  margin: 1rem auto;
  color: rgb(33, 37, 41);
  line-height: 30px;
}

.image-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0 auto;
  max-width: 85%;
  overflow: hidden;
  text-align: center;
}

.image-row img {
  flex: 1;
  height: auto;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}

.products {
  background-color: #eeeeee;
}

.card-content {
  padding-top: 2%;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  color: rgb(51, 51, 51);
}

.card-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(33, 37, 41);
}

.heading-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 68px;
  color: rgb(41, 121, 255);
  text-align: left;
  margin-left: 8%;
}
.heading-title1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 68px;
  color: rgb(41, 121, 255);
  text-align: left;
}

.heading-work {
  font-size: 45px;
  font-weight: 600;
  line-height: 68px;
  color: rgb(41, 121, 255);
  text-align: center;
}

.heading-para {
  line-height: 40px;
  color: rgb(33, 37, 41);
  text-align: center;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
  margin: 30px 0;
  /* margin-left: 5%; */
}

.filter-buttons button {
  padding: 8px 20px;
  border: 1px solid #b77b7b;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.2s;
}

.filter-buttons button.active {
  background-color: rgb(41, 121, 255);
  color: white;
  border: none;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1300px;
  margin: auto;
}

.connect {
  font-size: 52px;
  font-weight: 480;
  color: rgb(41, 121, 255);
  line-height: 62px;
}

.help {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(0, 0, 0);
}

.card {
  width: calc(33.333% - 20px);
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: white;
  transition: 0.3s;
  padding: 2%;
  margin-bottom: 15px;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

.card.hidden {
  display: none;
}

.learn {
  color: rgb(66, 165, 245);
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.our-work-section {
  text-align: center;
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
}

.our-work-section h2 {
  font-size: 2.9rem;
  color: rgb(41, 121, 255);
  margin-bottom: 10px;
}

.our-work-section p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 60px auto;
  gap: 40px;
}

.about-column {
  flex: 1 1 45%;
  min-width: 300px;
}

.about-title {
  font-size: 35px;
  font-weight: 660;
  line-height: 42px;
  color: rgb(51, 102, 102);
  margin-bottom: 20px;
}

.abouth6 {
  color: rgb(51, 102, 102);
  font-weight: 600;
  margin-bottom: 20px;
}

.about-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: rgb(33, 37, 41);
  margin-bottom: 20px;
}

.about-textt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(33, 37, 41);
  margin-bottom: 15px;
}

.about-spacing {
  margin-top: 15px;
}

.Cookiequs {
  font-size: 24px;
  line-height: 29px;
  font-weight: 550;
  color: rgb(33, 37, 41);
}

.CookieAns {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(33, 37, 41);
  margin-top: 2%;
}

.Cookie {
  margin-top: 4%;
}

.cookieLink {
  color: rgb(41, 121, 255);
}

.explore-btn {
  padding: 5px 15px;
  border: 1.5px solid #b77b7b;
  border-radius: 30px;
  background-color: white;
  color: #a44b4b;
  font-weight: 600;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  max-width: 110%;
  margin: auto;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 105% !important;
  height: 600px;
  overflow: hidden;
}
.carousel-slide {
  min-width: 100%;
  opacity: 0.3;
  height: 750px;
  transition: opacity 0.3s ease;
}

.carousel-slide.active {
  opacity: 1;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 24px;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  color: rgb(41, 121, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.bordered-container {
  border: 1px solid black;
  border-radius: 8px;
  padding: 10px;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.footer-container {
  color: #333;
  background-color: #fff;
  padding: 30px 0 0 0;
  text-align: center;
}
.footer-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.footer-links {
  font-size: 12px;
}
.footer-links a {
  color: #333;
  text-decoration: none;
  margin-right: 15px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #dee2e6;
  padding-top: 15px;
  margin-top: 20px;
}

.whowe {
  height: 60vh;
  overflow: hidden;
}

.whoweContent {
  margin: 3%;
}

.floating-image {
  animation: floatUpDown 5s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 820px) {
  .border-end {
    border: none !important;
  }
}
.next-btn {
  width: 100px !important;
  height: 100px !important;
  padding: 0 !important;
  text-align: center !important;
  background-color: #42a5f5 !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: rgb(255, 255, 255) !important;
  line-height: 20px !important;
}

.next-btn:hover {
  color: white !important;
  background-color: #42a5f5 !important;
  border: 1px solid black !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .content-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .title {
    font-size: 2rem;
    white-space: normal;
  }

  .video-container iframe {
    height: 350px;
  }

  .image-row {
    display: none;
  }

  card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .next-btn {
    width: 14vw;
    height: 14vw;
    font-size: 3.5vw;
  }
}

@media (max-width: 640px) {
  .card {
    width: 95%;
    margin-bottom: 10px;
    padding: 5%;
  }

  .Cookiequs {
    font-size: 20px;
    line-height: 29px;
    font-weight: 550;
    color: rgb(33, 37, 41);
  }

  .CookieAns {
    font-size: 16px;
    line-height: 22px;
  }

  .Cookie {
    margin-top: 8%;
    padding: 10px;
  }

  .whowe {
    height: 32vh;
    overflow: hidden;
  }

  .about-wrapper {
    flex-direction: column;
    gap: 20px;
    margin: 10px auto;
  }

  .connect {
    /* border-top: 1px solid rgb(63, 60, 60); */
    font-size: 32px;
  }

  .help {
    font-size: 18px;
    font-weight: 400;
  }

  .section-heading {
    font-size: 28px;
  }

  .section-paragraph {
    font-size: 15px;
    line-height: 20px;
    width: 350px;
  }

  .heading-work {
    font-size: 45px;
    font-weight: 600;
    line-height: 68px;
    color: rgb(41, 121, 255);
    text-align: center;
  }

  .heading-para {
    line-height: 25px;
    font-size: 20px;
  }

  .heading-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 38px;
    color: rgb(41, 121, 255);
  }
  .filter-buttons {
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 15px;
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .filter-buttons button {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
  }

  .carousel {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    max-width: 110%;
    margin: auto;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: 330px;
    overflow: hidden;
  }
}
nav.navbar {
  position: sticky !important; /* changed from absolute */
  top: 0;
  width: 100%;
  z-index: 9999; /* very high to appear above video and scroll panels */
  background-color: #fff !important;
  transition: background-color 0.3s ease;
}

.navbar {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* */

.hero-content {
  color: rgb(255, 255, 255);
  text-align: center;
}

.serviceContent {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.servicePara {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(68, 68, 68);
  padding: 4px;
}

.service-box {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.service-left {
  background-color: #007bff;
  color: white;
  width: 200px;
  min-width: 250px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
}

.serviceContent {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin: 0;
  text-align: left;
}

.service-right {
  padding: 24px;
  flex: 1;
  display: flex;
  align-items: center;
}

.servicePara {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(68, 68, 68);
  margin: 0;
}

@media (max-width: 820px) {
  .service-box {
    flex-direction: column;
  }

  .service-left {
    width: 100%;
    height: auto;
    min-height: unset;
    padding: 16px;
  }

  .serviceContent {
    font-size: 22px;
    line-height: 34px;
  }

  .service-right {
    padding: 20px;
  }

  .servicePara {
    font-size: 18px;
    line-height: 28px;
  }
}

.lets-talk {
  position: fixed;
  right: 0;
  top: 31%;
  transform: translateY(-50%) rotate(180deg); /* Reverse vertical text */
  background-color: rgb(41, 121, 255);
  writing-mode: vertical-lr; /* Reversed direction */
  text-orientation: mixed;
  color: rgb(255, 255, 255);
  padding: 10px;
  cursor: pointer;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  height: 150px;
  text-align: center;
  z-index: 100;
}

.heroh1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.herop {
  width: 1300px;
}
.herop1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

.section-box {
  border-top: 1px solid #dee2e6;
  padding: 50px 0px;
}
.custom-container {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 50px;
}

.custom-container1 {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 15px;
}

.section-titlee {
  color: rgb(41, 121, 255);
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 20px;
}

.number {
  font-size: 100px;
  line-height: 150px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.section-title {
  color: rgb(41, 121, 255);
  font-weight: 600;
  font-size: 45px;
  padding-bottom: 20px;
}
.custom-mission {
  height: 390px !important;
  width: 340px !important;
}
.custom-mission h3 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 39px !important;
  color: #ffffff !important;
}
.custom-mission p {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  color: #ffffff !important;
}

.OURVISION {
  background-color: #287bff;
  padding: 60px;
  color: white;
  text-align: center;
}

.OURVISIONPara {
  padding-top: 20px;
  font-size: 18px;
}
.row.align-height {
  display: flex;
  flex-wrap: wrap;
}

.align-height > div {
  display: flex;
  flex-direction: column;
}

.align-height .OURVISION {
  flex-grow: 1;
}

.section-text {
  font-size: 16px;
  color: rgb(33, 37, 41);
  line-height: 24px;
  font-weight: 400;
}

.section-divider {
  border-top: 1px solid #dee2e6;
  margin: 40px 0;
}

.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.breadcrumb li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgb(102, 102, 102);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6c757d;
  padding: 0 4px;
}

.breadcrumb-item a {
  color: rgb(66, 165, 245);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.services {
  background-color: #eeeeee;
  border: 1px solid #d6d6d6 !important;
}

.image-row {
  display: flex;
  justify-content: space-between;
  gap: 10px; /* Adjust as needed */
}
.image-row > div {
  flex: 1;
}

.custom-hover:hover {
  background-color: rgb(67, 175, 218) !important;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.news-title h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.news-title p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.carousel-controls {
  display: flex;
  gap: 10px;
}
.carousel-btn {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-btn:hover {
  background-color: #f5f5f5;
}
.carousel-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.news-card {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  width: 280px; /* Fixed width */
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 200px;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.news-date {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
.news-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  flex-grow: 1;
}
.read-more {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}
.read-more:hover {
  text-decoration: underline;
}
.carousel-container {
  overflow: hidden;
  position: relative;
}
.cards-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  padding: 10px 0;
  align-items: stretch;
}

.founder-section {
  padding: 20px;
  position: relative;
}

.image-container {
  position: relative;
  text-align: center;
}

.house {
  font-size: 21px;
  line-height: 25px;
  color: rgb(102, 102, 102);
  font-weight: 700;
  padding-bottom: 10px;
}

.ehr-section {
  color: rgb(41, 121, 255);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.ehr-section-title {
  color: rgb(33, 37, 41);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.cfw-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}

.cfw-image-block {
  flex: 1;
  max-width: 50%;
}

.cfw-image-block img {
  width: 100%;
  height: auto;
  display: block;
}

.cfw-text-block {
  flex: 1;
  max-width: 50%;
  padding: 30px;
  box-sizing: border-box;
}

.cfw-text-block h2 {
  color: rgb(41, 121, 255);
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cfw-text-block p {
  color: rgb(33, 37, 41);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.housePara {
  font-size: 32px;
  line-height: 40px;
  color: rgb(33, 37, 41);
  font-weight: 510;
  padding-top: 50px;
  padding-bottom: 80px;
}

.container.founder-section {
  overflow-x: hidden;
}

.founder-text-box {
  position: absolute;
  background-color: rgb(238, 238, 238);
  top: 50%;
  left: 0; /* Updated */
  transform: translateY(-50%);
  padding: 30px;
  width: 50%; /* Optionally adjust width */
  text-align: start;
  z-index: 10;
}

.founder-image {
  width: 115%;
  max-width: 900px;
  height: 550px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.founder-text-box h6 {
  color: rgb(41, 121, 255);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.founder-text-box h4 {
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.founder-text-box p {
  color: #333;
  margin: 0;
}

.ehr-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ehr-image-wrapper {
  height: 100%;
}
.ehr-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .founder-text-box {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }

  .image-container {
    padding: 0;
  }

  .founder-image {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .col-md-3,
  .col-md-8.offset-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 820px) {
  .news-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-container {
    padding: 30px;
  }
  .container {
    padding: 10px;
    max-width: 90%;
  }
  .herop {
    width: 300px;
  }

  .OURVISION {
    padding: 40px;
    color: white;
    text-align: center;
  }

  .OURVISIONPara {
    padding-top: 20px;
    font-size: 16px;
  }
  .cfw-wrapper {
    flex-direction: column;
  }

  .cfw-image-block,
  .cfw-text-block {
    max-width: 100%;
    text-align: start;
  }

  .cfw-text-block h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .cfw-text-block p {
    font-size: 16px;
    font-weight: 400;
  }

  .carousel-controls {
    margin-top: 15px;
  }
  .news-card {
    margin-bottom: 15px;
  }
  .news-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .carousel-controls {
    margin-top: 15px;
  }
  .news-card {
    min-width: calc(100% - 20px);
    margin: 0 10px;
  }
  .section-title {
    font-size: 20px;
  }

  .housePara {
    font-size: 22px;
    line-height: 25px;
    color: rgb(33, 37, 41);
    font-weight: 510;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .news-card {
    min-width: calc(50% - 20px);
  }
}
@media (min-width: 993px) {
  .news-card {
    min-width: calc(25% - 20px);
  }
}

@media (max-width: 576px) {
  .heroh1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
  }

  .number {
    font-size: 70px;
    line-height: 105px;
  }

  .herop1 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
  }

  .section-titlee {
    font-size: 24px;
    line-height: 40px;
  }

  .section-title {
    font-size: 20px;
    line-height: 40px;
  }
  .section-box {
    padding: 20px;
  }
  .breadcrumb {
    font-size: 0.9rem;
    font-weight: 400;
    background: none;
    padding: 0;
    margin-bottom: 1rem;
    white-space: nowrap;
  }
}

/*Contact usStyles*/
/* Placeholder styles */
::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgb(44, 62, 80);
}

/* H2 styles */
h2.help {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(33, 37, 41);
}

/* Error message style */
.error-message {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgb(213, 0, 0);
  margin-top: 5px;
}
/* ============ SLIDER STYLES ============ */
.slider-container {
  position: relative;
  max-width: 1140px;
  margin: 0px;
  padding-top: 20px; /* space for top buttons */
}

/* Swiper slide styling */
.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  text-align: center;
}

/* Product Image */
.cnImg img {
  width: 246px;
  height: 246px;
}

/* Title above slider */
.cnTitleLaptop p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: rgb(66, 165, 245);
  font-size: 30px;
  line-height: 45px;
  border-bottom: 4px solid red;
  display: inline-block;
  margin-bottom: 30px;
}

/* Product name text */
.cnDescLaptop p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: rgb(41, 121, 255);
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  text-align: start !important;
}

/* ============ BUTTON STYLES ============ */

/* ✅ Wrap both nav buttons in a container */
/* ✅ Correctly align buttons to top-right */
.swiper-nav-buttons {
  position: absolute;
  top: -50px; /* move above slider */
  right: 0;
  display: flex;
  gap: 8px;
  z-index: 11;
}

/* Apply to all swiper nav buttons */
.swiper-button-prev,
.swiper-button-next {
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  color: #1e88e5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: static;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
}

/* ✅ Disabled state */
.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.cnSliderList {
  padding: 30px;
}
.desktop-box .section-title {
  padding: 60px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
  line-height: 50px;
  color: rgb(41, 121, 255);
}

.contact-card,
.carousel-slide {
  text-align: center;
  padding: 10px;
}

.contact-card img,
.carousel-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgb(41, 121, 255);
  margin-bottom: 5px;
}

.role {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgb(68, 68, 68);
  margin-bottom: 10px;
}

.contact-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding: 6px 20px;
  border: 1px solid rgb(41, 121, 255);
  background-color: white;
  color: rgb(41, 121, 255);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background-color: rgb(66, 165, 245);
  color: white;
  border-color: rgb(66, 165, 245);
}

/* Carousel Styles */
.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel-track {
  display: flex;
  overflow: hidden;
  width: 80%;
}

.carousel-slide {
  min-width: 100%;
  transition: transform 0.4s ease-in-out;
}

.carousel-nav {
  background: none;
  border: 2px solid rgb(41, 121, 255);
  color: rgb(41, 121, 255);
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.carousel-nav:hover {
  background-color: rgb(66, 165, 245);
  color: white;
}
.contact-card {
  width: 180px;
  min-height: 280px; /* ensure all cards have same height */
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  border-radius: 8px;
}

.contact-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgb(41, 121, 255);
  margin-top: 12px;
  margin-bottom: 2px;
}

.role {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgb(68, 68, 68);
}

.contact-btn {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  background-color: transparent;
  border: none;
  padding: 5px 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  border: 1px solid #666666;
}

.contact-btn:hover {
  background-color: rgb(66, 165, 245);
}
.submit-btn {
  background-color: rgb(41, 121, 255);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  border: none;
  border-radius: 6px;
  padding: 8px 25px;
}

.submit-btn:hover {
  background-color: rgb(66, 165, 245);
}

.Heading {
  color: rgb(41, 121, 255);
  font-weight: 600;
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.arrow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.arrow-svg {
  position: absolute;
  top: 0;
  left: 0;
  stroke: #007bff;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.second-arrow {
  transform: translateX(-100%);
  opacity: 0;
}
/* For Cookiequs */
.Cookiequs {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: rgb(33, 37, 41);
}

/* For CookieAns */
.CookieAns {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgb(33, 37, 41);
}
/* Bold-ish heading text */
.disclaimer-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: rgb(33, 37, 41);
}

/* Normal body text */
.disclaimer-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(33, 37, 41);
}
.disclaimer {
  margin-top: 20px;
}
.privacy-policy-header2 {
  display: flex;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 48px;
  color: rgb(0, 44, 116);
  padding-bottom: 10px;
  white-space: nowrap;
}

.privacy-policy-header1 {
  display: flex;
  justify-content: center;
  text-indent: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: rgb(0, 44, 116);
}
.privacy-box {
  box-sizing: content-box;
}

/* Heading inside privacy notice */
.privacy-notice-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: rgb(4, 166, 224);
}

/* Body text inside privacy policy */
.privacy-policy-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(108, 109, 111);
}
.privacy-notice-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(108, 109, 111);
  margin-bottom: 25px;
}
/* Ordered list points inside privacy notice */
.privacy-notice-point {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(108, 109, 111);
  margin-bottom: 10px;
}
.cookie-info-text {
  font-family: "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(108, 109, 111);
}
.cookie-info-text a {
  font-size: 20px;
  line-height: 28px;
}

.cookie-link {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: rgb(10, 88, 202);
  text-decoration: underline; /* keeps it as a link */
}

.captcha-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 10px 15px;
  width: 320px;
  font-family: Arial, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.left {
  display: flex;
  align-items: center;
  gap: 8px;
}

#robotCheck {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

label {
  font-size: 15px;
  color: #333;
  cursor: pointer;
}

.right {
  text-align: center;
}

.recaptcha-logo {
  width: 32px;
  height: 32px;
  background: url("https://www.gstatic.com/recaptcha/api2/logo_48.png")
    no-repeat center;
  background-size: contain;
  margin: 0 auto;
}

.recaptcha-text {
  font-size: 10px;
  color: #555;
  line-height: 1.2;
}

.recaptcha-text span {
  text-decoration: underline;
  color: #777;
  cursor: pointer;
}

.mb-4 {
  position: relative;
  margin-top: 10px;
  padding-top: 8px;
}

.field-error {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: transparent;
  color: #d9534f;
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 5;
}

.field-error.multiline {
  white-space: normal;
  text-align: center;
  max-width: 90%;
  padding: 4px 6px;
  border-radius: 4px;
  white-space: nowrap;
  color: #d9534f;
}

.below-error {
  color: #d9534f;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
  width: 100%;
  display: block;
}

.newDate {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgb(102, 102, 102);
}

.newTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: rgb(33, 37, 41);
  margin-bottom: 50px;
}

.newTitle2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: rgb(33, 37, 41);
}

.newsPara {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(33, 37, 41);
  margin-top: 3%;
}

.newQuestion {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: rgb(33, 37, 41);
}

.newsAnswer {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgb(33, 37, 41);
}

.cnShare {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  margin-top: 1%;
}

.cnShare p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: rgb(102, 102, 102);
  font-weight: 600;
}

.cnShare ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 14px;
}

.cnShare ul li {
  display: inline-block;
}

.cnShare ul li a img {
  width: 22px;
  height: 22px;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.2s ease;
  opacity: 0.8;
}

.cnShare ul li a:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
  opacity: 1;
}

/* Gray section background for cards */
.related-cards-section {
  background-color: #e4e6e9; /* light gray */
  width: 90%;
  padding: 60px 0;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
}

/* Card style */
.related-article-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

/* Text styles */
.category-link {
  font-size: 14px;
  color: #3b5cd0;
  text-decoration: none;
}

.article-title {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
}

.article-title:hover {
  color: #3b5cd0;
}

.article-date {
  font-size: 14px;
  color: #666;
}

.lciSectionNews {
  padding: 0px 0;
  background-color: #fff;
  position: relative;
  border-top: 1px solid rgb(204, 204, 204);
}

.lciNewsTitle {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 !important;
}

.lciNewsTitle h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
  color: rgb(41, 121, 255);
  margin-bottom: 10px;
}

.lciNewsTitle p {
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  color: rgb(33, 37, 41);
  margin: 0;
  width: 68%;
}

.swiper {
  position: relative;
}

.swiper-slide {
  width: 225px !important;
  max-width: 100%;
  flex-shrink: 0;
  background: #fff;
  overflow: hidden;
  padding: 0;
}

.lciNewsImg img {
  width: 130%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.lciNewsDesc {
  padding: 3px;
  text-align: left;
}

.lciNewsDate {
  font-size: 12px;
  line-height: 18px;
  color: rgb(102, 102, 102);
  margin-bottom: 3px;
  display: block;
  margin-top: 3px;
}

.lciNewsHeading a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgb(66, 165, 245);
  text-decoration: none;
  display: inline-block;
}

.lciNewsHeading a:hover {
  color: rgb(66, 165, 245);
}

.cnTxt {
  margin: 10px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.lciNewsReadMore {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  color: rgb(66, 165, 245);
  text-decoration: none;
}

.lciNewsReadMore::after {
  content: " >";
  font-size: 14px;
}

.lciNewsReadMore:hover {
  color: #004ba0;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: 0;
  background-color: #eeeeee !important;
  width: 42px;
  height: 42px;
  color: rgb(51, 153, 255);
  border-radius: 50%;
  z-index: 10;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px !important;
}

.swiper-button-prev {
  left: -50px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: 600;
}

.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.custom-container {
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
}

/* ✅ Responsive for ≤ 820px */
@media (max-width: 820px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }

  .lciTitleWrapper {
    flex-direction: row !important;
    justify-content: space-between;
    gap: 10px;
  }

  .lciTitleCol {
    flex-grow: 1;
    min-width: 0;
  }

  .lciNavBtns {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .swiper-slide {
    max-width: 100% !important;
    width: 100% !important;
  }

  .lciNewsTitle h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .lciNewsTitle p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
  }

  .lciNewsImg img {
    height: 180px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
    left: 0 !important;
    right: 0 !important;
  }

  .lciNewsHeading a {
    font-size: 13px;
  }

  .cnTxt {
    font-size: 12px;
  }

  .lciNewsReadMore {
    font-size: 12px;
  }
}

/* Optional: Two-column for tablets (821–1024px) */
@media (min-width: 821px) and (max-width: 1024px) {
  .swiper-slide {
    max-width: 48% !important;
  }

  .lciNewsImg img {
    height: 180px;
  }

  .lciNewsTitle h2 {
    font-size: 32px;
  }

  .lciNewsTitle p {
    font-size: 18px;
    width: 80%;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  .swiper-button-next {
    right: 0 !important;
  }
}

.HeadingOurVision {
  font-weight: bold;
  white-space: nowrap;
}

/* Loading animations */
.submitting-state {
  position: relative;
  overflow: hidden;
}

.submitting-state::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.pulse-dots::after {
  content: "...";
  animation: pulseDots 1.5s infinite;
}

@keyframes pulseDots {
  0%,
  20% {
    content: ".";
  }
  40% {
    content: "..";
  }
  60%,
  100% {
    content: "...";
  }
}

/* Modern spinner */
.modern-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-right: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Success animation */
.checkmark {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4caf50;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

.videoText {
  background: #e4e6e9;
  padding: 20px 40px;
  border-radius: 0 0 40px 40px;
}

.text1 {
  color: rgb(51, 153, 255);
  font-weight: 600;
}

.text2 {
  color: rgb(33, 37, 41);
  font-weight: 600;
  margin-top: 10px;
}

.text3 {
  color: rgb(102, 102, 102);
  font-weight: 400;
  margin-top: 10px;
}

.Latest {
  color: rgb(51, 153, 255);
  font-weight: 600;
}

.articles-bg {
  width: 100%;
  background-color: #f2f2f2;
}

.article-card {
  background: #fff;
  border-radius: 22px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.article-img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
}

.article-title1 {
  font-weight: 600;
  padding: 0 12px;
  margin-top: 4%;
  color: rgb(51, 153, 255);
}

.article-titlee1 {
  font-weight: 800;
  padding: 0 12px;
  color: rgb(33, 37, 41);
}

.article-date {
  color: #666;
  font-weight: 600;
  padding: 12px;
}

.sectionFeatured {
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}

.accordion {
  display: flex;
  height: 70vh;
  width: 110%;
  overflow: hidden;
  margin-left: -5%;
}

.accordion ul {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.accordion ul li {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: flex 0.6s ease-in-out;
  display: flex;
  align-items: flex-end;
  padding-top: 18vh;
  overflow: hidden;
  min-width: 0;
}

.accordion ul li:hover {
  flex: 5;
}

.accordion ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(33, 37, 41, 0.6);
  z-index: 0;
  transition: background-color 0.3s ease;
}

.accordion ul li:hover::before {
  background-color: rgba(33, 37, 41, 0.4);
}

.sliderLink {
  position: relative;
  z-index: 2;
  padding: 30px;
  width: 450px;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-align: start;
}

.sliderLink h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  padding-left: 10px;
}

.sliderLink p {
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease;
  font-size: 14px;
  line-height: 21px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  padding-left: 10px;
}

.accordion ul li:hover .sliderLink p {
  opacity: 1;
  max-height: 150px;
  margin-bottom: 10px;
  text-align: start;
}
.accordion ul li:hover .cnLearn a {
  opacity: 1;
  padding-left: 10px;
}

.nr-title {
  font-size: 45px;
  font-weight: 600;
  color: rgb(102, 102, 102);
  margin-bottom: 40px;
}

.nr-row {
  row-gap: 40px;
}

.nr-col {
  padding-bottom: 20px;
}

.nr-card {
  display: flex;
  gap: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}

.nr-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

/* Image Shapes */
.nr-img-rounded {
  border-radius: 16px;
}

.nr-img-pill {
  border-radius: 28px;
}

.nr-img-circle {
  border-radius: 50%;
}

/* Content */
.nr-content {
  max-width: 420px;
}

.nr-tag {
  font-size: 14px;
  color: rgb(51, 153, 255);
  display: block;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 3%;
}

.nr-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}

.nr-date {
  font-size: 14px;
  color: rgb(102, 102, 102);
  font-weight: 400;
  line-height: 21px;
}

/* Archive Button */
.nr-archive-wrap {
  text-align: center;
  margin-top: 50px;
}

.nr-archive-btn {
  padding: 10px 30px;
  border-radius: 40px;
  border: 2px solid #777;
  background: transparent;
  font-size: 16px;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.cnPagination {
  display: flex;
  justify-content: center;
}

.pagination {
  display: inline-flex;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.page {
  min-width: 48px;
  height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #374151;
  border-right: 1px solid #d1d5db;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
}

.page:last-child {
  border-right: none;
}

.page svg {
  width: 18px;
  height: 18px;
  fill: rgb(51, 153, 255);
}

.page.active {
  font-weight: 600;
}

.page.disabled {
  cursor: default;
}

.page.disabled svg {
  fill: #9ca3af;
}

.page:hover:not(.active):not(.disabled) {
  background: #f3f4f6;
}
