/* Blockquote slider start */

#blockquote-slider {
  background: var(--Light-blue, #F5F8FF);
  }
  
  #blockquote-slider .container {
    padding: 96px;
  }
  
  #blockquote-slider .custom-gap {
    padding: 0px 64px 0px 0px !important;
  }
  
  #blockquote-slider blockquote {
    font-style: italic;
    margin: 0px;
    padding: 0px;
    border-left: 5px solid #ccc;
    quotes: "“" "”" "‘" "’"; /* Adds quotes automatically */
    background-color: transparent !important;
    color: var(--Blue);
    border-left: 0px !important;
  }
  
  #blockquote-slider blockquote {
    font-family: "Geologica", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    text-indent: 124px;
  }



  #blockquote-slider .img-fluid{
    border-radius: 20px;
  }




  
  #blockquote-slider blockquote:before {
    content: open-quote; /* Adds opening quotation mark */
    font-size: 30px;
    line-height: 0;
    vertical-align: 10px !important;
    font-family: "Geologica", sans-serif;
  }
  
  #blockquote-slider blockquote:after {
    content: close-quote; /* Adds closing quotation mark */
    font-size: 30px;
    line-height: 0;
    vertical-align: 10px;
    font-family: "Geologica", sans-serif;
  }
  
  #blockquote-slider .quote-attribution {
    text-align: left;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  
  #blockquote-slider .quote-attribution .name {
    color: var(--Blue, #1e3c72);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  
  #blockquote-slider .quote-attribution .role {
    color: var(--Blue, #1e3c72);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
  }
  
  /* Style for navigation controls */
  
  #blockquote-slider .slider-navigation {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding-left: 28px;
  }
  
  #blockquote-slider .slick-dots-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  #blockquote-slider .slick-dots-wrapper .dot {
    width: 12px;
    height: 12px;
    background-color: #bbc5d5;
    border-radius: 50%;
    cursor: pointer;
  }
  
  #blockquote-slider .slick-dots-wrapper .dot.active {
    background-color: #1e3c72;
  }
  
  #blockquote-slider .text-slide,
  #blockquote-slider .image-slide {
    display: none; /* Hide all slides initially */
  }
  
  #blockquote-slider .text-slide:first-child,
  #blockquote-slider .image-slide:first-child {
    display: block; /* Show only the first slide */
  }
  
  /* Fixed height for the text slider container to prevent vertical shifting */
  
  #blockquote-slider .text-slider {
    overflow: hidden;
    position: relative;
  }
  
  @media only screen and (max-width: 1200px) {
    #blockquote-slider .row .custom-gap {
      padding: 0px 0px 0px 0px;
    }
  
    #blockquote-slider .custom-height {
      height: auto;
    }
  
    #blockquote-slider .container img {
      margin-bottom: 64px;
      text-align: center;
      border-radius: 20px;
    }
  
    #blockquote-slider .image-slide {
      text-align: center;
    }
  
    #blockquote-slider .row .custom-gap {
      padding: 0px 0px 0px 0px;
    }
  
    #blockquote-slider .slider-navigation {
      padding-left: 0px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    #blockquote-slider .container {
      padding: 96px 24px;
    }
  
    #blockquote-slider .custom-gap {
      padding: 0px 0px 0px 0px !important;
    }
  
    #blockquote-slider blockquote {
      font-size: 30px !important;
      line-height: 36px;
      margin-bottom: 0px;
      font-style: normal;
      font-weight: 600;
      line-height: 36px; /* 120% */
      text-transform: uppercase;
      text-indent: 92px;
    }
  
    #blockquote-slider .row .custom-gap {
      padding: 0px 12px 0px 12px;
    }
  
    #blockquote-slider .slider-navigation {
      padding-left: 0px;
      gap: 0px;
    }
  }
  
  /* Blockquote end */
  