 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;
  }
  .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: #0d6efd !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;
  }
}