.study-abroad-banner {
  background: url("../images/study-abroad/slide-study-abroad.webp") no-repeat;
  min-height: 87vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  position: relative;
}

.overlay-text h1 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.overlay-text h1 .highlight-text {
  color: #f58634;
}
.testimonial-python .slick-slide {
  margin: 0 5px;
}
.overlay-text p {
  font-size: 18px;
  color: #333;
  margin-top: 1rem;
}

.about-study-abroad {
  background-color: #fff8f2;
  padding: 80px 0;
}

.white-bg-study-abroad {
  background-color: #ffffff;
  padding: 80px 0;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.main-image {
  width: 100%;
  max-width: 500px;
  border-radius: 4px;
}

.overlay-image {
  position: absolute;
  bottom: -20px;
  right: -30px;
  width: 300px;
  border: 4px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.course-content {
  padding: 50px;
  max-width: 500px;
}

.course-cards-section {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.course-card {
  background-color: #ffc252;
  border-radius: 90px;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  /* transform-origin: top left; */
  transform: skew(-14deg, 0deg);
  display: flex;
  align-items: center;
}

.course-card-image img {
  border-radius: 90px;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  /* transform-origin: top left; */
  transform: skew(-14deg, 0deg);
}

.faculty-btn-int {
  margin-top: 150px;
}

.course-content {
  transform-origin: top left;
  transform: skew(10deg, 0deg);
}

.course-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.heading {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.course-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.course-description {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.sports-next-arrow {
  border: 0px;
  background: transparent;
  top: 0px;
  right: 0px;
}

.sports-prev-arrow {
  border: 0px;
  background: transparent;
  top: 0px;
  right: 70px;
}

.collaboration-logo {
  border: 1px solid #000;
  min-height: 305px;
}

.collaboration-logo img {
  margin: 20px 0;
}

.collaboration-logo p {
  margin: 15px;
  font-weight: 600;
}

.flag-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.flag-item {
  flex: 0 0 calc(100% / 8 - 20px);
  text-align: center;
  cursor: pointer;
}

.flag-grid.read-more-wrap .read-more-mask {
  display: none;
}

.flag-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.flag-name {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.checked {
  color: orange;
}

.testimonial-text {
  margin-top: 20px;
  font-weight: 600;
}

.yellow-strip {
  background-image: url(../images/study-abroad/horizons-bg.webp);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  padding: 60px 0 20px 0;
}

/* .yellow-strip {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 300px;
        background-color: #ffd84d;
        transform: translateX(-50%);
        z-index: 0;
    } */
.program-block {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
}

.program-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.program-img {
  max-width: 350px;
  overflow: hidden;
}

.program-text {
  max-width: 420px;
  padding: 20px;
}

.program-text h4 {
  margin-bottom: 15px;
  color: #000;
}

.program-text p {
  margin-bottom: 15px;
  color: #000;
}

/* Alternate layout */
.reverse {
  flex-direction: row-reverse;
}

.faculty-section {
  padding: 100px 20px 60px;
  position: relative;
}

.faculty-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  position: absolute;
  background-color: #fff;
}

/* Floating images layout - adjust for your image positions */
.img-1 {
  top: -90px;
  left: 100px;
}

.img-2 {
  top: 0px;
  left: 300px;
}

.img-3 {
  bottom: -75px;
  left: 180px;
}

.img-4 {
  bottom: -60px;
  left: 35%;
  transform: translateX(-50%);
}

.img-5 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
}

.img-6 {
  top: 150px;
  right: 350px;
}

.img-7 {
  top: 20px;
  right: 300px;
}

.img-8 {
  bottom: 155px;
  right: 100px;
}

.img-9 {
  bottom: -90px;
  right: 75px;
}

.mr-150 {
  margin-right: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.read-more-wrap .read-more-mask {
  background-image: none !important;
}

.testimonial-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 25px 0;
}

.study-abroad .slick-slide img {
  border-radius: 15px;
}

.white-bg-study-abroad .testimonial-grid h2 {
  margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 1450px) {
  .study-abroad-banner {
    min-height: 77vh;
    background-size: contain;
  }
}

@media (max-width: 1300px) {
  .study-abroad-banner {
    min-height: 70vh;
  }

  .heading {
    font-size: 20px;
  }

  .course-subtitle {
    font-size: 20px;
  }

  .course-description {
    font-size: 14px;
  }
}

@media (max-width: 1370px) {
  .course-content {
    padding: 50px;
  }
}

@media (max-width: 1200px) {
  .course-content {
    padding: 50px 20px;
    max-width: 380px;
  }

  .img-1 {
    top: -90px;
    left: 110px;
  }

  .img-3 {
    bottom: -80px;
    left: 110px;
  }

  .img-2 {
    top: 0px;
    left: 280px;
  }

  .img-8 {
    top: -90px;
    right: 100px;
  }

  .img-6 {
    top: 150px;
    right: 260px;
  }

  .img-9 {
    bottom: -80px;
    right: 100px;
  }

  .img-7 {
    top: 0;
    right: 280px;
  }

  .img-4 {
    bottom: -80px;
    left: 325px;
  }

  .img-6 {
    top: 150px;
    right: 280px;
  }

  .collaboration-logo {
    min-height: 340px;
  }

  .gateway-global-education {
    padding-left: 60px;
  }

  .mr-150 {
    margin-right: 50px;
  }

  .ml-150 {
    margin-left: 50px;
  }
}

@media (max-width: 1030px) {
  .overlay-text h1 {
    font-size: 30px;
  }

  .overlay-text p {
    font-size: 14px;
  }

  .study-abroad-banner {
    min-height: 57vh;
  }
}

@media (max-width: 991px) {
  .course-content {
    padding: 50px 20px;
    max-width: 90%;
  }

  .course-card {
    border-radius: 40px;
    transform: skew(-10deg, 0deg);
    margin-bottom: 20px;
  }

  .faculty-section {
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 24px;
  }

  .faculty-img {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    transform: unset !important;
    width: 100%;
    height: auto;
    object-fit: unset;
    background-color: #fff;
  }

  .img-8,
  .img-9 {
    display: none !important;
  }

  .faculty-btn-int {
    margin-top: 30px;
  }

  .about-study-abroad p {
    margin-bottom: 1.5rem !important;
  }

  .about-study-abroad {
    padding: 40px 0;
  }

  .program-content {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }

  .ml-150,
  .mr-150 {
    margin: 0;
  }

  .yellow-strip {
    padding: 40px 0;
  }

  .program-block {
    margin: 0;
    background: #fff8f2;
    padding: 20px;
    margin-bottom: 20px;
  }

  .program-text {
    max-width: 100%;
    padding: 20px;
    text-align: left;
  }

  .program-img {
    max-width: 100%;
    overflow: hidden;
  }

  .program-block-alternate .program-text {
    order: 2;
  }

  .program-block-alternate .program-img {
    order: 1;
  }
}

@media (max-width: 840px) {
  .study-abroad-banner {
    min-height: 450px;
  }

  .overlay-text h1 span {
    display: block;
  }

  .about-study-abroad {
    padding: 80px 0 40px 0;
  }

  .about-study-abroad .align-items-center {
    align-items: unset !important;
  }

  .about-study-abroad .overlay-image {
    bottom: -170px;
  }
}

@media (max-width: 768px) {
  .program-content,
  .reverse {
    flex-direction: column !important;
  }

  .program-text {
    text-align: center;
  }

  .flag-item {
    flex: 0 0 calc(100% / 4 - 20px);
  }

  /* .faculty-img {
            position: static;
            display: inline-block;
            margin: 10px;
            width: 80px;
            height: 80px;
        } */
}

@media (max-width: 767px) {
  .lpu-btn-new .circle {
    width: 2rem;
    height: 2rem;
  }

  .lpu-btn-new .circle .icon.arrow {
    left: 0.13rem;
  }

  .lpu-btn-new .button-text {
    padding: 0.3rem 0;
    text-transform: capitalize;
  }

  .lpu-btn-new {
    width: 8rem;
  }

  .lpu-btn-xx-large {
    width: 16rem;
  }

  .lpu-btn-in-between-large {
    width: 10rem;
  }

  .lpu-btn-large {
    width: 13rem;
  }

  .faculty-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .img-8,
  .img-9 {
    display: block !important;
  }

  .about-study-abroad .overlay-image {
    display: none;
  }

  .gateway-global-education {
    padding-left: 0;
  }

  .program-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .program-text {
    order: 2;
  }

  .program-img {
    margin: 0 auto;
    order: 1;
  }

  .program-img img {
    width: 280px;
  }

  .collaboration-logo {
    min-height: 100%;
  }

  .collaboration-logo img {
    margin: 0;
  }

  .course-card {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    transform-origin: unset;
    transform: unset;
  }

  .course-content {
    transform-origin: unset;
    transform: unset;
    max-width: 100%;
  }

  .course-cards-section {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .white-bg-study-abroad .testimonial-grid h2 {
    margin-bottom: 20px !important;
  }
  .work {
    margin-top: 20px !important;
  }

  .testimonial-grid {
    flex-direction: column;
  }

  .program-text {
    order: 2;
  }

  .program-img {
    order: 1;
  }

  .about-study-abroad {
    padding: 40px 0;
  }

  .white-bg-study-abroad h2 {
    margin-bottom: 20px !important;
  }

  .container {
    padding: 0 20px;
  }

  .white-bg-study-abroad {
    padding: 40px 0;
  }

  h2 {
    font-size: 20px;
  }

  .gateway-global-education p {
    margin: 0;
    font-size: 14px;
  }

  .study-abroad-banner {
    min-height: 360px;
  }

  .overlay-text {
    padding: 0 20px;
  }

  .overlay-text h1 {
    font-size: 24px;
  }

  .overlay-text p {
    font-size: 14px;
  }

  .flag-item {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}
