/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/*

INDEX
1. GLOBAL VARIABLES (Key Search: #1GV)
2. PRODUCT LIBRARY (Key Search: #2PL)
3. CASE STUDY (Key Search: #3CS)
4. ERROR PAGE (Key Search: #4EP)
5. SEARCH PAGE (Key Search: #5SP)


/* Missing Template at Path: \'sr child\/sr child\/css\/SR Modules\/sr-hero-form-01.css\' */
/* Missing Template at Path: \'sr child\/sr child\/css\/SR Modules\/sr-hero-video-01.css\' */
/* Missing Template at Path: \'sr child\/sr child\/css\/SR Modules\/sr-hero-03.css\' */
/* Missing Template at Path: \'sr child\/sr child\/css\/SR Modules\/sr-case-studies-slider-02.css\' */
/* Missing Template at Path: \'sr child\/sr child\/css\/SR Modules\/sr-offer-video-cta-01.css\' */

*/
/*****************************************/

/*****************************************/
/* 1. GLOBAL VARIABLES - #1GV */
/*****************************************/

:root {
  
  /* Case Study - Blog */
  --case-study-border: 1px solid #dddddd;
  --case-study-sidebar-label-color: #212225;
  --case-study-sidebar-value-color: #717274;
  --case-study-sidebar-link-color: #2ea3f2;
  
  /* Case Study - Related Case Study Box */
  --related-case-study-text-color: #ffffff;
  --related-case-study-hovered-button-color: #3a82e5;
  --related-case-study-bg-color: #212225;
  --related-case-study-title-color: #757575;
  --related-case-study-arrow-button-color: #666666;
}

a {
  text-decoration: none;
}

body {
  margin-top: 60px;
}

body, p, h1, h2, h3, h4, h5, h6, span, div, a, button, input, textarea, select {
  font-family: 'Rig Sans';
}

/* Specific to 'SR Case Studies Slider 02' in SR Theme */
.blaze-container {
  margin-left: 20px;
  margin-right: 20px;
}

/* Specific to 'SR Case Studies Slider 02' in SR Theme */
.sr-case-studies-slider-02 .blaze-arrow {
  font-size: 0 !important;
}

/*****************************************/
/* 2. PRODUCT LIBRARY - #2PL   */
/*****************************************/

.search-input-wrapper {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    position: relative;
    color: #A9A9A9;
    font-size: 19px;
    font-weight: 500;
}

.search-input-wrapper .search-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1.5px solid #767676;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.search-input-wrapper .search-input:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.search-btn, .clear-btn {
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    background: transparent;
    color: #767676;
    position: absolute;
    right: 0px;
}

.search-btn {
  top: 3.5px;
}

.clear-btn {
  top: 7.5px;
}

