/*
Theme Name: Crinetics Theme
Theme URI: https://www.crinetics.com
Author: CA
Description: A custom theme using ACF and Bootstrap
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: crinetics
*/

/* Global */
body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Montserrat', Arial, sans-serif;
}
body {
  background-color: #013842;
}
main {
      z-index: 0;
    position: relative;
}
a {
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}
.img-border-radius {
  border-radius:45px;
}
.transparent {
  background-color: transparent !important;
}
.white-back {
  background-color: #fff !important;
}
.white-color {
  color: #fff !important;
}
.white-back {
  background-color: #fff !important;
}
.dk-blue {
  color: #074A5F !important;
}
.dk-blue-back {
  background-color: #074A5F !important;
}
.blue-color {
  color: #208093 !important;
}
.lt-blue {
  color: #0BCACF !important;
}
.yellow-color {
  background-color:#FFB35B !important;
}
.red-color {
  background-color:#FF7F76 !important;
}
.lt-blue-back {
  background-color: #0BCACF !important;
}
.dk-gray {
  color: #4F4A53 !important;
}
.dk-gray-back {
  background-color: #4F4A53 !important;
}
.lt-gray-contact {
  background-color: #e8f3f5 !important;
}
.lt-blue-contact {
  background-color: rgba(51,51,51,0.1) !important;
}
.container {
    max-width: 1200px !important;
}
section.border-btm {
  border-bottom: 1px solid #707070;
  max-width:1200px;
  margin: 0 auto;
}
.btn-primary {
  background-color: transparent;
  border: none;
  padding: 0;
  text-transform: uppercase;
  outline: none;
  box-shadow: none; 
  font-family: 'Montserrat', Arial, sans-serif !important;
  text-decoration: none; 
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
  text-decoration: underline;  
}
.btn-primary:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 118, 128, 0.5); 
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.submit-wrapper {
  width: 45%;
  margin: 0 auto;
}

.submit-wrapper  .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
}

.submit-wrapper .arrow-icon {
  margin-left: 10px; 
  height: 16px;
  margin-top: -53px;
  padding-left: 35px;
}
/* Header */
header {
  background-color: #FFF;
  transition: top 0.3s ease;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header.hide {
  top: 0px;
}
header.fixed + main {
      margin-top: 160px !important;
}
header .navbar-nav {
  position: relative;
  justify-content: flex-end;
}
.navbar-expand-lg {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.navbar-nav li {
  position: relative;
  padding-left: 5px;
}
.navbar-brand img {
  height:65px !important;
}

header .navbar .topmenu, header .navbar .bottommenu {
  width:100%;
}
header .navbar .topmenu {
  margin-top: 10px;
}
header .navbar .topmenu > div {
  width:50%;
  float:left;
}
 header .navbar .topmenu > div:last-child {
    margin-top: 15px;
}

header .navbar .bottommenu {
  border-top:1px solid #0CCACF;
  margin-top: 15px;
  padding-top: 7px;
}


.navbar-nav li a {
  color: #013842;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 5px;
  text-decoration: none;
  display: block;
}
.navbar-nav li ul li a {
  color: #23899C !important;
}


 #menu-main-menu #menu-item-127 .sub-menu li a {
  text-transform: none;
}
#menu-main-menu #menu-item-113 .sub-menu li a {
  text-transform: none;
}
.navbar-nav li ul li a {
  font-weight: 600 !important;
}
.navbar-nav li.menu-item-127 .sub-menu.top-menu {
    left: -77%;
}
.navbar-nav li .sub-menu.top-menu {
  left: -122%;
}
.navbar-nav li ul li {
  list-style-type: none;
  padding-left:0;
}
.navbar-nav li ul li::after {
  content:'';
  position: relative;
  width:27%;
  display:block;
  margin:0 auto;
  height:1px;
  background-color: #FFB35B;
}
.navbar-nav li ul li:last-child:after {
  height:0;
}


.navbar-nav li a:hover,
.navbar-nav li a:focus {
  color: #0BCACF !important;
  text-decoration: none;
}

.navbar-nav li .sub-menu {
  display: none;
  padding: 20px;
  position: absolute;
  text-align: center;
  left: -34%;
  border-radius: 35px;
  background-color: #fff;
  z-index: 1050;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 226px;
  box-shadow: 6px 5px 11px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav li.active > .sub-menu,
.navbar-nav li:hover > .sub-menu,
.navbar-nav li:focus-within > .sub-menu {
  display: block;
}
.navbar-nav li ul.sub-menu li ul.sub-menu {
display: block !important;
    position: relative;
    top: 0;
    width: auto;
    border-radius: 0;
    padding:0;
    left: 0;
    background: #fff;
    box-shadow: none;
}
.navbar-nav li ul.sub-menu li ul.sub-menu li a {
font-weight:400 !important;
padding:5px 15px;
}
.navbar-nav li .chevron {
  display: none;
  font-size: 16px;
}

.navbar-nav li.active .chevron {
  transform: rotate(180deg);
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

#menu-main-menu > li.current-menu-item > a {
  color: #0BCACF !important;
  transition: color 0.3s, background-color 0.3s;
}

.navbar-toggler {
  border: none;
  background: none;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  padding: 0;
  margin-top: 4px;
  float: right;
}

.navbar-toggler-line {
  width: 100%;
  height: 3px;
  background-color: #23899C;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-toggler.collapsed .navbar-toggler-line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}

.navbar-toggler.collapsed .navbar-toggler-line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.collapsed .navbar-toggler-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.navbar-nav.topnav-mobile {
  display:none;
}
.navbar-nav.topnav li a, .topnav-mobile li a {
  font-size: 12px;
  color:#707070;
  font-weight:500;
}

.site-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 0;
}
.site-background.article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #013842;
    opacity: 0.3;
    z-index: 1;
}
.site-background {
  width: 100%;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

header {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
.navbar-nav.topnav {
  display:none;
}
.navbar-nav > li {
  border-bottom:1px solid #0CCACF;
}
.topnav-mobile li {
  border:0;

}
.navbar-nav li .sub-menu.top-menu {
  left: 0;
}
.navbar-nav li.active .sub-menu, .navbar-nav .menu-item-has-children .sub-menu li {
  padding:0;
}
.navbar-nav li ul li::after {
  height:0;
}
.navbar-nav.topnav-mobile {
  display:block;
  margin-top: 20px;
}
header .navbar .bottommenu, header .navbar .topmenu {
  border-top:none;
  margin-top: 0;
  padding-top: 0;
}
.navbar-nav li .sub-menu {
  padding: 20px;
  position: relative;
  text-align: left;
  left: 0;
  border-radius: 0;
  width: auto;
  box-shadow: none;
}
nav.navbar {
  padding: 1rem;
}
 .navbar-brand img {
  height:56px !important;
}

.navbar-nav li, .navbar-nav li a {
  padding-left:0;
  font-size: 18px;
}
#menu-main-menu {
  padding-top:2rem;
}



  .navbar-nav li.active .chevron {
      transform: rotate(180deg);
  }

  .navbar-nav li a {
      padding-right: 25px;
  }

  .navbar-nav li:hover > .sub-menu {
      display: none;
  }

  .navbar-nav li.active .sub-menu {
      position: relative;
      box-shadow: none;
  }

  .navbar-nav .menu-item-has-children {
      position: relative;
      padding: 0;
  }

  .navbar-nav .menu-item-has-children > a {
      padding-right: 30px;
      padding-left:0;
  }

  .navbar-nav .menu-item-has-children .chevron {
      font-size: 16px;
      display: inline-block;
      cursor: pointer;
      transition: transform 0.3s ease;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }
 .navbar-nav li ul.sub-menu li.menu-item-has-children .chevron {
      display: none;
  }
  .navbar-nav .menu-item-has-children.active .chevron {
      transform: rotate(45deg) translateY(-50%);
      top: 21px;
      right: 19px;
  }

  .navbar-nav .menu-item-has-children .sub-menu {
      display: none;
      padding-left: 20px;
      list-style: none;
  }

  .navbar-nav .menu-item-has-children .sub-menu li {
      padding: 8px 0;
  }
}

.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
}

.skip-to-content:focus {
  top: 10px;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.pum-overlay.pum-active, .pum-overlay.pum-active .popmake.active {
        display: block !important;
    }
/* Animations */
.fade-in-base {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .fade-in-base.top-move {
    transform: translateY(-100px);
  }
  
  .fade-in-base.bottom-move {
    transform: translateY(100px);
  }
  
  .fade-in-base.left-move {
    transform: translateX(-100px);
  }
  
  .fade-in-base.right-move {
    transform: translateX(100px);
  }
  .fade-in-base.visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }

/* Component - Home Hero*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.hero-section.interior {
  padding: 140px 0 100px;
}

.hero-section .hero-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 61%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}
.hero-section.interior .hero-background, .hero-section.news-list .hero-background, .hero-section.news-detail .hero-background {
  width: 438px;
  top: -8px;
}
.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  z-index: 2;
  padding: 0 15px;
}

.hero-section .hero-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.hero-section .hero-header:after {
  content:'';
  position: relative;
  width:10%;
  display:block;
  margin:1.5rem auto 2rem;
  height:2px;
  background-color: #E264B5;
}

.hero-section .hero-header h1 {
  font-size: clamp(2rem, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align:center;
}
.hero-section .home-heading {
  margin: 0 auto;
}
.hero-section .home-heading h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2rem;
  text-align:center;
}

.hero-section .hero-button {
  display: flex;
  justify-content: flex-start;
  margin: 48px auto 15px;
  text-align: center;
}
.hero-section .hero-button-two {
  margin: 0 auto 15px;
  text-align: center;
}
.hero-section .hero-button .btn-hero, .hero-section .hero-button-two .btn-hero, .content-center .btn-hero {
  color: #0BCACF;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
    font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.hero-section .hero-button .btn-hero::after, .hero-section .hero-button-two .btn-hero::after, .content-center .btn-hero::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-top: 1px;
}

.hero-section .hero-button .btn-hero:hover, .hero-section .hero-button-two .btn-hero:hover, .content-center .btn-hero:hover {
  text-decoration: underline;
}

.hero-section .hero-content-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.hero-section .content-center {
  max-width: 800px;
  margin:0 auto;
}
.hero-section .content-center p {
  color:#fff;
  font-weight:500;
  font-size:18px;
  text-align:center;
}
.hero-section .content-center.left-text-align {
  max-width: 1200px;
}
.hero-section .content-center.left-text-align p {
  text-align:left;
}
.hero-section .hero-button.left-text-align-btn {
  margin: 48px 0;
}
.hero-section .hero-button.left-text-align-btn .col-12 {
  padding-left:0;
}
.hero-section .hero-content-row .col-12,
.hero-section .hero-content-row .col-md-6:first-child {
  border-right: 2px solid #0CCACF;
  padding-right: 50px;
}
.hero-section .hero-content-row .col-12 p,
.hero-section .hero-content-row .col-md-6:first-child p {
  font-size: clamp(1.2rem, 2vw, 18pt);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.hero-section .hero-content-row .col-md-4 p {
  font-size: clamp(1.2rem, 2vw, 30pt);
  font-weight: 500;
  color: #074A5F;
  line-height: 1.4;
}
.hero-section .hero-content-row .col {
  padding: 15px;
}

.hero-section .hero-content-row .col-md-8,
.hero-section .hero-content-row .col-md-6:last-child {
  border-left: 2px solid #0CCACF;
  padding-left: 50px;
}

.hero-section .hero-content-row .col-md-8 p,
.hero-section .hero-content-row .col-md-6:last-child p {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: #fff;
  font-weight: 600;
  margin-bottom:0;
}

.hero-section .hero-content-row .col-12 {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .hero-section .hero-background {
    width: 80%;
  }

  .hero-section .hero-header h1 {
    letter-spacing: 10px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0 50px 0;
  }
.hero-section .home-heading h1 {
  text-align:left;
  letter-spacing:0;
}
  .hero-section .hero-header h1 {
    font-size: clamp(1.4rem, 5vw, 2rem);
    letter-spacing: 10px;
    padding-left:1rem;
      word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
        white-space: normal !important;
        font-size: 1.1rem !important; 
        line-height: 1.3 !important;
        text-align: center !important;
  }
  .hero-section .hero-button, .hero-section .hero-button-two {
    padding-left:1rem;
  }
  .hero-section .hero-background {
    width: 100%;
    height: 80%;
    opacity: 0.7;
    background-position: center top;
  }
  .hero-section.interior .hero-background {
    width: 89%;
    top: -25px;
    height: 85%;
}
  .hero-section .hero-content {
    padding: 0 15px;
  }

  .hero-section .hero-content-row .col {
    flex: 1 1 100%;
    margin-bottom: 0;
    padding: 15px;
  }

  .hero-section .hero-content-row .col-md-8,
  .hero-section .hero-content-row .col-md-6:last-child {
    border-left: none;
    padding-left: 15px;
  }
}

/* Component - Video */
.video-component {
  display: flex;
  background-color: #003842;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 130px 0;
  color: white;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Modern browsers support this */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
     border-radius: 35px;
}

/* Fallback for older browsers */
@supports not (aspect-ratio: 16 / 9) {
    .video-wrapper {
        padding-bottom: 56.25%;
        height: 0;
    }
}
.video-component .text-content {
  font-size: clamp(1rem, 2.5vw, 22px);
  line-height: 1.6;
  font-weight: 500;
  margin: 20px auto 0;
  text-align: center;
  max-width: 800px;
}

@media (max-width: 768px) {
  .video-component {
    padding: 10px;
  }
  .video-component .video-wrapper iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    border: 0; 
  }
  .video-component .video-wrapper {
    padding-top:0;
  }
  .video-component .text-content {
    font-size: clamp(0.875rem, 4vw, 1.25rem); 
  }
}
.hero-overlay-component {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  margin-top:75px;
}
.hero-overlay-component video {
  width:100%;
  border-radius: 35px;
}
.hero-overlay-component .image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay-component .content-overlay {
  position: absolute;
  bottom: 100px;
  left: 50px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}

