body {
  background-color: rgba(208, 254, 254, 0.5);
}

.green {
  color: #2AAF58;
}

.light-green {
  color: #20DB61;
}

.blue {
  color: #005FB4;
}

.light-blue {
  color: #009FE1;
}

.orange {
  color: #FE6C1B;
}

.light-orange {
  color: #FF9155;
}

.theme-btn-s2 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.theme-btn-s2::after {
  background-color: rgb(208, 254, 254);
}

.rolling-text .text-line {
  color: #fff;
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active,
.theme-btn-s2:hover .rolling-text .text-line {
  color: #005FB4;
}

.mob-menu {
  display: none;
}

.preloader {
  background-color: #D9F0F0;
}

.preloader .loader-circle {
  box-shadow: inset 0 0 0 1px rgba(0, 95, 180, 0.5);
}

.preloader img {
  height: 60px;
}

.desktop-menu .nav-top {
  padding: 15px 40px;
  background-color: #D1F8FE;
}

.nav-top .nav-social {
  float: right;
}

.nav-top .nav-social li a {
  width: 40px;
  height: 40px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #005FB4;
}

.desktop-menu .nav-top .d-nav-contact {
  color: #000;
}

.desktop-menu .nav-top .d-nav-contact i {
  color: #868686;
  margin-right: 10px;
}

.desktop-menu .navbar {
  display: flex;
  flex-direction: column;
  background-color: transparent;
}

.desktop-menu .wpo-site-header .navbar-header .navbar-brand img {
  max-width: 400px;
}

.desktop-menu .wpo-site-header .navigation-holder {
  justify-content: end;
}

.desktop-menu .wpo-site-header #navbar>ul li a.active,
.desktop-menu .wpo-site-header #navbar>ul li a:hover,
.desktop-menu .wpo-site-header #navbar>ul li a:focus {
  color: #005FB4;
}

.desktop-menu .sticky-header.sticky-on {
  background-color: #fff;
}

.desktop-menu .sticky-header.sticky-on:nth-child(3) {
  display: none;
}

.desktop-menu .wpo-site-header #navbar>ul>li>a {
  padding: 15px 33px;
}

.desktop-menu .wpo-site-header #navbar>ul>li>a i {
  margin-left: 10px;
}

.desktop-menu .wpo-site-header #navbar>ul>li:hover>.sub-menu {
  background-color: #005FB4;
}

.desktop-menu .wpo-site-header #navbar>ul .sub-menu {
  padding: 10px 0;
  border-radius: 10px;
}

.desktop-menu .wpo-site-header #navbar>ul>li .sub-menu a {
  color: #fff;
}

.desktop-menu .wpo-site-header #navbar>ul>li .sub-menu a:hover {
  color: #E7FEFE;
}

.desktop-menu .wpo-site-header #navbar>ul>li .sub-menu a:after {
  background: #E7FEFE;
}

.static-hero .hero-all-content {
  height: 100%;
}

.static-hero .slide-content .left-content .slide-sub-title h2 {
  font-size: 54px;
  font-family: "Satoshi";
  font-weight: 700;
}

.static-hero .slide-content .left-content .slide-sub-title h4 {
  color: #fff;
  margin: 30px 0 0;
}

