@media only screen and (max-width:1300px){
  .testimonail-inner{
    padding-left: 60px;
  }
  .testimonails-img-wrap{
    height: 560px;
  }
}
@media only screen and (max-width:1200px){
  .testimonail-inner{
    max-width: 100%;
  }
  .testimonail-inner .item .message::after {
    width: 31px;
    height: 16px;
    top: -30px;
  }
  .testimonail-inner .item{
    padding-top: 80px;
  }
}
@media only screen and (max-width:992px){
  .section-employability .container.mx-full{
    max-width: 100%;
    padding: 0;
  }
  .employability-img-wrap{
    height: 450px;
  }
  .border-left-vertical{
    border: 0;
    padding-left: 0 !important;
  }
  .section-employability{
    padding-bottom: 0;
  }
  .testimonail-inner{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:575px){
  .header{
    height: 75px;
  }
  .header .navbar{
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand {
    width: 125px;
    height: 45px;
  }
  .menu-toggle img,
  .header-left-action img{
    width: 20px;
  }
  body{
    padding-top: 75px;
  }
  .overlay-menu{
    padding: 50px 0;
    top: -200%;
    height: calc(100% - 75px);
    overflow: auto;
  }
  .overlay-menu.show{
    top: 75px;
  }
  .overlay-menu .container-fluid{
    padding: 0 2%;
  }
  .left-image{
    height: auto;
  }
  .text-section::after{
    width: 32%;
    height: 393px;
  }
  .section-about::after{
    width: 180px;
    height: 200px;
  }
  .highlighted{
    border-radius: 0;
  }
  .course-card-img{
    height: auto;
  }
  .section-courses .nav-pills .nav-link{
    padding: 14px 10px;
    font-size: 17px;
  }
  .section-courses .nav-pills{
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .section-courses .nav-pills li.nav-item{
    min-width: 177px;
  }
  .course-content{
    padding: 30px 20px;
  }
  .course-content h2{
    min-height: auto;
  }
  .course-content h2{
    font-size: 20px;
  }
  .testimonails-img-wrap{
    height: 430px;
  }
  .theme_card_content h4{
    min-height: auto;
  }
  .ft-logo{
    height: 40px;
    width: 142px;
  }
  .footer::after {
    width: 60px;
    height: 53px;
  }
  .testimonail-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonail-info .testimonail-info-img{
    width: 50px;
    height: 50px;
    margin-top: 0px;
  }
  .footer h4{
    font-size: 16px;
  }
  .ft-link a{
    font-size: 14px;
  }
  .footer::before{
    width: 100px;
    height: 201px;
  }
  .card .info {
      padding: 10px;
  }
  .method-card{
    padding: 40px 20px;
  }
  .method-icon{
    width: 50px;
    height: 50px;
  }
  .method-icon i{
    font-size: 1.4rem;
  }
  .min-height{
    min-height: unset;
  }
  .hero-title{
    font-size: 2rem;
  }
  .custom-accordion .accordion-button{
    font-size: 18px;
  }
  .bx-box{
    padding: 30px 15px;
  }
  .overlay-menu ul li a{
    font-size: 15px;
  }
  .overlay-menu .container-fluid .row>div{
    padding-left: 15px;
  }
  .form-control, .form-select{
    font-size: 16px;
  }
  body{
    font-size: 16px;
  }
}

/* Optional: open dropdown on hover (desktop) */
@media (min-width: 992px) {
  .header-dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header .header-dropdown:hover > .dropdown-menu,
  .header .header-dropdown > .dropdown-menu:hover {
    display: block;

  }
  .header-dropdown > .dropdown-toggle::after {
    margin-left: 6px;
  }
}

/* Default dropdown alignment */
@media (min-width: 992px) {
  .header .header-dropdown > .dropdown-menu {
    left: 0;
    right: auto;
    margin-top: 0px;
  }

  /* The LAST nav item’s dropdown opens to the LEFT (stays in viewport) */
  .header .header-nav-links > li:last-child > .dropdown-menu {
    right: 0;
    left: auto;
  }
}
