/*main style*/
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #FF6000;
}
::selection {
    color: #fff; 
    background: #FF6000;
}
body {
 font-size: 20px;
 color: #000;
 font-family: 'Montserrat', sans-serif;
   overflow-x: hidden;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
}
p {
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}


/* header logo*/

.top-brand-header {
  background: #fff;
  padding-top: 18px;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-left,
.brand-right {
  display: flex;
  align-items: center;
}

.brand-left {
  justify-content: flex-start;
}

.brand-right {
  justify-content: flex-end;
  gap: 18px;
}

.brand-img {
  max-height: 82px;
  width: auto;
}

.small-logo {
  max-height: 105px;
}

.divider {
  display: inline-block;
  width: 1px;
  height: 95px;
  background: #333;
  opacity: 0.6;
}

.gradient-line {
  /*margin-top: 18px;*/
  height: 12px;
  background: linear-gradient(to right, #20b8e8, #243b74, #e51b23);
}

/* Responsive */
@media (max-width: 767px) {
  .top-brand-header {
    padding-top: 12px;
  }

  .brand-row {
    display: block;
    text-align: center;
  }

  .brand-left,
  .brand-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  .brand-left {
    margin-bottom: 15px;
  }

  .brand-right {
    gap: 12px;
  }

  .brand-img {
    max-height: 65px;
    margin-bottom: 8px;
  }

  .small-logo {
    max-height: 75px;
  }

  .divider {
    display: none;
  }

  .gradient-line {
    height: 8px;
    margin-top: 10px;
  }
}


/* hero video */
.hero-video-section {
  position: relative;
  height: 720px;
  overflow: hidden;
  color: #fff;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.62) 35%,
    rgba(0, 0, 0, 0.15) 75%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding-top: 185px;
  max-width: 850px;
}

.hero-content h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 35px;
}

.hero-content p {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 50px;
  color: #fff;
}

.hero-btn {
  background: #0c3358; /* default color */
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  text-transform: uppercase;
  border: none;
}

.hero-btn:hover,
.hero-btn:focus {
  background: #0f3f6d; /* hover color */
  color: #fff;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-video-section {
    height: 600px;
  }

  .hero-content {
    padding-top: 130px;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 24px;
  }

  .hero-btn {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hero-video-section {
    height: 520px;
  }

  .hero-content {
    padding-top: 65px;
    text-align: left;
  }

  .hero-content h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  .hero-content p {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-btn {
    font-size: 20px;
    padding: 8px 18px;
  }
  .hero-content p {
    margin-bottom: 20px;
  }
}

/* intro section */

.biomic-section {
  background: #cfe0ea;
  padding: 60px 0;
}

.biomic-img img {
  border-radius: 12px;
  width: 100%;
}

.biomic-content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #000;
  text-transform: none;
}

.biomic-content h2 span {
  color: #e21d2d;
}

.biomic-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Pillars */
.pillars {
  margin-top: 25px;
}

.pillar-item {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.icon-box {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  background: #e21d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.icon-box img {
  width: 48px;
}

.pillar-item h4 {
  font-size: 11px;
  font-weight: 600;
  color: #10406d;
  line-height: 1.4;
}

/* Divider lines (desktop only) */
@media (min-width: 768px) {
  .pillar-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: -10px;
    top: 30px;
    width: 2px;
    height: 70px;
    background: #9fb6c6;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .biomic-content {
    margin-top: 25px;
  }

  .biomic-content h2 {
    font-size: 22px;
  }

  .pillar-item h4 {
    font-size: 13px;
  }
}

/* biomic program */

.biomic-info-section {
  background: url("../biomic-assets/images/info-section/biomic-bg.png") center center / cover no-repeat;
  padding: 60px 0 60px;
  text-align: center;
  position: relative;
}

.biomic-info-section:before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(255, 255, 255, 0.82);*/
}

.biomic-info-content {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
}

.top-icon img {
  max-width: 65px;
  /*margin-bottom: 35px;*/
}

.biomic-logo img {
  max-width: 330px;
  margin-bottom: 25px;
}

.biomic-info-content h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #e22026;
  margin: 0 auto 15px;
  max-width: 1360px;
  text-transform: none;
}

