.chat-btn {
  background: #04083d !important;
  padding: 12px 16px !important;
  color: #000 !important;
  color: #fff !important;
  transition-duration: 0.4s;
  display: inline-block;
  font-size: 12px;
  border: 0;
  transition: 0.4s ease-in;
}
.chat-btn:hover {
  background-color: #e67e00;
}
.read-more {
  color: #ff8c00;
  text-decoration: none;
  border: 1px solid #ff8c00;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 14px;
}
.read-more:hover {
  background-color: #ff8c00;
  color: white;
}
.dropdown-toggle {
  background-color: #f8f9fa;
  border: none;
  color: #212529;
  text-align: left;
  width: 100%;
}
.dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}
.student-ambassadors-card {
  border: 1px solid #ccc;
}
.profile-header {
  background-color: #f8f9fa;
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.profile-image {
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 20px;
}
.profile-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.profile-subtitle {
  color: #6c757d;
  margin-bottom: 15px;
  font-size: 14px;
}
.profile-body {
  padding: 15px;
  background-color: white;

}
.profile-section {
  margin-bottom: 15px;
}
.profile-footer{
 padding: 0 15px 15px 15px;
}
.section-label {
  color: #6c757d;
  margin-bottom: 3px;
  font-size: 14px;
}.profile-section .section-content {
  font-weight: 500;
  font-size: 14px;
 min-height: 90px;
  margin: 0;
}
.read-more {
  color: #dc3545;
  border: 1px solid #dc3545;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}
.read-more:hover {
  background-color: #dc3545;
  color: white;
}
.student-ambassadors-card .profile-header .SRDU-btn {
  font-size: 14px;
  color: #fff !important;
  font-weight: 600;
}
.call {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .profile-header {
    background-color: #f8f9fa;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .profile-image {
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 0px;
  }
}
/* GET INSPIRED start / */
.testi-section {
  background-color: #9a2627;
  padding: 40px 0;
  color: #fff;
}
.carousel-container {
  overflow: hidden;
  width: 100%;
}
.testi-section .testi-left h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
  margin-bottom: 20px;
}
.testi-section .testi-left p {
  line-height: 28px;
  font-size: 16px;
}
.testi-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
  align-items: center;
}
.testi-section .testi-left h3 {
  font-size: 22px;
  line-height: normal;
  text-align: center;
}
.testi-section .testi-left p {
  line-height: 25px;
  font-size: 16px;
  text-align: center;
}
.btns {
  display: flex;
}
.btns-innr {
  padding: 10px 10px;
  line-height: 5px;
  cursor: pointer;
}
.btns-innr-red-light {
  background: rgba(119, 1, 1, 0.5);
}
.btns-innr-red {
  background: #770101;
}
.carousel-container ul li .c-head {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
.carousel-container ul li .comp-name {
  font-weight: 500;
  font-size: 14.2442px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}
.testi-carousel div.item {
  position: relative;
}
.testi-carousel .slick-slide {
  margin: 0 10px;
}
.testi-carousel div.item:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.00043767507002800965) 65%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  width: 93%;
  z-index: 1;
  top: 15px;
  bottom: 68px;
  right: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
.testi-content .testi-outer h3 {
  font-family: inherit;
  font-size: 18px;
  color: #fff;
}
.testi-content {
  display: flex;
  justify-content: space-between;
  bottom: 90px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 99;
}
.testi-carousel li {
  position: relative;
}
.testi-carousel li:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.00043767507002800965) 65%,
    rgba(0, 0, 0, 1) 100%
  );
  display: block;
  position: absolute;
  bottom: 45px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.carousel-container ul li .c-head {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
.carousel-container ul li .comp-name {
  font-weight: 500;
  font-size: 14.2442px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}
.testi-grid ul {
  width: 100%;
  margin-right: 0%;
  list-style: none;
}
.profile-badge {
  position: absolute;
  padding: 20px;
  width: 100%;
  display: flex;
  top: 0.96px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}
.profile-info {
  padding: 10px;
  color: #fff;
  font-size: 12px;
}
.student-ambassadors-btn {
  background: #04083d !important;
  padding: 12px 16px !important;
  color: #fff !important;
  transition-duration: 0.4s;
  display: inline-block;
  font-size: 16px;
  border: 0;
  transition: 0.4s ease-in;
  text-align: center;
}
.student-ambassadors-btn:hover {
  background: #04083d !important;
  transition: 0.4s ease-in;
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 20px;
}

.card-body {
  padding: 15px;
}
.card-details {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 20px;
  padding: 40px;
}
.left-pending {
  padding: 40px;
}

.life-at-SRDU-1,
.life-at-SRDU-3,
.life-at-SRDU-5 {
  margin-bottom: 24px;
}
.btn-grid {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.see-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  border: 1px solid #d3d4d8;
}
.see-more-btn:hover {
  background-color: #dadada; /* Slightly darker gray on hover */
}
.see-more-btn svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.see-more-btn.open svg {
  transform: rotate(180deg); /* Rotates arrow when active */
}
/* SRDU new BTN START */
.SRDU-btn-new {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.SRDU-btn-new {
  width: 8rem;
  height: auto;
}
.SRDU-btn-small {
  width: 10rem;
  height: auto;
}
.SRDU-btn-in-between-large {
  width: 15rem;
  height: auto;
}
.SRDU-btn-large {
  width: 18rem;
  height: auto;
}
.SRDU-btn-xx-large {
  width: 20rem;
  height: auto;
}
.SRDU-btn-new .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background: #282936;
  border-radius: 1.625rem;
}
.SRDU-btn-new .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.SRDU-btn-new .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.13rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.SRDU-btn-new .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.SRDU-btn-new .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.3rem 0;
  text-transform: capitalize;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.SRDU-btn-new:hover .circle {
  width: 100%;
}
.SRDU-btn-new:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.SRDU-btn-new:hover .button-text {
  color: #fff;
}
.heading-wraper h2 {
  margin-bottom: 5px;
}
.explore-what-students {
  background: #f6f6f6;
  padding: 60px 0;
}
.testi-carousel .slick-slide img {
  display: block;
  width: auto;
}

.student-ambassadors-details .personal-interests-hobbies li {
  padding-bottom: 30px !important;
}
.student-ambassadors-details .card-details .SRDU-btn {
  font-size: 14px;
  color: #fff !important;
  font-weight: 600;
}
.student-ambassadors-details .explore-what-students .SRDU-btn {
  font-size: 14px;
  color: #fff !important;
  font-weight: 600;
}
.p-40 {
  padding: 40px;
}
/* SRDU new BTN END */
@media (max-width: 992px) {
  .life-at-SRDU-grid img {
    width: 100%;
  }
  .life-at-SRDU-5 {
    margin-top: 24px;
  }
  .card {
    margin-bottom: 20px;
  }
}
@media (max-width: 770px) {
  .testi-carousel div.item:after {
    bottom: 92px;
  }
  .card {
    margin-bottom: 20px;
  }
  .chat-student .dropdown {
    margin-bottom: 10px;
  }
  .profile-body {
    padding: 15px;
    background-color: white;
  min-height: auto;
  }
  .profile-section .section-content {
  font-weight: 500;
  font-size: 14px;
 min-height: auto;
  margin-top: 20px;
}
}
