/* ================= Extra LARGE SCREENS (≥1800px) ================= */
@media (max-width: 1800px) {
  .container-fluid {
    max-width: 95%;
  }

  .hero-left h1 {
    font-size: 56px;
  }

  .subtitle {
    font-size: 40px;
  }

  .hero-video {
    height: 130%;
    top: -15%;
  }

}

/* ================= LARGE SCREENS (≥1680px) ================= */
@media (max-width: 1650px) {
  .affText {
    padding: 10px 5px;
    font-size: 15px;
  }

  .shpLeft {
    padding: 0 0px 0 0;
  }

  .heading h2,
  .legacy h3,
  .placeLeft h3,
  .expLeft h3 {
    font-size: 40px;
  }

  .shpLeft p,
  .legacy p,
  .placeLeft p {
    font-size: 18px;
  }

  .shp {
    padding: 0 0px 0 0;
  }

  .shpText h3 {
    font-size: 40px;
  }

  .shpText p {
    font-size: 18px;
  }

  .spBox p,
  .destination .heading p {
    font-size: 16px;
  }

  .spBox {
    max-width: 99%;
    padding: 20px 20px;
  }

  .process-item h4 {
    font-size: 18px;
  }

  .process-item p {
    font-size: 16px;
  }

  .career h3 {
    max-width: 600px;
    font-size: 57px;
    margin: 50px 0 20px 0;
  }

  .destination::before {
    background-size: cover;
  }

  .hero-form {
    right: 20px;
    width: 350px;
  }
}

/* ================= LARGE SCREENS (≥1400px) ================= */
@media (max-width: 1400px) {

  .heading h2,
  .legacy h3,
  .placeLeft h3,
  .expLeft h3 {
    font-size: 40px;
  }

  .shpLeft p,
  .legacy p,
  .placeLeft p {
    font-size: 18px;
  }

  .shpText h3 {
    font-size: 36px;
  }

  .shpText p,
  .expLeft p {
    font-size: 16px;
  }

  .legacyFlx {
    gap: 20px;
  }

  .legacyBox h4,
  .legacyBox p,
  .legacyBox h5 {
    font-size: 18px;
  }

  .expPic {
    width: 100%;
    height: 250px;
  }

  .expPic img {
    height: 100%;
    object-fit: cover;
  }

  .firstActive .expPic {
    height: 350px;
  }

  .career {
    min-height: auto;
    padding: 50px 0 80px;
  }

  .destinationSl {
    padding: 40px 0 0 20px;
  }

  .destBox {
    height: 450px;
  }

  .hero-left h1 {
    font-size: 48px;
  }

  .subtitle {
    font-size: 30px;
  }

  .package {
    font-size: 50px;
  }

  .stat {
    font-size: 26px;
  }

  .stat span {
    font-size: 16px;
  }

  .highlight-box {
    font-size: 26px;
  }

  .hero {
    padding: 0 0 50px 0;
    min-height: auto;
  }

  .affiliation {
    padding: 50px 0 300px 0;
  }

}

/* ================= LAPTOPS (≥1200px) ================= */
@media (max-width: 1200px) {

  .legacyBox h4,
  .legacyBox p,
  .legacyBox h5,
  .placeLeft p {
    font-size: 16px;
  }

  .placeLeft,
  .expLeft {
    width: 100%;
  }

  .placeRight,
  .expRight {
    width: 100%;
  }

  .expPic {
    width: 100%;
    height: auto;
  }

  .firstActive .expPic {
    height: auto;
  }

  .testm {
    height: 300px;
  }

  .testimonial .owl-item.active.center .testm {
    height: 400px;
  }

  .stat {
    min-width: 190px;
  }

  .expRight .owl-theme .owl-nav {
    position: relative;
    bottom: 0;
    right: inherit;
  }

  .affiliation {
    padding: 50px 0 200px 0;
  }


}

