@charset "utf-8";
/* CSS Document */
.space {
	padding: 70px 0px;
}
.space-40 {
	padding: 40px 0px;
}
.text-justify {
	text-align: justify;
}
.rs-product-item1 {
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.rs-product-item1:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.serviceBox{
    color: #fff;
    background-color: #FCFCFC;
    text-align: center;
    padding: 20px 15px 20px;
    border: 5px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
}
.serviceBox .service-icon i{line-height:inherit; 
color: #004B93;}
.serviceBox .title{
    color: #004B93;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 13px;
}
.serviceBox .description{
    color:#2F2F2F;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    margin: 0;
}
	.career-info-box {
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.career-info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #dc3545);
  transition: all 0.5s ease;
}

.career-info-box:hover::before {
  left: 0;
}

.career-info-box h2 {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.career-info-box ul {
  list-style: none;
  padding: 0;
}

.career-info-box li {
  margin-bottom: 10px;
  color: #444;
}

.career-info-box a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.career-info-box a:hover {
  color: #e30613 !important;
}
	.text-primary {
  --bs-text-opacity: 1;
  color: rgb(234, 85, 1) !important;
}
	.career-subtitle {
  font-size: 17px;           /* कमी font size */
  color: #004a91;           /* success green सारखा रंग */
  font-weight: 600;          /* semi-bold look */
  letter-spacing: 0.3px;
  text-transform: none;      /* capital नको असल्यास */
  margin-top: 1.2rem !important;
  margin-bottom: 0.5rem !important;
}

.career-subtitle::before {
  content: "▸ ";
  color: #ea3e00;
}


@media (max-width: 767px) {
  .career-info-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px){
	.serviceBox{ margin: 0 0 30px; }}
.bg-1{
background-color: #440503;
background-image: url("https://www.transparenttextures.com/patterns/gravel.png");
}
.bg-3{
background: linear-gradient(90deg, rgba(7,37,61,1) 38%, rgba(125,17,21,1) 100%);
}
.hideen{
    display: none !important;
}
.text-right {
    text-align: right !important;
}
.bg-2 {
background-color: #fcfcff;
background-image: url("https://www.transparenttextures.com/patterns/redox-02.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.serviceBox1{
    color:#f53b57;
    background: #fff;
    text-align: center;
    padding: 50px 20px 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}
.serviceBox1:before,
.serviceBox1:after{
    content: "";
    background: linear-gradient(to top , #ef5777 49%, #f53b57 50%);
    width: calc(100% - 20px);
    height: 10px;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.serviceBox1:after{
    background: linear-gradient(to bottom, #ef5777 49%, #f53b57 50%);
    border-radius: 5px 5px 0 0;
    top: auto;
    bottom: 0;
}
.serviceBox1 .title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.serviceBox1 .service-icon{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 13px;
}
.serviceBox1 .description{
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

@media only screen and (max-width: 1199px){
    .serviceBox1{ margin: 0 0 40px; }}

.rs-why-choose-one .rs-why-choose-icon i {
    font-size: 40px;
    color: #FFFFFF;
}
article {
	max-width: auto;
	margin: 0 auto;
	border: 0.18rem solid lightgrey;
	padding: clamp(1rem, 2rem, 1rem);
	border-radius: 0.5rem;
}

article > * + * {
	margin-top: 1rem;
}

dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.5rem 0;
}

dl > * {
	background: #e2eef9;
	padding: 1rem;
}

dl > :nth-of-type(2n) {
	background: lavenderblush;
}

dt {
	font-weight: 500;
	font-size: 18px;
    color: #252424;
}

dd {
	margin: 0;
	padding: 1rem;
	display: flex;
	align-items: center;
}

.form-group{
    padding: 10px;
}
.panel-success{
    border: 1px #004B93 solid;
    padding: 20px;
}
.btn-success {
    font-size: 16px;
    padding: 7px;
}
.btn-warning{
    font-size: 16px;
    padding: 7px;
}