* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Sora", sans-serif;
}

/* root */
:root {
  --color-primary: #da1a1a;
  --color-secondary: #121212;
  --bg-body: #121212;
  --light-button-color: #434343;
  --color-white: #ffffff;
  --text-color: #DDDDDD;
  --color-black: #000000;
  --border-color: #e5e5e5;
  --border-radius: 10px;
  --font-primary: " Sora", sans-serif;
  --font-secondary: "Playfair Display", serif;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.typography h1,
.typography h1>p {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 54px !important;
  line-height: 1 !important;
  color: var(--color-white);
}


.typography h2,
.typography h2 p {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 44px !important;
  line-height: 1.38 !important;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--color-white);


}

.typography h3,
.typography h3>p {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 32px;
  line-height: 1;

}

.typography h4 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.14;

}

.typography h5 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;

}

.typography h6 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

.h-span span {
  font-family: var(--font-secondary);
  font-weight: 700;
  color: var(--color-primary);
  font-style: italic;
}



.typography p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0%;

}

ul,
ul li {
  list-style: none;
}

.cu-btn {
  padding: 18.5px 19px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  border-radius: 10px;
  min-width: 170px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
}

.primary-btn {
  background: var(--color-primary);
  color: var(--color-white) !important;
  border: 1px solid var(--color-primary);
}

.primary-btn:hover {
  background: transparent;
  transition: 0.5s ease all;
}

.secondary-btn {
  background: transparent;
  color: var(--color-white) !important;
  border: 1px solid var(--color-white);
}

.secondary-btn:hover {
  background: var(--color-white);
  color: var(--color-primary) !important;
  transition: 0.5s ease all;
}

form.wpcf7-form .wpcf7-submit:hover {
  background: transparent !important;
  transition: 0.5s ease all;
}

body {
  background: var(--bg-body);
}

.container {
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
  padding: 0px 15px;
}

p:empty {
  display: none;
}

.com-padding {
  padding-block: 130px;
}

/* ======================================================================= */

/* header start */
.header-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0px;
  z-index: 999 !important;
}

.header-btn-wrapper a {
  min-width: 130px;
}

.main-navigation ul {
  gap: 50px;
}

.main-navigation ul li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.78px;
  line-height: 18px;
  color: var(--color-white);
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}

.main-navigation ul li.current-menu-item a {
  color: var(--color-primary);
}

.main-navigation ul li a:hover {
  color: var(--color-primary);
}

.header-btn-wrapper {
  margin-left: 40px !important;
  display: flex !important;
  gap: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
  background: var(--color-primary);
  padding: 17px 20px 18px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-white);
  text-decoration: none;
  line-height: 19px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  border: 1px solid var(--color-primary);
  text-transform: capitalize;
}

a.btn-wrap.bg-none {
  background: unset;
  border: 1px solid var(--color-white);
}

.header-main-wrapper nav.navbar {
  padding: 0;
  position: relative;
}


/* banner css start */
.banner-sec {
  position: relative;
}

.header-main-wrapper.scrolled {
  background: #000;
}

.header-main-wrapper.scrolled {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}

.banner-sec .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(https://universalmodels.co.uk/wp-content/uploads/2025/05/Border.png);
  height: 100%;
  z-index: 2;
  background-size: auto;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.banner-sec .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  width: 50vw;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  filter: blur(8px);
  pointer-events: none;
}

.banner-sec-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 0 15px;
  flex-wrap: wrap;
}

.banner-left-side h3 {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 32px;
  color: var(--color-white);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}




.banner-left-side p {
  text-align: left;
  padding: 38px 0 56px;
  color: #fff;
  max-width: 672px;
}

.banner-left-side a.btn-wrap {
  width: 185px;
  display: inline-block;
}

.banner-sec .item {
  padding: 70px 0px 100px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}

.banner-right-side {
  position: relative;
  width: 50%;
  max-width: 526px;
  margin: 0 auto;
}

.blurred-box {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)),
    linear-gradient(321.23deg, rgba(191, 191, 191, 0.062) 5.98%, rgba(0, 0, 0, 0) 66.28%);
  backdrop-filter: blur(53px);
  -webkit-backdrop-filter: blur(53px);
  border-radius: 20px;
  box-shadow: -8px 4px 5px 0px #0000003D;
  padding: 35px 23px 35px 24px;
  border: 1px solid #ffffff47;
}

.banner-left-side {
  padding-right: 0;
  width: 50%;
  padding-right: 100px;
}

.banner-left-side h1 p {
  text-align: left !important;
  padding: 0;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 74px;
  line-height: 81px;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 819px;
}

.blurred-box h4 {
  text-align: center;
  color: #F4E3E3;
  margin-bottom: 12px;
}

.blurred-box p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #F4E3E3;
  font-weight: 400;
  margin-bottom: 25px;
}

form.wpcf7-form input {
  background: rgba(255, 255, 255, 0.26);
  border: unset;
  font-size: 15px;
  padding: 12px 20px;
  font-weight: 400;
  border-radius: 0;
  line-height: 32px;
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Sora';
  color: #fff;
}

.wpcf7-not-valid-tip {
  text-align: left !important;
}

form.wpcf7-form p {
  margin: 0;
  width: 100%;
}

form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
}

form.wpcf7-form input.wpcf7-form-control::placeholder {
  color: var(--color-white);
}

form.wpcf7-form p label {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

form.wpcf7-form p label>br {
  display: none;
}

span.wpcf7-list-item.last label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

span.wpcf7-list-item.last span.wpcf7-list-item-label {
  font-size: 11px;
  line-height: 22px;
  color: var(--color-white);
  font-family: 'Sora';
  margin: 0;
  padding-bottom: 14px;
  text-align: left;
  margin-top: -6px;
}

span.wpcf7-list-item.last input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #DADADA;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  padding: 0;
}

