
	    marquee {
    background-color: #02205f;
    display: block;
    width: 100%;
    float: left;
    line-height: 45px;
    color:white;
}
		.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;
}

.cta-section {
  background-color: #3e8dbb;
  color: #fff;
  /*border-radius: 10px;*/
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 600px;
  text-align: center;
  padding: 60px 40px;
  text-align: center;
}

.cta-logo {
  display: block;
  margin: 0 auto; /* ensures center alignment */
  width: 90px;
  height: auto;
}

.cta-heading {
  font-weight: 700;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3em;
}

.cta-subtext {
  font-size: 16px;
  font-weight:600px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1.3em;
}

.cta-btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-btn {
  background-color: #25D366;
  color: #fff;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
  color: #fff;
}

.call-btn {
  background-color: #002060;
  color: #fff;
}

.call-btn:hover {
  background-color: #fab909;
  color: #002060;
}


.heading-glow {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-shadow: 2px 2px 6px #02205f, 0 0 15px #fab909;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width:600px){
  .heading-glow { font-size: 20px; }
}
.section-title {
  font-weight: 700;
  font-size: 40px;
  color: #222;
  position: relative;
  padding-bottom: 10px;
  text-align:center;
  text-transform:uppercase;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 75px;  
  height: 2px;
  background-color: #ff2c54; 
  border-radius: 2px;
  transform: translateX(-50%);
}

.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;
    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;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
  
  .appointment-form{
 padding: 50px 0px 50px 20px;
  }
  
  .about-desc {
	padding-right: 0px !important;
}

}

	    .custom-service-card {
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  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;
}

.custom-service-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.custom-btn-know {
  font-size:16px;
  color: #002060;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.3s ease;
}



.custom-btn-enquiry {
  background: #fab909;
  color: #fff;
  padding: 8px 18px;
  border-radius: 5px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service2-inner:hover .custom-btn-enquiry {
  background: #002060;
}
.custom-service-actions:hover .custom-btn-enquiry {
color: #ffffff;
}


/* Container for the CTA box */
.cta-box {
    position: relative;
    height: 365px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px; 
    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-line1 {
        font-size: 1.5rem;
    }
    .cta-box .cta-title-line2 {
        font-size: 1.8rem;
    }
    .cta-box .cta-text {
        font-size: 0.9rem;
    }
    
    .counting-inner h2 {
        
    font-size: 20px !important;
}
.pan-india{
  font-size:30px !important;
 }

}


.project-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}


.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 */
}






