/* Modal Width */
#hcpPortalModal .modal-dialog {
  max-width: 950px;
}

/* Modal Content */
#hcpPortalModal .modal-content {
  border: none;
  border-radius: 0;
  background: #f7f7f7;
  position: relative;
}

/* Modal Body */
.hcp-modal-body {
  text-align: center;
  padding: 0;
  padding: 70px 60px !important;
}

/* Close Button */
.hcp-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;
}
button.btn-close.hcp-close-btn {
  position: absolute;
  top: -11px;
  right: -11px;
  background: #41aad6;
  display: flex;
  align-items: center;
  border-radius: 100%;
  opacity: 1;
  font-size: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 22px;
  color: #ffffff;
}

/* Medical Icon */
.hcp-icon-wrapper {
  margin-bottom: 35px;
}

.hcp-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #49bae4, #70d4fa 50%, #319cce);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hcp-icon img {
  max-width: 50px;
}

.hcp-icon span {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 61px;
}

/* Heading */
.hcp-title {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 30px;
}

/* Button Group */
.hcp-btn-group {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 55px;
  flex-wrap: wrap;
}

/* Common Button */
.hcp-btn {
  font-size: 18px;
  color: #fff;
  padding: 18px 30px;
}

/* Secondary Button */
.hcp-btn-secondary {
  background: #e9e9e9;
  color: #111;
}

.hcp-btn-secondary:hover {
  color: #111;
  background: #dcdcdc;
}

/* Footer Text */
.hcp-footer-text {
  max-width: 520px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  color: #8b8585;
}

.hcp-footer-text a {
  color: #8b8585;
  font-weight: 600;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  #hcpPortalModal .modal-content {
    padding: 50px 30px;
  }

  .hcp-title {
    font-size: 32px;
  }

  .hcp-btn {
    min-width: 100%;
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  #hcpPortalModal .modal-content {
    padding: 40px 20px;
  }

  .hcp-title {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .hcp-icon {
    width: 55px;
    height: 55px;
  }

  .hcp-icon span {
    font-size: 36px;
  }

  .hcp-footer-text {
    font-size: 16px;
  }
}

/* banner css */

.portfolio-banner {
  position: relative;
  min-height: 700px;
  background: url("/assets/media/HCP-hero-image.png") center center/cover
    no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Blue Gradient Overlay */

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  padding: 0 70px;
}

.banner-text {
  max-width: 700px;
}

.banner-text h1 {
  color: #fff;
  margin-bottom: 45px;
  font-size: 75px;
  line-height: 80px;
}

/* Button */
.explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 10px 18px 10px 20px;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  border-radius: 18px;
  font-size: 19px;
  font-weight: 500;
  transition: 0.3s ease;
  font-family: Mulish, sans-serif;
}
.explore-btn:hover {
  color: #000;
  transform: translateY(-3px);
  text-decoration: none;
}

.explore-btn.btn-2 {
  margin-left: 15px;
}

/* Arrow */
.arrow-circle {
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-circle i {
  color: #fff;
  font-size: 17px;
}

/* Stats */
.banner-stats {
  display: flex;
  gap: 100px;
  margin-top: 75px;
}

.stat-item h2 {
  color: #fff;
  font-size: 43px;
  margin-bottom: 5px;
}

.stat-item p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  font-family: Mulish, sans-serif;
}

/* brand section css */
.odt-products-section {
  padding: 80px 0 90px;
  background: #f9fafd;
}

.odt-products-section .container {
  max-width: 1366px;
  margin: auto;
  padding: 0 20px;
}

.section-title {
  font-size: 64px;
  font-weight: 600;
  color: #9a9292;
  margin-bottom: 90px;
  font-family: Mulish, sans-serif;
}

/* Grid */

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */

.product-card {
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #1972a9 0%, #44b3df 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-8px);
}

/* Top Image */
.product-image {
  background: #edf2f8;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.product-image img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}

/* Bottom Content */

.product-info {
  padding: 25px;
  color: white;
  /*height: 100%;*/
}

.product-info h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: justify;
  color: #ffffff;
}