span.wpcf7-list-item.last input[type="checkbox"]:checked {
  background-color: var(--color-primary);
}

.blurred-box .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.blurred-box form.wpcf7-form p {
  font-size: 11px;
  line-height: 22px;
  color: var(--color-white);
  font-family: 'Sora';
}

.blurred-box form.wpcf7-form .wpcf7-submit {
  background: var(--color-primary) !important;
  padding: 17px 0 !important;
  border-radius: 10px !important;
  margin-top: 59px;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  border: 1px solid var(--color-primary) !important;
}

.wpcf7-response-output {
  color: #fff;
  text-align: center;
  border-color: red !important;
}

span.wpcf7-spinner {
  display: none;
}

.form-list p {
  text-align: left;
  padding-left: 35px;
}

.banner-sec .owl-nav,
.banner-sec .owl-dots {
  display: block !important;

}

/* Owl Nav buttons */
.banner-sec .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 10px;
  right: auto !important;
  top: unset !important;
}

.banner-sec .owl-nav button {
  background: #fff;
  color: #000;
  border: none;
  padding: 6px 16px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
}

/* Owl Dots */

.banner-sec .owl-dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0px 2px;
  position: relative;
  border: 1px solid transparent !important;
}

.banner-sec .owl-dot span {
  background: var(--color-white);
  width: 6px;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
}

.banner-sec .owl-dots {
  position: absolute;
  bottom: 15px;
  width: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.banner-sec .owl-dot.active {
  border: 1px solid var(--color-white) !important;
}

.banner-sec .owl-prev::after,
.banner-sec .owl-next::before {
  content: '';
  display: inline-block;
  width: 125px;
  height: 1px;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
}

.banner-sec .owl-nav button {
  color: var(--color-white) !important;
}

.banner-sec .owl-prev::after {
  left: auto;
  margin-left: 11px;
  right: auto;
}

.banner-sec .owl-nav button.owl-prev {
  position: absolute;
  top: -25px;
  left: auto;
  right: 15rem;
  border: none !important;
  width: unset !important;
  height: unset !important;
  font-size: unset !important;
  display: block !important;
}

.banner-sec .owl-nav button.owl-next {
  position: absolute;
  top: -25px;
  right: auto;
  left: 15rem;
  border: none !important;
  width: unset !important;
  height: unset !important;
  font-size: unset !important;
  display: block !important;
}

label.custom-upload {
  position: relative;
  background: rgba(255, 255, 255, 0.26);
  border: unset;
  font-size: 15px;
  padding: 19px 20px 18px 20px;
  font-weight: 400;
  border-radius: 0;
  line-height: 19px;
  margin-bottom: 15px;
  height: 56px;
}

span.file-placeholder {
  position: absolute;
  left: 17px;
  right: auto;
}

label.custom-upload:after {
  content: "";
  position: absolute;
  background-image: url(https://universalmodels.co.uk/wp-content/uploads/2025/05/UploadSimple.png);
  top: 0;
  left: 0;
  width: 100%;
  background-position: 95% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  left: 0;
}

.wpcf7-form-control-wrap .wpcf7-file {
  opacity: 0;
}


/* =================================================== */

/* ==================.associated-agencies======================== */
.associated-agencies {
  position: relative;
}

.associated-agencies h2 {
  max-width: 1100px;
  margin: 0 auto;
  color: var(--color-white);
  text-align: center;
}

.associated-agencies .brand-img {
  position: relative;
  margin-top: 50px;
}

.associated-agencies .brand-img .item img {
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  height: 48px;
}

.linear-block {
  background: linear-gradient(119.4deg, rgba(233, 141, 64, 0.6) 17.51%, rgba(117, 160, 123, 0.6) 53.93%, rgba(0, 152, 157, 0.6) 84.5%);
  width: 586px;
  height: 556px;
  border-radius: 50%;
  filter: blur(204px);
  position: absolute;

}

.associated-agencies .linear-block {
  top: -226px;
  left: -250px;
}

/* ======================================= */

.block-modal .cont-wrap {
  display: flex;
  flex-wrap: wrap;
}

.block-modal .cont-wrap .block-1 {
  width: 72%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.block-modal .cont-wrap .right-image {
  width: 28%;
  position: relative;
}

.block-modal .cont-wrap .block-1 .left-video {
  width: 34.4%;
  padding-top: 60px;
  position: relative;
}

.v-icon {
  width: 69px;
  height: 69px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-modal .cont-wrap .block-1 .middle-content {
  width: 62%;
}

.block-modal .cont-wrap .right-image {
  padding-top: 60px;
}

.block-modal .cont-wrap .right-image a img {
  width: 30px;
}

.block-modal .cont-wrap .block-1 .customer-reviews {
  width: 100%;
  gap: 70px;
  display: flex;
}

p.block-tp-para {
  text-align: center;
  color: var(--color-white);
  margin-bottom: 19px;
  position: relative;
}

p.block-tp-para::after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 40px;
  height: 1px;
  background: red;
  bottom: -5px;
  margin: 0 auto;
  left: 52%;
  transform: translate(-50px, -50%);
}

.block-modal .cont-wrap .block-1 .left-video video {
  width: 100%;
  height: 100%;
  position: relative;
}

.block-modal .cont-wrap .block-1 .middle-content h2 {
  color: var(--color-white);
  padding-bottom: 40px;
  text-align: center;
}


.block-modal .middle-content .para-content p {
  color: var(--color-white);
  text-align: center;
  max-width: 508px;
  margin: 0 auto;
}

.block-modal .middle-content .para-content p:last-child {
  color: var(--text-color);
}

.block-modal .middle-content .para-content p:first-child {
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  padding-bottom: 41px;
}

.block-modal .cont-wrap .right-image a {
  width: 170px;
  height: 170px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  bottom: 133px;
  left: -80px;
}

.block-modal .cont-wrap .right-image a p {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  width: 80px;
}

.block-modal .cont-wrap .right-image a p {
  width: 80px;
}

.block-modal .customer-reviews .review-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--color-white);
  padding-right: 25px;
  flex-wrap: wrap;
}

.block-modal .customer-reviews .review-item h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  text-align: center;
  vertical-align: middle;
}



