
/*contact page style */


.contact-field {
  background: #ffffff;
  border: 2px solid #fab909;
  border-radius: 12px;
  padding: 40px 35px;
  transition: all 0.3s ease;
}
.contact-field:hover {
  box-shadow: 0 6px 25px rgba(250,185,9,0.25);
}

/* === Heading === */
.contact-field h2 {
  font-size: 28px;
  font-weight: 700;
  color: #02205f;
  text-transform: uppercase !important;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.contact-field h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #fab909;
  border-radius: 2px;
}

/* === Input Fields === */
.single-input-field input,
.single-input-field textarea,
.form-control {
  width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  background: #fff;
}

.single-input-field input:focus,
.single-input-field textarea:focus,
#ccustom-captcha-input:focus {
  border-color: #fab909;
  box-shadow: 0 0 8px rgba(250,185,9,0.4);
  outline: none;
}

/* Placeholder Styling */
.single-input-field input::placeholder,
.single-input-field textarea::placeholder {
  color: #888;
  font-style: italic;
}

/* === Textarea === */
.single-input-field textarea {
  resize: none;
  min-height: 130px;
}

/* === Character Counter === */
#charCount {
  font-size: 14px;
  margin-top: 5px;
  color: #f4022a;
}

/* === Captcha Section === */
.captcha-code {
  background: #f9f9f9;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  border: 2px solid #fab909 !important;
  border-radius: 8px;
  color: #02205f !important;
}

#ccustom-captcha-input {
  border: 2px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.badge.bg-light.text-dark {
  border: 2px solid #fab909 !important;
  border-radius: 8px;
  padding: 6px 10px;
  transition: all 0.3s ease;
}
.badge.bg-light.text-dark:hover {
  background: #fab909 !important;
  color: #fff !important;
  transform: rotate(180deg);
}

/* === Submit Button === */
.single-input-fieldsbtn input[type="submit"] {
  background: #02205f;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  padding: 12px 40px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
  background: #fab909;
  color: #02205f;
  box-shadow: 0 0 15px rgba(250,185,9,0.5);
  transform: translateY(-2px);
}

/* === Validation Message === */
.invalid-feedback {
  font-size: 13px;
  color: #f4022a;
  margin-top: 5px;
}

/* === Responsive Adjustments === */
@media (max-width: 767px) {
  .contact-field {
    padding: 25px 20px;
  }
  .contact-field h2 {
    font-size: 22px;
  }
  .single-input-fieldsbtn input[type="submit"] {
    width: 100%;
    padding: 12px 0;
  }
}

.section-title {
  font-weight: 700;
  font-size: 28px;
  color: #222;
  position: relative;
  padding-bottom: 10px;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 75px;  
  height: 2px;
  background-color: #ff2c54; 
  border-radius: 2px;
}


  /*Service page style*/ 
  
  
		.widget-archive li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 0px solid #f0f0f0;
    padding: 3px 0;
}
.widget-archive li:last-child {
    border-bottom: 0px solid #f0f0f0;
}

.section-title-heading {
  font-weight: 700;
  font-size: 40px;
  color: #222;
  position: relative;
  padding-bottom: 10px;
  text-align:center;
  text-transform:uppercase;
}

.section-title-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 75px;  
  height: 2px;
  background-color: #ff2c54; 
  border-radius: 2px;
  transform: translateX(-50%);
}

.code-text {
  position: relative;
  background: #f9f9f9;
  border-left: 5px solid #002060;
  border-right: 5px solid #002060;
  padding: 25px 25px 25px 60px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-style: italic;
}

.code-text::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 32px;
  color: #d0d0d0;
}

.code-text p {
  color: #333;
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}

/* Container for the CTA box */
.cta-box {
    position: relative;
    /*padding-bottom: 100%; */
    height: 314px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cta-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 32, 96, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}


.cta-box .cta-title-line2 {
    font-size:28px;
    font-weight: 700;
    color: #ffffff; 
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fab909;
}

.cta-box .cta-text {
    font-size: 1rem;
    color: #ffffff; 
    margin-bottom: 30px;
}

.cta-box .cta-button {
    text-decoration: none;
    display: inline-block;
    padding: 10px 24px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #002060; 
    background-color: #ffffff;
    border: 2px solid #3b74a6;
    border-radius: 5px; 
}

.cta-box .cta-button:hover {
    color: #ffffff;
    background-color: #fab909;
    border-color: #002060;
}

@media (max-width: 767px) {
   
    .cta-box .cta-title-line2 {
        font-size: 1.8rem;
    }
    .cta-box .cta-text {
        font-size: 0.9rem;
    }
    .section-title-heading-service{
        font-size:20px;
    }
}

/*About us page style */


		.chairman-name {
    font-weight: bold;
    color: #32b246;;
    font-size: 26px;
}

.section-title-section {
  font-weight: 700;
  font-size: 28px;
  color: #222;
  position: relative;
  padding-bottom: 10px;
}

.section-title-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 75px;  
  height: 2px;
  background-color: #ff2c54; 
  border-radius: 2px;
}

.counting-inner{
    border:2px solid #fab909;
    box-shadow:0 4px 12px rgba(0,0,0,0.1); 
    border-radius:10px;
    padding:25px 15px;
    text-align:center;
    height:160px;
    display:flex; 
    align-items:center;
    justify-content:center; 
    flex-direction:column;
}
.counter{
    margin:0;
    font-size:38px;
    color:#02205f;
    font-weight:700;
}
.title{
    margin:5px 0 0; 
    font-size:18px; 
    color:#333;
}

.item {
  border: 1px solid #032362;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.project-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.item h5 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #02205f;
}

.director-desk{
    padding-right:40px;
}

@media (max-width: 991px) {
    
 .director-desk{
    padding-right:0px !important;
}
 
  .about-desc {
	padding-right: 0px !important;
}

}

	    .custom-service-card {
  border-radius: 16px;
  text-align: center;
  padding: 30px 25px;
  transition: all 0.3s ease;
}


.custom-service-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f5f7ff;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(6, 37, 99, 0.15);
}

.custom-service-icon img {
  width: 50px;
  height: 50px;
}

.custom-service-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.custom-service-title a {
  color: #002060;
  text-decoration: none;
  font-weight: 700;
}



.custom-service-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.pan-india{
  font-size:60px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
   text-shadow:
    -1px -1px 0 #d6a300,   /* top-left gold edge */
     1px 1px 0 #ffd84d,    /* bottom-right highlight */
     2px 2px 8px rgba(0,0,0,0.5); /* soft outer shadow for depth */
}
  
  @media (max-width: 767px) {

.pan-india{
  font-size:30px !important;
 }

}
  
  
  

