.elementor-162 .elementor-element.elementor-element-ff11132{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-162 .elementor-element.elementor-element-aab8c51{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4234c45 */.trc-services-hero,
.trc-services-hero * {
  box-sizing: border-box;
  font-family: "Inter","Poppins",Arial,sans-serif;
}

.trc-services-hero {
  width: 100%;
  min-height: 560px;
  display: grid;
  grid-template-columns: 45% 55%;
  background: #002656;
  overflow: hidden;
}

/* LEFT */
.trc-services-hero-left {
  position: relative;
  z-index: 2;
  padding: 72px 60px;
  color: #ffffff;
  animation: trcServicesLeft 1s ease both;
}

/* CURVE */
.trc-services-hero-left::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -102px;
  width: 205px;
  height: 120%;
  background: #002656;
  border-right: 5px solid #00A2F2;
  border-radius: 0 58% 58% 0;
  z-index: -1;
}

/* TEXT */
.trc-services-tag {
  color: #00A2F2;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .8px;
  margin: 0 0 18px;
}

.trc-services-hero h1 {
  color: #ffffff !important;
  font-size: 54px;
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 24px;
}

.trc-services-text {
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.75;
  max-width: 560px;
  margin: 0 0 34px;
}

/* FEATURES */
.trc-services-features {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  max-width: 600px;
}

.trc-services-features div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  transition: .35s ease;
}

.trc-services-features div:hover {
  transform: translateY(-6px);
}

.trc-services-features i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 2px solid #00A2F2;
  color: #00A2F2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .35s ease;
}

.trc-services-features div:hover i {
  background: #00A2F2;
  color: #ffffff;
  box-shadow: 0 0 0 6px rgba(0,162,242,.18);
}

.trc-services-features p {
  margin: 0;
}

.trc-services-features strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.trc-services-features span {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.78);
}

/* RIGHT IMAGE */
.trc-services-hero-right {
  background:
    linear-gradient(to right, rgba(0,38,86,.2), rgba(0,38,86,.03)),
    url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1600&q=90");
  background-size: cover;
  background-position: center;
  animation: trcServicesZoom 14s ease-in-out infinite alternate;
}

/* ANIMATIONS */
@keyframes trcServicesLeft {
  from {
    opacity: 0;
    transform: translateX(-45px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes trcServicesZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

/* RESPONSIVE */
@media(max-width:991px){
  .trc-services-hero {
    grid-template-columns: 1fr;
  }

  .trc-services-hero-left {
    padding: 48px 22px;
  }

  .trc-services-hero-left::after {
    display: none;
  }

  .trc-services-hero h1 {
    font-size: 38px;
  }

  .trc-services-features {
    grid-template-columns: repeat(2,1fr);
  }

  .trc-services-hero-right {
    height: 320px;
  }
}

@media(max-width:520px){
  .trc-services-hero h1 {
    font-size: 32px;
  }

  .trc-services-text {
    font-size: 15px;
  }

  .trc-services-features {
    grid-template-columns: 1fr;
  }

  .trc-services-hero-right {
    height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5deb3f4 */.trc-services-boxed,
.trc-services-boxed * {
  box-sizing: border-box;
  font-family: "Inter","Poppins",Arial,sans-serif;
}

.trc-services-boxed {
  background: #ffffff;
  padding: 80px 60px;
}

.trc-services-boxed-head {
  text-align: center;
  margin-bottom: 55px;
}

.trc-services-boxed-head span {
  color: #00A2F2;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .8px;
}

.trc-services-boxed-head h2 {
  color: #002656 !important;
  font-size: 36px;
  font-weight: 900;
  margin: 8px 0 0;
}

.trc-services-boxed-head h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #00A2F2;
  display: block;
  margin: 14px auto 0;
  border-radius: 20px;
}

.trc-service-category-block {
  max-width: 1220px;
  margin: 0 auto 65px;
}

.trc-service-category-block h3 {
  color: #002656 !important;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 28px;
  position: relative;
}

.trc-service-category-block h3::after {
  content: "";
  width: 55px;
  height: 3px;
  background: #00A2F2;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 20px;
}

.trc-service-box-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}

.trc-service-box-card {
  background: #ffffff;
  border: 1px solid #e8eef5;
  border-radius: 14px;
  padding: 30px 26px;
  min-height: 350px;
  box-shadow: 0 8px 25px rgba(0,38,86,.05);
  transition: .35s ease;
  animation: trcServiceCardUp .8s ease both;
}

.trc-service-box-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0,162,242,.75);
  box-shadow: 0 0 0 4px rgba(0,162,242,.11),
              0 24px 60px rgba(0,162,242,.24);
}

.trc-service-icon {
  margin-bottom: 18px;
}

.trc-service-icon svg {
  width: 66px;
  height: 66px;
  fill: none;
  stroke: #00A2F2;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: .35s ease;
}

.trc-service-box-card:hover .trc-service-icon svg {
  stroke: #002656;
  transform: scale(1.08) rotate(-3deg);
  filter: drop-shadow(0 10px 16px rgba(0,162,242,.22));
}

.trc-service-box-card h4 {
  color: #002656 !important;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 12px;
}

.trc-service-box-card p {
  color: #52627a;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.trc-service-box-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.trc-service-box-card li {
  color: #52627a;
  font-size: 14px;
  margin-bottom: 9px;
  padding-left: 20px;
  position: relative;
}

.trc-service-box-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #00A2F2;
  font-weight: 900;
}

.trc-service-box-card a {
  color: #00A2F2 !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: .3s ease;
}

.trc-service-box-card a:hover {
  color: #002656 !important;
  gap: 15px;
}

@keyframes trcServiceCardUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width:1200px){
  .trc-service-box-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

@media(max-width:900px){
  .trc-services-boxed {
    padding: 60px 22px;
  }

  .trc-service-box-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:600px){
  .trc-services-boxed-head h2 {
    font-size: 28px;
  }

  .trc-service-category-block h3 {
    font-size: 23px;
  }

  .trc-service-box-grid {
    grid-template-columns: 1fr;
  }

  .trc-service-box-card {
    min-height: auto;
    padding: 28px 22px;
  }
}/* End custom CSS */