.block-modal .customer-reviews .review-item p {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  width: fit-content;
  max-width: 200px;
}

.block-modal .customer-reviews .review-item .colored-line {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #9D9D9D;
  border-radius: 2px;
  overflow: hidden;
}

.block-modal .review-item .colored-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  /* Start at 0% */
  background-color: #DA1A1A;
  animation: fillLeftToRight 4s ease forwards;
  /* Animation applied */
}

@keyframes fillLeftToRight {
  0% {
    width: 0%;
  }

  100% {
    width: 70%;
  }
}

.wpcf7-form-control-wrap input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(0.9) invert(1);
}


/* ================ */


.aspiring-modal {
  position: relative;
  padding-bottom: 130px;
}

.aspiring-modal .linear-block.gradient {
  width: 421px;
  height: 312px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.aspiring-modal .container {
  position: relative;
  z-index: 9;
}

.aspiring-modal swiper-container.mySwiper {
  max-width: 851px;
  height: 489px;
}

.aspiring-modal swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aspiring-modal swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  object-position: top;
}

.aspiring-modal .row {
  justify-content: space-between;
}

.aspiring-modal h2 {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.aspiring-modal h2::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 110px;
  background: var(--text-color);
  right: 450px;
  bottom: 30px;
}

.aspiring-modal p {
  color: var(--text-color);
  margin-bottom: 50px;
}

p:empty {
  display: none !important;
}

.go-extra-miles .cont-wrap {
  background: #1A1A1A;
  padding: 80px 165px;
  text-align: center;
}

.go-extra-miles .cont-wrap p {
  color: var(--text-color);
  margin-top: 20px;
}

.go-extra-miles .cont-wrap h1>p {
  margin: 0;
}

/* ===================== feature modal================ */
.go-extra-miles {
  position: relative;
  z-index: 9;
}

.featured-modal {
  position: relative;
}

.featured-modal .gallery-wrapper {
  display: block;
  column-count: 4;
}

.featured-modal .container {
  position: relative;
  z-index: 9;
}

.featured-modal .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.featured-modal .top-header h2 {
  color: var(--color-white);
  position: relative;
}

.featured-modal .top-header h2::after {
  position: absolute;
  content: '';
  position: absolute;
  height: 1px;
  width: 110px;
  background: #DDDDDD;
  right: -130px;
  bottom: 27px;
}

.featured-modal .linear-block.gradient {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-wrapper {
  gap: 15px;
  margin: 0 auto;
}

.image-gallery .gallery-item {
  /* overflow: hidden; */
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* ===============Misleading offer=========== */
.misleading-offer h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 21px;
}

.misleading-offer h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 21px;
}

.misleading-offer p {
  color: #fff;
  text-align: center;
}

.misleading-offer-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 68px;
  gap: 40px;
}

.misleading-offer-layout .about-offer-block {
  width: calc(50% - 20px);
  padding: 56px 25px;
  background: #1A1A1A;
}

.misleading-offer-layout .about-offer-block h3>p {
  text-align: left !important;
  line-height: 1.9;
}

/* ====================studio============ */
.studio {
  margin-block: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.studio .col-left h2 {
  position: relative;
}

.studio .col-left h2::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 110px;
  background: #DDDDDD;
  left: 170px;
  bottom: 28px;
}

.studio .col-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 559px;
}

.studio .col-left h2>p {
  color: var(--color-white);
  margin: 0;
  position: relative;
  padding: 0;
}

.studio .col-left p {
  color: var(--text-color);
  padding: 28px 0 50px;
}

/* ===================================About Industry========= */
.about-industry .left-col img {
  width: 100%;
  padding-right: 50px;
  aspect-ratio: 1/0.8;
}

.about-industry .right-col {
  padding-left: 40px;
}

.about-industry .right-col h2>p {
  color: var(--color-white);
  margin: 0;
}

.about-industry .right-col p {
  margin: 15px 0;
  color: var(--text-color);

}

.about-industry .right-col a.cu-btn.primary-btn {
  margin-top: 20px;
}

.about-industry .right-col h2 {
  position: relative;
}

.about-industry .right-col h2.h-line::after {
  right: 247px;
  bottom: 28px;
}

/* =======================Visit========= */
.h-line {
  position: relative;
}

.h-line::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 110px;
  background: #DDDDDD;

}

.visit-us h2.h-line::after {
  right: 120px;
  bottom: 25px;
}

.visit-us .left-column p.sub-para {
  font-size: 22px;
  color: #fff;
  padding: 30px 0 50px;
}

.visit-us .left-column .experience h3 p {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin: 0;
}

.visit-us .left-column .experience .visit-list {
  position: relative;
  padding-left: 53px;
}