.product-name {
  font-size: 19px;
  margin-bottom: 25px;
}

/* Strength Pills */

.strengths {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.strengths span {
  background: #d9d9d9;
  color: #444;
  padding: 3px 8px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
}
/* Details Link */

.details-link {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

a.details-link span {
  font-size: 13px;
}

.details-link span {
  font-size: 22px;
}

.details-link:hover {
  color: white;
}

@media (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-title {
    font-size: 58px;
    margin-bottom: 68px;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 48px;
    margin-bottom: 60px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-text h1 {
    font-size: 58px;
  }

  .explore-btn {
    gap: 22px;
    padding: 10px 12px 9px 33px;
    font-size: 20px;
  }

  .banner-stats {
    gap: 50px;
  }

  .stat-item h2 {
    font-size: 35px;
  }

  .stat-item p {
    font-size: 18px;
    line-height: 0.2;
  }

  .products-grid {
    margin: 45px;
  }

  .product-card {
    margin-bottom: 10px;
  }

  .odt-products-section {
    padding-bottom: 1px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 36px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-info h3 {
    font-size: 30px;
  }

  .product-name {
    font-size: 18px;
  }

  .banner-text h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .banner-stats {
    flex-wrap: wrap;
  }
  .stat-item h2 {
    font-size: 27px;
  }
  .stat-item p {
    font-size: 12px;
    line-height: 0.2;
  }

  .products-grid {
    margin: 22px;
  }

  .banner-content {
    padding: 0 45px;
  }
}

@media (max-width: 367px) {
  .banner-text h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

/* Reporting section css */

.adverse-event-section {
  background: #f9fafd;
  padding: 30px 0;
}

.adverse-event-section .container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 60px;
}

.adverse-title {
  font-size: 64px;
  font-weight: 700;
  color: #9b9595;
  line-height: 1.1;
  margin-bottom: 35px;
}

.adverse-text {
  max-width: 1100px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin: 0;
}

.adverse-text a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  transition: 0.3s ease;
}

.adverse-text a:hover {
  opacity: 0.8;
}

.email-link {
  text-decoration: none;
}
.adverse-event-section .section-title {
  margin-bottom: 30px;
}

.adverse-event-section p.body-text {
  font-size: 21px;
  line-height: 33px;
  text-align: left;
  max-width: 90%;
}
@media (max-width: 991px) {
  .adverse-event-section {
    padding: 50px 0 1px;
  }

  .adverse-event-section .container {
    padding: 0 30px;
  }
  .adverse-event-section p.body-text {
    font-size: 17px;
  }

  .adverse-title {
    font-size: 48px;
    margin-bottom: 25px;
  }

  .adverse-text {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .adverse-event-section .container {
    padding: 0 20px;
  }
  .adverse-event-section p.body-text {
    font-size: 18px;
  }

  .adverse-title {
    font-size: 34px;
  }

  .adverse-text {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* Product page css */

.product-hero {
  padding: 40px 0 0px;
}

.hero-container {
  max-width: 1366px;
  margin: auto;
}

/* Alert Bar */

.yellow-card-bar {
  background: #eaf4fc;
  border-radius: 16px;
  padding: 18px 25px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #024990;
  margin-bottom: 35px;
  text-align: center;
}

.yellow-card-bar a {
  color: #024990;
  font-weight: 700;
}

.adverse-heading {
  margin-bottom: 10px;
  font-weight: 600;
}

.adverse-box {
  text-align: center;
  border: 1px solid;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 28px;
  padding: 15px;
}
.yellow-card {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.yellow-card-bar .fa-arrow-right {
  margin-left: auto;
}

/* Hero Card */

.hero-card {
  background: linear-gradient(135deg, #f6fbff, #eef6fd);
  border-radius: 28px;
  padding: 60px 60px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px 25px 25px;
}

/* Left */

.hero-left {
  width: 45%;
  position: relative;
  z-index: 2;
}

.hero-left h1 {
  font-size: 65px;
  line-height: 1;
  color: #0f3b88;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
}

.hero-left h2 {
  color: #6e7688;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: Mulish, sans-serif;
}

/* Pills */

.strength-list {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}

.strength-list span {
  padding: 5px 12px;
  border-radius: 11px;
  font-weight: 600;
}
.strength-light {
  background: #c9f1ff;
  color: #0f6f92;
}

.strength-dark {
  background: #1f67d8;
  color: white;
}
.flavour-tag img {
  max-width: 20px;
}
.strength-pink {
  background: #8acb8c9c;
  color: #4d5666;
  border: 1px solid #52ab60;
}
.strength-orange {
  background: #e1562042;
  color: #4d5666;
  border: 1px solid #e15620;
}
.strength-red {
  background: #da1f3345;
  color: #4d5666;
  border: 1px solid #da1f33;
}
.strength-black {
  background: #12141c42;
  color: #4d5666;
  border: 1px solid #060708;
}
/* Overview */

.overview h3 {
  font-family: Mulish, sans-serif;
  color: #12275a;
  font-size: 45px;
  font-weight: 500;

  line-height: 63px;
}

.overview p {
  font-size: 20px;

  line-height: 1.7;

  color: #4d5666;

  max-width: 520px;
}

/* Buttons */

.hero-buttons {
  display: flex;
  gap: 18px;

  margin-top: 40px;
}

.btn-primary,
.btn-outline {
  padding: 16px 26px;

  border-radius: 12px;

  text-decoration: none;

  font-weight: 600;

  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-primary {
  background: #024990;

  color: white;
}

.btn-outline {
  border: 2px solid #024990;

  color: #024990;
}

/* Right */

.hero-right {
  width: 50%;

  position: relative;

  height: 450px;
}

/* Product Image */

.hero-right img {
  /* position: absolute; */
  max-width: 600px;
  right: 40px;
  top: 40px;
  z-index: 5;
  width: 100%;
  text-align: center;
}

.product-stage {
  position: relative;
}
/* 
.product-stage:before {
  content: "";
  background-image: url("/assets/media/favicon.jpg");
} */

/* second section design  */

.product-information .container {
  max-width: 1366px;
  margin: auto;
  padding: 0 20px;
}
.product-information .container {
  border: 1px solid #f1f7fd;
  border-radius: 19px;
  padding: 24px;
}
.section-header {
  margin-bottom: 35px;
}

.section-header h2 {
  font-family: Mulish, sans-serif;
  font-size: 45px;
  font-weight: 500;
  /* margin: 35px; */
  line-height: 63px;
}

.section-header p {
  color: #8c94a4;
  font-size: 16px;
}

/* Cards */

.info-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}

.info-card {
  border: 1px solid #e5ebf2;
  border-radius: 14px;
  padding: 15px;
  background: #fff;
  transition: 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.info-label {
  display: block;
  font-size: 12px;
  color: #8893a5;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.info-card h4 {
  color: #0f2f74;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
}
/* Table */

.strength-table-wrapper {
  border: 1px solid #e5ebf2;
  border-radius: 14px;
  overflow: hidden;
}

.table-title {
  background: #024990;
  color: white;
  padding: 18px 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: 100%;
  min-width: 700px;
}

.strength-table {
  width: 100%;
  border-collapse: collapse;
}

.strength-table thead {
  background: #f5f7fa;
}

.strength-table th {
  padding: 18px 25px;
  text-align: left;
  color: #09498d;
  font-size: 13px;
  font-weight: 700;
}

.strength-table td {
  padding: 22px 25px;
  border-top: 1px solid #edf1f5;
  color: #374151;
  font-size: 16px;
  font-family: Mulish, sans-serif;
}

.strength-table td strong {
  color: #0f2f74;
}
@media (max-width: 991px) {
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-card {
    flex-direction: column;
    padding: 30px 35px;
    gap: 30px;
  }
  .hero-left,
  .hero-right {
    width: auto;
  }
}

@media (max-width: 768px) {
  .hero-left h1 {
    font-size: 50px;
  }
  .hero-left h2 {
    font-size: 22px;
  }

  .strength-list span {
    padding: 3px 11px;
    font-size: 14px;
  }

  .overview h3 {
    font-size: 31px;
  }
  .overview p {
    font-size: 18px;
  }

  .section-header h2 {
    font-size: 40px;
  }
  .section-header p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .support-section {
    padding: 0px !important;
  }
  .explore-btn {
    margin: 10px 0;
  }
  .explore-btn.btn-2 {
    margin-left: 0px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .info-cards {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 31px;
  }

  .strength-table-wrapper {
    overflow-x: auto;
  }

  .strength-table {
    min-width: 700px;
  }
}

/* Third section design */
.downloads-section {
  padding: 80px 0;
}

.downloads-section .container {
  max-width: 1366px;
  margin: auto;
}

/* Main Card */

.downloads-card {
  background: linear-gradient(135deg, #f7fbff 0%, #edf6fd 100%);

  border-radius: 24px;

  padding: 40px;

  border: 1px solid #e8eef5;
}

/* Header */

.downloads-header {
  margin-bottom: 30px;
}

.downloads-header h2 {
  font-family: Mulish, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 63px;
}

.downloads-header p {
  color: #7e8899;

  font-size: 15px;

  max-width: 700px;

  line-height: 1.6;
}

/* Grid */

.download-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 25px;
}

/* Download Box */
.download-item {
  background: white;
  border-radius: 14px;
  border: 1px solid #e6edf4;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: 0.3s ease;
  width: 100%;
}
.view-link {
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
}

.download-item:hover {
  transform: translateY(-4px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* Left */

.download-left {
  display: flex;

  align-items: center;

  gap: 18px;
}

/* File Icon */

.file-icon {
  width: 52px;
  height: 52px;

  border-radius: 12px;

  background: #e9f4ff;

  display: flex;

  align-items: center;

  justify-content: center;
}

.file-icon i {
  color: #1877d4;

  font-size: 22px;
}

/* Text */

.download-content h4 {
  margin: 0;

  font-size: 16px;

  font-weight: 600;

  color: #0f2f74;
}

.download-content span {
  display: block;

  margin-top: 4px;

  color: #7f8795;

  font-size: 14px;
}

/* ======================================
   SmPC / PIL Dropdown
====================================== */

.smpc-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.download-item button {
  background: transparent;
  border: none;
  color: #1877d4;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.smpc-dropdown-btn i {
  margin-left: 0px !important;
}

.smpc-dropdown-btn i {
  font-size: 11px;
}

.smpc-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;

  min-width: 240px;

  background: #ffffff;
  border: 1px solid #e6edf4;
  border-radius: 12px;

  padding: 8px 0;
  margin: 0;

  list-style: none;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

  z-index: 9999;

  display: none;
}

.smpc-dropdown-menu.show {
  display: block;
}

.smpc-dropdown-menu li {
  margin: 0;
  padding: 0;
}

.smpc-dropdown-menu li a {
  display: block;
  padding: 8px 13px;
  color: #0f2f74;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.smpc-dropdown-menu li a:hover {
  background: #f5f9fd;
  color: #1877d4;
}

.download-item {
  position: relative;
  overflow: visible;
}

/* Mobile */

@media (max-width: 768px) {
  .smpc-dropdown-menu {
    right: 0;
    left: auto;
    min-width: 200px;
  }

  .smpc-dropdown-btn {
    font-size: 14px;
  }
}

/* Download Icon */

.download-arrow i {
  font-size: 15px;
  color: #1877d4;
  padding-right: 3px;
}
@media (max-width: 768px) {
  .download-grid {
    grid-template-columns: 1fr;
  }

  .downloads-card {
    padding: 25px;
  }

  .downloads-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .file-icon {
    width: 40px;
    height: 40px;
  }

  .download-content h4 {
    font-size: 18px;
  }

  .download-content span {
    font-size: 12px;
    display: unset;
  }
}
