h2 {
  font-size: 45px !important;
  font-weight: 700 !important;
}

h4 {
  font-size: 30px !important;
  font-weight: 600 !important;
}

h5 {
  font-size: 18px !important;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

p {
  font-size: 14px;
  font-weight: 400;
}

.gap-20px {
  gap: 20px;
}

.mt-100px {
  margin-top: 50px;
}

.mt-60px {
  margin-top: 60px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-10px {
  margin-top: 10px;
}

.us-text {
  background: #fff;
  border-radius: 10px;
  color: #EA6100;
  text-align: center;
  margin-left: 10px;
}

.orange-text {
  background: #EA6100;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.sub-section-gap {
  padding: 75px 0 0;
}

.text-primary-custum {
  color: #303237 !important;
  /* Apply custom primary color */
}

.text-secondary-custum {
  color: #65676B !important;
  /* Apply custom primary color */
}

.main-sectiongap {
  padding: 90px 0;
}

.footer-sec {
  background: #22252b;
  width: 100%;
  padding: 45px 0;
}

.footer-logo {
  width: auto;
  max-width: 130px;
}

.footer-menu {
  font-size: 14px;
  text-decoration: none;
}

.homepage-titletext {
  font-size: 52px !important;
  font-weight: 700;
}

.services-section {
  background: #ffffff;
}

/* Tabs */
.services-tabs {
  display: flex;
  background: #EAEBEE;
  border-radius: 12px;
  width: fit-content;
}

.services-tabs .tab {
  padding: 10px 17px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  color: #303237;
  font-size: 16px;
}

.services-tabs .tab.active {
  background: #ea6100;
  color: #ffffff;
}

/* Description box */
.services-description {
  background: #fff7f2;
}

/* Cards */
.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.service-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 6px;
}

.service-card p {
  font-size: 14px;
  color: #6b7280;
}

.service-card:hover {
  transform: translateY(-6px);
  border: 1px solid #EA6100;
}

/* Bottom CTA */
.combined-plan {
  background: linear-gradient(90deg, var(--Moss-Moss-500, #669F2A) 0%, var(--Yellow-yellow-700, #B58D00) 100%);
  padding: 50px 0;
  color: #ffffff;
}

.tab {
  transition: all 0.3s ease;
}

.fade-content {
  animation: fadeSlide 0.35s ease;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.security-services {
  background: #FFF7F2;
  padding: 30px;
  border-radius: 16px;
}

.IconBox {
  width: 28px !important;
  height: 28px !important;
  margin-bottom: 0px !important;
  border-radius: 10px !important;
}

.slider-onecard-box {
  display: flex;
  padding: 50px 42px 40px 42px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 30px;
  border: 1.5px solid #FFD8BC;
  background: #FFF0E4;
}