html, body {
    overflow-x: hidden !important;
}

* {
    box-sizing: border-box;
}

/* Main bar */
.contactDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 12px;
  white-space: nowrap;
}

/* Search */
.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input {
  height: 32px;
  width: 160px;
  padding: 4px 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-button {
  height: 32px;
  width: 36px;
  border: none;
  background-color: #2c4d80;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

/* Suggestions dropdown */
.suggestions-box {
  position: absolute;
  top: 34px;
  left: 0;
  width: 196px;
  background: #fff;
  
  z-index: 1000;
}

/* Contact section */
.contact-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.contactInfo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

.contactInfo i {
  font-size: 12px;
}

/* Optional: hide on small screens */
@media (max-width: 768px) {
  .contactDetails {
    display: none;
  }
}
.search-container {
  display: flex;
  position: relative;
  width: 200px;
}

.search-input {
  width: 160px;
  height: 32px;
  padding: 5px 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-button {
  width: 36px;
  height: 32px;
  border: none;
  background-color: #2c4d80;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.suggestions-box {
  position: absolute;
  top: 34px;
  left: 0;
  width: 196px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  display: none;
}

.suggestion-item {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 12px;
}

.suggestion-item:hover {
  background-color: #f2f2f2;
}

.suggestion-title {
  font-weight: 600;
}

.suggestion-subtitle {
  font-size: 10px;
  color: #666;
}
.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 !important;; /* 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: 17px; /* 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.25rem;
      font-weight: 600;
      border-bottom: 2px solid #dee2e6;
      padding-bottom: 2px;
      margin-bottom: 5px;
      font-family: 'Poppins', sans-serif;
      color: #87161e;
      margin-top: -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;
    }

    @media (max-width: 768px) {
      .header-buttons {
        flex-direction: column;
      }
      .header-buttons .btn {
        width: 100%;
      }
    }

    /* Right Sidebar Styling */
    .sticky-sidebar {
      position: sticky;
      top: 20px;
    }

    .card-body {
      padding: 10px;
    }

    .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;
  }
}
.faq-wrapper {
  background-color: #ffffff;
}

.faq-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0d1b2a;
}

/* Accordion styling */
.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 0;
}

.accordion-button {
  font-size: 0.95rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #000;
  height: 25px;
}

.accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #000;
}

.accordion-button::after {
  display: none;
}