.biomic-info-content p {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  color: #000;
  max-width: 1390px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 1199px) {
  .biomic-info-content h2 {
    font-size: 30px;
  }

  .biomic-info-content p {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .biomic-info-section {
    padding: 55px 0 45px;
  }

  .top-icon img {
    max-width: 32px;
    margin-bottom: 25px;
  }

  .biomic-logo img {
    max-width: 280px;
    margin-bottom: 35px;
  }

  .biomic-info-content h2 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 25px;
  }

  .biomic-info-content p {
    font-size: 16px;
    line-height: 1.6;
  }
}


/*Biomic themes */

/*.themes-section {
  padding: 70px 0;
  background: #fff;
}*/

.themes-section {
  background: #fff;
  padding: 70px 0 70px;
}

.section-title h2 {
  color: #e22026;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: none;
}

.section-title p {
  max-width: 980px;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}



/* Card */
.flip-card {
  perspective: 1000px;
  /*margin-bottom: 40px;*/
  min-height: 300px;
}

.flip-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.themes-section .row > div {
  margin-bottom: 30px; /* space between rows */
}
/* FRONT */
.flip-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #10406d;
  color: #fff;
  text-align: center;
  padding: 90px 20px;
  backface-visibility: hidden;
}

.flip-front img {
  width: 100px;
  /*margin-bottom: 40px;*/
}

.flip-front h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* BACK */
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dcf5ff;
  transform: rotateY(180deg);
  padding: 40px 28px;
  text-align: center;
  backface-visibility: hidden;
}

.flip-back h3 {
  color: #e22026;
  font-size: 18px;
  font-weight: 800;
  /*margin-bottom: 20px;*/
  line-height: 1.4;
}

.flip-back p {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 767px) {
  .flip-inner {
    height: 260px;
  }

  .flip-front {
    padding: 40px 15px;
  }

  .flip-front img {
    width: 55px;
    margin-bottom: 25px;
  }

  .flip-back {
    padding: 30px 20px;
  }

  .flip-back h3 {
    font-size: 22px;
  }

  .flip-back p {
    font-size: 14px;
  }
}

/* keytakeways */


.key-takeaways-section {
  position: relative;
  background: url("../biomic-assets/images/key-takeaways/key-takeaways-bg.png") center center / cover no-repeat;
  padding: 75px 55px 90px;
  color: #fff;
  overflow: hidden;
}

.key-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(33, 74, 86, 0.85) 0%,     /* teal/blue left */
    rgba(40, 92, 96, 0.75) 35%,    /* mid blend */
    rgba(120, 45, 35, 0.65) 70%,   /* warm transition */
    rgba(155, 45, 35, 0.75) 100%   /* reddish right */
  );
  z-index: 1;
}

.key-takeaways-section .container{
  position: relative;
  z-index: 2;
}

.key-takeaways-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 70px;
  color: #fff;
  text-transform: none;

}

.takeaways-row {
  display: flex;
  align-items: stretch;
}

.takeaway-col {
  position: relative;
}

.takeaway-col:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  width: 2px;
  height: 100%;
  max-height: 400px;
  background: rgba(255, 255, 255, 0.9);
  /*margin-bottom: 50px;*/
}

.takeaway-box {
  padding: 0 20px;
  margin-bottom: 40px;
}

.takeaway-box img {
  max-width: 85px;
  height: 85px;
  object-fit: contain;
  margin-bottom: 15px;
}

.takeaway-box h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff;
}

