.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-334 .elementor-element.elementor-element-43eb66c6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-334 .elementor-element.elementor-element-43eb66c6:not(.elementor-motion-effects-element-type-background), .elementor-334 .elementor-element.elementor-element-43eb66c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dev9.dharmamarketing.cloud/wp-content/uploads/2026/06/ChatGPT-Image-20-jun-2026-09_58_42.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-cb3dca6 *//* =========================================
   PROJECT 7 SERVICES - SERVICES SECTION
   Transparent Background
   Main Color: #0477BF
   Font Awesome Version
========================================= */

.p7-services-section {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background: transparent !important;
}

.p7-services-section * {
  box-sizing: border-box;
}

.p7-services-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

/* =========================================
   HEADER
========================================= */

.p7-services-header {
  max-width: 940px;
  margin: 0 auto 54px;
  text-align: center;
}

.p7-services-header h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.38);
}

.p7-services-header p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.34);
}

/* =========================================
   GRID
========================================= */

.p7-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* =========================================
   SERVICE CARD
========================================= */

.p7-service-card {
  position: relative;
  min-height: 330px;
  padding: 32px 24px 78px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(4, 119, 191, 0.18);
  border-radius: 26px;
  box-shadow: 0 16px 46px rgba(7, 19, 31, 0.18);
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.p7-service-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  background: linear-gradient(90deg, #0477BF, #07131f);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.p7-service-card::after {
  display: none !important;
}

.p7-service-card:hover {
  transform: translateY(-10px);
  background: #ffffff;
  border-color: rgba(4, 119, 191, 0.58);
  box-shadow: 0 24px 70px rgba(7, 19, 31, 0.26);
}

.p7-service-card:hover::before {
  opacity: 1;
}

/* =========================================
   ICONS
========================================= */

.p7-service-icon {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  margin-bottom: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #eaf6ff;
  border: 1px solid rgba(4, 119, 191, 0.24);
  border-radius: 20px;

  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.p7-service-icon i {
  color: #0477BF;
  font-size: 32px;
  line-height: 1;
  transition: color 0.35s ease;
}

.p7-service-card:hover .p7-service-icon {
  background: #0477BF;
  border-color: #0477BF;
  transform: scale(1.04);
}

.p7-service-card:hover .p7-service-icon i {
  color: #ffffff;
}

/* =========================================
   TEXT
========================================= */

.p7-service-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #07131f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.p7-service-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #536575;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

/* =========================================
   LINKS
========================================= */

.p7-service-link {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 24px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #0477BF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;

  transition: color 0.3s ease;
}

.p7-service-link span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.p7-service-link:hover {
  color: #07131f;
}

.p7-service-link:hover span {
  transform: translateX(5px);
}

/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 1100px) {
  .p7-services-section {
    padding: 86px 20px;
  }

  .p7-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .p7-service-card {
    min-height: 300px;
  }

  .p7-services-header h2 {
    font-size: clamp(34px, 6vw, 52px);
    line-height: 1.04;
  }
}

/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 800px) {

  .p7-services-section {
    padding: 70px 16px !important;
  }

  .p7-services-header {
    max-width: 100% !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
  }

  .p7-services-header h2 {
    max-width: 96% !important;
    margin: 0 auto 16px !important;
    text-align: center !important;

    font-size: clamp(29px, 7.6vw, 38px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.6px !important;
    text-transform: uppercase !important;
  }

  .p7-services-header p {
    max-width: 94% !important;
    margin: 0 auto !important;
    text-align: center !important;

    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .p7-services-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .p7-service-card {
    min-height: auto !important;
    padding: 28px 22px 72px !important;
    border-radius: 24px !important;
    text-align: center !important;
  }

  .p7-service-icon {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto 20px !important;
    border-radius: 18px !important;
  }

  .p7-service-icon i {
    font-size: 27px !important;
  }

  .p7-service-card h3 {
    max-width: 100% !important;
    margin: 0 auto 12px !important;
    text-align: center !important;

    font-size: 19px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.2px !important;
  }

  .p7-service-card p {
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;

    font-size: 14.8px !important;
    line-height: 1.58 !important;
  }

  .p7-service-link {
    left: 50% !important;
    bottom: 22px !important;
    transform: translateX(-50%) !important;

    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;

    font-size: 12.8px !important;
    letter-spacing: 0.7px !important;
  }

  .p7-service-link:hover span {
    transform: translateX(4px) !important;
  }

  .p7-service-card:hover {
    transform: translateY(-5px);
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .p7-services-section {
    padding: 58px 14px !important;
  }

  .p7-services-header {
    margin-bottom: 30px !important;
  }

  .p7-services-header h2 {
    font-size: 29px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.4px !important;
  }

  .p7-services-header p {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  .p7-service-card {
    padding: 26px 20px 68px !important;
    border-radius: 22px !important;
  }

  .p7-service-icon {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 18px !important;
    border-radius: 16px !important;
  }

  .p7-service-icon i {
    font-size: 25px !important;
  }

  .p7-service-card h3 {
    font-size: 18px !important;
    line-height: 1.16 !important;
  }

  .p7-service-card p {
    font-size: 14.3px !important;
    line-height: 1.56 !important;
  }

  .p7-service-link {
    bottom: 20px !important;
    font-size: 12px !important;
  }
}

/* =========================================
   EXTRA SMALL MOBILE
========================================= */

@media (max-width: 380px) {

  .p7-services-header h2 {
    font-size: 27px !important;
  }

  .p7-service-card h3 {
    font-size: 17px !important;
  }

  .p7-service-card p {
    font-size: 14px !important;
  }
}/* End custom CSS */