.banner_overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.49) 44.71%, rgba(118, 118, 118, 0.49) 100%);
}

.banner_title {
  color: #50bcbd;
  text-align: center;
  text-shadow: 7px 10px 4px rgba(0, 0, 0, 0.68);
  font-size: 96px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2.5rem;
}
@media (max-width: 1600px) {
  .banner_title {
    font-size: 72px;
  }
}
@media (max-width: 992px) {
  .banner_title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .banner_title {
    font-size: 36px;
  }
}

.banner_sub-title {
  color: #fff;
  text-align: center;
  text-shadow: 7px 10px 4px rgba(0, 0, 0, 0.68);
  font-size: 96px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1600px) {
  .banner_sub-title {
    font-size: 72px;
  }
}
@media (max-width: 992px) {
  .banner_sub-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .banner_sub-title {
    font-size: 36px;
  }
}

#success_delivered {
  padding-bottom: 0;
}

.section_heading {
  color: #50bcbd;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.68);
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .section_heading {
    font-size: 34px;
  }
}

.sh_subtext {
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.68);
  font-size: 46px;
  text-align: right;
  margin-right: 45px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 992px) {
  .sh_subtext {
    font-size: 30px;
  }
}

.sd_grid {
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  margin-top: 2rem;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .sd_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.sd_grid .sd_grid_fcol {
  width: 100%;
  min-height: 173px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}
.sd_grid .sd_grid_fcol .rtm-benefit {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sd_grid .sd_grid_fcol .rtm-benefit .sd_text {
  margin-top: 2rem;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 992px) {
  .sd_grid .sd_grid_fcol .rtm-benefit .sd_text {
    line-height: 1.5;
    font-size: 18px;
  }
}
.sd_grid .sd_grid_fcol .rtm-benefit .rtm-icon {
  width: 160px;
  height: 160px;
  margin-bottom: 18px;
  background-color: #373737;
  border: 3px solid #50bcbd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .sd_grid .sd_grid_fcol .rtm-benefit .rtm-icon {
    width: 110px;
    height: 110px;
  }
}
.sd_grid .sd_grid_fcol .rtm-benefit .rtm-icon img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sd_grid .sd_grid_call img {
  width: 250px;
  height: 250px;
  margin: auto;
}
@media (max-width: 992px) {
  .sd_grid .sd_grid_call img {
    width: 150px;
    height: 150px;
  }
}
.sd_grid .sd_grid_call .sd_cell {
  color: #fff;
  text-shadow: 7px 10px 4px rgba(0, 0, 0, 0.68);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .sd_grid .sd_grid_call .sd_cell {
    font-size: 20px;
  }
}
.sd_grid .sd_grid_call .sd_cell span {
  color: #50bcbd;
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 992px) {
  .sd_grid .sd_grid_call .sd_cell span {
    font-size: 26px;
  }
}

.rtm-divider {
  width: 1px;
  height: 69%;
  background: #555;
  flex-shrink: 0;
}

.rtm_manage {
  background-image: url("/assets/cardiff_staff-ca91ef2c.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 358/157;
}
@media (max-width: 992px) {
  .rtm_manage {
    height: 550px;
    width: 100%;
  }
}
.rtm_manage .rtm_manage_overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 33.17%, rgba(254, 254, 254, 0.1) 88.94%);
  width: 60%;
}
@media (max-width: 768px) {
  .rtm_manage .rtm_manage_overlay {
    width: 100%;
  }
}
.rtm_manage img.rtm_manage_overlay_image {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 25%;
}
.rtm_manage .rtm_manage_text {
  bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  width: 40%;
}
@media (max-width: 1200px) {
  .rtm_manage .rtm_manage_text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .rtm_manage .rtm_manage_text {
    font-size: 18px;
    width: 90%;
  }
}
.rtm_manage .rtm_manage_text p {
  margin-bottom: 1rem;
}