.visit-us .left-column .experience p {
  color: #fff;
  margin-top: 20px;
}

.visit-us .left-column .experience {
  display: flex;
  flex-direction: column;
  gap: 58px;
}

.visit-us .left-column .experience .visit-list::after {
  content: '';
  background-image: url('./images/tick-svg.svg');
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.visit-us .left-column a {
  margin-top: 50px;
}

.visit-us .right-column p {
  max-width: 620px;
  margin: 0 auto;
  padding: 30px;
  background: #151515;
  color: #fff;
  font-family: Playfair Display;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 14px;
  margin-top: -80px;
  z-index: 9;
  position: relative;
}

.visit-us .right-column {
  height: 100%;
}

.visit-us .right-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-us {
  padding-bottom: 130px;
  position: relative;
}

.visit-us .linear-block {
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  height: 100%;
  max-height: 500px;
}

.visit-us .container {
  position: relative;
}

/* ===========Retouching======= */
.airbrushing-retouching .cont-wrap {
  text-align: center;
  position: relative;
  z-index: 9;
  padding: 0 15px;
}

.airbrushing-retouching .cont-wrap p {
  color: var(--text-color);
  padding: 30px 0 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.airbrushing-retouching .cont-wrap h2 p {
  padding: 0;
}

.airbrushing-retouching .cont-wrap p.para-hightlighted {
  padding: 0;
  margin-bottom: 50px;
  font-family: var(--font-secondary);
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: var(--color-primary);
}

.airbrushing-retouching .retouching-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 9;
}

.airbrushing-retouching .retouching-images .img-item {
  width: 100%;
  height: 100%;
}

.airbrushing-retouching .retouching-images img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.btm-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.airbrushing-retouching {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.6) 0%, rgba(33, 33, 33, 0.6) 100%);
}

.po-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.customer-review {
  position: relative;
}

.customer-review .po-img {
  right: auto;
  left: 0;
  z-index: 1;
}

.customer-review .container {
  position: relative;
  z-index: 9;
}

.customer-review .linear-block {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  max-height: 400px;
}

/* ================ */
.portfolio-photography .port-text h4 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 122px;
  line-height: 1.2;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFFFFF33;
  position: relative;
}

.portfolio-photography .port-text h4.text-stroke {
  -webkit-text-stroke: 1px #FFFFFF33;
  color: transparent;
}

.portfolio-photography .port-text .item {
  display: flex;
  flex-direction: row;
  gap: 76px;
  align-items: center;
}

.portfolio-photography .port-text .item::after {
  position: absolute;
  content: '';
  background-image: url('./images/logo_marquue_light.png.svg');
  top: 50%;
  right: -114px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  width: 62px;
  height: 62px;
}

.portfolio-photography .port-text img {
  width: 62px;
  height: 62px;
}

.customer-review p {
  padding: 30px 0 45px;
  color: #fff;
  max-width: 813px;
}

.customer-review h2>p {
  padding: 0;
}

.customer-review .customer-reviews {
  background: linear-gradient(180deg, #151515 0%, #212121 100%);
  padding: 20px;
}

.customer-review .customer-reviews p {
  margin: 20px 0;

  color: #D9D9D9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}

.customer-review .customer-reviews .user-content {
  display: flex;
  flex-direction: row;
  border-top: 1px solid#FFFFFF17;
  gap: 20px;
  align-items: center;
  padding-top: 32px;
}

.team-block .owl-item img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
}

.customer-review .customer-reviews .user-content img {
  width: 75px;
  height: 75px;
  border-radius: 50px;
}

.customer-review .customer-reviews .user-content .content p {
  padding: 0;
  border: none;
  color: #fff;
  margin: 0;
}

.customer-review .customer-reviews .user-content .content p:first-child {
  font-weight: 600;
  color: var(--color-white) !important;
}

/* ========================= */
.start-new-journey {
  padding: 134px 0 139px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.start-new-journey .cont-wrap {
  max-width: 734px;
  padding: 58px;
  background: #191919ba;
}

.start-new-journey .cont-wrap h2>p {
  padding: 0;
}

.start-new-journey .cont-wrap p {
  padding: 30px 0 46px;
  color: #D9D9D9;
}

footer .cont-wrap {
  padding: 116px 0 98px;
  position: relative;
  z-index: 9;
}

footer .cont-wrap .footer-content {
  max-width: 542px;
  margin: 0 auto;
  text-align: center;
  row-gap: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .cont-wrap .footer-content p {
  color: #fff;
  padding: 0 30px 8px;
}

footer .cont-wrap h3 {
  font-family: Sora;
  font-weight: 700;
  font-size: 27px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 24px;
}

footer .ft-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

footer .ft-menu ul li a {
  font-family: Sora;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
}

footer .copy-right {
  text-align: center;
  color: #fff;
  line-height: 20px;
}

footer#main-footer {
  position: relative;
}

.ft-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 960px;
}

.ft-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.rv-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rv-top img {
  width: 75px;
  height: 30px;
}


/* ===========================About Us */
.hero-banner {
  padding-block: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-banner .cont-wrap {
  text-align: center;
}

.image-with-text h2 {
  text-align: center;
}

.image-with-text h2+p {
  color: var(--text-color);
  text-align: center;
  margin: 30px auto 50px;
  max-width: 1131px;
}

.meet-professionalism .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.meet-professionalism .gallery-wrapper .gallery-item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.meet-professionalism .gallery-wrapper .gallery-item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.meet-professionalism .gallery-wrapper .gallery-item:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}

.meet-professionalism .gallery-wrapper .gallery-item:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}

.meet-professionalism .gallery-wrapper .gallery-item:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
}


