.services-hero {
    background: linear-gradient(rgba(7,15,43, 0.75), rgba(7,15,43, 0.75)),
    url(../images/rb-services-cover-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 120px;
    text-align: center;
    color: #fff;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
}

.breadcrumb a:hover {
  color: #3b82f6;
}

.breadcrumb span,
.breadcrumb p {
  color: #d1d5db;
  font-size: 16px;
  margin: 0;
}

.services-hero-content {
    max-width: 850px;
    margin: 0 auto;
}

.services-hero-content span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #3b82f6;
    margin-bottom: 20px;
}

.services-hero-content h1 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
}

.services-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #d1d5db;
    max-width: 750px;
    margin: 0 auto;
}

.services-intro {
    padding: 110px 80px;
    background-color: #f8fafc;
}

.intro-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.intro-content {
    flex: 0 0 65%;
}

.section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.intro-content h2 {
    font-size: 42px;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.intro-content p {
    font-size: 17px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 20px;
}

.intro-stats {
    flex: 0 0 30%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.stat-box {
    background: #fff;
    padding: 35px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    text-align: center;
    transition: 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-8px);
}

.stat-box h3 {
    font-size: 38px;
    color: #2563eb;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 16px;
    color: #64748b;
    font-weight: 500;
}

.main-services {
    padding: 110px 80px;
}

.section-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.section-heading span {
    display: inline block;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;

}

.section-heading p {
    font-size: 17px;
    color: #64748b;
    line-height: 1.8;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.service-card {
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.featured-service {
    background: #eff6ff;
    border: 2px solid #2563eb;
}

.service-icon {
    width: 75px;
    height: 75px;
    background: #dbeafe;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon i{
    font-size: 30px;
    color: #2563eb;
}

.service-card h3 {
    font-size: 24px;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.4;
}

.service-card p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.service-card a i {
    font-size: 13px;
    transition: 0.3s ease;
}

.service-card a:hover i {
    transform: translateX(5px);
}

.detailed-services {
    padding: 110px 80px;
}

.service-detail {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 120px;
}

.service-detail:last-child {
    margin-bottom: 0;
}

.reverse {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 1;
}

.service-detail-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.service-detail-content {
    flex: 1;
}

.service-detail-content span {
    display: inline-block;
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.service-detail-content h2 {
  font-size: 40px;
  color: #0f172a;
  margin-bottom: 25px;
  line-height: 1.3;
}

.service-detail-content p {
  font-size: 17px;
  color: #64748b;
  line-height: 1.9;
  margin-bottom: 25px;
}

.service-detail-content ul {
  margin-bottom: 35px;
}

.service-detail-content ul li {
  list-style: none;
  font-size: 16px;
  color: #475569;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-detail-content ul li i {
  color: #2563eb;
  font-size: 18px;
}

.primary-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #2563eb;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.primary-btn:hover {
  background: #1d4ed8;
}

.process-wrapper {
    padding: 110px 80px;
    background: #f8fafc;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 70px;
}

.process-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    position: relative;
    transition: 0.3s ease;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 42px;
    font-weight: 700;
    color: rgba(37, 99, 235, 0.2);
}

.process-icon {
    width: 70px;
    height: 70px;
    background: #dbeafe;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.process-icon i {
    font-size: 28px;
    color: #2563eb;
}

.process-card h3 {
    font-size: 24px;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 20px;
}

.process-card p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
}

.why-services-wrapper {
    padding: 110px 80px;
    background: #fff;
}

.why-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 70px;
}

.why-service-card {
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    transition: 0.3s ease;
}

.why-service-card:hover {
    transform: translateY(-10px);
}

.why-icon {
  width: 70px;
  height: 70px;
  background: #dbeafe;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.why-icon i {
  font-size: 28px;
  color: #2563eb;
}

.why-service-card h3 {
  font-size: 24px;
  color: #0f172a;
  margin-bottom: 18px;
}

.why-service-card p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.8;
}


.faq-wrapper {
  padding: 110px 80px;
  background: #f8fafc;
}

.faq-list {
  max-width: 1000px;
  margin: 70px auto 0;
}

.faq-item {
  background: #ffffff;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.3s ease;
}

.faq-item[open] {
  border: 1px solid #2563eb;
}