.make_rtm_happen {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(115, 115, 115, 0.06) 100%);
}
.make_rtm_happen .rtm_happen-desc {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  max-width: 65%;
}
@media (max-width: 768px) {
  .make_rtm_happen .rtm_happen-desc {
    max-width: 100%;
    font-size: 20px;
  }
}
.make_rtm_happen .process_card li {
  border: 2px solid #50bcbd;
  background-color: #373737;
}
.make_rtm_happen .process_card li span {
  width: auto;
  height: auto;
}
.make_rtm_happen .process_card li span img {
  width: 100px;
  height: auto;
}
.make_rtm_happen .process_card li .pc_title {
  color: #50bcbd;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.make_rtm_happen .process_card li .pc_desc {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .make_rtm_happen .process_card li .pc_desc {
    font-size: 20px;
  }
}

.rbp_grid {
  gap: 80px;
  grid-template-columns: 40% 1fr;
  align-items: center;
}
@media (max-width: 992px) {
  .rbp_grid {
    grid-template-columns: 1fr;
  }
}
.rbp_grid .rbp_content .rbp_desc {
  font-size: 24px;
  font-weight: 600;
}
.rbp_grid .rbp_content .cs_link {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  gap: 20px;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.3s ease, color 0.3s ease;
}
.rbp_grid .rbp_content .cs_link img {
  height: 30px;
  width: 50px;
}
.rbp_grid .rbp_content .cs_link:hover {
  color: #50bcbd;
  transform: translateY(-3px);
}
.rbp_grid .rbp_content .cs_link:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(32%) saturate(600%) hue-rotate(130deg) brightness(90%) contrast(90%);
}
.rbp_grid .case_study_link {
  height: calc(100% + 80px);
}
@media (max-width: 992px) {
  .rbp_grid .case_study_link {
    height: 500px;
  }
}
.rbp_grid .case_study_link .bg_img {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 33.17%, rgba(254, 254, 254, 0.1) 88.94%), url("/assets/sites/Drayton-0fb05447.jpg") center/cover no-repeat;
  border-radius: 20px;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.rbp_grid .case_study_link .bg_img .csl_img_text {
  bottom: 30px;
  left: 30px;
}
.rbp_grid .case_study_link .bg_img .csl_img_text h3 {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.68);
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: normal;
}
@media (max-width: 768px) {
  .rbp_grid .case_study_link .bg_img .csl_img_text h3 {
    font-size: 26px;
  }
}
.rbp_grid .case_study_link .bg_img .csl_img_text .go_to_button {
  border-radius: 15px;
  border: 3px solid #50bcbd;
  background: #fff;
  color: #373737;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media (max-width: 768px) {
  .rbp_grid .case_study_link .bg_img .csl_img_text .go_to_button {
    font-size: 18px;
  }
}
.rbp_grid .case_study_link .bg_img .csl_img_text .go_to_button img {
  width: 35px;
}
.rbp_grid .case_study_link .bg_img .goto_btn {
  display: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #373737;
  border: 3px solid #50bcbd;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .rbp_grid .case_study_link .bg_img .goto_btn {
    width: 100px;
    height: 100px;
  }
}
.rbp_grid .case_study_link .bg_img .goto_btn img {
  width: 65px;
  height: 80px;
}
@media (max-width: 768px) {
  .rbp_grid .case_study_link .bg_img .goto_btn img {
    width: 35px;
    height: 48px;
  }
}

.rtm_process {
  padding-top: 100px;
}