.search-filters {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.search-status {
    color: #6c757d;
    font-style: italic;
    margin: 0.5rem 0;
}

/* Multi-Select Filter Styles */
.search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.filter-dropdown {
  position: relative;
  min-width: 200px;
  color: #767676);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; 
}

.filter-dropdown-btn {
  width: 100%;
  padding: 10px 15px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.filter-dropdown-btn.active {
  border-color: #000000;
  background-color: #f8f9fa;
}

.filter-label {
  font-weight: 500;
}

.filter-count {
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 8px;
  display: none;
}

.filter-count::before {
  content: '(';
}

.filter-count::after {
  content: ')';
}

.filter-count.active {
  display: inline-block;
}

.filter-arrow {
  transition: transform 0.2s ease;
}

.filter-dropdown-btn.active .filter-arrow {
  transform: rotate(180deg);
}

.filter-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #EDF0F3;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  display: none;
  overflow-y: auto;
  padding: 7.5px;
  padding-top: 0;
}

.filter-dropdown-btn:focus {
  outline: none;
  border-color: #000000;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.filter-dropdown-content.active {
  display: block;
  width: 150%;
  margin-top: 10px;
  margin-left: -25%;
}

.filter-options {
  padding: 10px;
}

.filter-option {
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0.5px;
}

/* Text label styling */
.filter-title {
  background-color: #175DF5;
  color: #ffffff;
  margin: -10px -7.5px 7.5px;
  padding: 20px 20px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  justify-content: space-between; 
  align-items: center; 
}

.filter-option .filter-text {
  flex: 1;
  text-align: left;
  margin-right: 8px;
  color: #1D1B20;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

/* Custom checkbox styling */
.filter-option input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #000000;
  border-radius: 3px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-option input[type="checkbox"]:checked {
  background-color: #000000;
  border-color: #000000;
}

.filter-option input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.filter-dropdown-actions {
  padding: 10px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.apply-filter-btn, .cancel-filter-btn {
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.apply-filter-btn {
  background-color: #175DF5;
  color: #ffffff;
  transition: all 0.2s ease;  
  font-weight: 500;
}

.apply-filter-btn:hover {
  background-color: #202224;
}

.cancel-filter-btn {
  background-color: transparent;
  color: #000000;
}

.filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.individual-clear-buttons {
  margin-bottom: 20px;
}

.clear-all-filters-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #161B2D;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.clear-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.clear-group-label {
  font-weight: 600;
  color: #495057;
  margin-right: 10px;
  font-size: 14px;
}

.individual-clear-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background-color: #EDF0F3;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

.individual-clear-btn span {
  line-height: 1;
}

.individual-clear-btn svg {
  flex-shrink: 0;
}

.hidden {
  display: none !important;
}

/* Close dropdowns when clicking outside */
.filter-dropdown-content {
  border-top: none;
  margin-top: -1px;
}

.no-results {
    text-align: center;
    padding: 3rem;
    color: #000000;
}

/* Product Card */
.product-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  color: #000000;
}

.product-card.tag { 
  padding: 40px 40px 20px;
}

.product-card { 
  padding: 20px 40px;
}

.product-card {
  width: 100%;
  border: 1px solid #EDF0F3;
  height: auto; 
  box-sizing: border-box;
  display: none;
  text-decoration: none !important;
  color: inherit !important;
}

.product-card:visited {
  color: inherit !important;
  text-decoration: none !important;
}

.product-card:hover {
  text-decoration: none !important;
  color: inherit !important;
  border: 1px solid #161B2D;
}

.product-card:active {
  text-decoration: none !important;
  color: inherit !important;
}

.product-card * {
  color: inherit;
  text-decoration: none;
}

.product-card.visible {
  display: block;
}

.product-card__power-type-container {
  text-align: right;
}

.product-card .product-card__power-type {
  background: #161B2D;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 5px;
  display: inline-block;
  margin: 2px 4px 2px 0;
  font-size: 16px;
  font-weight: 500;
}

.product-card__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  max-height: 200px;
  margin: 10px auto;
}

.product-card__image {
  max-width: 100%;
  max-height: 100%; 
  height: auto;
  width: auto;
  display: block;
}

.product-card .product-card__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px; 
  letter-spacing: -0.217px;
  color: #000000;
}

.product-card .product-card__connect {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.product-card__connect:not(:last-child)::after {
  content: " /"
}

.product-card .product-card__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}

.product-card__features, .product-card .product-card__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.product-card .product-card__description {
  -webkit-line-clamp: 5; 
}

.product-card__features {
  -webkit-line-clamp: 3; 
}