.faq-item summary {
  list-style: none;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary i {
  font-size: 16px;
  color: #2563eb;
  transition: 0.3s ease;
}

.faq-item[open] summary i {
  transform: rotate(45deg);
}

.faq-item p {
  padding: 0 30px 25px;
  font-size: 16px;
  color: #64748b;
  line-height: 1.8;
}

.services-cta {
  padding: 110px 80px;
  background: #ffffff;
}

.services-cta-box {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  border-radius: 30px;
  padding: 60px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.services-cta-box::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(59, 130, 246, 0.15);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

.services-cta-box::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -60px;
  left: -60px;
}

.cta-content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.cta-content span {
  display: inline-block;
  color: #60a5fa;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.cta-content h2 {
  font-size: 42px;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 17px;
  color: #cbd5e1;
  line-height: 1.8;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.secondary-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.secondary-btn:hover {
  background: #ffffff;
  color: #0f172a;
}

.footer {
  background: #0f172a;
  padding: 70px 80px 30px;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo img {
  max-width: 180px;
}

.footer-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-menu a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
}

.footer-menu a:hover {
  color: #3b82f6;
}

.footer-bottom {
  text-align: center;
  padding-top: 25px;
}

.footer-bottom p {
  color: #94a3b8;
  font-size: 15px;
  margin: 0;
}

@media (max-width: 992px) {

  .services-hero {
    padding: 120px 0 100px;
  }

  .services-hero-content h1 {
    font-size: 42px;
  }

  .services-hero-content p {
    font-size: 17px;
  }

  .intro-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .intro-content,
  .intro-stats {
    flex: 100%;
    width: 100%;
  }

  .intro-content h2 {
    font-size: 34px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-detail,
  .service-detail.reverse {
    flex-direction: column;
    gap: 40px;
  }

  .service-detail-content h2 {
    font-size: 34px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-cta-box {
    flex-direction: column;
    text-align: center;
    padding: 50px 40px;
  }

  .cta-buttons {
    justify-content: center;
  }

  .cta-content h2 {
    font-size: 34px;
  }

  .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .footer-menu {
    justify-content: center;
  }
}

@media (max-width: 768px) {

  .services-hero {
    padding: 100px 0 80px;
  }

  .services-hero-content h1 {
    font-size: 34px;
  }

  .services-hero-content p {
    font-size: 16px;
  }

  .breadcrumb {
    margin-top: 25px;
  }

  .services-intro,
  .main-services,
  .detailed-services,
  .recruitment-process,
  .why-services,
  .faq-section,
  .services-cta {
    padding: 90px 20px;
  }

  .intro-content h2,
  .section-heading h2,
  .service-detail-content h2,
  .cta-content h2 {
    font-size: 30px;
  }

  .intro-stats {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .process-grid,
  .why-services-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-card,
  .why-service-card,
  .faq-card {
    padding: 30px 25px;
  }

  .service-card h3,
  .process-card h3,
  .why-service-card h3,
  .faq-card h3 {
    font-size: 22px;
  }

  .service-detail-content ul li {
    font-size: 15px;
  }

  .faq-item summary {
    font-size: 18px;
    padding: 22px 20px;
  }

  .faq-item p {
    padding: 0 20px 22px;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cta-buttons a {
    width: 100%;
    text-align: center;
  }

  .footer {
    padding: 60px 20px 25px;
  }

  .footer-menu {
    gap: 18px;
  }
}

@media (max-width: 576px) {

  .services-hero-content h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .services-hero-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .section-heading h2,
  .intro-content h2,
  .service-detail-content h2,
  .cta-content h2 {
    font-size: 26px;
  }

  .section-heading p,
  .intro-content p,
  .service-card p,
  .service-detail-content p,
  .process-card p,
  .why-service-card p,
  .faq-card p,
  .cta-content p {
    font-size: 15px;
  }

  .service-card,
  .process-card,
  .why-service-card,
  .faq-card {
    padding: 25px 20px;
  }

  .service-icon,
  .process-icon,
  .why-icon,
  .faq-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon i,
  .process-icon i,
  .why-icon i,
  .faq-icon i {
    font-size: 24px;
  }

  .process-number {
    font-size: 36px;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }

  .service-detail-content .primary-btn {
    width: auto;
    display: inline-block;
    padding: 14px 28px;
  }

  .footer-menu {
    flex-direction: column;
    gap: 15px;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .footer-bottom p {
    font-size: 14px;
  }
}