.takeaway-box p {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

/* Tablet */
@media (max-width: 991px) {
  .key-takeaways-section {
    padding: 60px 30px;
  }

  .takeaways-row {
    display: block;
  }

  .takeaway-col {
    margin-bottom: 45px;
  }

  .takeaway-col:not(:last-child):after {
    display: none;
  }

  .takeaway-box {
    padding: 0 15px;
    text-align: center;
  }

  .takeaway-box img {
    max-width: 100px;
    height: 100px;
  }

  .takeaway-box h3 {
    font-size: 28px;
  }

  .takeaway-box p {
    font-size: 19px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .key-takeaways-section {
    padding: 45px 15px;
  }

  .key-takeaways-section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 45px;
  }

  .takeaway-box img {
    max-width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .takeaway-box h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .takeaway-box p {
    font-size: 16px;
    line-height: 1.55;
  }
}


/* who must apply */

.who-apply-section {
  position: relative;
  margin-top: -70px; /* overlap Key Takeaways section */
  padding-bottom: 70px;
  z-index: 5;
}

.who-apply-box {
  position: relative;
  background: #e22026;
  border-radius: 32px;
  min-height: 445px;
  overflow: hidden;
}

.who-apply-content {
  position: relative;
  z-index: 2;
  width: 62%;
  padding: 10px 60px 60px;
  color: #fff;
}

.who-apply-content h5 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 32px;
  color: #fff;
  letter-spacing: 1px;
}

.who-apply-content h2 {
  font-size: 27px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0 0 42px;
  color: #fff;
  text-transform: none;
}

.who-apply-content p {
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  margin: 0 0 38px;
  color: #fff;
}

/*.apply-btn {
  display: inline-block;
  background: #104060;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  padding: 16px 25px;
  border-radius: 6px;
  text-transform: uppercase;
}

.apply-btn:hover,
.apply-btn:focus {
  background: #0c3358;
  color: #fff;
  text-decoration: none;
}*/

.apply-btn{
  background: #0c3358; /* default color */
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  text-transform: uppercase;
  border: none;
}

.apply-btn:hover,
.apply-btn:focus {
  background: #0f3f6d; /* hover color */
  color: #fff;
  text-decoration: none;
}



.who-apply-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  text-align: right;
  z-index: 1;
}

.who-apply-img img {
  max-width: 100%;
  height: auto;
}

/* Tablet */
@media (max-width: 991px) {
  .who-apply-section {
    margin-top: -45px;
  }

  .who-apply-box {
    min-height: auto;
  }

  .who-apply-content {
    width: 100%;
    padding: 45px 40px 350px;
  }

  .who-apply-content h2 {
    font-size: 34px;
  }

  .who-apply-content p {
    font-size: 22px;
  }

  .apply-btn {
    font-size: 30px;
  }

  .who-apply-img {
    width: 65%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .who-apply-section {
    margin-top: -30px;
    padding-bottom: 45px;
  }

  .who-apply-box {
    border-radius: 22px;
  }

  .who-apply-content {
    padding: 35px 25px 280px;
  }

  .who-apply-content h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .who-apply-content h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .who-apply-content p {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 28px;
  }

  .apply-btn {
    font-size: 20px;
    padding: 12px 18px;
  }

  .who-apply-img {
    width: 90%;
  }
}

/* bg wrapper*/

.common-bg-section {
  position: relative;
  background: url("../biomic-assets/images/dotted-bg.png") center center no-repeat;
  background-size: cover;
  padding: 24px 0;
}

/* Optional soft white overlay (like design) */
.common-bg-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.common-bg-section .inner-section {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

.common-bg-section .inner-section:last-child {
  margin-bottom: 0;
}


/* selection criteria*/

.selection-criteria-section {
  position: relative;
  padding: 0px 0 90px;
}

.selection-title img {
  max-width: 85px;
  margin-bottom: 15px;
}




.selection-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #000;
  margin: 0 0 70px;
  text-transform: none;
}

.criteria-chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}


.criteria-chart:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 222px;
  height: 8px;
  background: #0f3f6d;
  z-index: 1;
}

.criteria-item {
  position: relative;
  z-index: 2;
  width: 19%;
  text-align: center;
}

.criteria-item .bar {
  background: #e22026;
  width: 190px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.criteria-item .bar span {
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.item-10 .bar {
  height: 80px;
}

.item-25 .bar {
  height: 175px;
}

.item-20 .bar {
  height: 135px;
}

.item-30 .bar {
  height: 210px;
}

.item-15 .bar {
  height: 110px;
}

.criteria-item h3 {
  font-size: 29px;
  line-height: 1.08;
  font-weight: 800;
  color: #0f3f6d;
  margin: 20px 0 0;
}

/* Tablet */
@media (max-width: 1199px) {
  .criteria-item .bar {
    width: 150px;
  }

  .criteria-item .bar span {
    font-size: 38px;
  }

  .criteria-item h3 {
    font-size: 22px;
  }

  .criteria-chart:before {
    top: 222px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .selection-criteria-section {
    padding: 50px 0;
  }

  .selection-title img {
    max-width: 52px;
  }

  .selection-title h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .criteria-chart {
    display: block;
    padding: 0 15px;
  }

  .criteria-chart:before {
    display: none;
  }

  .criteria-item {
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    padding: 18px 15px;
    border-radius: 10px;
  }

  .criteria-item .bar {
    width: 100%;
    height: auto !important;
    padding: 16px 0;
    margin-bottom: 15px;
  }

  .criteria-item .bar span {
    font-size: 34px;
  }

  .criteria-item h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
  }
}


/* timeline */

.timeline-section {
  /*background: #dcf5ff;*/
  padding: 70px 0;
}

.timeline-box {
  background: #10406d;
  border-radius: 30px;
  overflow: hidden;
}

/* Header */
.timeline-header {
  background: #e22026;
  color: #fff;
  text-align: center;
  padding: 0px 20px 10px;
}

.timeline-header img {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.timeline-header h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 0px;
  color: #fff;
  text-transform: none;
  margin-top: 23px;
}

/* Body */
.timeline-body {
  padding: 30px 65px;
}

.timeline-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid rgba(255,255,255,0.7);
}

.timeline-row:last-child {
  border-bottom: none;
}

.timeline-icon,
.timeline-date,
.timeline-text {
  display: table-cell;
  vertical-align: middle;
  padding: 34px 30px;
}

.timeline-icon {
  width: 18%;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.7);
}