.hero-overlay-component .hero-heading {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-overlay-component .btn-primary {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to left, #013842, #23899C);
  border-color: transparent;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.hero-overlay-component .btn-primary:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-White-Arrow-Icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: -4px;
}
.hero-overlay-component .btn-primary:hover {
  opacity:0.7;
}

@media (max-width: 768px) {
  .hero-overlay-component .hero-heading {
      font-size: 1.8rem;
  }
  .hero-overlay-component .content-overlay {
        bottom: 44px;
    left: 24px;
  }
  .hero-overlay-component {
margin-top:0;
  }
}
.team-section {
  background-color: #003842;
  padding: 6rem 0;
  margin: 0 !important;
  box-sizing: border-box;
  background-image: url(/wp-content/themes/Crinetics/images/Blue-Background-Middle.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-section .tab-content {
  display:block !important;
}
.team-section .container {
  border-radius:35px;
  background-color: #fff;
  padding: 3rem 2rem;
}
.team-section .col-md-3.mb-4 {
  display: flex;
  flex-direction: column; 
  text-align: center;
}

.team-section .col-md-3.mb-4 img {
  max-width: 100%;
  height: auto;
  width:100%;
  margin-bottom: 1rem; 
  border-radius:10px;
}

.team-section .col-md-3.mb-4 a {
  font-size: 18px;
  text-decoration: none;
  color: inherit;
}

.team-section .col-md-3.mb-4 span:nth-of-type(1) {
  color: #074A5F;
  font-weight: 600;
}

.team-section .col-md-3.mb-4 span:last-child {
  color: #4F4A53;
  display: block; 
  margin-top: 0.5rem;
}

.team-section h2,
.team-section h3,
.team-section h4,
.team-section h5,
.team-section h6 {
  color: #23899C;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  text-align: center;
}

.team-section .text-center.mb-4 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  max-width: 800px;
  margin: 25px auto;
  font-weight: 600;
  text-align: center;
}

.team-section .text-center.tabs.mb-4 {
  margin: 45px auto;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; 
}
#teamanchor span {
  margin-top: 0.4rem;
  margin-right:1rem;
}
 .team-section .text-center.mb-4 button.active {
  background-color: #0BCACF;
  border-radius: 0;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 6px 15px;
  text-decoration: none;
} 

.team-section .tabs button {
  cursor: pointer;
  color: #208093;
  font-weight: 400;
  text-decoration: underline; 
  background: none;
  border:0;
} 
.team-section .tabs button:hover, .hero-section.news-list .news-filters .btn-outline-primary:hover {
  color:#707070;
}
.team-section .tab-panel {
  display: none;
}

.team-section .tab-panel.active {
  display: block;
}

.team-section .board-of-directors p,
.team-section .scientific-advisory-board p {
  font-size: 16px;
  margin-top: 1rem;
  font-weight: 400;
  text-align: center;
}

.team-section .board-of-directors .col-md-3.text-center.mb-4,
.team-section .scientific-advisory-board .col-md-4.text-center.mb-4{
  background-color: #074A5F;
  border-radius: 10px;
  padding: 2rem 1rem;
  color: #fff;
  box-sizing: border-box;
}

.team-section .board-of-directors .col-md-3.text-center.mb-4 span,
.team-section .board-of-directors .col-md-3.text-center.mb-4 p,
.team-section .scientific-advisory-board .col-md-4.text-center.mb-4 span,
.team-section .scientific-advisory-board .col-md-4.text-center.mb-4 p {
  color: #fff;
}
.team-section .scientific-advisory-board .col-md-4.text-center.mb-4 a {
  text-decoration: none;
}
.team-section .board-of-directors .row,
.team-section .scientific-advisory-board .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-section .board-of-directors .row > .col-md-3,
.team-section .scientific-advisory-board .row > .col-md-3 {
  flex: 1 0 calc(25% - 1rem);
  margin: 0.5rem;
}
.team-section .scientific-advisory-board .row > .col-md-4 {
  flex: 1 0 calc(33% - 1rem);
  margin: 0.5rem;
}
.team-section .board-of-directors .row > .col-md-3:last-child,
.team-section .scientific-advisory-board .row > .col-md-4:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .team-section .board-of-directors .row > .col-md-3,
  .team-section .scientific-advisory-board .row > .col-md-3 {
    flex: 1 0 calc(50% - 1rem); 
  }
  .team-section .tabs button {
    border: 1px solid #208093; 
    border-radius: 5px; 
    padding: 10px 15px;
  }
}

@media (max-width: 576px) {
  .team-section {
    padding: 3rem 1rem; 
  }
  .team-section .col-md-3.mb-4 br {
    display:none;
  }
  .team-section .col-md-3.mb-4 span {
    display:block;
  }
  .team-section .board-of-directors .row > .col-md-3,
  .team-section .scientific-advisory-board .row > .col-md-3 {
    flex: 1 0 100%; 
  }

  .team-section .tabs button {
    width: 100%; 
    text-align: center;
    padding: 10px 0; 
    margin: 0;
  }
  .team-section h2,
  .team-section h3,
  .team-section h4,
  .team-section h5,
  .team-section h6 {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
  }

  .team-section .text-center.mb-4 {
    font-size: clamp(0.875rem, 3vw, 1rem);
  }

  .team-section .col-md-3.mb-4 img {
    margin-bottom: 1rem;
  }

  .team-section .col-md-3.mb-4 span:nth-of-type(1),
  .team-section .col-md-3.mb-4 span:last-child {
    font-size: 16px; 
  }
}
.patient-advocacy-section h3 {
font-size:30px;
color:#074A5F !important;
margin-bottom: 2rem !important;
}
.patient-advocacy-section p {
  font-size:18px !important;
  }
  .wysiwyg-content p {
    color:#fff;
    font-size:22px;
    font-weight: 600;
    text-align:center;
    padding-bottom:3rem;
  }
/* Home News Feed */
.three-col-news-component {
  background-color: #003842;
  color: white;
  background-image: url(/wp-content/themes/Crinetics/images/Blue-Page-Bottom.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 1rem;
  overflow: hidden;
}

.three-col-news-component .container {
  position: relative;
  z-index: 1;
}

.three-col-news-component .email-signup {
  border-top: 1px solid #707070;
  clear: both;
}
.three-col-news-component .bottom-wrapper {
  margin-top:2rem;
}
.three-col-news-component .go-to-button {
  margin: 0 0 2rem;
}
.three-col-news-component .go-to-button .btn {
  padding: 0.75rem 2.5rem;
  background-color: #023842;
  border-radius: 33px !important;
}
.three-col-news-component .go-to-button .btn:hover {
  opacity:0.7;
  background-color: #023842 !important;
}
.three-col-news-component h5 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px !important;
}

.three-col-news-component .col-lg-4:first-child {
  padding-left: 0;
}

.three-col-news-component .col-lg-4:last-child {
  padding-right: 0;
}

.three-col-news-component .col-lg-4 {
  padding: 0 15px; 
  box-sizing: border-box; 
}



.card-slider-section {
  background-color: #003842;
  color: #fff;
  padding: 60px 0;
}
.card-slider-section .card-slider-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
.card-slider-section .card-row {
  margin: 0 -12.5px;
}
.card-slider-section .card-column {
  padding: 0 12.5px;
}
.card-slider-section .insight-card {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  background-color: #37a2ab;
  color: white;
}
.card-slider-section .insight-card .card-img-top {
  width: 100%;
  height: auto;
}
.card-slider-section .insight-card .card-body {
  padding: 20px;
  background-color: #37a2ab;
}
.card-slider-section .insight-card .card-title {
  color: white;
  margin-bottom: 5px;
}
.card-slider-section .insight-card .card-text {
  color: white;
  margin-bottom: 15px;
}
.card-slider-section .insight-card .card-link {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-slider-section .carousel-controls-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.card-slider-section .carousel-control-custom {
  background: none;
  border: none;
    color: #0BCACF;
    padding: 0 15px;
    font-weight: 800;
}
.card-slider-section .carousel-indicators-custom {
  position: static;
  margin: 0 15px;
}
.card-slider-section .carousel-indicators-custom button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.card-slider-section .carousel-indicators-custom button.active {
  background-color: #fff;
}
.two-col-slider-section {
  background-color: #003842;
  color: #fff;
  padding: 60px 0;
}

.two-col-slider-section .two-col-slider-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.two-col-slider-section .image-column {
  padding: 0 15px;
}

.two-col-slider-section .image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.two-col-slider-section .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.two-col-slider-section .content-column {
  padding: 30px;
  background-color: #37a2ab;
  border-radius: 15px;
  color: white;
}

.two-col-slider-section .content-title {
  color: white;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.two-col-slider-section .content-text {
  color: white;
  margin-bottom: 20px;
}

.two-col-slider-section .content-link {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
}

.two-col-slider-section .content-link svg {
  margin-left: 10px;
}

.two-col-slider-section .carousel-controls-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.two-col-slider-section .carousel-control-custom {
  background: none;
  border: none;
  color: #fff;
  padding: 0 15px;
}

.two-col-slider-section .carousel-indicators-custom {
  position: static;
  margin: 0 15px;
}

.two-col-slider-section .carousel-indicators-custom button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.two-col-slider-section .carousel-indicators-custom button.active {
  background-color: #fff;
}

@media (max-width: 991px) {
  .two-col-slider-section .row {
    flex-direction: column;
  }
  
  .two-col-slider-section .image-column,
  .two-col-slider-section .content-column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  
  .two-col-slider-section .image-column {
    margin-bottom: 20px;
  }
}


.hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.hero-slider-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content-wrapper {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

/* Header styling */
.site-header {
  position: relative;
  z-index: 100;
  background-color: transparent;
}
.hero-slider-section {
    position: relative; 
    width: 100%;
    min-height: 70vh; 
    height: auto;
    overflow: hidden;
    z-index: 1; 
}

.hero-carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 70vh; 
}

.hero-slide-container {
    position: relative;
    width: 100%;
    min-height: 90vh; 
    height: auto; 
    display: flex;
    align-items: center;
    padding: 3rem 0; 
}

.hero-content-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 3rem 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}


.hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2rem 0;
}
@media (max-width: 768px) {
  .hero-slider-section {
    min-height: 47vh;
  }
    .hero-slider-section .accordion-body {
      overflow:auto;
    }
    .hero-slider-section .hero-content {
      margin-top:0 !important;
    }
    .hero-slide-container {
        height: 50vh;
        min-height: 400px;
    }
 .hero-slider-section .hero-heading {
        font-size: 1.3rem !important;
    }
.hero-slider-section .carousel {
      min-height: 47vh;
}
}
.hero-slider-section .carousel,
.hero-slider-section .carousel-item {
  height: 100%;
}
.page-sections {
position: relative;
    overflow: hidden;
}
.hero-slider-section .hero-slide-container {
  position: relative;
  height: 100%;
  width: 100%;
}