.static-hero .slide-inner::before {
  background: linear-gradient(249deg, rgba(0, 95, 180, 0) 27.62%, rgba(0, 95, 180, 0.16) 60.82%, rgba(0, 95, 180, 0.85) 71.42%, #005FB4 78.17%);
}

.static-hero .slide-content .right-content .wpo-contact-form-area {
  max-width: 520px;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .submit-area .theme-btn-s2 {
  color: #fff;
  border-radius: 35px;
  background: #005FB4;
}

.static-hero .slide-content .left-content {
  padding-top: 0;
}

.static-hero .slide-content .right-content .wpo-contact-form-area .form-control {
  height: 50px;
  line-height: 30px;
}

.static-hero .slide-content .right-content .wpo-contact-form-area textarea.form-control {
  height: auto;
}

.wpo-review-section .wpo-section-title {
  margin: 0 0 100px;
}

.wpo-review-section .review-wrap .review-items:nth-child(2) {
  background-color: #005FB4;
}

.wpo-review-section .review-wrap .review-items:nth-child(4) {
  background-color: #024582;
}

.wpo-review-section .review-wrap .review-items .review-content .review-text {
  max-width: 310px;
}

.wpo-review-section .review-wrap .review-items .review-content .review-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.wpo-review-section .review-wrap .review-items .review-content-more {
  display: none;
}

.static-hero .slide-content .right-content .wpo-contact-form-area select.form-control {
  background: #fff url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.what-get-box {
  margin: 30px 0;
  height: 320px;
  overflow: hidden;
  padding: 30px 15px;
  border-radius: 9px;
  text-align: center;
  background: #005fb4;
  border: 1px solid #005fb4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.what-get-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 20px;
  background-color: #67B7FF;
  border-radius: 68px 0px 68px 68px;
}

.what-get-icon img {
  height: 50px;
}

.what-get-text h3 {
  color: #67B7FF;
  font-size: 24px;
  margin: 10px 0 20px;
}

.what-get-text p {
  margin: 0;
  color: #fff;
  line-height: 26px;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side {
  padding-top: 0;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 h2 {
  color: #005fb4;
  text-align: left;
}

.transforming-wrap h3 {
  text-align: center;
  margin: 15px 0;
  color: #005fb4;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-side .before {
  left: 17px;
  right: auto;
  color: #000;
  background: #fff;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-left-side .after {
  left: auto;
  right: 17px;
  color: #fff;
  background: #3CA200;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2 {
  background-color: #005FB4;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2::before {
  display: none;
}

.transforming-section-2 .transforming-wrap .wpo-transforming-right-side .transforming-btns .theme-btn-s2:hover svg path {
  fill: #005fb4;
}

.transforming-list ul {
  padding-left: 35px;
}

.transforming-list ul li {
  font-size: 24px;
  text-align: left;
  position: relative;
}

.transforming-list ul li:before {
  content: '';
  top: 7px;
  left: -35px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow.svg);
}

.transforming-list ul li i {
  color: #FE6C1B;
  margin-right: 10px;
}

.wpo-gallery-section .gallery-title span,
.wpo-gallery-section-2 .gallery-title span {
  text-transform: uppercase;
}

.wpo-gallery-section .gallery-title,
.wpo-gallery-section-2 .gallery-title {
  max-width: 100%;
}

.wpo-gallery-section .gallery-title h2,
.wpo-gallery-section-2 .gallery-title h2 {
  font-size: 42px;
  color: #005FB4;
}

.wpo-section-title span,
.wpo-section-title-s2 span {
  text-transform: uppercase;
}

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
  color: #005fb4;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items {
  background-color: #AFEDEE;
}

.testimonial-right,
.testimonial-right img {
  height: 100%;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 0;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-icon {
  padding-bottom: 20px;
}

.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name h4,
.wpo-testimonial-section .testimonial-left-side .testimonial-items .testimonial-content .testimonial-client .name span {
  color: #000;
}

.wpo-testimonial-section .testimonial-right .bottom-logos {
  display: none;
}

.wpo-testimonial-section .testimonial-right .bottom-logos .bottom-logo-item {
  justify-content: center;
}

.wpo-gallery-section .gallery-wrap .gallery-items,
.wpo-gallery-section-2 .gallery-wrap .gallery-items {
  justify-content: center;
}

.wpo-testimonial-section .testimonial-border,
.wpo-testimonial-section-2 .testimonial-border {
  padding-bottom: 50px;
}

.gallery-items-s2 img {
  width: 200px !important;
  transition: all 0.3s ease-in;
  filter: grayscale(1);
  opacity: 0.5;
}

.gallery-items-s2 img:hover {
  opacity: 1;
  filter: none;
}

.gallery-items-s2 .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-items-s2 .owl-nav.disabled {
  display: none;
}

.wpo-site-footer {
  padding: 30px 0 0;
  background-color: #171717;
}

.footer-top {
  padding: 0 0 30px;
}

.footer-top .footer-logo {
  width: 90%;
}

.footer-top h5 {
  color: #fff;
  margin: 20px 0;
}

.footer-office p {
  color: #868686;
}

.footer-office .company-email p {
  margin: 0;
}

.footer-office .company-email a {
  color: #f6f6f6;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.wpo-site-footer ul.footer-social {
  display: flex !important;
  justify-content: start;
}

.footer-social li a {
  width: 40px;
  height: 40px;
  color: #868686;
  text-align: center;
  margin-right: 12px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex !important;
  border: 1px solid #868686;
}

.footer-social li a:hover {
  background: #005FB4;
  opacity: 1 !important;
  color: #fff !important;
}

.footer-top .footer-links {
  column-count: 2;
}

.footer-top .footer-links a {
  font-weight: 400;
  color: #868686;
}

.footer-top .footer-links a:hover {
  opacity: 0.5;
  color: #868686;
}

.footer-top .footer-links li {
  line-height: 24px;
  margin: 0 0 10px;
}

.footer-bottom {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  border-top: 1px solid #222;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.footer-bottom p a {
  color: #fff;
}

.breadcumb-area {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/inner-banner.jpg');
}

.breadcumb-area:before {
  background: linear-gradient(249deg, rgba(0, 95, 180, 0) 27.62%, rgba(0, 95, 180, 0.16) 60.82%, rgba(0, 95, 180, 0.85) 71.42%, #005FB4 78.17%);
}

.breadcrumb-item a {
  color: #FE6C1B;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.about-intro p a {
  color: #005FB4;
  text-decoration: underline;
}

.our-purpose h2 {
  color: #005FB4;
  margin: 0 0 30px;
}

.our-purpose .inner-colum,
.our-purpose .image-column {
  position: relative;
}

.our-purpose .image-column .inner-colum {
  padding-right: 60px;
}

.our-purpose .image-column .inner-colum .image {
  max-width: 450px;
}

.our-purpose .image-column .inner-colum .overlay-anim {
  position: relative;
}

.our-purpose .image-column .inner-colum .overlay-anim:after {
  background: #ffffff4d;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.our-purpose .image-column .inner-colum .overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.our-purpose .image-column .image-2 {
  position: absolute;
  bottom: -34px;
  right: 45px;
  overflow: hidden;
  margin-bottom: 0;
}

.our-purpose .image-column .image-3 {
  left: 130px;
  bottom: -53px;
  margin-bottom: 0;
  position: absolute;
  animation: fa-spin 20s infinite linear;
  -webkit-animation: fa-spin 20s infinite linear;
}

.wpo-choose-left-items h2 {
  margin: 0 0 50px;
}

.wpo-choose-left-items ul {
  padding-left: 35px;
}

.wpo-choose-left-items ul li {
  font-size: 24px;
  margin: 0 0 20px;
  position: relative;
}

.wpo-choose-left-items ul li:before {
  top: 7px;
  left: -35px;
  width: 20px;
  content: '';
  height: 20px;
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow.svg);
}

.wpo-why-choose-section-2 .wpo-section-title-s2 span {
  color: #2AAF58;
  text-transform: uppercase;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-1 {
  background-color: #337FC3;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-2,
.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-3,
.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image .border-shape .shape-4 {
  border: 1px solid #337FC3;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
  top: 0;
  transform: none;
}

.sectors-block {
  margin: 0 0 70px;
}

.sectors-block:last-child {
  margin: 0;
}

.sectors-block img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sectors-block h2 {
  color: #005FB4;
  margin: 0 0 30px;
}

.sectors-block p {
  font-size: 18px;
  line-height: 30px;
}

.sectors-block p span {
  display: block;
  margin: 0 0 10px;
}

.sectors-block h2.mob-title,
.sectors-block h4.mob-subtitle {
  display: none;
}

.sectors-block h4 {
  color: #3CA200;
  font-size: 22px;
  font-weight: 500;
}

.our-approach-intro h2 {
  color: #005FB4;
  margin: 0 0 15px;
}

.key-aspects img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.key-aspects h2 {
  color: #005FB4;
  font-size: 42px;
  margin: 0 0 15px;
  line-height: 67px;
}

.key-aspects li {
  font-size: 22px;
  margin: 0 0 10px;
  position: relative;
  padding-left: 35px;
}

.key-aspects li:before {
  content: '';
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow.svg");
}


.key-aspects li i {
  color: #FE6C1B;
  margin: 0 15px 15px 0;
}

.key-aspects li ul {
  padding-left: 0;
  margin: 20px 0 0;
}

.key-aspects li ul li {
  position: relative;
}

.key-aspects li ul li:before {
  background-image: url(../images/circle.svg);
}

.key-aspects li ul li i {
  font-size: 18px;
}

.wpo-why-choose-section-2 {
  background-color: transparent;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-left-side .wpo-choose-left-items {
  padding-top: 0;
  background-color: transparent;
}

.wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-left-side .wpo-choose-left-items .wpo-section-title-s2 h2 {
  text-align: left;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items {
  background-color: #B3FDFD;
  color: #000 !important;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(3) {
  background-color: #B3FDFD;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(2) {
  background-color: #C0FCFC;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items:nth-child(4) {
  background-color: #C0FCFC;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items h3,
.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items p {
  color: #000 !important;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items p {
  text-transform: none !important;
}

.pathology-matter-content {
  padding: 60px 0;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pathology-matter-content:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(0, 95, 180, 0.85);
}

.pathology-matter-content h3,
.pathology-matter-content p {
  position: relative;
}

.pathology-matter-content h3 {
  color: #D9F0F0;
  margin: 0 0 30px;
  font-size: 47px;
}

.pathology-matter-content p {
  color: #fff;
  font-size: 24px;
}

.service-list {
  padding: 0 0 50px;
}

.service-list-block {
  display: flex;
  margin: 0 0 50px;
  align-items: stretch;
  /* make both columns equal height */
  border-radius: 10px;
  background: transparent;
  border: 1px solid #005fb4;
}

.service-list-img {
  flex: 0.75;
  overflow: hidden;
  /* ensure image doesn't overflow */
}

.service-list-img img {
  width: 100%;
  height: 100%;
  /* fill container vertically */
  object-fit: cover;
  /* maintain image aspect ratio and fill space */
  border-radius: 10px 0 0 10px;
}

.service-list-content {
  flex: 1;
  display: flex;
  align-items: center;
  /* vertically center content if needed */
}

.service-list-content-in {
  padding: 30px 30px 10px;
}

.service-list-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #E7FEFE;
  border: 1.5px solid #2AAF58;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  margin: 0 0 30px;
  box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
}

.service-list-content-in img {
  height: 60px;
}

.service-list-content-in p a {
  color: #005FB4;
  text-decoration: underline;
}

.service-list-content-in h5 {
  margin: 0 0 20px;
}

.service-list-content-in ul {
  padding-left: 0;
  margin: 0 0 30px;
}

.service-list-content-in li {
  font-size: 18px;
  margin: 0 0 15px;
  position: relative;
  padding-left: 35px;
}

.service-list-content-in li:before {
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow.svg');
}

.service-list-content-in h3 {
  margin: 0 0 30px;
}

.service-list-content-in h3,
.service-list-content-in li i {
  color: #005FB4;
}

.service-list-content-in li i {
  margin-right: 10px;
}

.why-choose-block {
  margin: 0 0 50px;
  text-align: center;
}

.why-choose-block img {
  display: block;
  margin: 0 auto 30px;
}

.why-choose p a {
  color: #005FB4;
  text-decoration: underline;
}

.office-info-item {
  height: 320px;
}

.office-info .office-info-item .office-info-text p a {
  color: #636776;
}

.office-info .office-info-item::before {
  display: none;
}

.office-info .office-info-item.active .office-info-text h2,
.office-info .office-info-item:hover .office-info-text h2,
.office-info .office-info-item:hover .office-info-icon i {
  color: #636776;
}

.office-info .office-info-item.active .office-info-icon .icon .fi:before,
.office-info .office-info-item:hover .office-info-icon .icon .fi:before {
  color: #636776;
}

.office-info .office-info-item.active .office-info-text p,
.office-info .office-info-item:hover .office-info-text p {
  color: #636776;
}

.contact-right {
  max-width: 100%;
}

.contact-right .wpo-contact-form-area {
  background-color: #fff;
  padding: 30px 40px 40px;
  border-radius: 10px;
  margin-left: auto;
}

.contact-right .wpo-contact-form-area .form-control {
  border: 0;
  height: 50px;
  margin: 0 0 22px;
  line-height: 30px;
  border-radius: .25rem;
  padding: .375rem .75rem;
  background-color: #f4f4f4;
}

.contact-right .wpo-contact-form-area label {
  display: none;
}

.contact-right .wpo-contact-form-area select.form-control {
  border: 0;
  height: 50px;
  color: #636776;
  line-height: 30px;
  border-radius: .25rem;
  padding: .375rem .75rem;
  background: #f4f4f4 url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.contact-right .wpo-contact-form-area textarea {
  height: auto !important;
}

.wpo-contact-form-area .alert-success {
  margin: 1rem 0;
}

.contact-form .theme-btn-s2 {
  color: #fff;
  border-radius: 35px;
  background: #005FB4;
}

.contact-form .theme-btn-s2::before {
  display: none;
}

.contact-form .submitbtn {
  margin: 0 auto;
}

.our-values-item {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.our-values-item h3 {
  font-size: 36px;
}

.we-triora {
  padding: 30px 0;
  font-family: "Cabinet Grotesk";
  border-bottom: 1px solid #ddd;
}

.we-triora h2 {
  font-size: 42px;
}

.select-type-building select {
  padding-left: 30px;
  padding-bottom: 20px;
}

.select-type-building label i {
  top: 13px !important;
}

.contact-form .input-item i {
  top: 2px;
}

.contact-form .theme-btn-s2 {
  padding: 20px 70px !important;
}

.submit-area {
  margin-top: 20px;
}

.breadcumb-area .breadcumb-wrap h3 {
  font-size: 60px;
}

.wpo-why-choose-section-2 .wpo-choose-right-wrap .wpo-choose-right-box .wpo-choose-right-items .wpo-choose-right-content p {
  max-width: 100%;
}

.service-intro {
  padding: 70px 0;
}


/*** 22/01/26 ****/

.legi-info {
  padding-bottom: 50px;
}

.legi-info .blog-card {
  min-height: 640px;
  overflow: visible;
  box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
}

.legi-info .blog-card .image {
  border-radius: 0;
}

.legi-info .blog-card .content {
  padding-top: 20px;
}

.legi-info .blog-card .content .text {
  padding: 0;
}

.legi-info .blog-card .content .text h3 {
  padding-bottom: 0;
  padding-left: 15px;
}

.legi-info .blog-card .content .blg-bottom {
  border: 0;
  padding: 20px 15px;
}


@media (max-width: 1800px) {
  .wpo-site-header {
    padding: 15px 40px;
  }
}

@media (max-width: 1366px) {
  .desktop-menu .wpo-site-header #navbar>ul>li>a {
    padding: 15px 20px;
  }

  .wpo-testimonial-section .testimonial-left-side .testimonial-items {
    padding: 40px;
  }

  .wpo-testimonial-section .testimonial-right .bottom-logos,
  .wpo-testimonial-section-2 .testimonial-right .bottom-logos {
    padding: 6px 0;
  }

  .wpo-review-section .review-wrap .review-items .review-content {
    padding: 15px 30px;
  }

  .wpo-review-section .review-wrap .review-items .review-content .review-text {
    padding: 20px 0 0;
  }

  .wpo-review-section .review-wrap .review-items .review-content .review-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .what-get-box {
    height: 310px;
  }

  .what-get .container {
    max-width: 100%;
  }

  .footer-top .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .footer-social li a {
    margin-right: 0;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .desktop-menu .wpo-site-header {
    padding: 15px;
  }

  .desktop-menu .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 270px;
  }

  .desktop-menu .wpo-site-header #navbar>ul>li>a {
    padding: 15px 10px;
  }

  .wpo-testimonial-section .container {
    max-width: 100%;
  }

  .wpo-testimonial-section .testimonial-left-side .testimonial-items {
    padding: 40px;
  }

  .footer-top .container {
    max-width: 100%;
  }

  .footer-office p br {
    display: none;
  }

  .footer-social li a {
    margin-right: 0;
  }

  .wpo-review-section .review-wrap .review-items .review-content {
    height: 270px;
    overflow: hidden;
  }

  .wpo-review-section .review-wrap .review-items .review-content-more {
    display: block;
    padding: 20px 30px;
  }

  .wpo-review-section .review-wrap .review-items .review-content-more a {
    color: #E7FEFE;
    text-decoration: underline;
  }

  .what-get-box {
    height: 330px;
  }

  .what-get-text h3 {
    font-size: 18px;
  }

  .what-get-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-page .container {
    max-width: 100%;
  }

  .office-info .office-info-item .office-info-text p {
    font-size: 17px;
  }

  .office-info .office-info-item .office-info-text p br {
    display: none;
  }

  .wpo-site-footer ul li {
    margin: 0 0 10px;
  }

  .wpo-site-footer ul.footer-social li {
    margin: 0 13px 20px 0 !important;
  }
}

@media (max-width: 991px) {
  .desktop-menu {
    display: none;
  }

  .mob-menu {
    display: block;
  }

  .mob-menu .wpo-site-header {
    padding: 15px;
  }

  .mob-menu .wpo-site-header .navigation {
    background-color: transparent;
  }

  .mob-menu .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 300px;
  }

  .mob-menu .sticky-header.sticky-on {
    background-color: #fff;
  }

  .mob-menu .sticky-header.sticky-on:nth-child(2) {
    display: none;
  }

  .wpo-review-section .container {
    max-width: 100%;
  }

  .wpo-review-section .review-wrap .review-items .image,
  .wpo-review-section .review-wrap .review-items .image img {
    height: 100%;
  }

  .wpo-review-section .review-wrap .review-items .review-content {
    height: 245px;
    overflow: hidden;
  }

  .wpo-review-section .review-wrap .review-items .review-content-more {
    display: block;
    padding: 0 20px;
    margin: 15px 10px;
  }

  .wpo-review-section .review-wrap .review-items .review-content-more a {
    color: #E7FEFE;
    text-decoration: underline;
  }

  .what-get-box {
    margin: 15px 0 15px 0;
  }

  .footer-top .footer-logo {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .footer-img-block {
    order: 0;
  }

  .footer-address {
    order: 1;
  }

  .footer-links-block {
    order: 2;
  }

  .wpo-site-footer ul {
    justify-content: center;
  }

  .footer-social-media {
    order: 3;
    text-align: center;
    margin: 15px 0 0;
  }

  .footer-social-media h5 {
    display: none;
  }

  .footer-img-block a {
    border-bottom: 1px solid #222;
    margin: 0 0 15px;
    display: block;
    padding: 0 0 35px;
  }

  .key-aspects img {
    margin: 0 0 30px;
  }

  .office-info .office-info-item .office-info-text p {
    font-size: 15px;
  }

  .our-values {
    margin: 50px 0 0;
  }

  .wpo-choose-left-items ul li {
    text-align: left;
  }

  .wpo-section-title-s2,
  .wpo-section-title-s2 h2 {
    text-align: center !important;
  }

  .breadcumb-area {
    min-height: 300px;
  }

  .our-purpose h2 {
    text-align: center;
  }

  .wpo-choose-right-content h3 {
    text-align: left !important;
  }

  .sectors-block {
    text-align: center;
  }

  .sectors-listing .container {
    max-width: 100%;
  }

  .sectors-block h2 {
    margin: 0 0 15px;
  }

  .sectors-block h2.mob-title,
  .sectors-block h4.mob-subtitle {
    display: block;
  }

  .sectors-block .content-rt h2,
  .sectors-block .content-lt h2,
  .sectors-block .content-rt h4,
  .sectors-block .content-lt h4 {
    display: none;
  }

  .sectors-block img {
    margin: 0 0 20px;
  }

  .sectors-block .img-rt {
    order: 0;
  }

  .sectors-block .content-lt {
    order: 1;
  }

  .sectors-block p {
    font-size: 18px;
    line-height: 28px;
  }

  .service-list-block {
    flex-direction: column;
  }

  .service-list-img,
  .service-list-content {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }

  .service-list-img img {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 767px) {
  .mob-menu .wpo-site-header {
    padding: 15px 0;
  }

  .mob-menu .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 180px;
    float: left;
  }

  .mob-menu .wpo-site-header .header-right .header-contact {
    display: block;
  }

  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    line-height: 52px;
  }

  .static-hero .slide-content .left-content .slide-sub-title h2 {
    font-size: 40px;
    line-height: 54px;
  }

  .wpo-review-section .review-wrap .review-items .review-content {
    height: auto;
  }

  .wpo-review-section .review-wrap .review-items .review-content-more {
    display: none;
  }

  .what-get-box {
    height: auto;
  }

  .gallery-items-s2 .owl-item img {
    margin: 0 auto;
  }

  .key-aspects img {
    margin: 0 0 30px;
  }

  .key-aspects h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .key-aspects li {
    font-size: 20px;
  }

  .key-aspects li ul {
    padding-left: 25px;
  }

  .pathology-matter-content {
    padding: 30px 30px;
  }

  .pathology-matter-content h3 {
    font-size: 36px;
  }

  .pathology-matter-content p {
    font-size: 18px;
  }

  .service-list-block {
    flex-direction: column;
  }

  .service-list-img {
    flex: 100%;
  }

  .service-list-img img {
    border-radius: 10px 10px 0 0;
  }

  .contact-form .input-item .col-xl-4 {
    margin: 0 0 20px;
  }

  .contact-form .input-item .col-xl-4 .fild {
    padding-left: 15px;
  }

  .wpo-why-choose-section-2 {
    padding: 50px 0 100px 0 !important;
  }

  .wpo-why-choose-section-2 .why-choose-wraper .wpo-choose-right-image {
    display: none;
  }

  .wpo-choose-left-items ul li {
    font-size: 18px;
  }

  .wpo-site-header .navigation {
    padding: 0;
  }

  .wpo-review-section .wpo-section-title {
    margin: 0 0 50px;
  }

  .wpo-section-title h2 {
    font-size: 32px;
  }

  .footer-top .footer-logo {
    width: 53%;
  }

  .transforming-list ul li {
    font-size: 18px;
  }

  .breadcumb-area {
    min-height: 180px;
  }

  .breadcumb-area .breadcumb-wrap h3 {
    font-size: 42px;
  }
}

@media (max-width: 480px) {}

/* Resources and Legislation Page Styles */
.article-resources .nav-pills .nav-link {
  background-color: #fff;
  color: #005FB4;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 3px solid #005FB4;
  border-radius: 50%;
  font-weight: 700;
  padding: 0;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 1rem;
  line-height: 1.3;
}

.article-resources .nav-pills .nav-link.active,
.article-resources .nav-pills .nav-link:hover {
  background-color: #005FB4;
  color: #fff;
  border-color: #005FB4;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 95, 180, 0.3);
}

/* Accordion Styles */
.article-resources .accordion .card {
  border: none;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 8px !important;
  overflow: hidden;
}

.article-resources .accordion .card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0;
}

.article-resources .accordion .card-header button {
  text-align: left;
  color: #005FB4;
  font-weight: 700;
  padding: 20px 25px;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-resources .accordion .card-header button:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.article-resources .accordion .card-header button i {
  transition: transform 0.3s ease;
}

.article-resources .accordion .card-header button[aria-expanded="true"] {
  color: #005FB4;
}

.article-resources .accordion .card-header button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.article-resources .accordion .card-body {
  padding: 25px;
  background-color: #fff;
}

.article-resources .resource-btn {
  display: inline-block;
  background-color: #005FB4;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 15px;
  margin-right: 10px;
  font-size: 0.9rem;
  transition: background 0.3s;
}

.article-resources .resource-btn:hover {
  background-color: #004a8f;
  color: #fff;
  text-decoration: none;
}

.article-resources .resource-btn i {
  margin-right: 5px;
}




/* new css */
:root {
  --hero-blue: #0b63b8;
  --card-radius: 12px
}

.custom-resources-legislation .resource-card {
  height: 220px;
  box-shadow: 0 6px 18px rgba(14, 20, 30, 0.06);
}

.custom-resources-legislation .resource-img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(.2, .9, .2, 1)
}

.custom-resources-legislation .resource-card:hover .resource-img {
  transform: scale(1.06)
}

.custom-resources-legislation .resource-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.28) 70%);
  pointer-events: none
}

.custom-resources-legislation .resource-cta {
  top: 14px;
  right: 14px;
  z-index: 3;
  background: var(--hero-blue);
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px
}

.custom-resources-legislation .resource-cta:focus {
  outline: 3px solid rgba(255, 255, 255, 0.18);
  outline-offset: 3px
}

.custom-resources-legislation .resource-title {
  left: 16px;
  bottom: 12px;
  z-index: 3;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.55)
}

/* responsive tweaks */
@media (max-width:720px) {
  .custom-resources-legislation .resource-card {
    height: 180px
  }

  .custom-resources-legislation .resource-title {
    font-size: 16px
  }
}

/* modal body tweaks */
.custom-resources-legislation .modal-body p {
  line-height: 1.6;
  color: #1f2937
}

.custom-resources-legislation .modal-body {}

.custom-resources-legislation .modal-body #articleContent {
  max-height: 60vh;
  overflow: auto
}

.custom-resources-legislation .modal-footer .btn-link {
  color: var(--hero-blue)
}

/* Additional info section */
.custom-resources-legislation .additional-info {
  background: #fff
}

.custom-resources-legislation .additional-info h2,
.custom-resources-legislation .additional-info h3 {
  color: var(--hero-blue)
}

.custom-resources-legislation .additional-info p {
  color: #1f2937;
  line-height: 1.6
}

.custom-resources-legislation .additional-info .small {
  line-height: 1.4
}