.premium-services .acc-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  padding-right: 200px;
}

.premium-services .acc-block .accordion-item {
  background: transparent;
  border: none;
}

.premium-services .acc-block .accordion-item button {
  background: transparent;
  font-family: Sora;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  color: var(--color-primary);
  padding: 30px 0;
  box-shadow: none !important;
  text-transform: capitalize;
}

.premium-services .acc-block .accordion-item .accordion-body {
  padding: 0 0 30px;
}

.premium-services .acc-block .accordion-body p {
  color: var(--color-white);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: left;

}

.premium-services .acc-block .accordion-collapse.show {
  border-bottom: 1px solid #fff;
}

.premium-services .acc-block button.accordion-button.collapsed {
  border-bottom: 1px solid #fff;
  color: var(--color-white);
  border-radius: 0px !important;
}

.rv-top span.star i {
  color: var(--color-primary);
}

.accordion-button::after {
  background-image: url('./images/Group 44832.svg') !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed)::after {
  background-image: url('./images/minus.svg') !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.premium-services .img-wrap {
  position: relative;
  padding-left: 80px;
  height: 100%;
}

.premium-services .img-wrap img {
  height: 100%;
}

.premium-services .img-wrap p {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  padding: 31px;
  background: #151515;
  color: #fff;
  border-radius: 14px;
  position: absolute;
  bottom: 80px;
  max-width: 620px;
  left: -80px;
}

.page-id-10 .about-industry {
  padding: 130px 0;
}

.page-id-10 .about-industry .left-col img {
  width: 100%;
  padding-right: 0;
  aspect-ratio: 1/.8;
  object-fit: cover;
}

.page-id-10 .about-industry .right-col {
  padding-left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-team {
  padding-bottom: 130px;
  position: relative;
}

.our-team .top {
  display: flex;
  margin-bottom: 68px;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

.our-team .linear-block.gradient {
  top: 67%;
  left: 73%;
  transform: translate(-50%, -50%);
}

.our-team .top .left {
  width: calc(50% - 10px);
}

.our-team .top .right {
  width: calc(32% - 10px);
}

.our-team .top .right p {
  color: var(--color-white);
}

.our-team .top .left h2 {
  max-width: 490px;
}

.our-team .team-block .item h3 {
  padding: 25px 0 16px;
  color: #fff;
}

.our-team .team-block .item h6 {
  color: #DDDDDD;
}

.our-team .team-block .item p {
  color: #DDDDDD;
  padding-top: 14px;
}

.owl-nav button {
  border: 4px solid #FFFFFF !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

/* .owl-nav button:hover{
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
  transition: 0.5s ease all;
} */
.team-block {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
  display: flex;
  gap: 15px;
}

.review-section .owl-nav {
  display: flex !important;
}

.page-id-10 .about-industry .right-col h2.h-line::after {
  right: 333px;
  bottom: 28px;
}

/* ===========Our Partner================ */
.our-partners {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* ==================== */

.about-industry .linear-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}

.about-industry {
  position: relative;
  overflow: hidden;
}

.about-industry .container {
  position: relative;
}

.about-industry .linear-block.sh-2 {
  top: -295px;
  right: -96px !important;
  left: auto;
  transform: unset;
  width: 300px;
  z-index: 1;
}

.image-with-text {
  position: relative;
  overflow: hidden;
}

.image-with-text .linear-block.gradient {
  right: -311px;
  top: -190px;
  max-width: 550px;
  max-height: 550px;
}

.image-with-text .container {
  position: relative;
  z-index: 9;
}

.image-with-text .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 550px;
  max-width: 500px;
}

.image-with-text .bg-shape img {
  height: 100%;
}

.page-id-10 .about-industry .linear-block,
.about-industry .linear-block.sh-2 {
  display: none;
}

.our-partners .linear-block.gradient {
  right: -290px;
  top: 40px;
  max-width: 500px;
  max-height: 500px;
}

.linear-block2.gradient {
  background: #5E2B1F;
  filter: blur(173px);
  width: 100%;
  max-width: 424px;
  height: 280px;
  position: absolute;
}

.our-partners .linear-block2.gradient {
  bottom: 0;
  left: -100px;
}

.our-partners .cont-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.our-partners .cont-wrap p {
  color: var(--text-color);
  max-width: 1090px;
  margin: 0 auto;
  text-align: center;
}

.our-partners .partner-logo {
  width: 100%;
}

.our-partners .partner-logo .brand {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 30px;
}

.our-partners .partner-logo .brand-item {
  padding: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)),
    linear-gradient(321.23deg, rgba(191, 191, 191, 0.062) 5.98%, rgba(0, 0, 0, 0) 66.28%);
  border-radius: 20px;
  border: 1px solid #65656580;
  max-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-partners .partner-logo .brand-item img {
  max-width: 215px;
}

.our-partners .container {
  position: relative;
  z-index: 9;
}

.image-gallery .top-heading {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
  gap: 25px;
}

.image-gallery .top-heading .left {
  width: 50%;
}

.image-gallery .top-heading .left p {
  color: var(--text-color);
  padding-top: 10px;
}

.image-gallery .top-heading .right {
  width: 50%;
}

.btn-gp {
  display: flex;
  justify-content: center;
  margin-top: 50px !important;
}

.image-gallery {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.contact-us .cont-wrap {
  max-width: 1396px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 9;
}

.contact-us .cont-wrap p {
  text-align: center;
  max-width: 1086px;
  color: var(--text-color);
}

.contact-us .cont-wrap .contact-form {
  width: 100%;
}

.contact-us .contact-form label {
  margin-bottom: 0;
}

.Sb-btn {
  margin: 0 auto;
  border-radius: 10px;
}

.form-layout {
  display: flex;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-layout .in-gp {
  width: calc(50% - 15px);
}

.ft-social .icon {
  width: 45px;
  height: 45px;
  background: var(--color-white);
  border-radius: 50%;
  padding: 8px;
  border: 1px solid var(--white);
}

.contact-form {
  padding: 70px 60px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)),
    linear-gradient(321.23deg, rgba(191, 191, 191, 0.062) 5.98%, rgba(0, 0, 0, 0) 66.28%);
  border: 1px solid #a5a5a56e;
  border-radius: 20px;
  margin-top: 50px;
}

.com-form-field label {
  text-align: left;
}

.com-form-field input,
.com-form-field textarea {
  border: 1.5px solid #DCDCDC80 !important;
  border-radius: 10px !important;
  background: #6A6A6A2E !important;
  padding: 15px 20px !important;
  margin: 0 !important;
  color: #fff !important;
}

.com-form-field input::placeholder,
.com-form-field textarea::placeholder {
  color: var(--color-white);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
}

.ft-social {
  display: flex;
  gap: 13px;
  align-items: center;
}

.ft-social p {
  padding: 0 !important;
  font-weight: 600;
}

.full-gp {
  width: 100% !important;
}

.full-gp textarea {
  width: 100% !important;
}

.full-gp p {
  width: 100% !important;
  max-width: 100% !important;
}

.Sb-btn p input {
  display: inline-block;
  width: fit-content !important;
  background: #DA1A1A !important;
  padding: 11px 91px !important;
  border: none !important;
  border-radius: 10px !important;
  height: 54px;
}

.contact-us .linear-block2 {
  bottom: 230px;
  left: -150px;
}

.contact-us {
  position: relative;
  overflow: hidden;
}

.contact-us .linear-block.gradient {
  max-width: 426px;
  top: -70px;
  right: -174px;
  height: 400px;
}

/* =========accordian=============== */
.faq-block .accordion-item {
  background: transparent;
  margin-bottom: 30px;
  border: 1.5px solid #DCDCDC80;
  border-radius: 10px;
  color: #fff;
}

.faq-block .accordion-item button {
  background: rgba(106, 106, 106, 0.18);
  color: #fff;
  padding: 24px 55px 10px;
  border: none !important;
  box-shadow: none;
  transition: 0.5s ease all;
}

.faq-block .accordion-item button.accordion-button.collapsed {
  padding: 24px 55px;
  transition: 0.5s ease all;
}

.faq-block .accordion-item .accordion-body {
  padding: 0 20px 24px 55px;
  background: rgba(106, 106, 106, 0.18);
}

.faq-block .accordion-button::after {
  left: 17px;
  position: absolute;
}

.content p {
  color: var(--color-white);
}

.com-post-content>.container> :first-child {
  margin-top: 0;
}

.com-post-content h2,
.com-post-content h3,
.com-post-content h4,
.com-post-content h5,
.com-post-content h6 {
  color: #fff;
  margin: 40px 0 20px;
}

.com-post-content p,
.com-post-content ul li {
  font-family: var(--font-primary) !important;
}

.header-btn-wrapper a.user-avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: contain;
}

.com-post-content ul,
.com-post-content ol {
  padding: 0 0 0 20px;
  margin: 15px 0 !important;
}

.com-post-content ul li {
  color: #fff;
  margin-bottom: 10px;
  list-style: disc;
}

.com-post-content ol li {
  color: #fff;
  margin-bottom: 10px;
}

.accordion-button[aria-expanded="true"]::after {
  top: 13px;
}

/* =====================Sign Up Form=============== */
.com-login .cont-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.com-login .cont-wrap .left-image {
  width: 50%;
}

.com-login .cont-wrap .right-col {
  width: 50%;

}

.com-login.cnf-pass .cont-wrap .right-col {
  width: 49%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.com-login.cnf-pass .cont-wrap .right-col p {
  padding: 0 30px;
  max-width: 500px;
  text-align: center;
  color: #fff;
}

.com-login .cont-wrap .right-col p a {
  display: block;
  color: #fff;
  text-decoration: underline;
}

.com-login .cont-wrap .right-col h2 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: capitalize;
  text-align: center;
}

.com-login .cont-wrap .form {
  max-width: 631px;
  padding: 45px 52px;
  margin: 0 auto;
  border: 1px solid #BFBFBF4F;
  border-radius: 20px;
}

.com-login .cont-wrap .form .sign-logo {
  width: 150px;
  margin: 0 auto;
}

.com-login .cont-wrap .form h2 {
  font-family: Sora;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  margin: 44px 0 49px;
}

.com-login .form .um.um-register {
  max-width: 100%;
}

.com-post-content .linear-block {
  top: -180px;
  right: -220px;
}

.com-login .form label {
  font-family: Sora !important;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 30px !important;
  text-transform: capitalize;
  color: #fff;
}

.com-login .um-field-label {
  display: block;
  margin: 0px 0 4px 0;
}

.com-post-content {
  position: relative;
  overflow: hidden;
}

.com-post-content .container {
  position: relative;
}

.com-post-content .linear-block2.gradient {
  top: 50%;
  left: -86px;
  transform: translate(-50%, -50%);
}

.com-login .form input {
  font-family: Sora !important;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 30px !important;
  vertical-align: middle;
  /* text-transform: capitalize; */
  color: #FFFFFF !important;
  background: #FFFFFF36 !important;
  border: 1.5px solid #DCDCDC80 !important;
  border-radius: 10px;
  padding: 12px 15px !important;
  height: 56px !important;
}

.com-login .form input::placeholder {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 30px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff !important;
}

.com-login .form .um-field {
  padding: 0;
  margin-bottom: 20px;
}

.com-login {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.com-login .form input[type="submit"] {
  width: 100% !important;
  max-width: 100%;
  border-radius: 10px !important;
  background: #DA1A1A !important;
  border: 1px solid #DA1A1A !important;
  font-weight: 600 !important;
}

.com-login .cont-wrap .form .um-row._um_row_1 {
  margin: 0 0 20px 0 !important;
}

.form span.um-field-checkbox-option,
.form .um-col-alt-b a {
  color: #fff !important;
  line-height: 30px;
  font-weight: 400 !important;
}

.reset-password h2 {
  margin: 44px 0 28px !important;
}

/* ================16/05/2025============= */
.header-btn-wrapper.mob-view {
  display: none !important;
}

.reset-password .form h2~p {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  line-height: 30px;
}


/* ============Dashboard=========== */
section.dashboard {
  padding: 130px 0 200px;
  position: relative;
  overflow: hidden;
}

section.dashboard .linear-block {
  right: -160px;
  top: -210px;
  width: 431px;
  height: 422px;
  filter: blur(182px);
}

section.dashboard .container {
  position: relative;
}

.dashboard .left ul.nav {
  margin: 0;
  border: 1px solid #AFAFAF;
  border-radius: 20px;
  overflow: hidden;
}

.dashboard .left ul.nav li.nav-item {
  padding: 20px 41px 20px;
}

.dashboard .left ul.nav li.nav-item a.nav-link {
  padding: 0;
  background: none;
  font-family: 'Sora';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  gap: 20px;
}

.dashboard .left ul.nav li a.nav-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.dashboard .left ul.nav li.nav-item.active {
  background: #6A6A6A2E;
}

.profile-block .overview-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overview-profile .left-inner {
  display: flex;
  align-items: center;
  gap: 25px;
}

.overview-profile .left-inner img {
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 50%;
}

.overview-profile .left-inner p.user-mail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-data h4 {
  font-family: Sora;
  font-weight: 600;
  font-size: 20px;
  line-height: 61%;
  margin-bottom: 32px;
}

/* ==========edit profile=========== */


form#edit-user-form .input-group-2 {
  display: block;
  margin-bottom: 40px;
  position: relative;
}

form#edit-user-form .upload-image {
  position: relative;
}

