.section-bg {
  background: #2c4d80 !important;
  z-index: 10;
  margin-top: 6rem;
}

.page-title {
  font-size: 1.3rem;
  line-height: 1.2;
}

.report-details {
  font-size: 0.75rem;
  color: #FF9420;
}

.report-details span {
  color: #bfbfbf;
}

/* Responsive text */
@media (min-width: 768px) {
  .page-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .page-title {
    font-weight: bold;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 22px;
  }
}

        .bg-primary-custom {
      background-color: #f5f7fa79; /* Replace with your background color */
    }
    .text-white-custom {
      color: black;
      font-family: 'Poppins', sans-serif;
    }
    .same-sized-cards {
      min-height: 92px;
      height: 92px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .border-right-custom {
      border-right: 1px solid white;
      height: 30px;
      margin: auto;
    }
    .heading {
      font-size: 1.25rem; /* Large text */
      font-weight: bold;
    }
    .small-text {
      font-size: 0.875rem; /* small text like w3-small */
      line-height: 1.2;
      text-align: center;
    }
    /* Responsive adjustments */
    @media (max-width: 992px) {
      .col-custom {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
      }
      .border-right-custom {
        display: none;
      }
    }

     .sticky-header {
      position: sticky;
      top: 79px;
      z-index: 100;
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      padding: 5px 0;
    }
.border-right-custom {
    border-right: 1px solid black !important;
    height: 30px;
    margin: auto;
}
 /* Buttons in header */
    .header-buttons .btn {
      white-space: normal;
      flex: 1;
    }

    @media (max-width: 767px) {
      .header-buttons {
        gap: 5px;
        flex-direction: column;
      }
    }

    .sticky-sidebar {
      position: sticky;
      top: 20px;
    }

    .card-heading {
      font-size: 1.2rem;
      font-weight: bold;
      border-bottom: 2px solid #dee2e6;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }

    .pricing-label {
      cursor: pointer;
    }

    .pricing-label input {
      margin-right: 8px;
    }

    .buy-button, .pdf-button {
      min-width: 150px;
    }

    .tab-content table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 15px;
    }

    .tab-content th, .tab-content td {
      border: 1px solid black;
      padding: 10px;
      text-align: left;
    }

    .tab-content th {
      background-color: black;
      font-weight: bold;
    }

    .header-buttons {
      display: flex;
      gap: 10px;
      margin-bottom: 15px;
      flex-wrap: wrap;
      padding-left: 5px;
    }

    @media (max-width: 768px) {
      .header-buttons {
        flex-direction: column;
      }
      .header-buttons .btn {
        width: 100%;
        font-size:12px !important;
      }
    }

    /* Right Sidebar Styling */
    .sticky-sidebar {
      position: sticky;
      top: 20px;
    }

    .card-body {
      padding: 20px;
    }

    .btn-secondary {
      width: 100%;
    }

    .pricing-options {
      margin-top: 20px;
    }

    .pricing-option {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }

    .pricing-option label {
      flex-grow: 1;
      padding-left: 10px;
    }

    .pricing-option span {
      min-width: 100px;
      text-align: right;
    }

    .pricing-option input {
      margin-right: 10px;
    }

    /* Buttons styling */
    .pricing-option .form-check-label {
      font-size: 14px;
      font-weight: normal;
    }
      .market-table {
      max-width: 1000px;
      margin-bottom: 32px;
    }

    .market-table th {
      background-color: #831923;
      color: #ffffff;
      font-family: Calibri, sans-serif;
      font-size: 16px;
      vertical-align: top;
      width: 30%;
    }

    .market-table td {
      font-family: Calibri, sans-serif;
      font-size: 16px;
      vertical-align: top;
    }

    .market-table ul {
      padding-left: 1.2rem;
      margin-bottom: 0;
    }

    .market-table li {
      text-align: justify;
      font-style: italic;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
      .market-table th,
      .market-table td {
        font-size: 14px;
      }
    }
    .custom-quote {
    border-left: 4px solid #2c4d80;
    background-color: #ffffff;
    animation: slideIn 0.6s ease-in-out;
}

.quote-text {
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 1.6;
}

/* Table base */
.insight-table {
  width: 100%;
  border: 1px solid #000;
}

/* Left column (red headings) */
.insight-heading  {
  background-color: #831923 !important;
  color: #ffffff !important;
  font-weight: 700;
  width: 30%;
  font-size: 1rem;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
}

/* Right column (content) */
.insight-data {
  background-color: #ffffff;
  font-size: 0.95rem;
}

.insight-data ul {
  margin: 0;
  padding-left: 18px;
}

.insight-data li {
  font-style: italic;
  margin-bottom: 6px;
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  color: black;
}

/* Mobile optimization */
@media (max-width: 767px) {
  .insight-heading {
    font-size: 0.9rem;
  }

  .insight-data {
    font-size: 0.9rem;
  }
}







.CustomMarket:hover{
  background-color: #ccc !important;
  color: black;
  border: #ccc;
}
.CustomMarket{
  background-color: #2c4d80 !important;
  color: white !important;
  border: #2c4d80 !important;
  padding: 10px !important;
}

/* Slide-in from right */

.btnoutlineprimary{
      color: white !important;
    background-color: #2c4d80 !important;
        border-radius: 8px !important;
        font-family: 'Poppins', sans-serif;
}
.btnoutlineprimary:hover{
  background-color: #ccc !important;
  color: #333 !important;
}

/* new code  */
 .animate-left {
      opacity: 0;
      transform: translateX(-50px);
      animation: slideInLeft 1s forwards;
    }

    .animate-right {
      opacity: 0;
      transform: translateX(50px);
      animation: slideInRight 1s forwards;
    }

    @keyframes slideInLeft {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes slideInRight {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .animate-opacity {
      opacity: 0;
      animation: fadeIn 1s forwards;
    }

    @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }

    /* Optional styling for background & text */

    /* Page break for printing */
    .page-break {
      page-break-after: always;
    }
       ul li {
            text-align: justify;
        }

        .dotted-list {
  list-style-type: disc;
  padding-left: 1rem;
}


/* Base tab button styling */
.custom-tab-btn {
    font-family: 'Poppins', sans-serif;
    background: rgba(245, 247, 250, 0.475);
    color: #0d1b2a;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-align: center;
}

/* Desktop width */
@media (min-width: 992px) {
    .custom-tab-btn {
        width: 365px;
		
    }
}

/* Mobile & tablet full width */
@media (max-width: 991px) {
    .custom-tab-btn {
        width: 100%;
    }
}
.nav-tabs .nav-link{
border-top-left-radius:0px !important;
border-top-right-radius:0px !important;
border: none !important;
}
/* Hover effect */
.custom-tab-btn{
	background-color: #fff !important;
}
.custom-tab-btn:hover {
     background-color: #ccc !important; /* hover red */
    color: black !important;
}

/* Active (clicked) tab */
.custom-tab-btn.active {
    background-color: #f5f7fa79 !important; /* darker red */
    color: #fff;
    border-bottom: 3px solid rgb(44, 77, 128)!important;
    font-size:17px;
}

/* Remove Bootstrap default tab border */
.custom-tabs.nav-tabs {
    border-bottom: none;
}
.subTextPrices{
	font-size: 10.5px !important;
}


.btnoutlineprimary_1{
    color: white !important;
    background-color: #87161e !important;
    font-family: 'Poppins', sans-serif;
}
.btnoutlineprimary_1:hover{
     background-color:#ccc !important;
     color:black !important;
}
.related-heading{
    color: #87161e !important;
        font-size: 1.25rem !important;
}

.related-link{
    color: #333;
    text-decoration: none;
    font-size: 0.9rem !important;
}
.mostRadioBtn{
    border-radius: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 0.9rem !important;
}
.buyNowCSS{
     background-color: #87161e !important;
     color:white;
}

/*new add css*/
.custom-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 4px;
}

/* Hide scrollbar */
.custom-tabs::-webkit-scrollbar {
    display: none;
}
.custom-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Tab buttons – SMALL */


/* Remove large Bootstrap spacing */
.custom-tabs .nav-link {
    margin: 0;
}

/* Buy button – SMALL */
.pdf-button {
    font-size: 11px;
    padding: 4px 10px;
    line-height: 1;
    border-radius: 4px;
    white-space: nowrap;
}
@media (max-width: 375px) {
    .custom-tab-btn {
        font-size: 14.5px;
        padding: 3px 6px;
    }

  .btnoutlineprimary_1{
    color: white !important;
    background-color: #87161e !important;
    font-family: 'Poppins', sans-serif;
}
.btnoutlineprimary_1:hover{
     background-color:#ccc !important;
     color:black !important;
}
}
@media (min-width: 576px) {
    .custom-tab-btn {
        font-size: 12px;
        padding: 5px 10px;
    }

.btnoutlineprimary_1{
    color: white !important;
    background-color: #87161e !important;
    font-family: 'Poppins', sans-serif;
}
.btnoutlineprimary_1:hover{
     background-color:#ccc !important;
     color:black !important;
}
}
@media (min-width: 992px) {
    .custom-tab-btn {
        font-size: 18px !important;
        padding: 8px 16px;
    }

.btnoutlineprimary_1{
    color: white !important;
    background-color: #87161e !important;
    font-family: 'Poppins', sans-serif;
}
.btnoutlineprimary_1:hover{
     background-color:#ccc !important;
     color:black !important;
}
}