/***
* Defaults
**/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap");
/* Box Shadows */
/**
 * Theme Name:  Noor Law
 * Theme URI:   https://noorlaw.co.uk/
 * Author:      Wisely Spaced
 * Author URI:  http://www.wiselyspaced.com
 * Description: Offical theme for Noor Law Solicitors website.
 * Version:     1
 * Text Domain: noorlaw
 * Domain Path: /languages/
 *
 * Quest, like WordPress, is licensed under the GPL.
 * Quest is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 */
/***
* Defaults
**/
/* Default Styles */
body {
  color: #2E3B4A;
  font: normal 17px/28px "IBM Plex Sans", Helvetica, sans-serif;
  letter-spacing: -.02em;
  transition-timing-function: ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  color: #2E3B4A;
  text-decoration: none;
  transition: all 0.15s;
}

h1, h2, h3, h4, h5, h6 {
  color: #2E3B4A;
  font-family: "IBM Plex Sans", "Helvetica", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  margin: 20px auto;
}

h1 {
  font-size: 48px;
  line-height: 58px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 44px;
}

h4 {
  font-size: 24px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 32px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

p {
  margin: 20px 0;
}

blockquote {
  color: #2E3B4A;
  font: 400 18px/32px "IBM Plex Sans", "Helvetica", sans-serif;
  margin: 24px 0;
}

ul, ol {
  line-height: 24px;
  margin: 17px 0;
  padding-left: 32px;
}

ul li:not(:last-child), ol li:not(:last-child) {
  margin-bottom: 16px;
}

ol {
  list-style: decimal;
  list-style-position: outside;
}

strong {
  font-weight: bold;
}

label {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}

input, textarea, select, button {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-weight: normal;
}

textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number] {
  background: #FFFFFF;
  outline: 2px solid rgba(0,0,0,.15);
  border: none;
  border-radius: 8px;
  color: #000000;
  display: block;
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  padding: 12px;
  width: 100%;
  transition: all 0.15s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  line-height: 20px;
}

textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover {
  outline-color: rgba(0,0,0,.35);
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus {
  background-color: rgba(255,255,255,.9);
  outline-color: rgba(0,0,0,.5);
}

select {
  background: #F2F2F2;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  height: 44px;
  padding: 8px 12px;
  width: 100%;
}

select:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

select:focus {
  background-color: #F4F4F4;
  border-color: rgba(0, 0, 0, 0.25);
}

::-moz-placeholder {
  color: #888888;
}

::placeholder {
  color: #888888;
}

button,
input[type=submit],
.btn {
  background: #FFEF82;
  border: none;
  border-radius: 24px;
  color: #2A4768;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  line-height: 24px;
  padding: 12px 48px;
  text-align: center;
  transition: all 0.15s linear;
}

button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.btn:focus,
.btn:hover {
  color: rgba(42,71,104,.85);
}

figure {
  margin: 0;
  position: relative;
}

figcaption {
  color: #555555;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  text-align: center;
}

figure:hover figcaption {
  color: #878B8F;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

@media only screen and (max-width: 1160px) {
  /* 960 */
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 900px) {
  /* 738 */
}
@media only screen and (max-width: 540px) {
  /* 378 */
}
@media only screen and (max-width: 380px) {
  /* 342 */
}
/* Custom Codes */
.page-grid {
  display: grid;
  grid-template-columns: 1fr repeat(12, 64px) 1fr;
  gap: 0 32px;
  max-width: 1920px;
  margin: 0 auto;
}

.page-wrap {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1184px;
}

/**/
.readable-page {
  grid-column: 3 / -3;
  margin: 48px 0 240px;
}

.readable-page h1 {
  text-align: center;
}

@media only screen and (max-width: 1160px) {
  /* 960 (624 + 220 = 844) */
  .page-grid {
    display: grid;
    grid-template-columns: 1fr repeat(12, 52px) 1fr;
    gap: 0 20px;
  }
  .page-wrap {
    padding: 0 20px;
    max-width: 884px;
  }
}
@media only screen and (max-width: 900px) {
  /* 738 (480 + 176 = 656) */
  .page-grid {
    display: grid;
    grid-template-columns: 1fr repeat(12, 40px) 1fr;
    gap: 0 16px;
  }
  .page-wrap {
    padding: 0 36px;
    max-width: 728px;
  }
}
@media only screen and (max-width: 540px) {
  /* 378 */
  .page-grid,
  .page-wrap {
    display: block;
    padding: 0 24px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  /* 342 */
  .page-grid,
  .page-wrap {
    padding: 0 16px;
  }
}
/***
* Site Header
**/
.site-header {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 99;
}

/* Header Top Bar */
.top-bar {
  background: #ECF1F8;
  padding: 8px 0;
}

.top-bar .page-wrap {
  display: flex;
  justify-content: flex-end;
}

.call-promo {
  color: #2E3B4A;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.call-promo a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.call-promo a span {
  background: transparent url('./assets/images/icons/phone.svg') 0 0 no-repeat;
  background-size: 12px 12px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

/* Site Navigation */
.nav-bar {
  height: 72px;
  position: relative;
}

.nav-bar .page-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo figure {
  background: #FFFFFF;
  border-color: rgba(46,59,74,.07);
  border-style: solid;
  border-width: 1px 1px 0;
  border-radius: 48px 48px 0 0;
  height: 96px;
  margin-top: -32px;
  width: 96px;
  padding: 14px 15px 16px;
}

.logo figure img {
  height: 64px;
  width: 64px;
}

.logo a {
  color: #2E3B4A;
  display: flex;
  font-size: 20px;
  font-weight: 600;
}

.nav {
  font-size: 15px;
  font-weight: 500;
}

.nav > ul {
  display: flex;
  gap: 24px;
  align-items: center;
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav > ul > li {
  position: relative;
  margin: 0;
}
.nav > ul > li::after {
  background: #5E8FC7;
  border-radius: 2px 2px 0 0;
  display: none;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
}
.nav > ul > li.current-menu-item::after {
  display: block;
}
.nav > ul > li:last-child.current-menu-item a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.nav > ul > li:last-child.current-menu-item::after {
  display: none;
}
.nav > ul > li:last-child a {
  background: #ECF1F8;
  border: none;
  border-radius: 20px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  line-height: 24px;
  padding: 8px 20px;
  text-align: center;
  transition: all 0.15s;
}
.nav > ul > li:last-child a:hover {
  background-color: #5E8FC7;
  color: rgba(255, 255, 255, 0.85);
}
.nav > ul > li.current-menu-item a:hover {
  color: #2E3B4A;
}
.nav > ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.nav > ul a {
  color: #2E3B4A;
  display: block;
}
.nav > ul a.btn {
  color: #FFFFFF;
}
.nav > ul a:hover {
  color: #5E8FC7;
}
.nav .sub-menu {
  background: #FFFFFF;
  display: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  outline: rgba(0, 0, 0, 0.07) 1px solid;
  padding: 4px 0;
  line-height: 36px;
  list-style: none;
  margin: 0;
  position: absolute;
  right: -40px;
  top: 48px;
  width: 220px;
  z-index: 99;
}
.nav .sub-menu li {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  position: relative;
}
.nav .sub-menu li:last-child {
  border: none;
}
.nav .sub-menu li a {
  display: block;
  padding: 2px 16px;
}
.nav .sub-menu li.current-menu-item a {
  color: #2E3B4A;
}
.nav .sub-menu li.menu-item-type-custom > a {
  color: #888888;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
}
.nav .sub-menu li.menu-item-type-custom .sub-menu {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding-left: 24px;
  position: static;
}
.nav .sub-menu li.menu-item-type-custom .sub-menu a {
  padding-left: 0;
}

/* Menu button */
.btn-menu {
  background: transparent;
  border-radius: 8px;
  display: none;
  height: 36px;
  margin-top: 1px;
  padding: 0;
  position: relative;
  width: 42px;
  z-index: 101;
  transition: all .15s linear;
}

.btn-menu span {
  background: #000;
  border-radius: 1px;
  display: block;
  height: 2px;
  position: absolute;
  right: 9px;
  top: 17px;
  width: 24px;
  transition: all 0.15s;
}

.btn-menu span:first-child {
  top: 11px;
}

.btn-menu span:last-child {
  top: 23px;
}

.m-out span {
  left: 11px;
  right: auto;
  width: 0;
}

.m-out span:first-child {
  left: auto;
  right: 11px;
  width: 0;
}

.m-out span:last-child {
  left: auto;
  right: 11px;
  width: 0;
}

.m-prep span {
  width: 0;
}

.m-prep span:first-child {
  right: 16px;
  top: 18px;
  transform: rotate(45deg);
  width: 0;
}

.m-prep span:last-child {
  right: 16px;
  top: 18px;
  transform: rotate(-45deg);
  width: 0;
}

.m-cross span {
  width: 0;
}

.m-cross span:first-child {
  right: 9px;
  width: 24px;
}

.m-cross span:last-child {
  right: 9px;
  width: 24px;
}

.m-flat span {
  width: 0;
}

.m-flat span:first-child {
  right: 9px;
  width: 24px;
  transform: none;
}

.m-flat span:last-child {
  right: 9px;
  width: 24px;
  transform: none;
}

.m-mprep span {
  width: 24px;
}

.m-rprep span {
  width: 24px;
  right: 9px;
}

.m-rprep span:first-child {
  top: 15px;
}

.m-rprep span:last-child {
  top: 15px;
}

.m-reset span {
  width: 24px;
}

.m-reset span:first-child {
  width: 24px;
}

.m-reset span:last-child {
  width: 24px;
}

@media only screen and (max-width: 1160px) {

  .site-header .page-wrap {
    max-width: none;
    padding: 8px 36px 0;
  }

}

@media only screen and (max-width: 900px) {
  /* 738 */

  main {
    padding-top: 120px;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
  }

  .nav {
    opacity: 0;
    visibility: hidden;
    display: block;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 52px;
    right: 24px;
    max-width: 320px;
    padding: 12px;
    font-size: 16px;
    transition: all .15s linear;
  }

  body.stage-2 .nav {
    opacity: 1;
    visibility: visible;
  }

  .nav > ul {
    display: block;
    line-height: 44px;
    width: 240px;
  }

  .nav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(42,71,104,.15);
    margin-bottom: 8px;
  }
  .nav > ul > li:not(:last-child).current-menu-item {
    border-width: 2px;
    border-color: rgba(42,71,104,.35);
  }

  .nav > ul > li::after {
    display: none;
  }
  .nav > ul > li.current-menu-item::after {
    display: none;
  }

  .nav > ul a {
    padding: 4px 16px;
  }

  .nav > ul > li:last-child a {
    font-size: 16px;
    height: 48px;
    line-height: 32px;
  }

  .btn-menu {
    display: block;
  }

  .stage-2 .btn-menu {
    background: #ECF1F8;
  }

}
@media only screen and (max-width: 540px) {
  /* 378 */

  main {
    padding-top: 100px;
  }

  .site-header .page-wrap {
    max-width: none;
    padding: 8px 24px 0;
  }

  .top-bar {
    background: #ECF1F8;
    padding: 8px 0;
  }

  .top-bar .page-wrap {
    padding: 0 24px;
  }

  .nav-bar {
    height: 60px;
  }

  .logo {
    gap: 8px;
  }

  .logo figure {
    border-radius: 40px 40px 0 0;
    height: 76px;
    margin-top: -24px;
    width: 72px;
    padding: 10px 11px 16px;
  }

  .logo figure img {
    height: 48px;
    width: 48px;
  }

  .logo a {
    font-size: 18px;
  }


}
@media only screen and (max-width: 380px) {
  /* 342 */
}


/**
* Home Page
*/
.hero-home {
  align-items: center;
}

.hero-home .cover-photo {
  grid-column: 1 / -1;
  grid-row: 1;
  z-index: 0;
  height: 640px;
  overflow: hidden;
  position: relative;
}

.hero-home .cover-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-home .hero-contents {
  grid-column: 2 / 10;
  grid-row: 1;
  z-index: 1;
}

.hero-home .hero-contents h1 {
  color: #FFFFFF;
  font-size: 52px;
  line-height: 64px;
  margin: 0;
}

.hero-home .hero-contents ul {
  color: #FFFFFF;
  list-style: none;
  margin: 48px 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.hero-home .hero-contents li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.hero-home .hero-contents li:not(:last-child)::after {
  background: #FFFFFF;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
}

.btn-promo {
  background: #FFFFFF;
  border-radius: 26px;
  color: #266ABD;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 52px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 8px 10px 24px;
  width: fit-content;
}

.btn-promo.--light {
  background: #ECF1F8;
  border-radius: 24px;
  color: #2A4768;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 8px 12px 24px;
}

.btn-promo span {
  display: block;
  background: #ECF1F8 url('./assets/images/icons/arrow.svg') center center no-repeat;
  background-size: 16px 16px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  transform: rotate(0deg);
  transition: all 0.15s ease-in-out;
}
.btn-promo.--light span {
  background-color: #FFFFFF;
}

.btn-promo:focus span,
.btn-promo:hover span {
  transform: rotate(45deg);
}

@media only screen and (max-width: 1160px) {

  .hero-home .cover-photo {
    z-index: 0;
    height: 720px;
  }

  .hero-home .hero-contents ul {
    font-size: 20px;
    line-height: 32px;
  }

}

@media only screen and (max-width: 900px) {

  .hero-home {
    display: grid;
    align-items: end;
  }

  .hero-home .cover-photo {
    z-index: 0;
    height: calc(100vh - 120px);
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .hero-home .hero-contents {
    grid-column: 1 / -1;
    grid-row: 1;
    padding: 0 32px 96px;
  }

  .hero-home .hero-contents ul {
    margin: 36px 0;
  }

}

@media only screen and (max-width: 540px) {

  .hero-home {
    display: block;
    padding: 0;
  }

  .hero-home .cover-photo {
    z-index: 0;
    height: 100vh;
  }

  .hero-home .hero-contents {
    padding: 0 24px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .hero-home .hero-contents h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .hero-home .hero-contents ul {
    display: block;
  }

  .hero-home .hero-contents li:not(:last-child) {
    margin-bottom: 16px;
  }

  .hero-home .hero-contents li:not(:last-child)::after {
    display: none;
  }

}

/* Service Promo */
.service-promo {
  background: transparent url('./assets/images/service-promo-home.png') center center no-repeat;
  background-size: cover;
  border-top: 8px solid #D4C23B;
  align-items: center;
  margin: 0 auto;
}

.service-promo .content {
  grid-column: 3 / 10;
  padding: 96px 0 108px;
}

.service-promo .content h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}

.service-promo .content ul {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.service-promo .content li {
  padding-left: 32px;
  position: relative;
}

.service-promo .content li:not(:last-child) {
 margin-bottom: 20px;
}

.service-promo .content li::before {
  background: #5E8FC7;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 8px;
  top: 8px;
}

.service-promo .action {
  grid-column: 10 / -3;
}

.service-promo .action a {
  color: #FFEF82;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.service-promo .action a svg {
  margin-right: 4px;
  vertical-align: middle;
}

.service-promo .action p {
  color: rgba(255,255,255,.65);
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0 0;
}

@media only screen and (max-width: 1160px) {

  .service-promo .content {
    grid-column: 2 / 10;
  }

  .service-promo .action {
    grid-column: 11 / -2;
  }

}

@media only screen and (max-width: 900px) {

  .service-promo .content {
    grid-column: 2 / 9;
  }

  .service-promo .action {
    grid-column: 10 / -2;
  }

}

@media only screen and (max-width: 540px) {

  .service-promo {
    padding: 96px 24px 120px;
  }

  .service-promo .content {
    padding: 0 0 80px;
  }

}

/* Service List Promo Home */
.list-service-promo {
  margin: 160px auto;
}

.list-service-promo h4 {
  color: #99A0A9;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 48px;
  text-align: center;
}

.service-promo-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 0 48px;
}
.service-promo-item:not(:last-child) {
  margin-bottom: 160px;
}

.service-promo-item .photo {
  position: relative;
}
.service-promo-item .photo::after {
  background: #ECF1F8;
  border-radius: 48px;
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.service-promo-item:nth-child(even) .photo::after {
  left: 12px;
  right: auto;
}

.service-promo-item:nth-child(even) .photo {
  grid-column: 2;
  grid-row: 1;
}

.service-promo-item:nth-child(even) .content {
  grid-column: 1;
  grid-row: 1;
}

.service-promo-item img {
  border-radius: 40px;
}

.service-promo-item h6 {
  color: #99A0A9;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 24px 0 0;
}

.service-promo-item h2 {
  font-size: 44px;
  line-height: 52px;
  margin: 16px 0 24px;
}

.service-promo-item p {

}

.service-promo-item ul {
  margin: 32px 0 36px;
  list-style: none;
  padding: 0;
}

.service-promo-item li {
  padding-left: 28px;
  position: relative;
}

.service-promo-item li::before {
  background: #5E8FC7;
  border-radius: 50%;
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.service-promo-item li:not(:last-child) {
  margin-bottom: 12px;
}

@media only screen and (max-width: 900px) {

  .service-promo-item {
    display: block;
  }

  .service-promo-item .photo {
    max-width: 420px;
    margin: 0 auto;
  }

  .service-promo-item .content {
    margin-top: 48px;
  }

}

@media only screen and (max-width: 540px) {

  .service-promo-item h2 {
    font-size: 36px;
    line-height: 48px;
    margin: 16px 0 24px;
  }

}



/**
* Footer
*/
.footer {
  background: #2D3D4E;
  color: rgba(255, 255, 255, 0.65);
  padding-top: 80px;
}

.footer-top {
  display: grid;
  grid-template-columns: 380px 416px 252px;
  gap: 0 36px;
  margin-bottom: 80px;
}

.footer-top h6,
.footer-bottom h6 {
  color: rgba(255,255,255,.35);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.wdgt-about p {
  font-size: 14px;
  line-height: 24px;
  margin: 24px 0;
}

.wdgt-quick-links .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
  margin-top: 16px;
}

.footer .quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.footer .quick-links li:not(:last-child) {
  margin-bottom: 16px;
}

.footer .quick-links .sub-menu {
  list-style: none;
  margin: 16px 0 0;
  padding: 0 0 0 16px;
}

.footer .quick-links a {
  color: #A9B8CA;
}

.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info li {
  position: relative;
  padding-left: 36px;
}

.contact-info li::before {
  background-color: transparent;
  background-size: 24px 24px;
  background-position: no-repeat;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 24px;
  height: 24px;
  width: 24px;
}

.contact-info .call::before {
  background-image: url('./assets/images/icons/add-phone.svg');
}
.contact-info .email::before {
  background-image: url('./assets/images/icons/add-email.svg');
}
.contact-info .address::before {
  background-image: url('./assets/images/icons/add-location.svg');
}

.contact-info li:not(:last-child) {
  margin-bottom: 24px;
}

.contact-info a {
  color: #A9B8CA;
}

.contact-info p {
  color: #A9B8CA;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.contact-info p strong {
  font-weight: 600;
}

/* Footer bottom */
.footer-bottom .wrap {
  border-top: 1px solid rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 36px;
}

.ftr-links .quick-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer .ftr-links .quick-links li:not(:last-child) {
  margin: 0;
}

.ftr-links .quick-links a {
  color: rgba(169,184,202,.65);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.social-links ul li {
  margin: 0;
}

.social-links span {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 32px;
  display: block;
  height: 32px;
  width: 32px;
}

.social-links .facebook {
  background-image: url('./assets/images/icons/facebook.svg');
}

.social-links .linkedin {
background-image: url('./assets/images/icons/linkedin.svg');
}

.social-links .twitter {
  background-image: url('./assets/images/icons/x.svg');
}

.social-links .instagram {
  background-image: url('./assets/images/icons/instagram.svg');
}

@media only screen and (max-width: 1160px) {

  .footer-top {
    grid-template-columns: 280px 320px 204px;
    gap: 0 20px;
  }

}

@media only screen and (max-width: 900px) {
  /* 738 */

  .footer {
    padding-top: 96px;
  }

  .footer-top {
    display: block;
  }

  .wdgt-about {
    margin-bottom: 80px;
  }

  .wdgt-quick-links {
    margin-bottom: 80px;
  }

}

@media only screen and (max-width: 540px) {
  /* 378 */
  
  .footer-top h6,
  .footer-bottom h6 {
    font-size: 13px;
    margin: 0 0 8px;
  }

  .wdgt-about p {
    font-size: 16px;
    line-height: 32px;
  }

  .wdgt-quick-links .wrap {
    gap: 0 12px;
  }

  .footer .quick-links {
    font-size: 16px;
    line-height: 32px;
  }

  .footer .quick-links li:not(:last-child) {
    margin-bottom: 24px;
  }

  .contact-info p {
    font-size: 16px;
    line-height: 28px;
  }

  /* Footer bottom */
  .footer-bottom {
    padding-bottom: 24px;
  }

  .footer-bottom .wrap {
    display: block;
    padding: 24px 0 36px;
  }

  .ftr-links {
    margin-bottom: 48px;
  }

  .ftr-links .quick-links {
    display: block;
  }

  .footer .ftr-links .quick-links li:not(:last-child) {
    margin-bottom: 16px;
  }

  .ftr-links .quick-links a {
    font-size: 16px;
    line-height: 28px;
  }

}



/**
* Contact Promo
*/
.contact-promo {
  background: #ECF1F8;
  margin: 240px auto;
  padding: 120px 0;
  align-items: center;
}

.contact-promo .content {
  background: #FFFFFF;
  border-radius: 32px;
  grid-column: 3 / 8;
  margin: 0 -32px;
  padding: 48px 80px 76px 48px;
  text-align: center;
}

.contact-promo .content figure {
  background: #5E8FC7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 96px;
  width: 96px;
  margin: 0 auto;
}

.contact-promo .content h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 24px 0 16px;
}

.contact-promo .content p {
  color: #2A4768;
  line-height: 26px;
  margin: 0;
}

.contact-promo .contact-form {
  margin: 0 -32px;
}

.contact-form {
  background: #5E8FC7;
  border-radius: 32px;
  grid-column: 8 / -3;
}

.contact-form header {
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding: 16px 32px 15px;
}

.contact-form h2 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.contact-form ul {
  list-style: none;
  margin: 0;
  padding: 24px 32px 48px;
}

.contact-form li:not(:last-child) {
  margin-bottom: 16px;
}

.contact-form li:last-child {
  margin-top: 32px;
}

.contact-form label {
  color: rgba(255,255,255,.5);
}

.contact-form textarea {
  height: 120px;
}

.distribute-right {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 900px) {

  .contact-promo {
    display: block;
  }

  .contact-promo .content {
    margin: 0 auto;
    padding: 64px 48px 80px;
    max-width: 420px;
  }

  .contact-promo .contact-form {
    margin: -24px auto 0;
    max-width: 520px;
  }

}

@media only screen and (max-width: 540px) {

  .contact-promo .content {
    margin: 0 auto;
    padding: 48px 24px 80px;
    max-width: 320px;
  }

  .contact-promo .contact-form {
    margin: -24px 16px 0;
    max-width: 520px;
  }

}


/* Testimonials Promo */
.testimonial-promo {
  align-items: center;
  margin: 160px auto;
}

.testimonial-promo .content {
  background: #2A4768;
  color: #A9B8CA;
  grid-column: 1 / 5;
  display: flex;
  flex-direction: column;
  padding: 88px 48px 24px 64px;
  height: 100vh;
  max-height: 720px;
}

.testimonial-promo .content figure {
  height: 64px;
  width: 100px;
  margin: 0 auto;
}

.testimonial-promo .content h2 {
  color: #5E8FC7;
  font-size: 24px;
  line-height: 36px;
  margin: 8px 0 0;
  text-align: center;
}

.testimonial-promo .content h4 {
  color: #A9B8CA;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  margin: 48px 0;
}

.testimonial-promo .content p {
  color: #A9B8CA;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  align-self: flex-end;
}

.testimonial-promo .list-testimonials {
  grid-column: 5 / -1;
}

/* Testimonials List */
.swiper-slide {
  background: #ECF1F8;
  border-radius: 24px;
  padding: 36px 32px 24px;
  min-width: 320px;
  width: auto;
  max-width: 384px;
}

.swiper-slide h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.list-stars {
  list-style: none;
  margin: 8px 0 24px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.list-stars li {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  background-image: url('./assets/images/icons/icon-star.svg');
  height: 24px;
  width: 24px;
}

.list-stars li:not(:last-child) {
  margin: 0;
}

.user-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 12px;
}

.user-card figure {
  position: relative;
}

.user-card figure::before {
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 50%;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.user-card img {
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.user-card h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.user-card p {
  color: #99A0A9;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

@media only screen and (max-width: 1160px) {

  .testimonial-promo .content {
    padding: 64px 36px 24px;
  }

  .testimonial-promo .content h4 {
    font-size: 20px;
    line-height: 36px;
  }

}

@media only screen and (max-width: 900px) {

  .testimonial-promo {
    display: block;
  }

  .testimonial-promo .content {
    border-radius: 32px;
    height: auto;
    margin: 0 auto 96px;
    padding: 64px 36px 64px;
    max-width: 440px;
  }

  .testimonial-promo .list-testimonials {
    margin: 0 24px;
  }

}

@media only screen and (max-width: 540px) {

  .testimonial-promo .list-testimonials {
    margin: 0 -24px;
  }

  .swiper-slide {
    padding: 36px 24px 24px;
    min-width: 280px;
    max-width: 320px;
  }

}

/* Regulation Promo */
.regulation-promo {
  background: #ECF1F8;
  padding: 80px 0;
}

.regulation-promo header {
  grid-column: 2 / -2;
}

.regulation-promo header h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  text-align: center;
}

.list-logo {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  grid-column: 3 / -3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 32px;
  align-items: center;
  justify-content: space-around;
}

.list-logo img {
  margin: 0 auto;
}

.list-logo .logo-1 img {
  width: 210px;
}
.list-logo .logo-2 img {
  width: 186px;
}
.list-logo .logo-3 img {
  width: 228px;
}

@media only screen and (max-width: 540px) {

  .regulation-promo {
    padding: 80px 24px;
  }

}

/**
* Page - Services
*/
.hero-service {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  max-height: 80vh;
  align-items: center;
}
.hero-service.immigration {
  background-image: url('./assets/images/services/hero-services-immigration@2x.webp');
}
.hero-service.medical-negligence {
  background-image: url('./assets/images/services/medical-negligence@2x.webp');
}
.hero-service.personal-injury {
  background-image: url('./assets/images/services/personal-injury@2x.webp');
}

.hero-service .hero-contents {
  background: #ffffff;
  border-radius: 36px;
  padding: 36px 64px 60px;
  grid-column: 2 / 9;
}

.hero-service .hero-contents h1 {
  margin: 0;
}

.hero-service .hero-contents p,
.hero-about h5 {
  font-size: 20px;
  font-weight: 400;
  margin: 16px 0 24px;
}

.hero-service .btn-promo {
  background-color: #5E8FC7;
  color: #ffffff;
}

.hero-service .btn-promo span {
  background-color: #FFEF82;
}

.content-serivice {
  margin-top: 28px;
  grid-column: 3 / 11;
}

.content-serivice h3 {
  margin: 80px 0 16px;
}

.content-serivice ul {
  margin-bottom: 32px;
}


@media only screen and (max-width: 1160px) {

  .hero-service .hero-contents {
    padding: 36px 64px 60px;
    grid-column: 2 / 10;
  }

}

@media only screen and (max-width: 900px) {

  .hero-service.immigration {
    background-image: url('./assets/images/services/noorlaw-immigration-mobile@2x.webp');
  }
  .hero-service.medical-negligence {
    background-image: url('./assets/images/services/medical-negligence-mobile@2x.webp');
  }
  .hero-service.personal-injury {
    background-image: url('./assets/images/services/noorlaw-injury-mobile@2x.webp');
  }

  .content-serivice {
    grid-column: 3 / 12;
  }

}

@media only screen and (max-width: 540px) {

  .hero-service {
    padding: 240px 24px 120px;
  }

  .hero-service .hero-contents {
    padding: 36px 24px 40px;
  }

  .hero-service .hero-contents h1 {
    font-size: 36px;
  }

  .hero-service .hero-contents p,
  .hero-about h5 {
    font-size: 18px;
    margin: 16px 0 24px;
  }

  .content-serivice h2 {
    font-size: 32px;
  }

  .content-serivice h3 {
    font-size: 28px;
  }

}

@media only screen and (max-width: 380px) {
}

/**
* Page - Contact Us
*/
.page-contact {
  margin-top: 64px;
}

.contact-brief {
  grid-column: 3 / 7;
  margin-top: 96px;
}

.contact-brief header {
  margin-bottom: 40px;
}

.contact-brief h1 {
  font-size: 36px;
  line-height: 48px;
  margin: 0;
}

.contact-brief h3 {
  color: #4F6C8D;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 8px 0 0;
}

.contact-brief .contact-info h6 {
  color: rgba(124,137,152,.75);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.contact-brief .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-brief .contact-info li::before {
  opacity: .5;
}

.contact-brief .contact-info p {
  color: #4F6C8D;
  font-size: 16px;
}

.contact-brief .contact-info p a {
  color: #4F6C8D;
}

.location-map-wrap {
  margin: 80px 0 240px;
}

.location-map {
  grid-column: 3 / -3;
}

.location-map h3 {
  color: #99A0A9;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px;
}

.map-container {
  border-radius: 32px;
  border: 1px solid rgba(0,0,0,.15);
  position: relative;
  width: 100%;
  padding-bottom: 50%; /* 16:9 aspect ratio (change if needed) */
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (max-width: 1160px) {

  .contact-brief {
    grid-column: 2 / 7;
  }

  .page-template-page-contact-us .contact-form {
    grid-column: 8 / -2;
  }
}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 540px) {

  .contact-brief {
    margin: 64px 0 96px;
  }

  .map-container {
    padding-bottom: 120%; /* 16:9 aspect ratio (change if needed) */
  }

}



/**
* Page - About
*/
.hero-about {
  background: #888;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('./assets/images/hero-about-london-bridge.webp');
  min-height: 640px;
  max-height: 80vh;
  align-items: center;
}

.hero-about .hero-contents {
  grid-column: 2 / 8;
  grid-row: 1;
  z-index: 2;
}

.hero-about .box-bg-card {
  background: rgba(42, 71, 104, 10);
  background: linear-gradient(90deg,rgba(42, 71, 104, .9) 15%, rgba(42, 71, 104, .9) 70%, rgba(42, 71, 104, 0) 100%);
  grid-column: 1 / 9;
  grid-row: 1;
  z-index: 1;
  height: 100%;
}

.hero-about h1 {
  color: #ffffff;
}

.hero-about h5 {
  color: #ffffff;
}

.about-brief {
  margin: 48px auto 0;
}

.about-brief .content {
  grid-column: 2 / 8;
}

.about-brief .content p {
  color: #2A4768;
  font-size: 19px;
  line-height: 32px;
  margin: 0;
}
.about-brief .content p:not(:last-child) {
  margin-bottom: 24px;
}

.lawyer-profile {
  grid-column: 9 / -2;
  padding-right: 32px;
}

.lawyer-profile-card {
  margin-top: 48px;
  position: relative;
}

.lawyer-profile img {
  border-radius: 32px;
}

.lawyer-info {
  background: rgba(42, 71, 104, 10);
  background: linear-gradient(0deg, rgba(42, 71, 104, 1) 25%, rgba(42, 71, 104, .65) 85%, rgba(42, 71, 104, 0) 100%);
  backdrop-filter: blur(4px);
  border-radius: 0 0 32px 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 24px 16px;
}

.lawyer-info h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.lawyer-info h4 span {
  color: #A9B8CA;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.icon-lnkn {
  display: block;
  position: absolute;
  top: 48px;
  right: 24px;
  height: 24px;
  width: 24px;
}

.lawyer-profile p {
  color: #2A4768;
  font-size: 16px;
  line-height: 28px;
  margin: 16px 0 0;
}

/* About Page Promos */
.about-promos {
  align-items: center;
  margin: 96px auto 160px;
}

.promo-legal-support {
  background: #2A4768;
  border-radius: 32px;
  grid-column: 3 / 7;
  margin: 0 16px 0 -32px;
  padding: 60px 32px;
}

.promo-legal-support figure {
  border: 2px solid #5E8FC7;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.promo-legal-support h3 {
  color: #A9B8CA;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.promo-legal-support p {
  color: #A9B8CA;
}

.promo-vision-mission {
  background: #ECF1F8;
  border-radius: 32px;
  grid-column: 7 / -3;
  margin: 0 -32px 0 16px;
  padding: 60px 48px;
}

.promo-vision-mission .item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
}
.promo-vision-mission .item:first-child {
  margin-bottom: 32px;
}

.promo-vision-mission figure {
  background: #5E8FC7;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.promo-vision-mission h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 8px;
}

.promo-vision-mission p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}



@media only screen and (max-width: 1160px) {

  .hero-about .hero-contents {
    grid-column: 2 / 9;
  }

  .hero-about .box-bg-card {
    grid-column: 1 / 11;
  }

}

@media only screen and (max-width: 900px) {

  .hero-about {
    background-image: url('./assets/images/hero-about-london-bridge-mobile@2x.webp');
  }

  .hero-about .hero-contents {
    grid-column: 2 / 10;
  }

  .about-promos {

  }

  .promo-legal-support {
    grid-column: 4 / -4;
    grid-row: 1;
    margin: 0 24px 80px;
  }

  .promo-vision-mission {
    grid-column: 3 / -3;
    grid-row: 2;
    margin: 0;
  }

}

@media only screen and (max-width: 540px) {

  .hero-about {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
  }

  .hero-about .hero-contents {
    background: linear-gradient(0deg,rgba(42, 71, 104, .9) 25%, rgba(42, 71, 104, .9) 80%, rgba(42, 71, 104, 0) 100%);
    padding: 24px;
    grid-column: 1;
  }

  .hero-about .box-bg-card {
    display: none;
  }

  .lawyer-profile {
    margin: 64px 0 0;
    padding: 0;
  }

  .promo-legal-support {
    grid-column: 3 / 7;
    margin: 0 0 80px;
    padding: 60px 32px;
  }

  .promo-vision-mission {
    margin: 0;
    padding: 60px 24px;
  }

  .promo-vision-mission .item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }


  .promo-vision-mission figure {
    height: 64px;
    width: 64px;
    margin-top: 16px;
  }

}