.profile-pic {
  position: relative;
  width: 118px;
  height: auto;
}

.profile-pic input#user_profile {
  display: none;
}

.profile-img img.usr_img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #2c2c2c;
}

form#edit-user-form .label {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e50914;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

form#edit-user-form .label i {
  pointer-events: none;
}

form#edit-user-form .input-group .input-item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
}

form#edit-user-form .input-group {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

input#submit_edit_profile {
  margin-top: 50px;
  background: var(--color-primary);
  color: var(--color-white) !important;
  border: 1px solid var(--color-primary);
  padding: 18px 34px;
  border-radius: 10px;
}

section.dashboard .tab-content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)),
    linear-gradient(321.23deg, rgba(191, 191, 191, 0.062) 5.98%, rgba(0, 0, 0, 0) 66.28%);
  border: 1px solid #4c4c4c;
  padding: 30px;
  border-radius: 20px;
}


form#update_user_password .input-itmes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 13px;
  position: relative;
}

form#update_user_password .input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  row-gap: 30px;
}

form#update_user_password .input-itmes input#submited {
  min-width: 177px;
  width: fit-content;
}

form#update_user_password .input-itmes input#submited {
  min-width: 177px;
  width: fit-content;
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
  border: 1px solid var(--color-primary) !important;
  padding: 18px 19px !important;
  font-weight: 600 !important;
}

