@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');



body,
a,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  letter-spacing: .3px;
}

/* banner section styles */
.banner-section .hero-section {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: linear-gradient(rgba(11, 35, 90, 0.6), rgba(11, 35, 90, 0.6));
}

.banner-section .product-hero-sec {
  background: linear-gradient(rgba(49, 213, 60, 0.8), rgba(3, 126, 46, 0.8)) !important;
}

.banner-section .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.8;
}

.hero-content h1 {
  font-size: 52px;
  line-height: 68px;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
  width: 70%;
}

.banner-section .hero-content {
  position: relative;
  z-index: 1;
  color: white;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.banner-section .banner-button {
  color: white;
  background-color: rgb(11, 35, 90);
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.banner-section .banner-button:hover {
  color: rgb(11, 35, 90);
  background-color: white;
  border: 2px solid rgb(11, 35, 90);
}

/* about  section styles */
.about-section {
  background: linear-gradient(135deg, #f5f8ff, #eaf0ff);
  padding: 50px 0px;
}

.about-section .abou-vedio {
  width: 90%;
  border-radius: 15px;
}

.about-section p {
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
}

.product-section {
  background: #f9fbff;
}

.text-orange {
  color: #ff6a00;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: left;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
  background: #1fa765;
  color: #fff;
}

.product-card:hover p,
.product-card:hover h5 {
  color: #fff;
}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
}

.product-card p {
  color: #6c757d;
  font-size: 15px;
  margin-top: 10px;
}

/* services section styles */
.services-section {
  background: #d1daec;
  padding: 60px 0px;
}

.services-section .service-card {
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.services-section .service-card p {
  font-size: 22px;
  color: #2e2d2d;
  line-height: 34px;
  margin-bottom: 0px;
}

.services-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(51, 51, 51, 0.5);
}

/* training section code styles */
.training-carousel-section {
  background: linear-gradient(135deg, #e3e9f7, #cbd1e0);
  padding: 60px 0px;
  text-align: center;
}

.training-carousel-section .embeded-section h2 {
  font-size: 30px;
  line-height: 42px;
}

.training-carousel-section .embeded-section p {
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

.training-carousel-section img {
  border-radius: 20px !important;
}

.training-carousel-section .course-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 30px 0px;
  height: 470px !important;
}

.training-carousel-section .course-card h3 {
  color: rgb(11, 35, 90);
}

.training-carousel-section .course-card p {
  color: #444;
  font-size: 22px;
  line-height: 34px;
  margin: 10px 0 5px;
}

.training-carousel-section .course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* PROGRAM HIGHLIGHT SECTION */
.program-highlight {
  background: linear-gradient(135deg, #0b2960, #5679a6);
  padding: 80px 0;
  color: white;
  text-align: center;
  position: relative;

}

.program-highlight .program-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #00c853;
  padding: 8px 22px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 25px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.program-highlight .section-title {
  color: #fff;
}

.program-highlight h3 {
  font-size: 24px;
  line-height: 36px;
}

.program-highlight .section-title span {
  color: #ffeb3b;
}

.program-highlight .section-subtitle {
  color: #f5f5f5;
}

.program-highlight .feature-box {
  background: #ffffff;
  padding: 28px 20px;
  border-radius: 14px;
  text-align: center;
  transition: 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.program-highlight .feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.program-highlight .feature-box i {
  font-size: 45px;
  margin-bottom: 18px;
  color: #0b2960;
}

.program-highlight .feature-box p {
  font-size: 22px;
  color: #050505;
}

.program-highlight .program-footer {
  max-width: 800px;
  margin: 35px auto;
  font-size: 24px;
  line-height: 40px;
  color: #f0f0f0;
}

.program-highlight .program-btn {
  display: inline-block;
  background: #ffeb3b;
  color: #0b2960;
  font-weight: 700;
  padding: 12px 35px;
  font-size: 20px;
  border-radius: 30px;
  transition: 0.3s ease;
  text-decoration: none;
}

.program-highlight .program-btn:hover {
  background: #fff;
  color: #0b2960;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* acchevement section code styles */
.achievements-section {
  background: linear-gradient(135deg, #0d47a1, rgb(11, 35, 90));
  padding: 60px 0px;
  color: #fff;
}

.achievements-section .achievement-box {
  transition: transform 0.3s ease;
}

.achievements-section .achievement-box:hover {
  transform: translateY(-8px);
}

.achievements-section .achievement-box i {
  font-size: 45px;
  margin-bottom: 15px;
  color: #ffffff;
}

.achievements-section .achievement-box h3 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  color: #ffeb3b;
}

.achievements-section .achievement-box p {
  font-size: 22px;
  color: #fff;
  opacity: 0.9;
  line-height: 28px;
}

/* testimonal section code */
.student-testimonials {
  background: linear-gradient(135deg, #f5f8ff, #eaf0ff);
  padding: 60px 0px;
}

.client-testimonials {
  background-color: rgb(11, 35, 90);
  padding: 60px 0px;
}

.testimonial-card h5 {
  font-size: 20px;
  line-height: 26px;
}

.testimonial-card small {
  font-size: 18px;
  line-height: 32px;
  color: #666;
}

.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  height: 310px;
}

.testimonials-card {
  height: 415px;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
  font-style: italic;
  color: #555;
  min-height: 80px;
  font-size: 16px;
  line-height: 24px;
}

.stars i {
  margin: 0 2px;
}

/* this is contact section styles */
.contact-forms-section {
  background: #f4f8ff;
  padding: 60px 0;
}

.contact-forms-section .form-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  padding: 35px 30px;
}

.contact-forms-section .form-card:hover {
  transform: translateY(-5px);
}

.contact-forms-section .form-card h3 {
  color: rgb(11, 35, 90);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 26px !important;
}

.contact-forms-section .form-control {
  font-size: 14px;
  /* bigger placeholder text */
  padding: 11px 16px;
  /* more inner space */
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: all 0.3s ease;
}

.contact-forms-section .form-control::placeholder {
  color: #888;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.contact-forms-section .form-control:focus {
  border-color: rgb(11, 35, 90);
  box-shadow: 0 0 8px rgba(21, 101, 192, 0.2);
}

.contact-forms-section .btn-primary {
  background-color: rgb(11, 35, 90);
  border: none;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-forms-section .btn-primary:hover {
  background-color: #0d47a1;
}

.contact-forms-section .msg-box {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

/* this is client section styling */
.clients-section {
  background: #f8f9fa;
  padding: 60px 0px;
}

.clients-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.clients-carousel .item img {
  width: 100%;
  max-height: 120px;
  transition: all 0.3s ease-in-out;
}

.clients-carousel .item img:hover {
  transform: scale(1.05);
}

/* placed candidates section styling */
.placed-candidates {
  background: black;
  padding: 60px 0px;
  text-align: center;
  color: white;
}

.placed-candidates .candidate-card {
  padding: 20px 30px;
  box-shadow: 2px 2px 2px white;
  background-color: white;
  color: black;
  margin-top: 30px;
  border-radius: 10px;
}

.candidate-card i {
  font-size: 50px;
  margin-bottom: 20px;
}

.candidate-card h6 {
  font-size: 26px;
  margin: 14px 0px;
  color: #0b2960;
}

.candidate-card h4 {
  font-size: 22px;
  margin: 10px 0px;
}

.candidate-card span {
  font-size: 22px;
  padding: 10px 20px;
  margin-top: 7px;
  font-weight: 500;
}

/* java section coding styles */
.java-section {
  background-color: #080808;
  color: white;
  padding: 60px 0px;
  text-align: center;
}

.java-section .section-title {
  color: white;
}

.java-section .section-subtitle {
  color: white;
  margin-top: 20px;
  font-size: 28px;
}

.java-section p {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}

/* expertise section styling code */
.expertise-section {
  background: #f3e7e7;
  padding: 50px 0px;
  text-align: center;
}

.expertise-section h2 {
  color: rgb(11, 35, 90);
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 30px;
}

.expertise-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.expertise-card .icon img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.expertise-card h5 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}

.expertise-card p {
  font-size: 22px;
  line-height: 36px;
}

/* gallery section styling code */
.gallery-section {
  background-color: #f8f9fa;
}

.gallery-section .gallery-img {
  transition: all 0.4s ease;
  border: 3px solid transparent;
  object-fit: cover;
  height: 250px;
  width: 100%;
}

.gallery-section .gallery-img:hover {
  transform: scale(1.05);
  border-color: rgb(11, 35, 90);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Lightbox custom styles */
.gallery-section {
  background-color: #080808d8;
  color: white;
  padding: 60px 0px;
}

.lightbox .lb-image {
  border-radius: 10px;
  max-height: 100vh !important;
  /* Keep popup centered */
  margin: auto;
  display: block;
}

.lightbox .lb-outerContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  /* Center vertically */
}

.clients-section {
  padding: 50px 0px;
  background-color: #ece2e2;
}