.timeline-icon img {
  max-width: 70px;
}

.timeline-date {
  width: 28%;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.7);
}

.timeline-date h3 {
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 8px;
}

.timeline-date p {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.timeline-text h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

/* Footer */
.timeline-footer {
  background: #e22026;
  padding: 26px 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.timeline-footer h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}

/*.timeline-btn {
  background: #104060;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  padding: 13px 25px;
  border-radius: 6px;
  text-transform: uppercase;
}

.timeline-btn:hover,
.timeline-btn:focus {
  background: #0c3358;
  color: #fff;
  text-decoration: none;
}*/

.timeline-btn{
  background: #0c3358; /* default color */
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  text-transform: uppercase;
  border: none;
}

.timeline-btn:hover,
.timeline-btn:focus {
  background: #0f3f6d; /* hover color */
  color: #fff;
  text-decoration: none;
}


/* Tablet */
@media (max-width: 991px) {
  .timeline-header h2 {
    font-size: 44px;
  }

  .timeline-body {
    padding: 25px 35px;
  }

  .timeline-icon,
  .timeline-date,
  .timeline-text {
    padding: 28px 18px;
  }

  .timeline-icon img {
    max-width: 70px;
  }

  .timeline-date h3 {
    font-size: 42px;
  }

  .timeline-date p {
    font-size: 20px;
  }

  .timeline-text h4 {
    font-size: 28px;
  }

  .timeline-footer {
    padding: 25px 40px;
  }

  .timeline-footer h3 {
    font-size: 32px;
  }

  .timeline-btn {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .timeline-section {
    padding: 45px 0;
  }

  .timeline-box {
    border-radius: 22px;
  }

  .timeline-header {
    padding: 28px 15px;
  }

  .timeline-header img {
    width: 42px;
    margin-right: 10px;
  }

  .timeline-header h2 {
    font-size: 24px;
  }

  .timeline-body {
    padding: 20px;
  }

  .timeline-row {
    display: block;
    text-align: center;
    padding: 25px 0;
  }

  .timeline-icon,
  .timeline-date,
  .timeline-text {
    display: block;
    width: 100%;
    border-right: none;
    padding: 8px 0;
  }

  .timeline-icon img {
    max-width: 62px;
  }

  .timeline-date h3 {
    font-size: 22px;
  }

  .timeline-date p {
    font-size: 18px;
  }

  .timeline-text h4 {
    font-size: 22px;
  }

  .timeline-footer {
    display: block;
    text-align: center;
    padding: 28px 20px;
  }

  .timeline-footer h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .timeline-btn {
    font-size: 20px;
    padding: 12px 20px;
  }
}


/* Technology partner */

.technology-partners-section {
  background: url("images/dotted-bg.png") center center / cover no-repeat;
  padding: 70px 0 80px;
  overflow: hidden;
}

.technology-partners-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #000;
  margin: 0 0 70px;
  text-transform: none;
}

/*.partners-slider {
  display: flex;
  align-items: center;
  gap: 60px;
  overflow-x: auto;
  padding: 0 55px 10px;
  scrollbar-width: none;
}

.partners-slider::-webkit-scrollbar {
  display: none;
}*/

.partners-slider {
  display: flex;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 60px;
  animation: partnersMarquee 15s linear infinite;
}

.partners-slider:hover .partners-track {
  animation-play-state: paused;
}

.partner-logo {
  flex: 0 0 320px;
  height: 150px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-width: 85%;
  max-height: 90px;
  object-fit: contain;
}

@keyframes partnersMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.partner-logo {
  flex: 0 0 320px;
  height: 150px;
  background: none;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-width: 85%;
  max-height: 90px;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 991px) {
  .technology-partners-section h2 {
    font-size: 34px;
    margin-bottom: 45px;
  }

  .partners-slider {
    gap: 35px;
    padding: 0 30px 10px;
  }

  .partner-logo {
    flex-basis: 260px;
    height: 120px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .technology-partners-section {
    padding: 50px 0;
  }

  .technology-partners-section h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .partners-slider {
    gap: 20px;
    padding: 0 20px 10px;
  }

  .partner-logo {
    flex-basis: 220px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .partner-logo {
    flex: 0 0 180px;
    height: 90px;
  }

  .partners-track {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .partners-track {
    animation: partnersMarquee 10s linear infinite;
  }
}


/* FAQs */

.faq-section {
  background: #10406D;
  padding: 110px 0 130px;
  color: #fff;
}

.faq-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.faq-title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.faq-title h2 {
 /* font-size: 34px;
  font-weight: 800;
  margin: 0;
  color: #fff;*/
  display: inline-block;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 0px;
    color: #fff;
    text-transform: none;
    margin-top: 23px;
}

.faq-title img {
  width: 80px;
  margin-left: 18px;
}

.faq-panel {
  background: transparent;
  border: none;
  box-shadow: none;
  border-top: 1px solid rgba(255,255,255,0.6);
  border-radius: 0;
  margin: 0 !important;
}

.faq-panel:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.faq-panel .panel-heading {
  background: transparent;
  padding: 0;
}

.faq-panel .panel-title a {
  display: block;
  position: relative;
  padding: 24px 55px 24px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.faq-panel .panel-title a:hover{
    border:none;
}

.faq-plus {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 38px;
  line-height: 1;
  font-weight: 400 !important;
}


/* Remove border radius */
.faq-panel,
.faq-panel .panel-heading,
.faq-panel .panel-collapse,
.faq-panel .panel-body {
  border-radius: 0 !important;
}

/* Remove any shadow */
.faq-panel {
  box-shadow: none !important;
}

/* Remove focus outline (sometimes adds visual border) */
.faq-panel .panel-title a:focus {
  outline: none;
  text-decoration: none;
}

/* Default + */
.faq-panel .panel-title a .faq-plus::before {
  content: "+";
}

/* Open → minus */
.faq-panel .panel-title a[aria-expanded="true"] .faq-plus::before {
  content: "-";
}

.faq-panel .panel-title a[aria-expanded="true"] .faq-plus {
  transform: translateY(-50%) rotate(0deg);
}

.faq-panel .panel-body {
  border-top: none !important;
  padding: 0 55px 24px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* Mobile */
@media (max-width: 767px) {
  .faq-section {
    padding: 65px 0 80px;
  }

  .faq-title {
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
  }

  .faq-title h2 {
    font-size: 24px;
  }

  .faq-title img {
    width: 55px;
  }

  .faq-panel .panel-title a {
    font-size: 16px;
    padding: 20px 45px 20px 0;
  }

  .faq-plus {
    right: 8px;
    font-size: 30px;
  }

  .faq-panel .panel-body {
    font-size: 15px;
    padding: 0 45px 20px 0;
  }
}

/* FAQs */

.contact-cta-section {
  background: #e22026;
  padding: 70px 0 70px;
  text-align: center;
}

.contact-cta-content h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: none;
}

.contact-cta-content h2 a {
  color: #fff;
  text-decoration: none;
}

.contact-cta-btn{
  background: #0c3358; /* default color */
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  text-transform: uppercase;
  border: none;
}

.contact-cta-btn:hover,
.contact-cta-btn:focus {
  background: #0f3f6d; /* hover color */
  color: #fff;
  text-decoration: none;
}


/* Responsive */
@media (max-width: 991px) {
  .contact-cta-section {
    padding: 90px 0 100px;
  }

  .contact-cta-content h2 {
    font-size: 34px;
  }

  .contact-cta-btn {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .contact-cta-section {
    padding: 65px 15px 75px;
  }

  .contact-cta-content h2 {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 35px;
  }

  .contact-cta-btn {
    font-size: 20px;
    padding: 10px 20px;
  }
}


/* Biomic styles ends */

