/*contact us home page */

  .quote-contact-section {
    background: url('https://st4.depositphotos.com/26566502/28786/v/600/depositphotos_287863264-stock-video-the-view-of-the-concept.jpg') 
                no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 5rem 0;
  }
  .quote-card {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  }
  .quote-header {
    display: inline-block;
    padding: .25rem .75rem;
    font-size: 1.9rem;
    font-weight: 600;
      color: #0A2E4E;
    /*border: 2px solid #FFC106;*/
    border-radius: .25rem;
    letter-spacing: 1px;
  }
  @media (max-width: 776px) {
  .quote-header {
    font-size: 16px;       /* slightly smaller text */
    padding: 0.2rem 0.5rem; /* tighter padding */
    letter-spacing: 0.5px;  /* less tracking */
  }
}
  .qc-input {
    border-radius: .375rem;
    border: 1px solid #ccc;
    padding: .75rem 1rem;
  }
  .qc-input:focus {
    border-color: #00284B;
    box-shadow: 0 0 5px rgba(0,40,75,0.25);
  }
  .qc-btn {
    background-color: #E6B800;
    color: #fff;
    padding: .75rem;
    border-radius: .375rem;
    font-weight: 500;
    transition: background .3s ease;
  }
  .qc-btn:hover {
    background-color: #001f3c;
  }
  
  
  /*conact home css ened*/
  
  
  
  .firm{
	        color:white;
	    }
	    
	    /*why choose css*/
	    
	    .why-choose-modern {
  background: linear-gradient(135deg, #e9f0f7, #fdfdff);
  padding: 80px 0; 
}

.section-title {
  font-size: 36px;
  font-weight: bold;
}

.section-title span {
  color: #007bff;
}

.section-subtitle {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  color: #555;
}

.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-6px);
}

.icon-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.why-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #00294A;
}

.why-card p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .why-card h3 {
    font-size: 18px;
  }

  .why-card p {
    font-size: 15px;
  }
}

/*why choose end*/
	    /*service css*/
	    
	    .service2-sec {
  background: url('https://st4.depositphotos.com/26566502/28786/v/600/depositphotos_287863264-stock-video-the-view-of-the-concept.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* Optional: keeps the image fixed on scroll */
  color: #fff; /* Optional: adjust text color if needed */
}






/*carrer css*/
	    .career-section {
  background-color: #fff;
  color: #020E2A;
}

.career-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.career-left,
.career-right {
  flex: 1 1 48%;
  min-width: 300px;
}

.career-subtitle {
  color: #e6b800;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.career-heading {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.career-text {
  font-size: 1.1rem;
}

.career-highlight-title {
  color: #e6b800;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
}

.highlight-box {
  background-color: #f9f9f9;
  border-left: 4px solid #e6b800;
  padding: 1rem;
  margin-bottom: 1rem;
}

.highlight-box h6 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.highlight-box p {
  font-size: 1.05rem;
  margin: 0;
}

.career-form-box {
  background-color: #f8f9fa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 2rem;
}

.form-heading {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.submit-btn {
  background-color: #e6b800;
  color: #020E2A;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
}

@media (max-width: 991.98px) {
  .career-left,
  .career-right {
    flex: 1 1 100%;
  }

  .career-heading {
    font-size: 1.75rem;
  }

  .career-form-box {
    margin-top: 2rem;
  }
}

   .contact-info p {
  margin-bottom: 0.5rem;
  font-size: 15px;
  color: #555;}
/*carrer css end*/
	    
	    /*service css*/