/* ================= LARGE TABLETS / SMALL LAPTOPS (≥992px) ================= */
@media (max-width: 992px) {

  .shpFlx {
    display: block;
    gap: 20px;
    margin-top: 30px;
  }

  .shpLeft {
    padding: 0 0px 30px 0;
  }

  .legacyFlx {
    flex-wrap: wrap;
    gap: 0;
  }

  .legacyBox {
    width: 50%;
    margin: 0 0 20px 0;
    padding: 0 5px;
  }

  .process-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .career h3 {
    max-width: 459px;
    font-size: 34px;
  }

  .uprSec {
    padding: 20px 15px;
  }

  .destinationSl {
    padding: 30px 0 0 10px;
  }

  .hero-form {
    max-width: 350px;
    margin: 20px auto;
    box-shadow: 0 10px 10px #ccc;
    position: relative;
    top: 0;
    right: 0;
  }

  .hero-left h1 {
    font-size: 38px;
  }

  .subtitle {
    font-size: 24px;
  }

  .hero-left {
    max-width: 100%;
    padding: 31px 0 0 0;
  }

}



/* ================= TABLETS (≥768px) ================= */
@media (max-width: 768px) {

  .heading h2,
  .legacy h3,
  .placeLeft h3,
  .expLeft h3 {
    font-size: 30px;
  }

  .shpLeft p,
  .destination .heading p,
  .legacy p,
  .placeLeft p,
  .expLeft p {
    font-size: 15px;
  }

  .shpText h3 {
    font-size: 30px;
  }

  .shpText p {
    font-size: 15px;
  }

  .shp {
    gap: 10px;
  }

  .spBox p {
    font-size: 14px;
  }

  .spBox {
    margin-top: 10px;
  }

  .spIcon img {
    max-width: 130px;
    max-height: 97px;
  }

  .spIcon {
    margin: 0 0 10px 0;
  }

  .affiliation {
    padding: 50px 0 100px 0;
  }

  .legacyFull {
    padding: 30px 0;
  }

  .expFlx {
    padding: 20px;
    gap: 20px;
  }

  .expPic {
    border-radius: 10px;
  }

  .uprSec {
    flex-wrap: wrap;
  }

  .uprLeft {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }

  .dest-nav {
    margin-top: 10px;
  }

  .dest-nav button {
    width: 55px;
    height: 55px;
  }
}


