  .about-banner {
        position: relative;
        height: 380px;
        background: url("../images/contactusbanner.jpg") center/cover no-repeat;
        border-bottom-left-radius: 50% 80px;
        border-bottom-right-radius: 50% 80px;
        overflow: hidden;
    }

    /* Dark overlay */
    .about-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
    }

    .about-overlay h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
    }
.lumpectomy-sec {
  background: #e9f0f3;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}

.lumpectomy-container {
  width: 1200px;
  max-width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
}

/* Left */
.lumpectomy-tag {
  color: #1f4a8a;
  font-weight: 600;
  border-right: 3px solid #1f4a8a;
  padding-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
}

.lumpectomy-left h2 {
  color: #24a89d
;
font-weight: 600;
  margin-top: 25px;
  font-size: 20px;
}

.lumpectomy-left p {

  }

.lumpectomy-left ul {
  margin-top: 15px;
  padding-left: 20px;
}

.lumpectomy-left li {
  margin-bottom: 10px;
  line-height:27px ;
  color:#000;
}

/* Right */
.lumpectomy-right img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.lumpectomy-right h3 {
  color: #2a9d8f;
  margin: 20px 0 10px;
}

.lumpectomy-right ul {
  padding-left: 18px;
}

.lumpectomy-right li {
  margin-bottom: 10px;
  line-height: 27px;
  color: #000;

}

/* Responsive */
@media (max-width: 900px) {
  .lumpectomy-container {
    grid-template-columns: 1fr;
  }
}
.lumpectomy-tag {
  color: #1f4a8a;
  font-weight: 600;
  border-right: 3px solid #1f4a8a;
  padding-right: 10px;
  display: inline-block;
  font-size: 18px;
}

/* typing effect */
.typing-textt {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #1f4a8a; /* cursor */
  width: 0;
  display: inline-block;
  animation: typing 2s steps(12) forwards, blink 0.8s infinite;
}

/* typing animation */
@keyframes typing {
  from { width: 0; }
  to { width: 115px; } /* text length nusar adjust kar */
}

/* cursor blink */
@keyframes blink {
  0%, 50%, 100% { border-color: #1f4a8a; }
  25%, 75% { border-color: transparent; }
}
.rx-contact-wrapper {
  padding: 60px 0;
  background: #e9eef2;
}

.rx-contact-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}

/* LEFT SIDE */
.rx-contact-left {
  width: 50%;
  padding: 50px;
  color: white;
  background: linear-gradient(rgba(0,150,136,0.9), rgba(0,150,136,0.9)),
              url('pattern.png');
  background-size: cover;
}

.rx-contact-title {
  font-size: 42px;
  margin-bottom: 20px;
}

.rx-contact-line {
  width: 80px;
  height: 3px;
  background: white;
  margin-bottom: 30px;
}

.rx-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.rx-icon-circle {
  width: 55px;
  height: 55px;
  background: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
}

.rx-contact-item p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* RIGHT SIDE */
.rx-contact-right {
  width: 50%;
  background: #1f4590;
  position: relative;
  padding: 60px 40px;
}

.rx-contact-girl {
  position: absolute;
  top: 0;
  left: -246px;
  height: 100%;
}

.rx-contact-form {
  position: relative;
  z-index: 2;
  margin-left: 150px;
  display: flex;
  flex-direction: column;
}

.rx-contact-form input,
.rx-contact-form textarea {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.rx-contact-form textarea {
  height: 120px;
  resize: none;
}

.rx-contact-form button {
  padding: 15px;
  border: 2px solid #1f4590;
  background: white;
  color: #1f4590;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.rx-contact-form button:hover {
  background: #1f4590;
  color: white;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .rx-contact-container {
    flex-direction: column;
  }

  .rx-contact-left,
  .rx-contact-right {
    width: 100%;
  }

  .rx-contact-girl {
    display: none;
  }

  .rx-contact-form {
    margin-left: 0;
  }
}

/* ===== SERVICES SECTION ===== */

.omx-srv-section {
    padding: 70px 0;
    background: #f1f5f9;
}

.omx-srv-container {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* ===== CARD DESIGN ===== */

.omx-srv-card {
    height: 420px;
    background: #1f4690;
    border-radius: 40px;
    padding: 40px 25px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.omx-srv-inner {
    transition: 0.4s ease;
}

.omx-srv-icon {
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.omx-srv-icon img {
    width: 55px;
}

.omx-srv-card h3 {
    margin-top: 25px;
    font-size: 22px;
}

.omx-srv-card p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    transition: 0.3s ease;
}

/* ===== READ BUTTON ===== */

.omx-read-btn {
    display: inline-block;
    background: #ffffff;
    color: #000;
    padding: 14px 38px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    transition: 0.3s ease;
}

.omx-read-btn:hover {
    background: #f2f2f2;
    transform: translateY(-3px);
}

/* ===== HOVER EFFECT ===== */

.omx-srv-card:hover {
    background: #2fa39c;
}

.omx-srv-card:hover p {
    opacity: 0;
    height: 0;
    margin: 0;
}

.omx-srv-card:hover .omx-srv-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    .omx-srv-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .omx-srv-container {
        grid-template-columns: 1fr;
    }
}

/* Scroll To Top Button */
.omx-scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 38px;
    height: 41px;
    background: #0b1e8a;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    line-height: 53px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Hover Effect */
.omx-scroll-top:hover {
    background: #08145f;
    transform: translateY(-5px);
}
html {
    scroll-behavior: smooth;
}