.product-card .product-card__feature {
  background: #EDF0F3;
  color: #000000;
  padding: 6px 12px;
  border-radius: 5px;
  display: inline-block;
  margin: 8px 4px 2px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Pagination Styles */
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.pagination__info {
  font-size: 22px;
  margin-top: 20px;
  color: #202224;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
  letter-spacing: -0.217px;
}

.pagination__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination__btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination__btn:hover:not(.pagination__btn--disabled) {
  background: #f5f5f5;
  border-color: #999;
}

.pagination__btn--disabled {
  color: #ccc;
  cursor: not-allowed;
  background: #f9f9f9;
}

.pagination__numbers {
  display: flex;
  gap: 5px;
}

.pagination__number {
  padding: 8px 12px;
  color: #333;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 40px;
  text-align: center;
  border: none;
}

.pagination__number:hover, .pagination__number--current {
  font-weight: 900;
}

.pagination__number--current {
  cursor: default;
}

/* Mobile Responsive Styles - Add these to your existing CSS */

/* Tablet and smaller screens */
@media (max-width: 1024px) {
  .product-card__grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  
  .product-card, .product-card.tag {
    padding: 20px;
  }
}

.product-card__form-factor-container.hidden, .product-card__applications-container.hidden {
  display: none;
}

/* Mobile landscape and smaller tablets */
@media (max-width: 768px) {
  .product-card__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .product-card, .product-card.tag {
    height: auto;
    min-height: 400px;
  }

  .filter-dropdown-content.active {
    margin-left: 0;
  }
}

/* Small mobile screens */
@media (max-width: 480px) {
  .product-card, .product-card.tag {
    font-size: 14px;
  }
  
  .product-card__power-type {
    padding: 4px 8px;
    font-size: 12px;
  }
  
  .product-card__feature {
    padding: 4px 8px;
    font-size: 12px;
  }
}

/* Extra small screens */
@media (max-width: 320px) {
  .product-card, .product-card.tag {
    padding: 15px;
    font-size: 13px;
  }
  
  .product-card__power-type,
  .product-card__feature {
    padding: 3px 6px;
    font-size: 11px;
    margin: 1px 2px;
  }
}


/*****************************************/
/* 3. CASE STUDY - 3CS */
/*****************************************/

.custom-case-study__hero-banner {
  position: relative;
  width: 100%;
  padding-top: 50px;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.custom-case-study__hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.custom-case-study__hero-banner h1 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  margin: 0;
  max-width: 75%;
  line-height: 1.35;
}

/* Partner stories blog template  */

.customer-stories__hero-banner{
  justify-content: flex-start;
  padding-left: 14vw;
  height: 450px;
}
.custom-case-study.custom-two-column-body{
  grid-template-columns: 70% 25%;
    gap: 5%;
      margin: 4rem 14vw 70px;
}
.customer-stories__hero-banner h1{
  text-align: left;
  max-width: 55%;
}

/* SR Hero 03  */
.sr-hero-03 .description a, 
.sr-hero-03 .description span a,
.sr-three-col-01 p a{
  color: #175df5;
  text-decoration: underline;  
}
.sr-hero-03 .description a:hover,
.sr-hero-03 .description span:hover a,
.sr-three-col-01 p a:hover{
  color: #0da6ff;  
}

.customer_stories-blog_post .blog-slider-wrapper{
  background: black;
}

.blue{
    color: white;
    background-color: #175df5cf;
    padding: 2rem;
}

.gray{
    color: black;
    background-color: #cccc;
    padding: 2rem;
}

/* Case study body text */
/* .custom-case-study__content p, 
.custom-case-study__content p span, 
.custom-case-study__content ul li,
.custom-case-study__content div span,
.custom-case-study__content tbody,
.custom-case-study__content ol li */
.custom-case-study__content
{
  color: black!important;
}

.custom-case-study__content a {
  color: #175df5 !important;
}

/* Responsive design */
@media (max-width: 1200px) {
  .custom-case-study__hero-banner {
    height: 600px;
  }

  .custom-case-study__hero-banner h1 {
    max-width: 85%;
  }
}

@media(max-width: 1024px){
  .custom-case-study.custom-two-column-body{  
        margin: 4rem 4vw 70px;
  }
  .customer-stories__hero-banner{
    padding-left: 4vw;
  }
}

@media (max-width: 768px) {
    /* Partner stories blog template  */
  .customer-stories__hero-banner{
    justify-content: center;
    padding-left: 2rem;
  }
    .customer-stories__hero-banner h1{
    text-align: center;
    max-width: 90%;
  }
    .custom-case-study.custom-two-column-body{
    grid-template-columns: 1fr;
      gap: 1%;
      margin: 4rem 5vw 70px;
  }
}

@media (max-width: 480px) {
  .custom-case-study__hero-banner {
    height: 500px;
  }

  .custom-case-study__hero-banner h1 {
    max-width: 95%;
  }
  

}

.custom-case-study {
  display: grid;
  margin: 150px 10vw 70px;
}

.custom-case-study__border.bottom {
  border: 3px solid var(--related-case-study-bg-color);
  display: none;
}

.custom-case-study__border.bottom {
  margin: 100px 100px 150px 100px;
}

@media (max-width: 1024px) {  
  .custom-case-study__border.bottom {
    margin: 50px 0px 80px 0px;
    display: block;
  }
}

/* fade-in animation from left to right */
.custom-case-study__sidebar, 
.custom-case-study__content * {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInFromLeft 0.8s ease-out forwards;
  animation-delay: 0.2s; 
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/*****************************************/
/* 4. ERROR PAGE - 4EP */
/*****************************************/

.error-page__container {
  padding: 25vh 20px 30vh;
  text-align: center;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.error-page__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* 50% dark overlay */
  z-index: 1;
}

.error-page__overlay {
  position: relative;
  z-index: 2;
}

.error-page__code, .error-page__title, .error-page__message {
  color: #ffffff;
}

.error-page__buttons {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.error-page__buttons .error-page__button {
  background-color: #ffffff;
  color: #212225;
  padding: 0.3em 1.25em;
  font-size: 20px;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}

.error-page__buttons .error-page__button.alternate {
  background-color: #212225;
  color: #ffffff;
}

.error-page__buttons .error-page__button:hover,
.error-page__buttons .error-page__button.alternate:hover {
  background-color: #3a82e5;
  color: #ffffff;
  cursor: pointer;
}

@media (max-width: 480px) {
  .error-page__buttons {
    flex-direction: column;
    gap: 20px;
  }
  .error-page__buttons .error-page__button {
    width: 100%;
    max-width: 200px;
  }
}


/*****************************************/
/* 5. SEARCH PAGE - 5SP */
/*****************************************/

.search-results-container {
  margin: 0 auto;
  padding: 20px 40px;
  width: 100%;
  max-width: 1100px;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

 .TextInput__StyledInput-dZxQPg{
    min-height: 1.5rem;
  }