.eye-icon {
  position: absolute;
  right: 13px;
  top: 71%;
  transform: translate(-50%, -50%);
}

form#update_user_password .input-itmes.sub-btn {
  margin-top: 45px;
}

form#update_user_password {
  margin-top: 45px;
}

div#change-password h4 {
  margin: 0 !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #464646;
}

button#edit_form_btn {
  padding: 13px;
  min-width: 180px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-family: Sora;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid var(--color-primary);
}

button#close_form_btn {
  border: 1px solid var(--color-primary) !important;
}


.cu-modal .modal-content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)),
    linear-gradient(321.23deg, rgba(191, 191, 191, 0.062) 5.98%, rgba(0, 0, 0, 0) 66.28%);
  border: 1px solid #666666;
  padding: 30px 40px;
  width: 521px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  border-radius: 20px;
}

.cu-modal .modal-content .modal-header img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.cu-modal {
  backdrop-filter: blur(4px);
  background: #0000003d;
}

.cu-modal .modal-content h5 {
  font-family: Sora;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

.modal-header,
.modal-footer {
  border: none;
}

.nav-link:focus {
  outline: 0 !important;
}

footer .ft-menu ul li a:hover {
  color: var(--color-primary);
  transition: 0.3s ease all;
}

.ft-social .icon:hover {
  background: transparent;
  transition: 0.5s ease all;
  border: 1px solid #fff;
}

/* 23/06/2025 */
.video-bg {
  position: relative;
  overflow: hidden;
  height: 100vh;
  /* or any height you want */
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.content-over-video {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  padding: 20px;
}

/* 26/06/2025 */
.faqs .left-wd-desk {
  width: 32%;
}

.become-a-modal {
  padding: 61px 50px 50px 50px;
}

.become-a-modal p {
  color: var(--color-white);
  margin: 30px 0;
}

.faqs {
  position: relative;
}

.faqs .linear-block {
  top: 50px;
  left: auto;
  right: 0;
  z-index: -1;
}

.faqs .linear-block2 {
  top: 50%;
  right: auto;
  left: 0px;
}

section.dashboard .linear-block2 {
  bottom: 26px;
  left: -13px;
  background: rgba(94, 43, 31, 1);
  filter: blur(234px);
  width: 100%;
  height: 250px;
  max-width: 263px;
  position: absolute;
}

.booking-tbl-wrapper table thead {
  background-color: rgba(106, 106, 106, 0.18);
}

.booking-tbl-wrapper table thead th {
  padding: 17px 30px 17px 30px;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.booking-tbl-wrapper {
  margin-top: 30px;
}

.booking-tbl-wrapper table thead th:last-child,
.booking-tbl-wrapper table tbody tr td:last-child {
  text-align: end;
}

.booking-tbl-wrapper table tbody tr td {
  padding: 15px 15px 15px 15px;
  font-family: 'Sora';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(32, 32, 32, 1);
}

.booking-tbl-wrapper table tbody tr td:last-child a {
  width: 100%;
  display: inline-block;
  max-width: 61px;
}

.eye-icon-wrapper {
  width: 100%;
  height: 38px;
  display: flex;
  background: rgba(106, 106, 106, 0.18);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  max-width: 38px;
}

.pagination-list-wrapper ul {
  margin: 40px 0 10px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.pagination-list-wrapper ul li a {
  border: 1px solid rgba(220, 220, 220, 0.3);
  background: rgba(106, 106, 106, 0.18);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--color-white);
}

.pagination-list-wrapper ul li a.active {
  background: var(--color-primary);
}

.com-login .form .um.um-register~p,
.um.um-login.um-215~p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--color-white);
}
.com-login .form .um.um-register~p a, .um.um-login.um-215~p a {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--color-primary);
    margin-left: 4px;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
}

