* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* TOP BAR */
.top-bar {
    background: #0f8a8a;
    color: #fff;
    padding: 8px 40px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.top-bar span {
    margin-right: 15px;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

/* HEADER */
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* LOGO */
.logo h2 {
    color: #0f8a8a;
    font-weight: bold;
}

/* NAVBAR */
.menu {
    list-style: none;
    display: flex;
    align-items: center;
}

.menu li {
    position: relative;
}

.menu li a {
    text-decoration: none;
    padding: 10px 18px;
    color: #333;
    font-weight: 500;
}

.menu li a:hover {
    color: #0f8a8a;
}

/* DROPDOWN */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 260px;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    z-index: 999;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 18px;
    color: #333;
}

.dropdown-menu li a:hover {
    background: #f2f7f7;
    color: #0f8a8a;
}

.logo {
    margin-left: 30px; /* jitna move karna ho utna px adjust karo */
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* SHOW DROPDOWN ON HOVER */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* BUTTON */
.header-btn .btn {
    background: #0f3c5c;
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
}

.header-btn .btn:hover {
    background: #0f8a8a;
}

/* Hero */
.hero {
    background: linear-gradient(
        rgba(14,138,146,0.85),
        rgba(14,138,146,0.85)
    ), url('contact.jpg') center/cover no-repeat;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.service-section {
  padding: 100px 0;
  background: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

/* IMAGE BOX */
.service-image {
  position: relative;
  max-width: 520px;
}

.service-image img {
  width: 100%;
  border-radius: 18px;
  position: relative;
  z-index: 2;
}

/* BORDER BEHIND IMAGE */
.image-border {
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 100%;
  height: 100%;
  border: 2px solid #0b8c8f;
  border-radius: 18px;
  z-index: 1;
}

/* CONTENT */
.service-content h2 {
  font-size: 36px;
  color: #158a8f;
  margin-bottom: 20px;
}

.service-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 34px;
  background: #0b2d52;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
}

.btn:hover {
  background: #158a8f;
}
@media (max-width: 900px) {
  .service-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .service-content {
    text-align: center;
  }

  .image-border {
    display: none;
  }
}

.service-section {
  padding: 80px 20px;
  background: #ffffff;
}

.service-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Left Text */
.service-text {
  flex: 1;
}

.service-text h2 {
  font-size: 36px;
  color: #0a6d78;
  margin-bottom: 20px;
}

.service-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b6b6b;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  background: #0b3c5d;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 500;
}

/* Right Image */
.service-image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.service-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 900px) {
  .service-container {
    flex-direction: column;
    text-align: center;
  }

  .service-text h2 {
    font-size: 30px;
  }
}


.service-page {
  padding: 80px 20px;
  background: #ffffff;
}

.service-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* Image */
.service-image {
  flex: 1;
}

.service-image img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

/* Content */
.service-info {
  flex: 1;
}

.service-info h2 {
  font-size: 36px;
  color: #1aa6a6;
  margin-bottom: 22px;
}

.service-info p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Button */
.service-readmore {
  display: inline-block;
  margin-top: 20px;
  background: #0b2c5c;
  color: #ffffff;
  padding: 13px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.service-readmore:hover {
  background: #1aa6a6;
}

/* Responsive */
@media (max-width: 900px) {
  .service-wrapper {
    flex-direction: column;
    text-align: center;
  }
}


.rcm-section {
  padding: 80px 0;
  background: #ffffff;
}

.rcm-wrapper {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT CONTENT */
.rcm-text {
  flex: 1;
}

.rcm-text h2 {
  font-size: 38px;
  color: #0a7c83;
  margin-bottom: 20px;
}

.rcm-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 30px;
}

.rcm-btn {
  display: inline-block;
  background: #0a2e5c;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
}

/* RIGHT IMAGE */
.rcm-image-box {
  flex: 1;
  position: relative;
}

.rcm-image-box img {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #0a7c83;
}

/* DOTS DESIGN */
.rcm-dots {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(#0a7c83 2px, transparent 2px);
  background-size: 12px 12px;
}
@media (max-width: 900px) {
  .rcm-wrapper {
    flex-direction: column;
  }

  .rcm-text h2 {
    font-size: 30px;
  }
}


.site-footer {
  background: linear-gradient(135deg, #1e8a8f, #1aa6a1);
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-logo img {
  max-width: 140px;
  margin-bottom: 15px;
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-item a {
  color: #fff;
  text-decoration: none;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

/* Bottom Section */
.footer-bottom {
  text-align: center;
  padding: 25px 10px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #1e8a8f;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-bottom p {
  font-size: 13px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-item {
    justify-content: center;
  }
}