/* ================= SMALL DEVICES (≥576px) ================= */
@media (max-width: 576px) {

  .affText,
  .destination .heading p,
  .legacy p,
  .placeLeft p,
  .expLeft p {
    font-size: 14px;
  }

  .affBox {
    max-width: 100%;
  }

  .cardSl {
    padding: 0 0 0 10px;
  }

  .heading h2,
  .legacy h3,
  .placeLeft h3,
  .expLeft h3 {
    font-size: 28px;
  }

  .shpLeft p {
    font-size: 14px;
  }

  .shpText h3 {
    font-size: 28px;
  }

  .shpText p {
    font-size: 14px;
  }

  .shp {
    gap: 0px;
  }

  .shpIcon {
    width: 90px;
    min-width: 90px;
  }

  .legacy h4 {
    font-size: 16px;
  }

  section {
    padding: 30px 0;
  }

  .legacyBox h4,
  .legacyBox p,
  .legacyBox h5 {
    font-size: 14px;
  }

  .legecyIcon img {
    max-width: 70%;
  }

  .placeLeft h4 {
    font-size: 36px;
  }

  .placeLeft ul li {
    min-width: 50%;
  }

  .downloadBtn a {
    font-size: 16px;
  }

  .sldLogo img {
    height: 54px;
  }

  .process-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .step {
    width: 55px;
    height: 55px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .process-item h4 {
    font-size: 16px;
  }

  .process-item p {
    font-size: 13px;
  }

  .process-item {
    padding: 0 0 0 70px;
  }

  .process-item .icon {
    margin-bottom: 0;
  }

  .process-item::before {
    content: "";
    width: 2px;
    height: 100%;
    left: 28px;
    top: 37px;
    border-left: 1px dashed #000;
  }

  .process-item .icon img {
    height: 45px;
  }

  .top-right {
    display: none;
  }

  .top-left {
    width: 100%;
    text-align: center;
  }

  .top-left img {
    max-width: 100%;
  }

  header {
    padding: 10px 0;
  }

  .testm {
    height: 250px;
    border-radius: 10px;
    margin: 30px 0 0 0;
  }

  .testimonial .owl-item.active.center .testm {
    height: 320px;
  }

  .career {
    background: #1c1611 url(../images/career-bg-mobile.webp) no-repeat bottom;
    background-size: 100%;
    min-height: 600px;
  }

  .career h3 {
    max-width: 100%;
    font-size: 36px;
    margin: 0px 0 20px 0;
  }

  .applyBtn a {
    font-size: 16px;
  }

  .destination {
    padding: 60px 0 80px;
  }

  .select-box {
    font-size: 15px;
    padding: 12px 12px;
  }

  .overlay {
    background: linear-gradient(180deg, rgba(10, 10, 40, 0.8) 0%, rgba(0, 0, 0, 0.2));
  }

  .hero-left {
    text-align: center;
  }

  .stats {
    gap: 5px;
    justify-content: center;
  }

  .stat {
    min-width: 100px;
    width: auto;
    padding: 10px 5px;
    font-size: 20px;
  }

  .stat span {
    font-size: 14px;
  }

  .hero-left h1 {
    font-size: 32px;
  }

  .subtitle {
    margin: 10px 0 50px;
  }

  .highlight-box {
    font-size: 16px;
  }

  .tag {
    font-size: 14px;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: 0px auto;
  }

  .package {
    font-size: 28px;
  }

  .small {
    font-size: 16px;
  }

  .stats {
    margin-top: 200px;
  }

}

/* ================= SMALL DEVICES (≥400px) ================= */
@media (max-width: 400px) {

  .shp {
    width: 50%;
    margin: 0 0 5px 0;
    padding: 0 10px 0 0;
  }

  .shpIcon {
    width: 70px;
    min-width: 70px;
  }

  .career h3 {
    font-size: 32px;
  }

  .footer {
    font-size: 14px;
  }

  .select-box {
    font-size: 13px;
    padding: 12px 5px;
    border-radius: 5px;
  }

  .uprRight {
    gap: 5px;
  }

}




@media (max-width: 768px) {
  .destinationSl {
    padding: 30px 0 0 20px;
  }

  .destBox {
    height: 480px;
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    position: relative;
  }

  .destPic {
    width: 100%;
    height: 180px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    display: block;
  }

  .destContent {
    position: relative;
    bottom: auto;
    left: auto;
    height: 300px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 20px;
    background: #184981;
    max-height: none;
    margin-top: -30px;
    z-index: 2;
    transition: none;
    width: 100%;
    overflow: hidden;
  }

  .destBottomBar {
    padding: 0;
    height: auto;
    margin-bottom: 10px;
    background: transparent;
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .destBottomBar h4 {
    font-size: 18px;
    color: #F8901F;
    font-weight: 800;
    margin: 0;
  }

  .progIcon {
    display: none;
  }

  .destHover {
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 !important;
    height: auto !important;
    order: 2 !important;
    display: block !important;
    transform: none !important;
    transition: none !important;
    background: transparent !important;
    border-radius: 0 !important;
  }

  .destHover h5 {
    display: none;
  }

  .destHover ul {
    margin: 0;
    max-height: 180px;
    overflow-y: auto;
    padding: 0 15px 0 0;
    list-style-position: inside;
  }

  .destHover ul::-webkit-scrollbar {
    width: 2px;
  }

  .destHover ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
  }

  .destHover ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 2px;
    height: 40px;
  }

  .destHover ul li {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: list-item;
    list-style: disc;
    margin-left: 15px;
    text-align: left;
  }

  .destHover .applyBtn {
    display: none;
  }

  .destBox:hover .destContent {
    height: 300px !important;
    max-height: 300px !important;
    transition: none !important;
  }
}