


.about-hero {
  position: relative;
  height: 55vh;
  background: url("../../images/aboutUsbg.png") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 51, 102, 0.4); light blue overlay */
  z-index: 1;

}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.hero-title {
    color: #1a237e;
    letter-spacing: 1px;
}




/* Section Styling */
.section-bg {
  background-color: #eef1ff;
}

.section-title {
  color: #1a237e;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 10px;
}

.section-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
}
.bgDr {
  width: 500px;
  height: 250px;
  object-fit: cover;
}
.mapimg{
    width: 470px;
    height: 250px;
    margin-right:80px;
}

/* Offer Cards */
.offer-card {
  background-color: #fff;
  transition: 0.3s ease;
  height: auto;          
  min-height: 260px;      
  padding: 15px 10px;     
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.offer-card small {
  display: block;
  font-size: 0.78rem;    
  line-height: 1.3;
  text-align: center;     
  word-wrap: break-word;  
  width: 100%;            
}

.offer-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}


.offer-text {
  color: #1a237e;
  font-weight: 650;
  font-size: 0.85rem;
  margin-bottom: 8px;
}


.offer-card small:hover{
  color: black;
}

.offerbg{
    background-color: #eef1ff;
    border-radius:10px;
  
}


.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);

}
/* Hover Effect */
.offer-card:hover {
  background-color: #cfd8ff;         /* 🔹 Light blue card */
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}



.offer-card:hover .offer-text{
  color: #fff;                       /* 🔹 Turn text white */
}





/*
    .tc-banner img {
        height: 100%;
        object-fit: cover;
    }*/

/*.tc-title {
    color: #1a237e;
    letter-spacing: 2px;
}*/