.hero-slider-section .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider-section .hero-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  background-color: rgba(0, 72, 81, 0.5);
}

.hero-slider-section .hero-content {
  max-width: 700px;
  padding: 2rem;
  color: white;
  margin-top: 150px;
}

.hero-slider-section .hero-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.hero-slider-section .hero-heading {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.hero-slider-section .hero-button {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.hero-slider-section .hero-button svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.hero-slider-section .hero-button:hover svg {
  transform: translateX(5px);
}

.hero-slider-section .carousel-controls-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slider-section .carousel-control-custom {
  background: none;
  border: none;
  color: white;
  padding: 0 15px;
  cursor: pointer;
}

.hero-slider-section .carousel-indicators-custom {
  margin: 0 15px;
  display: flex;
  align-items: center;
}

.hero-slider-section .carousel-indicators-custom button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.hero-slider-section .carousel-indicators-custom button.active {
  background-color: white;
}

@media (max-width: 991px) {
  .hero-slider-section .hero-content {
    max-width: 100%;
    padding: 1.5rem;
  }
  
}

@media (max-width: 767px) {
  .hero-wrapper {
    height: 80vh;
  }
  
  .content-wrapper {
    margin-top: 0;
  }
  
  .hero-slider-section .hero-heading {
    font-size: 2rem;
  }
  
  .hero-slider-section .hero-title {
    font-size: 1rem;
  }
}


.news-item-title,
.news-item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item-description {
  white-space: normal;
}

.news-item {
  display: block;
  margin-bottom: 30px;
}

.three-col-news-component .news-item {
  text-decoration: none;
  color: #333333;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 35px;
}

.three-col-news-component .news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.three-col-news-component .news-item-image {
  height: 200px;
  overflow: hidden;
}

.three-col-news-component .news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-col-news-component .bottom-wrapper .news-search {
  width:50%;
  float:left;
}
.three-col-news-component .bottom-wrapper .news-search .input-group>.form-control{
  border-radius:35px !important;
}
.three-col-news-component .bottom-wrapper .news-search .input-group {
  width: 84%;
}
.three-col-news-component .bottom-wrapper .go-to-button {
  width:50%;
  float:right;
  text-align:right;
}
.three-col-news-component .news-item-title {
  font-size: 18px;
  font-weight: 600;
  margin: 15px;
}

.news-item-content {
  background-color: #23899C;
  color: #FFFFFF;
  min-height: 350px;
  position: relative;
}

.three-col-news-component .news-item-description {
  font-size: 14px;
  margin: 0 15px 15px;
}

.three-col-news-component .news-item-content::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-LtBlue-Arrow-Icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.three-col-news-component .btn {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.three-col-news-component .go-to-button .btn::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-White-Arrow-Icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: -4px;
}

.three-col-news-component .btn:hover {
  background-color: transparent;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .three-col-news-component {
    padding: 30px 15px; 
  }

  .three-col-news-component h5 {
    font-size: 28px; 
    margin-bottom: 30px;
  }

  .three-col-news-component .col-lg-4 {
    padding: 0 10px; 
  }

  .three-col-news-component .news-item {
    margin-bottom: 20px;
  }

  .three-col-news-component .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

/* Component - News Page */
.news-filters button:first-child {
  font-size:18px;
  font-weight: 600;
  color:#4F4A53;
}
/* Component - One Column Blue*/
.blue-one-column {
  background-color: #013842;
  color: #ffffff;
  padding: 75px 20px;
  text-align: center;
}
.blue-one-column h2, .blue-one-column h3, .blue-one-column h4, .blue-one-column h5, .blue-one-column h6 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.blue-one-column p {
  font-weight: 500;
  font-size: 1.25rem;
  max-width: 800px;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.blue-one-column ul {
	text-align: center;
	list-style: inside;
	margin-bottom: 30px;
}
.blue-one-column ul li {
	font-weight: 500;
	font-size: 1.25rem;
}
.blue-one-column .btn-outline-light {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1rem;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blue-one-column .btn-outline-light::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-White-Arrow-Icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: -4px;
}
.blue-one-column .btn-outline-light:hover {
  background: transparent;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .blue-one-column {
    padding: 50px 15px; 
  }

  .blue-one-column h2, .blue-one-column h3, .blue-one-column h4, .blue-one-column h5, .blue-one-column h6 {
    font-size: 1.5rem; 
  }

  .blue-one-column p {
    font-size: 1rem; 
    margin-bottom: 20px; 
  }

  .blue-one-column .btn-outline-light {
    font-size: 0.875rem;
    padding: 8px 16px; 
  }
}

@media (min-width: 768px) {
  .blue-one-column h2, .blue-one-column h3, .blue-one-column h4, .blue-one-column h5, .blue-one-column h6 {
    font-size: 1.75rem; 
  }

  .blue-one-column p {
    font-size: 1.125rem;
  }

  .blue-one-column .btn-outline-light {
    font-size: 1rem; 
  }
}

@media (min-width: 992px) {
  .blue-one-column {
    padding: 75px 20px; 
  }

  .blue-one-column h2, .blue-one-column h3, .blue-one-column h4, .blue-one-column h5, .blue-one-column h6 {
    font-size: 2rem; 
  }

  .blue-one-column p {
    font-size: 1.25rem; 
  }

  .blue-one-column .btn-outline-light {
    font-size: 1rem; 
    padding: 10px 20px; 
  }
}
/* END Component - One Column Blue */
.two-col-icons {
  padding:6rem 0;
}
.two-col-icons h2, .two-col-icons h3, .two-col-icons h4, .two-col-icons h5, .two-col-icons h6 {
   color:#208093;
   font-size:22px;
   font-weight: 600;
}
.two-col-icons .col .card {
  border:0;
}
.two-col-icons .col .card .card-body p span {
  font-weight:600 !important;
  font-size:16px;
  color:#4F4A53
}
@media (max-width: 768px) {
  .two-col-icons h2, .two-col-icons h3, .two-col-icons h4, .two-col-icons h5, .two-col-icons h6 {
    color: #208093;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
  }
  .two-col-icons {
    padding:2rem 0;
  }
}

.blue-testimonial {
  background-color: #074A5F;
  padding:100px 0;
}
.blue-testimonial p {
  color:#fff;
  font-size:30px;
  max-width: 750px;
  font-weight: 600;
  margin: 0 auto 2.5rem;
  line-height: 45px;
}
.blue-testimonial h4 {
  color:#fff;
  font-size:24px;
  font-weight: 600;
}
/* Component - Two Column w/ Image */
.two-col-component {
  background-color: #013842;
  position: relative;
  padding: 0;
  margin:3rem 0;
}

.two-col-component .image-column {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: center;
}

.two-col-component .overflow-image {
  width: 100%;
  height: auto;
  display: block;
}

.two-col-component h2,
.two-col-component h3,
.two-col-component h4,
.two-col-component h5,
.two-col-component h6 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.two-col-component p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
  max-width:500px;
}

.two-col-component .btn-primary {
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.two-col-component .btn-primary::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
}

.two-col-component .btn-primary.blue-color::after {
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon.png');
}

.two-col-component .btn-primary.white-color::after {
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-White-Arrow-Icon.png');
}

.two-col-component .btn-primary.lt-blue::after {
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-LtBlue-Arrow-Icon.png');
}

.two-col-component .row {
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch !important;
  border-radius: 45px;
  overflow: auto;
}

.two-col-component .col-lg-6 {
  padding: 0;
}

.two-col-component .content-column-right, .two-col-component .content-column-left {
  padding-left: 70px;
  padding-right:70px;
  overflow: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.two-col-component .content-column-left {
  padding-right: 70px;
  padding-left: 70px;
}

@media (min-width: 992px) and (max-width: 1200px) {
.two-col-component h2, .two-col-component h3, .two-col-component h4, .two-col-component h5, .two-col-component h6 {
  font-size: 20px;
}
.two-col-component p {
  font-size: 16px;
}
}
@media (max-width: 991px) {
  .two-col-component .image-wrapper-left,
  .two-col-component .image-wrapper-right {
    margin-left: 0;
    margin-right: 0;
  }

  .two-col-component .row {
    flex-direction: column; 
  }

  .two-col-component .image-column {
    order: -1; 
  }

  .two-col-component .col-lg-6 {
    margin-bottom: 0;
  }
.two-col-component .btn-primary {
  font-size:16px;
}
.two-col-component h2, .two-col-component h3, .two-col-component h4, .two-col-component h5, .two-col-component h6 {
    font-size: 26px;
}
  .two-col-component .content-column-right,
  .two-col-component .content-column-left {
    padding: 2rem;
  }
  .benefits-section .section-content {
padding-top:1rem;
    padding-left: 0 !important;
}
}

@media (max-width: 576px) {
  .two-col-component h2 {
    font-size: 1.8rem;
  }

  .two-col-component p {
    font-size: 1rem;
  }
  .two-col-component .col-lg-6 {
    margin-bottom:0;
  }

}

/* END Component - Two Column w/ Image */
.hero-section.news-list {
  padding: 150px 0 50px 0;
}
.hero-section.news-list .news-filters {
  margin:0 auto;
}
.hero-section.news-list .news-filters span {
  font-size:18px;
  font-weight:600;
  color:#fff;
  margin-right:0.75rem;
}
.hero-section.news-list .news-filters .btn-outline-primary {
margin: 0 10px;
cursor: pointer;
color: #0BCACF;
font-weight: 600;
text-decoration: underline;
border:0;
padding:0 10px;
}
.hero-section.news-list .news-filters .btn-outline-primary:focus, .hero-section.news-list .news-filters .btn-outline-primary:hover, .hero-section.news-list .news-filters .btn-outline-primary.btn-primary, .hero-section.news-list .news-filters .btn-outline-primary.btn-primary:hover, .hero-section.news-list .news-filters .btn-outline-primary.btn-primary:focus {
  background-color: #23899C !important;
  border-radius: 10px;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding:5px 10px;
  margin:0;
  text-transform: capitalize;
}

.news-detail .post-title {
  font-size: 30px;
  color: #013842;
  text-align: center;
  font-weight: 600;
}
.news-detail .post-meta {
  font-size: 20px;
  color: #707070;
    text-align: center;
  margin-bottom:3rem;
}
.news-detail .post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}
.news-detail .post-content p {
  font-size: 18px;
}
.news-detail .post-navigation {
  width:100%;
}
.news-detail .post-navigation .prev-btn {
  float:left;
}
.news-detail .post-navigation .next-btn {
  float:right;
}
.news-detail .post-navigation .prev-btn:before, section.general-content .btn-primary:before {
  content: '';
  background-image: url(/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon-Left.png);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.general-content ul li::marker {
  color:#fff;
}
.general-content ul.blue-marker li::marker {
  color:#208093;
}
.section.general-content .btn-primary:hover, .section.general-content .btn-primary:focus {
  text-decoration: underline;
}
section.general-content .btn-primary.right-arrow {
  padding: 0;
}
section.general-content .btn-primary.right-arrow:before {
  content: '';
  background: none;
  margin:0;
  width:0;
  height:0;
}
.general-content ul li, .iub_header h1.title {
  color:#fff;
}
.card.h-100 .card-body .post-date {
  display:block;
  margin-bottom:1rem;
}
section.general-content .btn-primary.right-arrow:hover, section.general-content .btn-primary.right-arrow:focus {
  text-decoration: underline;
}
.news-detail .post-navigation .next-btn:after, section.general-content .btn-primary.right-arrow:after {
    content: '';
    background-image: url('/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon.png');
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-bottom: -4px;
}
.news-detail .post-navigation .btn, section.general-content .btn-primary {
  border: 0;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding-left: 1rem;
  font-weight: 600;
  color: #23899C;
  text-transform: uppercase;
  text-decoration: none;
}
.news-detail .post-navigation .btn:hover {
  background:transparent;
  text-decoration: underline;
}

/* Three Column w/ Blue Background */
.three-col-component-blue {
  background-color: #f8f9fa;
  position: relative;
  padding-top: 0 !important;
}

.three-col-component-blue .col {
  text-align: center;
}

.three-col-component-blue .col .wysiwyg-block {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333333;
}

.three-col-component-blue h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #007680;
  margin-bottom: 30px;
  text-align: center;
}

.three-col-component-blue .btn-primary {
  background-color: #007680;
  border-color: #007680;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-top: 20px;
}

.three-col-component-blue .btn-primary:hover {
  background-color: #005c5c;
  border-color: #005c5c;
  color: #ffffff;
}

.three-col-component-blue .arrow {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .three-col-component-blue .col {
    margin-bottom: 30px;
  }
  .general-content {
    padding: 10px 0 !important;
}
}

@media (max-width: 576px) {
  .three-col-component-blue h2 {
    font-size: 1.8rem; 
  }

  .three-col-component-blue .wysiwyg-block {
    font-size: 1rem; 
  }
}

.page-template-news-events .hero-section.news-list,
.search-results .hero-section.news-list {
    position: relative;
}
.page-template-news-events .bg-primary,
.search-results .bg-primary {
    background-color: #003842 !important;
}
.page-template-news-events .text-primary,
.search-results .text-primary {
    color: #074A5F !important;
}
.page-template-news-events .btn-primary,
.search-results .btn-primary {
    background-color: #074A5F;
    border-color: #074A5F;
}
.page-template-news-events .btn-primary:hover,
.search-results .btn-primary:hover {
    background-color: #053545;
    border-color: #053545;
}
.page-template-news-events .filter-button,
.search-results .filter-button {
    cursor: pointer;
}
.page-template-news-events .post-item,
.search-results .post-item {
    transition: all 0.3s;
    padding: 0 !important;
    margin: 2rem 0;
}
.page-template-news-events .post-item .container,
.search-results .post-item .container, .news-article-wrapper, .publication-header .container {
    border-radius:35px;
    background-color: #fff;
    padding:4rem;
}
.publication-header .container a:hover {
text-decoration: underline;
}
.page-template-news-events .post-title a,
.page-template-news-events a.read-more,
.search-results .post-title a,
.search-results a.read-more {
    color: #23899C;
    font-weight: 600;
    padding: 1.5rem 0;
    display: block;
}

.page-template-news-events a.read-more:hover,
.search-results a.read-more:hover, .page-template-news-events .post-title a:hover, .page-template-news-events a.read-more:hover {
  text-decoration: underline !important;
}
.page-template-news-events .post-date,
.search-results .post-excerpt,
.search-results .post-date {
    color:#4F4A53;
}
.page-template-news-events .search-form .form-control,
.search-results .search-form .form-control {
    border-radius: 4px 0 0 4px;
    border: 2px solid #074A5F;
    height: 46px;
}

.page-template-news-events .search-form .search-btn,
.search-results .search-form .search-btn {
    border-radius: 0 4px 4px 0;
    background-color: #0BCACF;
    color: #fff;
    border: 2px solid #0BCACF;
    font-weight: 600;
    height: 46px;
    transition: all 0.3s;
}

.page-template-news-events .search-form .search-btn:hover,
.search-results .search-form .search-btn:hover {
    background-color: #09a8ac;
    border-color: #09a8ac;
}
.general-content .col-lg-10 hr {
  color: #0BCACF;
  height:2px;
}
/* Search results specific styling */
.search-results .search-query-text {
    font-size: 1.2rem;
    color: white;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 20px;
}

.search-results .back-to-news {
    margin-bottom: 15px;
    color: white;
    border-color: white;
}

.search-results .back-to-news:hover {
    background-color: white;
    color: #074A5F;
}

/* Pagination styling */
.page-template-news-events .pagination-container ul,
.search-results .pagination-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-template-news-events .pagination-container li,
.search-results .pagination-container li {
    margin: 0 5px;
}

.page-template-news-events .pagination-container li a,
.page-template-news-events .pagination-container li span,
.search-results .pagination-container li a,
.search-results .pagination-container li span {
    display: block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
}

.page-template-news-events .pagination-container li a:hover,
.search-results .pagination-container li a:hover {
    background-color: #074A5F;
    color: white;
}

.page-template-news-events .pagination-container li span.current,
.search-results .pagination-container li span.current {
    background-color: #fff;
    color: #074A5F;
}

/* No results styling */
.page-template-news-events .search-no-results h2,
.search-results .search-no-results h2 {
    color: #074A5F;
    margin-bottom: 1rem;
}
/* 404 */
.four-o-four .display-1 {
  font-size: 6rem;
  font-weight: 700;
}



.single-col-image-slider {
    padding: 60px 0;
}

.single-col-image-slider .carousel {
    max-width: 800px;
    margin: 0 auto;
}

.single-col-image-slider .image-wrapper {
    text-align: center;
}

.single-col-image-slider .img-fluid {
    object-fit: contain;
        width: 100%;
}

.single-col-image-slider .carousel-inner{
  border-radius:35px;
}
.single-col-image-slider .carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* Ensure sliding works properly */
.single-col-image-slider .carousel.slide .carousel-item {
    transition: transform 0.6s ease-in-out;
}
/* Testimonials */
#testimonialCarousel .col-lg-5.col-12 {
  position:relative;
}

.testimonial-carousel {
  background-color: #003842;
  color: #ffffff;
  padding: 6rem 0;
}

.testimonial-carousel h2,
.testimonial-carousel h3,
.testimonial-carousel h4,
.testimonial-carousel h5,
.testimonial-carousel h6 {
  font-size: 30px;
  color: #0BCACF;
  font-weight: 600;
}

.testimonial-carousel .testimonial-card {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  margin: 15px auto;
  max-width: 400px;
}

.testimonial-carousel .carousel-control-next-icon,
.testimonial-carousel .carousel-control-prev-icon {
  background-image: url('/wp-content/themes/Crinetics/images/Carousel-Icon-Right.png');
  width: 1.5rem;
  height: 2.5rem;
}

.testimonial-carousel .carousel-control-prev-icon {
  background-image: url('/wp-content/themes/Crinetics/images/Carousel-Icon-Left.png');
}

.testimonial-carousel .carousel-item .col-lg-5 {
  padding: 0 50px 0 0;
}
.carousel-item .col-lg-5.col-12 {
    display: flex;
    flex-direction: column;
}

.testimonial-text {
    margin-bottom: 1rem;
}

.testimonial-bottom {
    margin-top: auto;
    flex-shrink: 0;
}
.testimonial-carousel .carousel-item .col-lg-5 .side-panel {
  padding-left: 25px;
  border-left: 1px solid #0CCACF;
  margin-top:17px;
}

.testimonial-carousel .carousel-item p span {
  font-size: 24px;
  font-weight: 600;
}

.testimonial-carousel .carousel-item p.testimonial-role {
  font-weight: 600;
}

.testimonial-carousel .testimonial-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.testimonial-carousel .testimonial-image {
  width:150px;
  height:150px;
}
.testimonial-carousel .testimonial-author {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.testimonial-carousel .testimonial-role {
  font-size: 1rem;
  color: #d1d1d1;
}

.testimonial-carousel .carousel-navigation {
  position: relative;
  margin: 35px 0 20px;
}

.testimonial-carousel .carousel-indicators {
  top: 20px;
}

.testimonial-carousel .carousel-indicators [data-bs-target] {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 0;
}

.testimonial-carousel .carousel-indicators button:nth-of-type(5),
.testimonial-carousel .carousel-indicators button:nth-of-type(6),
.testimonial-carousel .carousel-indicators button:nth-of-type(7),
.testimonial-carousel .carousel-indicators button:nth-of-type(8) {
  display: none;
}

.testimonial-carousel .carousel-control-next {
  right: 36%;
  padding-top:25px;
}

.testimonial-carousel .carousel-control-prev {
  left: 36%;
  padding-top:25px;
}
@media (max-width: 991px) {
  .testimonial-carousel .carousel-indicators button:nth-of-type(5),
.testimonial-carousel .carousel-indicators button:nth-of-type(6),
.testimonial-carousel .carousel-indicators button:nth-of-type(7),
.testimonial-carousel .carousel-indicators button:nth-of-type(8) {
  display: block;
}
.testimonial-carousel .carousel-item .col-lg-5 {
    padding: 0;
}
.testimonial-carousel .carousel-item {
      padding: 0 1rem;
}
 .testimonial-carousel .carousel-control-next {
    right: 33%;
    padding-top:25px;
  }
    .testimonial-carousel .carousel-control-prev {
    left: 33%;
    padding-top:25px;
  }
}
@media (max-width: 768px) {
  .gray-one-column {
    padding: 32px !important;
  }
  .gray-one-column .container {
    padding: 50px 32px !important;
}
  .testimonial-carousel {
    padding:2rem 0;
  }
  .testimonial-carousel .carousel-item .col-lg-5 {
    padding: 15px;
  }
 .testimonial-carousel .carousel-control-next {
    right: 28%;
  }
    .testimonial-carousel .carousel-control-prev {
    left: 28%;
  }
  .testimonial-carousel h2,
  .testimonial-carousel h3,
  .testimonial-carousel h4,
  .testimonial-carousel h5,
  .testimonial-carousel h6 {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
  }
  .testimonial-carousel .carousel-item p span {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
 .testimonial-carousel .carousel-control-next {
    right: 18%;
  }
    .testimonial-carousel .carousel-control-prev {
    left: 18%;
  }
}
/* Accordion */
.accordion-section {
  background-color: #003842;
  color: #fff;
  padding: 6rem 0;
  position: relative;
}
.accordion-section .container {
  background: #fff;
  border-radius: 35px;
  padding: 4.5rem 3rem;
  position: relative;
}
.accordion-section.with-background {
  color: white;
  background-color: #003842;
}
.accordion-section.with-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/themes/Crinetics/images/Blue-Background-Bottom.jpg');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.accordion-section h2,
.accordion-section h3,
.accordion-section h4,
.accordion-section h5,
.accordion-section h6 {
  padding-right: 4rem;
  font-weight: 600;
  font-size: 25px;
  color: #23899C;
}
.accordion-section .accordion-item {
  border-top: 1px solid #005B6D;
  border-bottom: 1px solid #005B6D;
  border-left: 0;
  border-right: 0;
  border-radius:0;
}
.accordion-section .accordion-button {
  font-weight: 600;
  font-size: 22px;
  padding: 1.3rem 0;
  background-color: #fff;
  color: #23899C;
  border: none;
  
}
.accordion-section .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "+";
  color: #208093;
  font-size: 35px;
  text-align: center;
  background-image: none;
  line-height: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-section .accordion-button:not(.collapsed)::after {
  content: "x";
  font-size: 25px;
}

.accordion-section .accordion-body {
  font-size: 18px;
  padding:0;
}

.accordion-section .accordion-body .btn-primary {
  color: #23899C;
  font-weight: 700;
  text-decoration: none;
  margin: 0.5rem 0 2rem;
}

.accordion-section .accordion-body .btn-primary:after {
  background-image: url(/wp-content/themes/Crinetics/images/Crinetics-White-Arrow-Icon.png);
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: -4px;
}
.accordion-section .accordion-body .btn-primary:hover, .accordion-section .accordion-body .btn-primary:focus {
  text-decoration: underline;
}
.accordion-section .accordion-body a {
  text-decoration: underline;
  color: #FFB35B;
  font-size: 18px;
}

.accordion-section .row {
  display: flex;
  align-items: flex-start !important;
}

.accordion-section .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.accordion-section .left-title {
  margin-top: 0;
}

.accordion-section .accordion-button:hover {
  opacity:0.7;
}

.accordion-section .accordion-button:focus {
  box-shadow: none;
}

.accordion-section .accordion-item .accordion-body p {
  color: #4F4A53;
}

@media (max-width: 768px) {
  .accordion-section {
    padding: 4rem 1rem;
  }

  .accordion-section h2,
  .accordion-section h3,
  .accordion-section h4,
  .accordion-section h5,
  .accordion-section h6 {
    font-size: 20px;
    padding-right: 1rem;
  }

  .accordion-section .accordion-button {
    font-size: 18px;
    padding: 1rem 0;
  }

  .accordion-section .accordion-button::after {
    font-size: 28px;
  }

  .accordion-section .accordion-body {
    font-size: 16px;
  }

  .accordion-section .accordion-body .btn-primary {
    font-size: 14px;
    padding: 8px 12px;
  }

  .accordion-section .accordion-body a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .accordion-section {
    padding: 3rem 1rem;
  }

  .accordion-section h2,
  .accordion-section h3,
  .accordion-section h4,
  .accordion-section h5,
  .accordion-section h6 {
    font-size: 18px;
    padding-right: 0.5rem;
  }

  .accordion-section .accordion-button {
    font-size: 16px;
    padding: 0.8rem 0;
  }

  .accordion-section .accordion-button::after {
    font-size: 24px;
  }

  .accordion-section .accordion-body {
    font-size: 14px;
  }

  .accordion-section .accordion-body .btn-primary {
    font-size: 12px;
    padding: 6px 10px;
  }

  .accordion-section .accordion-body a {
    font-size: 14px;
  }
}
.benefits-section {
  padding: 35px 0;
  border-top: 2px solid #e0e0e0;
  font-family: Arial, sans-serif;
}

.benefits-section .section-title {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}

.benefits-section .section-content {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding-left:6rem;
}
.benefits-section .section-content.short-text {
  padding-left:0;
}
.benefits-section .section-content.long-text {
  padding-left:6rem;
}
.benefits-section .section-content p {
  margin-bottom: 0.75rem;
  font-size:18px;
  line-height: 32px;
}
.img-fluid.overflow-image.Yes {
  border-radius:35px;
}
.benefits-section .section-content ul {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.benefits-section .section-content ul li {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
}

.expertise-section {
  background-color: #004c61;
  position: relative;
  padding-bottom: 80px;
}

.expertise-section .section-title {
  font-weight: 500;
  line-height: 1.4;
}

.vertical-nav-wrapper {
  position: relative;
  margin-top: 60px;
  padding-top: 30px;
}

.vertical-nav-item {
  display: inline-block;
  text-decoration: none;
  color: white;
  position: relative;
  padding: 0 10px;
  transition: color 0.3s ease;
  border-right: 2px solid #208093;
}

.vertical-nav-item:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* Blue Three Column */
.blue-three-col {
  background-color: #004050;
  color: white;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.blue-three-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/Crinetics/images/Blue-Background-Top.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.blue-three-col .container {
  position: relative;
  z-index: 2;
}
.blue-three-col .section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: white;
  font-weight: 600;
}
.blue-three-col .row {
  margin-bottom: 40px;
}
.blue-three-col h2 {
  font-size: 1.4rem;
}
.blue-three-col .content-box {
  background-color: rgba(10, 123, 142, 0.8);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease;
  text-align: center;
}

.blue-three-col .content-box:hover {
  transform: translateY(-5px);
}

.blue-three-col .content-box h3,
.blue-three-col .content-box h4 {
  color: white;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.blue-three-col .content-box p {
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.blue-three-col .content-box ul {
  text-align: left;
  padding-left: 20px;
  list-style: none;
}

.blue-three-col .content-box ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
  .three-column-component.partners img {
    max-width:100%;
  }
.blue-three-col .content-box ul li:before {
  content: "•";
  color: white;
  position: absolute;
  left: 0;
}
.blue-three-col .button-container {
  text-align: center;
}
.blue-three-col .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #013842;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.blue-three-col .cta-button::after {
  background-image: url(/wp-content/themes/Crinetics/images/Crinetics-White-Arrow-Icon.png);
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: -4px;
}
.blue-three-col .cta-button:hover {
  background-color: #0c8ea4;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .blue-three-col .col-lg-4 {
      margin-bottom: 30px;
  }
  
  .blue-three-col .col-lg-4:last-child {
      margin-bottom: 0;
  }
}
.vertical-text {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Fallback for Internet Explorer */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vertical-text {
    writing-mode: initial;
    text-orientation: initial;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left top;
    position: absolute;
    width: 160px;
    left: 50%;
    top: 0;
  }
}
@media (max-width: 1300px) {

    .three-column-component.partners {
    padding:12px !important;
  }
}
/* Responsive adjustments */
@media (max-width: 900px) {
  .vertical-nav-wrapper {
    overflow-x: auto;
    padding-bottom: 15px;
  }
  
  .vertical-nav-item {
    padding: 0 8px;
    height: 140px;
  }
}

@media (max-width: 767.98px) {
  .vertical-nav-item {
    height: 120px;
  }
  
  .vertical-text {
    font-size: 12px;
  }
}

/* Safari specific fix */
@supports (-webkit-touch-callout: none) {
  .vertical-text {
    -webkit-writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
  }
}
/* General Content */
.general-content {
	margin: 0;
	padding: 100px 0;
}
.general-content p {
  font-size:18px;
  line-height: 28px;
  color:#fff;
}
.general-content h2, .general-content h3, .general-content h4, .general-content h5, .general-content h6 {
  color:#fff;
  font-size:30px;
  font-weight: 600;
  margin:3rem 0 1.5rem;
}
.general-content a, .post-content a {
  font-size:18px;
  line-height: 28px;
  color: #208093 !important;
  text-decoration: underline;
  font-weight:600;
}
.general-content a.arrows {
  font-size:18px;
  line-height: 28px;
  color: #fff !important;
  text-decoration: underline;
  font-weight:600;
}
.general-content a.arrows:after {
 content: '>>';
    display: inline-block;
    padding-left: 5px;
    text-decoration: underline;
}
.general-content ul li {
  font-size: 18px;
  line-height: 28px;
  margin:1.5rem;
}
.general-content a:hover, .general-content a:focus, .post-content a:hover, .post-content a:focus {
  text-decoration: underline;
}
.hero-section + .general-content {
	padding-top: 0;
}
/* section.general-content .btn-primary{
  background: none;
  color: #208093;
  border: 2px solid #FFB35B;
  padding: 10px 20px;
}
section.general-content .btn-primary:hover {
  background-color: #FFB35B !important;
  color: #fff;
} */
section.general-content .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* Gray One Colmun */
.gray-one-column {
  padding: 130px 0;
  background-color: #003842;
  color: white;
  background-image: url(/wp-content/themes/Crinetics/images/Blue-Page-Bottom.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.gray-one-column .container {
  background: rgba(35, 137, 156, 0.8);
  border-radius:35px;
  padding: 70px 32px;
  margin:0 auto;
}
.gray-one-column p {
  font-size: 40px;
  max-width: 750px;
  font-weight: 600;
  margin: 0 auto 1rem;
  line-height: 45px;
}

.gray-one-column .btn-primary {
  text-decoration: none;
    border: none;
    background: #0BCACF;
    padding: 0.75rem 3.5rem 0.75rem 1.5rem !important;
    font-size: 18px;
    border-radius: 35px;
    font-weight: bold;
    color: #013842;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.gray-one-column .btn-primary:hover, .gray-one-column .btn-primary:focus {
  text-decoration: underline;
  background: #0BCACF !important;
}
.page-template-news-events a.read-more:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon-Left.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
margin-bottom: 4px;
    transform: rotate(180deg);
}
@media (max-width: 1240px) {
  .gray-one-column {
    padding: 80px 20px;
  }
}
/* Media Query for Tablets */
@media (max-width: 768px) {
  .gray-one-column {
    padding: 100px 20px;
    background-position: center center;
    background-size: cover;
  }
  .gray-one-column p {
    font-size: 30px;
    line-height: 38px;
    max-width: 100%;
  }
  .gray-one-column .btn-primary {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 480px) {
  .gray-one-column {
    padding: 80px 15px;
    background-position: center top;
  }

  .gray-one-column p {
    font-size: 24px;
    line-height: 32px;
  }

  .gray-one-column .btn-primary {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.gform_confirmation_message_33.gform_confirmation_message {
      color: #fff;
    font-size: 18px;
}
.btn.btn-primary.apply {
background-color: #fff;
    color: #013842;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 35px;
}
.btn.btn-primary.apply:hover, .btn.btn-primary.apply:focus {
text-decoration: underline;
background-color: #fff !important;
opacity:.7;
}
#contact_form {
    scroll-margin-top: 250px;
}
.title-with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-icon {
  max-width: 60px;
  height: auto;
  margin-right: 0.75rem;
}
.mt-section {
  margin-top: 100px;
}
.top-section {
  padding-top: 35px;
  border-top: 2px solid #e0e0e0;
}
.custom-alert-banner {
    z-index: 11111;
    position: relative;
}
.custom-alert-banner a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/themes/Crinetics/images/Crinetics-White-Arrow-Icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: -4px;
}
.custom-alert-banner a:hover, .custom-alert-banner a:focus {
  text-decoration: underline;
}
/* Contact Section Styles */
.contact-section .contact-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}
.contact-section .contact-info a, .contact-form-content a {
  color: #208093;
}
.contact-section .contact-info a:hover, .contact-section .contact-info a:focus, .contact-form-content a:hover, .contact-form-content a:focus {
color:#707070;
}
.contact-section .separator {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
.contact-form-content input[type="submit"] {
  background: #4F4A53 !important;
}
.contact-form-content input[type="submit"]:hover, .contact-form-content input[type="submit"]:focus {
  opacity:0.7 !important;
}
.contact-section .contact-link {
  color: #007bff;
  text-decoration: none;
}

.contact-section .contact-link:hover {
  text-decoration: underline;
}

.contact-section .contact-form .form-control {
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
}

.contact-section .contact-form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.25rem rgba(38, 143, 255, 0.25);
}

.contact-section .contact-form .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 5px;
}

.contact-section .contact-form .btn-primary {
  background-color: #007bff;
  border: none;
}

.contact-section .contact-form .btn-primary:hover {
  background-color: #0056b3;
}
.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

/* Styling for the form fields */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"] {
    width: 100%;
    display: inline-block;
    border: 1px solid #eaeaea;
    color: #333;
    padding: 10px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus {
    border-color: #FFB35B;
}
.wpcf7 textarea {
    width: 100%;
    border: 1px solid #eaeaea;
    color: #333;
    padding: 10px;
    height: 50px;
}
.wpcf7 textarea:focus {
    border-color: #FFB35B;
}
.wpcf7 input[type="submit"] {
    background: none;
    color: #208093;
    border: 2px solid #FFB35B;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}
.wpcf7 input[type="submit"]:hover {
    background: #FFB35B;
    color: #fff;
}
@media (max-width: 768px) {
  .contact-section .col-lg-4,
  .contact-section .col-lg-8 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
      width: 100%;
      margin: 0 0 20px 0;
  }
}
.hero-section.research-list {
  padding: 100px 0 50px;
  position: relative;
  color: white;
}

.hero-section.research-list h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-section.research-list .text-center {
  margin:0 auto;
}

.research-filters {
  width:100%;
  margin-top: 20px;
}

.drug-type-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-button {
  margin: 5px;
  transition: all 0.3s ease;
  border-radius: 20px;
  border: 0;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
}
.filter-button:hover {
  border-radius: 20px;
}
.filter-button.btn-primary, .hero-section.news-list .news-filters .filter-button.btn-primary {
  background-color:#23899C !important;
  border-radius: 10px;
}
.filter-button.btn-primary{
  text-decoration: none;
  text-transform: inherit;
}
.search-bar .search-form {
  position: relative;
}
.search-results-section h2, .search-info {
  color:#fff !important;
}
.search-bar .search-btn, .three-col-news-component .btn, .page-template-news-events .search-form .search-btn, .search-results .search-form .search-btn {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: 20px !important;
  border-color: #0FCACF;
  font-size:18px;
  margin-left: 0.5rem !important;
}
.search-bar .search-btn:hover, .three-col-news-component .btn:hover {
  background-color: #0FCACF;
}
.search-bar input {
  border-radius: 20px !important;
}
.research-publications-grid {
  padding: 20px 0 60px;
  background-color: #003842;
}

.drug-type-section {
  margin-bottom: 50px;
}

.drug-name {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}
.drug-name a {
  color:#fff;
}
.phase-header {
  color: white;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.publication-cards {
  display: flex;
  flex-wrap: wrap;
}
.publication-card {
  background-color: #fff;
  color: white;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease;
}
.publication-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.publication-card .congress-type-pill {
  color: #707070;
}
.search-suggestions, .search-no-results {
  color:#fff;
}
.card-year {
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: 600;
  color:#707070;
}
.card-title {
  color:#23899C;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
.card-title a {
  color: #23899C;
  text-decoration: none;
}
.card-authors {
  color:#707070;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.card-link .btn {
  border-color: white;
  color: white;
  border-radius: 34px;
  padding: 8px 10px;
  float: right;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.card-link .btn:hover {
  opacity:0.7;
}

.phase-1 .publication-card .card-link .btn,
.phase-1 .card-link .btn {
  background-color: #F5A64A;
  border-color: #F5A64A;
}

.phase-2 .publication-card .card-link .btn,
.phase-2 .card-link .btn {
  background-color: #A53268;
  border-color: #A53268;
}

.phase-3 .publication-card .card-link .btn,
.phase-3 .card-link .btn {
  background-color: #23899C;
  border-color: #23899C;
}
.phase-discovery .publication-card .card-link .btn,
.phase-discovery .card-link .btn {
  background-color: #0BCACF;
  border-color: #0BCACF;
}
.phase-pre-clinical .publication-card .card-link .btn,
.phase-pre-clinical .card-link .btn {
  background-color: #074A5F;
  border-color: #074A5F;
}
.oral-pth-antagonist .phase-pre-clinical .publication-card .card-link .btn,
.oral-pth-antagonist .phase-pre-clinical .card-link .btn {
  background-color: #F08080;
  border-color: #F08080;
}
.phase-general-research .publication-card .card-link .btn,
.phase-general-research .card-link .btn {
  background-color: #074A5F;
  border-color: #074A5F;
}
.phase-1 .publication-card .card-link .btn:hover,
.phase-1 .card-link .btn:hover, .phase-2 .publication-card .card-link .btn:hover,
.phase-2 .card-link .btn:hover, .phase-3 .publication-card .card-link .btn:hover,
.phase-3 .card-link .btn:hover  {
  opacity:0.7;
}
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 5px;
}
.icon-circle .arrow-icon {
  width: 15px;
  height: 15px;
  display: block;
  padding-top: .12rem;
}

.view-all-papers .btn {
  color: #fff;
  border:0;
  font-weight:600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.view-all-papers .btn:hover {
  background-color: #0e3344;
  color: white;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section.research-list h1 {
      font-size: 2rem;
  }
  
  .drug-type-filters {
      justify-content: center;
  }
  
  .publication-card {
      margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .hero-section.research-list h1 {
      font-size: 1.8rem;
  }
  
  .phase-header {
      font-size: 1rem;
      padding: 8px 15px;
  }
  
  .publication-card {
      padding: 15px;
  }
  
  .card-title {
      font-size: 1rem;
  }
}
.navbar-nav.topnav-mobile .chevron {
  display:block;
}
.article-detail .article-wrapper {
  padding:4rem;
  background: #fff;
  border-radius: 35px;
}
.article-detail .hero-header h1 {
  font-size:18px;
  font-weight:600;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.article-detail h2 {
  font-size:40px;
  color:#23899C;
  font-weight:500;
  text-align:center;
}
.article-detail .hero-header::after {
      height: 0;
    padding: 0;
    margin: 0 0 2rem;
}
/* Three Column */
.three-column-component, .two-column-component {
  background-color: #f5f5f5;
  padding: 6rem 0;
}
.two-column-component .column-inner {
  padding:0 3rem;
}
.three-column-component .section-title, .two-column-component .section-title {
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 30px;
}

.three-column-component .col-md-4, .two-column-component .col-md-6 {
  text-align: center;
}

.three-column-component .col-md-4 p.main-title, .two-column-component .col-md-6 p.main-title {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
}

.three-column-component .col-md-4 p.main-area, .two-column-component .col-md-6 p.main-area {
  font-size: 18px;
}

.three-column-component .icon {
  display: block;
  margin: 0 auto;
}

.three-column-component .btn-primary, .two-column-component .btn-primary {
  font-size: 18px;
  font-weight: 600;
}

.three-column-component .btn-primary.lt-blue:after,
.three-column-component .btn-primary.white-color:after, .two-column-component .btn-primary.lt-blue:after, .two-column-component .btn-primary.white-color:after { 
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.three-column-component .btn-primary.lt-blue:after, .two-column-component .btn-primary.lt-blue:after {
  background-image: url(/wp-content/themes/Crinetics/images/Crinetics-LtBlue-Arrow-Icon.png);
}

.three-column-component .btn-primary.white-color:after, .two-column-component .btn-primary.white-color:after {
  background-image: url(/wp-content/themes/Crinetics/images/Crinetics-White-Arrow-Icon.png);
}

.three-column-component .divider {
  margin: 0 auto;
  background-color: #01B8BE;
  height: 2px;
  width: 25%;
  margin-bottom: 2.2rem;
  display: block;
}

/* Media Query for Tablets */
@media (max-width: 768px) {
  .three-column-component {
    padding: 4rem 1rem;
  }

  .three-column-component .section-title {
    font-size: 24px;
  }

  .three-column-component .col-md-4 p.main-title, .two-column-component .col-md-6 p.main-title {
    font-size: 24px;
  }

  .three-column-component .col-md-4 p.main-area, .two-column-component .col-md-6 p.main-area {
    font-size: 16px;
  }

  .three-column-component .btn-primary, .two-column-component .btn-primary {
    font-size: 16px;
    padding: 8px 12px;
  }

  .three-column-component .divider {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .three-column-component, .two-column-component {
    padding: 3rem 1rem;
  }

  .three-column-component .section-title, .two-column-component .section-title {
    font-size: 20px;
  }

  .three-column-component .col-md-4 p.main-title, .two-column-component .col-md-6 p.main-title {
    font-size: 20px;
  }

  .three-column-component .col-md-4 p.main-area, .two-column-component .col-md-6 p.main-area {
    font-size: 14px;
  }

  .three-column-component .btn-primary, .two-column-component .btn-primary {
    font-size: 14px;
    padding: 6px 10px;
  }

  .three-column-component .divider {
    width: 50%;
  }
}

.three-column-component.partners {
  background-color: #013842;
  padding: 6rem 0;
}
.three-column-component.partners .col-md-4 {
  border:1px solid #0BCACF;
  border-radius:35px;
}
.three-column-component.partners .col-md-4 p.mt-3, .three-column-component.partners h2 {
  color:#fff;
}
.three-column-component.partners h2 {
  margin-bottom: 3rem !important;
}
.three-column-component.partners .blue-divider {
  height:1px;
  width: 90%;
  background-color:#0BCACF;
  margin:0 auto;
  display:block;
}
.three-column-component.partners .top-row, .three-column-component.partners .bottom-row {
  min-height:150px;
}

        .custom-spacing {
        display: flex !important;
        gap: 2rem;
    }
    
    .custom-spacing > .col-md-4 {
        flex: 1;
        max-width: none;
    }
.three-column-component.partners .top-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.three-column-component.partners .bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.two-column-logo {
    margin: 4rem 0;
}
.two-column-logo .row.align-items-center {
    background-color: #fff;
    border-radius: 35px;
    padding: 2rem;
}
.two-column-logo .row.align-items-center .col-md-6 {
  padding:2.5rem 1rem;
}
.two-column-logo .row.align-items-center .col-md-6:last-child{
    border-left: 1px solid #0BCACF;
}
.two-column-logo .row.align-items-center .col-md-6 .btn-outline-primary {
  border:1px solid #0BCACF;
  color:#3191a2;
  border-radius:35px;
  text-align:left;
  font-weight:600;
  padding:0.75rem;
  text-transform:uppercase;
  margin-bottom:1rem;
}
.two-column-logo .row.align-items-center .col-md-6 .btn-outline-primary:hover,.two-column-logo .row.align-items-center .col-md-6 .btn-outline-primary:focus {
  text-decoration:underline;
  background-color: #fff;
}
.two-column-logo a img {
  margin-left: 0.3rem;
    margin-top: -0.3rem;
}
.quote-testimonial-component {
    min-height: 400px;
    position: relative;
}


.quote-testimonial-component .section-heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.quote-testimonial-component .content-wrapper {
    display: flex;
    align-items: center;
    min-height: 300px;
    padding-right: 2rem;
    background-color:transparent;
}

.quote-testimonial-component .content-inner {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
}

.quote-testimonial-component .content-inner::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ffffff;
}

.quote-testimonial-component .content-inner p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.quote-testimonial-component .content-inner p:last-child {
    margin-bottom: 0;
    font-weight: 600;
    color: #2c5f5f;
}

.quote-testimonial-component .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.quote-testimonial-component .circular-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}

.quote-testimonial-component .circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .quote-testimonial-component .section-heading {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .quote-testimonial-component .content-wrapper {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .quote-testimonial-component .content-inner {
        padding: 2rem 1.5rem;
    }
    
    .quote-testimonial-component .content-inner::after {
        display: none;
    }
    
    .quote-testimonial-component .circular-image {
        width: 200px;
        height: 200px;
    }
    
    .quote-testimonial-component .image-wrapper {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .quote-testimonial-component .section-heading {
        font-size: 1.75rem;
    }
    
    .quote-testimonial-component .content-inner {
        padding: 1.5rem 1rem;
    }
    
    .quote-testimonial-component .circular-image {
        width: 180px;
        height: 180px;
    }
}

/* Additional styling for WYSIWYG content */
.quote-testimonial-component .content-inner h1,
.quote-testimonial-component .content-inner h2,
.quote-testimonial-component .content-inner h3,
.quote-testimonial-component .content-inner h4,
.quote-testimonial-component .content-inner h5,
.quote-testimonial-component .content-inner h6 {
    color: #2c5f5f;
    margin-bottom: 1rem;
}

.quote-testimonial-component .content-inner strong {
    color: #2c5f5f;
}

.quote-testimonial-component .content-inner blockquote {
    border-left: 4px solid #2c5f5f;
    padding-left: 1rem;
    margin: 1rem 0;
    font-style: italic;
}
.youtube-channel-component {
  background-color: #fff;
}
.youtube-channel-component .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.youtube-channel-component .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-channel-component .video-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.youtube-channel-component .video-card:hover {
    transform: translateY(-5px);
}

.youtube-channel-component .video-info {
    padding: 1rem;
}

.youtube-channel-component .video-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.youtube-channel-component .video-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

.youtube-channel-component .video-date {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .youtube-channel-component .row .col-md-6 {
        margin-bottom: 2rem;
    }
}

.youtube-accordion-component {
    background: #ffffff;
    min-height: 200px;
}

.youtube-accordion-component .section-heading {
    color: #013842;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.youtube-accordion-component .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.youtube-accordion-component .accordion-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.youtube-accordion-component .accordion-button {
    background: #fff;
    color: #333;
    border: none;
    padding: 1.5rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.youtube-accordion-component .accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: #2980b9;
    box-shadow: none;
}

.youtube-accordion-component .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(41, 128, 185, 0.1);
    border: none;
}

.youtube-accordion-component .accordion-button::after {
    display: none; /* Hide default Bootstrap arrow */
}

.youtube-accordion-component .accordion-title {
    flex-grow: 1;
color: #0BCACF;
}

.youtube-accordion-component .accordion-icon {
    width: 30px;
    height: 30px;
    color: #0BCACF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
}

.youtube-accordion-component .accordion-icon .icon-plus,
.youtube-accordion-component .accordion-icon .icon-minus {
    position: absolute;
    transition: all 0.3s ease;
    font-size: 35px;
}

.youtube-accordion-component .accordion-button.collapsed .accordion-icon .icon-plus {
    opacity: 1;
    transform: rotate(0deg);
    font-style: normal;
    font-size: 35px;
}

.youtube-accordion-component .accordion-button.collapsed .accordion-icon .icon-minus {
    opacity: 0;
    transform: rotate(90deg);
    font-style: normal;
    font-size: 35px;
}

.youtube-accordion-component .accordion-button:not(.collapsed) .accordion-icon .icon-plus {
    opacity: 0;
    transform: rotate(90deg);
}

.youtube-accordion-component .accordion-button:not(.collapsed) .accordion-icon .icon-minus {
    opacity: 1;
    transform: rotate(0deg);
}

.youtube-accordion-component .accordion-body {
    padding: 2rem;
    background: #fff;
}

.youtube-accordion-component .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.youtube-accordion-component .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .youtube-accordion-component .section-heading {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .youtube-accordion-component .accordion-button {
        padding: 1.25rem 1.5rem;
        font-size: 1.1rem;
    }
    
    .youtube-accordion-component .accordion-body {
        padding: 1.5rem;
    }
    
    .youtube-accordion-component .accordion-icon {
        width: 25px;
        height: 25px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .youtube-accordion-component .section-heading {
        font-size: 1.75rem;
    }
    
    .youtube-accordion-component .accordion-button {
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }
    
    .youtube-accordion-component .accordion-body {
        padding: 1.25rem;
    }
}

/* Animation for smooth transitions */
.youtube-accordion-component .accordion-collapse {
    transition: all 0.35s ease;
}

.youtube-accordion-component .accordion-item:last-child {
    margin-bottom: 0 !important;
}
.publications-component {
    min-height: 400px;
}

.publications-component .main-title {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 40px !important;
}

.publications-component .main-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.publications-component .section-heading {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.publications-component .publication-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.publications-component .publication-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.publications-component .card-tag {
    background: #f5f5f5;
    color: #666;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.publications-component .card-title {
    color: #23899C;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.publications-component .card-authors {
    color: #888;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.publications-component .card-footer {
    margin-top: auto;
    padding-top: 1rem;
}

.publications-component .btn-primary {
    background: var(--btn-color, #23899C);
    border: none;
    border-radius: 25px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    float:right;
}

.publications-component .btn-primary:hover {
    opacity:.7;
    background: var(--btn-color, #23899C) !important;
}

.publications-component .btn-primary svg {
    transition: transform 0.3s ease;
}

.publications-component .btn-primary:hover svg {
    transform: translate(3px, -3px);
}

.publications-component .section-group:not(:last-child) {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .publications-component .main-title {
        font-size: 2.2rem;
    }
    
    .publications-component .main-subtitle {
        font-size: 1rem;
        letter-spacing: 1px;
    }
    
    .publications-component .publication-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .publications-component .card-title {
        font-size: 1.2rem;
    }
    
    .publications-component .btn-primary {
        padding: 0.7rem 1.5rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .publications-component .main-title {
        font-size: 1.8rem;
    }
    
    .publications-component .publication-card {
        padding: 1.25rem;
    }
    
    .publications-component .card-title {
        font-size: 1.1rem;
    }
}

/* External Link Modal Styles - Scoped */
.external-link-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.external-link-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.external-link-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.external-link-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.external-link-modal .modal-close:hover {
  color: #333;
}

.external-link-modal .modal-content h2 {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.external-link-modal .modal-content p {
  margin: 0 0 25px 0;
  font-size: 16px;
  color: #666;
}

.external-link-modal .modal-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.external-link-modal .modal-buttons .btn {
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.external-link-modal .btn-continue {
  background-color: #ff7f3f;
  color: white;
}

.external-link-modal .btn-continue:hover {
  background-color: #e66f32;
}

.external-link-modal .btn-stay {
  background-color: #0da5a5;
  color: white;
}

.external-link-modal .btn-stay:hover {
  background-color: #0b8f8f;
}
/* Email Signup */
.email-signup {
  position: relative;
  width: 100%; 
  background-size: auto 228px; 
  background-repeat: no-repeat;
  background-position:left bottom;
  padding: 50px 0; 
  background-color: #023842 !important;
  background-image:url('/wp-content/themes/Crinetics/images/Email-Background.jpg') !important;
}
.email-signup h2, .email-signup h3, .email-signup h4, .email-signup h5, .email-signup h6 {
color:#fff;
font-size:36px;
margin-bottom: 2rem !important;
font-weight:500;
}
.email-signup .mb-4 {
  color:#fff;
  font-size:18px;
  margin: 2rem 0 !important;
}
.email-signup input.wpcf7-text::placeholder {
  color: #fff;
}
.email-signup-form input[type="text"] {
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin-bottom: 20px;
  background: transparent;
}
.email-signup-form input[type="text"]::placeholder {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.email-signup-form input[type="text"]:focus {
  border-bottom: 2px solid #007bff;
}
.email-signup-form input[type="submit"] {
  border: none;
  border-radius: 35px;
  background: #0BCACF;
  font-size: 18px;
  font-weight: bold;
  color: #013842;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
}
.email-signup-form input[type="submit"]::after {
  background-image: url(/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon.png);
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -4px;
}
.email-signup-form input[type="submit"]:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #208093;
  opacity:0.7;
}

.email-signup-form {
  max-width: 480px;
  margin: 0 auto;
}
.gform_heading {
  display: none !important;
}
/* Input field styles - this should already work */
.email-signup .gform-body.gform_body input[type="email"], 
.email-signup .gform-body.gform_body input[type="text"] {
    border: none;
    border-bottom: 1px solid #707070;
    outline: none;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    background: transparent;
    box-shadow: none;
    color: #fff;
}

.gform-theme--foundation .gform_footer.before,
.gform-theme--foundation .gform_footer.top_label,
.email-signup .gform_footer {
    position: relative;
}

.email-signup .ginput_container.ginput_container_consent .gform-field-label {
    color: #fff;
    text-align: left;
}

/* Submit button styles - targeting the actual Gravity Forms classes */
.email-signup .gform_footer .gform_button.button,
.email-signup .gform_footer input[type="submit"],
.email-signup .gform_button.button {
    border: none !important;
    background: #0BCACF !important;
    padding: 0.75rem 3.5rem 0.75rem 1.5rem !important;
    font-size: 18px !important;
    border-radius: 35px !important;
    font-weight: bold !important;
    color: #013842 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    box-shadow: none !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: #fff;
    opacity:0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity:1;
}
/* Arrow icon after submit button - targeting actual Gravity Forms structure */
.email-signup .gform_footer.before::after {
    background-image: url(/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon-Dark.png);
    content: '';
    width: 20px;
    height: 20px;
    right: 36%;
    top: 13px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.email-signup .gform_footer.top_label, .email-signup .gform_footer.before {
      width: 170px;
    margin: 2rem auto 0;
}
.email-signup .gform_footer.top_label::after, .email-signup .gform_footer.before::after {
    background-image: url(/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon-Dark.png);
    content: '';
    width: 20px;
    height: 20px;
    right: 27px;
    top: 13px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.email-signup .ginput_container_select select,
.email-signup .gfield_select {
    outline: none;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23707070'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    padding-right: 32px;
}
.gray-one-column .btn-primary::after {
    background-image: url(/wp-content/themes/Crinetics/images/Crinetics-Arrow-Icon-Dark.png);
    content: '';
    width: 20px;
    height: 20px;
    right: 20px;
    top: 17px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Submit button hover styles - targeting the actual Gravity Forms classes */
.email-signup .gform_footer .gform_button.button:hover,
.email-signup .gform_footer input[type="submit"]:hover,
.email-signup .gform_button.button:hover {
    text-decoration: underline !important;
    opacity: 0.7 !important;
}
.gray-one-column .btn-primary::after {
right: 20px;
    top: 17px;
}
#gform_33 input[type="submit"]:hover, #gform_37 input[type="submit"]:hover {
  text-decoration: underline;
  opacity:0.7;
}

/* COMPONENT - Timeline */
section.pipeline-area {
  padding: 60px 0;
}

section.pipeline-area .container {
  max-width: 1140px;
  padding: 0;
}

section.pipeline-area h2 {
  max-width: 800px;
  font-weight: 600;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
}

/* Navigation */
section.pipeline-area .vertical-nav-wrapper {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
section.pipeline-area .vertical-nav-wrapper.main-table {
  border-bottom: 0;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-right: 1px solid rgba(255, 255, 255, 0.2);
}
section.pipeline-area .vertical-nav-wrapper.main-table:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
}
section.pipeline-area .vertical-nav-item {
  padding: 0;
  color: #fff;
  border:0;
}
section.pipeline-area .vertical-text {
   padding: 0;
}
.vertical-nav-wrapper .col-auto:nth-of-type(1) {
  padding-left:1rem;
}
section.pipeline-area .vertical-text {
  white-space: nowrap;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  color: #fff;
}
/* Pagination styling for category pages */
.category-listing .pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    padding: 20px;
    border-radius: 12px;
}

.category-listing .pagination-wrapper ul,
.category-listing .pagination-wrapper .page-numbers {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-listing .pagination-wrapper li {
    margin: 0;
    display: inline-block;
}

.category-listing .page-numbers {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    margin: 0 5px;
    padding: 10px 15px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.category-listing .page-numbers.current {
    background-color: #ffffff;
    color: #2c5f5d;
    border-color: #ffffff;
}
.category-listing .page-numbers:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
}
.category-listing .page-numbers.current:hover {
    background-color: #ffffff;
    color: #2c5f5d;
}
.category-listing .page-numbers.dots {
    border: none;
    background: none;
    color: #ffffff;
    cursor: default;
}
.category-listing .page-numbers.dots:hover {
    background: none;
}
.category-listing .custom-pagination-container {
  text-align: center;
}
.category-listing .pagination-wrapper * {
    float: none !important;
    width: auto !important;
    display: inline-flex !important;
}
.category-listing .pagination-wrapper ul li {
    display: inline-block !important;
    width: auto !important;
}
section.pipeline-area .timeline-item {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}

section.pipeline-area .drug-info {
  color: #fff;
  padding: 0 0 8px 0;
}

section.pipeline-area .timeline-item .drug-name {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

section.pipeline-area .timeline-item .indication {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  opacity: 0.9;
}

/* Progress bar */
section.pipeline-area .progress-container {
  width: 100%;
  margin-bottom: 5px;
}

section.pipeline-area .progress {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  overflow: visible;
  position: relative;
}

section.pipeline-area .progress-bar {
  background-color: #20889c;
  border-radius: 0;
  height: 10px;
}

section.pipeline-area .stage-indicator {
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  color: #e09b00; 
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 5;
  display: inline-block;
}
.vertical-nav-wrapper.main-table {
border:0;
}
.vertical-nav-wrapper .col-auto {
    width:9%;
}
.vertical-nav-wrapper.main-table .col-auto {
  text-align: center;
  border-left:1px solid rgba(255, 255, 255, 0.2);
  min-height:70px;
}
.vertical-nav-wrapper.main-table .col-auto:last-child {
  border-right:1px solid rgba(255, 255, 255, 0.2);
}
.vertical-nav-wrapper.main-table .vertical-nav-item {
  display: flex;
  align-items: center;     
  min-height: 70px;           
}

.vertical-nav-wrapper.main-table .vertical-nav-item span {
    display: inline;
    align-items: center;
    width: 90%;
    font-size: 14px;
    font-weight: 600;
}
 .vertical-nav-wrapper.main-table {
    padding: 0 !important;
    margin: 0 !important;
  }
.vertical-nav-wrapper .col-auto:nth-of-type(1), .vertical-nav-wrapper .col-auto:nth-of-type(2) {
  width:18%;
      text-align: left;
      border:0 !important;
}
.pipeline-area {
  position:relative;
}
.pipeline-nav-fixed {
    position: fixed !important;
    top: 95px;
    z-index: 1000;
    background-color: #013842;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.pipeline-nav-fixed.hide {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}
.progress-columns-container {
  display: flex;
  align-items: center;
  min-height: 40px;
}

.progress-bar-container {
  position: relative;
  width: 100%;
  height: 40px;
}

.progress-bar-background {
  width: 100%;
  height: 100%;
  border: none !important;
}
.progress-bar-fill {
  height: 100%;
  background: transparent;
  border-radius: 25px;
  transition: width 0.3s ease-in-out;
  position: relative;
}

.progress-bar-fill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0bcacf;
  border-radius: 25px;
}
.pipeline-area .phase-dividers {
  display: none !important;
}
.pipeline-area .progress-columns-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
background: linear-gradient(
  to right,
  transparent 0%,
  transparent 36%,
  rgba(255, 255, 255, 0.2) 36%,
  rgba(255, 255, 255, 0.2) calc(36% + 1px),
  transparent calc(36% + 1px),
  transparent 45.14%,
  rgba(255, 255, 255, 0.2) 45.14%,
  rgba(255, 255, 255, 0.2) calc(45.14% + 1px),
  transparent calc(45.14% + 1px),
  transparent 54.29%,
  rgba(255, 255, 255, 0.2) 54.29%,
  rgba(255, 255, 255, 0.2) calc(54.29% + 1px),
  transparent calc(54.29% + 1px),
  transparent 63.43%,
  rgba(255, 255, 255, 0.2) 63.43%,
  rgba(255, 255, 255, 0.2) calc(63.43% + 1px),
  transparent calc(63.43% + 1px),
  transparent 72.57%,
  rgba(255, 255, 255, 0.2) 72.57%,
  rgba(255, 255, 255, 0.2) calc(72.57% + 1px),
  transparent calc(72.57% + 1px),
  transparent 81.71%,
  rgba(255, 255, 255, 0.2) 81.71%,
  rgba(255, 255, 255, 0.2) calc(81.71% + 1px),
  transparent calc(81.71% + 1px),
  transparent 90.86%,
  rgba(255, 255, 255, 0.2) 90.86%,
  rgba(255, 255, 255, 0.2) calc(90.86% + 1px),
  transparent calc(90.86% + 1px),
  transparent 100%,
  rgba(255, 255, 255, 0.2) 100%,
  rgba(255, 255, 255, 0.2) calc(100% + 1px),
  transparent calc(100% + 1px),
  transparent 100%
);
  pointer-events: none;
}
@media (max-width: 991px) {
  .progress-bar-container {
    margin: 0 5px;
  }
  
  .progress-bar-background {
    height: 22px;
    border-radius: 7px;
            margin-top: 10px;
  }
  
  .progress-bar-fill {
    border-radius: 7px;
  }
}

.progress-bar-fill {
  animation: progressBarFill 1s ease-out;
}

@keyframes progressBarFill {
  from {
    width: 0%;
  }
}

  .nav-placeholder {
    display: none;
  }
   .vertical-nav-wrapper.main-navigation .col-auto:nth-of-type(3), .vertical-nav-wrapper.main-navigation .col-auto:nth-of-type(4), .vertical-nav-wrapper.main-navigation .col-auto:nth-of-type(5), .vertical-nav-wrapper.main-navigation .col-auto:nth-of-type(6), .vertical-nav-wrapper.main-navigation .col-auto:nth-of-type(7), .vertical-nav-wrapper.main-navigation .col-auto:nth-of-type(8), .vertical-nav-wrapper.main-navigation .col-auto:nth-of-type(9) {
    text-align:center;
  }

  .vertical-nav-wrapper.main-navigation.pipeline-nav-fixed + .vertical-nav-wrapper.main-table {
      margin-top: 185px !important;
}

.gfield_required.gfield_required_text, .gform-theme--framework .gform_validation_errors .gform_submission_error, .gform-theme--framework .gfield_validation_message, .gform-theme--framework .gfield_validation_message, .gform-theme--framework .gform_validation_errors .gform-icon {
color: #F5A64A !important;
}
.gform-theme--framework .gform_validation_errors, .gform-theme--framework .gform_validation_errors .gform-icon  {
border-color: #F5A64A !important;
}
@media (min-width: 768px) {
  section.pipeline-area {
    padding: 80px 0;
  }

  section.pipeline-area h2 {
    font-size: 28px;
  }
  
  section.pipeline-area .vertical-text {
    font-size: 10px;
    writing-mode: horizontal-tb; 
  }
  
  
  section.pipeline-area .vertical-nav-wrapper .col-auto:last-child .vertical-nav-item {
    border-right: none;
  }

}
@media (max-width: 1200px) {
.vertical-nav-wrapper.main-table .vertical-nav-item span {
    font-size: 12px;
}
}

@media (max-width: 991px) {
.submit-wrapper {
    width: 100%;
    margin: 0 auto;
}
.progress-bar-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    right: 0px;
    bottom: 0;
    background: #0bcacf;
    border-radius: 25px;
    width: calc(100% + 2px);
}
.pipeline-area .progress-columns-container::before {
  display:none;
}

    section.pipeline-area .vertical-text {
    font-size: 10px;
    writing-mode: vertical-rl; 
    text-orientation: mixed;
    height: 50px;
  }
section.pipeline-area .vertical-nav-wrapper.main-table {
  border-bottom: 0;
      border-left: 0;
      border-right:0;
}

  .vertical-nav-wrapper.main-navigation {
    padding-top:8px;
    height: 145px;
    overflow: hidden;
  }
.vertical-nav-wrapper.pipeline-nav-fixed .col-auto {
  height:100px;
          overflow: hidden;
}
  .custom-spacing > .col-md-4 {
        flex: auto;
  }
section.pipeline-area .container {
  max-width: 1140px;
  padding: 0;

}
   .pipeline-nav-fixed {
   
         top: 29px !important;
    }
section.pipeline-area {
    padding: 60px 30px;
}
  section.pipeline-area h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .vertical-nav-wrapper .col-auto {
    width: 14%;
    text-align: right;
}
  .vertical-nav-wrapper {
padding-top:0;
  }
  .vertical-nav-wrapper.main-table .row.justify-content-between.g-0 .col-auto:nth-of-type(2) {
    padding-bottom:0.2rem;
  }
  .vertical-nav-wrapper.main-table .row.justify-content-between.g-0 {
    padding-top:1rem;
  }
  .vertical-nav-wrapper.main-table .col-auto {
    width: 14%;
}
  .vertical-nav-wrapper.main-table .col-auto, .vertical-nav-wrapper.main-table .vertical-nav-item {
height:auto;
        padding: 0.1rem;
  min-height:auto;
}
.vertical-nav-wrapper.main-table {
  padding: 0 !important;
  margin: 0;
}
    .vertical-nav-wrapper .col-auto:nth-of-type(1), .vertical-nav-wrapper .col-auto:nth-of-type(2) {
  display:none;
}
    .vertical-nav-wrapper.main-table .col-auto:nth-of-type(1), .vertical-nav-wrapper.main-table .col-auto:nth-of-type(2) {
  display:block;
  width:100%;
}
  .vertical-nav-wrapper.main-table .col-auto, .vertical-nav-wrapper.main-table .col-auto:last-child {
    border:0;
  }
  
  section.pipeline-area .stage-indicator {
    font-size: 10px;
    padding: 1px 4px;
  }
  #gform_33 .gform_footer.before::after {
    right: 18%;
  }
   .vertical-nav-wrapper.main-table  .row.justify-content-between.g-0 {
    position: relative;
  }
  .vertical-nav-wrapper.main-table:last-child {
    border-bottom:1px solid rgba(255, 255, 255, 0.2) !important;
  }
   .vertical-nav-wrapper.main-table:last-child .col-auto:last-child{
    padding-bottom:1rem;
  }
  .pill-area {
    height: 18px;
  }
  .vertical-nav-wrapper .row.justify-content-between.g-0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 1px,
      transparent 1px,
      transparent 14.2857142857%,
      rgba(255, 255, 255, 0.2) 14.2857142857%,
      rgba(255, 255, 255, 0.2) calc(14.2857142857% + 1px),
      transparent calc(14.2857142857% + 1px),
      transparent 28.5714285714%,
      rgba(255, 255, 255, 0.2) 28.5714285714%,
      rgba(255, 255, 255, 0.2) calc(28.5714285714% + 1px),
      transparent calc(28.5714285714% + 1px),
      transparent 42.8571428571%,
      rgba(255, 255, 255, 0.2) 42.8571428571%,
      rgba(255, 255, 255, 0.2) calc(42.8571428571% + 1px),
      transparent calc(42.8571428571% + 1px),
      transparent 57.1428571428%,
      rgba(255, 255, 255, 0.2) 57.1428571428%,
      rgba(255, 255, 255, 0.2) calc(57.1428571428% + 1px),
      transparent calc(57.1428571428% + 1px),
      transparent 71.4285714285%,
      rgba(255, 255, 255, 0.2) 71.4285714285%,
      rgba(255, 255, 255, 0.2) calc(71.4285714285% + 1px),
      transparent calc(71.4285714285% + 1px),
      transparent 85.7142857142%,
      rgba(255, 255, 255, 0.2) 85.7142857142%,
      rgba(255, 255, 255, 0.2) calc(85.7142857142% + 1px),
      transparent calc(85.7142857142% + 1px),
      transparent calc(100% - 1px),
      rgba(255, 255, 255, 0.2) calc(100% - 1px),
      rgba(255, 255, 255, 0.2) 100%
    );
    pointer-events: none; 
  }
}

/* Animation for progress bars */
@keyframes progressAnimation {
  from { width: 0; }
  to { width: var(--final-width); }
}

section.pipeline-area .progress-bar {
  animation: progressAnimation 1.2s ease-out forwards;
  width: 0;
}

/* FOOTER */
footer {
  background-color: #EDECED;
  color: #333;
  font-size: 0.9rem;
  padding: 50px 15px;
  box-sizing: border-box;
}
footer .address a {
  color: #707070;
  text-decoration: none;
}
footer .address a:hover {
  color: #007b8f;
  text-decoration: underline;
}

footer .mb-0 {
  color: #707070;
}

footer .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

footer .footer-logo {
  max-height: 70px;
  margin-bottom: 10px;
}

footer .address {
  margin-bottom: 5px;
  line-height: 1.6;
}

footer p {
  margin: 0;
}

footer .footer-links {
  display: flex;
  gap: 20px;
}

footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-links ul li {
  margin-bottom: 10px;
}

footer .footer-links a {
  color: #007b8f;
  text-decoration: none;
  font-size: 0.9rem;
}

footer .footer-links a:hover {
  text-decoration: underline;
}

footer .social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

footer .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #007b8f;
  transition: background-color 0.3s, color 0.3s;
}

footer .social-icons a:hover {
  background-color: #007b8f;
  color: #fff;
}

footer .bottom-footer {
  padding-top: 80px;
}

footer .bottom-footer .mb-0 {
  font-size: 12px;
  margin: 0 auto;
  margin-left: 12px;
}

footer .bottom-footer img {
  padding: 0 5px;
}

footer .col-md-4 .row {
  border-left: 1px solid #208093;
  padding-left: 20px;
}

footer .col-md-4 .row .col-md-6:first-child ul li a {
  font-weight: 700;
}

footer .col-md-4 .row .col-md-6:nth-of-type(2) ul li a {
  text-transform: uppercase;
  color: #707070;
  font-size: 12px;
}
footer .address .address-wrap {
  display:inline-block;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 15px;
  }
  footer .address .address-wrap {
    display: block;
    padding: 0.2rem 0;
}
  footer .bottom-footer .mb-0 {
    margin-left: 7px;
}
  footer .footer-links {
    gap: 20px;
  }
  footer .footer-links ul {
    text-align: left;
  }
  footer .social-icons {
    justify-content: center;
    gap: 15px;
  }
  footer .bottom-footer {
    padding-top: 20px;

  }
  footer .col-md-4 {
    margin-bottom: 20px;
    border-top: 1px solid #007b8f;
    padding-top: 1.4rem;
  }
  footer .col-md-4 .row {
    display: flex; 
    gap: 20px;
  }
  footer .col-md-4 .row .col-md-6 {
    flex: 1;
  }
}