.top-header-mobile{
  background-color: #F44336;
}

.top-header-mobile a:hover {
    text-decoration: underline;
  }

  .logo-img {
  width: 110px;
  height: 90px;
}
@media (max-width: 767.98px) {
.navbar-brand p{
  display: none;
}
}

@media (max-width: 767px) and (min-width: 280px) {
    .navbar-brand h2
 {
        font-size: 13px;
        
        max-width: 320px;
        text-align: left;
    }
}

.brand-title {
  font-size: 28px; /* bigger text */
  font-weight: 700;
  color: #212529;
}

.brand-subtext {
  font-size: 0.9rem;
  color: #6c757d;
}
.imt-banner-section h1{
    font-size: 30px;
}

.imt-banner-section {
  background: url('../assets/Institute_of_Management_and_Technology_IMT_Faridabad_2_e91505a41c.jpg') center center/cover no-repeat;
  height: 90vh;
}

.imt-banner-overlay {
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
}

@media (max-width: 767.98px) {
  .imt-banner-section {
    background-position: top center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.home-about-section h1 {
  font-size: 2.2rem;
}

@media (max-width: 576px) {
  .home-about-section h1 {
    font-size: 1.6rem;
  }
}

.home-about-section h1 {
  font-size: 2rem;
}
.home-about-section p {
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 576px) {
  .home-about-section h1 {
    font-size: 1.5rem;
  }
}

.reasons-section {
  background: url('../assets/uploads/2019/08/section_bg10.jpg') center center/cover no-repeat;
  position: relative;
  color: #fff;
}

.reasons-section .overlay {
  background-color: #0a5b86e0;
  /* background: rgba(0, 48, 87, 0.75); */
  z-index: 0;
  height: 100%;
}

.reason-box {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #ffffff;
  border-radius: 5px;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.reason-box:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.number-box {
  font-size: 2rem;
  font-weight: 700;
  min-width: 50px;
  color: #fff;
}

.info-box-section .section-heading h2 {
  font-size: 2rem;
}

.info-box {
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.info-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.info-box .card-img-top {
  object-fit: cover;
  height: 250px;
  transition: transform 0.3s ease;
}

.info-box:hover .card-img-top {
  transform: scale(1.05);
}

.info-box .card-body {
  padding: 20px;
}



.section-title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #00305a;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #007bff;
  border-radius: 2px;
}

.course-list li {
  margin-bottom: 25px;
  border-left: 4px solid #007bff;
  padding-left: 15px;
  transition: all 0.3s ease;
}

.course-list li h5 {
  margin: 0;
  font-weight: 600;
  color: #00305a;
}

.course-list li p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}

.course-list li:hover {
  background-color: #f8f9fc;
  border-left-color: #0056b3;
}


.testimonials-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #002f5e;
  position: relative;
}
.testimonials-section .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #007bff;
  margin: 10px auto;
}
.testimonial-card {
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.testimonial-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
.quote-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.5rem;
  color: #007bff;
}


.content-box {
  padding: 15rem 0px 0 0;
}

.content-box h1 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.content-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}

.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.form-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  color:#000;
}

.form-control {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: all 0.3s ease;
  height: 40px;
}

.form-control:focus {
  outline: 2px solid #007bff!important;
  outline-offset: 2px!important;
  border-color: #007bff!important;
}


.btn-submit {
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  transition: background 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.btn-submit:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .imt-banner-section {
    padding: 60px 15px;
    background-position: center top;
  }

  .content-box h1 {
    font-size: 1.8rem;
  }

  .form-box {
    padding: 20px;
    margin-top: 20px;
    
  }
  
.banner-content{
    margin-bottom:100px;
}
}

.recruiters-slider-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scrollLeft 40s linear infinite;
}

.slider-track img {
  height: 70px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.slider-track img:hover {
  filter: grayscale(0%);
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
    margin-bottom:5rem;
    margin-top: 5rem;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
  margin-bottom: 20px;
}

.contact .info-box i {
  font-size: 30px;
  color: #DB5500;
  border-radius: 50%;
  padding: 5px;
  /*border: 2px dotted #b3d1fa;*/
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #DB5500;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #DB5500;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.fixed-buttons {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.fixed-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: #25d366; /* WhatsApp default */
  color: #fff;
  font-size: 24px;
  border-radius: 8px 0 0 8px;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.fixed-buttons .call-btn {
  background-color: #007bff; /* Call button color */
  margin-bottom: 70px;
}

.fixed-buttons a:hover {
  transform: translateX(-5px);
  opacity: 0.9;
}


.back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: #ffffff;
  color: #333;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0; /* square shape */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.back-top.show {
  opacity: 1;
  visibility: visible;
}

.back-top:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

.back-top i {
  font-size: 18px;
  color: #007bff;
}

.site-footer {
  background-color: #f8f9fa;
  padding: 10px 0;
  color: #555;
  border-top: 1px solid #ddd;
}

.site-footer a {
  color: #004080;
  text-decoration: none;
  font-weight: 500;
}

.site-footer a:hover {
  color: #f0a500;
}

