 b{
    font-weight: 600;
  }

  .marq{
       width: 100%;
    height: 50px;
    background-color: #0b1267;
    line-height: 50px;
  }
  .marq .geek1{
    color: white;
    font-size: 23px;
    font-weight: 500;
  }
  .cam-ser h2{
    text-align: center;
    margin-bottom: 40px;
    color: #233d70;
  }
  .cam-country p{
        margin-top: 10px;
    }
    .cam-line{
      border-bottom: 2px solid #d01616;
    width: 70px;
    }
    .cam-country  .btn-style-one{
         position: relative;
    font-size: 12px;
    line-height: 24px;
    padding: 7px 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    background: #3342f3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 7px;
    }
     .abt-sec img{
    height: 400px;
  }
  .abt-sec p{
    margin-top: 10px;
  }

    .main-box{
       background: white;
    }

.cam-banner h1{
    color: white;
    font-size: 70px;
    text-shadow: 1px 1px #ac0000;
}
.cam-banner h3{
    color: white;
}
.cam-banner p{
     color: white;
    padding: 0px 82px;
}

.cam-hon {
		background: white;
	}

	.cam-hon h6 {
		padding: 14px;
		font-size: 14px;
	}

	.camb {
		padding: 40px 0px;
		background-color: #4476a8;
	}

	.camb h3 {
		font-size: 30px;
		color: white;
	}

.cam-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      background: rgb(10 24 255 / 75%); /* Opacity layer */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}

  .cam-main-btech{
        background-color: #e4d8d8;
        
    }
    .cam-btech h2{
            color: #233d70 !important;
    font-size: 30px;
    }
 .ft-list li i{
    color: #3f4cfb;
    margin-right: 10px;
    font-size: 16px;
 }

 .cam-aus h4{
        color: white;

    }
    .cam-aus b{
        color: white;
    }

.cam-car{
		    background: #1253d8;
    padding: 40px 0px;
	}
	.cam-car p{
		color: white;
	}
	.cam-car p b{
		color: white;
	}
.banner-content .btn {
  display: inline-block;
  padding: 12px 28px;
  background: #ff6600;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.banner-content .btn:hover {
  background: #e65c00;
}

/* ===== Responsive Styles ===== */
@media (max-width: 1024px) {
  .banner-content h1 {
    font-size: 2.2rem;
  }
  .banner-content p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .cam-banner {
    height: 70vh; /* Reduce height on tablets */
  }
  .banner-content h1 {
    font-size: 1.8rem;
  }
  .banner-content p {
    font-size: 0.95rem;
  }
  .banner-content .btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .cam-banner {
    height: 65vh; /* Smaller height for mobile */
  }
  .banner-content h1 {
    font-size: 1.5rem;
  }

  .banner-content p {
        font-size: 0.85rem;
        padding: 0px 20px;
    
  }
  .banner-content .btn {
    padding: 8px 18px;
    font-size: 0.85rem;
  }
    .hero-image img {
    /* max-width: 464px; */
    width: 100%;
    display: none;
}
    .hero-section::before {
        width: 0%;
        left: -60%;
    }
    .hero-text h1 {
    font-size: 42px;
    font-weight: 700;
    color: #2c1a4a;
    line-height: 1.2;
    margin: 5px 0;
}
.hero-text p {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}
.main-header .logo img, .sticky-header .logo img {
        max-width: none;
        max-height: 115px;
        WIDTH: 177PX;
    }
}
	.hero-section {
  position: relative;
  padding: 0px 0;
  background: linear-gradient(45deg, #ece5e5, #7e454500);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  height: 640px;
}

/* Purple diagonal background */
.hero-section::before {
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  width: 45%;
  height: 100%;
  background: #233d70;
  transform: skewX(-12deg);
  z-index: 1;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT IMAGE */
.hero-image img {
  max-width: 464px;
    width: 100%;
}

/* RIGHT CONTENT */
.hero-text {
     max-width: 620px;
    margin-top: -60px;
}


.hero-text .experience {
  color: #ff9800;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.hero-text h1 {
  font-size: 64px;
  font-weight: 700;
  color: #2c1a4a;
  line-height: 1.2;
  margin: 15px 0;
}

.hero-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn-primary {
  background: #ff9800;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-secondary {
  background: #2c1a4a;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover,
.btn-secondary:hover {
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-section::before {
    width: 100%;
    left: -60%;
  }

  .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 576px) {

}