/* Plus / Minus toggle */
.accordion-button .fa {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .fa {
  transform: rotate(45deg);
}

/* Body text */
.accordion-body {
  font-size: 0.9rem;
  color: #333;
 
      font-family: 'Poppins', sans-serif;
}
.accordion-button{
    box-shadow: none !important;
   
}
.accordion-item{
    border-bottom: 1px solid #ccc;
}
.custom-btn {
    background-color: #2c4d80; /* primary color */
    color: #ffffff;
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
    max-width: 21rem;
}

.custom-btn:hover {
    background-color: #243f68;
    color: #ffffff;
}
.tanMenu{
  min-width: 20.5rem ;
   color: #333 !important;
   font-family: 'Poppins', sans-serif;
   border-radius: 0px !important;

}

.tanMenu:hover{
  background-color: #ccc !important;
  color: #333 !important;
  border-radius: 0px !important;
}
.btnoutlineprimary{
      color: white !important;
    background-color: #2c4d80 !important;
    font-family: 'Poppins', sans-serif;

}
.btnoutlineprimary:hover{
  background-color: #ccc !important;
    color: black !important;
    font-family: 'Poppins', sans-serif;
}
.btnoutlineprimary_1{
    
       color: white !important;
    background-color: #87161e !important;
    font-family: 'Poppins', sans-serif;
}
.btnoutlineprimary_1:hover{
  background-color: #ccc !important;
    color: black !important;
    font-family: 'Poppins', sans-serif;
}
.btnprimary{
  background-color: #2c4d80 !important;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.btnprimary:hover{
    color: #000 !important;
    background-color: #ccc !important;
}
.btnsecondary{
  color: white !important;
    background-color: #87161e !important;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
}
.btnsecondary:hover{
  color: black !important;
    background-color: #ccc !important;
    font-family: 'Poppins', sans-serif;
    
}

.shareFedback{
   background-color: #2c4d80 !important;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.shareFedback:hover{
  color: black !important;
    background-color: #ccc !important;
    font-family: 'Poppins', sans-serif;
    
}
.form-control{
  padding: 7px;
}
.form-control:focus{
box-shadow: none;
border: 1.5px solid black;
}
   


.compantName{
    font-weight: bold;
}


.FadeEffect {
  background-color: #87161e;
  animation: fadeLeft 0.8s ease forwards;
  color: white;
  padding: 5px;
  
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .mobileView {
    font-size: 12px; /* mobile */
  }
}
.mostRadioBtn{
    border-radius: 8px;border: 1px solid #ccc;cursor: pointer;
    font-size:0.9rem !important;
}
.nav-link:hover{
    color: black !important;
    background-color: #ccc !important;
}
.card{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
}
.Smallmuted{
    font-size:9.5px !important;
    font-family: 'Poppins', sans-serif;
}
.UsdText{
    font-size:0.9rem !important;
    font-family: 'Poppins', sans-serif;
    color:#333;
}
.related-link{
     font-family: 'Poppins', sans-serif;
    color:#333;
    text-decoration: none;
    font-size: 0.9rem !important;
}
.TabFirstTitle{
    font-style:italic; font-size:large;font-size:15.5px;font-weight:bold
}
@media (max-width: 576px) {
  .accordion-button {
    font-size: 12px;      /* increase for readability */
    font-weight: 600;
    height: auto;         /* better for small screens */
    padding: 8px 12px;
  }
  .TabFirstTitle{
      font-style:italic;font-size:15px;font-weight:bold
  }
}
.report_details_image{
    width:100%;
    height:50%;
}
.tab-content table{
    border-collapse: collapse; border: none; margin-bottom: 32px; width: 100%; max-width: 989px; overflow-x: auto; display: block; margin-inline-start: 0px;
}
.market-table th {
    background-color: #831923;
    color: #ffffff;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    vertical-align: top;
    width: 30%;
}

.MsoTableGrid td:first-child{
    text-align:left;
     background-color: #831923;
     color:white;
}
h2 span {
    font-size: 17px;
    color: #831923;
    font-weight: 700;
}
#auto-table-0  td:first-child{
        text-align:left;
     background-color: #831923;
     color:white;
}
#auto-table-1 td:first-child{
        text-align:left;
     background-color: #831923;
     color:white;
}

#auto-table-4 td:first-child{
        text-align:left;
     background-color: #831923;
     color:white;
}

h3 span {
    font-size: 17px;
    color: #2c4d80 !important;
    font-weight: 700;
}


#auto-table-2 tr:nth-child(1) td,
#auto-table-2 tr:nth-child(2) td {
      text-align: left;
  background-color: #831923;
  color:white;
}

#auto-table-3 tr:nth-child(1) td
 {
      text-align: left;
  background-color: #831923;
  color:white;
}

blockquote {
    border-left: 1rem solid #831923; /* left border width */
    padding-left: 1.25rem;           /* space between border & text */
    margin: 1.5rem 0;
    box-sizing: border-box;
}

/* Mobile optimization */
@media (max-width: 768px) {
    blockquote {
        border-left-width: 0.9rem;  /* slightly smaller on mobile */
        padding-left: 1rem;
    }
     .bg-primary-custom {
        display: none;
    }
}
.custom-tabs {
  display: flex;
  flex-wrap: nowrap; /* keeps tabs in one line */
  margin-top: 5px;
}

.custom-tabs .nav-item {
  flex: 1 1 0;
  text-align: center;
}

.custom-tabs .nav-link {
  width: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.tab-text {
  font-family: 'Poppins', sans-serif;
  color: black;
}

/* Mobile font scaling */
@media (max-width: 576px) {
  .tab-text {
    font-size: 10px;
     color: black;
  }
  .mobileTop{
    margin-top:14rem important;
    padding: 8px 16px
}
.page-title {
    font-size: 13px;
    line-height: 1.2;
}
}
/* Mobile only */
@media (max-width: 767px) {
  .mobile-sticky-actions {
   position: fixed;
        /* bottom: 0px; */
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        top: -1.5rem;
  }

.mobileTop{
    margin-top:14rem;
    padding: 8px 16px
}
.page-title {
    font-size: 13px;
    line-height: 1.2;
}
 
}

@media (max-width: 575px) {
  .mobileTop {
    margin-top: 14rem;
    padding: 8px 16px
  }
  .page-title {
    font-size: 13px;
    line-height: 1.2;
}
}