/* .team-block button.owl-prev::before,
.team-block button.owl-next::before {
  background: url(https://universalmodels.co.uk/wp-content/uploads/2025/06/Arrow-right-circle.png);
  width: 48px;
  content: "";
  position: absolute;
  height: 48px;
}

.team-block button.owl-next::before {
  background: url(https://universalmodels.co.uk/wp-content/uploads/2025/06/Arrow-right-circle1.png);
} */
 .team-block.owl-carousel .owl-nav button.owl-next i, .team-block.owl-carousel .owl-nav button.owl-prev i {
    font-size: 20px;
}
.team-block.owl-carousel .owl-nav button.owl-next i:hover, .team-block.owl-carousel .owl-nav button.owl-prev i:hover, .team-block.owl-carousel .owl-nav button.owl-next:hover, .team-block.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--color-primary)!important;
}
 .team-block.owl-carousel .owl-nav button.owl-next:hover, .team-block.owl-carousel .owl-nav button.owl-prev:hover {
    border: 4px solid red!important;
}

.team-block button.owl-prev span,
.team-block button.owl-next span {
  display: none;
}

.image-gallery .top-heading .right .nav-tabs li.nav-item .nav-link {
  background: unset;
  border: unset;
}

.image-gallery .top-heading .right .nav-tabs li.nav-item .nav-link {
  background: unset;
  border: unset;
  font-family: Sora;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: rgba(221, 221, 221, 1);
  padding: 0;
}

.image-gallery .top-heading .right .nav-tabs li {
  position: relative;
}

.image-gallery .top-heading .right {
  width: 370px;
  margin: 0 0 0 auto;
}

.image-gallery .top-heading .right .nav-tabs {
  border-bottom: 1px solid rgba(73, 73, 73, 1);
  padding-bottom: 21px;
  justify-content: space-between;
}

.image-gallery .top-heading .right .nav-tabs li:first-child::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -20px;
  width: 2px;
  height: 25px;
  background: rgba(73, 73, 73, 1);
}

.image-gallery .top-heading .right .nav-tabs li.nav-item .nav-link.active {
  color: rgba(218, 26, 26, 1);
}

.overview-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-body {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

form#update_user_password .input-itmes input#submited:hover,
input#submit_edit_profile:hover,
.blurred-box form.wpcf7-form .wpcf7-submit:hover {
  background: unset !important;
}

.page-template-login header#masthead,
.page-template-login footer#main-footer,
.page-template-sign-up header#masthead,
.page-template-sign-up footer#main-footer,
.page-template-forgot-password header#masthead,
.page-template-forgot-password footer#main-footer,
.page-template-email-confirmation header#masthead,
.page-template-email-confirmation footer#main-footer {
  display: none;
}

.com-login .form input[type="submit"]:hover {
    background: unset!important;
}
.um-field-area span.um-toggle-password {
    top: 31px;
    left: auto;
    transform: translateY(-50%);
    height: auto;
    right: 10px;
}
.um-field-area span.um-toggle-password i {
    color: #fff;
    font-size: 22px;
}
.um-field-area span.um-toggle-password i.um-icon-eye {
    position: relative;
}
.um-field-area span.um-toggle-password i.um-icon-eye::before {
    position: absolute;
    content: "";
    background: url(https://universalmodels.co.uk/wp-content/uploads/2025/06/Group.png);
    width: 21px;
    height: 14px;
    top: -8px;
    left: -12px;
    z-index: 99999;
    background-size: auto;
    background-repeat: no-repeat;
}
.um-field-block div {
    color: #ff0000;
}