.process-flow-container {
  padding-top: 40px;
}
.process-flow-container .process-stepper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.process-flow-container .process-stepper::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 30px;
  right: 30px;
  height: 2px;
  background-color: #50bcbd;
  z-index: 1;
  width: 89%;
}
@media (max-width: 1300px) {
  .process-flow-container .process-stepper::before {
    width: 84%;
    top: 40px;
  }
}
@media (max-width: 992px) {
  .process-flow-container .process-stepper::before {
    width: 81%;
    top: 30px;
  }
}
.process-flow-container .process-step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  text-align: center;
}
.process-flow-container .step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 0 4px;
}
.process-flow-container .step-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #50bcbd;
  background-color: #2d3737;
  color: #50bcbd;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  .process-flow-container .step-circle {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 992px) {
  .process-flow-container .step-circle {
    width: 60px;
    height: 60px;
  }
}
.process-flow-container .step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-flow-container .step-icon img {
  width: 75px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .process-flow-container .step-icon img {
    width: 60px;
  }
}
@media (max-width: 992px) {
  .process-flow-container .step-icon img {
    width: 55px;
  }
}
.process-flow-container .step-title {
  text-align: left;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.68);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 992px) {
  .process-flow-container .step-title {
    font-size: 18px;
    font-weight: 500;
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .process-flow-container .step-title {
    max-width: 100%;
  }
}

/* Responsive Mobile View (Vertical Layout) */
@media (max-width: 768px) {
  .process-flow-container {
    padding: 30px 15px;
  }
  .process-flow-container .process-stepper {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    padding-left: 10px;
  }
  .process-flow-container .process-stepper::before {
    top: 30px;
    bottom: 30px;
    left: 40px;
    width: 2px;
    height: auto;
    right: auto;
  }
  .process-flow-container .process-step {
    max-width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .process-flow-container .step-header {
    margin-bottom: 8px;
  }
  .process-flow-container .step-title {
    padding-left: 72px;
    font-size: 1.2rem;
  }
}
.expert_team {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .expert_team {
    flex-direction: column;
    gap: 80px;
  }
}
.expert_team .exp_team_card {
  text-align: center;
}
.expert_team .exp_team_card .etcard_box {
  width: 250px;
  margin: auto auto 2.5rem;
}
@media (max-width: 992px) {
  .expert_team .exp_team_card .etcard_box {
    width: 150px;
  }
}
.expert_team .exp_team_card .etcard_box .email-icon {
  cursor: pointer;
}
.expert_team .exp_team_card .expert_member {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.expert_team .exp_team_card .expert_member:hover {
  color: #50bcbd;
  transform: translateY(-3px);
}
@media (max-width: 992px) {
  .expert_team .exp_team_card .expert_member {
    font-size: 24px;
    font-weight: 600;
  }
}
.expert_team .exp_team_card .member_designation {
  color: #50bcbd;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 992px) {
  .expert_team .exp_team_card .member_designation {
    font-size: 18px;
  }
}

/* Header Section */
.notices-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1100px;
  margin: 50px auto;
  width: 100%;
}
.notices-header .line {
  flex: 1;
  height: 1px;
  background-color: #50bcbd;
}
.notices-header .title {
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.68);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  white-space: nowrap;
}
.notices-header .title span {
  color: #50bcbd;
  font-weight: 600;
}

/* Grid Container */
.notices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .notices-grid {
    gap: 30px;
  }
}

/* Card Component */
.notice-card {
  background-color: #2b2b2b;
  border: 1px solid #50bcbd;
  border-radius: 12px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.notice-card:hover {
  transform: translateY(-5px);
  border-color: #00fff2;
}

/* Circle Icon Wrapper */
.notice-icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #50bcbd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #50bcbd;
  position: relative;
  background-color: rgba(0, 210, 198, 0.05);
}
.notice-icon-circle svg {
  margin-bottom: 2px;
  stroke: #50bcbd;
}
.notice-icon-circle .section-code {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #50bcbd;
}

/* Card Text Description */
.notice-description {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 992px) {
  .notice-description {
    font-size: 18px;
  }
}

/* Mobile Responsive View */
@media (max-width: 768px) {
  .notices-header {
    gap: 15px;
    margin-bottom: 35px;
  }
  .notices-header .line {
    /* Optional: set to display: none if lines take up too much width on very small screens */
    min-width: 30px;
  }
  .notices-header .title {
    font-size: 18px;
    white-space: normal;
  }
  /* Stack cards vertically */
  .notices-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 450px;
  }
  .notice-card {
    padding: 35px 20px;
  }
}
.case_study_dialog .prop_image {
  height: 100%;
}
@media (max-width: 1024px) {
  .case_study_dialog .prop_image {
    height: 380px;
  }
}/*# sourceMappingURL=/assets/landing_page-bef4a9d3.css.map */